@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{
    background-color: #F4F0E6;
    padding: 55px 0 33px;
}
.kv h1{
    width: 100%;
    margin: 0 0 47px;
    position: relative;
}
.kv h1 img.pc{
    width: 90%;
    position: absolute;
    right: 0;
}
.kv p.cation{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    color: #2C4A3F;
    line-height: 1.8;
    letter-spacing: 0.4px;
    text-align: center;
    font-size: 13px;
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width: 700px){
    .kv h1 img.sp{
        width: 100%;
    }
    .kv h1 {
        width: 90%;
        margin: 0 auto;
    }
    .kv p.cation {
        max-width: 89% !important;
        text-align: left;
        font-size: 11px;
    }
}

/* lead */
.lead{
    width: 90%;
    max-width: 480px;
    margin: 0 auto 34px;
    padding-top: 40vw;
    position: relative;
}
.lead .mark{
    position: absolute;
    width: 83px;
    left: 0;
    bottom: 0;
    transform: translate(-5%, -178%);
}
.lead p{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #2C4A3F;
}

.lead span.pink{
    color: #DD7B60;
}
.lead a img{
    display: block;
    width: 95%;
    max-width: 420px;
    margin: 25px auto 0;
}
@media only screen and (max-width: 1050px){
    .lead .mark {
       transform: translate(11%, -184%);
    }
    .kv p.cation {
        max-width: 660px;
    }
}
@media only screen and (max-width: 700px){
    .lead {
        padding-top: 15px;
        margin: 0 auto 15px;
    }
    .lead .mark {
        transform: translate(76%, -235%);
    }
    .lead a img {
        max-width: 335px;
        margin: 15px auto 0;
    }
    .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;
    }
    .kv {
        padding: 55px 0 15px;
    }
}

@media only screen and (max-width: 500px){
    .lead p {
        font-size: 4.796vw;
        line-height: 1.7;
    }
    .lead .mark {
        top: -7vw;
        left: 5vw;
        width: 20vw;
        transform: unset;
    }
    .lead a img {
        width: 100%;
    }
}
/* /lead */



/* KV */

/* contents */
.contents{
    width: 100%;
    background-color: #99B9AE;
    padding: 80px 0 5px;
}

/* whitebox */
.whitebox{
    width: 90%;
    max-width: 980px;
    background-color: #FFF;
    padding: 48px 20px;
    margin: 0 auto 64px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.whitebox h2{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin: 0 auto 10px;
    text-align: center;
    color: #2C4A3F;
}

.whitebox .period p{
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2C4A3F;
    margin-bottom: 48px;
    text-align: center;
}
.whitebox .howto .step{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}
.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: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2C4A3F;
    margin-bottom: 16px;
    letter-spacing: -1.7px;
    line-height: 1.1;
}
.whitebox .howto .step h3 span{
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.whitebox .howto .step p{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #2B2B2B;
}
.whitebox .howto .step .step01 img{
    width: 90%;
    max-width: 178px;
    margin-bottom: 20px;
}
.whitebox .howto .step .arrow{
    width: 70px;
    padding: 77px 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,
.whitebox .prize ul li{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #2B2B2B;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 40px;
}
.whitebox .prize{
    margin: 0 auto;
    position: relative;
}
.whitebox .prize .mark{
    position: absolute;
    top: 57px;
    left: -12px;
    max-width: 83px;
}
.whitebox .prize p{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    color: #2C4A3F;
    text-align: center;
    line-height: 1.4;
}
.whitebox .prize p.first{
    position: relative;
    max-width: fit-content;
    font-size: 24px;
    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: 17px;
    left: -14%;
}
.whitebox .prize p.first::after{
    background-image: url(../img/campaign/2026/ttl_prize_r.webp);
    top: 17px;
    right: -14%;
}
.whitebox .prize p.first span{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-size: 38px;
}
.whitebox .prize p.second{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
     font-size: 40px;
    color: #DD7B60;
}
.whitebox .prize p.third{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 17px;
}
.whitebox .prize p.third{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2B2B2B;
    line-height: 1.6;
    letter-spacing: 0.3px;
}
.whitebox .prize p.cation{
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 700px){
    .contents {
        padding: 33px 0 5px;
    }
    .whitebox{
        margin: 0 auto;
        padding: 0 0 27px;
        width: 90%;
        max-width: 375px;
        border-radius: 6px
    }
    .whitebox h2{
        font-size: 23px;
        margin: 0 auto;
    }
    .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 {
        padding-top: 40px;
    }
    .whitebox .period p{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .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%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .whitebox .howto .step h3{
        font-size: 28px;
        margin-bottom: 4px;
        text-align: center;
        width: 17%;
        margin-left: 37px;
    }
    .whitebox .howto .step .step01 h3{
        margin-top: -15px !important;
    }
    .whitebox .howto .step .step02 h3,
    .whitebox .howto .step .step03 h3{
        margin-top: -25px !important;
    }

    .whitebox .howto .step h3 span{
        font-size: 15px;
        line-height: 1;
        margin-right: 0;
    }
    .whitebox .howto .step img{
        width: 65% !important;
        margin-top: 15px !important;
    }
    .whitebox .howto .step p{
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }
    .whitebox .howto .step .step01 img{
        max-width: 178px;
        margin: 30px 0 10px 0px;
    }
    .whitebox .howto .step .arrow{
        width: 100%;
        padding: 10px 5px 0;
    }
    .whitebox .howto .step .arrow img{
        width: 100% !important;
        max-width: 258px;
        margin: 0 auto 20px;
    }
    .whitebox .howto .step .step02 img{
        max-width: 44px;
        margin: 10px 0 10px 65px !important;
    }
    .whitebox .howto .step .step03 img{
        max-width: 68px;
        margin: 10px 0 10px 65px !important;
    }
    .whitebox .howto ul li{
        font-size: 12px;
        margin-bottom: 40px;
    }
    .whitebox .prize{
        width: 90%;
    }
    .whitebox .prize .mark{
        top: 112px;
        left: 15px;
    }
    .whitebox .prize p.first{
        font-size: 20px;
        line-height: 1.8;
    }
    .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: 30px;
    }
    .whitebox .prize p.second{
        font-size: 28px;
        line-height: 1.2;
    }
    .whitebox .prize p.second span{
        margin-left: 32px;
    }
    .whitebox .prize p.third{
        font-size: 13px;
    }
    .whitebox .prize p.cation {
        font-size: 3.73vw;
        padding: 0 25px;
    }

}

@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;
        margin-bottom: 0;
    }
    .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: 4.91vw;
    }
    .whitebox .prize p.first::before{
        top: 4vw;
        left: -14%;
    }
    .whitebox .prize p.first::after{
        top: 4vw;
        right: -14%;
    }
    .whitebox .prize p.first span{
        font-size: 7.36vw;
    }
    .whitebox .prize p.second{
        font-size: 6.865vw;
        margin-left: 0;
        margin-bottom: 12px;
    }
    .whitebox .prize p.third{
        font-size: 13px;
    }
    .whitebox .howto .step .step02 img{
        max-width: 11.4vw;
        margin: 1vw 0 5vw 19vw !important;
    }
    .whitebox .howto .step .step03 img {
        max-width: 18.03vw;
        margin: -3vw 0 5vw 19vw !important;
    }

}
/* /whitebox */
/* /contents */

/* hotel_cont */
.hotel_cont{
    width: 100%;
     background-color:#99B9AE;
     padding: 5px 20px;
     margin-top: -2px;
}
.hotel_cont h2 {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
}
.hotel_cont h3 {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    text-align: left;
    color: #FFFFFF;
    background: transparent;
    border-left: solid 4px #FFFFFF;
    max-width: 968px;
    margin: 0 auto 20px;
    padding-left: 19px;
    line-height: 1.3;
}
.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 h4{
    background-color: #FFFCF5;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #2C4A3F;
    padding: 10px 5px 6px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    min-height: 47px;
}
.hotel_cont .hotel_flex .hotel h4.long{
    font-size: 14px;
    line-height: 1.2;
}
.hotel_cont .hotel_flex .hotel h4.long.one{
    padding: 15px 5px 6px;
}
.hotel_cont .hotel_flex .hotel .img{
    width: 100%;
    height: 190px;
}
.hotel_cont .hotel_flex .hotel .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 6px 6px;
}
.hotel_cont .luxury{
    margin-bottom: 54px;
}
.hotel_cont .premium{
    margin-bottom: 54px;
}
.hotel_cont .laforet{
    margin-bottom: 30px;
}
.hotel_cont .view_btn .btn{
    width: 100%;
    max-width: 360px;
    font-family: "cormorant-garamond", serif;
    font-weight: 500;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 18px 10px 17px;
    text-align: center;
    margin: 32px auto 30px;
    position: relative;
    border: #FFF solid 1px;
    border-radius: 60px;
}
.hotel_cont .view_btn .btn.btn-more::after,
.hotel_cont .view_btn .btn.btn-close::after
 {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/campaign/2026/arrow.webp);
    width: 12px;
    height: 19px;
    top: 20px;
    right: 22px;
}
.hotel_cont .view_btn .btn.btn-close::after
 {
    transform: rotate(180deg);
 }

@media only screen and (max-width: 700px){
    .hotel_cont{
        padding: 30px 20px 5px;
    }
    .hotel_cont .hotel_flex .hotel {
        width: 100%;
        max-width: unset;
    }
    .hotel_cont h2 {
        font-size: 22px;
    }
    .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;
    }
    .hotel_cont h3 {
        font-size: 16px;
    }
    .hotel_cont .hotel_flex .hotel .img {
        width: 100%;
        height: unset;
    }
    .hotel_cont .luxury .view_btn .btn.btn-close{
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 500px){
    .hotel_cont .hotel_flex .hotel h4{
        font-size: 4.53vw;
        padding: 8px 5px 6px;
        min-height: 40px;
    }
    .hotel_cont .hotel_flex .hotel h4.long {
        font-size: 3.58vw;
    }
    .hotel_cont .hotel_flex .hotel h4.long.one {
        padding: 12px 5px 6px;
    }
    .hotel_cont .hotel_flex .hotel .img{
        width: 100%;
        aspect-ratio: 335 / 180;
    }
    .hotel_cont .hotel_flex .hotel .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* /hotel_cont */

/* cation_cont */

.cation_cont{
    width: 100%;
    background-color: #99B9AE;
    padding:63px 20px 65px;
    margin-top: -2px;
}
.cation_cont .whitebox{
    background-color: #F4F0E6;
    border-radius: 10px;
    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: #2C4A3F;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 8px;
    margin-bottom: 10px;
}
.cation_cont h3 span{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}
.cation_cont ul{
    margin-bottom: 40px;
}
.cation_cont ul li{
    color: #2B2B2B;
    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;
}
.cation_cont a.txt {
    border-bottom: dotted 1px;
    color: #2B2B2B;
}
.cation_cont a img{
    width: 100%;
}
@media screen and (max-width:700px) {
    .cation_cont{
        padding: 45px 20px 45px;
        background-color: #F4F0E6;
    }
    .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 */
