@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: 768px) {
    .spOnly {
        display: none !important;
    }
}

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

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

.section-h2{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #004098; 
    text-align: center;
    margin-bottom: 33px;
    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);
}
@media (max-width: 767px) {
    .section-txt{
        font-size: 16px;
    }
    .section-h2{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .section-link{
        font-size: 12px;
    }
    .section-txt--spLeft {
        text-align: left;
    }
    .section-txt--date {
        font-size: 16px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .section-txt--date span {
        display: block;
        margin: 0 auto 4px;
        font-size: 16px;
        padding: 4px 8px;
    }
    
}

/* keyvisual */
.section-keyvisual{
    background: linear-gradient(to bottom, #0088D2, #004098);
    padding: 45px 0;
    position: relative;
}

.section-kv{
    margin-bottom: 45px;
}
.section-kv img{
    max-width: 905px;
    width: 100%;
    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 {
    margin-top: 8px;

}

.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-txt {
    max-width: calc(622px + 10.7%);
    margin: 0 auto;
    padding-top: 24px;
    text-align: left;
    font-size: 24px;

}
.section-keyvisual .section-txt p{
    display: flex;
    justify-content: center;
    line-height: 35px;
}
.section-keyvisual .section-txt--note {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .section-kv{
        margin-bottom: 32px;
    }

    .section-kv img {
        width: 90%;
    }

    .section-keyvisual{
        padding: 32px 0;
    }
    

    .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-txt{
        font-size: 14px;
        padding: 16px 0 0;
    }

    .section-keyvisual .section-txt p{
        line-height: 24px;
        text-align: center;
    }
    
    .section-keyvisual .section-txt p.section-txt--note{
        font-size: 12px;
        margin-top: 8px;
    }
}

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

.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);
    padding: 40px 6.078%;
}
.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: 157px 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: 24px 4.478% 32px;
    }
    .section-method .section-inner .activ{
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        border-top: #004098 3px solid;
    }

    .section-method .section-h2{
        margin: -80px 0 3px;
    }

    .section-method .section-h2 img{
        width: 80%;
    }
}

/* benefits */
.section-benefits{
    background: linear-gradient(to bottom, #0088D2, #004098);
    padding: 80px 0;
}
.section-benefits .section-inner{
    padding: 0;
    max-width: calc(905px + 10.7%);
    padding: 0 5.335%;
}
.section-benefits .section-h2{
    color: #fff;
    align-items: center;
    display: flex;
    
}
.section-benefits .section-h2:before,
.section-benefits .section-h2:after{
    background-color: #fff;
    content: "";
    flex-grow: 1;
    height: 3px;
}
.section-benefits .section-h2:before{
    margin-right: 125px;
}
.section-benefits .section-h2:after{
    margin-left: 125px;
}
.section-benefits .section-txt{
    max-width: calc(622px + 10.7%);
    margin: 0 auto;
    padding: 28px 0;
    text-align: center;
    font-size: 24px;
}

@media (max-width: 767px) {
    .section-benefits{
        padding-bottom: 40px;
        padding: 64px 0;
    }
    .section-benefits .section-h2{
        margin-bottom: 0;
        
    }
    .section-benefits .section-h2:before{
        margin-right: 16px;
    }
    .section-benefits .section-h2:after{
        margin-left: 16px;
    }
    .section-benefits .section-txt{
        font-size: 16px;
        padding: 24px 0;
    }
}

/* step */
.section-step{
    display: flex;
    padding: 25px 6.039%;
    border-bottom: 3px solid #004098;
    position: relative;
}
.section-step::after {
    content: '';
    width: 25px;
    height: 25px;
    border-left: 3px solid #004098;
    border-bottom: 3px solid #004098;
    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: #004098;
    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-step p img{
    width: 100%;
    margin: 12px 0;
}
.section-season{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #004098;
    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: #004098;
    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: #004098;
}
.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: 18px;
    font-weight: 900;
    line-height: 1.2;
    color: #004098;
    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-txt--spLeft {
        text-align: left;
    }
}