@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

:root{
    --base-color: #0F0F0F;
    --base-font: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --red: #E50012;

    --padding: 200px;
    --radius: 20px;
    --wrap: 1200px;
    --space: calc((100vw - var(--wrap))/2);

    --transition: .2s;
    --cubic-bezier: cubic-bezier(0.215, 0.610, 0.355, 1);
}
input::placeholder,
textarea::placeholder{
	color: #CBCBCB;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #CBCBCB;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #CBCBCB;
}


/* COMMON */
body{
    min-width: 1100px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    letter-spacing: 0;
    position: relative;
    font-family: var(--base-font);
}
.wrap{
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
}
br.s-up{
    display: none;
}

a{
    transition: var(--transition);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    a:hover{
        opacity: 0.6;
    }
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.padding-top{
    padding-top: var(--padding);
}
.padding-bottom{
    padding-bottom: var(--padding);
}
.padding-tb{
    padding: var(--padding) 0;
}


/* FADE */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
}
.fadeinr {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 600ms;
}
.fadeinb {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 600ms;
    }

.fadeinl {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }

.fadeino {
    opacity : 0;
    transition : all 600ms;
    }

.ts1 {
    transition-delay: 200ms;
}

.ts2 {
    transition-delay: 400ms;
}

.ts3 {
    transition-delay: 600ms;
}

.ts4 {
    transition-delay: 800ms;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadeino.scrollin {
   opacity : 1;
}



/* LOADING */
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(img/loading/loading-bg.webp) repeat top left / 100%;
    padding: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-cont{
    position: relative;
}
.loading-cont img{
    max-height: calc(100svh - 5vw);
}
.loading-cont__item{
    position: absolute;
    width: 11%;
    height: 28px;
    display: grid;
    grid-template-columns: repeat(22,1fr);
    gap: 4px;
}
.loading-cont__item span{
    background-color: #29ABE2;
    opacity: 0.21;
}
.loading-cont__item span.active{
    opacity: 0.48;
}
.loading-cont__item.n1{
    top: -15px;
    left: 2.5%;
}
.loading-cont__item.n2{
    top: -15px;
    right: 2.5%;
}
.loading-cont__item.n3{
    bottom: -15px;
    left: 2.5%;
}
.loading-cont__item.n4{
    bottom: -15px;
    right: 2.5%;
}
.loading-cont__box{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: max-content;
    text-align: center;
}
.loading-cont__box-bar{
    border: 1px solid #29ABE2;
    padding: 15px;
    margin: 70px 0 15px;
    position: relative;
}
.loading-cont__box-bar::before{
    content: "";
    width: 15px;
    height: 15px;
    border: 5px solid #29ABE2;
    position: absolute;
    transform: translateY(-100%);
    top: -15px;
    right: 0;
}
.loading-cont__box-bar img{
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: bar-in 2s forwards;
}
@keyframes bar-in {
    0%{
        clip-path: inset(0 100% 0 0);
    }
    80%{
        clip-path: inset(0 60% 0 0);
    }
    100%{
        clip-path: inset(0 0 0 0);
    }
}
.loading .loading-cont__box-bar img{
    clip-path: inset(0 0 0 0);
}
.loading-cont__box-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 11px;
}
.loading-cont__box-item__elm{
    width: 115px;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(9,1fr);
    gap: 10px;
}
.loading-cont__box-item__elm span{
    display: block;
    height: 100%;
    background-color: #29ABE2;
}
.loading-cont__text{
    color: #29ABE2;
    letter-spacing: 0.76em;
    font-weight: bold;
    margin-top: -10px;
}
.loading-cont__text span{
    display: inline-block;
    transform: rotateY(-720deg);
    transform-origin: 5px;
    transition: 1s;
}
.loading .loading-cont__text span{
    animation: rotate-text 2s infinite;
}
@keyframes rotate-text {
    0%{
        transform: rotateY(0deg);
    }
    80%{
        transform: rotateY(-720deg);
    }
}



/* HEADER */
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
}
#header .header-logo{
    z-index: 1;
    position: relative;
    pointer-events: auto;
}
.nav-toggle-wrap{
    width: 110px;
    height: 120px;
    background: url(img/common/hm-bg.webp) no-repeat center center / contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 10px;
    z-index: 1;
    position: relative;
    pointer-events: auto;
}
.nav-toggle{
    width: 30px;
    position: relative;
    height: 19px;
}
.nav-toggle span{
    background: -moz-linear-gradient(left, #6D7D84, #fff 50%, #6D7D84);
    background: -webkit-linear-gradient(left, #6D7D84, #fff 50%, #6D7D84);
    background: linear-gradient(to right, #6D7D84, #fff 50%, #6D7D84);
    position: absolute;
    width: 100%;
    height: 3px;
    transition: var(--transition);
}
.nav-toggle span:nth-of-type(1){
    top: 0;
}
.nav-toggle span:nth-of-type(2){
    top: 8px;
}
.nav-toggle span:nth-of-type(3){
    top: 16px;
}
.open .nav-toggle span:nth-of-type(1){
    top: 8px;
    transform: rotate(45deg);
}
.open .nav-toggle span:nth-of-type(2){
    opacity: 0;
}
.open .nav-toggle span:nth-of-type(3){
    top: 8px;
    transform: rotate(-45deg);
}
.nav-toggle__text{
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
}


/* DRAWER */
#drawer{
    background: url(img/loading/loading-bg.webp) repeat top left / 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 100% 0);
    transition: var(--transition) cubic-bezier(0.77,0,0.18,1);
    pointer-events: auto;
}
#header.open #drawer{
    clip-path: inset(0 0 0 0);
}
#drawer .drawer-inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#drawer ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 100px;
}
#drawer ul li a{
    color: var(--red);
    display: inline-block;
    font-weight: 900;
    font-size: 64px;
    font-style: italic;
    color: var(--red);
    letter-spacing: -0.1em;
    position: relative;
    line-height: 1;
    padding-bottom: 25px;
}
#drawer ul li a::before{
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    transition: var(--transition);
}
@media screen and (min-width: 992px) {
    #drawer ul li a:hover{
        opacity: 1;
    }
    #drawer ul li a:hover::before{
        width: 100%;
    }
}
#drawer ul li a span{
    font-style: normal;
    font-family: var(--base-font);
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    position: absolute;
    bottom: 22px;
    left: 0;
}



/* FOOTER */
#footer{
    padding: 100px 0 30px;
    background-color: #1A1A1A;
    text-align: center;
}
#footer .wrap{
    padding: 0;
}



/* TOP */
.mv{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.mv-bg{
    position: relative;
    z-index: -1;
}
.mv-bg img{
    width: 100%;
}
.mv-text{
    position: absolute;
    transform: translateX(-50%);
    z-index: 9;
    left: 50%;
    bottom: 1vw;
    width: 60.4vw;
}
.mv-building{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mv-building.n1{
    z-index: 2;
    bottom: 23vw;
}
.mv-building.n2{
    z-index: 1;
    bottom: calc(23vw + 1px);
}
.mv-building.n1 .mv-building__inner{
    padding-top: 21.07%;
    background: url(img/frontpage/mv-building01.webp) repeat-x;
    animation: bg-to-right 100s linear infinite;
    background-size: 100%;
}
.mv-building.n2 .mv-building__inner{
    padding-top: 32.21%;
    background: url(img/frontpage/mv-building02.webp) repeat-x;
    animation: bg-to-left 100s linear infinite;
    background-size: 100%;
}
@keyframes bg-to-right {
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 100vw;
    }
}
@keyframes bg-to-left {
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: -100vw;
    }
}
.mv-enhance{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(img/frontpage/mv-enhance.webp) no-repeat center top / 100%;
}
.mv-heros{
    position: absolute;
    width: 46.85vw;
    left: 22vw;
    top: 4.7vw;
    z-index: 10;
}
.mv-gester{
    position: absolute;
    z-index: 4;
    right: -16vw;
    bottom: 0.6vw;
    width: 60.4vw;
}
.mv-car{
    position: absolute;
}
.mv-car.n1{
    bottom: 15.7vw;
    left: -5vw;
    width: 32.2vw;
    z-index: 5;
}
.mv-car.n2{
    bottom: 15.6vw;
    right: 7vw;
    width: 18.9vw;
    z-index: 5;
}
.mv-car.n3{
    bottom: 0;
    left: 6.5vw;
    width: 27.9vw;
    z-index: 6;
}
.mv-car.n4{
    bottom: 0;
    right: 0;
    width: 29.1vw;
    z-index: 6;
}


/* MV Animation */
.mv-gester img{
    transform: translateX(50px);
    opacity: 0;
    transition: .3s;
    display: block;
}
.mv-car img{
    transition: .3s;
    display: block;
}
.mv-car.n1 img{
    transform: translate(100px,100px) scale(0);
    transform-origin: right;
}
.mv-car.n2 img{
    transform: translate(-100px,100px) scale(0);
    transform-origin: left;
}
.mv-car.n3 img{
    transform: translate(100px,-100px) scale(0);
    transform-origin: right;
}
.mv-car.n4 img{
    transform: translate(-100px,-100px) scale(0);
    transform-origin: left;
}
.mv-heros img{
    transform: translateY(-50px);
    opacity: 0;
    display: block;
    transition: .3s;
}
.mv-text img{
    display: block;
    transition: .3s;
    transform: scale(0);
    opacity: 0;
}
.mv-enhance{
    clip-path: circle(0);
    transition: clip-path .5s;
}
.mv.scrollin .mv-gester img{
    transform: translate(0);
    opacity: 1;
}
.mv.scrollin .mv-car.n1 img,
.mv.scrollin .mv-car.n2 img,
.mv.scrollin .mv-car.n3 img,
.mv.scrollin .mv-car.n4 img{
    transform: translate(0,0) scale(1);
    opacity: 1;
    transition-delay: .2s;
}
.mv.scrollin .mv-heros img{
    transform: translateY(0);
    opacity: 1;
    transition-delay: .6s;
}
.mv.scrollin .mv-text img{
    transform: scale(1);
    opacity: 1;
    transition-delay: .25s;
}
.mv.scrollin .mv-enhance{
    clip-path: circle(100%);
    transition-delay: .5s;
}
/* MV Animation END */



.top-about{
    padding: 110px 0 200px;
    position: relative;
    z-index: 0;
    background-color: #F0F7FF;
}
.top-about__sky{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -4;
    background: url(img/frontpage/about-sky.webp) no-repeat center bottom / cover;
}
.top-about__building{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57.5%;
    z-index: -1;
    background: url(img/frontpage/about-building.webp) no-repeat center top / cover;
}
.top-about__text{
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 2.388;
    margin-bottom: 30px;
}
.top-about__text span{
    display: inline-block;
    transition: var(--transition);
    clip-path: inset(0 90% 0 0);
    opacity: 0;
}
.top-about__text span.scrollin{
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
.top-about__logo{
    text-align: center;
    margin-bottom: 30px;
}
.top-about__grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 60px;
    gap: 10px;
}
.top-about__grid-item{
    cursor: pointer;
}
.top-about__grid-item.current{
    pointer-events: none;
}
.top-about__grid-item__inner{
    border-radius: 50%;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
}
.top-about__grid-item__inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: var(--transition);
    border: 7px solid var(--red);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
}
.top-about__grid-item__inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-about__grid-item.current .top-about__grid-item__inner::before{
    opacity: 1;
    transform: scale(1);
}
.top-about__detail{
    max-width: 1200px;
    height: 680px;
    background: url(img/frontpage/about-detail-bg.webp) no-repeat center center / contain;
    margin: 0 auto;
}
.top-about__cloud{
    position: absolute;
}
.top-about__cloud.n1{
    width: 31vw;
    top: 3vw;
    left: 0;
    animation: fuwafuwa ease-in-out 3s infinite;
    z-index: -1;
}
.top-about__cloud.n2{
    width: 37.3vw;
    top: 18vw;
    left: 27vw;
    animation: fuwafuwa ease-in-out 3s .5s infinite;
    z-index: -2;
}
.top-about__cloud.n3{
    width: 15.7vw;
    top: 26vw;
    left: 40vw;
    animation: fuwafuwa ease-in-out 3s .15s infinite;
    z-index: -3;
}
.top-about__cloud.n4{
    width: 10vw;
    top: 27vw;
    left: 63vw;
    animation: fuwafuwa ease-in-out 3s .45s infinite;
    z-index: -3;
}
.top-about__cloud.n5{
    width: 37.8vw;
    top: 3vw;
    right: 0;
    animation: fuwafuwa ease-in-out 3s .4s infinite;
    z-index: -1;
}
.top-about__cloud.n6{
    width: 19.2vw;
    top: 13vw;
    left: 0;
    animation: fuwafuwa ease-in-out 3s .3s infinite;
    z-index: -2;
}
.top-about__cloud.n7{
    width: 14vw;
    top: 22vw;
    left: 13vw;
    animation: fuwafuwa ease-in-out 3s .2s infinite;
    z-index: -2;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.top-about__detail-cont__flex{
    align-items: center;
}
.top-about__detail-cont__flex-img{
    width: 100%;
    max-width: 596px;
    text-align: right;
}
.top-about__detail-cont__flex-img.center{
    text-align: center;
}
.top-about__detail-cont__flex-img.zaster img{
    transform: translateX(150px);
}
.top-about__detail-cont__flex-box{
    width: 100%;
    max-width: calc(100% - 596px);
    padding-left: 20px;
    padding-right: 90px;
    position: relative;
    z-index: 1;
}
.top-about__detail-cont__flex-box__name{
    margin-bottom: 20px;
}
.top-about__detail-cont__flex-box__text{
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-bottom: 30px;
}
.top-about__detail-cont__flex-box__skill{
    margin-bottom: 20px;
}
.top-about__detail-cont__flex-box__info{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.top-about__detail-cont{
    height: 100%;
}
.top-about__detail-cont__inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-movie{
    position: relative;
}
.top-movie__music{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 5px 10px 5px 20px;
}
.top-movie__music-text{
    font-size: 18px;
    font-weight: bold;
    color: #0a5d97;
}
.top-movie__music-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
}
.top-movie__music-btn span{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50px;
    border-radius: 25px;
    background-color: #0a5d97;
    z-index: -1;
    transition: var(--transition);
}
.top-movie__music-btn input{
    display: none;
}
.top-movie__music-btn label{
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0a5d97;
}
.top-movie__music-btn input:checked + label{
    color: #fff;
}
.top-movie video{
    width: 100%;
    vertical-align: bottom;
}
.top-heros{
    position: relative;
    height: 100vh;
    background: url(img/frontpage/heros-bg.webp) no-repeat center center / cover;
}
.top-heros__cont{
    width: 94.5vw;
    position: absolute;
    transform: translate(-50%,-50%) scale(0.318);
    top: 50svh;
    left: 50%;
    z-index: 1;
}
.top-heros__cont-logo{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 6vw;
    z-index: -1;
    width: 38.8vw;
}
.top-heros__cont-img{
    position: relative;
}
.top-heros__cont-img__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-heros__box{
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%);
    top: 50svh;
    left: 50%;
    width: 970px;
    height: 667px;
    background: url(img/frontpage/heros-text-bg.webp) no-repeat center center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    opacity: 0;
}
.top-heros__box-text{
    font-size: 22px;
    line-height: 2.7;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 900;
}
.top-heros-slider{
    padding: 200px 0 50px;
    overflow: hidden;
    background: url(img/frontpage/lineup-bg.webp) no-repeat center bottom / cover;
}
.top-heros-slider__cont{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.wcis-reels{
    height: 650px;
}
.wcis-reel a{
    display: block;
    position: relative;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    pointer-events: none;
}
.wcis-reel__back{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.wcis-reel:not(.current) img:not(.wcis-reel__back){
    opacity: 0.6;
}
.wcis-reel.current .wcis-reel__text{
    transform: scale(1);
}
.wcis-reel.current a{
    pointer-events: auto;
}
.wcis-reel.n1 a{
    transform: translateX(-50px);
}
.wcis-reel.n1 .wcis-reel__text{
    left: 50px;
}
.wcis-reel.n2 .wcis-reel__text{
    left: 30px;
}
.wcis-reel.n4 .wcis-reel__text{
    left: -30px;
}
.wcis-reel.n5 .wcis-reel__text{
    left: 30px;
}
.wcis-reel.n4 a{
    transform: translateX(60px);
}
.wcis-reel a > img{
    transition: opacity 1s, transform .3s;
}
@media screen and (min-width: 992px) {
    .wcis-reel a:hover{
        opacity: 1;
    }
    .wcis-reel a:hover .wcis-reel__text{
        transform: scale(1.1);
    }
    .wcis-reel a:hover > img{
        transform: scale(0.9);
    }
}
.top-heros-slider__cont-nav{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 40%;
    left: 50%;
    width: 100%;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    pointer-events: none;
}
.top-heros-slider__cont-nav__arrow{
    cursor: pointer;
    pointer-events: auto;
}
.wcis-reel__text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    transition: .3s;
    transform: scale(0);
    pointer-events: none;
}
.coming-soon{
    background-color: #1A1A1A;
    padding-top: 100px;
    text-align: center;
}
.coming-soon__text{
    margin-bottom: 10px;
}
#top-heros-modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgb(0 0 0 / .4);
}
#top-heros-modal{
    display: none;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 675px;
    background: url(img/frontpage/hero-modal-bg.webp) no-repeat center center / contain;
}
.top-heros-modal__close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}
.top-heros-modal__close::before,
.top-heros-modal__close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 5px;
    background-color: #fff;
}
.top-heros-modal__close::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.top-heros-modal__close::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.top-heros-modal__inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-game{
    padding: 100px 0 150px;
    background: url(img/frontpage/card-game-bg.webp) no-repeat center center / cover;
    overflow: hidden;
}
body.home .top-game .wrap,
.top-game .wrap{
    max-width: 1400px;
}
.top-game__cont{
    position: relative;
    z-index: 0;
    padding: 0 100px;
}
.top-game__cont::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fff;
    z-index: -1;
    border-radius: 60px;
}
.top-game__cont-img{
    position: absolute;
    top: 125px;
}
.top-game__cont-img.left{
    left: -40px;
}
.top-game__cont-img.right{
    right: -40px;
}
.top-game__cont-text{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.63;
}
.top-game__cont-ttl{
    text-align: center;
    position: relative;
    z-index: 1;
}
.top-game__cont-label{
    background-color: #022140;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.075em;
    text-align: center;
    padding: 5px 0;
    margin: 30px 0 50px;
}
.top-game__cont-flex__box{
    width: calc(100% - 350px);
    padding-right: 50px;
}
.top-game__cont-flex__box-item{
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}
.top-game__cont-flex__box-item:last-child{
    margin-bottom: 0;
}
.top-game__cont-flex__box-item::before{
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -5px;
    left: 0;
}
.top-game__cont-flex__box-item:nth-of-type(1)::before{
    background-image: url(img/frontpage/card-game-num01.webp);
}
.top-game__cont-flex__box-item:nth-of-type(2)::before{
    background-image: url(img/frontpage/card-game-num02.webp);
}
.top-game__cont-flex__box-item:nth-of-type(3)::before{
    background-image: url(img/frontpage/card-game-num03.webp);
}
.top-game__cont-flex__box-item__text{
    font-weight: 500;
}
.top-game__cont-flex__box-item__desc{
    position: relative;
    background-color: #FDF8D2;
    position: relative;
    padding: 20px 30px;
    margin-top: 25px;
}
.top-game__cont-flex__box-item__desc-chance{
    position: absolute;
    top: -15px;
    left: 5px;
}
.top-game__cont-flex__box-item ol{
    margin-top: 5px;
}
.top-game__cont-flex__box-item ol li{
    font-size: 14px;
    counter-increment: count;
    position: relative;
    padding-left: 15px;
}
.top-game__cont-flex__box-item ol li::before{
    content: counter(count)".";
    position: absolute;
    top: 0;
    left: 0;
}
.top-game__cont-flex__img{
    width: 350px;
}
.top-game__cont-btn{
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.top-game__cont-btn__inner{
    display: inline-block;
    position: relative;
    transform: translateY(50%);
}
.top-game__cont-btn__label{
    position: absolute;
    transform: translate(100%,-100%);
    top: 30px;
    right: 70px;
    z-index: 1;
    pointer-events: none;
}
.top-game__cont-btn a{
    display: inline-block;
}