@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* utility
---------------------------------*/


html{
    font-size: 62.5%; /*16px×62.5%=10px*/
}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #051247;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

body.nav-scroll-locked{
    overflow: hidden;
}

img{
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

a{
    color: #051247;
    text-decoration: none;
    transition: all .2s ease;
}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


.sp-display{
  display: none;
}

.pc-display{
  display: block;
}

.sp-inlineBlock{
  display: none;
}


/*---------------------------------
* common
---------------------------------*/



/*---------------------------------
* header
---------------------------------*/

.lp-container01{
    background-image: url(../img/bg01.png);
    background-size: cover;
    background-position: left top;
    margin-top: -1px;
}

.mv{
    width: 100%;
    aspect-ratio: 2880 / 1720;
    background-image: url(../img/mv01.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 1.4vw;
}

.mv header ul{
    display: flex;
    gap: 1.5%;
    justify-content: center;
}

.mv header ul li{
    flex: 1 1 18%;
    position: relative;
    aspect-ratio: 180 / 60;
}

.mv header ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    aspect-ratio: 180 / 60;
    background-image: url(../img/nav_line01.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(14px, 1.8vw, 18px);
    letter-spacing: -0.07em;
    font-weight: 900;
    position: absolute;
    z-index: 1;
}

.mv header ul li::before{
    content: "";
    width: 98%;
    aspect-ratio: 180 / 60;
    background-color: #944992;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 0;
    display: block;
    border-radius: 10px;
    transition: all .2s ease;
}

.mv header ul li:hover::before{
    background-color: #fff;
    background-color: #552a54;
}

.mv header ul li a:hover{
    color: #ffb2ab;
}

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

.lead{
    background-image: url(../img/lead_bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 38%;
}

.lead-bl{
    background-image: url(../img/lead_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -10px;
    aspect-ratio: 2408 / 2358;
    max-width: 1200px;
    padding-top: 0.4vw;
    margin: 0 auto;
}

.lead-inner{
    width: 66%;
    margin: 0 auto;
    transform: translateX(2.6%);
}

.lead-title{
    width: 71.77%;
    padding-top: 17%;
    margin: 0 auto;
}

.lead-text p{
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.8;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 6%;
}

.contest_-inner{
    width: 790px;
    margin: 0 auto; 
}

.contest-title{
    width: 86.7%;
    margin: 0 auto;
}

.contest-text p{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(16px, 2.6vw, 26px);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: #051247;
    -webkit-text-stroke: 6px #fff;
    paint-order: stroke fill;
    margin-top: 6.3%;
}

.idea{
    margin-top: 7vw;
}

.idea-title{
    width: 79%;
    margin: 0 auto;
}

.idea ul{
    display: flex;
    margin-top: 2.4vw;
}

.idea ul li{
    position: relative;
}

.idea-subtitle{
    color: #fff;
    position: absolute;
    top: 47%;
    left: 25%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(16px, 2.5vw, 28px);
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.idea-text{
    color: #fff;
    position: absolute;
    top: 57%;
    left: 21.5%;
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1%;
}

.award{
    margin-top: 5vw;
    padding-bottom: 3vw;
}

.award-title{
    width: 60%;
    margin: 0 auto;
}

.award-list{
    width: 88%;
    background-image: url(../img/award_deco01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 877 / 445;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3.5vw auto 0;
}

.award-item{
    width: 83%;
}

.award-list ul{
    display: flex;
    flex-direction: column;
    row-gap: 0.7vw;
}

.award-list ul li{
    background-image: url(../img/award_cont01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(16px, 2.6vw, 28px);
    width: 100%;
    aspect-ratio: 730 / 110;
    display: flex;
    align-items: center;
}

.award-list ul li:nth-of-type(2){
    background-image: url(../img/award_cont02.png);
}

.award-list ul li p{
    font-weight: 900;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.award-list ul li p span{
    font-weight: 900;
}

.award-list ul li:nth-of-type(1) p{
    padding-left: 6%;
}

.award-list ul li:nth-of-type(2) p{
    padding-left: 8%;
}

.award-list ul li:nth-of-type(3) p{
    padding-left: 8%;
}

.award-list ul li p img{
    width: 30px;
}

.award-list ul li:nth-of-type(1) p img{
    margin: 0 2%;
}

.award-list ul li:nth-of-type(2) p img{
    margin: 0 2% 0 5%;
}

.award-list ul li:nth-of-type(3) p img{
    margin: 0 2% 0 5%;
}

.award-item>p{
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 2vw, 20px);
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 2%;
}

.lp-container02{
    background-image: url(../img/bg02.png);
    background-size: cover;
    background-position: left top;
}

.theme-inner{
    width: 88%;
    margin: 0 auto;
    padding: 3.5vw 0 4vw;
    
}

.theme-title-bl{
    background-image: url(../img/theme_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 1744 / 994;
}

.theme-title{
    width: 68%;
    margin: 0 auto;
    padding-top: 3.2%;
}

.theme-text p{
    font-size: clamp(16px, 2.6vw, 26px);
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.195em;
    text-align: center;
    line-height: 1.6;
}

.theme-text p:nth-of-type(1){
    margin-top: 2%;
}

.theme-text p:nth-of-type(2){
    margin-top: 3%;
}

.theme-cont{
    margin-top: 2.7vw;
    background-image: url(../img/theme_deco02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 1754 / 1056;
    position: relative;
}

.theme-cont-title{
    width: 27%;
    padding-top: 4.5%;
    margin: 0 auto;
}

.theme-cont-text{
    font-family: "Zen Maru Gothic", sans-serif;
    color: #091740;
    font-weight: 900;
    font-size: clamp(16px, 2.8vw, 28px);
    text-align: center;
    margin-top: 2%;
}

.theme-cont-detail{
    display: flex;
    justify-content: space-between;
    padding: 0 4.5% 0 6.6%;
    margin-top: 2.5%;
}

.theme-cont-img{
    flex: 0 0 49%;
}

.theme-cont-info{
    flex: 0 0 50%;
    background-image: url(../img/theme_text_bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 393 / 205;
    position: relative;
}

.theme-cont-info p{
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: clamp(16px, 2.6vw, 26px);
    font-weight: 900;
}

.theme-cont-info p:nth-of-type(n+2){
    margin-top: 3.5%;
}

.theme-cont-info p:last-of-type{
    font-size: clamp(16px, 2vw, 20px);
    text-align: right;
    margin-top: 5.6%;
}

.theme-cont-info-text{
    position: absolute;
    top: 14%;
    left: 13%;
}

.theme-cont-apply a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 61%;
    aspect-ratio: 537 / 84;
    color: #fff;
    font-size: clamp(18px, 2.7vw, 27px);
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-cont-apply a p{
    width: 100%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-left: -3%;
    transition: all .2s ease;
}

.theme-cont-apply a p::after{
    display: block;
    content: "";
    width: 10%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.theme-cont-type01 .theme-cont-apply a:hover p{
    color: #d6802a;
}

.theme-cont-type02 .theme-cont-apply a:hover p{
    color: #90f9ee;
}

.theme-cont.theme-cont-type02{
    background-image: url(../img/theme_deco03.png);
}

.theme-cont-type02 .theme-cont-info{
    background-image: url(../img/theme_text_bg02.png);
}

.theme-cont-type02 .theme-cont-apply a p::after{
    background-image: url(../img/arrow02.png);
}

.theme-note{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #fff;
    text-align: center;
    margin-top: 3.5vw;
    font-weight: 600;
}

.how-to{
    background-color: #2b2b4a;
    padding: 2.3vw 0 4vw;
}

.how-to-title{
    width: 80%;
    margin: 0 auto;
}

.how-to-img{
    margin: 1.6vw auto 0;
    width: 96.5%;
}

.how-to-note{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #fff;
    margin-top: 3.7vw;
    font-weight: 900;
    line-height: 1.6;
    display: flex;
    justify-content: center;
}

.lp-container03{
    background-image: url(../img/bg03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 2vw 0 3.5vw;
}

.terms{
    width: 88%;
    margin: 0 auto;
}

.terms-title{
    color: #fff;
    background-image: url(../img/terms_title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 877 / 117;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.terms-title p{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(20px, 3.4vw, 34px);
    font-weight: 900;
    color: #051247;
    -webkit-text-stroke: 6px #fff;
    paint-order: stroke fill;
}

.terms-title p::after{
    display: block;
    content: "";
    width: 6.8%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 3.5%;
    top: 50%;
    transform: translateY(-50%);
}

.terms-bl{
    color: #fff;
    background-image: url(../img/terms_cont_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 99%;
    margin: -9px auto 0;
    padding: 4% 5.7%;
    box-sizing: border-box;
}

.terms-bl dl:nth-of-type(n+2){
    margin-top: 4%;
}

.terms-bl dl dt{
    font-size: clamp(16px, 2.4vw, 24px);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 1%;
    line-height: 1.8;
}

.terms-bl dl dd{
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.8;
    font-weight: 500;
}

.terms-cont-dot{
    width: 6%;
}

.terms-item01 p{
    display: flex;
    align-items: center;
}

.terms-link01{
    display: flex;
    gap: 17px;
    margin-top: 2%;
}

.terms-link01 li a{
    color: #fff;
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-link01 li a:hover{
    background-color: #fff;
    color: #051247;
}

.terms-bl dl dd.terms-date{
    font-size: clamp(16px, 2.4vw, 24px);
}

.terms-bl dl dt.terms-item02{
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 2.4vw, 22px);
}

.apply{
    margin-top: 3.5vw;
}
    
.apply-title{
    width: 60%;
}

.apply-title{
    margin: 0 auto;
}

.apply-list{
    display: flex;
    padding: 0 2% 0 6%;
    margin-top: 6.5%;
    gap: 2%;
}

.apply-list li>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.apply-bl01{
    padding-top: 10.4%;
    left: 1%;
}

.apply-bl02{
    padding-top: 9.6%;
    left: -3%;
}

.apply-list li:first-of-type{
    flex: 0 0 47%;
    background-image: url(../img/apply_frame01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 868 / 1140;
}

.apply-list li:nth-of-type(2){
    flex: 0 0 51%;
    background-image: url(../img/apply_frame02.png);
    aspect-ratio: 946 / 1126;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.apply-list li:first-of-type .apply-img{
    width: 52.5%;
}

.apply-list li:nth-of-type(2) .apply-img{
    width: 48.3%;
}

.apply-text{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-top: 24px;
}

.apply-btn{
    width: 258px;
    height: 48px;
    aspect-ratio: 258 / 48;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 48px;
    box-sizing: border-box;
    font-size: clamp(16px, 2.2vw, 22px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    margin-top: 22px;
}

.apply-btn::after{
    display: block;
    content: "";
    width: 6.5%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/arrow04.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 7%;
}

.apply-bl01 .apply-btn{
    width: 60%;
}

.apply-bl02 .apply-btn{
    width: 55%;
}

.apply-bl01 .apply-btn:hover{
   background-color: #d890d5;
}

.apply-bl02 .apply-btn:hover{
   background-color: #ded985;
}

.apply-note{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(14px, 1.8vw, 18px);
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 2.6%;
    margin-bottom: 2%;
}

footer{
    background-color: #000;
    padding-bottom: 20px;
}

.footer-list{
    display: flex;
    padding: 50px 20px 0 50px;
    justify-content: space-between;
    align-items: center;
    gap: 14px}

.footer-logo{
    width: 29%;
}

.footer-sns-title{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
}

.footer-sns-link{
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
}

.footer-sns-link a img{
    width: 40px;
}

.footer-copy{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.073em;
    margin-top: 90px;
    text-align: right;
    margin-right: 67px;
}

.link-cont01{
    text-decoration: underline;
    color: #fff;
    transition: all .2s ease;
}

.link-cont01:hover{
    text-decoration: none;
}

.link-cont02{
    color: #fff;
    transition: all .2s ease;
    text-decoration: underline;
}

.link-cont02:hover{
    text-decoration: none;
}


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

    /*---------------------------------
    * utility
    ---------------------------------*/

    body {
        min-width: initial; /* 初期値 */
        min-width: 100%;
    }

    .wrapper{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .sp-display{
        display: block;
    }

    .pc-display{
        display: none;
    }

    .sp-inlineBlock{
        display: inline-block;
    }

    /*---------------------------------
    * header
    ---------------------------------*/
    
    .mv header ul{
        display: none;
    }
    
    .mv{
        background-image: url(../img/mv01_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        /* 中央 52% を見せる（左右が切れる） */
        background-size: contain;
        aspect-ratio: 1500 / 1760;
    }
    
    header{
        padding: 0 1vw;
    }
    
    header.nav-open .header-nav{
        position: fixed;
        inset: 0;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image:
            linear-gradient(rgba(43,44,74,0.8), rgba(43,44,74,0.8)),
            url(../img/mv01_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

    .mv header.nav-open .header-nav ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        height: auto;
        padding: 0;
        margin-top: -40vw;
    }

    .mv header.nav-open .header-nav ul li{
        width: 180px;
        aspect-ratio: 180 / 60;
        flex: unset;
    }
    
    .mv header.nav-open .header-nav ul li a{
        width: 180px;
        font-size: 16px;
    }
    
    /*=============================
    .btn-trigger
    =============================*/
    
    .header-btn{
        position: absolute;
        right: 1vw;
        top: 1vw;
        z-index: 10;
    }
    
    .btn-trigger {
        position: relative;
        width: 34px;
        height: 27px;
        cursor: pointer;
    }
    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 9px;
    }
    .btn-trigger, .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .btn-trigger span:nth-of-type(1) {
        top: 0;
        background-image: url(../img/hamburger_menu01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .btn-trigger span:nth-of-type(2) {
        top: 9px;
        background-image: url(../img/hamburger_menu02.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .btn-trigger span:nth-of-type(3) {
        bottom: 0;
        background-image: url(../img/hamburger_menu03.png);
        background-size: contain;
        background-repeat: no-repeat;
    }


    /*=============================
    #btn01
    =============================*/
    #btn01.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    #btn01.active span:nth-of-type(2) {
        opacity: 0;
    }
    #btn01.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    
    
    /*---------------------------------
    * main
    ---------------------------------*/
    
    .sp-lp-container01{
        background-image: url(../img/bg01_sp.png);
        background-size: cover;
        background-position: center top;
    }
    
    .lp-container01{
        background: none;
    }
    
    .lead{
        padding-top: 8vw;
        background-image: url(../img/lead_bg01_sp.png);
        background-size: 192.3% auto;
        background-position: -49vw 18vw;
    }
    
    .lead-bl{
        background-image: url(../img/lead_deco01_sp.png);
        background-size: 136.1% auto;
        background-position: -26vw 0;
        aspect-ratio: 750 / 1170;
    }
    
    .lead-text p{
        font-size: max(3vw, 12px);
    }
    
    .lead-inner{
        width: 80.66%;
    }
    
    .lead-title{
        width: 93.7%;
        padding-top: 23%;
    }
    
    .lead-text p{
        margin-top: 5%;
    }
    
    .contest{
        padding-top: 2.3vw;
    }
    
    .contest_-inner{
        width: 100%;
    }
    
    .contest-title{
        width: 91.33%;
    }
    
    .contest-text p{
        font-size: max(3.5vw, 13px);
        margin-top: 6.6vw;
        -webkit-text-stroke: 5px #fff;
        paint-order: stroke fill;
    }
    
    .idea{
        margin-top: 9.3vw;
    }
    
    .idea-title{
        width: 100%;
    }
    
    .idea ul{
        flex-direction: column;
        margin-top: 4.7vw;
    }
    
    .idea-subtitle{
        top: 14%;
        left: 54%;
        font-size: max(3.7vw, 14px);
    }
    
    .idea-text{
        top: 29%;
        left: 50.5%;
        font-size: max(3.2vw, 12px);
    }
    
    .award{
        margin-top: 0;
        padding-bottom: 6.6vw;
    }
    
    .award-title{
        width: 80.5%;
    }
    
    .award-list{
        width: 98%;
        margin: 3.2vw auto 0;
        background-image: url(../img/award_deco01_sp.png);
        aspect-ratio: 1473 / 984;
    }
    
    .award-item{
        width: 96%; 
    }
    
    .award-list ul{
        row-gap: 1.3vw;
    }
    
    .award-list ul li{
        background-image: url(../img/award_cont01_sp.png);
        aspect-ratio: 1406 / 220;
        font-size: max(3.7vw, 14px);
    }
    
    .award-list ul li:nth-of-type(2){
        background-image: url(../img/award_cont02_sp.png);
    }
    
    .award-list ul li p img{
        width: 15px;
    }
    
    .sp-text-16{
        font-size: max(4.1vw, 16px);
        font-weight: 900;
    }
    
    .award-item>p{
        font-size: max(2.7vw, 10px);
    }
    
    .lp-container02{
        background-size: 192% auto;
        background-position: center top;
    }
    
    .theme-inner{
        width: 98%;
        padding: 4vw 0 4.4vw;
    }
    
    .theme-title-bl{
        background-image: url(../img/theme_deco01_sp.png);
        aspect-ratio: 1450 / 994;
    }
    
    .theme-title{
        width: 84%;
        padding-top: 4%;
    }
    
    .theme-text p{
        font-size: max(3.5vw, 13px);
    }
    
    .theme-text p:nth-of-type(1){
        margin-top: 2.7%;
    }
    
    .theme-text p:nth-of-type(2){
        margin-top: 3%;
    }
    
    .theme-cont{
        margin-top: 4vw;
    }
    
    .theme-cont{
        background-image: url(../img/theme_deco02_sp.png);
        aspect-ratio: 1472 / 1056;
    }
    
    .theme-cont.theme-cont-type02{
        background-image: url(../img/theme_deco03_sp.png);
        aspect-ratio: 1472 / 1058;
    }
    
    .theme-cont-title{
        width: 31%;
        padding-top: 4.8%;
    }
    
    .theme-cont-text{
        font-size: max(3.7vw, 14px);
        margin-top: 1.4%;
        line-height: 1.3;
    }
    
    .theme-cont-detail{
        padding: 0 5% 0 5.2%;
        margin-top: 2%;
    }
    
    .theme-cont-img{
        flex: 0 0 49%;
    }
    
    .theme-cont-info{
        flex: 0 0 50%;
        background-image: url(../img/theme_text_bg01_sp.png);
        aspect-ratio: 654 / 410;
    }
    
    .theme-cont-info p{
        font-size: max(3.2vw, 12px);
    }
    
    .theme-cont-info p:last-of-type{
        font-size: max(3.2vw, 12px);
    }
    
    .theme-cont-info-text{
        top: 17%;
        left: 9%;
    }
    
    .theme-cont-info p:nth-of-type(n+2){
        margin-top: 5%;
    }
    
    .theme-cont-apply a{
        aspect-ratio: 537 / 84;
        left: 14%;
        width: 72%;
        font-size: max(3.6vw, 14px);
    }
    
    .theme-cont-type02 .theme-cont-info{
        background-image: url(../img/theme_text_bg02_sp.png);
    }
    
    .theme-note{
        font-size: max(3.2vw, 12px);
        margin-top: 5.3vw;
        line-height: 1.8;
    }
    
    .how-to-title{
        width: 100%;
    }
    
    .how-to-img{
        width: 68%;
        margin: 3.2vw auto 0;
    }
    
    .how-to-note{
        font-size: max(3.2vw, 12px);
        margin-top: 4vw;
    }
    
    .lp-container03{
        background-image: url(../img/bg03_sp.png);
        margin-top: -1px;
        padding: 2.2vw 0 4vw;
    }
    
    .terms{
        width: 97%;
    }
    
    .terms-title{
       background-image: url(../img/terms_title_bg_sp.png);
       aspect-ratio: 1754 / 234;
    }
    
    .terms-bl{
        background-image: url(../img/terms_cont_bg_sp.png);
        padding: 3.2% 1.4%;
        margin: -4px auto 0;
    }
    
    .terms-title p{
        font-size: max(4.7vw, 18px);
        -webkit-text-stroke: 3px #fff;
    }
    
    .terms-title p::after{
        width: 8%;
        right: 2.7%;
    }
    
    .terms-bl dl dt{
        font-size: max(3.2vw, 12px);
    }
    
    .terms-bl dl dd{
        font-size: max(2.7vw, 10px);
    }
    
    .terms-bl dl dd.terms-date{
        font-size: max(3.2vw, 12px);
    }
    
    .terms-bl dl dt.terms-item02{
        font-size: max(2.9vw, 11px);
    }
    
    .terms-bl dl:nth-of-type(n+2){
        margin-top: 3.4%;
    }
    
    .terms-link01 li{
        width: 28.5%;
        aspect-ratio: 197 / 48;
    }
    
    .terms-link01 li a{
        width: 100%;
        height: 100%;
    }
    
    .apply{
        margin-top: 6.6vw;
    }
    
    .apply-title{
        width: 81%;
    }
    
    .apply-list{
        padding: 0;
    }
    
    .apply-list li:first-of-type{
        background-image: url(../img/apply_frame01_sp.png);
        aspect-ratio: 762 / 1088;
    }
    
    .apply-list li:nth-of-type(2){
        background-image: url(../img/apply_frame02_sp.png);
        aspect-ratio: 764 / 1074;
    }

    .apply-list li{
        min-width: 0;
    }

    .apply-list li:first-of-type{
        flex: 0 1 51%;
    }

    .apply-list li:nth-of-type(2){
        flex: 0 1 51%;
        margin-left: -4%;
    }
    
    .apply-list li:first-of-type .apply-img{
        width: 57%;
    }
    
    .apply-list li:nth-of-type(2) .apply-img{
        width: 57%;
    }
    
    .apply-text{
        font-size: max(3.6vw, 13px);
        margin-top: 8%;
    }
    
    .apply-bl01 .apply-btn, .apply-bl02 .apply-btn{
        width: 63.5%;
        height: auto;
        aspect-ratio: 246 / 47;
        font-size: max(2.8vw, 10px);
        border: 3px solid #fff;
        margin-top: 8%;
    }
    
    .apply-bl02{
        left: 0;
    }
    
    .apply-note{
        font-size: max(3.2vw, 12px);
        margin-top: 4%;
        margin-bottom: 4%;
        line-height: 1.8;
    }
    
    .footer-list{
        padding: 6.6vw 2.2vw 0;
    }
    
    .footer-logo{
        width: 38vw;
    }
    
    .footer-sns-title{
        font-size: max(2.4vw, 9px);
    }
    
    .footer-sns-link{
        gap: 1.8vw;
        margin-top: 2.6vw;
    }
    
    .footer-sns-link a img{
        width: 5.3vw;
    }
    
    .footer-copy{
        font-size: max(1.8vw, 7px);
        margin-top: 12vw;
        margin-right: 2.6vw;
    }
    

   

}
