@charset "utf-8";

/* common
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

p {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5px;
    line-height: 1.35;
    font-size: 1.6rem;
    word-break: break-word;
}

a{
  transition: all .4s;
}

a > img{
    display: block;
}

/* frame
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

@media screen and (min-width: 541px) {
    .l-wrapper{
        position: relative;
    }
    .l-wrapper:before{
        content: "";
        width: 100%;
        height: 100vh;
        background: url(../img/bg@2x.jpg) no-repeat 50% 50%;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 0;
    }
}

.l-wrapper > .sw-inner-box{
    position: relative;
    z-index: 3;
    background: #000;
}
/*@media screen and (min-width: 1260px) {
    .l-wrapper > .sw-inner-box{
        max-width: 535px;
        left: 2.6%;
    }
}*/

/* HEADER
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-header {
}

.tp-txt-subcatch img{
    display: block;
}

/* FOOTER
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-footer{
        background: url(../img/f-bg@2x.png) no-repeat 50% 50%;
        background-size: cover;

}
.l-footer .f-img{
    padding: 18% 8% 0 9.5%;
}

.l-footer .f-logo{
    padding: 6.5% 9.5% 0 16%;
}

.l-footer .f-list{
    padding: 5% 0 0;
}

.l-footer .sw-btn-box-01{
    padding: 5% 0 0;
    left: 2%;
    position: relative;
}
.l-footer .l-copy{
    text-align: center;
    font-size: clamp(.7rem,1.88vw,1.4rem);
    padding: 8.5% 0;
}

/* Box
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.sw-btn-box-01{
    position: relative;
    z-index: 1;
}
.sw-btn-box-01 .flex-box{
    justify-content: flex-start;
}
.sw-btn-box-01 li{
    width: 42%;
    margin-left: 4.5%;
}

.sw-youtube-box{
    width: 82%;
    height: auto;
    aspect-ratio: 306 / 178;
    border: 1px solid #9d9d9d;
    margin: 8.5% auto 2%;
}
.sw-youtube-box iframe{
    width: 100%;
    height: 100%;
}

.sw-btn-box li{
    width: 50%;
}

.sw-btn-store{
    display: none;
}
@media screen and (min-width: 1260px) {
    .sw-btn-store{
        display: block;
        position: fixed;
        left: 4%;
        bottom: 5.5%;
        z-index: 3;
    }
}
.sw-menu-nav-box{
    display: none;
    position: fixed;
    right: 14px;
    bottom: 26px;
    z-index: 3;
}
.sw-menu-nav-box .box-inner{
    width:308px;
    height:443px;
    padding: 5px;
    background: url(../img/menu-bg-frame@2x.png) no-repeat 0 0 ;
    background-size: contain;
    margin: 25px 0 0;
    padding: 44px 0 0 22px;
}

.sw-menu-nav-box .box-inner nav li{
    margin: 0 0 26px 8px;
}
.sw-menu-nav-box .sw-btn-list li{
    margin-top: 6px;
}
@media screen and (min-width: 1260px) {
    .sw-menu-nav-box{
        display: block;
    }
}

.en-box-01,
.en-box-02,
.en-box-03,
.en-box-loop,
.loop_en_after{
    position: relative;
}
.en-box-01 > *,
.en-box-02 > *,
.en-box-03 > *,
.en-box-loop > *{
    position: relative;
    z-index: 3;
}
.loop_en_after_wrap,
.loop_en_wrap{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 595/205;
}
.loop_en,.loop_en_after{
    position: absolute;
    top: 23%;
    left: -5%;
    aspect-ratio: 113/17;
    width: 110%;
    height: auto;
    overflow: hidden;
    transform: rotate(-9.5deg);
}
.loop_en .en_txt,.loop_en_after .en_txt{
    background:url(../img/txt-en-loop@2x.png) no-repeat 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  animation: loop_animation_right_double 5s linear infinite;
}


.loop_en .en_txt:nth-child(1),.loop_en_after .en_txt:nth-child(1){
  left: 0;
}
.loop_en .en_txt:nth-child(2),.loop_en_after .en_txt:nth-child(2){
  left: 100%;
}

@keyframes loop_animation_right_double {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-105%);
  }
}

.en-box-01:before{
    content: "";
    background:url(../img/txt-en-01@2x.png) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 750/351;
    width: 100%;
    height: auto;
    position: absolute;
    top: -5.3%;
    left: 0;
    animation: loop 50s -25s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.en-box-02:before{
    content: "";
    background:url(../img/txt-en-02@2x.png) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 750/351;
    width: 100%;
    height: auto;
    position: absolute;
    top: -5.3%;
    left: 0;
}
.en-box-03:after{
    content: "";
    background:url(../img/txt-en-03@2x.png) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 750/351;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: .6%;
    left: 0;
}

/* KV
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-kv{
    background:url(../img/bg-kv@2x.png) no-repeat 50% 50%;
    background-size: cover;
    aspect-ratio: 750/1321;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: -13.5%;
}

.tp-kv-logo{
    position: absolute;
    bottom: 9.2%;
    left: 6.8%;
    width: 87.5%;
}

.tp-kv-txt{
    padding: 6% 0% 0 2.5%;
}

/* sec-01
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-sec-01{
    padding: 22% 0 0;
}

.tp-sec-01.en-box-01:before{
    top: -5.3%;
}
/*.tp-sec-01.en-box-loop .loop_en_wrap{
    top:-3.5%;
}
*/
.tp-sec-01 .tp-sec-01-img{
    padding: 0 0 0 2%;
    margin-bottom: -19%;
    position: relative;
    z-index: 3;
}

.tp-sec-01 .tp-sec-01-txt{
    padding: 0 10% 0 0;
    z-index: 1;
}

.tp-sec-01 .character{
    aspect-ratio: 49 / 60;
    position: absolute;
    bottom: -4.2%;
    right: 0;
    width: 46%;
    height: auto;
}

/* sec-02
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-sec-02{
    padding: 15.8% 0 0 0;
}

/*.tp-sec-02.en-box-02:before,
.tp-sec-02 .loop_en{
    top: -10%;
}*/

.tp-sec-02 .tp-sec-02-img{
    margin-bottom: -5.2%;
}

.tp-sec-02 .tp-sec-02-txt{
    padding: 0 4% 0 3%;
    position: relative;
    z-index: 3;
}

.tp-sec-02 .character{
    aspect-ratio: 407 / 521;
    position: absolute;
    bottom: 12.4%;
    right: 21%;
    width: 54%;
    height: auto;
}
/* sec-03
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-sec-03{
    padding: 18.5% 0 0;
}

/*.tp-sec-03.en-box-02:before,
.tp-sec-03 .loop_en{
    top: -5.6%;
}*/

.tp-sec-03-list-01{
    margin: 9% 0 0 0;
}
.tp-sec-03-list-02{
    margin: 7% 0 0 0;
}

.tp-sec-03 .character{
    aspect-ratio: 289 / 234;
    position: absolute;
    bottom: -1.5%;
    right: 4%;
    width: 38.5%;
    height: auto;
}

.tp-sec-03 .character:before{
    content: "";
    background:url(../img/img-character-03-ico@2x.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    aspect-ratio: 144/179;
    width: 25%;
    height: auto;
    top: 5.5%;
    right: 8%;
    z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.tp-sec-03 .hide-character.is-show .character:before {
    animation-name: fadeIn;
    animation-delay: .7s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
  visibility: hidden;
        transform: translateY(3rem);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
  visibility: visible;
    }
}

/* sec-04
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-sec-04{
    padding: 22.5% 0 44.5%;
}

/*.tp-sec-04.en-box-02:before,
.tp-sec-04 .loop_en{
    top: -2.4%;
}*/

.tp-sec-04 .loop_en_after_wrap{
    top: inherit;
    bottom: .6%;
}

.tp-sec-04 .tp-sec-04-img{
    margin-bottom: -7.5%;
}

.tp-sec-04 .tp-sec-04-txt{
    padding: 0 5% 0 4%;
    position: relative;
    z-index: 3;
}

.tp-sec-04-list ul{
    margin: 0 auto;
    width: 82%;
}

.tp-sec-04-list{
    margin: 2.4% 0 0;
    position: relative;
}

.tp-sec-04-list .character{
    aspect-ratio: 49 / 106;
    position: absolute;
    top: -12.6%;
    right: 0;
    width: 26%;
    height: auto;
    z-index: 3;
}

.tp-sec-04-list li{
    margin: 0 auto 2.6%;
}

.tp-sec-04-character{
    aspect-ratio: 331 / 447;
    position: absolute;
    bottom: -.2%;
    left: 0;
    width: 44.5%;
    height: auto;
    z-index: 3;
}

/* sec-item
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-sec-item{
    padding: 14.5% 0 11%;
}
.tp-sec-item .tp-sec-item-img{
    padding: 0 8% 0 15.5%;
    margin: 0 0 2.5%;
}

.tp-sec-item .tp-sec-item-list{
    width: 88.5%;
    margin: 0 auto;
    position: relative;
    left: .25%;
}

.tp-sec-item .tp-sec-item-txt{
    padding: 5% 9% 0 9.5%;
}

.tp-sec-item .tp-sec-item-btn{
    padding: 6% 10% 0 12%;
}


/* animation
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.hide-contents {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all 1s;
}

.hide-contents_02 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all 2s;
}

.hide-contents.is-show,
.hide-contents_02.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.hide-character .character{
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.hide-character.is-show .character {
  opacity: 1;
  visibility: visible;
  transform: none;
}