@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* GenShinGothic */
@font-face {
    font-family: "Gen Shin Gothic P";
    src: url("../font/GenShinGothic-P-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Gen Shin Gothic P";
    src: url("../font/GenShinGothic-P-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Gen Shin Gothic P";
    src: url("../font/GenShinGothic-P-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Gen Shin Gothic P";
    src: url("../font/GenShinGothic-P-Heavy.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "Hoefler Text";
    src: url("../font/hoefler-text.ttf") format("truetype");
}

@font-face {
    font-family: "Hoefler Text";
    src: url("../font/hoefler-text-black.ttf") format("truetype");
}

/* デフォルト設定 */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p {
    margin: 0px;
}

a:link {
    color: #004cca;
}

body {
    min-width: 1440px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.31;
    letter-spacing: 0.05em;
    font-family: "Gen Shin Gothic P", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #2B2B2B;
    background: #fff;
    margin: 0;
}

a:link {
    color: #2B2B2B;
}

a:visited {
    color: #2B2B2B;
}

a:active {
    color: #B92121;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pa_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#menu {
    display: none;
}

.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
}

.flex_sb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html,
button,
input,
select,
textarea {
    font-family: "Gen Shin Gothic P", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap02 {
    width: 1240px;
    margin: 0 auto;
}

/* 共通 */
.l_section_bg {
    background-image: url("../images/section_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.08em;
    color: #2b2b2b;
    background: transparent;
    border: 2px solid #5c5c5c;
    padding: 18.5px 30px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 4px;
    right: 4px;
    background: transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_cta {
    background: #A31111;
    padding: 2.56vw 0;
}

.c_cta--top {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 100;
}

.c_cta--bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.c_cta .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
}

.c_cta .btn a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.1em;
    font-size: 3.59vw;
    color: #1A1A1A;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    padding: 3.33vw;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_cta .btn a .accent {
    color: #B92121;
}

.c_modal_box {
    display: none;
}

.c_modal_box.is-visible {
    display: block;
}

.c_modal_box .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.c_modal_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 60px 50px 35px;
}

.c_modal_box .item:nth-of-type(odd) {
    border-right: 2px dotted #818181;
}

.c_modal_box .item:nth-of-type(even) {
    padding: 30px 35px 50px 60px;
}

.c_modal_box .item:nth-of-type(1),
.c_modal_box .item:nth-of-type(2) {
    border-bottom: 2px dotted #818181;
}

.c_modal_box .sub_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #1a1a1a;
}

.c_modal_box .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.1em;
    color: #b92121;
    margin-top: 9px;
}

.c_modal_box .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.08em;
    color: #5e5e5e;
    margin-top: 18px;
}

.c_modal_box .btn {
    margin-top: 18px;
    text-align: center;
}

.c_modal_box .btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.1em;
    color: #fff;
    background: #a31111;
    border: 2px solid #a31111;
    padding: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_modal_box .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 8px;
    right: 8px;
    background: transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.c_modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.c_modal_content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    width: 93%;
    max-width: 780px;
    margin-inline: auto;
    background: rgba(250, 250, 250, 0.95);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    padding: 38px 40px;
}

.c_modal_content::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/modal_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_modal_close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    border: 1px solid #2b2b2b;
    background: #eaeaea;
    cursor: pointer;
}

.c_modal_close::before,
.c_modal_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 1px;
    background: #2b2b2b;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.c_modal_close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.c_modal_close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.c_section_block .section_title,
.c_section_block02 .section_title {
    font-family: "Hoefler Text";
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
}

.c_section_block .section_title::first-letter,
.c_section_block02 .section_title::first-letter {
    color: #b92121;
}

.c_section_block .section_sub_title,
.c_section_block02 .section_sub_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.05em;
}

.c_section_block .section_sub_title {
    position: relative;
    padding-left: 51px;
    margin-top: 5px;
}

.c_section_block .section_sub_title::before {
    content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b92121;
}

.c_section_block .section_text,
.c_section_block02 .section_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
    letter-spacing: 0.07em;
    color: #5e5e5e;
}

.c_section_block .section_text {
    margin-top: 26px;
}

.c_section_block02 {
    text-align: center;
}

.c_section_block02 .section_title {
    margin-top: 10px;
}

.c_section_block02 .section_text {
    margin-top: 15px;
}

.common_fv {
    background-image: url(../images/common_fv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_fv .wrap02 {
    padding: 120px 0 0;
}

.common_fv .head {
    padding-top: 100px;
}

.common_fv .sub_title {
    position: relative;
    font-family: "Hoefler Text";
    font-size: 26px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0em;
    color: #2B2B2B;
    padding-left: 35px;
}

.common_fv .sub_title::before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1A1A1A;
}

.common_fv .sub_title::first-letter {
    color: #B92121;
}

.common_fv .title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #B92121;
    margin-top: 7px;
}

.common_fv .breadcrumbs {
    margin-top: 24px;
}

.common_fv .lists {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: 0.08em;
    color: #7c7c7c;
}

.common_fv .lists a {
    color: #7c7c7c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.common_fv .lists span {
    display: inline-block;
    padding-inline: 5px;
}

.common_fv .lists .accent {
    color: #b92121;
}

.common_fv .current {
    color: #b92121;
}

.common_fv .mv_image {
    margin-top: 50px;
}

.common_staff {
    padding: 0 0 165px;
}

.common_staff .head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.common_staff .btn {
    padding-bottom: 16px;
}

.common_staff .btn a {
    width: 250px;
}

.common_staff .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 40px;
    margin-top: 20px;
}

.common_staff .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.common_staff .contents {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 40px;
}

.common_staff .contents .en {
    position: absolute;
    top: 30px;
    left: -8px;
    font-family: "Hoefler Text";
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: 0em;
    color: #faf2f4;
}

.common_staff .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 230px;
    overflow: hidden;
}

.common_staff .image img {
    width: 100%;
    aspect-ratio: 230/270;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.common_staff .title,
.common_staff .name,
.common_staff text,
.common_staff .item .btn {
    position: relative;
}

.common_staff .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: 0.07em;
    color: #484848;
}

.common_staff .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.12em;
    color: #2b2b2b;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.common_staff .name::first-letter {
    color: #b92121;
}

.common_staff .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.13em;
    color: #4b4b4b;
    margin-top: 16px;
}

.common_staff .item .btn {
    margin-top: 50px;
    padding-bottom: 0;
}

.common_staff .item .btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.13em;
    color: #4b4b4b;
    padding: 0 26px 23px 0;
}

.common_staff .item .btn span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #b92121;
}

.common_staff .item .btn span::after {
    content: "";
    width: 340px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -60px;
    background: #747474;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ヘッダー（スマホ） */
.sp_header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 300;
}

.sp_header .inner {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 76px;
}

.sp_header .logo {
    width: 44.87vw;
    max-width: 175px;
    margin-left: 0;
}

.sp_header .tel {
    gap: 100px;
}

.sp_header .tel a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #f0dfdf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

/* バーガー */
.drawer_icon {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

.drawer_icon.is-active .bar1 {
    width: 36px;
    top: 50%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.drawer_icon.is-active .bar2 {
    display: none;
}

.drawer_icon.is-active .bar3 {
    width: 36px;
    top: 50%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.drawer .bars {
    width: 36px;
    height: 20px;
    display: block;
    position: relative;
    z-index: 1000;
}

.drawer .bar1,
.drawer .bar2,
.drawer .bar3 {
    position: absolute;
    width: 36px;
    height: 1px;
    background: #1a1a1a;
    top: 0;
    left: 0;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    border-radius: 5px;
}

.drawer .bar1 {
    top: 2px;
}

.drawer .bar2 {
    top: 10px;
}

.drawer .bar3 {
    top: 18px;
}

.drawer_icon.is-active .bar1,
.drawer_icon.is-active .bar3 {
    background: #1a1a1a;
}

.drawer .contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 80px;
    right: 0;
    color: #fff;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(31, 31, 31, 0.95);
    padding: 10.26vw 5.13vw 17.18vw;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 250;
}

.drawer .contents.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer .title {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.59;
    letter-spacing: 0.1em;
    font-size: 4.36vw;
    text-align: center;
}

.drawer .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 1.79vw;
}

.drawer .btn a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.36vw;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.1em;
    font-size: 3.72vw;
    color: #1a1a1a;
    background: #fff;
    padding: 3.59vw 3.08vw 4.36vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 2.05vw;
    right: 2.05vw;
    background: transparent;
    border-left: 3.3vw solid transparent;
    border-bottom: 3.3vw solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .btn a .icon img {
    width: 9.49vw;
    height: 8.97vw;
}

.drawer .items {
    margin-top: 5.13vw;
}

.drawer .item .title {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.69;
    letter-spacing: 0.12em;
    font-size: 4.1vw;
    padding: 4.62vw 4.62vw 3.08vw;
    border-bottom: 2px solid #e2e2e2;
    text-align: left;
}

.drawer .item .category {
    margin-top: 4.62vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.drawer .item .category .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-size: 3.85vw;
}

.drawer .item .category .decoration {
    position: relative;
}

.drawer .item .category .decoration::before,
.drawer .item .category .decoration::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.41vw;
    max-width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.drawer .item .category .decoration::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.drawer .category.decoration-active .decoration::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.drawer .lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw 4.87vw;
    width: 100vw;
    height: auto;
    max-height: 0;
    margin: 0 calc(50% - 50vw);
    background: #333333;
    margin-top: 5.13vw;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease, height 1s ease;
    transition: opacity 1s ease, visibility 1s ease, height 1s ease;
    /* -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease; */
}

.drawer .lists.active {
    opacity: 1;
    visibility: visible;
    padding: 7.69vw 7.44vw 7.69vw 10.26vw;
}

.drawer .list {
    width: calc(50% - 2.56vw);
}

.drawer .list a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.08;
    letter-spacing: 0.1em;
    font-size: 3.33vw;
    color: #f0f0f0;
    padding-left: 2.56vw;
}

.drawer .list a::before {
    content: "";
    width: 1.28vw;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #fff;
}

.drawer .list a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .nav02 .lists {
    gap: 5.64vw 7.69vw;
}

.drawer .nav02 .list {
    width: calc(33.3% - 5.12vw);
}

.drawer .nav02 .list a {
    white-space: nowrap;
}

.drawer .nav02 .list:nth-of-type(1),
.drawer .nav02 .list:nth-of-type(2),
.drawer .nav02 .list:last-of-type {
    width: 100%;
}

.drawer .nav_menu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.drawer .nav_menu .menus {
    width: 100%;
    margin-inline: auto;
    background: none;
    padding: 0;
    margin-top: 0;
}

.drawer .nav_menu .menu {
    width: 100%;
    display: block;
}

.drawer .nav_menu .menu a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.14em;
    font-size: 3.85vw;
    color: #fff;
    padding: 5.9vw 5.13vw;
    border-bottom: 1px solid #4b4b4b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .nav_menu .menu a::before,
.drawer .nav_menu .menu a::after {
    display: none;
}

.drawer .foot {
    padding: 16.92vw 0;
    text-align: center;
}

.drawer .sub_title {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    font-size: 3.33vw;
}

.drawer .address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.14em;
    font-size: 3.08vw;
    margin-top: 3.59vw;
}

.drawer .foot .btn {
    margin-top: 6.67vw;
    text-align: center;
}

.drawer .foot .btn a {
    position: relative;
    width: 97.5%;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.87vw;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 5.9vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .foot .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 2.56vw;
    right: 2.56vw;
    background: transparent;
    border-left: 3.85vw solid transparent;
    border-bottom: 3.85vw solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .foot .btn a .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.drawer .foot .btn a .link_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.12em;
    font-size: 4.1vw;
}

.drawer .sub_menus {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5.64vw 9.74vw;
    margin-top: 8.46vw;
    padding-bottom: 3.85vw;
    border-bottom: 2px solid #e2e2e2;
}

.drawer .sub_menu {
    width: calc(50% - 9.74vw);
}

.drawer .sub_menu:first-of-type {
    width: 100%;
}

.drawer .sub_menu a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0.14em;
    font-size: 3.08vw;
    color: #dedede;
}

.drawer .sub_menu a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1.28vw;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer .copyright {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0.02em;
    font-size: 3.08vw;
    color: #dedede;
    margin-top: 4.1vw;
}

/* 各モーダルコンテンツ */
.tel_modal .btn a {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.5px;
    font-family: "din-2014", sans-serif;
    font-size: clamp(28px, 2vw, 36px);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 0.02em;
    color: #2b2b2b;
    background: transparent;
    border: none;
    border-bottom: 1px solid #2b2b2b;
    padding: 0 0 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tel_modal .btn a::before {
    display: none;
}

/* ヘッダー（固定） */
.fix_header {
    position: fixed;
    width: 100%;
    min-width: 1440px;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    padding: 30px 0;
    z-index: 31;
}

.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.fix_header .inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 100px;
    padding-inline: 50px;
}

.fix_header .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fix_header .logo img {
    width: 100%;
    max-width: 227px;
    margin-inline: auto;
}

.fix_header .body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

.fix_header .btn a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #2b2b2b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fix_header .btns {
    gap: 20px;
}

.fix_header .nav {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.fix_header .nav::before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    background: #9D9D9D;
}

.fix_header .lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}

.fix_header .list a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #2b2b2b;
    cursor: pointer;
}

.fix_header .list .link_text .en,
.fix_header .list .link_text .ja {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fix_header .link_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fix_header .link_text span {
    display: inline-block;
}

.fix_header .link_text .en {
    font-family: "Hoefler Text";
    font-size: 14px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: 0em;
    color: #b9b9b9;
}

.fix_header .link_text .ja {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.fix_header .tel a {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0dfdf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

/* TOPページ */
/* ヘッダー */
.top_header {
    position: relative;
    z-index: 31;
}

.top_header a {
    text-decoration: none;
}

.top_header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 68px;
    padding-right: 20px;
}

.top_header .logo {
    width: 300px;
    padding: 28px 42px 32px 32px;
    background: #fff;
}

.top_header .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_header .body {
    width: 1052px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 52px;
}

.top_header .btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
}

.top_header .btn {
    width: 120px;
    height: 40px;
}

.top_header .btn a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 0.1em;
    color: #fff;
    background: #2b2b2b;
    padding: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_header .nav .lists {
    gap: 12px;
}

.top_header .nav .list {
    width: 140px;
    height: 100px;
    text-align: center;
}

.top_header .nav .list a {
    height: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(21, 21, 21, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-filter: brightness(0.9) contrast(1.1);
    filter: brightness(0.9) contrast(1.1);
    gap: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 16px 12px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.top_header .nav .list a img {
    margin-inline: auto;
}

/* FV */
.main_bg {
    position: relative;
    top: -120px;
    background-image: url("../images/top_fv_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 30;
}

.main_bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(226, 226, 226, 0.5);
    z-index: -1;
}

#top_fv {
    padding: 165px 0 100px;
}

#top_fv .wrap02 {
    width: 1240px;
    margin-inline: auto;
}

#top_fv .sub_title {
    position: relative;
    font-family: "Hoefler Text";
    font-size: 172px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.45);
    margin-left: -90px;
}

#top_fv .body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 106px;
}

#top_fv .contents {
    position: relative;
    width: 100%;
    max-width: 632px;
    margin-left: 0;
    margin-top: -130px;
    z-index: 1;
}

#top_fv .scroll {
    font-family: "Hoefler Text";
    position: absolute;
    bottom: -10px;
    left: -45px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #2b2b2b;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#top_fv .scroll::before {
    content: "";
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -5px;
    background: #2b2b2b;
}

#top_fv .scroll::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -74px;
    left: -5px;
    background: transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #2b2b2b;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_fv .title {
    position: relative;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: 0.12em;
}

#top_fv .btns {
    width: 100%;
    max-width: 632px;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 43px;
}

#top_fv .btn a {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
    background: #fff;
    padding: 30px 31px 32px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#top_fv .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 8px;
    right: 8px;
    background: transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_fv .btn a .icon img {
    width: 37px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_fv .link_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#top_fv .link_text .en,
#top_fv .link_text .ja {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_fv .link_text .en {
    font-family: "Hoefler Text";
    font-size: 16px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0em;
    color: #b5b5b5;
}

#top_fv .link_text .ja {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    color: #2b2b2b;
}

.fv_swiper_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    position: absolute;
    top: 0;
    right: 13px;
    width: 40.9%;
    height: 100%;
    z-index: -1;
}

.fv_swiper_left .swiper-wrapper,
.fv_swiper_right .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.fv_swiper_wrapper .swiper-vertical {
    height: 100%;
}

.fv_swiper_wrapper .swiper-slide {
    -ms-flex-negative: initial;
    flex-shrink: initial;
}

.fv_swiper_wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 288/177;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Route map */
#top_route {
    padding: 50px 0 227px;
}

#top_route .body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 108px;
}

#top_route .image {
    width: 680px;
}

#top_route .image img {
    aspect-ratio: 1360/980;
    -o-object-fit: contain;
    object-fit: contain;
}

#top_route #パス_6507 {
    stroke: #a31111;
    stroke-width: 2;
}

#top_route #パス_6626,
#top_route #パス_6627,
#top_route #パス_6628 {
    fill: #2B2B2B;
}

#top_route .contents {
    width: 378px;
}

#top_route .btn {
    margin-top: 36px;
}

#top_route .btn a {
    width: 230px;
}

/* Category */
#top_category {
    position: relative;
    padding: 145px 0 115px;
}

#top_category .c_section_block02 {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top_category .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    margin-top: 0;
}

#top_category .item a {
    position: relative;
    display: inline-block;
}

#top_category .item a::before {
    content: "";
    width: 2px;
    height: 95px;
    position: absolute;
    top: calc(50% + 65px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    background: #555555;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

#top_category .image {
    overflow: hidden;
}

#top_category .image img {
    width: 100%;
    aspect-ratio: 270/150;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_category .contents {
    padding: 2px 10px 0 25px;
}

#top_category .head {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top_category .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.02em;
    color: #2b2b2b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_category .number {
    font-family: "Hoefler Text";
    font-size: 26px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0em;
    color: #e0c6c6;
}

#top_category .number .big {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
}

#top_category .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.08em;
    color: #5e5e5e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Room Search */
#top_room {
    padding: 130px 0 190px;
}

#top_room .wrap {
    position: relative;
}

#top_room .image {
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
    position: absolute;
    top: -40px;
    right: -150px;
    z-index: -1;
}

#top_room .contents {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 67px;
}

#top_room .c_section_block {
    width: 453px;
}

#top_room .search {
    width: 620px;
}

#top_room .search .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

#top_room .search .title {
    font-family: "Hoefler Text";
    font-size: 22px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0em;
    color: #1a1a1a;
}

#top_room .search .title::first-letter {
    color: #b92121;
}

#top_room .search .sub_title {
    font-family: "Hoefler Text";
    font-size: 13px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.1em;
    color: #3c3c3c;
}

#top_room .search .box {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    margin-top: 8px;
}

#top_room .search .box a {
    display: none;
}

#top_room .search .box::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    background-image: url("../images/magnifying_glass.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#top_room .search .box input {
    width: 100%;
    padding: 8px 50px 8px 20px;
}

#top_room .search .box input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #cecece;
}

#top_room .search .box input::-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #cecece;
}

#top_room .search .box input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #cecece;
}

#top_room .search .box input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #cecece;
}

#top_room .search .box input::placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #cecece;
}

#top_room .btns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

#top_room .btn a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    background: #fff;
    padding: 63px 8px 34px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#top_room .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 8px;
    right: 8px;
    background: transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_room .btn .icon img {
    width: 56px;
    height: 51px;
    -o-object-fit: contain;
    object-fit: contain;
}

#top_room .link_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

#top_room .link_text .en,
#top_room .link_text .ja {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_room .link_text .en {
    font-family: "Hoefler Text";
    font-size: 18px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0em;
    color: #b5b5b5;
}

#top_room .link_text .ja {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: 0.1em;
    color: #2b2b2b;
}

.top_room_swiper-wrapper {
    position: relative;
    margin-top: 110px;
    z-index: 0;
}

.top_room_swiper-wrapper .swiper-slide img {
    width: 100%;
    aspect-ratio: 590/360;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_room_swiper-wrapper .swiper-horizontal>.swiper-pagination-bullets,
.top_room_swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_room_swiper-wrapper .swiper-pagination-custom,
.top_room_swiper-wrapper .swiper-pagination-fraction {
    bottom: -70px;
}

.top_room_swiper-wrapper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.top_room_swiper-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.top_room_swiper-wrapper .swiper-pagination-bullet {
    width: 80px;
    height: 9px;
    border-radius: 0;
    background: #cecece;
    opacity: 1;
}

.top_room_swiper-wrapper .swiper-pagination-bullet-active {
    background: #b92121;
}

/* New Arrivals */
#top_arrivals {
    padding: 0 0 250px;
}

#top_arrivals .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

#top_arrivals .image {
    overflow: hidden;
}

#top_arrivals .image img {
    width: 100%;
    aspect-ratio: 270/300;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_arrivals .title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.04em;
    color: #3c3c3c;
    margin-top: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_arrivals .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5e5e5e;
    margin-top: 10px;
}

#top_arrivals .btn {
    margin-top: 15px;
}

#top_arrivals .link_text {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.08;
    letter-spacing: 0.14em;
    color: #4b4b4b;
    border-bottom: 2px solid #707070;
    padding: 0 10px 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_arrivals .link_text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #b92121;
}

#top_arrivals .link_text .number {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0em;
    color: #b92121;
    padding-right: 3px;
}

/* Reasons */
#top_reasons {
    position: relative;
    padding: 135px 0 120px;
}

#top_reasons .c_section_block02 {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top_reasons .items,
#reasons_contents .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 5px;
}

#top_reasons .item,
#reasons_contents .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top_reasons .image img {
    width: 100%;
    aspect-ratio: 360/230;
    -o-object-fit: cover;
    object-fit: cover;
}

#top_reasons .title,
#reasons_contents .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: 0.11em;
    color: #2b2b2b;
    margin-top: 10px;
}

#top_reasons .title .accent,
#reasons_contents .title .accent {
    color: #b92121;
}

#top_reasons .title .big,
#reasons_contents .title .big {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0em;
    padding-right: 3px;
}

#top_reasons .text,
#reasons_contents .text {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
    letter-spacing: 0.1em;
    color: #727272;
    margin-top: 13px;
}

#top_reasons .number,
#reasons_contents .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: -8px;
    right: 0;
    font-family: "Hoefler Text";
    color: rgba(185, 33, 33, 0.07);
}

#top_reasons .number .sub,
#reasons_contents .sub {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
}

#top_reasons .number .main,
#reasons_contents .main {
    font-size: 102px;
    font-weight: 900;
    line-height: 0.72;
    letter-spacing: 0em;
}

#top_reasons .btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

#top_reasons .btn a {
    width: 300px;
}

/* News & Blog */
#top_article {
    padding: 190px 0 200px;
}

#top_article .wrap {
    position: relative;
    gap: 180px;
}

#top_article .wrap::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #555555;
}

#top_news,
#top_blog {
    width: calc(50% - 90px);
}

#top_news .head,
#top_blog .head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top_news .section_title,
#top_blog .section_title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
}

#top_news .section_sub_title,
#top_blog .section_sub_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-left: 35px;
}

#top_news .section_sub_title::before,
#top_blog .section_sub_title::before {
    width: 25px;
}

#top_news .btn a,
#top_blog .btn a {
    width: 180px;
    padding: 16px 30px;
}

#top_news .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    margin-top: 40px;
}

#top_news .item a {
    display: inline-block;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #c6c6c6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_news .image {
    overflow: hidden;
}

#top_news .image img {
    width: 100%;
    aspect-ratio: 230/130;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_news .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.62;
    letter-spacing: 0.04em;
    color: #2b2b2b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px;
}

#top_news .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0em;
    color: #656565;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_blog .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

#top_blog .item:not(:first-of-type) {
    padding-top: 21px;
}

#top_blog .item:last-of-type a {
    border-bottom: none;
}

#top_blog .item a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    padding-bottom: 21px;
    border-bottom: 1px solid #c6c6c6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_blog .image {
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

#top_blog .image img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_blog .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0em;
    color: #656565;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_blog .text {
    width: 100%;
    max-width: 315px;
    margin-inline: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.79;
    letter-spacing: 0.1em;
    color: #2b2b2b;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Shop List */
#top_shop {
    position: relative;
    padding: 180px 0 170px;
}

#top_shop .head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -220px;
}

#top_shop .btn a {
    width: 250px;
}

#top_shop .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

#top_shop .image {
    overflow: hidden;
}

#top_shop .image img {
    width: 100%;
    aspect-ratio: 295/230;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_shop .sub_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.1em;
    color: #2b2b2b;
    margin-top: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_shop .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.1em;
    color: #b92121;
}

#top_shop .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.08em;
    color: #5e5e5e;
    margin-top: 14px;
}

#top_shop .item .btn {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 15px;
    margin-top: 21px;
    border-bottom: 2px solid #707070;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_shop .item .btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_shop .item .btn .link_text {
    font-family: "din-2014", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #2b2b2b;
}

/* 選ばれる理由ページ */
#reasons_contents {
    padding: 60px 0 180px;
}

#reasons_contents .wrap .items {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 40px;
}

#reasons_contents .wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

#reasons_contents .image {
    width: calc(40% - 20px);
}

#reasons_contents .contents {
    width: calc(60% - 20px);
}

#reasons_contents .wrap .title {
    font-size: 26px;
    margin-top: 0;
}

#reasons_contents .wrap .title .big {
    font-size: 32px;
}

#reasons_contents .wrap .text {
    font-size: 16px;
    margin-top: 20px;
}

#reasons_contents .wrap .sub {
    font-size: 44px;
}

#reasons_contents .wrap .main {
    font-size: 140px;
}

/* 各店舗ページ */
#shop_about {
    padding: 120px 0 145px;
}

#shop_about .wrap {
    gap: 119px;
}

#shop_about .contents {
    width: 640px;
}

#shop_about .title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    padding-bottom: 20px;
    border-bottom: 2px solid #1a1a1a;
}

#shop_about .title::first-letter {
    color: #b92121;
}

#shop_about .images {
    width: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}

#shop_about .dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

#shop_about .dt {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.12em;
    color: #1a1a1a;
}

#shop_about .dt::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b5b5b5;
}

#shop_about .dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #3e3e3e;
}

#shop_access {
    padding: 0 0 206px;
}

#shop_access .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 109px;
}

#shop_access .map_wrap {
    width: 100%;
    max-width: 660px;
    margin-inline: auto;
}

#shop_access .map {
    position: relative;
    width: 100%;
    padding-bottom: 68.18%;
}

#shop_access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#shop_access .contents {
    width: 371px;
}

#shop_access .c_section_block .section_title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
}

#shop_access .c_section_block .section_sub_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.1em;
    color: #3c3c3c;
    padding-left: 45px;
    margin-top: 0px;
}

#shop_access .c_section_block .section_sub_title::before {
    width: 30px;
}

#shop_access .c_section_block .section_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.1em;
    color: #3e3e3e;
}

#shop_access .lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 52px;
}

#shop_access .list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: 0.12em;
    color: #3e3e3e;
}

#shop_staff {
    padding: 168px 0 140px;
}

#shop_staff .head {
    margin-top: -210px;
}

/* 店舗一覧ページ */
#shop_list {
    padding: 60px 0 180px;
}

#shop_list .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 40px;
}

#shop_list .box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

#shop_list .image {
    width: calc(40% - 20px);
}

#shop_list .image img {
    width: 100%;
}

#shop_list .contents {
    width: calc(60% - 20px);
}

#shop_list .sub_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: 0.1em;
    color: #2b2b2b;
}

#shop_list .shop {
    max-width: 570px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

#shop_list .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 0.93;
    letter-spacing: 0.1em;
    color: #b92121;
}

#shop_list .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.08em;
    color: #5e5e5e;
    margin-top: 17px;
}

#shop_list .btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

#shop_list .btn a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #fff;
    background: #a31111;
    border: 2px solid #a31111;
    padding: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#shop_list .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 4px;
    right: 4px;
    background: transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_btn a {
    position: relative;
    display: inline-block;
    min-width: 300px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 0.12em;
    color: #2b2b2b;
    background: transparent;
    border: 2px solid #5c5c5c;
    padding: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 4px;
    right: 4px;
    background: transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* スタッフ一覧ページ */
#staff {
    padding: 60px 0 100px;
}

.staff_shop {
    padding: 40px 0 80px;
}

.staff_shop .shop_title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    padding-bottom: 23px;
    border-bottom: 2px solid #1a1a1a;
}

.staff_shop .shop_title::first-letter {
    color: #b92121;
}

.staff_shop .items {
    gap: 60px 40px;
    margin-top: 70px;
}

.staff_shop .box {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.staff_shop .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 30px;
}

.staff_shop .image {
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
}

.staff_shop .contents .en {
    top: 0;
}

/* フッター */
.site_footer {
    position: relative;
    color: #fff;
    background-image: url("../images/footer_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 74px;
    z-index: 40;
}

.site_footer .head {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site_footer .box {
    position: relative;
    padding-right: 114px;
    border-right: 2px dotted #fff;
}

.site_footer .logo {
    width: 250px;
}

.site_footer .company {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.93;
    letter-spacing: 0.1em;
    margin-top: 16px;
}

.site_footer .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin-top: 6px;
}

.site_footer .btn {
    margin-top: 30px;
}

.site_footer .btn a {
    position: relative;
    width: 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    color: #fff;
    border: 2px solid #fff;
    padding: 14.5px 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .btn a .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site_footer .btns_wrap {
    width: 632px;
}

.site_footer .btns_wrap .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
}

.site_footer .btns_wrap .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.site_footer .btns_wrap .btn {
    margin-top: 0;
}

.site_footer .btns_wrap .btn a {
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    background: #fff;
    border: none;
    padding: 30px 31px 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.site_footer .btns_wrap .btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 8px;
    right: 8px;
    background: transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #b92121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .btns_wrap .btn a .icon img {
    width: 37px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .btns_wrap .link_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site_footer .btns_wrap .link_text .en,
.site_footer .btns_wrap .link_text .ja {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .btns_wrap .link_text .en {
    font-family: "Hoefler Text";
    font-size: 16px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0em;
    color: #b5b5b5;
}

.site_footer .btns_wrap .link_text .ja {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    color: #2b2b2b;
}

.site_footer .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 66px;
    margin-top: 90px;
}

.site_footer .contents .title {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.23;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e2e2;
}

.site_footer .category {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 32px;
}

.site_footer .lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 45px;
    padding-left: 10px;
}

.site_footer .nav02 .lists {
    gap: 4px 36px;
}

.site_footer .nav03 .lists {
    gap: 4px 54px;
}

.site_footer .list a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;
    letter-spacing: 0.1em;
    color: #f0f0f0;
    padding-left: 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.site_footer .list a::before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #fff;
}

.site_footer .list a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .nav_menu {
    margin-top: 30px;
}

.site_footer .nav_menu .lists {
    gap: 10px 80px;
    padding-left: 0;
}

.site_footer .nav_menu .list a {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.14em;
    color: #fff;
    padding-left: 0;
}

.site_footer .nav_menu .list a::before {
    display: none;
}

.site_footer .foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.site_footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0.02em;
    color: #dedede;
}

.site_footer .sub_menus {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.site_footer .sub_menu a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0.14em;
    color: #dedede;
}

.site_footer .sub_menu a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover〜style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (hover: hover) {

    /* 共通 */
    .c_btn a:hover {
        color: #fff;
        background: #a31111;
        border: 2px solid #a31111;
    }

    .c_btn a:hover::before {
        border-bottom: 16px solid #fff;
    }

    .c_cta .btn a:hover {
        opacity: 0.7;
    }

    .c_modal_box .btn a:hover {
        color: #b92121;
        border: 2px solid #b92121;
        background: transparent;
    }

    .c_modal_box .btn a:hover::before {
        border-bottom: 14px solid #b92121;
    }

    .c_modal_box .sp_btn a:hover,
    .c_modal_box .btn a:hover {
        color: #B92121;
        background: transparent;
        border: 2px solid #B92121;
    }

    .common_fv .lists a:hover {
        color: #b92121;
    }

    .common_staff .item a:hover .name {
        color: #b92121;
    }

    .common_staff .item a:hover .btn span::after {
        background: #b92121;
    }

    .common_staff .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .drawer .btn a:hover {
        color: #fff;
        background: #a31111;
    }

    .drawer .btn a:hover::before {
        border-bottom: 3.3vw solid #fff;
    }

    .drawer .btn a:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .drawer .list a:hover::after {
        opacity: 1;
    }

    .drawer .nav_menu .menu a:hover {
        opacity: 0.7;
    }

    .drawer .foot .btn a:hover {
        border: 2px solid #a31111;
        background: #a31111;
    }

    .drawer .sub_menu a:hover:after {
        opacity: 1;
    }

    #fix_btn .btn a:hover {
        opacity: 0.7;
    }

    .fix_header .logo a:hover {
        opacity: 0.7;
    }

    .fix_header .btn a:hover {
        color: #b92121;
    }

    .fix_header .list a:hover .link_text .en,
    .fix_header .list a:hover .link_text .ja {
        color: #b92121;
    }

    .fix_header .tel a:hover {
        opacity: 0.7;
    }

    #shop_list .btn a:hover {
        color: #2b2b2b;
        background: transparent;
        border: 2px solid #5c5c5c;
    }

    #shop_list .btn a:hover::before {
        border-bottom: 10px solid #b92121;
    }

    .shop_btn a:hover::before {
        border-bottom: 10px solid #fff;
    }

    #shop_list .shop_btn a:hover {
        color: #fff;
        background: #a31111;
        border: 2px solid #a31111;
    }

    .site_footer .btn a:hover {
        border: 2px solid #a31111;
        background: #a31111;
    }

    .site_footer .btns_wrap .btn a:hover {
        background: #a31111;
        border: none;
    }

    .site_footer .btns_wrap .btn a:hover::before {
        border-bottom: 16px solid #fff;
    }

    .site_footer .btns_wrap .btn a:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .site_footer .btns_wrap .btn a:hover .link_text .en,
    .site_footer .btns_wrap .btn a:hover .link_text .ja {
        color: #fff;
    }

    .site_footer .list a:hover::after {
        opacity: 1;
    }

    .site_footer .sub_menu a:hover::before {
        opacity: 1;
    }

    .sp_header .tel a:hover {
        opacity: 0.7;
    }

    .tel_modal .btn a:hover {
        color: #2b2b2b;
        border: none;
        border-bottom: 1px solid #2B2B2B;
    }

    #top_arrivals .item a:hover .title {
        color: #b92121;
    }

    #top_arrivals .item a:hover .link_text {
        color: #b92121;
        border-bottom: 2px solid #b92121;
    }

    #top_arrivals .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_news .item a:hover {
        border-bottom: 1px solid #b92121;
    }

    #top_news .item a:hover .text {
        color: #b92121;
    }

    #top_news .item a:hover .date {
        color: #cb7683;
    }

    #top_news .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_blog .item a:hover,
    #top_blog .item:last-of-type a:hover {
        border-bottom: 1px solid #b92121;
    }

    #top_blog .item a:hover .date {
        color: #cb7683;
    }

    #top_blog .item a:hover .text {
        color: #b92121;
    }

    #top_blog .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_shop .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_category .item a:hover::before {
        background: #b92121;
    }

    #top_category .item a:hover .title {
        color: #b92121;
    }

    #top_category .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_fv .btn a:hover {
        background: #a31111;
    }

    #top_fv .btn a:hover::before {
        border-bottom: 16px solid #fff;
    }

    #top_fv .btn a:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    #top_fv .btn a:hover .link_text .en,
    #top_fv .btn a:hover .link_text .ja {
        color: #fff;
    }

    .top_header .logo a:hover {
        opacity: 0.7;
    }

    .top_header .btn a:hover {
        background: #A31111;
    }

    .top_header .nav .list a:hover {
        background-color: rgba(163, 17, 17, 0.8);
    }

    #top_room .btn a:hover {
        background: #a31111;
    }

    #top_room .btn a:hover::before {
        border-bottom: 20px solid #fff;
    }

    #top_room .btn a:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    #top_room .btn a:hover .link_text .en,
    #top_room .btn a:hover .link_text .ja {
        color: #fff;
    }

    #top_route .image a:hover path {
        fill: #a31111;
    }

    .root_03:hover+#パス_6513,
    .root_04:hover+#パス_6478,
    .root_06:hover+#パス_6511,
    .root_07:hover+#パス_6549,
    .root_08:hover+#パス_6516,
    .root_09:hover+#パス_6527,
    .root_10:hover+#パス_6480,
    .root_11:hover+#パス_6529,
    .root_12:hover+#パス_6502,
    .root_13:hover+#パス_6486,
    .root_14:hover+#パス_6488,
    .root_15:hover+#パス_6490,
    .root_16:hover+#パス_6515,
    .root_17:hover+#パス_6484,
    .root_18:hover+#パス_6496,
    .root_19:hover+#パス_6492,
    .root_20:hover+#パス_6504,
    .root_21:hover+#パス_6498,
    .root_22:hover+#パス_6494,
    .root_23:hover+#パス_6507,
    .root_24:hover+#パス_6500,
    .root_25:hover+#パス_6506,
    .root_26:hover+#パス_6482,
    .root_27:hover+#パス_6541,
    .root_28:hover+#パス_6531,
    .root_29:hover+#パス_6509,
    .root_30:hover+#パス_6533,
    .root_31:hover+#パス_6539,
    .root_32:hover+#パス_6543,
    .root_33:hover+#パス_6545,
    .root_34:hover+#パス_6535,
    .root_35:hover+#パス_6537 {
        fill: #a31111;
    }

    #top_shop .item a:hover .sub_title {
        color: #b92121;
    }

    #top_shop .item a:hover .btn {
        border-bottom: 2px solid #b92121;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px〜style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 750px) {

    /* デフォルト設定 */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        min-width: 100%;
        font-size: 13px;
        line-height: 1.5;
    }

    .wrap,
    .wrap02 {
        max-width: 90%;
    }

    /* 共通 */
    .c_btn a {
        width: 64.1vw;
        font-size: 4.1vw;
        padding: 5.13vw 7.69vw;
    }

    .c_btn a::before {
        bottom: 1.54vw;
        right: 1.54vw;
        border-left: 3.08vw solid transparent;
        border-bottom: 3.08vw solid #b92121;
    }

    .c_modal_box .items {
        grid-template-columns: 1fr;
    }

    .c_modal_box .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3.85vw;
    }

    .c_modal_box .item,
    .c_modal_box .item:nth-of-type(even) {
        padding: 6.41vw 0;
        border-top: 1px solid #bcbcbc;
    }

    .c_modal_box .item:first-of-type {
        padding-top: 0;
        border-top: none;
    }

    .c_modal_box .item:nth-of-type(odd) {
        border-right: none;
    }

    .c_modal_box .item:nth-of-type(1),
    .c_modal_box .item:nth-of-type(2) {
        border-bottom: none;
    }

    .c_modal_box .box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .c_modal_box .image {
        width: 56.5%;
        width: 45.7%;
    }

    .c_modal_box .image img {
        width: 100%;
        aspect-ratio: 160/170;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .c_modal_box .sub_title {
        font-size: 3.59vw;
    }

    .c_modal_box .title {
        font-size: 5.13vw;
        margin-top: 1.54vw;
    }

    .c_modal_box .address {
        font-size: 3.08vw;
        margin-top: 3.59vw;
    }

    .c_modal_box .sp_btn,
    .c_modal_box .btn {
        margin-top: 3.33vw;
    }

    .c_modal_box .sp_btn a,
    .c_modal_box .btn a {
        position: relative;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.12em;
        font-size: 3.8vw;
        color: #fff;
        background: #a31111;
        border: 2px solid #a31111;
        padding: 3.85vw 2.56vw;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .c_modal_box .sp_btn a::before,
    .c_modal_box .btn a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 1.54vw;
        right: 1.54vw;
        background: transparent;
        border-left: 3.08vw solid transparent;
        border-bottom: 3.08vw solid #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .c_modal_content {
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 100%;
        height: 100vh;
        padding: 22.05vw 5.13vw 11.28vw;
        overflow-y: scroll;
    }

    .c_modal_content::before {
        display: none;
    }

    .c_modal_close {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 20px;
        right: 20px;
    }

    .c_section_block .section_sub_title,
    .c_section_block02 .section_sub_title {
        font-size: 3.59vw;
    }

    .c_section_block .section_title,
    .c_section_block02 .section_title {
        font-size: 11.79vw;
        margin-top: 2.56vw;
    }

    .c_section_block .section_text,
    .c_section_block02 .section_text {
        font-size: 13px;
        line-height: 1.77;
        font-size: 3.33vw;
    }

    .c_section_block .section_text {
        margin-top: 4.1vw;
    }

    .c_section_block02 .section_text {
        margin-top: 2.56vw;
    }

    .c_section_block .section_sub_title {
        padding-left: 7.69vw;
    }

    .c_section_block .section_sub_title::before {
        width: 5.13vw;
    }

    .common_fv .wrap02 {
        padding: calc(16.5vw + 80px) 0 0;
    }

    .common_fv .head {
        padding-top: 6.41vw;
    }

    .common_fv .sub_title {
        font-size: 5.13vw;
        padding-left: 8.97vw;
    }

    .common_fv .sub_title::before {
        padding-left: 6.41vw;
    }

    .common_fv .title {
        font-size: 7.69vw;
        margin-top: 3.33vw;
    }

    .common_fv .breadcrumbs {
        margin-top: 5.13vw;
    }

    .common_fv .lists {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 1.28vw;
        font-size: 3.08vw;
    }

    .common_fv .lists span {
        padding-inline: 1.28vw;
    }

    .common_fv .mv_image {
        margin-top: 5.13vw;
    }

    .common_staff {
        padding: 0 0 17.95vw;
    }

    .common_staff .items {
        grid-template-columns: 1fr;
        gap: 5.13vw;
        margin-top: 6.15vw;
    }

    .common_staff .item a {
        gap: 3.85vw;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .common_staff .image {
        width: 40%;
    }

    .common_staff .contents {
        padding-top: 2.56vw;
    }

    .common_staff .contents .en {
        top: -3.85vw;
        left: 0;
        font-size: 6.41vw;
    }

    .common_staff .title {
        font-size: 3.08vw;
    }

    .common_staff .name {
        font-size: 5.13vw;
    }

    .common_staff .text {
        font-size: 3.33vw;
        margin-top: 2.56vw;
        line-height: 1.8;
    }

    .common_staff .item .btn {
        margin-top: 5.9vw;
    }

    .common_staff .item .btn span {
        max-width: 100%;
        font-size: 3.21vw;
        letter-spacing: 0.1em;
        padding: 0 2.56vw 4.1vw 0vw;
    }

    .common_staff .item .btn span::before {
        bottom: 2.05vw;
        right: 2.05vw;
        background: transparent;
        border-left: 3.3vw solid transparent;
        border-bottom: 3.3vw solid #b92121;
    }

    .common_staff .item .btn span::after {
        width: calc(100% + 7.69vw);
        height: 2px;
        left: auto;
        right: 0;
    }

    .common_staff .c_btn {
        margin-top: 10.26vw;
        text-align: center;
    }

    .common_staff .btn a {
        width: 64.1vw;
    }

    /* TOPページ */
    /* FV */
    .main_bg {
        top: 80px;
        background-image: url(../images/top_fv_bg_sp.jpg);
    }

    .main_bg::before {
        display: none;
    }

    #top_fv {
        padding: 22vw 0 12.82vw;
    }

    #top_fv .body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 5.13vw 12.82vw;
        padding: 0;
    }

    #top_fv .contents {
        max-width: 100%;
        margin-top: 0;
    }

    #top_fv .scroll {
        display: none;
    }

    #top_fv .sub_title {
        font-size: 100px;
        line-height: 0.96;
        letter-spacing: 0em;
        font-size: 25.64vw;
        margin-left: 0;
        margin-top: -10.26vw;
    }

    #top_fv .sub_title span {
        display: block;
        text-align: right;
    }

    #top_fv .title {
        font-size: 24px;
        line-height: 1.58;
        letter-spacing: 0.12em;
        font-size: 6.15vw;
        margin-top: -30.77vw;
    }

    #top_fv .btns {
        max-width: 100%;
    }

    #top_fv .btn a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3.59vw 3.08vw 4.36vw;
        gap: 4.36vw;
        text-align: center;
    }

    #top_fv .link_text .ja {
        font-size: 3.72vw;
    }

    #top_fv .btn a::before {
        bottom: 1.28vw;
        right: 1.28vw;
        background: transparent;
        border-left: 3.3vw solid transparent;
        border-bottom: 3.3vw solid #b92121;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .fv_swiper_wrapper_sp {
        position: relative;
        z-index: -1;
    }

    .fv_swiper_top .swiper-wrapper,
    .fv_swiper_bottom .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .fv_swiper_bottom {
        margin-top: 8px;
    }

    .fv_swiper_wrapper_sp .swiper-slide img {
        width: 100%;
        height: auto;
        aspect-ratio: 170/100;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #top_route .image {
        width: 100%;
    }

    #top_route .image svg {
        display: none;
    }

    /* Category */
    #top_category {
        background: none;
        padding: calc(12.31vw + 80px) 0 15.38vw;
    }

    #top_category .wrap .c_section_block02 {
        position: sticky;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    #top_category .items {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 3.08vw;
        gap: 5.12vw 2.56vw;
    }

    #top_category .item a::before {
        height: 26.67vw;
        left: 1.54vw;
        top: 48.72vw;
    }

    #top_category .number {
        font-size: 4.36vw;
    }

    #top_category .number .big {
        font-size: 7.44vw;
    }

    #top_category .image img {
        aspect-ratio: 170/120;
    }

    #top_category .contents {
        padding: 2.56vw 0 0 4.1vw;
    }

    #top_category .title {
        font-size: 3.59vw;
    }

    #top_category .text {
        font-size: 3vw;
        margin-top: 1.54vw;
        -webkit-line-clamp: 4;
    }

    /* Room Search */
    #top_room {
        padding: 0 0 25.64vw;
    }

    #top_room .image {
        display: none;
    }

    #top_room .c_section_block {
        width: 100%;
    }

    #top_room .btns {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.56vw;
        margin-top: 5.13vw;
    }

    #top_room .btn a {
        gap: 4.87vw;
        padding: 3.59vw 3.08vw 4.36vw;
    }

    #top_room .btn a::before {
        bottom: 2.05vw;
        right: 2.05vw;
        background: transparent;
        border-left: 3.3vw solid transparent;
        border-bottom: 3.3vw solid #b92121;
    }

    #top_room .btn a .icon img {
        width: 9.49vw;
        height: 8.97vw;
    }

    #top_room .link_text .ja {
        font-size: 3.72vw;
    }

    #top_room .search {
        width: 100%;
        margin-top: 10.26vw;
        padding-bottom: 0;
    }

    #top_room .search .title {
        font-size: 5.64vw;
    }

    #top_room .search .sub_title {
        font-size: 3.33vw;
    }

    #top_room .search .box {
        margin-top: 1.79vw;
    }

    #top_room .search .box input {
        padding: 3.59vw 12.82vw 14px 20px;
    }

    #top_room .search .box input::-webkit-input-placeholder {
        font-size: 3.33vw;
    }

    #top_room .search .box input::-moz-placeholder {
        font-size: 3.33vw;
    }

    #top_room .search .box input:-ms-input-placeholder {
        font-size: 3.33vw;
    }

    #top_room .search .box input::-ms-input-placeholder {
        font-size: 3.33vw;
    }

    #top_room .search .box input::placeholder {
        font-size: 3.33vw;
    }

    #top_room .search .box::before {
        width: 5.64vw;
        height: 5.64vw;
    }

    .top_room_swiper-wrapper {
        width: 90%;
        margin-inline: auto;
        margin-top: 15.38vw;
    }

    .top_room__swiper {
        height: 120vw;
    }

    .top_room_swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
        aspect-ratio: 350/214;
    }

    .top_room_swiper-wrapper .swiper-slide {
        height: 50%;
    }

    .top_room_swiper-wrapper .swiper-horizontal>.swiper-pagination-bullets,
    .top_room_swiper-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .top_room_swiper-wrapper .swiper-pagination-custom,
    .top_room_swiper-wrapper .swiper-pagination-fraction {
        bottom: -5.13vw;
    }

    /* New Arrivals */
    #top_arrivals {
        padding: 0 0 39.49vw;
    }

    #top_arrivals .items_wrap {
        overflow-x: auto;
    }

    #top_arrivals .items {
        width: 1100px;
        margin-top: 6.15vw;
    }

    #top_arrivals .image img {
        aspect-ratio: 260/290;
    }

    /* Reasons */
    #top_reasons {
        padding: 31.79vw 0 21.03vw;
    }

    #top_reasons .c_section_block02 {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
        top: -14.1vw;
    }

    #top_reasons .c_section_block02 .section_title {
        margin-top: 0;
    }

    #top_reasons .c_section_block02 .section_sub_title {
        margin-top: 3.59vw;
    }

    #top_reasons .c_section_block02 .section_text {
        margin-top: 1.28vw;
    }

    #top_reasons .items,
    #reasons_contents .items {
        grid-template-columns: 1fr;
        gap: 10.26vw;
        margin-top: 0;
    }

    #top_reasons .item,
    #reasons_contents .item {
        border-bottom: 2px solid #747474;
        padding-bottom: 4.62vw;
    }

    #top_reasons .image img {
        aspect-ratio: 350/210;
    }

    #top_reasons .title,
    #reasons_contents .title {
        font-size: 5.13vw;
        margin-top: 2.56vw;
    }

    #top_reasons .title--fz,
    #reasons_contents .title--fz {
        font-size: 4.7vw;
    }

    #top_reasons .title .big,
    #reasons_contents .title .big {
        font-size: 7.18vw;
    }

    #top_reasons .title--fz .big,
    #reasons_contents .title--fz .big {
        font-size: 6.75vw;
    }

    #top_reasons .text,
    #reasons_contents .text {
        font-size: 3.33vw;
    }

    #top_reasons .number,
    #reasons_contents .number {
        top: -2.05vw;
        gap: 2.05vw;
    }

    #top_reasons .number .main,
    #reasons_contents .number .main {
        font-size: 26.15vw;
    }

    #top_reasons .number .sub,
    #reasons_contents .number .sub {
        font-size: 8.21vw;
    }

    /* News & Blog */
    #top_article {
        padding: 15.38vw 0 31.54vw;
    }

    #top_article .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16.67vw;
    }

    #top_article .wrap::before {
        display: none;
    }

    #top_news,
    #top_blog {
        width: 100%;
    }

    #top_news .section_title,
    #top_blog .section_title {
        font-size: 11.79vw;
    }

    #top_news .section_sub_title,
    #top_blog .section_sub_title {
        font-size: 3.59vw;
    }

    #top_news .section_sub_title,
    #top_blog .section_sub_title {
        padding-left: 7.69vw;
        margin-top: 2.05vw;
    }

    #top_news .section_sub_title::before,
    #top_blog .section_sub_title::before {
        width: 5.13vw;
    }

    #top_news .section_sub_title {
        margin-top: 0;
    }

    #top_news .items {
        gap: 5.13vw 2.56vw;
        margin-top: 5.13vw;
    }

    #top_news .item a {
        padding-bottom: 2.56vw;
    }

    #top_news .image img {
        aspect-ratio: 170/110;
    }

    #top_news .text {
        font-size: 3.33vw;
        margin-top: 2.31vw;
        -webkit-line-clamp: 3;
    }

    #top_news .date {
        font-size: 3.08vw;
        margin-top: 0.77vw;
    }

    #top_news .c_btn {
        margin-top: 10.26vw;
        text-align: center;
    }

    #top_news .c_btn a {
        width: 64.1vw;
    }

    #top_blog .items {
        margin-top: 5.64vw;
    }

    #top_blog .item a {
        gap: 5.13vw;
        padding-bottom: 2.56vw;
    }

    #top_blog .item:not(:first-of-type) {
        padding-top: 21px;
    }

    #top_blog .item:last-of-type a {
        border-bottom: 1px solid #c6c6c6;
    }

    #top_blog .image {
        width: 25.7%;
    }

    #top_blog .date {
        font-size: 2.82vw;
    }

    #top_blog .text {
        max-width: 100%;
        font-size: 3.33vw;
        line-height: 1.54;
        margin-top: 2.05vw;
        padding-bottom: 0;
        -webkit-line-clamp: 3;
    }

    #top_blog .c_btn {
        margin-top: 7.69vw;
        text-align: center;
    }

    #top_blog .c_btn a {
        width: 64.1vw;
    }

    #top_news .btn a,
    #top_blog .btn a {
        padding: 5.13vw 7.69vw;
    }

    #top_shop {
        padding: 37.44vw 0 20.51vw;
    }

    #top_shop .head {
        margin-top: -47.44vw;
    }

    #top_shop .sp_items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8.97vw;
        margin-top: 8.97vw;
    }

    #top_shop .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3.85vw;
    }

    #top_shop .image {
        width: 45.7%;
    }

    #top_shop .image img {
        aspect-ratio: 160/170;
    }

    #top_shop .contents {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #top_shop .sub_title {
        font-size: 3.59vw;
        margin-top: 0;
    }

    #top_shop .title {
        font-size: 5.13vw;
        margin-top: 1.54vw;
    }

    #top_shop .address {
        font-size: 3.08vw;
        margin-top: 2.05vw;
    }

    #top_shop .tel_btn {
        margin-top: 3.33vw;
    }

    #top_shop .tel_btn a {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.56vw;
        color: #fff;
        background: #a31111;
        border: 2px solid #a31111;
        padding: 3.08vw;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #top_shop .tel_btn a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 1.54vw;
        right: 1.54vw;
        background: transparent;
        border-left: 3.08vw solid transparent;
        border-bottom: 3.08vw solid #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #top_shop .tel_btn a .icon {
        width: 3.85vw;
        height: 5.13vw;
    }

    #top_shop .tel_btn a .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #top_shop .tel_btn a .link_text {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.12em;
        font-size: 3.85vw;
    }

    #top_shop .shop_btn {
        margin-top: 3.85vw;
    }

    #top_shop .shop_btn a {
        position: relative;
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.12em;
        font-size: 3.85vw;
        color: #2b2b2b;
        border: 2px solid #5c5c5c;
        padding: 3.59vw;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #top_shop .shop_btn a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 1.54vw;
        right: 1.54vw;
        background: transparent;
        border-left: 3.08vw solid transparent;
        border-bottom: 3.08vw solid #b92121;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #top_shop .c_btn {
        margin-top: 15.38vw;
        text-align: center;
    }

    #top_shop .c_btn a {
        width: 64.1vw;
    }

    /* 選ばれる理由ページ */
    #reasons_contents {
        padding: 5.13vw 0 20.51vw;
    }

    #reasons_contents .c_section_block .section_text {
        margin-top: 0;
    }

    #reasons_contents .wrap .items {
        gap: 10.26vw;
        margin-top: 10.26vw;
    }

    #reasons_contents .wrap .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    #reasons_contents .image {
        width: 100%;
    }

    #reasons_contents .contents {
        width: 100%;
    }

    #reasons_contents .wrap .title {
        font-size: 5.13vw;
        margin-top: 4.1vw;
    }

    #reasons_contents .wrap .title--fz {
        font-size: 4.7vw;
    }

    #reasons_contents .wrap .title .big {
        font-size: 7.18vw;
    }

    #reasons_contents .wrap .title--fz .big {
        font-size: 6.75vw;
    }

    #reasons_contents .wrap .text {
        font-size: 3.33vw;
    }

    /* 各店舗ページ */
    #shop_about {
        padding: 120px 0 145px;
        padding: 17.95vw 0 17.95vw;
    }

    #shop_about .title {
        font-size: 6.67vw;
        padding-bottom: 4.1vw;
    }

    #shop_about .wrap {
        gap: 7.69vw;
    }

    #shop_about .dl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5.13vw;
        margin-top: 6.15vw;
    }

    #shop_about .dt {
        width: 25%;
        font-size: 3.59vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    #shop_about .dd {
        font-size: 3.08vw;
    }

    #shop_about .images {
        width: 100%;
        gap: 2.56vw;
    }

    #shop_access {
        padding: 0 0 25.64vw;
    }

    #shop_access .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 7.69vw;
    }

    #shop_access .contents {
        width: 100%;
    }

    #shop_access .c_section_block .section_title {
        font-size: 11.79vw;
    }

    #shop_access .c_section_block .section_sub_title {
        font-size: 3.59vw;
        padding-left: 7.69vw;
        margin-top: 2.05vw;
    }

    #shop_access .c_section_block .section_sub_title::before {
        width: 5.13vw;
    }

    #shop_access .c_section_block .section_text {
        font-size: 13px;
        line-height: 1.77;
        font-size: 3.33vw;
        margin-top: 5.13vw;
    }

    #shop_access .lists {
        gap: 2.56vw;
        margin-top: 10.26vw;
    }

    #shop_access .list {
        gap: 2.56vw;
        font-size: 3.33vw;
    }

    #shop_access .map_wrap {
        max-width: 100%;
    }

    #shop_staff {
        padding: 25.64vw 0 25.64vw;
    }

    #shop_staff .head {
        margin-top: -35.9vw;
    }

    /* 店舗一覧ページ */
    #shop_list {
        padding: 5.13vw 0 20.51vw;
    }

    #shop_list .c_section_block .section_text {
        margin-top: 0;
    }

    #shop_list .items {
        gap: 10.26vw;
        margin-top: 10.26vw;
    }

    #shop_list .box {
        gap: 5.13vw;
    }

    #shop_list .image {
        width: 100%;
    }

    #shop_list .contents {
        width: 100%;
    }

    #shop_list .sub_title {
        font-size: 3.33vw;
    }

    #shop_list .shop {
        margin-top: 2.56vw;
    }

    #shop_list .title {
        font-size: 5.13vw;
    }

    #shop_list .address {
        font-size: 3.08vw;
        margin-top: 2.56vw;
    }

    #shop_list .btn,
    #shop_list .shop_btn {
        width: 100%;
    }

    #shop_list .btn a,
    #shop_list .shop_btn a {
        display: block;
    }

    #shop_list .btn a {
        font-size: 3.33vw;
        padding: 5.18vw 2.56vw;
    }

    #shop_list .btn a::before {
        bottom: 1.28vw;
        right: 1.28vw;
        border-left: 2.56vw solid transparent;
        border-bottom: 2.56vw solid #fff;
    }

    .shop_btn a {
        min-width: 100%;
        font-size: 3.59vw;
        padding: 5.05vw 2.56vw;
    }

    .shop_btn a::before {
        bottom: 1.28vw;
        right: 1.28vw;
        border-left: 2.56vw solid transparent;
        border-bottom: 2.56vw solid #b92121;
    }

    /* スタッフ一覧ページ */
    #staff {
        padding: 5.13vw 0;
    }

    #staff .c_section_block .section_text {
        margin-top: 0;
    }

    .staff_shop {
        padding: 5.13vw 0 15.38vw;
    }

    #staff_shop01 {
        padding: 10.26vw 0 15.38vw;
    }

    .staff_shop .shop_title {
        font-size: 6.15vw;
    }

    .staff_shop .items {
        gap: 12.82vw;
        margin-top: 5.13vw;
    }

    .staff_shop .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5.13vw;
    }

    .staff_shop .image {
        width: 100%;
        max-height: 51.28vw;
    }

    .staff_shop .image img {
        margin-top: -6.5vw;
    }

    /* フッター */
    .site_footer {
        background-image: url("../images/footer_bg_sp.jpg");
        padding: 17.95vw 0 35.9vw;
    }

    .site_footer .head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .site_footer .logo {
        width: 64.1vw;
    }

    .site_footer .box {
        border-right: none;
        padding-right: 0;
    }

    .site_footer .company {
        font-size: 3.33vw;
        margin-top: 5.13vw;
    }

    .site_footer .address {
        font-size: 3.08vw;
        margin-top: 1.28vw;
    }

    .site_footer .btn {
        margin-top: 6.67vw;
    }

    .site_footer .btn a {
        width: 71.79vw;
        font-size: 4.1vw;
        padding: 4.74vw;
    }

    .site_footer .btn a::before {
        bottom: 2.56vw;
        right: 2.56vw;
        background: transparent;
        border-left: 3.85vw solid transparent;
        border-bottom: 3.85vw solid #fff;
    }

    .site_footer .btns_wrap,
    .site_footer .contents {
        display: none;
    }

    .site_footer .foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 7.69vw;
    }

    .site_footer .sub_menus {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 2.56vw 8.97vw;
        text-align: center;
        border-bottom: 2px solid #E2E2E2;
        padding-bottom: 2.56vw;
    }

    .site_footer .sub_menu:first-of-type {
        width: 100%;
    }

    .site_footer .sub_menu a {
        font-size: 3.08vw;
    }

    .site_footer .copyright {
        display: block;
        font-size: 3.08vw;
        margin-top: 2.56vw;
    }

    /* hoverスタイル */
    .c_btn a:hover::before {
        border-bottom: 3.08vw solid #fff;
    }

    .c_modal_box .sp_btn a:hover::before,
    .c_modal_box .btn a:hover::before {
        border-bottom: 3.08vw solid #b92121;
    }

    #shop_list .btn a:hover::before {
        border-bottom: 2.56vw solid #b92121;
    }

    #shop_list .shop_btn a:hover::before {
        border-bottom: 2.56vw solid #fff;
    }
}