@charset "UTF-8";
/*Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');

/* all */
body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3', 'Meiryo', '\30e1\30a4\30ea\30aa', sans-serif;
}
#wrapper {
    overflow: hidden;
}
@media (max-width: 767px) {
    .pcOnly {
        display: none !important;
    }
}
@media (min-width: 767px) {
    .spOnly {
        display: none !important;
    }
}

/* section */
.section{
    width: 100%;
}
.section-inner {
    max-width: calc(710px + 10.7%);
    padding: 0 8.35%;
    margin: 70px auto;
    box-sizing: border-box;
}
.section-box {
    background: #5C308B;
    padding-bottom: 31px;
}
.section-txt {
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.section-box_txt {
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.section-box_txt--note {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 8px;
    font-weight: normal;
    text-align: center;
}

.section-box_txt--date {
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 16px;
}

.section_contents {
    padding: 40px 6.078%;
}

.section-h2{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #5C308B;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}
.section-h2-img{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #5C308B;
    text-align: center;
    position: relative;
}
.section-link{
    font-size: 14px;
    line-height: 1.2;
    color: #008EED;
    display: block;
    text-decoration: underline;
}
.section-link::after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(/promotion/sumarevocp24/images/sumarevo_icon_05.png);
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
    margin-left: 4px;
}
.section-link:hover{
    opacity: 0.8;
    text-decoration: none;
}
.section-img{
    max-width: calc(905px + 10.7%);
    padding: 0 5.35%;
    margin: 0 auto 8px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(100px);
}
.section-img img{
    width: 100%;
}
.section-img.activ{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.section_kv {
    background-image: url(/promotion/sumarevocp24/images/section_kv_pc-bk.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section-inner {
        margin: 70px auto 25px;
    }
    .section-box_txt{
        font-size: 16px;
    }
    .section-h2{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .section-h2-img{
        font-size: 26px;
    }
    .section-link{
        font-size: 12px;
    }
    .section-box_txt--spLeft {
        text-align: left;
    }
    .section-box_txt--date {
        font-size: 16px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .section-box_txt--date span {
        display: block;
        margin: 0 auto 4px;
        font-size: 16px;
        padding: 4px 8px;
    }
    .section_kv {
        background-image: url(/promotion/sumarevocp24/images/sp/section_kv_sp-bk.png);
    }
}

/* keyvisual */
.section-keyvisual{
    position: relative;
}

.section-kv{
    line-height: 0;

}
.section-kv .pcOnly {
    line-height: 0;
    background-image: url(/promotion/sumarevocp24/images/sumarevo_bgkv_01_251201.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.section-kv img{
    width: 100%;
}
.section-kv .pcOnly img{
    max-width: 905px;
    margin: 0 auto;
    display: block;
}

.section-keyvisual .section-cpperiod {
    padding: 16px 0;
    text-align: center;
    background-color: #DAB52A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.59);
}

.section-keyvisual .section-cpperiod .section-cpperiod--date span {
    font-size: 30px;
    text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.59);
}

.section-keyvisual .section-box_txt {
    max-width: calc(624px + 10.7%);
    margin: 0 auto;
    padding: 26px 0 15px;
    text-align: left;
    font-size: 23px;

}
.section-keyvisual .section-box_txt p{
    display: flex;
    justify-content: center;
    line-height: 1.4;
}
.section-keyvisual .section-box_txt--note {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.section-box_txt--small {
    font-size: 18px;
}
.section-box--btn {
    max-width: calc(624px + 10.7%);
    margin: 0 auto;
    text-align: center;
}
.section-box--btn button{
    background-image: linear-gradient(90deg, #e5b000 0%, #f0e594 50%, #e5b000);
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 25px;
    padding: 12px 7px;
    width: 85%;
    box-shadow: 2px 2px 4px #420A6C;
}
.section-box--btn button:hover{
    box-shadow: unset;
    transform: translateY(4px);
}
.section-box--btn a {
    text-decoration: none;
    color: #5C308B;
}
.section-box--btn a::after{
    content: "";
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid ;
    border-bottom: 0;
    position: relative;
    top: 24px;
    left: 55px;
}
.section-box--btn .btn-smalltxt {
    font-size: 16px;
}

@media (max-width: 767px) {
    .section-kv{
        background-image: none;
    }
    .section-kv img {
        width: 100%;
    }
    .section-keyvisual .section-cpperiod {
        padding: 10px 0;
        font-size: 14px;
        text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.59);
    }
    .section-keyvisual .section-cpperiod .section-cpperiod--date {
        margin-top: 4px;
    }
    .section-keyvisual .section-cpperiod .section-cpperiod--date span {
        font-size: 16px;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.59);
    }
    .section-keyvisual .section-box_txt{
        font-size: 18px;
        padding: 16px 0 0;
    }
    .section-keyvisual .section-box_txt p{
        line-height: 24px;
        text-align: center;
        padding: 0 15px;
    }
    .section-keyvisual .section-box_txt p.section-box_txt--note{
        font-size: 12px;
        margin-top: 8px;
    }
    .section-box_txt--small {
        font-size: 13px;
        margin: 10px 0 20px;
    }
    .section-box--btn button{
        font-size: 18px;
        border-radius: 43px;
    }
    .section-box--btn a::after{
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 18px solid ;
        top: 10px;
        left: 31%;
    }
    .section-box--btn .btn-smalltxt {
        font-size: 14px;
    }
    .section-keyvisual .section-box_txt--note {
        font-size: 14px;
    }
}

/* method */
.section-method{
    background-color: #F8ECFA;
    padding: 10px 0;
}
.section-method .section-h2{
    font-size:100%;
    font-weight: normal;
    line-height: 1.2;
}
.section-method .section-h2-img{
    font-size:100%;
    font-weight: normal;
    line-height: 1.2;
}
.section-h2-img img {
    width: 100%;
}
.section-method__background{
    background-color: #E8E7FF;
}
.section-method .section-inner{
    max-width: calc(905px + 10.7%);
}
.section-method .section-inner + .section-inner {
    margin-top: 42px;
}
.section-method .section-inner .fadeIn{
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(50px);

}
.section-method .section-inner .activ{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1366px) {
    .section-method::before{
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .section-method{
        padding: 67px 0 24px;
    }
    .section-method::before{
        height: 12px;
        bottom: 92px;
        background-image: url(/promotion/sumarevocp24/images/sp/sumarevo_bg_02_sp.png);
        background-size: contain;
    }
    .section-method::after{
        height: 104px;
    }
    .section-method .section-inner{
        padding: 0 5.335%;
    }
    .section-method .section-inner .fadeIn{
        padding-bottom: 4.478%;
    }
    .section-method .section-inner .activ{
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    .section-method .section-h2 img{
        width: 80%;
    }
    .section-h2-img img {
        width: 100%;
        padding-top: 30px;
    }
}

/* method */
.section-method2{
    background-color: #EED1F4;
    padding: 80px 0;
}
.section-method2 .section-h2{
    font-size:100%;
    font-weight: normal;
    line-height: 1.2;
}
.section-method2 .section-h2-img{
    font-size:100%;
    font-weight: normal;
    line-height: 1.2;
    margin: -72px 0 3px ;
}

.section-method__background{
    background-color: #E8E7FF;
}
.section-method2 .section-inner{
    max-width: calc(905px + 10.7%);
}
.section-method2 .section-inner + .section-inner {
    margin-top: 42px;
}
.section-method2 .section-inner .fadeIn{
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(50px);
}
.section-method2 .section-inner .activ{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1366px) {
    .section-method2::before{
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .section-method2{
        padding: 134px 0 24px;
    }
    .section-method2::before{
        height: 12px;
        bottom: 92px;
        background-image: url(/promotion/sumarevocp24/images/sp/sumarevo_bg_02_sp.png);
        background-size: contain;
    }
    .section-method2::after{
        height: 104px;
    }
    .section-method2 .section-inner{
        padding: 0 5.335%;
    }
    .section-method2 .section-inner .fadeIn{
        padding-bottom: 4.478%;
    }
    .section-method2 .section-inner .activ{
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    .section-method2 .section-h2 img{
        width: 80%;
    }
}

/* step */
.section-step{
    display: flex;
    padding: 25px 6.039%;
    border-bottom: 3px solid #5C308B;
    position: relative;
}
.section-step::after {
    content: '';
    width: 25px;
    height: 25px;
    border-left: 3px solid #5C308B;
    border-bottom: 3px solid #5C308B;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin: auto;
    background-color: #fff;
}
.section-step__img{
    max-width: 50px;
    width: 100%;
    margin-right: 20px;
}
.section-step__img.no-background {
    background-image: none;
}
.section-step__img img{
    max-width: 50px;
    background-color: #FFFFFF;
    padding: 3px 0;
}
.section-step__box{
    width: 100%;
}
.section-step__box div:last-child{
    margin-bottom: 0;
}
.section-step__title{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #5C308B;
    margin-bottom: 16px;
    position: relative;
}
.section-step__title--border::after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #006055;
}
.section-step:first-of-type .section-step__title{
    text-indent: -10px;
}
.section-step__date{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.section-step__date span{
    font-size: 14px;
    color: #FFFFFF;
    background-color: #B4AD26;
    padding: 0 6px;
    margin-right: 6.6px;
    display: inline-block;
}

.section-step__note{
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
}
.section-step__note:last-child{
    margin-bottom: 0;
}
.section-step__note::before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.section-box_txt--note::before{
    content: "※";
}
.section-step p img{
    width: 100%;
    margin: 12px 0;
}
.section-season{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #5C308B;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin-top: 45px;
}
.section-season span{
    font-size: 28px;
}
.section-season span:nth-of-type(1){
    padding-right: 3px;
}
.section-season span:nth-of-type(2){
    padding: 0 2px;
}
.section-season + .section-step__note{
    margin-top: 20px;
}
@media (max-width: 767px) {
    .section-step{
        padding: 24px 0;
    }

    .section-step__title{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .section-step__date{
        font-size: 14px;
    }
    .section-step__date span{
        font-size: 12px;
        padding: 0 9px;
        margin: 0 0 4px 0;
    }
    .section-step__note{
        font-size: 12px;
        padding-left: 16px;
        margin-bottom: 4px;
    }
    .section-season{
        margin-top: 44px;
    }
    .section-step p img{
        margin: 8px 0;
    }
}

/* notes */
.section-notes .section-inner{
    margin-bottom: 63px;
}
.section-notes .section-h2{
    padding-top: 64px;
}
.section-notes .section-h2::after{
    content: none;
}
.section-notes_list-item {
    font-size: 12px;
    color: #5C308B;
    line-height: 1.4;
    padding-left: 29px;
    margin-bottom: 12px;
    position: relative;
}
.section-notes_list-item::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 5px;
    left: 10.5px;
    border-radius: 50%;
    background-color: #5C308B;
}
.section-notes .section-link{
    padding-left: 29px;
}
@media screen and (max-width: 767px) {
    .section-notes .section-h2{
        padding-top: 48px;
        margin-bottom: 33px;
    }
    .section-notes_list-item {
        margin-bottom: 9px;
        padding-left: 20px;
    }
    .section-notes_list-item::before {
        left: 5.5px;
    }
    .section-notes .section-link{
        padding-left: 20px;
    }
}

/* inquiry */
.section .inquiry p {
    margin: 0;
}
.section .inquiry .inquiry-name {
    margin: 0 0 16px;
    font-size: 14px;
}
.section .inquiry .inquiry-tel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.section .inquiry .inquiry-tel-row .name {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.section .inquiry .inquiry-tel-row .tel {
    font-size: 40px;
    font-weight: 700;
    margin-right: 16px;
}
.section .inquiry .inquiry-tel-row .tel a {
    color: #333;
    text-decoration: none;
}
.section .inquiry .inquiry-tel-row .open {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.section .inquiry .inquiry-notice {
    line-height: 19px;
}
.section .inquiry .inquiry-notice p {
    font-size: 13px;
}
.section .inquiry .inquiry-record {
    font-size: 13px;
}
@media screen and (max-width: 360px) {
    .section .inquiry .inquiry-tel-row .tel {
        font-size: 35px;
    }
}

/* period */
.section-period {
    margin-top: 25px;
    margin-bottom: 20px;
}
.section-period + .section-period {
    margin-top: 20px;
}
.section-period__txt {
    text-align: center;
    font-size: 18px;
}
.section-period__txt.section-period__txt--note {
    font-size: 12px;
    margin-top: 10px;
}

.section-period__note {
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
}
.section-period__note::before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.section-period__header {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #199863;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 7px 0;
    margin-bottom: 20px;
}
.section-period__header::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background-color: #199863;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(99%);
}
.section-period__2col {
    display: flex;
    position: relative;
}
.section-period__2col > .section-period__item {
    flex: 1;
}
.section-period__item {
    padding: 0 5px 0 25px;
}
.section-period__head {
    margin-bottom: 2px;
}

.section-period__head span {
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
}

.section-period__item:first-child .section-period__head span {
    background-color: #CE2E36;
}
.section-period__item:last-child .section-period__head span {
    background-color: #B4AD26;
}

.section-period__date {
    font-size: 14px;
    font-weight: bold;

}
.section-period__date em {
    font-size: 18px;
    font-weight: bold;
}
.section-period__date span {
    display: inline-block;
    margin: 0 -0.5em;
}

.section-period__2col::after {
    height: 100%;
    width: 2px;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(#006055, #006055 1px, transparent 1px);
    background-size: 6px 6px;
    background-position: center;
    background-repeat: repeat-y;
}


@media screen and (max-width: 767px) {
    
    .section-period__txt {
        font-size: 16px;
    }
    .section-period__header {
        background-color: #199863;
        font-size: 16px;
    }
    .section-period__header::after {
        width: 12px;
        height: 8px;
    
    }
    .section-period__2col {
        flex-direction: column;
    }
    .section-period__2col::after {
        content: none;
    }
    .section-period__head span {
        display: inline-block;
        color: #fff;
        padding: 2px 3px;
        font-size: 12px;
    }
    .section-period__date {
        font-size: 12px;
        font-weight: bold;
    
    }
    .section-period__date em {
        font-size: 16px;
        font-weight: bold;
    }
    .section-period__date span.week {
        font-size: 14px;
        font-weight: bold;
    }
    .section-period__item {
        padding: 0;
    }
    .section-period__2col > .section-period__item:first-child {
        position: relative;
        margin-bottom: 20px;
    }
    .section-period__2col > .section-period__item:first-child::after {
        height: 3px;
        width: 100%;
        position: absolute;
        content: '';
        display: block;
        bottom: -10px;
        left: 0px;
        transform: none;
        background-image: radial-gradient(#006055, #006055 1px, transparent 1px);
        background-size: 6px 6px;
        background-position: center;
        background-repeat: repeat-x;
    }
}

/*240718告知箇所追加*/

.announcement {
    margin-top: 50px;
}

.section-announcement__h2 {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    color: #5C308B;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}

.section-announcement__note {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    gap: 4px;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .section-method .section-inner .fadeIn.announcement {
        padding: 32px 4.5% 32px;
        border-top: none;
    }

    .section-box_txt--spLeft {
        text-align: left;
    }
}

/*251201追加共通css*/

@media screen and (max-width: 767px) {
    .section-txt--spLeft {
        text-align: left;
    }
}

/*251219追加共通css*/
.badge {
    position: absolute;
    margin: -37px -70px;
}
.badge img{
    width: 90%;
}
.section_kv-box{
    max-width: calc(524px + 10.7%);
    margin: 0 auto;
    color: #FFFFFF;
    padding-bottom: 35px;
}
.section_kv-box .section_kv-box_txt {
    font-size: 22px;
    font-weight: bold;
    margin-top: 16px;
}
.section_kv-box .section_kv-box_txt p {
    text-align: center;
}
.section_kv-box-caution {
    font-size: 12px;
    margin-top: 16px;
}
.section_kv-box-caution li {
    text-indent: -1em;
}
.section_kv-box-caution li::before {
    content: "※";
}
.section_kv-box_cp {
    background-color: #C7A523;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 30px;
    padding: 5px 7px;
    box-shadow: 2px 2px 4px #707070;
    text-shadow: 2px 2px 4px #707070;
}
.section_kv-box_cp .cp-lmt{
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
.section_kv-box_cp .smalltxt{
    font-size: 20px;
}


@media screen and (max-width: 767px) {
    .badge {
        position: absolute;
        margin: -40px -8px;
    }
    .badge img{
        width: 57%;
    }
    .section_kv-box{
        padding-bottom: 20px;
    }
    .section_kv-box{
        width: 90%;
    }
    .section_kv-box_cp {
        font-size: 15px;
        border-radius: 55px;
        line-height: 1.3;
        padding: 10px 0;
    }
    .section_kv-box_cp .cp-lmt{
        font-size: 15px;
        margin-right: 0;
    }
    .section_kv-box_cp .smalltxt{
        font-size: 15px;
    }
    .section_contents {
        padding: 40px 4.478%;
    }
    .section_kv-box .section_kv-box_txt {
        font-size: 15px;
    }
    .section_kv-box-caution {
        font-size: 10px;
    }
}