@charset "UTF-8";

/* 変数設定 */
:root {
	--base-font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    --h1-font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    --h2-font-size: clamp(1.5rem, -1.019rem + 12.59vw, 10rem);
    --h3-font-size: clamp(1.125rem, 0.866rem + 1.3vw, 2rem);
    --contents-width: 1400px;
    --color-l-gray: #F1F1F1;
    --color-y: #E7E400;
    --color-bk: #000;
    --color-w: #fff;
    --font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Oswald", sans-serif;
    --top-height: 59px;
    --fixednav-height: 99px;
    --center-padding: 2em;
}
body {
    overflow-x: hidden;
}
#top {
    background: var(--color-w);
}
.rotate90 {
    transform: translateX(100%) rotate(90deg);
    transform-origin: top left;
}
.vertical-ttl {
    width: 20%;
    white-space: nowrap;
    line-height: 1;
    position: static;
    z-index: 1;
}
.txt-center {
    text-align: center;
}
main {
    font-family: var(--font-jp);
    font-size: var(--base-font-size);
    color: var(--color-bk);
    overflow-x: hidden;
}
section img {
    max-width: 100%;
	height: auto;
}
section h2 { 
    font-family: var(--font-en);
    font-size: var(--h2-font-size);
    font-weight: 500;
}
section h3 {
    font-size: var(--h3-font-size);
    margin-bottom: 1em;
}
.section-inr {
    max-width: var(--contents-width);
    margin: auto;
    box-sizing: border-box;
}
ul {
    list-style: none;
    padding-left: 0;
}

.ticker-container {
    width: 100vw;
    display: flex;
    position: relative;
    left: calc(50% - 50vw);
    overflow: hidden;
}
.flow-r .ticker-container {
    flex-direction: row-reverse;
}
.ticker {
    white-space: nowrap;
    will-change: transform;
}
.flow-l .ticker {
    animation: ticker-l 30s linear infinite both;
}
.flow-r .ticker {
    animation: ticker-r 30s linear infinite both;
}
.slick-list {
    min-width: 300px;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.txt-link {
    position: relative;
    display: inline-block;
    text-align: center;
}
.txt-link:link,
.txt-link:visited,
.btn-wired:link,
.btn-wired:visited {
    color: var(--color-w);
}
.txt-link:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--color-w);
    bottom: -5px;
    transform: scaleX(1);
    transition: .3s;
}
.txt-link:hover,
.btn-wired:hover {
    text-decoration: none;
}
.txt-link:hover:before {
    transform: scaleX(.8);
}
.btn-wired {
    position: relative;
    overflow: hidden;
    display: block;
    border: 2px solid var(--color-w);
    max-width: 240px;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 30px;
    margin-top: 2em;
    transition: .4s;
    z-index: 1;
}
.btn-wired:hover {
    color: var(--color-bk);
}
.btn-wired:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-w);
    transform: scaleX(0);
    transition: .3s;
    z-index: -1;
}
.btn-wired:hover:before {
    transform: scaleX(1);
}
[class*="fadeIn"] {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	will-change: opacity, transform;
}
[class*="fadeIn"].is-show {
	opacity: 1;
	visibility: visible;
}
.fadeIn-left {
	-webkit-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    transform: translateX(-2vw);
}
.fadeIn-left.is-show {
	-webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
}
.fadeIn-right {
	-webkit-transform: translateX(2vw);
    -ms-transform: translateX(2vw);
    transform: translateX(2vw);
}
.fadeIn-right.is-show {
	-webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
}
.fadeIn-up {
	-webkit-transform: translateY(2vw);
    -ms-transform: translateY(2vw);
    transform: translateY(2vw);
}
.fadeIn-up.is-show {
	-webkit-transform: translateY(0vw);
    -ms-transform: translateY(0vw);
    transform: translateY(0vw);
}
.delay {
	transition-delay: .25s;
}
.delay2 {
	transition-delay: .5s;
}
[class*="gsap"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.gsap-scene1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gsap-scene1 .logo_poitele,
.gsap-scene1 .catch {
    position: absolute;
}
.gsap-scene1 .catch {
    font-size: 6dvw;
    line-height: 1;
    font-weight: bold;
}
.gsap-scene2 .hashtag-list li {
    position: absolute;
}
.gsap-scene2 .hashtag-list li:nth-of-type(1) {
    top: 10vh;
    left: 20vw;
}
.gsap-scene2 .hashtag-list li:nth-of-type(2) {
    top: 5vh;
    right: 30vw;
}
.gsap-scene2 .hashtag-list li:nth-of-type(3) {
    top: 40vh;
    right: 2vw;
}
.gsap-scene2 .hashtag-list li .thumbsup {
    transform: translate(3vw, -3vh);
    max-width: 8vw;
}
.gsap-scene2 .hashtag-list .box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12vw;
    height: auto;
    aspect-ratio: 4 / 3;
    background: var(--color-w);
    border: 1px solid var(--color-bk);
    box-shadow: 10px 10px 0 0 #d6d6d6;
}
.gsap-scene2 .screen-list li {
    position: absolute;
    max-width: 20vw;
}
.gsap-scene2 .screen-list li:nth-of-type(1) {
    top: 20vh;
    left: 40vw;
}
.gsap-scene2 .screen-list li:nth-of-type(2) {
    top: 40vh;
    left: -2vw;
}
.gsap-scene2 .screen-list li:nth-of-type(3) {
    top: 15vh;
    right: 5vw;
}
.gsap-scene3  {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1400px) {
    .section-inr {
        padding: 0 2em;
    }
}
@media screen and (max-width: 490px) and (orientation: portrait) {
    .vertical-ttl {
        font-size: 12dvw;
    }
    .rotate90 {
        transform: translateX(30%) rotate(90deg);
    }
    section h2 {
        font-size: 12dvw;
    }
    .breadcrumb ul {
        padding: 4% 0;
    }
}

/* mv */
.mv {
    position: relative;
    background: var(--color-l-gray);
    width: 100%;
    height: calc(100dvh - var(--fixednav-height));
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-yellow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--color-y);
    transform-origin: center center;
    z-index: 0; 
    margin: auto;
}

.mv h1{
    position: relative;
    z-index: 2;
    margin-bottom: 6em;
    font-size: var(--h1-font-size);
    transform: translateY(35dvh);
}

.slogan {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-en);
    font-size: 12dvw;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    line-height: 1.2;
    transform: translateY(-19%);
    width: 100%;
}
.mv .slogan {
    z-index: 1;
}
.mv-hand {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60%;
    margin: auto;
}
.mv-hand > img {
    position: relative;
} 
.mv-hand .lightning-l,
.mv-hand .lightning-r {
    position: absolute;
    top: 0;
    width: 8%;
}
.mv-hand .lightning-l {
    transform: rotateY(180deg);
    left: 0;
}
.mv-hand .lightning-r {
    right: 0;
}
.coin-l,
.coin-r {
    position: fixed;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.coin-l li,
.coin-r li {
    text-align: center;
}
.coin-l.stop,
.coin-r.stop {
    position: absolute;
}
.coin-l {
    top: 20vh;
    left: 0;
    z-index: 0;
}
.coin-r {
    top: 15vh;
    right: 0;
    transform: rotateY(180deg);
    z-index: 0;
}
.coin1 {
    animation: floating_y1 ease-in-out infinite 10s;
}
.coin2 {
    animation: floating_y2 ease-in-out infinite 10s;
}
.coin3 {
    animation: floating_y3 ease-in-out infinite 8s;
}
.coin4 {
    animation: floating_y4 ease-in-out infinite 6s;
}
@media screen and (max-width: 1024px) {
    .gsap-scene1 .logo_poitele {
        width: 50%;
        margin: auto;
    }
    .gsap-scene2 .hashtag-list .box {
        width: 15vw;
    }
}
@media screen and (orientation: portrait) {
    .mv h1 {
        margin-bottom: 0;
    }
    .coin-l {
        top: auto;
        bottom: 0;
    }
    .mv-hand {
        max-width: 90%;
    }
    .gsap-scene2 .screen-list li {
        max-width: 25vw;
    }
    .gsap-scene2 .hashtag-list .box {
        width: 20vw;
    }
    .gsap-scene2 .hashtag-list li:nth-of-type(1) {
        top: 15vh;
        left: 10vw;
    }
    .gsap-scene2 .screen-list li {
        max-width: 30vw;
    }
    .gsap-scene2 .screen-list li:nth-of-type(1) {
        top: 25vh;
    }
    .gsap-scene2 .screen-list li:nth-of-type(3) {
        right: -5vw;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .mv {
        height: 680px;
    }
    .mv h1 {
        margin-bottom: 0;
    }
    .coin-l, 
    .coin-r {
        width: 10%;
    }
    .coin-l {
        top: 44vh;
    }
    .coin-r {
        top: 34vh;
    }
    .gsap-scene2 .screen-list li:nth-of-type(1) {
            top: 30vh;
    }
    .gsap-scene2 .screen-list li:nth-of-type(2) {
        top: 50vh;
    }
}
@media screen and (max-width: 490px) and (orientation: portrait) {
    .slogan {
        font-size: 18dvw;
    }
    .coin-r {
        top: 20vh;
    }
    .gsap-scene2 .screen-list li {
        max-width: 40vw;
    }
    .gsap-scene2 .screen-list li:nth-of-type(1) {
        top: 30vh;
    }
    .gsap-scene2 .screen-list li:nth-of-type(2) {
        left: -7vw;
    }
    .gsap-scene2 .screen-list li:nth-of-type(3) {
        right: -17vw;
    }
    .gsap-scene2 .hashtag-list li:nth-of-type(3) {
        top: 45vh;
    }
    .gsap-scene2 .hashtag-list .box {
        width: 25vw;
    }
    .gsap-scene2 .hashtag-list li .thumbsup {
        max-width: 16vw;
    }
}


/* overview */
.overview {
    background: var(--color-y);
    overflow: hidden;
    padding: 15em 0;
    position: relative;
}
.overview .flex_box {
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--center-padding);
}
.overview .txt-container,
.overview .img-container {
    width: calc(40% - var(--center-padding));
}
.overview .img-container {
    transform: translateY(7vh);
}
.hand {
    position: relative;
    max-width: 60%;
    margin-left: 6vw;
}
.hand > img {
    position: relative;
    z-index: 1;
}
.screen1,
.screen2,
.screen3,
.screen4,
.hand .lightning {
    position: absolute;
    z-index: 0;
    max-width: 75%;
}
.screen1 {
    top: -7vh;
    left: -5vw;
}
.screen2 {
    top: 2vh;
    right: -10vw;
}
.screen3 {
    bottom: 3vh;
    left: -7vw;
}
.screen4 {
    right: -7vw;
    bottom: -8vh;
    z-index: 1;
}
.hand .thumbsup1,
.hand .thumbsup2,
.hand .thumbsup3 {
    position: absolute;
    z-index: 0;
    max-width: 50%;
}
.hand .thumbsup1 {
    top: 2vh;
    left: -9vw;
}
.hand .thumbsup2 {
    top: -15vh;
    right: 0;
}
.hand .thumbsup3 {
    right: -5vw;
    bottom: 7vh;
}
.hand .lightning {
    top: 0;
    right: 2vw;
    max-width: 20%;
}
.highlight {
    margin-top: 10em;
}
.highlight .slick-list {
    overflow: visible;
}
.highlight .slick-slide {
    background: var(--color-l-gray);
    margin: 0 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 20px;
}
.highlight h4 {
    font-size: var(--h3-font-size);
    margin-bottom: 1em;
}
.slick-dots {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}
.slick-dots button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0;
    background: #000;
    opacity: 0.2;
    font-size: 0;
}
.slick-active button {
    opacity: 1;
}
@media screen and (orientation: portrait) {
    .overview .txt-container {
        width: 100%;
        transform: translate(17vh);
        margin-top: -5em;
    }
    .overview .img-container {
        width: 80%;
        margin-top: 6em;
        transform: translateX(30%);
    }
    .screen1 {
        left: -28vw;
    }
    .screen2 {
        right: -18vw;
    }
    .screen3 {
        left: -23vw;
    }
    .screen4 {
        right: -23vw;
    }
    .hand .thumbsup1, .hand .thumbsup2, .hand .thumbsup3 {
        max-width: 40%;
    }
    .hand .thumbsup1 {
        left: -27vw;
    }
    .hand .thumbsup3 {
        right: -20vw;
    }
}
@media screen and (max-width: 490px) and (orientation: portrait) {
    .overview {
        padding: 8em 0;
    }
    .overview .txt-container {
        width: 91%;
        transform: translate(5vh);
    }
}


/* feature */
.feature {
    width: 100%;
    color: var(--color-w);
    padding: 15em 0;
    overflow: hidden;
}
.feature h2 {
    text-align: center;
    color: var(--color-y);
}
.bg-video {
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100lvh;
}
.bg-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    object-fit: cover;
}
.feature-detail {
    height: 100%;
}
.feature-item {
    position: relative;
    height: 90lvh;
    top: 0;
    left: 0;
    display: flex;
    gap: 0 3em;
    align-items: center;
}
.feature-item .img-container,
.feature-item .txt-container {
    width: 43%;
}
.feature-other {
    position: relative;
    padding-top: 10em;
    border-top: 1px solid var(--color-w);
}
.feature-other h3 {
    color: var(--color-w);
}
.feature-other p {
    color: var(--color-w);
}
.num {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: clamp(1.5rem, -0.136rem + 8.18vw, 6rem);
    font-family: var(--font-en);
    -webkit-text-fill-color: transparent; /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 2px var(--color-y);
}
.other-list {
    align-items: stretch;
    gap: 1vw 1vw;
    margin: 5em auto 0;
    justify-content: center;
}
.other-list li {
    width: 33%;
    padding: 2em;
    box-sizing: border-box;
    max-width: 440px;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-glass {
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .1);
    will-change: backdrop-filter, box-shadow;
    transform: translateZ(0);
}
.bg-glass:after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    pointer-events: none;
    border-radius: inherit;
}
.other-list .icon {
    max-width: 100%;
    aspect-ratio: 10 / 3;
    text-align: center;
}
.other-list svg {
    fill: var(--color-y);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.other-list .caption {
    color: var(--color-y);
    margin-bottom: 0;
}
@media screen and (orientation: portrait) {
    .feature-detail {
        display: flex;
        flex-direction: column;
        gap: 14em 0;
        padding: 10em 0;
    }
    .feature-item {
        flex-direction: column;
        justify-content: center;
        gap: 3em 0;
        height: auto;
    }
    .feature-item .img-container, 
    .feature-item .txt-container {
        width: 70%;
    }
    .num {
        top: -10vh;
        left: 13vw;
    }
    .other-list li {
        width: 49%;
    }
}
@media screen and (max-width: 490px) and (orientation: portrait) {
    .feature {
        padding: 8em 0;
    }
    .feature-detail {
        padding: 5em 0;
    }
    .feature-item .img-container, 
    .feature-item .txt-container {
        width: 90%;
    }
    .num {
        top: -6vh;
        left: 4vw;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px var(--color-y);
    }
    .feature-other {
        padding-top: 5em;
    }
    .other-list li {
        padding: 1em;
    }
}

/* case */
.case {
    background: var(--color-y);
    padding: 15em 0;
}
.case-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25vh 0;
    margin-bottom: 10em;
}
.case-item {
    position: relative;
    width: 40%;
    text-align: center;
    z-index: 2;
}
.case2 {
    margin-left: 40vw;
}
.case4 {
    margin-right: 40vw;
}
.box-w:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 2px solid var(--color-w);
    z-index: -1;
}
.case2.box-w:before {
    right: 35vw;
}
.case4.box-w:before {
    left: 35vw;
}
.case-item h4 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.case-item figure {
    aspect-ratio: 4 / 3;
    text-align: center;
}
.case-item figure img {
    height: 100%;
    object-fit: contain;
}
.scene-illust {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    z-index: -1;
}
.case1 .scene-illust:nth-of-type(2) {
    bottom: -28vh;
    left: -24vw;
}
.case1 .scene-illust:nth-of-type(3) {
    bottom: 0;
    right: -41vw;
}
.case2 .scene-illust,
.case3 .scene-illust,
.case5 .scene-illust {
    max-width: 80%;
}
.case2 .scene-illust:nth-of-type(2) {
    top: -2vh;
    left: -24vw;
}
.case2 .scene-illust:nth-of-type(3) {
    top: 15vh;
    left: -50vw;
}
.case3 .scene-illust:nth-of-type(2) {
    top: -10vh;
    right: -25vw;
}
.case3 .scene-illust:nth-of-type(3) {
    bottom: -10vh;
    left: -25vw;
}
.case4 .scene-illust:nth-of-type(2) {
    bottom: -5vh;
    right: -25vw;
}
.case4 .scene-illust:nth-of-type(3) {
    top: -10vh;
    right: -50vw;
}
.case5 .scene-illust:nth-of-type(2) {
    top: -10vh;
    left: -25vw;
}
.case5 .scene-illust:nth-of-type(3) {
    bottom: -10vh;
    right: -25vw;
}
.case .ticker {
    -webkit-text-fill-color: transparent; /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 4px #B5B938;
}
.case .flow-l {
    top: 22%;
}
.case .flow-r {
    top: 57%;
}
.makuake {
    width: 90vw;
    max-width: var(--contents-width);
    margin: auto;
    border: 2px solid var(--color-bk);
    padding: 3em 0;
    box-sizing: border-box;
}
.makuake .flex_box {
    justify-content: center;
    align-items: center;
    gap: 0 3em;
}
.makuake .flex_box .img-container {
    max-width: 217px;
}
.makuake .btn-wired {
    border-color: var(--color-bk);
    color: var(--color-bk);
}
.makuake .btn-wired:hover {
    color: var(--color-w)
}
.makuake .btn-wired:before {
    background-color: var(--color-bk);
}
@media screen and (max-width: 1400px) {
    .scene-illust {
        max-width: 70%;
    }
    .case2 .scene-illust, 
    .case3 .scene-illust, 
    .case5 .scene-illust {
        max-width: 60%;
    }
}
@media screen and (orientation: portrait) {
    .case-list {
        gap: 20vh 0;
    }
    .case-item {
        width: 60%;
    }
    .case2,
    .case4 {
        margin: 0;
    }
    .scene-illust {
        max-width: 60%;
    }
    .case2 .scene-illust, 
    .case3 .scene-illust, 
    .case5 .scene-illust {
        max-width: 50%;
    }
    .case1 .scene-illust:nth-of-type(2) {
        bottom: -5vh;
        left: -30vw;
    }
    .case1 .scene-illust:nth-of-type(3) {
        bottom: 20vh;
        right: -30vw;
    }
    .case2 .scene-illust:nth-of-type(2) {
        top: -10vh;
        left: auto;
        right: -35vw;
    }
    .case2 .scene-illust:nth-of-type(3) {
        top: auto;
        left: -35vw;
        bottom: -10vh;
    }
    .case3 .scene-illust:nth-of-type(2) {
        top: -10vh;
        right: -25vw;
    }
    .case3 .scene-illust:nth-of-type(3) {
        bottom: auto;
        left: -30vw;
        top: 0vh;
    }
    .case4 .scene-illust:nth-of-type(2) {
        bottom: 10vh;
        right: auto;
        left: -40vw;
    }
    .case4 .scene-illust:nth-of-type(3) {
        top: -15vh;
        right: -30vw;
    }
    .case5 .scene-illust:nth-of-type(2) {
        top: -10vh;
        left: auto;
        right: -25vw;
    }
    .case5 .scene-illust:nth-of-type(3) {
        bottom: auto;
        right: auto;
        top: 10vh;
        left: -25vw;
    }
    .case2.box-w:before,
    .case4.box-w:before {
        top: 0;
    }
}
@media screen and (max-width: 490px) and (orientation: portrait) {
    .case {
        padding: 8em 0;
    }
    .case-item {
        width: 100%;
    }
    .case1 .scene-illust:nth-of-type(2) {
        bottom: -15vh;
        left: -35vw;
    }
    .case1 .scene-illust:nth-of-type(3) {
        bottom: 30vh;
    }
    .case2 .scene-illust:nth-of-type(3) {
        bottom: -15vh;
    }
    .case3 .scene-illust:nth-of-type(3) {
        top: 7vh;
    }
    .case4 .scene-illust:nth-of-type(2) {
        bottom: -16vh;
    }
    .case5 .scene-illust:nth-of-type(3) {
        left: -15vw;
    }
    .case .ticker {
        -webkit-text-stroke: 1px #B5B938;
    }
    .makuake .flex_box {
        gap: 3em 0;
    }
    .makuake .flex_box .img-container {
        max-width: 167px;
    }
    .makuake .btn-wired {
        margin: auto;
    }
}

.bland {
    padding: 5em 0;
    text-align: center;
    color: var(--color-w);
}
.bland .xit_logo {
    display: inline-block;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(266deg) brightness(107%) contrast(104%);
    margin: 0 auto 2em;
    max-width: 25%;
}
.bland-slogan {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.breadcrumb.ft_bread01 {
    background: var(--color-l-gray);
    margin: 0;
}

/* keyframes 
-------------------- */
@keyframes ticker-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes ticker-r {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes floating_y1 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6vh);
	}
}
@keyframes floating_y2 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(6vh);
	}
}
@keyframes floating_y3 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-4vh);
	}
}
@keyframes floating_y4 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(2vh);
	}
}