@charset "UTF-8";
/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
a{text-decoration: none;}
.pc{display: block;}
.sp{display: none;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
}
.footerFix span, .footerFix_M span {box-sizing: unset;}
/* /共通 */

/* KV */
.kv h1{
    width: 100%;
    position: relative;
}
.kv h1 img{
    width: 100%;
}
.kv p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 36vw;
    right: 22vw;
    transform: translate(0vw, -1vw);
    text-align: center;
    color: #E2859C;
}
.kv p span{
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
@media screen and (max-width:700px) {
    .kv p{
        width: 100%;
        font-size: 12px;
        top: 79vw;
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .kv p span{
        font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .kv p{
        font-size: 3.19vw;
        top: 81vw;
    }
    .kv p span{
        font-size: 3.73vw;
    }
}
/* KV */

/* contents */
.contents{
    width: 100%;
    background-color: #FBF4F4;
    background-image: url(../img/campaign/2026/back_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    position: relative;
    z-index: 0;
}
.contents .green01{
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 500px;
}
.contents .green02{
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 390px;
}

@media screen and (max-width:700px) {
    .contents{
        background-image: url(../img/campaign/2026/back_sp.webp);
        background-size: cover;
    }
    .contents .green01{
        top: 0;
    }
}

/* lead */
.lead{
    width: 90%;
    max-width: 480px;
    margin: 0 auto 65px;
    padding-top: 65px;
    position: relative;
    z-index: 2;
}
.lead .mark{
    position: absolute;
    width: 83px;
    top: 30px;
    left: -34px;
}
.lead p{
    font-family: "Yu Gothic Pr6N D";
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #695242;
}
.lead p::before,
.lead p::after{
    position: absolute;
    width: 33.56px;
    height: 52.51px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.lead p::before{
    background-image: url(../img/campaign/2026/ttl_lead_l.webp);
    bottom: 0;
    left: 20px;
}
.lead p::after{
    background-image: url(../img/campaign/2026/ttl_lead_r.webp);
    bottom: 0;
    right: 23px;
}
.lead span.line{
    background: radial-gradient(circle farthest-side, #695242, #695242 3%, transparent 2%, transparent);
    background-size: 4px;
    content: '';
    display: inline;
    background-position: bottom;
    padding-bottom: 25px;
}
.lead span.pink{
    color: #E2859C;
}
.lead a img{
    display: block;
    width: 95%;
    max-width: 495px;
    margin: 30px auto 0;
}
@media only screen and (max-width: 700px){
    .lead {
        padding-top: 30px;
        margin: 0 auto 55px;
    }
    .lead .mark {
        width: 81px;
        top: -4%;
        left: 8%;
    }
    .lead a img {
        max-width: 375px;
    }
    .lead span.line_sp{
        background: radial-gradient(circle farthest-side, #695242, #695242 3%, transparent 2%, transparent);
        background-size: 4px;
        content: '';
        display: inline;
        background-position: bottom;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 500px){
    .lead p {
        font-size: 4.796vw;
    }
    .lead .mark {
        top: -3vw;
        left: 2vw;
    }
}
/* /lead */

/* whitebox */
.whitebox{
    width: 90%;
    max-width: 980px;
    background-color: #FFFCF5;
    padding: 48px 20px;
    margin: 0 auto 64px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.whitebox h2{
    font-family: "Kasumi Shirafuji Medium";
    font-size: 28px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    color: #695242;
    max-width: fit-content;
}
.whitebox h2::before,
.whitebox h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.whitebox h2::before{
    background-image: url(../img/campaign/2026/ttl_l.webp);
    top: 12px;
    left: -28%;
}
.whitebox h2::after{
    background-image: url(../img/campaign/2026/ttl_r.webp);
    top: 12px;
    right: -28%;
}
.whitebox .period h2::before{
    left: -10%;
}
.whitebox .period h2::after{
    right: -10%;
}
.whitebox .period p{
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #6BA47E;
    margin-bottom: 48px;
    text-align: center;
}
.whitebox .howto .step{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}
.whitebox .howto .step div{
    text-align: center;
}
.whitebox .howto .step .step01{
    width: 25%;
}
.whitebox .howto .step .step02,
.whitebox .howto .step .step03
{
    width:  25%;
}
.whitebox .howto .step h3{
    font-family: "Kasumi Shirafuji Medium";
    font-size: 34px;
    color: #E2859C;
    margin-bottom: 10px;
    letter-spacing: -1.7px;
}
.whitebox .howto .step h3 span{
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3px;
}
.whitebox .howto .step p{
    font-family: "Yu Gothic Pr6N D";
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #695242;
}
.whitebox .howto .step .step01 img{
    width: 90%;
    max-width: 178px;
    margin-bottom: 20px;
}
.whitebox .howto .step .arrow{
    width: 70px;
    padding: 100px 0 50px;
}
.whitebox .howto .step .arrow img{
    width: 100%;
    max-width: 34px;
    margin-left: 17px;
}
.whitebox .howto .step .step02 img{
    width: 90%;
    max-width: 49px;
    margin-bottom: 28px;
}
.whitebox .howto .step .step03 img{
    width: 90%;
    max-width: 77px;
    margin: -22px 0 28px 27px;
}
.whitebox .howto ul li{
    font-family: "Yu Gothic Pr6N M";
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #695242;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 40px;
}
.whitebox .prize{
    margin: 0 auto;
    position: relative;
    max-width: 520px;
}
.whitebox .prize .mark{
    position: absolute;
    top: 57px;
    left: -12px;
    max-width: 83px;
}
.whitebox .prize p{
    font-family: "Kasumi Shirafuji Bold";
    color: #E2859C;
    text-align: center;
}
.whitebox .prize p.first{
    position: relative;
    max-width: fit-content;
    font-size: 26px;
    margin: 0 auto;
}
.whitebox .prize p.first::before,
.whitebox .prize p.first::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 25px;
}
.whitebox .prize p.first::before{
    background-image: url(../img/campaign/2026/ttl_prize_l.webp);
    top: 23px;
    left: -14%;
}
.whitebox .prize p.first::after{
    background-image: url(../img/campaign/2026/ttl_prize_r.webp);
    top: 23px;
    right: -14%;
}
.whitebox .prize p.first span{
    font-family: "Kasumi Shirafuji Medium";
    font-size: 43.2px;
}
.whitebox .prize p.second{
    font-size: 44px;
}
.whitebox .prize p.third{
    font-family: "Yu Gothic Pr6N D";
    font-size: 16px;
    color: #695242;
}

@media only screen and (max-width: 700px){
    .whitebox{
        background-color: unset;
        margin: 0 auto;
        padding: 0 0 35px;
        width: 85%;
        max-width: 375px;
    }
    .whitebox h2{
        font-size: 24px;
        margin: 0 auto 12px;
    }
    .whitebox .howto h2{
        margin: 0 auto;
    }
    .whitebox h2::before,
    .whitebox h2::after{
        width: 16px;
        height: 16px;
    }
    .whitebox h2::before{
        top: 9px;
        left: -25%;
    }
    .whitebox h2::after{
        top: 9px;
        right: -25%;
    }
    .whitebox .period p{
        font-size: 20px;
        margin-bottom: 48px;
    }
    .whitebox .period h2::before{
        left: -15%;
    }
    .whitebox .period h2::after{
        right: -15%;
    }
    .whitebox .howto .step{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .whitebox .howto .step .step01,
    .whitebox .howto .step .step02,
    .whitebox .howto .step .step03
    {
        width: 100%;
    }
    .whitebox .howto .step h3{
        font-size: 28px;
        margin-bottom: 5px;
        text-align: left;
    }
    .whitebox .howto .step h3 span{
        font-size: 15px;
        line-height: 1;
        margin-right: 5px;
    }
    .whitebox .howto .step p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .whitebox .howto .step .step01 img{
        max-width: 178px;
        margin-bottom: 10px;
    }
    .whitebox .howto .step .arrow{
        width: 100%;
        padding: 10px 5px 0;
    }
    .whitebox .howto .step .arrow img{
        width: 100%;
        max-width: 258px;
        margin: 0 auto 20px;
    }
    .whitebox .howto .step .step02 img{
        max-width: 44px;
        margin-bottom: 10px;
    }
    .whitebox .howto .step .step03 img{
        max-width: 68px;
        margin: -22px 0 15px 27px;
    }
    .whitebox .howto ul li{
        font-size: 12px;
        margin-bottom: 80px;
    }
    .whitebox .prize{
        width: 90%;
    }
    .whitebox .prize .mark{
        top: 112px;
        left: 15px;
    }
    .whitebox .prize p.first{
        font-size: 22px;
    }
    .whitebox .prize p.first::before,
    .whitebox .prize p.first::after{
        width: 16px;
        height: 21px;
    }
    .whitebox .prize p.first::before{
        top: 23px;
        left: -14%;
    }
    .whitebox .prize p.first::after{
        top: 23px;
        right: -14%;
    }
    .whitebox .prize p.first span{
        font-size: 36px;
    }
    .whitebox .prize p.second{
        font-size: 36px;
        margin-left: 45px;
        line-height: 1.2;
    }
    .whitebox .prize p.second span{
        margin-left: 32px;
    }
    .whitebox .prize p.third{
        font-size: 13px;
    }


}

@media only screen and (max-width: 500px){
    .whitebox .howto .step h3{
        font-size: 28px;
        margin-left: 17px;
        margin-bottom: -7px;
    }
    .whitebox .howto .step h3 span{
        font-size: 15px;
    }
    .whitebox .howto .step p{
        font-size: 4.796vw;
    }
    .whitebox .howto ul li{
        font-size: 3.19vw;
    }
    .whitebox .prize{
    width: 100%;
}
.whitebox .prize .mark{
    top: 30vw;
    left: 1vw;
    width: 21.84vw;
}
.whitebox .prize p.first{
    font-size: 5.862vw;
}
.whitebox .prize p.first::before{
    top: 5vw;
    left: -14%;
}
.whitebox .prize p.first::after{
    top: 5vw;
    right: -14%;
}
.whitebox .prize p.first span{
    font-size: 9.59vw;
}
.whitebox .prize p.second{
    font-size: 9.59vw;
    margin-left: 9vw;
}
.whitebox .prize p.third{
    font-size: 13px;
}
}
/* /whitebox */
/* /contents */

/* hotel_cont */
.hotel_cont{
    width: 100%;
     background:linear-gradient(180deg, rgba(167, 212, 208,1) 0%,rgba(187, 222, 236,1) 50%, rgba(196,224,210) 100%);
     padding: 48px 20px 64px;
}
.hotel_cont h2 {
    font-family: "Kasumi Shirafuji Medium";
    font-size: 28px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    color: #FFFFE1;
    max-width: fit-content;
}
.hotel_cont h2::before, .hotel_cont h2::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.hotel_cont h2::before {
    background-image: url(../img/campaign/2026/ttl_hotel_l.webp);
    top: 12px;
    left: -28%;
}
.hotel_cont h2::after {
    background-image: url(../img/campaign/2026/ttl_hotel_r.webp);
    top: 12px;
    right: -28%;
}
.hotel_cont .hotel_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px 10px;
    max-width: 980px;
    margin: 0 auto;
}
.hotel_cont .hotel_flex .hotel{
    width: 32%;
    max-width: 310px;
}
.hotel_cont .hotel_flex .hotel h3{
    background-color: #FFFCF5;
    font-family: "Yu Gothic Pr6N D";
    font-size: 17px;
    color: #695242;
    padding: 10px 5px 6px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    min-height: 47px;
}
.hotel_cont .hotel_flex .hotel h3.long{
    font-size: 16px;
}
.hotel_cont .hotel_flex .hotel .swiper img{
    width: 100%;
    border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 700px){
    .hotel_cont{
        padding: 30px 25px 5px;
    }
    .hotel_cont .hotel_flex .hotel {
        width: 100%;
        max-width: unset;
    }
    .hotel_cont h2 {
        font-size: 24px;
    }
    .cation_cont .whitebox {
        background-color: unset !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .hotel_cont h2::before {
        top: 10px;
    }
    .hotel_cont h2::after {
        top: 10px;
    }
}
@media only screen and (max-width: 500px){
    .hotel_cont .hotel_flex .hotel h3{
        font-size: 4.53vw;
        padding: 8px 5px 6px;
        min-height: 40px;
    }
    .hotel_cont .hotel_flex .hotel h3.long {
        font-size: 4.484vw;
    }
}

/* /hotel_cont */

/* cation_cont */

.cation_cont{
    width: 100%;
    background-color: #FBF4F4;
    background-image: url(../img/campaign/2026/back_cation.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    padding:63px 20px 65px;
}
.cation_cont .whitebox{
    background-color: #FFFCF5;
    border-radius: 20px;
    padding: 40px 10px 60px;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
.cation_cont .whitebox div{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}
.cation_cont h3{
    color: #695242;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 10px;
}
.cation_cont h3 span{
    font-size: 18px;
}
.cation_cont ul{
    margin-bottom: 40px;
}
.cation_cont ul li{
    color: #695242;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-indent: -1.3em;
    margin-left: 1.3em;
    margin-bottom: 4px;
    line-height: 2.0;
}
.cation_cont ul li span{
    font-weight: 900;
    margin-right: 4px;
}
.cation_cont a.btn {
    display: block;
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    border-bottom: unset;
}
.cation_cont a.txt {
    border-bottom: dotted 1px;
    color: #695242;
}
.cation_cont a img{
    width: 100%;
}
@media screen and (max-width:700px) {
    .cation_cont{
        background-image: url(../img/campaign/2026/back_cation_sp.webp);
        background-size: 100%;
        padding: 45px 20px 45px;
    }
    .cation_cont h3 span {
        font-size: 16px;
    }
    .cation_cont ul {
        margin-bottom: 30px;
    }
    .cation_cont ul li {
        font-size: 12px;
    }
    .cation_cont a {
        width: 92%;
        max-width: 335px;
    }
}
@media screen and (max-width:500px) {
    .cation_cont h3 span {
        font-size: 4.265vw;
    }
    .cation_cont ul li {
        font-size: 3.2vw;
    }
    .cation_cont a {
        width: 100%;
    }
}
/* /cation_cont */

/* banner */
#banner{
    width: 100%;
    background-color: #FFF;
    padding: 40px 20px;
}
#banner h2{
    font-family: "Yu Gothic Pr6N B";
	font-size: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    color: #6BA47E;
    text-align: center;
    margin-bottom: 45px;
    max-height: 53px;
    background-image: url(../img/campaign/2026/ttl_bnr_yellow.webp);
    background-repeat: no-repeat;
    background-size: 367px 108px;
    background-position: 31vw 0.6vw;
}
#banner h2::before,
#banner h2::after {
    content: "";
    display: block;
    width: 150px;
    aspect-ratio: 6 / 0.1;
    margin-inline: 33px;
    background-color: #6BA47E;
    flex-shrink: 0;
    box-shadow: 0 7px 0 0 #6BA47E;
    margin-top: 22px;
}

#banner p{
    font-family: "Yu Gothic Pr6N D";
    font-size: 20px;
    margin: 0 auto -2px;
    position: relative;
    text-align: center;
    color: #695242;
    font-weight: 500 !important;
    max-width: fit-content;
}
#banner p::before, #banner p::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
}
#banner p::before{
    background-image: url(../img/campaign/2026/ttl_bnr_l.webp);
    top: 11px;
    left: -40%;
}
#banner p::after{
    background-image: url(../img/campaign/2026/ttl_bnr_r.webp);
    top: 11px;
    right: -40%;
}
#banner .banner_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
#banner .banner_flex a{
    width: 48%;
}
#banner .banner_flex a img{
    width: 100%;
}
@media only screen and (min-width: 1500px) {
    #banner h2{
        background-position: 35vw 0.6vw;
    }
}
@media only screen and (max-width: 1050px) {
    #banner h2{
        justify-content: space-between;
        background-position: 21vw 0.6vw;
    }
    #banner h2::before,
    #banner h2::after {
        margin-inline: 13px;
    }

}
@media only screen and (max-width: 700px) {
    #banner{
        padding: 40px 20px 0;
    }
    #banner h2{
        font-size: 21px;
        background-size: 260px 50px;
        background-position: 31vw 0.6vw;
    }
    #banner h2::before,
    #banner h2::after {
        width: 19%;
        margin-top: 22px;
    }

    #banner p{
        font-size: 17px;
        margin: 0 auto -8px;
    }
    #banner p::before, #banner p::after{
        width: 11px;
        height: 12px;
    }
    #banner p::before{
        top: 9px;
        left: -40%;
    }
    #banner p::after{
        top: 9px;
        right: -40%;
    }
    #banner .banner_flex{
        flex-wrap: wrap;
    }
    #banner .banner_flex a{
        width: 100%;
    }
    #banner .banner_flex a img{
        margin-bottom: 20px;

    }
}
@media only screen and (max-width: 500px) {
    #banner {
        padding: 30px 20px 0;
    }
    #banner h2{
        font-size: 5.5vw;
        background-size: 70vw 15vw;
        background-position: 11vw 3.6vw;
        margin-bottom: 35px;
    }
    #banner h2::before,
    #banner h2::after {
        width: 40px;
        margin-top: 6vw;
        margin-inline: 0px;
    }
    #banner p{
        font-size: 4.55vw;
        margin: 0 auto;
    }
    #banner p::before{
        top: 2vw;
        left: -6vw;
    }
    #banner p::after{
        top: 2vw;
        right: -6vw;
    }
    #banner .banner_flex{
        flex-wrap: wrap;
    }
    #banner .banner_flex a{
        width: 100%;
    }
    #banner .banner_flex a img{
        margin-bottom: 20px;

    }
}
/* /banner */
