/* BYD Campaign Page Styles */
body{
    background-color: #ffffff;
}

.text-center{
    text-align: center;
}

.contents {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    --colorRed: #D70C19;
}

.contents img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.contents .c-kv {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .contents .c-kv {
        padding-top: 82px;
    }
}

@media screen and (max-width: 767px) {
    .contents .c-kv {
        padding-top: 52px;
    }
}

.pcShow { display: block; }
.spShow { display: none; }
@media (max-width: 768px) {
	.pcShow { display: none; }
	.spShow { display: block; }
}


/* CTA Section */
.cta-section {
    background-color: white;
    padding: 80px 16px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}
.cta-section .ctp-top{
    margin-bottom: 8px;
    font-size: calc((24/16) * 1rem);
    font-weight: 600;
    line-height: 50px;
}
.cta-section .ctp-top .highlight{
    color: #D70C19;
    font-size: calc((32/16) * 1rem);
}
@media screen and (max-width: 767px) {
.cta-section {
    padding: 48px 0;

}
    .cta-section .ctp-top{
        margin-bottom: 16px;
        font-size: calc((16/16) * 1rem);
        line-height: normal;
    }
    .cta-section .ctp-top .highlight{
        font-size: calc((24/16) * 1rem);

    }

}
.cta-section dl {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.cta-section dl dt {
    border: solid 1px var(--colorRed);
    padding: 5px 10px;
    color: var(--colorRed);
}
@media screen and (max-width: 767px) {
    .cta-section dl {
        font-size: 15px;
        margin-top: 24px;
    }
}

.cta-section .m-notes {
    margin-top: 16px;
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .cta-section .m-notes {
        font-size: 0.875rem;
        margin-top: 24px;
    }
}

.cta-section .m-button-normal.-size-md {
    width: 100%;
    max-width: 446px;
    height: 70px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
}
@media screen and (max-width: 767px) {
    .cta-section .m-button-normal.-size-md {
        width: 311px;
        height: 54px;
        font-size: 15px;
    }
}


.title-section-label{
    font-size: calc((24/16)*1rem);
    line-height: 150%;

}
@media screen and (max-width: 767px) {
    .title-section-label{
        font-size: calc((16/16)*1rem);

    }

}

.title-section-g {
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .title-section-g {
        margin-bottom: 10px;
        font-size: 1rem;
    }
}

.title-section-wrap {
    text-align: center;
}
.title-section-wrap .title-section {
    margin-top: 40px;
}
.title-section {
    position: relative;
    margin: auto;
    display: inline-block;
    min-width: 420px;
    padding: 0 52px;
    font-family: "Noto Sans JP", sans-serif;
    color: #342412;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.title-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: inline-block;
    width: 3px;
    height: 56px;
    background-color: var(--colorRed);
    border-radius: 25px;
    transform: rotate(-30deg);
}
.title-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    display: inline-block;
    width: 3px;
    height: 56px;
    background-color: var(--colorRed);
    border-radius: 25px;
    transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
    .title-section {
        /* margin-top: 60px; */
        font-size: 1.375rem;
        min-width: 220px;
    }
    .title-section::before {
        bottom: -6px;
        height: 110%;
    }
    .title-section::after {
        bottom: -6px;
        height: 110%;
    }
}

.campaign-information{
    padding: 80px 0;
    background-color: #FFF;
}
.campaign-information h2{
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .campaign-information{
        padding: 48px 0;
    }
}

.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}

.bg-gray{
    background-color: #F5F5F5;
}
.bg-white{
    background-color: #ffffff;
}
.section-inner{
    max-width: 1100px;
    margin: auto;
    padding: 0 16px;
}
.contents-inner{
    max-width: 996px;
    margin: auto;
    padding: 0 16px;

}

.c-campaign-goods{
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .c-campaign-goods{
        padding: 48px 0;
    }
}

.goods-box{
    border-radius: 14px;
    margin-top: 40px;
    padding: 32px 68px 54px;
}
.goods-box .goods{
    gap: 0 16px;
}
.goods-box .goods picture{
    flex: 1;
}
.goods-box .goods-information{
    margin-top: 40px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .goods-box{
        margin-top: 24px;
        padding: 8px 0;
    }
    .goods-box .goods{
        flex-direction: column;
        gap: 8px 0;
        position: relative;
    }
    .goods-box .goods-information{
        padding: 0 14px;
        margin-top: 0;
        text-align: left;
    }
}

.campaign-term{
    display: flex;
    align-items: center;
    max-width: 872px;
    border: 2px solid var(--colorRed);
    height: 65px;
    font-size: 1.5rem;
    font-weight: 700;
}

.campaign-term .term-title{
    background-color: var(--colorRed);
    color: #FFF;
    width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.campaign-term .term{
    flex : 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorRed);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .campaign-term{
        flex-direction: column;
        height: auto;
        font-size: 1rem;
    }
    .campaign-term .term-title{
        width: 100%;
        line-height: 30px;
    }
    .campaign-term .term{
        padding: 6px 0;
    }
}

.hyblid-model{
    padding-bottom: 20px;
    position: relative;
}
.about-sealion{
    margin-top: 80px;
    margin-bottom: 0;
    position: relative;
}
.about-sealion__link{
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 300px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .hyblid-model{
        margin-top: 64px;
        padding-bottom: 0;
    }
    .hyblid-model .section-inner{
        padding: 0;
    }
    .about-sealion{
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-sealion__link{
        bottom: 24px;
        right: 0;
        left: 0;
        width: 85%;
    }

}

.search-delar{
    padding: 124px 0 138px;
}

.search-delar .m-link{
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .search-delar{
        padding: 80px 18px 106px;
    }
    .search-delar .m-link{
        margin-top: 24px;
    }
    .search-delar .title-section{
        font-size: 1.375rem;
        padding: 0 26px;
    }
}

.m-notes {
    margin-top: 16px;
}
.m-notes.m-notes--limit {
    max-width: 884px;
    text-align: left;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.m-notes .note-item:not(:first-of-type){
    margin-top: 16px;
}
.note-item {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-size: calc((16/16)*1rem);
    font-weight: 500;
    color: #686868;
}

.note-item::before {
    content: "※";
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .cta-section .m-notes {
        font-size: 0.875rem;
        font-size: calc((14/16)*1rem);
    }
    .m-notes .note-item:not(:first-of-type){
        margin-top: 16px;
    }
}

.campaign-term-wrap dd{
    color: #D70C19;
}
.ctp-middle{
    margin: 32px auto;
    font-size: calc((20/16)*1rem);
    line-height: 180%;
}
@media screen and (max-width: 767px) {
    .ctp-middle{
        margin: 8px auto 24px;
        font-size: calc((16/16)*1rem);
    }

}
.information-byd-sealion-6{
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .information-byd-sealion-6{
        padding: 48px 0;
    }
    .information-byd-sealion-6 .title-section::before{
        left: 20px;
    }
    .information-byd-sealion-6 .title-section::after{
        right: 20px;
    }

}

.informations{
    margin-top: 40px;
    max-width: none;
}
.informations .information-card{
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 49.3% 50.7%;
}
.informations .information-card:not(:first-of-type){
    margin-top: 40px;
}
.information-column{
    background-color: #ffffff;

}
.information-column.column-left{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.information-card__description{
    padding-right: 40px;
    margin-top: 32px;
    font-size: calc((20/16)*1rem);
    line-height: 175%;
}
.information-card__title{
    padding-bottom: 32px;
    border-bottom: 1px solid #D70C19;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: calc((30/16) * 1rem);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #D70C19;
    line-height: 120%;
}
.information-card__title .title-no{
    font-size: calc((40/16) * 1rem);

}
.information-column.column-right{
    aspect-ratio: 489/322;
    width: 100%;
}
.information-column.column-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1023px) {
    .informations{
        max-width: 600px;
        margin: 40px auto 0;
    }
    .informations .information-card{
    display: block;
    }
    .informations .information-card:not(:first-of-type){
        margin-top: 24px;

    }

    .information-column.column-left{
        padding: 32px 14px;
    }

    .information-card__description{
        padding-right: 0;
        font-size: calc((16/16) *1rem);
    }
    .information-card__title{
    justify-content: center;
    font-size: calc((22/16) *1rem);
    }
    .information-card__title .title-no{
        font-size: calc((24/16) * 1rem);

    }
}
.information-byd-sealion-6 .title-section{
    margin: 0 auto;
    text-align: center;
}
.information-byd-sealion-6 .title-section .title-section-top{
    font-size: calc((24/16) *1rem);
}
.information-byd-sealion-6 .title-section .title-section-logo{
    max-width: 548px;
}
.title-section-wrap{
    text-align: center;
}
.information-head-description{
    margin-top: 24px;
    font-size: calc((20/16)*1rem);
    line-height: 180%;
}
@media screen and (max-width: 767px) {
    .information-byd-sealion-6 .title-section .title-section-top{
        font-size: calc((18/16) *1rem);
    }
    .information-byd-sealion-6 .title-section .title-section-logo{
        max-width: 270px;
    }
    .information-head-description{
        margin-top: 32px;
        font-size: calc((16/16)*1rem);
        line-height: 160%;
    }

}
.campaign-description{
    margin-bottom: 40px;
    .campaign-description__head{
        color: #D70C19;
        font-size: calc((24/16)*1rem);
        line-height: 150%;
        font-weight: 700;
    }
    .campaign-description__body{
        margin: 8px auto;
        img{
            max-width: 548px;
        }
        p{
            font-size: calc((32/16)*1rem);
            line-height: 150%;
            font-weight: 700;
            margin-top: 8px;
        }
    }
    .campaign-description__footer{
        font-size: calc((20/16)*1rem);
        line-height: 180%;
        font-weight: 500;

    }
}
@media screen and (max-width: 767px) {

    .campaign-description{
        margin-bottom: 32px;
        .campaign-description__head{
            font-size: calc((16/16)*1rem);
            line-height: 150%;
        }
        .campaign-description__body{
            margin: 8px auto 32px;
            img{
                max-width: 270px;
            }
            p{
                font-size: calc((22/16)*1rem);
                line-height: 100%;
                margin-top: 8px;
            }
        }
        .campaign-description__footer{
            font-size: calc((16/16)*1rem);
            line-height: 160%;
        }
    }
}
