body#lp {
    margin: 0;
}

#header #headerCnt {
    height: 70px;
    box-shadow: none;
}

#header #headerCnt.fixed {
    height: 70px;
    box-shadow: none;
}

#header #headerCnt #headerCnt_inr {
    height: 70px;
}

@media screen and (max-width: 767px) {
    #header #headerCnt {
        height: 60px;
    }

    #header #headerCnt.fixed {
        height: 60px;
    }

    #header #headerCnt #headerCnt_inr {
        height: 60px;
    }
}

@media screen and (min-width: 768px) {
    #header #headerCnt #headerCnt_inr #logoArea {
        flex-basis: 184px !important;
        width: 184px !important;
    }

    #header #headerCnt #headerCnt_inr #logoArea a h1 {
        line-height: 1;
    }

    #header #headerCnt #headerCnt_inr #logoArea a h1 img {
        max-width: 184px;
    }
}

#header.year_end_gift_lp {
    height: 100%;
}

#header.year_end_gift_lp #headerCnt #headerCnt_inr #headerContact ul li a {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    #header.year_end_gift_lp #headerCnt #headerCnt_inr #headerContact ul li a {
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 12px;
    }

    #header #headerCnt #headerCnt_inr #headerContact ul li {
        list-style: none;
        margin-left: 11px;
    }
}


#header.year_end_gift_lp #headerCnt {
    padding: 0 50px;
}

#header.year_end_gift_lp #headerCnt #headerCnt_inr #headerContact ul {
    height: 43px;
}

#header.year_end_gift_lp #headerCnt #headerCnt_inr #headerContact {
    height: 43px;
}


.year_end_gift_lp .download {
    background-color: #064121;
    color: #fff !important;
    display: block;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 43px;
}


.year_end_gift_lp .download a {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .year_end_gift_lp .download a {
        padding: 10px 14px;
    }

    .year_end_gift_lp .download a img {
        width: 75px;
    }
}

.year_end_gift_lp .oder {
    background-color: #8D0A0A;
    color: #fff !important;
    padding: 0;
    display: block;
    height: 43px;
}

.year_end_gift_lp .oder a {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .year_end_gift_lp .oder a {
        padding: 10px 14px;
    }

    .year_end_gift_lp .oder a img {
        width: 113px;
    }
}

/*テスト*/
#lp .container {
    max-width: 940px;

}



#lp .container img {
    margin: 0 auto;
    display: block;
}

.section1 {
    background-color: #F9F5EB;
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
    /* 擬似要素の配置基準を設定 */
}

#lp .mv {
    position: relative;
}

#lp .mv::before {
    content: "";
    display: block;
    height: 3px;
    background-image: url('./img/pc/mv_befor.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    /* relative から absolute に変更 */
    bottom: 0;
    /* .section1 の下端に配置 */
    width: 100%;
    /* 親幅に合わせる */
    z-index: 1;

}

.section1::after {
    content: "";
    display: block;
    height: 80px;
    background-image: url('./img/pc/section1_after.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    /* relative から absolute に変更 */
    bottom: -80px;
    /* .section1 の下端に配置 */
    left: 0;
    width: 100%;
    /* 親幅に合わせる */
    z-index: 1;
}

.section2 {
    padding: 180px 0;
    background-image: url(./img/pc/section2_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.section2 .container:nth-of-type(n+2) {
    max-width: 940px;
}

.section2::before {
    content: "";
    height: 344px;
    background-image: url(./img/pc/section2_after.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    top: -140px;
    width: 100%;
    z-index: 2;
}


.section2::after {
    content: "";
    height: 344px;
    background-image: url(./img/pc/section2_before.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -140px;
    right: 0;
    width: 210px;
    z-index: 2;
}


.section3 {
    background-color: #9D8A6C;
    position: relative;
    padding-bottom: 90px;
}

.section3 img {
    position: relative;
    z-index: 2;
}



.section3::before {
    content: "";
    display: block;
    height: 150px;
    background-image: url('./img/pc/section3_befor.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    /* relative から absolute に変更 */
    top: -140px;
    left: 0;
    width: 100%;
    /* 必要に応じて追加 */
    z-index: 1;
}

.section3::after {
    content: "";
    display: block;
    height: 420px;
    background-image: url('./img/pc/section3_after.png');
    background-repeat: no-repeat;
    position: absolute;
    /* relative から absolute に変更 */
    bottom: -1px;
    left: 0;
    width: 100%;
    /* 必要に応じて追加 */
    z-index: 1;
}


.section4 {
    background-image: url(./img/pc/section4_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section5 {
    padding: 90px 0;
    background-image: url(./img/pc/section5_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section5::before {
    content: "";
    display: block;
    height: 340px;
    background-image: url(./img/pc/section5_befor.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -120px;
    left: -199px;
    width: 60%;
    z-index: -1;
}


.section5::after {
    content: "";
    height: 580px;
    background-image: url(./img/pc/section5_after.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -248px;
    right: 0;
    width: 550px;
    z-index: -1;
}

.section6 {
    padding: 90px 0;
    background-image: url(./img/pc/section6_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 120px;
}

.section7 {}

.section7_inner {
    background-color: #F9F5EB;
    padding: 40px 60px 60px;
    max-width: 940px;
    margin: 0 auto;
}

#lp .section7 .container.pc_on img {
    margin: 0;
}

.section7 .step1 {
    position: relative;
}

.section7 .step1 a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 33%;
}

.section7 .step2 {
    position: relative;
}

.section7 .step2 a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 33%;
}



.section8 {
    padding: 90px 0;
}

.section8 .container .cta {
    background-image: url(./img/pc/section8_5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 15px !important;
}

/* ボタンの基本スタイル */
.section8 .button a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #1A1311;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #fff;
}

/* ホバー時のスタイル */
.section8 .button a:hover {
    background: #1A1311;
    color: #FFF;
    border: 1px solid #FFF;
}

/* ボタン内の矢印スタイル */
.section8 .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/* ホバー時の矢印スタイル */
.section8 .button a:hover:after {
    border-color: #FFF;
}

#lp footer {
    background-color: #E2E2E2;

}

#lp footer .container {
    padding: 137px 0 45px;
}

#lp footer h2 {
    margin: 0;
}

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

    #header.year_end_gift_lp #headerCnt {
        padding: 0;
    }



    .section2::before {
        content: "";
        height: 344px;
        background-image: url(./img/sp/section2_after_sp.png);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        top: -110px;
        width: 100%;
        z-index: 2;
    }

    .section2::after {
        content: "";
        height: 210px;
        background-image: url(./img/pc/section2_before.png);
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        bottom: -50px;
        right: 0;
        width: 140px;
        z-index: 2;
    }

    .section3::after {
        content: "";
        display: block;
        height: 150px;
        background-image: url('./img/sp/section3_after_sp.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .section5::before {
        content: "";
        display: block;
        /* width: 300px; */
        height: 200px;
        background-image: url(./img/pc/section5_befor.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -60px;
        left: 0;
        width: 300px;
        z-index: -1;
    }

    .section5::after {
        content: "";
        height: 250px;
        background-image: url(./img/pc/section5_after.png);
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        bottom: -10px;
        right: 0;
        width: 260px;
        z-index: -1;
    }

    .section6 {
        margin-bottom: 0;
    }

    .section7 {
        padding: 0;
        background-color: #F9F5EB;
    }

    .section7_inner {

        padding: 60px 0;
        max-width: 940px;
        margin: 0 auto;
    }

    .section7 .step1 {
        position: relative;
    }

    .section7 .step1 a {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 20%;
    }


    .section7 .step2 {
        position: relative;
    }

    .section7 .step2 a {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 20%;
    }

    #lp footer .container {
        padding: 137px 0 100px;
    }


}

.pc_on {
    display: none !important;
}

@media (min-width: 768px) {
    .pc_on {
        display: block !important;
    }
}

.sp_on {
    display: block !important;
}

@media (min-width: 768px) {
    .sp_on {
        display: none !important;
    }
}

#fixedBtnSpArea #fixedBtnSp ul li a {
    padding: 10px 10px 5px;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
    background: #064121 !important;
}

#fixedBtnSpArea #fixedBtnSp ul li:last-child a {
    background: #8D0A0A !important;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
    padding: 10px 10px 5px;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
    background: #064121;
}

#fixedBtnSpArea #fixedBtnSp ul li:last-child a {
    background: #8D0A0A;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap_w {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 46px;
}

.loop_wrap {
    width: 3600px;
}

.loop_wrap img {
    width: 1594px;
    padding: 0 10px;
}

.loop_wrap img:first-child {
    animation: loop 120s -60s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 120s linear infinite;
}

.loop_wrap_w2 {
    width: 100%;
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 63px;
}

.loop_wrap2 {
    width: 7710px;
}

.loop_wrap2 img {
    width: 2894px;
    padding: 0 10px;
}

.loop_wrap2 img:first-child {
    animation: loop 120s -60s linear infinite;
}

.loop_wrap2 img:last-child {
    animation: loop2 120s linear infinite;
}

@media (max-width: 767px) {

    .column3Wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
        max-width: 440px;
        margin: 0 auto;

    }

    .column3Wrap .columnBox {
        margin-bottom: 50px;
    }

}