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

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
a{text-decoration: none;}

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

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
    .tb{display: block;}
}
@media screen and (max-width:500px) {
    .tb{display: none;}
}
/* /共通 */


#app-campaign{
    width: 100%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #1E3C47;
    background-color: #F5F3F1;
    padding-bottom: 1px;
}

#main{
    width: 100%;
}
#main img{
    width: 100%;
}
#lead{
    width: 90%;
    margin: 63px auto 60px;
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
}
#lead p{
    text-align: center;
    display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#lead span.blue{
    color: #267C96;
}
#lead span.yeloow{
    background-image: url(../img/campaign/lead_span.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
#lead a{
    color: #28B772;
    background: radial-gradient(circle farthest-side, #1E3C47, #1E3C47 2%, transparent 5%, transparent);
    background-size: 6px;
    content: '';
    display: inline;
    background-position: bottom;
    padding-bottom: 27px;
}
#summary{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 40px 0;
    box-sizing: border-box;
}
#summary h2{
    color: #267C96;
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    font-weight: 600 !important;
    max-width: 270px;
}
#summary h2::before, #summary h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#summary h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 13px;
    left: 0;
}
#summary h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 13px;
    right: 0;
}
#summary dl{
    max-width: 495px;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}
#summary dl dt{
    width: 43%;
    margin-bottom: 10px;
    position: relative;
}
#summary dl dt::after{
    position: absolute;
    content: '　：';
    top: 0;
    right: 10px;
}
#summary dl dd{
    width: 55%;
    margin-bottom: 10px;
    margin-left: 5px;
}
#summary ul{
    max-width: 480px;
    margin: 0 auto;
}
#summary ul li{
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400 !important;
    text-indent: -1em;
    margin-left: 1em;
}

#howto{
    width: 100%;
    max-width: 780px;
    margin: 80px auto;
}
#howto h2{
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600 !important;
    max-width: fit-content;
}
#howto h2::before, #howto h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#howto h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 15px;
    left: -9%;
}
#howto h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 15px;
    right: -9%;
}
#howto .howto_step{
    max-width: 780px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #F8FDFF;
    height: 191px;
    box-sizing: border-box;
}
#howto .howto_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#howto .howto_flex .step_pc{
    display: block;
    width: 13%;
}
#howto .howto_flex .step_sp{
    display: none;
}
#howto .howto_flex .step_pc img{
    width: 86px;
}
#howto .howto_flex .txt{
    width: 58%;
    padding: 0 36px 0 25px;
}
#howto .step04 .howto_flex .txt{
    width: 57%;
    padding: 0 22px 0 25px;
}
#howto .howto_flex .txt h3{
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 600 !important;
}
#howto .howto_flex .img{
    width: 30%;
    text-align: center;
}
#howto .txt p{
    font-family:"yu-gothic-pr6n", sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1.6;
}
#howto .howto_flex .img img{
    width: 80%;
    text-align: center;
}
#howto .howto_flex .img img.negative{
    margin-bottom: -20px;
    width: 70%;
}
#howto .step04 .img img {
    width: 90%;
}
#howto .step01 .howto_flex{
    justify-content: flex-start;
}
#howto .step04 .howto_flex{
    margin-top: 5px;
}
#howto .step01 .download{
    padding: 25px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#howto .step01 .download .qr{
    width: 45%;
    text-align: center;
}
#howto .step01 .download .qr img{
    width: 76%;
}
#howto .step01 .download .store img{
    width: 90%;
}
#howto .step01 .download .store{
    width: 55%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
#howto .step01 .download .store a{
    width: 100%;
    margin-bottom: 10px;
}
#howto .step01 .step_pc{
    width: 14%;
}
#howto .step_pc{
    position: relative;
}
#howto .step_pc::after {
    position: absolute;
    content: '';
    background-image: url(../img/campaign/arrow.webp);
    background-size: contain;
    bottom: -100px;
    left: 36px;
    display: inline-block;
    width: 18px;
    height: 76px;
}
#howto .step05 .step_pc::after {
    display: none;
}
#howto .step01 .txt{
    width: 43%;
}

#howto .step01 .img{
    width: 45%;
    padding: 25px 15px !important;
}

#howto .step05{
    padding: 0 0 0 20px;
    height: 200px;
    box-sizing: border-box;
}
#howto .step05 .txt{
    padding: 20px;
    width: 54%;
}
#howto .step05 .img {
    width: 33%;
    text-align: end;
    margin-bottom: 9px;
}
#howto .step05 .img img{
    width: 100%;
    text-align: right;
}
#hotel{
    width: 100%;
    background-color: #FFF;
    padding: 48px 0 40px;
}
#hotel h2{
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600 !important;
    max-width: fit-content;
}
#hotel h2::before, #hotel h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#hotel h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 63px;
    left: 0;
}
#hotel h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 63px;
    right: 0;
}
#hotel span{
    font-size: 18px;
    line-height: 2.6;
    color: #267C96;
    letter-spacing: 2px;
}

#hotel .map_menu{
    background-image: url(../img/campaign/map.webp);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 520px;
    height: 645px;
    margin: 70px auto;
}
#hotel .map_menu_box img{
    filter: brightness(57%);
}
#hotel .map_menu .map_menu_box {
    position: absolute;
}
#hotel .map_menu .map_menu_box a {
    text-decoration: none;
}
#hotel .map_menu .map_menu_box a:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}
#hotel .map_menu .map_menu_box a p{
    border: #1E3C47 1px solid;
    padding: 8px 16px;
    border-radius: 30px;
    color: #1E3C47 !important;
    background-color: #F8FDFF;
    font-size: 14px;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-weight: 600 !important;
}
#hotel .map_menu .map_menu_westin{
    top: 251px;
    left: 428px;
    position: relative;
    width: 190px;
}
#hotel .map_menu .map_menu_westin_line{
    top: 23px;
    left: -50px;
    position: absolute;
}
#hotel .map_menu .map_menu_ymh{
    top: 229px;
    left: 9px;
    position: relative;
    width: 219px;
}
#hotel .map_menu .map_menu_ymh_line{
    top: 38px;
    right: -78px;
    position: absolute;
}
#hotel .map_menu .map_menu_kmh{
    top: 323px;
    right: -436px;
    position: relative;
    width: 192px;
}
#hotel .map_menu .map_menu_kmh_line{
    top: -40px;
    left: -120px;
    position: absolute;
}
#hotel .map_menu .map_menu_bmh{
    top: 218px;
    left: -51px;
    position: relative;
    width: 200px;
}
#hotel .map_menu .map_menu_bmh_line{
    top: 26px;
    right: -81px;
    position: absolute;
}
#hotel .map_menu .map_menu_smh{
    top: 266px;
    left: -105px;
    position: relative;
    width: 204px;
}
#hotel .map_menu .map_menu_smh_line{
    top: 20px;
    right: -102px;
    position: absolute;
}
#hotel .map_menu .map_menu_cyh{
    top: 0;
    left: 0;
    position: relative;
    width: 280px;
}
#hotel .map_menu .map_menu_cyh_line{
    top: 39px;
    right: -8px;
    position: absolute;
}
#hotel .map_menu .map_menu_nas{
    top: 90px;
    right: -427px;
    position: relative;
    width: 182px;
}
#hotel .map_menu .map_menu_nas_line{
    top: -7px;
    left: -71px;
    position: absolute;
}
#hotel .map_menu .map_menu_gor{
    top: 207px;
    right: -436px;
    position: relative;
    width: 210px;
}
#hotel .map_menu .map_menu_gor_line{
    top: -70px;
    left: -122px;
    position: absolute;
}
#hotel .map_menu .map_menu_ito{
    top: 237px;
    right: -331px;
    position: relative;
    width: 212px;
}
#hotel .map_menu .map_menu_ito_line{
    top: -124px;
    left: -18px;
    position: absolute;
}
#hotel .map_menu .map_menu_resort{
    top: 161px;
    left: 104px;
    position: relative;
    width: 203px;
}
#hotel .map_menu .map_menu_resort_line{
    top: -100px;
    right: -11px;
    position: absolute;
}
#hotel .map_menu .map_menu_zmh{
    top: 175px;
    left: 88px;
    position: relative;
    width: 218px;
}
#hotel .map_menu .map_menu_zmh_line{
    top: -142px;
    right: -11px;
    position: absolute;
}
#hotel .map_menu .map_menu_szj{
    top: 170px;
    left: 115px;
    position: relative;
    width: 190px;
}
#hotel .map_menu .map_menu_szj_line{
    top: -198px;
    right: -13px;
    position: absolute;
}
#hotel .map_menu .map_menu_szjg{
    top: 180px;
        left: 37px;
    position: relative;
    width: 269px;
}

#install {
    width: 95%;
    max-width: 780px;
    margin: 0 auto 30px;
    padding: 30px 10px 40px;
    text-align: center;
    background-color: #F8FDFF;
}
#install h2{    font-size: 24px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #267C96;
    line-height: 1.6;
    font-weight: 600 !important;
}
#install h2::before, #install h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}
#install h2::before{
    background-image: url(../img/campaign/ttl_download_l.webp);
    top: 14px;
    left: 26%;
}
#install h2::after{
    background-image: url(../img/campaign/ttl_download_r.webp);
    top: 14px;
    right: 26%;
}
#install img.qr {
    width: 150px;
    text-align: center;
    margin: 24px auto 36px;
}
#install .download{
    width: 400px;
    background-color: #F1F1F1;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 auto 25px;
}
#install .download a{
    width: 47%;
}
#install .download img{
    width: 100%;
}
#install P {
    font-size: 16px;
}
#install .app a{
    color: #747F83 !important;
    border-bottom: 0.6px solid #747F83;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    position: relative;
    padding-right: 30px;
    padding-bottom: 5px;
}
#install .app a::after{
    position: absolute;
    content: '';
    background-image: url(../img/campaign/arrow_r.webp);
    background-size: 100%;
    top: 2px;
    right: 5px;
    display: inline-block;
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
}
#cation{
    width: 90%;
    max-width: 735px;
    margin: 30px auto 80px;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #747F83;
}
#cation ul li{
    text-indent: -1em;
    margin-left: 1em;
}
@media only screen and (max-width: 1050px){
    #summary {
        width: 90%;
    }
    #howto {
        width: 90%;
    }
    #howto .howto_step {
        width: 100%;
        height: unset;
    }
    #howto .step05 {
        width: 100%;
    }
    #howto .step_pc::after {
        bottom: -95px;
    }
    #howto .step05 .img {
        margin-bottom: 1px;
    }
    #summary h2::before {
        top: 14px;
    }
    #summary h2::after {
        top: 14px;
    }
        #howto h2::before {
        top: 14px;
    }
        #howto h2::after {
        top: 14px;
    }
        #hotel h2::before {
        top: 61px;
    }
        #hotel h2::after {
        top: 61px;
    }
    #install h2::before
    {
        top: 14px;
        left: 20vw;
    }
    #install h2::after {
        top: 14px;
        right: 20vw;
    }
}
@media only screen and (max-width: 700px){
    #content #main {
        padding: 0;
    }
    #lead{
        width: 90%;
        max-width: 335px;
        margin: 40px auto;
        font-size: 16px;
        line-height: 2.2;
        text-align: left;
    }
    #lead p{
        background: unset;
    }
    #lead span{
        font-size: 16px;
    }
    #summary{
        width: 100%;
        max-width: unset;
        padding: 40px 0;
        border-radius: 0;
    }
    #summary h2{
        font-size: 20px;
        margin: 0 auto 20px;
        max-width: 210px;
    }
    #summary h2::before{
        top: 7px;
    }
    #summary h2::after{
        top: 7px;
    }
    #summary dl {
        max-width: 90%;
        font-size: 15px;
    }
    #summary dl dt {
        width: 38%;
    }
    #summary dl dd {
        width: 60%;
    }
    #summary ul {
        max-width: 90%;
    }
    #summary ul li {
        font-size: 12px;
    }
    #howto{
        width: 100%;
        max-width: unset;
        margin: 45px auto 0;
    }
    #howto h2{
        font-size: 20px;
        margin: 0 auto 40px;
    }
    #howto h2::before{
        top: 7px;
    }
    #howto h2::after{
        top: 7px;
    }
    #howto .howto_step {
        width: 78%;
        margin: 30px auto;
        height: unset;
        padding: 8px 20px 15px;
    }
    #howto .howto_flex .txt h3 {
        font-size: 16px;
    }
    #howto .howto_flex .txt p {
        font-size: 12px;
    }

    #howto .howto_flex .step_pc{
        display: none;
    }
    #howto .howto_flex{
        flex-wrap: wrap;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    #howto .howto_flex .step_sp{
        display: block;
        position: absolute;
        top: -22px;
        left: -32px;
    }
    #howto .howto_flex .step_sp img{
        width: 73px;
    }
    #howto .howto_flex .img img {
        width: 45%;
     }
     #howto .howto_flex .img img.negative {
        margin-bottom: -25px;
        width: 43%;
    }
    #howto .howto_flex .txt,
    #howto .howto_flex .img{
        width: 85%;
        margin: 10px auto;
        padding: 0;
    }
    #howto .step01 .howto_flex .img img {
        width: 80%;
    }
    #howto .step05 {
        padding: 8px 20px 20px;
    }
    #howto .step05 .howto_flex .txt p {
        text-align: left;
        width: 57%;
    }
    #howto .step05 .img img {
        width: 163px !important;
        margin-right: -13%;
        margin-bottom: -7%;
        margin-top: -30%;
    }
    #howto .step01 .howto_flex {
        margin-top: 0;
    }
    #howto .step04 .howto_flex {
        margin-top: 0;
    }
    #howto .step01 .download .store a {
        margin-bottom: 0;
    }
    #howto .step01 .download .store a:last-child {
        margin-top: 18px;
    }
    #howto .step01 .download {
        background-color: unset;
        justify-content: center;
    }
    #howto .step01 .img {
        padding: 0px 15px 5px !important;
    }

    #hotel_sp{
        background-color: #F1F1F1;
    }
    #hotel_sp h2{
        font-size: 22px;
        margin: 0 auto 27px;
        position: relative;
        text-align: center;
        padding-top: 40px;
        color: #267C96;
        max-width: fit-content;
    }
    #hotel_sp h2::before, #hotel_sp h2::after {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
    }
    #hotel_sp h2::before{
        background-image: url(../img/campaign/ttl_l.webp);
        top: 80px;
        left: -2%;
    }
    #hotel_sp h2::after{
        background-image: url(../img/campaign/ttl_r.webp);
        top: 80px;
        right: -2%;
    }
    #hotel_sp span{
        font-size: 14px;
        color: #267C96;
    }
    #install {
        width: 86%;
        margin: 0 auto 20px;
    }
    #install h2 {
        font-size: 5vw;
        margin-bottom: 25px;
    }
    #install h2::before {
        top: 3vw;
        left: 5vw;
    }
    #install h2::after {
        top: 3vw;
        right: 5vw;
    }
    #install .download {
        width: 95%;
        background-color: unset;
        padding: 0;
    }
    #install .app a {
        font-size: 13px;
        padding-right: 25px;
    }
    #install .app a::after {
        top: 2px;
        width: 11px;
        height: 9px;
    }
    #cation ul li {
        font-size: 12px;
    }
    #howto .step04 .howto_flex .txt {
    width: 100%;
    padding: unset;
 }
     #lead span.yeloow{
        background-size: 30% 71%;
        background-position: 69% bottom;
    }
}
@media only screen and (max-width: 500px){
    #lead {
        width: 90%;
        margin: 32px auto 39px;
    }
    #summary h2 {
        font-size: 5.75vw;
        max-width: fit-content;
    }
    #summary h2::before, #summary h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #summary h2::before{
        left: -12%;
    }
    #summary h2::after{
        right:-12%;
    }
    #summary dl dt {
        width: 49%;
    }
    #summary dl dd {
        width: 49%;
    }
    #summary dl {
        font-size: 3.9vw;
        margin: 0 auto 5px;
    }
    #summary dl dt::after {
        right: 7px;
    }
    #howto h2 {
        font-size: 5.5vw;
    }
    #howto h2::before, #howto h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #howto h2::before{
        left:  -5vw;
        top: 2vw;
    }
    #howto h2::after{
        right: -5vw;
        top: 2vw;
    }
    #howto .howto_flex .img img {
        width: 85%;
    }
    #howto .step05 .howto_flex .txt p {
        width: 54.4vw;
    }
    #howto .step04 .img img {
        width: 65%;
    }
    #howto .howto_flex .img img.negative {
        width: 55%;
    }
    #howto .step05 .img img {
        margin-right: -11vw;
        margin-bottom: -8vw;
        margin-top: -22vw;
    }
    #howto .howto_flex .txt h3 {
        font-size: 4vw;
    }
    #howto .howto_flex .txt {
        width: 100%;
    }
    #howto .step01 .download .store {
        width: 85%;
    }
    #howto .howto_step {
        width: 89%;
        margin-bottom: 10px;
    }
    #hotel_sp h2::before, #hotel_sp h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #hotel_sp h2::before {
        left: -3%;
    }
    #hotel_sp h2::after {
        right: -3%;
    }
    #install h2::before {
        top: 1vw;
        left: 0vw;
    }
    #install h2::after {
        top: 1vw;
        right: 0vw;
    }
    #install .app a  {
        font-size: 3.5vw;
    }
    .tab_content .hotel_sp {
        margin-bottom: 20px;
    }
    #cation ul li {
        font-size: 11px;
    }
    #cation {
        width: 90%;
        max-width: 735px;
        margin: 30px auto 45px;
    }

}


/* TAB */
.tabs {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.tab_label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    padding: 14px 5px;
    margin: 0 5px;
    width: 22%;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.tab_label img{
    width: 90%;
}
.tab_label:hover {
    opacity: 0.75;
}
.tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
    margin-top: 13px;
}
input[name="tab_switch"] {
    display: none;
}
.tabs input:checked + .tab_label {
    margin-bottom: -2px;
    margin-top: -2px;
    border: 2px solid #007753;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content {
    display: block;
}
.mt10{
    margin-top: 10px;
}
.mt13{
    margin-top: 13px;
}
.mt19{
    margin-top: 19px;
}
.tab_content{
    position: relative;
    animation: fadeIn 1s ease;
}
.tab_content hr{
    width: 97%;
}
.tab_content .hotel_sp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.tab_content .hotel_sp div{
    width: 42%;
    margin: 10px;
}
.tab_content .hotel_sp div img{
    width: 100%;
}

/* /TAB */

/* クーポンガチャ */
#coupon{
    width: 95%;
    max-width: 780px;
    margin: 80px auto 60px;
    padding: 30px 10px 40px;
    text-align: center;
    background-color: #FFFBD2;
}
#coupon h2{
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600 !important;
    max-width: fit-content;
}
#coupon h2::before, #coupon h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#coupon h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 57px;
    left: -10%;
}
#coupon h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 57px;
    right: -10%;
}
#coupon h2 span{
    font-size: 18px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600 !important;
    max-width: fit-content;
}
#coupon h2 span::before, #coupon h2 span::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#coupon h2 span::before{
    background-image: url(../img/campaign/ttl_download_l.webp);
    top: 8px;
    left: -18%;
}
#coupon h2 span::after{
    background-image: url(../img/campaign/ttl_download_r.webp);
    top: 8px;
    right: -18%;
}
#coupon p{
    font-size: 18px;
    line-height: 1.6;
    color: #1E3C47;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
#coupon .whitebox{
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 20px;
    max-width: 510px;
    margin: 0 auto 10px;
    position: relative;
}
#coupon .whitebox .coupon01{
    position: absolute;
    width: 43px;
    top: -33px;
    left: -8px;
}
#coupon .whitebox .coupon02{
    position: absolute;
    width: 122px;
    top: -13px;
    right: -59px;
}
#coupon .whitebox h3{
    font-size: 15px;
    font-weight: 600;
    color: #1E3C47;
    text-align: center;
    margin-bottom: 5px;
}
#coupon .whitebox .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#coupon .whitebox .price p{
    width: 48%;
    color: #28B772;
    font-size: 22px;
    font-weight: 600;
    background-image: url(../img/campaign/coupon_price.webp);
    background-repeat: no-repeat;
    background-size: 84% 54%;
    background-position: left bottom;
    text-align: left;
    margin-bottom: 5px;
}
#coupon ul{
    width: 510px;
    margin: 0 auto;
    text-align: left;
}
#coupon ul li{
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400 !important;
    text-indent: -1em;
    margin-left: 1em;
    color: #747F83;
}
@media only screen and (max-width: 700px) {
    #coupon {
        width: 86%;
        margin: 0 auto 40px;
        padding: 25px 20px 30px;
    }
    #coupon h2 {
        font-size: 22px;
        margin: 0 auto 23px;
    }
    #coupon h2 span::before, #coupon h2 span::after {
        width: 12px;
        height: 12px;
    }
    #coupon h2::before {
        top: 42px;
    }
    #coupon h2::after {
        top: 42px;
    }
    #coupon h2 span{
        font-size: 16px;
    }
    #coupon p {
        font-size: 16px;
    }
    #coupon .whitebox h3 {
        font-size: 15px;
    }
    #coupon .whitebox .price p {
        width: 100%;
        font-size: 18px;
        background-size: 35% 53%;
        background-position: left bottom;
    }
    #coupon .whitebox .coupon01 {
        width: 36px;
        top: 18px;
        left: 16px;
    }
    #coupon .whitebox .coupon02 {
        width: 82px;
        top: unset;
        right: 20px;
        bottom: 0;
    }
    #coupon ul {
        width: 100%;
        max-width: 510px;
    }
    #coupon ul li {
        font-size: 11px;
    }
}
@media only screen and (max-width: 500px) {
    #coupon {
        padding: 25px 17px 30px;
    }
    #coupon .whitebox {
        padding: 13px 15px;
    }
    #coupon h2 {
        font-size: 5.89vw;
    }
    #coupon h2 span {
        font-size: 4.3vw;
    }
    #coupon h2::before {
        top: 11.2vw;
    }
    #coupon h2::after {
        top: 11.2vw;
    }
    #coupon p {
        font-size: 4.27vw;
    }
    #coupon .whitebox h3 {
        font-size: 4.015vw;
        margin-bottom: 10px;
    }
    #coupon .whitebox .price p {
        font-size: 4.82vw;
        margin-bottom: 0px;
    }
    #coupon .whitebox .coupon02 {
        width: 21.93vw;
        right: 3vw;
    }
    #coupon .whitebox .price p {
        font-size: 4.98vw;
        background-size: 61% 53%;
    }
        #coupon ul li {
        font-size: 2.93vw;
    }
}
/* /クーポンガチャ */

/* 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/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/ttl_bnr_l.webp);
    top: 11px;
    left: -40%;
}
#banner p::after{
    background-image: url(../img/campaign/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 */