@charset "UTF-8";


body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, sans-serif;
    background-color: #E8352F;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .noAdjust .content {
        width: 100%;
        max-width: none;
        min-width: auto;
        /* height: 180vh; */
    }
}

@media screen and (min-width: 1200px) {
    .noAdjust .content {
        width: 100%;
        max-width: none;
        min-width: auto;
        /* height: 220vh; */
    }
}

.top {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

@media screen and (min-width: 768px) {
    .top {
        overflow: hidden;
    }
}

.wrap_top {
    margin-top: 24px;
}

.Josefin_Slab {
    font-family: 'Josefin Slab', serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.under_line {
    text-decoration: underline;
}

/***********header-start**************/

.content_header {
    padding: 0px;
    position: absolute;
    top: 146px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 59px;
    display: flex;
    width: 100%;
    text-align: center;
}

.content_header.is-fixed {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.content_header_nobanner {
    padding: 0px;
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 59px;
    display: flex;
    width: 100%;
    text-align: center;
}

.content_header_nobanner.is-fixed {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header_lead {
    position: absolute;
    top: -35px;
    color: #000;
    font-size: 1.04rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

header .header_inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0% 1% 2%;
    background-color: rgba(0, 0, 0, 0.4);
}

header .header_inner p a:link,
header .header_inner p a:visited {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    header .header_inner p a:link {
        font-size: 2.1rem;
    }
}

header .header_inner p:hover {
    opacity: 0.8;
    cursor: pointer;
}

header .header_faq img {
    width: 35%;
}

/**************header-end****************/

.wrap {
    position: relative;
    height: 200vh;
    overflow: hidden;
}

.wrap>div {
    position: relative;
    z-index: 100;
    opacity: 0;
    animation: show_animation 1s 4.0s forwards;
}

@media screen and (min-width: 1000px) {
    .wrap {
        height: 200vh;
    }
}

.loading .loading_contents {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: hide_animation 1s 3.0s forwards;
}

.loading .loading_contents p {
    font-size: 1.5rem;
    text-align: center;
    width: 100;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.2rem;
}

@media screen and (max-width: 999px) {
    .loading .loading_contents p {
        font-size: 3.0rem;
    }
}

.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(50vh + 32px);
    min-height: 372px;
    background: #032817;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .loading::before {
        height: 51vh;
        min-height: inherit;
    }
}

.loading::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    min-height: 350px;
    height: calc(50vh - 32px);
    background: #032817;
}

@media screen and (max-width: 767px) {
    .loading::after {
        height: 50vh;
        min-height: inherit;
    }
}

.loading .svg {
    margin: 0 auto;
    fill: none;
    margin-bottom: 30px;
    z-index: 1000;
    width: 80px;
    position: relative;
}

.loading .svg path {
    fill: transparent;
    animation: fill_animation 3s 2s forwards;
    /*# 3秒間かけてアニメーションを実行 */
}

.loading .svg .tree-path1 {
    stroke: #fff;
    stroke-dasharray: 230px;
    stroke-dashoffset: 230px;
    fill: transparent;
    animation: line_animation ease-out 1.5s 0.5s forwards, fill_animation 0.5s 2.0s forwards;
}

.loading .svg .tree-path2 {
    fill: transparent;
    animation: fill_animation 0.5s 2s forwards;
    /*# 3秒間かけてアニメーションを実行 */
}

.loading .svg svg {
    width: 100%;
}

@media all and (-ms-high-contrast: none) {
    .fill path {
        animation: fill_animation 1s 0s forwards;
        /*# 3秒間かけてアニメーションを実行 */
    }
}


.wrap>div {
    height: 100%;
}

.wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(50% + 32px);
    min-height: 372px;
    background: #032817;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .wrap:before {
        height: 51%;
        min-height: inherit;
    }
}

.wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    min-height: 350px;
    height: calc(50% - 32px);
    background: #032817;
}

@media screen and (max-width: 767px) {
    .wrap:after {
        height: 50%;
        min-height: inherit;
    }
}

main {
    position: relative;
    height: 100%;
    /*min-height: 600px;*/
}

.float {
    position: fixed;
    bottom: 50px;
    right: 35px;
    font-weight: 700;
    z-index: 2;
}

a.float_link,
a.float_link:link,
a.float_link:visited,
a.float_link:focus {
    display: block;
    width: 180px;
    height: 180px;
    transition: opacity .2s ease;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

a.float_link:hover {
    opacity: 0.8;
}

.float_link img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .float {
        bottom: 20vw;
        right: 3vw;
    }

    a.float_link,
    a.float_link:link,
    a.float_link:visited,
    a.float_link:focus {
        padding-bottom: 2vw;
        width: 28.67vw;
        height: 28.67vw;
    }
}


.top main .kv {
    position: relative;
    background: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    padding-bottom: 12vw;
    margin-top: 1vw;
}

/*.text_box {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 100;
    left: 2%;
    top: 13%;
    width: 100%;
}*/

.text_box {
    color: #fff;
    width: 100%;
    padding-left: 8vw;
    padding-top: 33vh;
}

.text_box .text_box_text1 {
    /*margin-bottom: 4%;
    width: 50%;
    width: 60%;*/
}

.text_box .text_box_text1 img {
    width: 100vh;
    padding-bottom: 3%;
}

.text_box h1 {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: unset;
}

.text_box h1 span {
    display: inline-block;
    transform: scale(0);
    animation: scale_animation 0.2s 4s forwards;
}

.text_box .text_box_text2 {
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    opacity: 0;
}

/****************モーダル部分start***************************/
#modal_faq {
    display: none;
}

#modal_faq.is-open {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
}

#modal_faq.modaal-wrapper .modaal-close {
    opacity: 0;
    pointer-events: none;
}

#modal_faq.modaal-wrapper.is-open .modaal-close {
    opacity: 1;
    pointer-events: auto;
}

/****************ボタン部分start***************************/
.btn_area {
    width: 41vw;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP';
}

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

.btn_area .btn_lead img {
    /*display: flex;
    min-width: 370px;*/
    width: 100%;
    padding-bottom: 2%;
    /* margin-left: 3%; */
    text-align: center;
}

/*.btn_area .btn_lead_sp img {
    display: none;
}*/

.btn_area .btn_list .btn.line1 {
    width: 100%;
    /*min-width: 340px;*/
}

.btn_area .btn a:link,
.btn_area .btn a:visited,
.btn_area .btn a:focus {
    display: inline-block;
    padding: 3px 10px 5px;
    color: #E8352F;
    position: relative;
    background-color: #FCE3C5;
    border: solid 1px #FCE3C5;
    transition: all 0.4s;
    min-height: 50px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
}

.btn_area .btn a.end {
    display: inline-block;
    padding: 3px 10px 5px;
    color: #E8352F;
    position: relative;
    background-color: #FCE3C5;
    border: solid 1px #FCE3C5;
    transition: all 0.4s;
    min-height: 50px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
    opacity: 0.6;
}

.btn_area .btn a span {
    position: relative;
    font-family: 'Noto Sans JP';
    z-index: 1;
    font-size: 0.9vw;
    letter-spacing: -0.04em;
    line-height: 1.5rem;
    font-weight: 700;
}

.btn_area .btn a span .small {
    font-family: 'Noto Sans JP';
    font-size: 0.8vw;
    line-height: 2.5vh;
    font-weight: 500;
    font-style: unset;
}

.btn_area .btn a:before {
    font-family: 'Noto Sans JP';
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
}

.btn_area .btn a:after {
    font-family: 'Noto Sans JP';
    content: "";
    position: absolute;
}

.btn_area .btn a span:after {
    font-family: 'Noto Sans JP';
    content: "";
    position: absolute;
    bottom: -13px;
    right: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(225deg) translateX(-50%);
    transition: all 0.4s;
}

.btn_area .btn a:hover {
    font-family: 'Noto Sans JP';
    color: #FCE3C5;
    background-color: #E8352F;
}

.btn_area .btn a.end:hover {
    color: #E8352F;
    background-color: #FCE3C5;
}

.btn_area .btn a:hover:before {
    font-family: 'Noto Sans JP';
    left: 100%;
}

.btn_area .btn a:hover span:after {
    font-family: 'Noto Sans JP';
    border-top-color: #fff;
    border-left-color: #fff;
}

.btn_area #top .btn_list {
    opacity: 0;
    animation: show_animation 0.2s 3s forwards;
}

.btn_area .btn_list {
    display: flex;
    align-items: center;
}

.btn_area .btn_list .btn {
    margin: 0 2% 2% 0%;
    text-align: center;
    width: 23%;
    /*min-width: 108px;*/
}

.btn_area .btn_list .btn span {
    font-family: 'Noto Sans JP';
    width: 100%;
}

/***********************uketsuke_text start************************/

.text_box .uketsuke_text {
    position: relative;
    padding: 10px 0 20px 0;
    width: 100%;
    text-align: center;
}

.text_box .uketsuke_text img {
    width: 100%;
}

.text_box .uketsuke_text {
    font-size: 0;
}

.text_box .uketsuke_text .uketsuke_text_heading {
    /*padding-bottom: 5px;*/
    /* border-bottom: solid 1px #fff; */
}

.text_box .uketsuke_text .uketsuke_text_heading span.uketsuke {
    font-size: 2.3em;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-left: 0%;
}

.text_box .uketsuke_text .uketsuke_text_sub {
    font-size: 1.4vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    word-break: keep-all;
    text-align: center;
    margin-top: 0.3em;
}

.text_box .uketsuke_text .uketsuke_text_sub {
    font-size: 0;
}

.text_box .uketsuke_text span.caution_u {
    display: block;
    margin-top: 1vw;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
}

/***********************uketsuke_text end************************/

/****************ボタン部分end***************************/

/****************recommend-start*********************************/
.recommend_area {
    width: 90%;
    height: 100%;
    margin: 3% auto 5%;
    position: relative;
    background: radial-gradient(circle at 0 100%, transparent 2vw, #fff 15px), radial-gradient(circle at 100% 100%, transparent 2vw, #fff 15px), radial-gradient(circle at 100% 0, transparent 2vw, #fff 15px), radial-gradient(circle at 0 0, transparent 2vw, #fff 15px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50.1% calc(50% + 0.1%);
    padding: 5vw 0;
    outline-offset: 15px;
    outline: 2px solid #FCE3C5;
    border-radius: 1px;
}

/* 四隅の装飾 */
.recommend_area span.corner::before {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background-color: #fce3c5;
    transform: rotate(225deg);
}

.recommend_area .corner.tl::before {
    position: absolute;
    top: 0.2vw;
    left: 0.2vw;
}

.recommend_area .corner.tr::before {
    position: absolute;
    top: 0.2vw;
    right: 0.2vw;
}

.recommend_area .corner.bl::before {
    position: absolute;
    bottom: 0.2vw;
    left: 0.2vw;
}

.recommend_area .corner.br::before {
    position: absolute;
    bottom: 0.2vw;
    right: 0.2vw;
}


.recommend_area h2 {
    width: 30%;
    min-width: 500px;
    margin: auto;
}

h2 img {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 7%;
}

/*****************************item_slider************************/

.scroll_content {
    display: flex;
    max-width: 90%;
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.scroll_content li {
    width: 20vw;
    padding: 5px;
    flex-shrink: 0;
    list-style: none;
    max-width: 250px;
    margin-right: 14px;
}

.scroll_content img {
    width: 20vw;
    height: 20vw;
    padding: 7px 7px 7px 7px;
    object-fit: cover;
    max-width: 250px;
    max-height: 250px;
}

.scroll_content a {
    transition-duration: 0.3s;
}

.scroll_content a:hover {
    opacity: 0.7;
}

.scroll_content .shop {
    padding: 0 7px;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
    font-weight: 700;
}

.scroll_content .product {
    margin: 7px;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
    height: 3em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.scroll_content .price {
    padding: 0 7px;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}

.scroll_content::-webkit-scrollbar {
    height: 5px;
}

.scroll_content::-webkit-scrollbar-thumb {
    background: #E8352F;
    border-radius: 5px;
}

.scroll_content::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.20);
    border-radius: 5px;
}

.scroll_content li.end a {
    pointer-events: none;
}

.scroll_content li.end p {
    opacity: 0.5;
}

.scroll_content li.end img {
    filter: brightness(40%);

}

.scroll_content li.end p.end_text {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 23%;
    z-index: 2;
    opacity: 1;
}

/****************recommend-end*************************/

/****************modaal-start**************************/

.modaal-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: inherit;
    background-color: rgba(0, 0, 0, 0.8);
}

.modaal-container .modaal-content-container {
    padding: 0;
    height: 100%;
    max-width: 1200px;
}

.modaal-container .modal_recieve_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 60px 50px;
    margin: 96px auto;
    width: 82.56%;
    max-width: 1180px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .modaal-container .modal_recieve_wrap {
        margin: 43px auto;
        padding: 10.67vw 8.67vw;
        width: 93.56%;
    }
}

.modaal-container .modal_recieve_wrap>div {
    max-width: 1200px;
    margin: 0 auto 30px;
}

.modaal-container .modal_recieve_wrap .recieve_place_ttl {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .modaal-container .modal_recieve_wrap .recieve_place_ttl {
        display: flex;
        align-items: center;
    }
}

.modaal-container .modal_recieve_wrap .recieve_place_ttl>p {
    padding: 10px;
    border: solid 1px #000;
    font-size: 2.0rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve_place_ttl>p {
        font-size: 4.0rem;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .modaal-container .modal_recieve_wrap .recieve_place_ttl>p:first-child {
        border-right: transparent;
    }
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve_place_ttl>p:first-child {
        border-bottom: transparent;
    }
}

.modaal-container .modal_recieve_wrap .recieve_place_ttl>p span {
    color: #c45156;
}

.modaal-container .modal_recieve_wrap .modal_recieve_sub_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .modal_recieve_sub_text {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
}

.modaal-container .modal_recieve_wrap .recieve_map {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.modaal-container .modal_recieve_wrap .recieve_map.fujisawa_map {
    max-width: 400px;
}


.modaal-container .modal_recieve_wrap .recieve_map.mt100 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve_map .receive_map_zoom {
        position: absolute;
        left: 0;
        top: 0;
        background: #c45156;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 2.5rem;
    }
}

.modaal-container .modal_recieve_wrap .recieve_map img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve_map {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.modaal-container .modal_faq_wrap {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    max-width: 1180px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap {
        width: 100%;
    }
}

.modaal-container .modal_faq_wrap .tab {
    display: flex;
}

.modaal-container .modal_faq_wrap .tab_btn {
    padding: 20px 0;
    width: 50%;
    font-size: 1.13rem;
    letter-spacing: 0.12em;
    list-style: none;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #600300;
    cursor: pointer;
    font-weight: 600;
    transition: opacity .2s ease;
}

.modaal-container .modal_faq_wrap .tab_btn:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap .tab_btn {
        padding: 3.27vw 0;
        font-size: 3.2vw;
    }
}

.modaal-container .modal_faq_wrap .tab_btn.js-active {
    background-color: #fff;
    color: #600300;
}

.modaal-container .modal_faq_wrap .tab_btn.js-active:hover {
    opacity: 1;
}

.modaal-container .tab_contents {
    display: none;
    padding: 0px 50px;
}

@media screen and (max-width: 767px) {
    .modaal-container .tab_contents {
        padding: 0vw 5.67vw;
    }
}

.modal_faq .modaal-close,
.modal_faq2 .modaal-close {
    border-radius: 0;
    right: 3px;
    top: -9px;
    transition: all 0.2s ease-in-out;
}

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

    .modal_faq .modaal-close,
    .modal_faq2 .modaal-close {
        transition: all 0s ease-in-out;
    }
}

.modaal-container .tab_contents.js-active {
    display: block;
}


.modaal-container .modal_faq_wrap>div {
    margin: 0 auto;
}

.modaal-container .modal_faq_wrap .modal_ttl {
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #032817;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap .modal_ttl {
        font-size: 4.8rem;
    }
}

@media screen and (min-width: 1000px) {
    .modaal-container .modal_faq_wrap .qa_list {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .modaal-container .modal_faq_wrap .qa_list>div {
        width: 48%;
    }
}

.modaal-container .modal_faq_wrap .qa_list>div>div {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap .qa_list>div>div {
        margin-bottom: 10.27vw;
    }
}

.modaal-container .modal_faq_wrap .qa_list .qa_list_ttl {
    color: #600300;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 3px #600300;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap .qa_list .qa_list_ttl {
        font-size: 4vw;
        margin-bottom: 5.33vw;
        margin-top: 6vw;
    }
}

.modaal-container .modal_faq_wrap .qa_list .q,
.modaal-container .modal_faq_wrap .qa_list .a {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 20px 15px;
    line-height: 1.5;
}

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

    .modaal-container .modal_faq_wrap .qa_list .q,
    .modaal-container .modal_faq_wrap .qa_list .a {
        font-size: 2.8vw;
        padding: 3.73vw 2.53vw;
    }
}

.modaal-container .modal_faq_wrap .qa_list .q {
    background: rgba(96, 3, 0, 0.05);
    border-top: solid 1px #600300;
    /* border-bottom: solid 1px #600300; */
    transition: all 0.2s;
}

.modaal-container .modal_faq_wrap .qa_list_left>div>div:last-of-type .q,
.modaal-container .modal_faq_wrap .qa_list_left>div>div .q.open,
.modaal-container .modal_faq_wrap .qa_list_right>div>div:last-of-type .q,
.modaal-container .modal_faq_wrap .qa_list_right>div>div .q.open {
    border-bottom: solid 1px #600300;
}

.modaal-container .modal_faq_wrap .qa_list .q:hover {
    cursor: pointer;
    opacity: 0.8;
}

.modaal-container .modal_faq_wrap .qa_list .q p {
    position: relative;
    padding-right: 50px;
}

.modaal-container .modal_faq_wrap .qa_list .q p::before {
    content: "";
    border: solid 1px transparent;
    border-top-color: #600300;
    border-left-color: #600300;
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%) rotate(-135deg);
    transition: all 0.2s;
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_faq_wrap .qa_list .q p::before {
        width: 2vw;
        height: 2vw;
    }
}

.modaal-container .modal_faq_wrap .qa_list .q.open p::before {
    top: 60%;
    transform: translateY(-50%) rotate(45deg);
}

.modaal-container .modal_faq_wrap .qa_list .a {
    /* background: #f7f7f7; */
    /* display: none; */
    height: 0;
    padding: 0 15px;
    opacity: 0;
    overflow: hidden;
    transition: height .4s ease, opacity .4s ease, padding-top .4s ease, padding-bottom .4s ease;
}

.modaal-container .modal_faq_wrap .qa_list .a.is-open {
    height: auto;
    opacity: 1;
    padding: 20px 15px;
}

.modaal-container .modal_faq_wrap .qa_list .a.is-open a {
    text-decoration: underline;
}

.modaal-container .modaal-close {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .modaal-container .modaal-close {
        right: 91px;
        top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .modaal-container .modaal-close {
        right: 3px;
        top: -9px;
    }
}

.modaal-container .modaal-close:hover {
    background-color: transparent;
    opacity: 0.8;
}

.modaal-container .modaal-close:before,
.modaal-container .modaal-close:after {
    background: #fff !important;
}

.modaal-container .modaal-close:before,
.modaal-container .modaal-close:after {
    width: 1px;
    height: 34px;
    left: 24px;
    top: 15px;
}

.modaal-container .modaal-content-container {
    padding: 0px;
    max-width: 900px;
    margin: 0 auto;
    height: 85vh;
}

@media screen and (max-width: 999px) {
    .modaal-container .modaal-content-container {
        padding: 80px 30px;
    }
}

#top .modaal-close {
    background: #032817 !important;
}

@media all and (-ms-high-contrast: none) {
    .modaal-inner-wrapper {
        position: -ms-device-fixed;
    }
}

/****************modal-end**************/



header .header_inner .header_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_inner .header_logo {
    display: flex;
    height: 100%;
}

header .header_inner .header_logo:first-child {
    padding-right: 15px;
    /*border-right: solid 1px #fff;*/
    width: unset;
}

header .header_inner .header_logo:last-child {
    padding-left: 15px;
}

header .header_inner .header_logo img {
    height: 25px;
    width: auto !important;
}


.modal_open {
    overflow: hidden;
}

.modal_open::-webkit-scrollbar {
    width: 0;
}

.modaal-noscroll {
    overflow: visible;
}

.modaal-wrapper {
    z-index: 100000;
}

/* 2021/10/27 モーダル修正　ここから */
.modaal-container .modal_recieve_wrap>div {
    max-width: 1000px;
}

.modaal-container .modal_recieve_wrap .recieve-mainttl {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #600300;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve-mainttl {
        font-size: 3.9rem;
    }

}

.modaal-container .modal_recieve_wrap .recieve-ttl {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #600300;
    padding-bottom: 12px;
    margin: 60px 0 40px;
    color: #600300;
}

.modaal-container .modal_recieve_wrap .recieve-ttl.mt0 {
    margin-top: 44px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve-ttl {
        font-size: 3rem;
        margin: 40px 0;
    }
}

.modaal-container .modal_recieve_wrap .recieve_map {
    text-align: center;
}

.modaal-container .modal_recieve_wrap .recieve_map img {
    width: auto;
    max-width: 100%;
}


.modaal-container .modal_recieve_wrap .recieve_map .map-star {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.modaal-container .modal_recieve_wrap .recieve_map .map-star .star {
    color: #D80C18;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve_map .map-star {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 2.7rem;
    }
}

.modaal-container .modal_recieve_wrap .map-col2 {
    display: flex;
    align-items: center;
}

.modaal-container .modal_recieve_wrap .map-col2 .recieve_map {
    text-align: right;
    width: 60%;
    max-width: calc(100% - 380px);
}

.modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap {
    width: 370px;
    line-height: 1.62;
}

.modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .caution {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .caution_txt {
    padding-left: 1rem;
    text-indent: -1rem;
}

.modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .txt {
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .map-col2 {
        display: block;
    }

    .modaal-container .modal_recieve_wrap .map-col2 .recieve_map {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap {
        margin-top: 20px;
        width: auto;
        line-height: 1.54;
    }

    .modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .ttl {
        font-size: 2.9rem;
    }

    .modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .caution {
        font-size: 2.8rem;
    }

    .modaal-container .modal_recieve_wrap .map-col2 .map-txt-wrap .txt {
        font-size: 2.8rem;
    }
}

.modaal-container .modal_recieve_wrap .recieve-txt {
    font-size: 1.1rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve-txt {
        font-size: 2.8rem;
    }
}

.modaal-container .modal_recieve_wrap .recieve-txt-large {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .recieve-txt-large {
        font-size: 2.8rem;
    }
}

.modaal-container .modal_recieve_wrap .recieve_map+.place {
    margin-top: 30px;
}

.modaal-container .modal_recieve_wrap .place--col2 {
    display: flex;
}

.modaal-container .modal_recieve_wrap .place--col2 .place__row .ttl {
    display: block;
    margin-bottom: 20px;
}

.modaal-container .modal_recieve_wrap .place--col2 .col+.col {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .place--col2 {
        display: block;
    }

    .modaal-container .modal_recieve_wrap .place--col2 .col+.col {
        margin-left: 0;
        margin-top: 40px;
    }
}

.modaal-container .modal_recieve_wrap .place__row {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.modaal-container .modal_recieve_wrap .place__row .ttl {
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.modaal-container .modal_recieve_wrap .place__row a {
    text-decoration: underline;
    color: #c45156;
}

.modaal-container .modal_recieve_wrap .place__dl-wrap {
    /* display: flex; */
    justify-content: space-between;
}

.modaal-container .modal_recieve_wrap .place__dl-wrap.flex-start {
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .modaal-container .modal_recieve_wrap .place__dl-wrap.flex-start .place__dl+.place__dl {
        margin-left: 30px;
    }
}

.modaal-container .modal_recieve_wrap .place .dl-ttl {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.modaal-container .modal_recieve_wrap .place__dl {
    margin-bottom: 20px;
}

.ogikubo_place__dl {
    height: 200px;
}

.modaal-container .modal_recieve_wrap .place__dt {
    color: #c45156;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.modaal-container .modal_recieve_wrap .place__dd {
    font-size: 1.1rem;
    line-height: 1.62;
}

@media screen and (max-width: 767px) {
    .modaal-container .modal_recieve_wrap .place__row {
        font-size: 2.6rem;
        line-height: 1.5;
    }

    .modaal-container .modal_recieve_wrap .place__row .ttl {
        font-size: 2.8rem;
        /*display: block;
        margin-bottom: 20px;*/
    }

    .modaal-container .modal_recieve_wrap .place__dl-wrap {
        display: block;
    }

    .modaal-container .modal_recieve_wrap .place .dl-ttl {
        font-size: 2.6rem;
    }

    .modaal-container .modal_recieve_wrap .place__dl.sp-mb0 {
        margin-bottom: 20px;
    }

    .modaal-container .modal_recieve_wrap .place__dl.sp-mb0 .place__dd .place__txt {
        margin-bottom: 0;
    }

    .modaal-container .modal_recieve_wrap .place__dl.sp-mb0.mb0 {
        margin-bottom: 0;
    }

    .modaal-container .modal_recieve_wrap .place__dt {
        font-size: 2.6rem;
    }

    .modaal-container .modal_recieve_wrap .place__dd {
        font-size: 2.6rem;
    }

    .modaal-container .modal_recieve_wrap .place__txt {
        margin-bottom: 20px;
    }

    .ogikubo_place__dl {
        height: auto;
    }
}

/* first */
.first {
    max-width: 940px;
}

.first .first_lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 68px;
    padding-top: 70px;
}

.first .text_box {
    display: block;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    padding: 0;
}

.first .first_text {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.first .first_text:not(:first-of-type) {
    margin-top: 24px;
}

.first .img_box {
    display: flex;
    position: relative;
}

.first .img_box figure.text_fig {
    flex-shrink: 0;
    display: block;
    position: relative;
    margin-left: -50px;
    width: 80px;
    height: 80px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_lead_fig.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.first .img_box figure.ill_fig {
    position: relative;
    top: 17px;
    width: 242px;
    height: 129px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_fig.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.first .howto_ttl,
.first .size-guide_mainttl {
    margin-bottom: 27px;
    padding-bottom: 20px;
    border-bottom: 2px solid #600300;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #600300;
}

.first .step {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}

.first .step_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 28.6%;
}

.first .step_item:not(:first-of-type):after {
    content: "";
    display: block;
    position: absolute;
    top: 34%;
    left: -34px;
    width: 20px;
    height: 18px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.first .step_item>div {
    display: contents;
}

.first .step_number {
    order: 1;
    margin-bottom: 13px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.first .step_item figure {
    order: 2;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.first .step_item figure.first_step_01 {
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_step_01.png);
}

.first .step_item figure.first_step_02 {
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_step_02.png);
}

.first .step_item figure.first_step_03 {
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_step_03.png);
}

.first .step_text {
    order: 3;
    margin-top: 19px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 500;
}

.size-guide {
    margin-top: 72px;
    margin-bottom: 70px;
}

.first .size-guide_lead {
    margin-bottom: 35px;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.first .size-guide_box {
    max-width: 600px;
    margin: 0 auto;
    padding: 27px 0 30px;
    background-color: #f2f2f2;
}

.first .size-guide_ttl {
    margin-bottom: 28px;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: 600;
}

.first .size-guide_list {
    display: flex;
    justify-content: center;
}

.first .size-guide_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24.3%;
}

.first .size-guide_item figure {
    height: 47px;
    background-repeat: no-repeat;
    background-size: contain;
}

.first .size-guide_item .first_cake_4 {
    width: 55px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_cake_4.png);
}

.first .size-guide_item .first_cake_5 {
    width: 73px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_cake_5.png);
}

.first .size-guide_item .first_cake_6 {
    width: 89px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_cake_6.png);
}

.first .size-guide_item p {
    margin-top: 14px;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.83;
    font-weight: 500;
}

.first .tart {
    margin-top: 22px;
}

.first .tart .size-guide_item p {
    margin-top: 6px;
}

.first .size-guide_item .first_tart_4 {
    width: 62px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_tart_4.png);
}

.first .size-guide_item .first_tart_5 {
    width: 79px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_tart_5.png);
}

.first .size-guide_item .first_tart_6 {
    width: 96px;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/first_tart_6.png);
}

.first .tart .note {
    margin-top: 24px;
    font-size: 0.62rem;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1.2em;
}

@media screen and (max-width: 767px) {
    .first .first_lead {
        display: block;
        padding-bottom: 12.67vw;
    }

    .first .text_box {
        width: 100%;
        padding-top: 0;
    }

    .first .first_text {
        font-size: 3.2vw;
        letter-spacing: 0.025em;
        line-height: 1.5;
        margin-top: -5vw;
    }

    .first .first_text:not(:first-of-type) {
        margin-top: 5.4vw;
    }

    .first .img_box {
        position: relative;
        padding-top: 11.47vw;
    }

    .first .img_box figure.text_fig {
        position: absolute;
        top: 4vw;
        left: 17vw;
        width: 15.73vw;
        height: 15.73vw;
        line-height: 1.40;
    }

    .first .img_box figure.ill_fig {
        margin: 0 auto;
        width: 48.53vw;
        height: 26vw;
    }

    .first .howto_ttl,
    .first .size-guide_mainttl {
        margin-bottom: 5.33vw;
        padding-bottom: 3.73vw;
        border-bottom-width: 1px;
        font-size: 4vw;
    }

    .first .step {
        display: block;
    }

    .first .step_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .first .step_item:not(:first-of-type) {
        margin-top: 15.47vw;
    }

    .first .step_item:not(:first-of-type):after {
        top: -11vw;
        left: 25vw;
        transform: rotate(90deg);
        width: 4.93vw;
        height: 5.33vw;
    }

    .first .step_number {
        margin-bottom: 0.53vw;
        font-size: 4vw;
    }

    .first .step_item figure {
        order: 0;
        flex-shrink: 0;
        margin-right: 3.67vw;
        width: 20.8vw;
        height: 20.8vw;
    }

    .first .step_item>div {
        display: block;
    }

    .first .step_text {
        margin-top: 0;
        font-size: 3.16vw;
    }

    .size-guide {
        margin-top: 12.8vw;
        margin-bottom: 15vw;
    }

    .first .size-guide_lead {
        margin-bottom: 8vw;
        font-size: 3.2vw;
    }

    .first .size-guide_box {
        padding: 4.13vw 2vw 5.2vw;
    }

    .first .size-guide_ttl {
        margin-bottom: 5.73vw;
        font-size: 3.2vw;
    }

    .first .size-guide_list {
        display: flex;
        justify-content: space-between;
    }

    .first .size-guide_item {
        width: auto;
    }

    .first .size-guide_item figure {
        height: 9.87vw;
    }

    .first .size-guide_item .first_cake_4 {
        width: 11.6vw;
    }

    .first .size-guide_item .first_cake_5 {
        width: 15.33vw;
    }

    .first .size-guide_item .first_cake_6 {
        width: 18.8vw;
    }

    .first .size-guide_item p {
        margin-top: 3vw;
        font-size: 2.67vw;
        letter-spacing: 0;
        line-height: 1.42;
    }

    .first .tart {
        margin-top: 4.8vw;
    }

    .first .tart .size-guide_item p {
        margin-top: 1.67vw;
    }

    .first .size-guide_item .first_tart_4 {
        width: 13.07vw;
    }

    .first .size-guide_item .first_tart_5 {
        width: 16.67vw;
    }

    .first .size-guide_item .first_tart_6 {
        width: 20.27vw;
    }

    .first .tart .note {
        margin-top: 4.93vw;
        font-size: 2.67vw;
    }
}

/* first rbd */

.noAdjust .pageTopMod01 {
    display: none;
}

.top .btn_list .btn {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    ;
}

/**************footer-start**************/

footer.footer_content {
    z-index: 1000000;
    background: #E8352F;
    padding: 24px 20px;
    /*border-top: 1px solid #fff;*/
}

.top footer.footer_content {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
}

.lmnA-footer {
    background-color: #fff;
}

/*@media screen and (max-width: 767px) {
    footer {
        padding: 40px 20px;
    }

}

@media screen and (max-width: 999px) {
    .top footer {
        display: none;
    }

}*/

@media screen and (min-width: 768px) {
    footer.footer_content .footer_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    footer.footer_content .footer_inner {
        text-align: center;
    }
}

footer.footer_content .footer_inner p {
    color: #fff;
    font-size: 1.1rem;
}

footer.footer_content .footer_inner p:hover {
    opacity: 0.8;
    cursor: pointer;
}

footer.footer_content .footer_inner .footer_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer_content .footer_inner .footer_logo {
    display: flex;
    height: 100%;
}


@media screen and (max-width: 767px) {
    .top footer.footer_content .footer_inner .footer_logo {
        display: flex;
    }
}

footer.footer_content .footer_inner .footer_logo:first-child {
    padding-right: 15px;
    /*border-right: solid 1px #fff;*/
}

footer.footer_content .footer_inner .footer_logo:last-child {
    padding-left: 15px;
}

footer.footer_content .footer_inner .footer_logo img {
    height: 20px;
    width: auto !important;
}

/*footer .footer_inner .footer_logo img {
    width: 100%;
}*/

.to_top {
    width: 50px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .to_top {
        bottom: 40px;
        right: 10px;
    }
}

.to_top img {
    width: 100%;
}

/******************footer-end***********************/

/****************************************************************TABLET****************************************************************/
@media screen and (max-width : 900px) {
    .text_box {
        padding-top: 17vh;
    }
}

/******************************************************************SP******************************************************************/
@media screen and (max-width : 450px) {
    header.content_header {
        top: 87px;
    }

    header.content_header.is-fixed {
        top: 51px;
    }

    header.content_header_nobanner {
        top: 51px;
    }

    header.content_header_nobanner.is-fixed {
        top: 51px;
    }
}

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        background-color: #E8352F;
    }

    /***********header-start**************/

    header.content_header {
        padding: 0px;
        margin: 0;
        position: absolute;
        top: 96px;
        left: 0;
        right: 0;
        z-index: 998;
        min-height: 68px;
        display: flex;
        width: 100%;
        text-align: center;
    }

    header.content_header.is-fixed {
        position: fixed;
        top: 61px;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    header.content_header_nobanner {
        padding: 0px;
        margin: 0;
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        z-index: 998;
        min-height: 68px;
        display: flex;
        width: 100%;
        text-align: center;
    }

    header.content_header_.content_header_nobanner {
        position: fixed;
        top: 61px;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    header .header_inner .header_logo img {
        height: 16px;
        width: auto !important;
    }

    header .header_lead {
        position: absolute;
        top: -39px;
        font-size: 0.75rem;
        font-weight: bold;
        width: 100%;
        text-align: center;
        line-height: 1.375;
    }

    header .header_inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2% 2% 2% 5%;
        height: 39px;
    }

    header .header_faq img {
        width: 30%;
        float: right;
        margin-right: 10%;
    }

    .noAdjust .content {
        width: 100%;
        max-width: none;
        min-width: auto;
        height: 190vh;
    }

    main {
        position: relative;
        /*height: 100%;
        min-height: 1000px;*/
    }

    .top main .kv {
        position: relative;
        background: url(https://cdn.lumine.jp/contents/design/2025/251031_christmascake/img/bg_sp.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        top: -4vw;
        padding-bottom: 0;
    }

    .text_box {
        /*position: absolute; */
        text-align: center;
        color: #fff;
        z-index: 100;
        /* top: 5%; */
        width: 100%;
        padding-top: 142vw;
        padding-left: 0;
    }

    .text_box .text_box_text1 {
        margin-bottom: 4%;
        margin-top: 10%;
        width: 30%;
    }

    .text_box .text_box_text1 img {
        width: 100%;
        margin-left: 15%;
    }

    .text_box h1 {
        font-size: 1.2rem;
        font-weight: 400;
        font-style: unset;
    }

    .text_box h1 span {
        display: inline-block;
        transform: scale(0);
        animation: scale_animation 0.2s 4s forwards;
    }

    .text_box .text_box_text2 {
        font-size: 1.6rem;
        letter-spacing: 0.12rem;
        opacity: 0;
    }


    /****************ボタン部分start***************************/
    .btn_area {
        width: 90%;
        margin: 0 auto;
    }

    .btn_area .btn_lead_sp img {
        width: 90%;
        position: absolute;
        top: 148vw;
    }

    .btn_area .btn_list .btn.line1 {
        width: 100%;
    }

    .btn_area .btn a:link,
    .btn_area .btn a:visited,
    .btn_area .btn a:focus {
        display: inline-block;
        padding: 12px 10px 12px;
        color: #E8352F;
        background-color: #FCE3C5;
        position: relative;
        transition: all 0.4s;
        min-height: 40px;
        line-height: 60px;
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 50px;
    }

    .btn_area .line1 a:link,
    .btn_area .line1 a:visited,
    .btn_area .line1 a:focus {
        padding-top: 7px;
    }

    .btn_area .btn a span {
        position: relative;
        z-index: 1;
        font-size: 3.5vw;
        letter-spacing: 0.1em;
        line-height: 1.5rem;
    }

    .btn_area .btn a span .small {
        font-size: 2.5vw;
        font-weight: 500;
        font-style: unset;
        line-height: 2.5vh;
    }

    .btn_area .btn a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
    }

    .btn_area .btn a:after {
        content: "";
        position: absolute;
    }

    .btn_area .btn a span:after {
        content: "";
        position: absolute;
        bottom: -13px;
        right: 50%;
        width: 10px;
        height: 10px;
        transform: rotate(225deg) translateX(-50%);
        transition: all 0.4s;
    }

    .btn_area .btn a:hover {
        color: #000;
        background-color: #FFF;
    }

    .btn_area .btn a:hover:before {
        left: 100%;
    }

    .btn_area .btn a:hover span:after {
        border-top-color: #fff;
        border-left-color: #fff;
    }

    .btn_area #top .btn_list {
        opacity: 0;
        animation: show_animation 0.2s 3s forwards;
    }

    .btn_area .btn_list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .btn_area .btn_list .btn {
        margin: 0 1% 2.5% 1%;
        text-align: center;
        width: 48%;
    }

    .btn_area .btn_list .btn span {
        width: 100%;
    }

    /***********************uketsuke_text start************************/

    .text_box .uketsuke_text {
        padding: 0px;
        width: 100%;
        margin: 2em auto;
        text-align: left;
        margin-top: 4vw;
        margin-bottom: 2vw;
    }

    .text_box .uketsuke_text img {
        width: 100%;
    }

    .text_box .uketsuke_text {
        font-size: 0;
    }

    .uketsuke_text .uketsuke_text_heading {
        text-align: center;
        padding-bottom: 2vw;
    }

    .text_box .uketsuke_text .uketsuke_text_sub {
        font-size: 4.3vw;
        font-weight: normal;
        letter-spacing: 0.1em;
        word-break: keep-all;
        text-align: center;
        margin-top: 0.3em;
        padding-left: 2vw;
    }

    .text_box .uketsuke_text .uketsuke_text_sub {
        font-size: 0;
    }

    .text_box .uketsuke_text .uketsuke_text_heading span.uketsuke {
        font-size: 1.3em;
        font-weight: 500;
        letter-spacing: 0.2em;
        padding-left: 0%;
        top: 2%;
        transform: translate(-50%, -50%);
    }

    .text_box .uketsuke_text span.caution_u {
        display: block;
        margin-top: 3vw;
        font-size: 1em;
        letter-spacing: 0.1em;
        font-weight: normal;
        text-align: center;
        line-height: 1.8;
    }

    /***********************uketsuke_text end************************/
    /****************ボタン部分end***************************/

    /****************recommend-start*********************************/
    .recommend_area {
        width: 90%;
        background: radial-gradient(circle at 0 100%, transparent 6vw, #fff 15px), radial-gradient(circle at 100% 100%, transparent 6vw, #fff 15px), radial-gradient(circle at 100% 0, transparent 6vw, #fff 15px), radial-gradient(circle at 0 0, transparent 6vw, #fff 15px);
        background-position: bottom left, bottom right, top right, top left;
        background-repeat: no-repeat;
        background-size: 50.1% calc(50% + 0.1%);
        padding: 12vw 0;
        outline-offset: 2vw;
        outline: 1px solid #FCE3C5;
        margin: 10% auto 5%;
    }

    .recommend_area span.corner::before {
        width: 1.8vw;
        height: 1.8vw;
    }

    .recommend_area h2 {
        min-width: auto;
        width: 80%;
        margin: 0vw auto 3vw auto;
    }

    h2 img {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .scroll_content {
        display: flex;
        max-width: 90%;
        margin: auto;
        overflow-x: auto;
    }

    .scroll_content li {
        width: 55vw;
        margin-right: 0;
    }

    .scroll_content li.end p.end_text {
        color: #ffffff;
        font-size: min(3.8vw, 16px);
        text-align: center;
        position: absolute;
        top: 28%;
        left: 19%;
        z-index: 2;
        opacity: 1;
    }

    .scroll_content img {
        width: 100%;
        height: auto;
    }

    .scroll_content .shop {
        font-size: 12px;
    }

    .scroll_content .product {
        font-size: 14px;
    }

    .scroll_content .price {
        font-size: 12px;
    }

    .scroll_content::-webkit-scrollbar {
        width: 90%;
        margin: 0 auto;
        height: 5px;
    }

    .scroll_content::-webkit-scrollbar-thumb {
        background: #E8352F;
        border-radius: 5px;
    }

    .scroll_content::-webkit-scrollbar-track {
        background: rgba(51, 51, 51, 0.20);
        border-radius: 5px;
    }

    /****************recommend-end*************************/

    footer.footer_content {
        padding: 35px 30px;
        text-align: center;
    }

    footer.footer_content .footer_inner p {
        padding-top: 5%;
        font-size: 1em;
    }

    footer.footer_content .footer_inner .footer_logo img {
        height: 17px;
        width: auto !important;
    }


}