@charset "UTF-8";


body {
    width: 100%;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;

}

/* img {
    pointer-events: none;
} */

.sp {
    display: none;
}
.pc {
    display: block;
}
/* ---------------------------------------------------------------- header ----------------------------------------------------------------- */


.header {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    background: #0dd21e url(../image/fv_bg01.webp) no-repeat center / cover;
} 

.header_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
}

.header_inner .fv_decretion{
    position: absolute;
    display: block;
    width: 96%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50% , 0);
}

.header_inner .fv_bgstamp {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 2029px;
    top: 0;
    left: 50%;
    transform: translate(-50% , -17%);
    height: auto;
}

.header_inner .fv_title {
    position: absolute;
    display: block;
    width: 75%;
    top: 0;
    right: 50%;
    transform: translate(50% , 100%) scale(0);
    aspect-ratio: 5 / 2;
    pointer-events: none;
    background: url(../image/fv_title.webp) no-repeat center / contain;
    color: transparent;
    transition: 1s all ease-in-out;
    animation: 0.5s 1s boing-animtitle  linear;

}
.header.loaded .header_inner .fv_title{
    transform: translate(50% , 45%) scale(1);
}

@keyframes boing-animtitle{
    0% { transform: translate(50% , 45%) scale(1,1); } /*少し縮む*/
    20% { transform: translate(50% , 45%) scale(1.5, 1.5); } /*少し縮む*/
    40% { transform: translate(50% , 45%) scale(1.1,1.1); } 
    70% { transform: translate(50% , 45%) scale(1.3, 1.3); } 
    100% { transform: translate(50% , 45%) scale(1,1); } /*元に戻る*/
  }


.header_inner .fv_smartphone {
    position: absolute;
    width: 37%;
    top: 2vw;
    right: 50%;
    transform: translate(50% , 0);
}

.header .fv_stamp01 {
    position: absolute;
    width: 46%;
    height: auto;
    top: 76%;
    right: 68%;
    transform: translate(50% , 0) rotate(4deg);
}

.header.loaded .fv_stamp01 {
    animation: yureru 1s ease-in-out 0s 2  normal;

}

@keyframes yureru {
    0% , 100% {
        transform: translate(50% , 0) rotate(4deg);
    }

    50%{
        transform: translate(50% , 0) rotate(-4deg);
    }

}

.header .fv_stamp02 {
    position: absolute;
    top: 100%;
    left: 62%;
    transform: translate(-50% , 0) rotate(-6deg);
    width: 15%;
    height: auto;
}

.header.loaded .fv_stamp02{
    animation: yureru02 1s ease-in 0s 2 normal;

}

@keyframes yureru02 {
    0% , 100% {
        transform: translate(-50% , 0) rotate(-6deg);
    }

    50%{
        transform: translate(-50% , 0) rotate(6deg);
    }

}

.header .fv_stamp03 {
    position: absolute;
    top: 72%;
    left: 78%;
    transform: translate(-50% , 0);
    width: 21%;
    height: auto;
}

.sp_fv_stamp01,
.sp_fv_stamp02,
.sp_fv_stamp03,
.sp_fv_stamp04,
.sp_fv_stamp05,
.fv_sp {
    display: none;
}

/* ---------------------------------------------------------------- main ----------------------------------------------------------------- */

.main {
    position: sticky;
    width: 100%;
    height: auto;
}

.main_bg {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc800 url(../image/bg.webp) repeat top left / contain;
}

.main_bginner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    
}

.main_bginner .bg_bomb01,
.main_bginner .bg_bomb02,
.main_bginner .bg_bomb03,
.main_bginner .bg_bomb04,
.main_bginner .bg_bomb05,
.main_bginner .bg_bomb06,
.main_bginner .bg_bomb07,
.main_bginner .bg_bomb08,
.main_bginner .bg_bomb09 {
    position: absolute;
    aspect-ratio: 1 / 1;

    
}

.main_bginner .bg_bomb01 {
    width: 10%;
    max-width: 197px;
    /* top: 6%;
    right: 7%; */
    top: 0;
    right: 0;
    transform: translate(-70%, 160%);
}
.main_bginner .bg_bomb02 {
    width: 23%;
    max-width: 452px;
    /* top: 14%;
    left: -9%; */
    top: 0;
    left: 0;
    transform: translate(-24%, 200%);
}

.main_bginner .bg_bomb03 {
    width: 30%;
    max-width: 594px;
    top: 26%;
    right: -10%;
    top: 0;
    right: 0;
    transform: translate(35%, 300%);
}
.main_bginner .bg_bomb04 {
    width: 9%;
    /* max-width: 174px;
    top: 38%;
    left: 8%; */
    top: 0;
    left: 0;
    transform: translate(100%, 1380%);
}

.main_bginner .bg_bomb05 {
    width: 26%;
    max-width: 498px;
    /* bottom: 32.8%;
    left: -4%; */
    bottom: 0;
    left: 0;
    transform: translate(-16%, -400%);
}

.main_bginner .bg_bomb06 {
    width: 9%;
    max-width: 174px;
    /* bottom: 30%;
    right: 5%; */
    bottom: 0;
    right: 0;
    transform: translate(-60%, -1080%);
}

.main_bginner .bg_bomb07 {
    width: 15%;
    max-width: 290px;
    aspect-ratio: 1 / 1;
    /* left: 10%; */
    bottom: 0;
    left: 0;
    transform: translate(10%, -400%);
}

.main_bginner .bg_bomb08 {
    width: 30%;
    max-width: 594px;
    /* bottom: 8%;
    right: -10%; */
    bottom: 0;
    right: 0;
    transform: translate(40%, -80%);
}

.main_bginner .bg_bomb09 {
    width: 16%;
    max-width: 313px;
    /* bottom: -2.5%;
    left: 5%; */
    bottom: 0;
    left: 0;
    transform: translate(20%, 50%);
}

/* ---------------------------------------------------------------- concept ----------------------------------------------------------------- */



.concept {
    width: 100%;
    height: auto;
}

.concept_inner {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
    /* padding: 15vw 0; */
    /* padding: 15vw 0 20vw 0; */
    padding-top: 15vw;
    padding-bottom: min(20vw , 380px);
    text-align: center;

}

.concept_inner h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.7;
}

.concept_inner .concept_text {
    margin-top: 0.5em;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.7;
}


.concept_box {
    width: 100%;
    padding: 3em 0;

}

.concept_inner .concept_01 {
    position: relative;
    display: inline-block;
    bottom: -10%;
    padding-right: 4.5em;
    font-size: min(3.3vw , 50px);
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
}


.concept_inner .concept_01::after {
    position: absolute;
    display: block;
    z-index: -1;
    content: '';
    right: 3em;
    width: 88%;
    bottom: -0.2em;
    height: 0.5em;
    border-bottom: #ffff00 solid 0.5em;
}

.concept_inner .concept_01 .concept_img{
    position: absolute;
    content: '';
    right: 0;
    width: 20%;
    bottom: -1em;
    max-width: 217px;
    aspect-ratio: 2 / 1;
    transform: rotate(10deg);
    background: url(../image/concept.webp) no-repeat center / contain;
    
}
.concept_inner .concept_01 .concept_img.active {
    animation: yureru04 0.8s ease-in-out 0s  normal;

}

@keyframes yureru04 {
    0% , 100% {
        transform: rotate(10deg);
    }

    50%{
        transform: rotate(-10deg);
    }

}

.concept_02 {
    font-size: min(2.6vw , 25px);
    font-weight: 500;
    line-height: 1.7;
}


/* ---------------------------------------------------------------- lineup ----------------------------------------------------------------- */



.lineup {
    width: 100%;
    height: auto;
}

.lineup_inner {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

.lineup_wrap01{
    text-align: center;
}

.tab-1 {
    position: relative;
    /* display: flex;
    flex-wrap: wrap; */
    width: 70%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    
}



.tab-1 label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    flex: 1 1;
    cursor: pointer;
    /* width: 20%; */
    width: 16vw;
    max-width: 230px;
    height: auto;
    filter: brightness(0.8);
    /* z-index: -1; */
}
.tab-1 label.tab-2 {
    transform: translate(70%, -50%);
}
.tab-1 label.tab-3 {
    transform: translate(140%, -50%);
}
.tab-1 label img {
    width: 100%;
    height: auto;
    filter: drop-shadow(7px 5px 1px rgba(0, 0, 0, 0.2));
}


.tab-1 input {
    display: none;
}

.tab-1 div.lineup_imgbox {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 0 3vw 3vw 3vw;
    background-color: #fff;
    /* filter: drop-shadow(7px 7px 1px rgba(0, 0, 0, 0.2)); */
    box-shadow: 7px 7px 1px rgba(0,0,0,.2);
}

.lineup_01::after ,
.lineup_02::after,
.lineup_03::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    width: 20%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../image/lineup40.webp) no-repeat center / contain;
}

.lineup_02::after,
.lineup_03::after {
    background: url(../image/lineup16.webp) no-repeat center / contain;
}


.tab-1 label:has(:checked) {
    filter: brightness(1);
    /* z-index: 1; */

}

.tab-1 label:has(:checked) + div.lineup_imgbox {
    display: block;
    } 


.tab-1 div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* padding-top: 5vw; */
    padding-top: 4rem ;
}

.lineup_imgbox ul li {
    width: calc(100% / 4 - .75rem);
    height: auto;
    pointer-events: none;
}


.lineup_imgbox ul li img {
    width: 100%;
    height: 100%;
}

.lineup_inner .lineup_text01 {
    position: absolute;
    width: 20%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50% ,0);
    transition: 0.8s ease;
    opacity: 0;
}

.lineup_inner.active .lineup_text01 {
    /* top: -9.5%; */
    transform: translate(-50% , -160%);
    opacity: 1;
}

.lineup_inner .lineup_text02 {
    position: absolute;
    top: -5%;
    right: 30%;
    transform: translate(-50% ,0) scale(2,2);
    width: 11%;
    height: auto;
    transition: 0.5s 0.5s  ease-in-out;
    opacity: 0;

}

.lineup_inner.active .lineup_text02 {
    transform: scale(1,1);
    opacity: 1;
}


.tab-1 .content_buttom {
    width: 30%;
    /* max-width: 230px; */
    margin: 0 auto;
    padding: 1.5rem 0 2.5rem 0;
}

.tab-1 .buttom {
    filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.2));
}





.lb-nav a.lb-next {
    opacity: 1;
    position: absolute;
    right: 0;
    transform: translateX(110%);
    width: 3rem;
}

.lb-nav a.lb-prev {
    opacity: 1;
    position: absolute;
    left: 0;
    transform: translateX(-110%);
    width: 3rem
}


.lb-outerContainer {
    width: 75% !important;
    height: 75% !important;
    aspect-ratio: 1 / 1;
}

.lightbox .lb-image {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}

.lb-data .lb-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-100% , -100%);
}





/* ---------------------------------------------------------------- content ----------------------------------------------------------------- */


.content {
    overflow: hidden;
    width: 100%;
    height: auto;

}

.content_inner {
    width: 80%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding: 8vw 0;

}

.content_wrap01 {
    width: 100%;
}

.content_inner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(2.8vw , 36px);
    font-weight: 500;
}

.content_inner h2 .content_solo{
    position: relative;
    width: 14%;
    color: transparent;
    
}
.content_inner h2 .content_solo .content_soloimg {
    width: 100%;
    height: auto;
    transform: rotate(4deg);
    
}

.content_inner.active h2 .content_solo .content_soloimg {
    animation: yureru05 1s ease-in-out 0s  infinite;

}
@keyframes yureru05 {
    0% , 100% {
        transform: rotate(4deg);
    }

    50%{
        transform: rotate(-4deg);
    }

}

.content_solo .content_solobomb{
    position: absolute;
    display: inline-block;
    z-index: -1;
    content: '';
    width: 44%;
    top: -24%;
    left: -25%;

}


.content_inner h2 .content_combine{
    position: relative;
    display: inline-block;
    content: '';
    width: 18%;
    color: transparent;
    transform: rotate(-4deg);

}

.content_combineimg {
    width: 100%;
    height: auto;
}

.content_inner.active h2 .content_combineimg {
    animation: yureru06 1s ease-in-out 0s infinite ;

}

@keyframes yureru06 {
    0% , 100% {
        transform: rotate(-4deg);
    }

    50%{
        transform: rotate(4deg);
    }

}
.content_inner h2 .content_combine .content_combinebomb{
    position: absolute;
    display: inline-block;
    z-index: -1;
    content: '';
    top: -26%;
    right: 0;
    width: 35%;
    aspect-ratio: 1 / 1;
    background: url(../image/content_combine02.webp) no-repeat center / contain;
}

.content_inner p {
    margin-top: 0.5em;
    text-align: center;
    font-size: min(3.2vw , 42px);
    font-weight: 500;
}

.content_inner h2 .space {
    padding-left: 7em;
}

.content_box {
    width: 100%;
    padding: 6vw 0 12vw 0;
}

.content_wrap02 {
    position: relative;
    display: flex;
    width: 95%;
    aspect-ratio: 5 / 3;
    margin: 0 auto;
}
.content_wrap02 .content_stamp01,
.content_wrap02 .content_stamp02,
.content_wrap02 .content_stamp03 {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio:  1 / 1;
    background-color: #fff;
    border-radius: 50%;
}

.content_wrap02 .content_stamp01 {
    position: absolute;
    width: 45%;
    bottom: 5%;
    left: 0;
}

.content_wrap02 .content_stamp01 img {
    transition: 1s all ease-in-out;
    z-index: 3;

    transform: scale(3,3);
    width: 77%;
    height: auto;
    opacity: 0;
}

.content_wrap02.active .content_stamp01 img {
    opacity: 1;
    transform: scale(1,1);
    animation: 0.3s 1s boing-anim linear;
}

@keyframes boing-anim{
    10% { transform: scale(1.1, 0.98); } /*少し縮む*/
    40% { transform: scale(1.15, 0.9); } /*縮む*/
    60%{ transform: scale(1.05, 0.98); } /*また反動で縮む*/
    70% { transform: scale(1.15, 1.0); } /*反動が小さく*/
    100% { transform: scale(1,1); } /*元に戻る*/
  }

.content_wrap02 .content_stamp02 {
    position: absolute;
    z-index: 2;
    width: 33%;
    top: 0;
    left: 55%;
    transform: translate(-50% , 0);

}
.content_wrap02 .content_stamp02 img {
    transition: 0.5s all ease-in-out;
    width: 77%;
    height: auto;
    transform: scale(2,2);
    opacity: 0;
}

.content_wrap02.active .content_stamp02 img {
    transform: scale(1,1);
    animation: 0.3s 0.5s boing-anim linear;
    opacity: 1;

}

.content_wrap02 .content_stamp03 {
    position: absolute;
    width: 39%;
    height: auto;
    bottom: 0;
    right: 0;


}
.content_wrap02 .content_stamp03 img {
    width: 72%;
    z-index: 3;
    transform: scale(3,3);
    transition: 1.5s all ease-in-out;
    opacity: 0;
}

.content_wrap02.active .content_stamp03 img{
    transform: scale(1,1);
    animation: 0.3s 1.5s boing-anim linear;
    opacity: 1;

}


.content_inner .content_buttom {
    display: block;
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.buttom{
    display: block;
    width: 100%;
    filter: drop-shadow(7px 7px 1px rgba(225 , 146 , 0 , 0.8));
    transition: 0.3s;
}
.buttom:hover{
    transform: translateY(5px);
    filter: drop-shadow(0px 0px 0px rgba(0 , 0 , 0 , 0));

}

.buttom img {
    width: 100%;
    height: auto;
}


/* ---------------------------------------------------------------- hand ----------------------------------------------------------------- */

.hand {
    width: 100%;
    height: auto;
}

.hand_inner {
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
}
.hand_inner .hand_text {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    opacity: 0;
}
.hand_inner.active  .hand_text{
    animation: scroll 0.5s ease-in-out 0.8s normal forwards ;
}

@keyframes scroll {
    0% {
        transform: translateY(3vw);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.hand_inner .hand_illust {
    display: block;
    width: 100%;
    height: 40vw;
    max-height: 642px;
    margin: 2vw auto 0 auto;
    transition: 1s all ease;
    transform: translateY(20vw);
    opacity: 0;
}
.hand_inner.active .hand_illust{
    transform: translateY(0);
    opacity: 1;
}

/* ---------------------------------------------------------------- footer ----------------------------------------------------------------- */

.footer {
    width: 100%;
    height: auto;
    background: #0dd21e;

}

.footer_inner {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}



.footer_inner .logo {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;

}

.footer_inner .logo img {
    width: 10%;
    height: auto;
    padding-top: 10px;
}




/* ---------------------------------------------------------------- メディアクエリ 768px ----------------------------------------------------------------- */


@media screen and (max-width:768px)  {

    .sp {display: block;}
    .pc {display: none;}

    .fv_sp {
        display: block;
    }


    .main_bginner .bg_bomb01 {
        transform: translate(-70%, 300%);
    }
    .main_bginner .bg_bomb02 {
        transform: translate(-24%, 380%);
    }
    .main_bginner .bg_bomb03 {
        transform: translate(35%, 480%);
    }
    .main_bginner .bg_bomb04 {
        display: none;
    }
    .main_bginner .bg_bomb05 {
        transform: translate(-16%, -500%);
    }

    .header {
        height: 90%;
        background: #0dd21e url(../image/sp_fv_bg01.webp) no-repeat center / cover;
    }
    .header_inner {
        max-width: 768px;
        min-height: 1100px;
        height: 95vh;
    }

    .header_inner .fv_title {
        width: 98%;
        max-width: 663px;
        aspect-ratio: 5 / 4;
        top: 60vw;
        transform: translate(50%, 50%) scale(0);
        background: url(../image/sp_fv_title.webp) no-repeat center / contain;
    }

    .header.loaded .header_inner .fv_title {
        transform: translate(50%, 0) scale(1);
    }

    @keyframes boing-animtitle{
        0% { transform: translate(50% , 0) scale(1,1); }
        10% { transform: translate(50% , 0) scale(1.3, 1.3); }
        40% { transform: translate(50% , 0) scale(1.1,1.1); } 
        70% { transform: translate(50% , 0) scale(1.3, 1.3); } 
        100% { transform: translate(50% , 0) scale(1,1); } 
    }
    
    .header_inner .sp_fv_smartphone {
        position: absolute;
        top: 16vw;
        left: 5%;
        width: 90%;
        height: auto;

    }

    .sp_fv_toutoi,
    .sp_fv_sale,
    .sp_fv_98,
    .sp_fv_butiage,
    .sp_fv_syuryo{
        z-index: 2;
    }

    .header_inner .sp_fv_toutoi,
    .header_inner .sp_fv_sale,
    .header_inner .sp_fv_98,
    .sp_fv_kannzennrikai,
    .header_inner .sp_fv_butiage,
    .sp_fv_syuryo{
        position: absolute;
        height: auto;
    }

    .header_inner .sp_fv_toutoi {
        top: 1vw;
        left: -2%;
        width: 56%;

    }
    
    .header_inner .sp_fv_sale {
        top: 33vw;
        right: 34%;
        width: 27%;
    }

    .header_inner .sp_fv_98 {
        top: 16vw;
        right: 7%;
        width: 25%;
    }

    .sp_fv_kannzennrikai {
        left: 72%;
        top: 3%;
        width: auto;

    }

    .header_inner .sp_fv_butiage {
        left: -10%;
        top: 46vw;
        width: 30%;

    }


    .sp_fv_syuryo {
        top: 32vw;
        right: -5%;
        width: 33%;
    }

    .header .fv_stamp01,
    .header .fv_stamp02,
    .header .fv_stamp03,
    .header_inner .fv_decretion,
    .header_inner .fv_bgstamp,
    .fv_smartphone{
        display: none;
    }

    .header .sp_fv_stamp01,
    .header .sp_fv_stamp02,
    .header .sp_fv_stamp03 {
        display: block;
        position: absolute;
        height: auto;
    }

    .header .sp_fv_stamp01 {
        top: 133vw;
        left: 32%;
        transform: translate(-50% , 0) rotate(4deg);
        width: 66%;
        max-width: 438px;
    }

    .header.loaded .sp_fv_stamp01 {
        animation: yureru07 1s ease-in-out 0s 2 normal;
    }
    @keyframes yureru07 {
        0% , 100% {
            transform: translate(-50% , 0) rotate(4deg);
        }
    
        50%{
            transform: translate(-50% , 0) rotate(-4deg);
        }
    }
    
    .header .sp_fv_stamp02 {
        top: 162vw;
        right: 24%;
        transform: translate(50%, 0) rotate(-6deg);
        width: 26%;
        max-width: 193px;
    }

    .header.loaded .sp_fv_stamp02{
        animation: yureru08 1s ease-in 0s 2 normal;
    
    }
    
    @keyframes yureru08 {
        0% , 100% {
            transform: translate(50% , 0) rotate(-6deg);
        }
    
        50%{
            transform: translate(50% , 0) rotate(6deg);
        }
    }

    .header .sp_fv_stamp03 {
        top: 132vw;
        right: 18%;
        transform: translate(50% , 0);
        width: 34%;
        max-width: 202px;

    }

    .concept_inner {
        width: 100%;
        max-width: 768px;
        padding: 40vw 0 45vw 0;
    }

    .concept_inner h2,
    .concept_inner .concept_text {
        font-size: min(3.8vw , 24px);
        font-weight: 500;
    }

    .concept_inner .concept_text {
        line-height: 1.7;
    }

    .concept_inner .concept_01 {
        padding: 0;
        font-size: min(5.5vw , 36px);
        line-height: 2;
    } 

    .concept_inner .concept_01::after{
        display: none;
    }

    .concept_inner .concept_01 .boder_sp {
        position: relative;
    }


    .concept_inner .concept_01 .boder_sp::after {
        position: absolute;
        display: block;
        z-index: -1;
        content: '';
        width: 105%;
        height: 0.5em;
        bottom: -0.2em;
        right: 0;
        border-bottom: #ffff00 solid 0.8em;
    }

    .concept_inner .concept_01 .padding {
        padding-left: 3em;
    }

    .concept_inner .concept_01 .concept_img {
        width: 45%;
    }

    .concept_box {
        padding: 2em 0;
    }

    .concept_box02 {
        width: 80%;
        max-width: 768px;
        margin: 0 auto;
    }
    

    .concept_02 {
        font-size: min(3.8vw , 24px);
    }

    .lineup {
        background-color: #fff;
    }

    .lineup_inner{
        width: 100%;
        max-width: 768px;
    }

    .lineup_inner .lineup_text01 {
        transition: none;
        width: 50%;
        /* top: -9.5%; */
        transform: translate(-50% ,-160%);
        opacity: 1;

    }

    .lineup_inner .lineup_text02 {
        transition: none;
        width: 20%;
        top: -6%;
        right: 12%;
        transform: scale(1,1);
        opacity: 1;
    }

    /* .lineup_inner .lineup_imgbox {
        width: 100%;
    }

    .lineup_inner .lineup_imgbox img {
        padding: 9.5vw;
    } */

    .lb-data .lb-number {
        display: none !important;
    }


    .tab-1 {
        width: 100%;
    }

    .tab-1 label {
        width: 35%;
    }

    .tab-1 div.lineup_imgbox {
        border-radius: 0;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
    
    }

    .tab-1 div ul {
        width: 95%;
    }

    .lineup_imgbox ul li {
        pointer-events: all;
    }

    .lineup_01::after, .lineup_02::after,.lineup_03::after {
        transform: translate(0, -25%);
    }

    .content_inner {
        width: 95%;
        max-width: 768px;
        padding: 18vw 0;
    }
    .content_inner h2 {
        font-size: min( 3.3vw , 22px);
    }

    .content_inner h2 .content_solo {
        width: 30%;
    }

    .content_inner h2 .content_combine {
        width: 35%;
    }

    .content_inner p {
        font-size: min(3.8vw , 24px);
        font-weight: 600;
    }

    .content_wrap02 {
        width: 100%;
    }

    .content_inner .buttom {
        padding-top: 10px;
    }

    .content_inner .content_buttom{
        width: 50%;
    }

    .tab-1 .content_buttom {
        width: 50%;
    }

    .hand_inner {
        max-width: 768px;
    }

    .hand_inner .hand_text {
        width: 80%;
    }
    .hand_inner .hand_illust {
        width: 100%;
    }

    .footer_inner {
        max-width: 768px;
    }

    .footer_inner .logo {
        font-size: 8px;
    }

    .footer_inner .logo img {
        width: 25%;
    }

    .buttom:hover {
        transform: translateY(0);
        filter: drop-shadow(7px 7px 1px rgba(225 , 146 , 0 , 0.8));

    }

    .tab-1 .buttom:hover {
        filter: drop-shadow(7px 7px 1px rgba(0 , 0 , 0 , 0.2));

    }


}



/* ---------------------------------------------------------------- メディアクエリ 450px ----------------------------------------------------------------- */


@media screen and (max-width:450px)  {
    .header_inner {
        max-height: 700px;
        min-height: 700px;
    }


}