@charset "UTF-8";

/* ramen_koji commmon */
body {
    width: 100%;
    min-width: 1113px;
}

@media screen and (max-width: 1113px) {
    body {
        min-width: 320px;
    }
}

.main_wrap {
    color: #fff;
    font-weight: 400;
}

.main_wrap .section_inner {
    padding: 0 5%;
}

@media screen and (max-width: 1113px) {
    .main_wrap .section_inner {
        padding: 0 4%;
    }
}

.ramenkoji_sns_area {
    padding-bottom: calc(48px * var(--scale));
}

.ramenkoji_sns_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(160px * var(--scale));
    margin: 0 auto;
    gap: calc(24px * var(--scale));
}

/* ramen_koji_header */
.ramen_koji_header {
    display: none;
}

@media screen and (max-width: 1113px) {
    .spHeadFixed #header {
        display: none;
    }

    .spHeadFixed .ramen_koji_header {
        top: 0;
    }

    .ramen_koji_header {
        position: fixed;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        border-top: 2px solid #C3A378;
        border-bottom: 2px solid #C3A378;
        height: 60px;
        width: 100%;
    }

    .ramen_koji_header .left {
        width: 70px;
    }

    .ramen_koji_header .logo {
        width: calc(100% - 140px);
    }

    .ramen_koji_header .logo img {
        height: 20px;
    }

    .ramen_koji_header .btn {
        width: 70px;
        text-align: center;
    }

    .ramen_koji_header #spMenuBtn {
        background: transparent;
        padding: 8px 20px;
    }

    .ramen_koji_header #spMenuBtn .txt {
        color: #B79448;
        font-size: 10px;
        font-weight: bold;
        margin-top: 4px;
    }

    .ramen_koji_header #spMenuBtn .line {
        position: relative;
        width: 32px;
        height: 24px;
        margin-top: 2px;
    }

    .ramen_koji_header #spMenuBtn .line span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        background: #B79448;
        height: 2px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .ramen_koji_header #spMenuBtn .line span:nth-of-type(1) {
        width: 32px;
    }

    .ramen_koji_header #spMenuBtn .line span:nth-of-type(2) {
        width: 28px;
        top: 4px;
    }

    .ramen_koji_header #spMenuBtn .line span:nth-of-type(3) {
        width: 22px;
        top: 8px;
    }

    .ramen_koji_header #spMenuBtn .line span:nth-of-type(4) {
        width: 10px;
        top: 12px;
    }


    /* sp gMenu */
    .gMenuOpen {
        overflow: hidden;
    }

    #gMenu {
        background-color: #000000;
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        z-index: 10001;
        left: 0;
        top: 0;
    }

    .gMenuOpen #gMenu {
        display: block;
        opacity: 1;
    }

    #gMenu .logo_area {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        border-top: 2px solid #C3A378;
        border-bottom: 2px solid #C3A378;
        height: 60px;
        width: 100%;
    }

    #gMenu .closeBtn {
        background: transparent;
        padding: 8px 20px;
    }

    #gMenu .closeBtn .txt {
        color: #B79448;
        font-size: 10px;
        font-weight: bold;
        margin-top: 4px;
    }

    #gMenu .closeBtn .line {
        position: relative;
        width: 26px;
        height: 16px;
        margin-top: 2px;
    }

    #gMenu .closeBtn .line span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        background: #B79448;
        width: 28px;
        height: 2px;
        top: 6px;
        left: 1px;
        transform: rotate(-338deg);
    }

    #gMenu .closeBtn .line span:nth-of-type(2) {
        transform: rotate(338deg);
    }

    #gMenu .cont {
        padding: 22px 10% 0;
        overflow-y: scroll;
        height: calc(100vh - 60px);
    }

    #gMenu .cont .menu_list .header_menu_main {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    #gMenu .cont .menu_list .header_menu_main details summary {
        position: relative;
        list-style: none;
    }

    #gMenu .cont .menu_list .header_menu_main details summary::-webkit-details-marker {
        display: none;
    }

    #gMenu .cont .menu_list .header_menu_main details summary::before,
    #gMenu .cont .menu_list .header_menu_main details summary::after {
        position: absolute;
        top: 10px;
        right: 0;
        display: block;
        width: 10px;
        height: 2px;
        content: "";
        background-color: #C3A378;
        transition: 0.2s;
    }

    #gMenu .cont .menu_list .header_menu_main details summary::after {
        transform: rotate(90deg);
    }

    #gMenu .cont .menu_list .header_menu_main details[data-accordion="containerarea"][open="true"] summary::after {
        transform: rotate(0deg);
    }

    #gMenu .cont .menu_list .header_menu_main a {
        display: block;
    }

    #gMenu .cont .menu_list .header_menu_main>li {
        margin-bottom: 26px;
    }

    #gMenu .cont .menu_list .header_menu_sub {
        color: #C3A378;
        font-size: 14px;
        font-weight: 500;
        margin-top: 20px;
        padding-left: 20px;
    }

    #gMenu .cont .menu_list .header_menu_sub>li {
        margin-bottom: 14px;
    }

    #gMenu .cont .menu_list .header_menu_sub>li>a:active {
        color: #ffffff;
    }

    #gMenu .cont .bnr_area {
        max-width: 320px;
        margin: 40px auto 32px;
    }
}



/* ramen_koji_footer */
.ramen_koji_footer {
    background-color: #8A6922;
    color: #fff;
    text-align: center;
    padding-left: 90px;
}

.ramen_koji_footer .foot_logo {
    max-width: 245px;
    position: relative;
    z-index: 1;
    margin: -12px auto -30px;
    display: inline-block;
}

.ramen_koji_footer .foot_logo {
    max-width: 245px;
    width: 100%;
}

.ramen_koji_footer .copy {
    font-size: 10px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 18px;
}

@media screen and (max-width: 1113px) {
    .ramen_koji_footer {
        padding-left: 0;
    }

    .ramen_koji_footer .foot_logo {
        margin: -12px auto 0;
    }

    .ramen_koji_footer .copy {
        padding: 12px 0 16px;
        display: block;
        margin: 0;
    }
}

.rk_pc_only {
    display: block !important;
}

.rk_sp_only {
    display: none !important;
}

@media screen and (max-width: 1113px) {
    .rk_pc_only {
        display: none !important;
    }

    .rk_sp_only {
        display: block !important;
    }
}

/* footer */
.ramen_koji_footer.fixed {
    position: relative;
    z-index: 1002;
    width: 100%;
}

#footer.fixed {
    z-index: 1001;
    width: 100%;
    bottom: 0;
}

/* common_sidebar_area */
.common_sidebar_area {
    position: fixed;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: calc(100vh - 72px);
    overflow: hidden;
    z-index: 50;
    background: rgba(0, 0, 0, .8);
    width: calc(346px * var(--scale));
    top: 72px;
    border-right: 5px solid #8A6922;
    text-align: center;
    padding: calc(20px * var(--scale));
}

.common_sidebar_area .logo {
    width: calc(94px * var(--scale));
    margin: 0 auto;
    padding-top: calc(50px * var(--scale));
}

.common_sidebar_area .nav_area .list .item {
    position: relative;
    font-size: calc(24px * var(--scale));
    font-weight: 500;
    line-height: calc(30px * var(--scale));
    margin-bottom: calc(24px * var(--scale));
}

.common_sidebar_area .nav_area .list .item:last-child {
    margin-bottom: 0;
}

.common_sidebar_area .nav_area .list .item>a {
    display: block;
    transition: all 0.5s;
    padding-left: 0;
}

.common_sidebar_area .nav_area .list .item>a:hover {
    color: #C3A378;
    padding-left: 14px;
}

.common_sidebar_area .pc_sub_nav {
    display: none;
    position: fixed;
    z-index: 51;
    left: calc(270px * var(--scale));
}

.common_sidebar_area .pc_sub_nav.active {
    display: block;
}

.common_sidebar_area .pc_sub_nav .shop_list {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 24px 32px;
    text-align: left;
}

.common_sidebar_area .pc_sub_nav .shop_list li {
    margin-bottom: 16px;
}

.common_sidebar_area .pc_sub_nav .shop_list li a:hover {
    color: #8A6922;
}

.common_sidebar_area .pc_sub_nav .shop_list li:last-child {
    margin-bottom: 0;
}

.common_sidebar_area .pc_sub_nav .shop_list li a {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

#js_active_shop a::before,
#js_active_shop a:after {
    position: absolute;
    top: 50%;
    right: calc(60px * var(--scale));
    display: block;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #C3A378;
    transition: 0.2s;
}

#js_active_shop a::after {
    transform: rotate(90deg);
}

#js_active_shop.active a::after {
    transform: rotate(0deg);
}

#js_active_shop.active a {
    color: #C3A378;
    padding-left: 14px;
}

@media screen and (max-width: 1113px) {
    .common_sidebar_area {
        display: none;
    }

    .common_sidebar_area .pc_sub_nav {
        display: none;
    }
}

/* common_main_area */
.common_main_area {
    background: #000000;
    width: 100%;
    padding-left: calc(346px * var(--scale));
    overflow: hidden;
}

.common_main_area .breadcrumb .nav_inner {
    padding-right: 0;
    padding-left: 0;
}

body:not(.ramen_koji_index) .common_main_area {
    padding-top: 40px;
    padding-bottom: 120px;
}

@media screen and (max-width: 1113px) {
    .common_main_area {
        padding-left: 0;
        padding-top: 60px;
    }

    body:not(.ramen_koji_index) .common_main_area {
        padding-top: 80px;
        padding-bottom: 64px;
    }
}

/* footer_area */
.footer_area {
    background: #000000;
    width: 100%;
    padding-left: calc(346px * var(--scale));
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1113px) {
    .footer_area {
        padding-left: 0;
    }
}


/* heading */
.heading {
    position: relative;
    z-index: 1;
    font-size: calc(64px * var(--scale));
    font-family: "Yuji Syuku", serif;
    text-align: center;
    margin-bottom: calc(64px * var(--scale));
}

.heading .sub_text {
    font-size: calc(48px * var(--scale));
}

@media screen and (max-width: 1113px) {
    .heading {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .heading .sub_text {
        font-size: 24px;
        line-height: 45px;
    }
}

/* mv_area */
.mv_area .slider_wrap .item {
    opacity: .65;
    transition: opacity .5s;
    margin: 0 20px;
}

.mv_area .slider_wrap .item.slick-active {
    opacity: 1;
}

.mv_area .slick-arrow {
    position: absolute;
    bottom: -88px;
    z-index: 1;
}

.mv_area .slick-arrow.next {
    right: 22.2%;
}

.mv_area .slick-arrow.prev {
    right: calc(22.2% + 80px);
}

.arw_left_btn,
.arw_right_btn {
    height: 58px;
    width: 58px;
    border: 1px solid #777777;
    background-color: transparent;
}

.arw_left_btn::before,
.arw_right_btn::before {
    content: "";
    display: block;
    background-image: url(../../common/images/icon/icon_button_arrow_right_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 6px;
    position: absolute;
    top: 24.2px;
    left: calc(50% - 10.5px);
}

.arw_left_btn::before {
    transform: scale(-1, 1);
}

.arw_left_btn:hover,
.arw_right_btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.mv_area .dots_wrap {
    position: absolute;
    bottom: -58px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: center;
}

.mv_area .dots_wrap li {
    width: 4vw;
    max-width: 72px;
    height: 4px;
    background: #777;
    cursor: pointer;
    margin: 0 12px;
}

.mv_area .dots_wrap li:hover,
.mv_area li.slick-active {
    background: #FFF;
}

.mv_area .dots_wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 1113px) {
    .mv_area .slider_wrap .item {
        margin: 0;
    }

    .mv_area .dots_wrap {
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
    }

    .mv_area .dots_wrap li {
        height: 2px;
        margin: 0 4px;
    }
}


/* index_area */
.index_area {
    position: relative;
    padding: 160px 0;
    background: url(../img/bg_circle.png) no-repeat;
    background-position: left -490px top -20px;
}

.ramen_list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 10px;
    width: 100%;
    max-width: 1415px;
    margin: 80px auto 0;
}

.ramen_list li {
    width: calc((100% - 80px) / 5);
}

.ramen_list li a {
    display: flex;
}

.ramen_list .anchor_button:hover {
    opacity: 0.9;
}

.ramen_list .anchor_button .label {
    font-family: "Yuji Syuku", serif;
    font-size: calc(18px * var(--scale));
    color: #C9141D;
}

.ramen_list li.sweets .anchor_button .label {
    color: #8A6922;
}

.shopinfo_area {
    margin: 80px auto 0;
    max-width: 1124px;
    text-align: center;
}

.shopinfo_area .summary_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopinfo_area .summary_box .col {
    width: 50%;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
}

.shopinfo_area .summary_box .col:first-child {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.shopinfo_area .summary_box .col .ttl {
    color: #888888;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.shopinfo_area .summary_box .col .txt {
    font-size: 20px;
    margin-top: 12px;
}

.shopinfo_area .note {
    font-size: 14px;
    text-indent: -1.0em;
    padding-left: 1.0em;
    margin-top: 40px;
    line-height: 18px;
}

@media screen and (max-width: 1113px) {
    .index_area {
        z-index: 1;
        padding: 40px 0 72px;
        background: none;
    }

    .ramen_list {
        max-width: 100%;
        gap: 16px;
        margin-top: 32px;
    }

    .ramen_list li {
        width: calc((100% - 16px) / 2);
    }

    .ramen_list li a {
        display: block;
    }

    .ramen_list li.sweets .anchor_button::before {
        background-size: contain;
        top: -10%;
        left: -2%;
        width: 45px;
        height: 32px;
    }

    .ramen_list .anchor_button {
        padding: 0;
        border: none;
    }

    .ramen_list .anchor_button::after {
        right: 8px;
        top: calc(50% - 8px);
        width: 8px;
        height: 8px;
    }

    .ramen_list .anchor_button .label {
        font-size: 12px;
    }

    .ramen_list .anchor_button .logo {
        height: auto;
    }

    .shopinfo_area {
        margin: 40px auto;
        text-align: left;
    }

    .shopinfo_area .summary_box {
        display: block;
    }

    .shopinfo_area .summary_box .col {
        width: 100%;
        border: none;
        padding: 0;
    }

    .shopinfo_area .summary_box .col:first-child {
        border: none;
        margin-bottom: 24px;
    }

    .shopinfo_area .summary_box .col .ttl {
        font-size: 14px;
    }

    .shopinfo_area .summary_box .col .txt {
        font-size: 16px;
        margin-top: 10px;
    }

    .shopinfo_area .note {
        font-size: 12px;
        margin-top: 32px;
    }
}

/* news_area */
.news_area {
    position: relative;
}

.news_area .bg_circle {
    position: absolute;
    right: -490px;
    top: -200px;
}

.news_area .section_inner {
    position: relative;
    z-index: 1;
    padding: 64px 80px;
    background-color: #fff;
    color: #19171D;
}

.news_area .button_secondary {
    margin-top: 38px;
}

@media screen and (max-width: 1113px) {
    .news_area .bg_circle {
        left: -295px;
        right: auto;
        top: -150px;
        width: 490px;
    }

    .news_area .section_inner {
        padding: 40px 4%;
    }
}


/* shop_area */
.shop_area {
    padding: 150px 0 0;
}

.shop_area .shop_list_wrap {
    max-width: 1338px;
    margin: 0 auto;
}

.shop_item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-top: calc(405px * var(--scale));
}

.shop_item:first-child {
    padding-top: calc(146px * var(--scale));
}

/*.shop_item:last-child {
    padding-top: calc(160px * var(--scale));
}*/

.shop_item .inner {
    position: relative;
    z-index: 1;
    max-width: calc(1500px * var(--scale));
    width: 100%;
    margin: 0 auto;
}

.shop_item .info_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: calc(1070px * var(--scale));
    min-height: calc(486px * var(--scale));
    margin: 0 auto 0 0;
    padding: calc(88px * var(--scale)) calc(48px * var(--scale));
    color: #000;
    background:
        linear-gradient(45deg, transparent 40px, #fff 0);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.shop_item._right .info_box {
    background:
        linear-gradient(315deg, transparent 40px, #fff 0);
    margin: 0 0 0 auto;
}

.shop_item .info_box .line {
    position: absolute;
    top: 18px;
    left: -16px;
    width: 110px;
    height: 150px;
}

.shop_item .info_box .line span {
    display: block;
    width: 100%;
    height: 2px;
    background: #8A6922;
    transform: rotate(-45deg);
}

.shop_item .info_box .line span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: 18px;
}

.shop_item._right .info_box .line {
    left: auto;
    right: -16px;
}

.shop_item._right .info_box .line span {
    transform: rotate(45deg);
}

.shop_item .info_box .summary_box {
    max-width: calc(675px * var(--scale));
    width: 100%;
    margin: 0 auto 0 0;
}

.shop_item._right .info_box .summary_box {
    margin: 0 0 0 auto;
    max-width: calc(675px * var(--scale));
}

.shop_item .info_box .label_area {
    display: flex;
    gap: 0 32px;
    margin-bottom: 20px;
}

.shop_item .info_box .label_area>.benefit_label_wrap {
    margin-top: auto;
}

.shop_item .info_box .summary_box .benefit_label {
    display: inline-block;
    height: 0;
    border-bottom: calc(20px * 1.7 * var(--scale)) solid #C9141D;
    border-left: 1.2rem solid transparent;
    color: #fff;
    font-family: "Yuji Syuku", serif;
    padding: 0 .8rem;
    font-size: calc(20px * var(--scale));
}

.shop_item .info_box .summary_box .label {
    font-size: calc(32px * var(--scale));
    font-family: "Yuji Syuku", serif;
    color: #C9141D;
}

.shop_item .info_box .summary_box .title {
    font-weight: bold;
    font-size: calc(56px * var(--scale));
    line-height: 40px;
}

.shop_item .info_box .summary_box .title .subtxt {
    font-size: calc(32px * var(--scale));
}

.shop_item .info_box .summary_box .title .subtxt+.maintxt {
    margin-left: 20px;
}

.shop_item .info_box .summary_box .text {
    font-size: calc(24px * var(--scale));
    line-height: 36px;
    margin-top: calc(40px * var(--scale));
}

.shop_item._sweets .info_box {
    max-width: calc(1382px * var(--scale));
    padding: 0;
    flex-direction: row;
    margin: 0 auto;
}

.shop_item._sweets .img_box {
    width: 47%;
    margin: auto 0;
}

.shop_item._sweets .img_box img {
    object-fit: cover;
    height: calc(486px * var(--scale));
    width: 100%;
}

.shop_item._sweets .info_box .summary_box {
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0 calc(80px * var(--scale));
    max-width: 53%;
}

.shop_item .info_box .btn_box {
    display: flex;
    gap: 24px;
    margin-top: calc(32px * var(--scale));
    width: 100%;
}

.shop_item .info_box .btn_box .modal_btn {
    background: url(../img/icon/icon_plus.svg) no-repeat;
    background-position: right 24px center;
    background-size: 16px;
    max-width: calc(450px * var(--scale));
    width: 100%;
    border: 1px solid #C3A378;
    color: #8A6922;
    font-size: calc(18px * var(--scale));
    padding: 15px 42px 15px 12px;
    text-align: center;
    transition: background-color .5s;
}

.shop_item .info_box .btn_box .modal_btn:hover {
    color: #000;
    background-image: url(../img/icon/icon_plus_hover.svg);
    background-color: #C3A378;
    transition: .2s ease-in-out;
}

.shop_item .shop_button {
    margin: 40px auto 0 56px;
}

.shop_item._right .shop_button {
    margin: 40px 56px 0 auto;
}

.shop_item._sweets .shop_button {
    margin: 40px 80px 0 auto;
}

@media not screen and (max-width: 1113px) {
    .shop_item .img_box {
        position: absolute;
        left: 38vw;
        z-index: 2;
        width: 100%;
    }

    .shop_item._right .img_box {
        left: auto;
        right: 40vw;
    }

    .shop_item#shop01 .img_box {
        max-width: calc(860px * var(--scale));
        bottom: 6%;
    }

    .shop_item#shop02 .img_box {
        max-width: calc(850px * var(--scale));
        bottom: 5.5%;
    }

    .shop_item#shop03 .img_box {
        max-width: calc(918px * var(--scale));
        bottom: 7%;
    }

    .shop_item#shop04 .img_box {
        max-width: calc(875px * var(--scale));
        bottom: 5%;
    }

    .shop_item#shop05 .img_box {
        max-width: calc(817px * var(--scale));
        bottom: 0;
    }

    .shop_item#shop06 .img_box {
        max-width: calc(840px * var(--scale));
        bottom: 0;
    }

    .shop_item#shop07 .img_box {
        max-width: calc(968px * var(--scale));
        bottom: 0;
    }

    .shop_item#shop08 .img_box {
        max-width: calc(886px * var(--scale));
        bottom: 2%;
    }

    .shop_item#shop09 .img_box {
        max-width: calc(971px * var(--scale));
        bottom: 3%;
    }

/*    .shop_item#shop10 .img_box {
        right: auto;
    }*/
    .shop_item#shop10 .img_box {
        max-width: calc(886px * var(--scale));
        bottom: 2%;
    }
}

@media screen and (max-width: 1113px) {
    .shop_area {
        padding: 65px 0 46px;
    }

    .shop_area .heading {
        margin-bottom: 0;
    }

    .shop_area .section_inner {
        padding: 0;
    }

    .shop_item,
    .shop_item:first-child {
        padding-top: 0;
    }

    .shop_item._sweets {
        padding-top: 64px;
    }

    .shop_item .inner {
        margin: 0;
    }

    .shop_item .info_box {
        width: 96%;
        margin: 0 auto 0 0;
        min-height: auto;
        padding: 95px 4% 36px;
        background:
            linear-gradient(315deg, transparent 20px, #fff 0);
        background-position: bottom left;
        background-repeat: no-repeat;
    }

    .shop_item._right .info_box {
        background:
            linear-gradient(45deg, transparent 20px, #fff 0);
        margin: 0 0 0 auto;
    }

    .shop_item .info_box .summary_box,
    .shop_item._right .info_box .summary_box {
        max-width: 100%;
        margin: 0 auto;
    }

    .shop_item._right .info_box .summary_box {
        margin: 0 auto;
    }

    .shop_item .info_box .label_area {
        justify-content: space-between;
        gap: 0;
        margin-bottom: 10px;
    }

    .shop_item .info_box .summary_box .benefit_label {
        border-right: 1.2rem solid transparent;
        border-left: 0;
        border-bottom: calc(16px * 1.7) solid #C9141D;
        font-size: 16px;
    }

    .shop_item .info_box .summary_box .label {
        font-size: 16px;
    }

    .shop_item .info_box .summary_box .title {
        font-size: 28px;
        line-height: 32px;
    }

    .shop_item .info_box .summary_box .title .subtxt {
        font-size: 16px;
    }

    .shop_item .info_box .summary_box .title .subtxt+.maintxt {
        margin-left: 12px;
    }

    .shop_item .info_box .summary_box .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }

    .shop_item._sweets .info_box {
        flex-direction: column;
    }

    .shop_item._sweets .img_box {
        width: 96%;
        margin: 0 0 0 auto;
    }

    .shop_item._sweets .img_box img {
        height: 300px;
    }

    .shop_item._sweets .info_box .summary_box {
        position: relative;
        max-width: 100%;
        padding: 40px 4% 36px;
    }

    .shop_item .info_box .btn_box {
        gap: 10px;
        margin-top: 24px;
        width: 100%;
    }

    .shop_item .info_box .btn_box .modal_btn {
        background-position: right 4px center;
        background-size: 16px;
        font-size: 14px;
        padding: 14px 20px 14px 5px;
    }

    .shop_item .shop_button,
    .shop_item._right .shop_button {
        width: 92%;
        margin: 24px auto 0;
    }

    .shop_item#shop07 .info_box .summary_box {
        max-width: 100%;
    }

    .shop_item .info_box .line {
        top: 8px;
        left: -8px;
        width: 52px;
        height: 52px;
    }

    .shop_item .info_box .line span {
        height: 1px;
    }

    .shop_item .info_box .line span:nth-child(2) {
        margin-top: 10px;
    }

    .shop_item._right .info_box .line {
        right: -8px;
    }

    .shop_item:not(._sweets) .img_box {
        position: relative;
    }

    .shop_item:not(._sweets) .img_box img {
        margin-bottom: -100px;
        z-index: 1;
        position: relative;
    }
}

/* bg_circle 微調整 */
.shop_area .shop_item:not(._sweets) .bg_circle {
    position: absolute;
    top: -150px;
    right: -45%;
}

.shop_area .shop_item._right:not(._sweets) .bg_circle {
    left: -45%;
    right: auto;
}

@media not screen and (max-width: 1113px) {
    #shop02 .bg_circle {
        top: -100px;
    }

    #shop05 .bg_circle {
        top: -100px;
        right: -30%;
    }

    #shop06 .bg_circle {
        top: 0;
        left: -40%;
    }

    #shop08 .bg_circle {
        top: 150px;
    }

    #shop09 .bg_circle {
        top: 200px;
        right: -45%;
    }
}

@media screen and (max-width: 1113px) {
    .shop_area .shop_item .bg_circle {
        position: absolute;
        top: -120px;
        right: -75%;
        width: 490px;
    }

    .shop_area .shop_item._right .bg_circle {
        left: -75%;
        right: auto;
    }
}

/* modal */
.ramen_modal .modal_box {
    width: 926px;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
    z-index: 1006;
    max-height: calc(580px * var(--scale));
    background-color: rgba(0, 0, 0, 0);
}

.ramen_modal .m_wrap {
    position: relative;
    height: 90%;
    padding: 40px 0;
    background-color: #F2F2F2;
    margin: -5px 0;
}

.modal_box .m_inner {
    height: 100%;
    padding: 0 43px;
    overflow-y: scroll;
}

.ramen_modal .modal_box[data-target-modal="app_manga"] {
    width: 600px;
    background: #fff;
}

.ramen_modal .modal_box[data-target-modal="app_manga"] .m_inner,
.ramen_modal .modal_box[data-target-modal="app_install"] .m_inner {
    padding: 0;
}

.ramen_modal .modal_box[data-target-modal="app_manga"] .m_wrap {
    width: 578px;
    padding: 0;
    background: #fff;
    background-image: none;
    margin: 0 auto;
}

.ramen_modal .modal_box[data-target-modal="app_install"] {
    max-width: 1728px;
    width: 90%;
}

.ramen_modal .modal_box[data-target-modal="app_install"] .m_wrap {
    background-image: none;
}

.ramen_modal .modal_box[data-target-modal="app_install"] .heading {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 80px;
}

.install_step {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.install_step .step_box {
    width: 33.33%;
    padding: 0 44px;
}

.install_step .step_box.step02 {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.install_step .step_box .ttl {
    position: relative;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    align-items: center;
    padding-left: 55px;
}

.install_step .step_box .ttl:before {
    content: '1';
    width: 40px;
    height: 40px;
    display: flex;
    background: #8A6922;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    left: 0;
    top: -6px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}

.install_step .step_box {
    position: relative;
}

.install_step .step_box.step01 .con_wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.install_step .step_box.step01 .con_wrap .txt {
    font-size: 14px;
    text-align: center;
}

.install_step .step_box.step01 .con_wrap .app_link {
    margin: 16px auto;
}

.install_step .step_box.step01 .con_wrap .con_l .app_link img {
    max-height: 68px;
}

.install_step .step_box.step01 .con_wrap .con_r .app_link img {
    max-height: 71px;
}

.install_step .step_box.step01 .con_wrap .qr img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
}

.install_step .step_box.step02 .con_wrap {
    display: flex;
}

.install_step .step_box.step02 .con_wrap .img_box {
    width: 140px;
}

.install_step .step_box.step02 .con_wrap .text_box {
    width: calc(100% - 140px);
    padding-left: 32px;
    font-size: 16px;
}

.install_step .step_box.step02 .con_wrap .text_box .list {
    line-height: 27px;
}

.install_step .step_box.step02 .con_wrap .text_box .note {
    margin-top: 20px;
}

.install_step .step_box.step03 img {
    margin: 0 auto;
}

.install_step .step_box.step02 img,
.install_step .step_box.step03 img {
    max-width: 140px;
}

.install_step .step_box.step02 .ttl:before {
    content: '2';
}

.install_step .step_box.step03 .ttl:before {
    content: '3';
}

@media screen and (max-width: 1113px) {
    .ramen_modal .modal_box {
        position: fixed;
        width: 96%;
        margin-left: 0;
        box-sizing: border-box;
        font-size: 14px;
    }

    .ramen_modal .modal_box .m_inner {
        position: relative;
        padding: 0 10%;
    }

    .ramen_modal .modal_box[data-target-modal="app_manga"] .m_inner,
    .ramen_modal .modal_box[data-target-modal="app_install"] .m_inner {
        padding: 0;
    }

    .ramen_modal .modal_box[data-target-modal="app_manga"] .m_wrap {
        width: 100%;
        padding: 0;
        background-image: none;
    }

    .ramen_modal .modal_box[data-target-modal="app_install"] .m_wrap {
        background-image: none;
        padding: 40px 0;
    }

    .ramen_modal .modal_box[data-target-modal="app_install"] .m_inner {
        padding: 0 10%;
    }

    .ramen_modal .modal_box[data-target-modal="app_install"] .heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .install_step {
        flex-direction: column;
    }

    .install_step .step_box {
        width: 100%;
        padding: 0;
    }

    .install_step .step_box.step02 {
        border: none;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        padding: 20px 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .install_step .step_box .ttl {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .install_step .step_box .ttl:before {
        left: 0;
        top: -4px;
    }

    .install_step .step_box.step01 .con_wrap {
        gap: 28px;
    }

    .install_step .step_box.step01 .con_wrap .txt {
        font-size: 10px;
    }

    .install_step .step_box.step01 .con_wrap .app_link {
        margin: 8px auto;
    }

    .install_step .step_box.step01 .con_wrap .con_l .app_link img {
        max-height: 38px;
    }

    .install_step .step_box.step01 .con_wrap .con_r .app_link img {
        max-height: 38px;
    }

    .install_step .step_box.step01 .con_wrap .qr img {
        max-width: 70px;
    }

    .install_step .step_box.step02 .con_wrap .img_box {
        width: 114px;
    }

    .install_step .step_box.step02 .con_wrap .text_box {
        width: calc(100% - 114px);
        padding-left: 26px;
        font-size: 12px;
    }

    .install_step .step_box.step02 .con_wrap .text_box .list {
        line-height: 20px;
    }

    .install_step .step_box.step02 img,
    .install_step .step_box.step03 img {
        max-width: 114px;
    }
}

/* close button */
#modal_area {
    position: relative;
}

.ramen_modal .drawer_window [data-modal=close_button] {
    border: none;
    position: fixed;
    top: 8px;
    right: -50px;
    left: auto;
    width: 40px;
    height: 40px;
    background-size: contain;
    cursor: pointer;
    z-index: 1006;
    display: block;
}

.ramen_modal .drawer_window [data-modal=close_button]::before,
.ramen_modal .drawer_window [data-modal=close_button]::after {
    width: 40px;
    height: 2px;
}

.ramen_modal .btn_modal_close::before,
.ramen_modal .btn_modal_close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #FFFFFF;
    z-index: 1003;
    box-sizing: border-box;
    width: 40px;
    height: 2px;
}

.ramen_modal .btn_modal_close::before {
    transform: rotate(45deg);
}

.ramen_modal .btn_modal_close::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 1113px) {
    .ramen_modal .drawer_window [data-modal=close_button] {
        width: 25px;
        height: 25px;
        top: -30px;
        right: 0px;
    }

    .ramen_modal .drawer_window [data-modal=close_button]::before,
    .ramen_modal .drawer_window [data-modal=close_button]::after {
        top: 10px;
        width: 25px;
    }
}



.modal_box .heading {
    font-family: "Yuji Syuku", serif;
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
}

.modal_box .shop_name {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.modal_box .content_box {
    margin-top: 48px;
}

.modal_box .content_box .style_list {
    max-width: 473px;
    width: 100%;
    margin: 0 auto 64px;
}

.modal_box .content_box .style_list th {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 24px 0;
    width: 140px;
}

.modal_box .content_box .style_list td {
    font-size: 21px;
}

.modal_box .content_box .style_list td p {
    color: #6B6B6B;
    text-align: center;
    border: 1px solid #B7B7B7;
    padding: 7px;
    max-width: 103px;
    width: 100%;
    display: inline-block;
    margin-right: 8px;
}

.modal_box .content_box .style_list td p:last-child {
    margin-right: 0;
}

.modal_box .content_box .style_list td.tag_soup p {
    max-width: 334px;
}

.modal_box .content_box .style_list td p.active {
    font-size: 21px;
    background-color: #8A6922;
    color: #fff;
}

.modal_box .content_box .menu_list {
    font-size: 16px;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
}

.modal_box .content_box .menu_list .item {
    display: flex;
    width: calc((100% - 40px) / 2);
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
}

.modal_box .content_box .menu_list .item .name,
.modal_box .content_box .menu_list .item .price {
    display: flex;
    align-items: end;
}

.modal_box .content_box .menu_list .item .name {
    font-weight: 500;
    line-height: 24px;
    width: calc(100% - 75px);
}

.modal_box .content_box .menu_list .item .price {
    width: 75px;
    justify-content: right;
}

.modal_box .content_box .text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1113px) {
    .modal_box .heading {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .modal_box .shop_name {
        font-size: 20px;
    }

    .modal_box .content_box {
        margin-top: 24px;
    }

    .modal_box .content_box .style_list {
        margin: 0 auto 40px;
    }

    .modal_box .content_box .style_list th,
    .modal_box .content_box .style_list td {
        display: block;
        font-size: 14px;
        padding: 0;
        width: 100%;
    }

    .modal_box .content_box .style_list th {
        padding: 16px 0 8px;
    }

    .modal_box .content_box .style_list td p {
        padding: 5px;
        max-width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }

    .modal_box .content_box .style_list td.tag_soup p {
        max-width: 100%;
    }

    .modal_box .content_box .style_list td p.active {
        font-size: 14px;
    }

    .modal_box .content_box .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .modal_box .content_box .menu_list {
        margin-top: 24px;
        gap: 12px;
    }

    .modal_box .content_box .menu_list .item {
        width: 100%;
        padding-bottom: 12px;
    }

    .modal_box .content_box .menu_list .item .name {
        font-weight: 500;
        line-height: 24px;
        width: calc(100% - 70px);
    }

    .modal_box .content_box .menu_list .item .price {
        width: 70px;
        justify-content: right;
        align-items: center;
    }

}

/* floor_guide_area */
.bg_floor_guide {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1574px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.floor_guide_area {
    position: relative;
    z-index: 0;
    padding: calc(160px * var(--scale)) 0 calc(110px * var(--scale));
}

.floor_guide_area .floor_img {
    max-width: calc(1061px * var(--scale));
    margin: 0 auto;
}

.floor_guide_area .floor_list {
    max-width: 1257px;
    margin: 48px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 7%;
}

.floor_guide_area .floor_list .item {
    width: calc(86% / 3);
    font-size: calc(24px * var(--scale));
    font-weight: 500;
    text-indent: -2.7em;
    padding-left: 2.7em;
}

.floor_guide_area .floor_list .item .num {
    font-family: "Outfit", "Noto Sans JP";
    width: calc(40px * var(--scale));
    height: calc(40px * var(--scale));
    color: #fff;
    background: #8A6922;
    font-weight: bold;
    border-radius: 50%;
    font-size: calc(30px * var(--scale));
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: calc(24px * var(--scale));
    text-indent: 0;
}

@media screen and (max-width: 1113px) {
    .floor_guide_area {
        padding: 64px 0 40px;
    }

    .floor_guide_area .floor_img {
        max-width: calc(196px * var(--scale));
    }

    .floor_guide_area .floor_list {
        margin: 40px auto 0;
        gap: 12px 0;
        flex-direction: column;
    }

    .floor_guide_area .floor_list .item {
        width: 100%;
        font-size: calc(18px * var(--scale));
        text-indent: -2.2em;
        padding-left: 2.2em;
    }

    .floor_guide_area .floor_list .item .num {
        width: calc(24px * var(--scale));
        height: calc(24px * var(--scale));
        font-size: calc(16px * var(--scale));
        margin-right: calc(16px * var(--scale));
    }
}

.bg_app_title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(-700px * var(--scale));
    z-index: -2;
}

/* app_area */
.app_area {
    position: relative;
    z-index: 1;
    padding: calc(110px * var(--scale)) 0 calc(80px * var(--scale));
}

.app_content_wrap {
    display: flex;
    background-color: #fff;
    color: #000000;
    border-radius: 40px;
    padding: calc(80px * var(--scale)) calc(78px * var(--scale));
    width: 100%;
}

.app_content_wrap .col_l {
    width: 30%;
    margin-right: 4%;
}

.app_content_wrap .col_r {
    width: 66%;
}

.app_content_wrap .app_box {
    padding-bottom: 50px;
}

.app_content_wrap .app_box .lead_text {
    display: none;
}

.app_content_wrap .app_box .title {
    font-size: calc(32px * var(--scale));
    line-height: 36px;
    text-align: center;
}

.app_content_wrap .app_box .title span {
    color: #8A6922;
    font-weight: bold;
}

.app_content_wrap .app_box .app_download {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 0 10px;
}

.app_content_wrap .sp_app_download {
    display: none;
}

.app_content_wrap .app_box .app_download .appstore img {
    max-width: 162px;
}

.app_content_wrap .app_box .app_download .googleplay img {
    max-width: 197px;
}

.app_content_wrap .app_box .app_download .app_modal {
    margin-left: 20px;
    max-width: 328px;
    width: 100%;
}

.app_content_wrap .app_modal button {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(138, 105, 34, 0.4);
    background: transparent;
    color: #8A6922;
    padding: 16px 46px;
    width: 100%;
}

.app_content_wrap .app_modal button::after {
    content: "";
    width: 20px;
    height: 4.8px;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    right: 16px;
    background: url(../../common/images/icon/icon_button_arrow_right_gold_bold.svg) center center / 100% auto no-repeat;
}

.app_content_wrap .app_modal button:hover {
    background: #8A6922;
    color: #fff;
    border: 1px solid #8A6922;
}

.app_content_wrap .app_modal button:hover::after {
    width: 20px;
    height: 4.8px;
    background: url(../../common/images/icon/icon_button_arrow_right_white.svg) center center / 100% auto no-repeat;
}

.app_content_wrap .app_box .note {
    font-size: 12px;
    margin-top: 16px;
}

.app_content_wrap .good_deal_box {
    border-top: 2px solid #8A6922;
    padding-top: 40px;
}

.app_content_wrap .good_deal_box table {
    max-width: 710px;
    margin: 0 auto;
}

.app_content_wrap .good_deal_box .num {
    color: #8A6922;
    font-family: "Yuji Syuku", serif;
    font-size: calc(28px * var(--scale));
    font-weight: 400;
    padding: 12px 24px 12px 0;
    width: 170px;
}

.app_content_wrap .good_deal_box .num span {
    font-size: calc(48px * var(--scale));
    line-height: 30px;
    margin-left: 20px;
}

.app_content_wrap .good_deal_box td {
    font-size: calc(24px * var(--scale));
    line-height: 48px;
}

.app_content_wrap .good_deal_box td span {
    font-weight: bold;
}

.app_content_wrap .bnr_area {
    max-width: 540px;
    margin: 48px auto 0;
}

.app_content_wrap .bnr_area button {
    background: none;
    padding: 0;
    margin: 0;
}

.bg_app_top,
.bg_app_bottom {
    display: none;
}

@media screen and (max-width: 1113px) {
    .app_area {
        position: relative;
        padding: 40px 0 40px;
        background: url(../img/bg_circle.png) no-repeat;
        background-position: center top -20px;
        background-size: 150%;
    }

    .app_area .heading {
        margin-bottom: 100px;
    }

    .app_area .section_inner {
        padding: 0;
    }

    .app_content_wrap {
        border-radius: 0;
        padding: 100px 0 0;
        background: #F2F2F2;
    }

    .app_content_wrap:before {
        position: absolute;
        content: '';
        background: url(../img/img_app.png) no-repeat;
        background-size: contain;
        width: 115px;
        height: 219px;
        top: 100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .app_content_wrap .col_l {
        display: none;
    }

    .app_content_wrap .col_r {
        width: 100%;
        padding: 0 4%;
    }

    .app_content_wrap .app_box {
        padding-bottom: 0;
    }

    .app_content_wrap .app_box .lead_text {
        font-family: "Yuji Syuku", serif;
        display: block;
        font-size: 20px;
        text-align: center;
        margin-bottom: 17px;
    }

    .app_content_wrap .app_box .lead_text span {
        font-size: 32px;
    }

    .app_content_wrap .app_box .title {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0;
        border-top: 1px solid #8A6922;
        border-bottom: 1px solid #8A6922;
    }

    .app_content_wrap .app_box .app_download {
        display: none;
    }

    .app_content_wrap .sp_app_download {
        display: flex;
        flex-wrap: wrap;
        margin-top: 32px;
        align-items: center;
        gap: 30px 2%;
    }

    .app_content_wrap .sp_app_download .appstore {
        width: 43.5%;
    }

    .app_content_wrap .sp_app_download .googleplay {
        width: 54.5%;
    }

    .app_content_wrap .sp_app_download .appstore img,
    .app_content_wrap .sp_app_download .googleplay img {
        max-height: 52px;
        width: auto;
        margin: 0 auto;
    }

    .app_content_wrap .sp_app_download .app_modal {
        width: 100%;
    }

    .app_content_wrap .sp_app_download .app_modal button {
        position: relative;
        font-size: 16px;
        padding: 16px 46px;
        width: 100%;
    }

    .app_content_wrap .good_deal_box {
        border-top: none;
        padding-top: 30px;
    }

    .app_content_wrap .good_deal_box .num {
        font-size: 14px;
        padding: 10px;
        width: 32%;
    }

    .app_content_wrap .good_deal_box .num span {
        font-size: 30px;
        margin-left: 10px;
    }

    .app_content_wrap .good_deal_box td {
        font-size: 16px;
        padding: 10px;
        line-height: 24px;
    }

    .app_content_wrap .bnr_area {
        max-width: 270px;
        margin: 32px auto 0;
    }

    .app_content_wrap .note {
        text-align: center;
        margin-top: 40px;
        line-height: 20px;
    }

    .bg_app_top,
    .bg_app_bottom {
        display: block;
        z-index: -1;
        position: relative;
    }

    .bg_app_top {
        margin-bottom: -2px;
    }

    .bg_app_bottom {
        margin-top: -2px;
    }
}

/* faq_area */
.faq_area {
    position: relative;
    z-index: 1;
    padding: calc(80px * var(--scale)) 0;
}

@media screen and (max-width: 1113px) {
    .faq_area {
        padding: 40px 0;
    }
}

.bg_access {
    position: absolute;
    left: -20%;
    top: -350px;
    z-index: -1;
}

@media screen and (max-width: 1113px) {}

/* access_area */
.access_area {
    position: relative;
    z-index: 0;
    padding: calc(80px * var(--scale)) 0 calc(200px * var(--scale));
}

.access_area .access_img {
    max-width: 800px;
    margin: 0 auto;
}

.access_area .howto_access {
    max-width: 1260px;
    display: flex;
    margin: calc(80px * var(--scale)) auto 0;
}

.access_area .howto_access .col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.access_area .howto_access .txt {
    font-size: calc(48px * var(--scale));
    font-family: "Yuji Syuku", serif;
    line-height: calc(72px * var(--scale));
}

.video_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}

.video_box .iframeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 1113px) {
    .access_area {
        padding: 40px 0 80px;
    }

    .access_area .access_img {
        max-width: calc(327px * var(--scale));
    }

    .access_area .howto_access {
        margin-top: 32px;
        flex-direction: column;
    }

    .access_area .howto_access .txt {
        font-size: calc(24px * var(--scale));
        line-height: calc(30px * var(--scale));
    }

    .access_area .howto_access .col {
        width: 100%;
    }
}


/* news_list_area */
.news_list_area {
    position: relative;
    z-index: 0;
}

.news_list_area .bg_circle {
    position: absolute;
    right: -250px;
    bottom: -300px;
    z-index: -1;
}

.news_list_area .heading {
    margin-top: calc(120px * var(--scale));
}

.news_list_area .label_area {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px 0;
}

.news_list_area .list_area {
    background: #FFF;
    padding: 48px 0;
    margin-bottom: 40px;
}

.news_list_area .list_area .news_list {
    margin: 0;
}

@media screen and (max-width: 1113px) {
    .news_list_area .bg_circle {
        max-width: 490px;
    }

    .news_list_area .heading {
        margin-top: calc(64px * var(--scale));
    }

    .news_list_area .label_area {
        padding: 24px 0;
    }
}

/* news_detail_area */
.news_detail_area {
    position: relative;
    z-index: 0;
}

.news_detail_area .bg_circle {
    position: absolute;
    right: -250px;
    bottom: -300px;
    z-index: -1;
}

.news_detail_area .title_content_area {
    padding: 0 0 calc(64px * var(--scale));
}

.news_detail_area .title_content_area .heading_layers2_title02_01 {
    color: #fff;
    margin-top: calc(32px * var(--scale));
    text-align: left;
}

.news_detail_area .title_content_area .title_area {
    max-width: 1000px;
    margin: 0 auto;
}

.news_detail_area .title_content_area .detail_area {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: calc(64px * var(--scale));
}

.news_detail_area .title_content_area .detail_area .category {
    color: #C3A378;
}

.news_detail_area .title_content_area .detail_area>*+*::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.6rem;
    background: #555;
    margin: 0 16px;
    vertical-align: middle;
}

.news_detail_area .detail_content_area {
    background: #fff;
    color: #19171D;
    padding: calc(64px * var(--scale)) 5% calc(120px * var(--scale));
}

.news_detail_area .detail_content_area .section_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.news_detail_area .detail_content_area .news_detail_txt {
    font-size: 1.8rem;
    margin-bottom: 24px;
    line-height: 30px;
}

.news_detail_area .detail_content_area .text_link {
    color: #8a6922;
}

.news_detail_area .list_area {
    padding-top: calc(64px * var(--scale));
}

.news_detail_area .list_area .news_list {
    margin-bottom: 38px;
}

@media screen and (max-width: 1113px) {
    .news_detail_area .bg_circle {
        max-width: 490px;
        bottom: 100px;
    }

    .news_detail_area .detail_content_area {
        padding: calc(40px * var(--scale)) 4% calc(64px * var(--scale));
    }

    .news_detail_area .detail_content_area .news_detail_txt {
        font-size: 1.6rem;
    }

}

.tabs [role=tab],
.tabs .tab_button {
    text-decoration: none;
}

.tabs [role=tab]:hover,
.tabs .tab_button:hover {
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.tabs [role=tablist] {
    display: flex;
    gap: 8px;
    padding-left: 2.667%;
    padding-right: 2.667%;
}

.tabs [role=tabpanel] {
    outline: 0;
}

.tabs.access_type {
    overflow: hidden;
}

.tabs.access_type>[role=tablist] [role=tab],
.tabs.access_type>[role=tablist] .tab_button {
    width: calc((100% - 8px) / 2);
    background-color: #000000;
    border: 1px solid #C3A378;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 13px 9px;
    color: #ffffff;
}

.tabs.access_type>[role=tablist] [role=tab] span,
.tabs.access_type>[role=tablist] .tab_button span {
    font-size: 1rem;
}

.tabs.access_type>[role=tablist] [aria-selected=true] {
    background-color: #C3A378;
    color: #000000;
}

.tabs.access_type .panel_inner_area {
    padding: 40px 0 0;
}

@media not screen and (max-width: 820px) {
    .tabs [role=tablist] {
        display: flex;
        justify-content: center;
        gap: 0 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .tabs.access_type>[role=tablist] [role=tab],
    .tabs.access_type>[role=tablist] .tab_button {
        width: 50%;
        padding: 9px 15px 11px;
    }

    .tabs.access_type .panel_inner_area {
        padding: 80px 0 0;
    }

    .tabs.access_type .pc {
        display: none;
    }
}

.panel_inner_area+.access_ramen_main {
    margin-top: 64px;
}

@media screen and (min-width: 1113px) {
    .access_ramen_main {
        display: grid;
        gap: 64px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.access_ramen_main div {
    margin-bottom: 24px;
}

.access_ramen_main p {
    font-size: 18px;
    margin-top: 8px;
}

/* pagenation */
.pagenation_area .numbers_list {
    font-family: "Outfit", sans-serif;
}