@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 新規の場合使用 */
:root {
    --main-color: #9b042c;
    --sub-color: #8e1728;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 1.7;
    padding-top: 140px;
    min-width: 1340px !important;
}

.font-din {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.en {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

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

a,
a img {
    transition: all .2s ease;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #fff;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    mask-image: url(/wp-content/themes/swell_child/image/icon/icon_pdf.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 15px;
    background: #fff;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

/* PC固定ページ 共通設定 */

.common_page_wrap {
    padding: 100px 0;
}

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

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

header.site-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    z-index: 1000;
    overflow-x: scroll;
}

header.site-hd > * {
    min-width: 1340px;
}

.site-hd__inner {
    height: 105px;
    align-items: center;
    padding: 0 15px 0 50px;
}

.site-hd__logo-image {
    width: 168px;
}

.site-hd__logo-text {
    font-size: 12px;
    color: #898989;
    margin-bottom: 1em;
}

.site-hd__content {
    height: 100%;
    align-items: center;
}

.site-hd__actions {
    background: #FCE7EA;
    border-radius: 7px;
    padding: 11px 4px;
    margin-right: 26px;
}

.site-hd__action-icon {
    width: 18px;
    margin: 0 auto;
    line-height: 0;
}

.site-hd__action-text {
    color: #1A1A1A;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.site-hd__action-item {
    width: 84px;
}

.site-hd__action-item + .site-hd__action-item {
    border-left: 1px solid #BCBCBC;
}

.site-hd__action-item a {
    display: block;
}

.site-hd__tel-num {
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

.site-hd__tel-num .icon {
    width: 30px;
}

.site-hd__tel-num .num {
    font-size: 34px;
    line-height: 1.3;
}

.site-hd__tel-hours {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #777777;
}

.site-hd__tel {
    margin-right: 28px;
}

.site-hd__btns {
    padding-left: 30px;
    border-left: 1px solid #BCBCBC;
}

.site-hd__btns a {
    display: block;
    height: 75px;
    padding-top: 6px;
}

.site-hd__btn-icon {
    width: 36px;
    margin: 0 auto;
    line-height: 0;
}

.site-hd__btn-text {
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.site-hd__btns ul {
    gap: 10px;
}

.site-hd__btns li {
    width: 130px;
}

.site-hd__btns .-contact a {
    background: #8e1728;
}

.site-hd__btns .-line a {
    background: #03C755;
}

.site-hd__btns .-reserve a {
    background: var(--main-color);
}

.site-hd__menu {
    height: 35px;
    background: #F7F7F7;
}

.site-hd__menu .wrap {
    height: 100%;
}

.site-hd__menu ul {
    height: 100%;
    align-items: center;
}

.site-hd__menu a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.site-hd__menu .slit {
    height: 18px;
    width: 1px;
    background: #BCBCBC;
}

section.top-fv {
    height: 580px;
    background-image: url(image/fv-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

section.top-fv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #969696;
    mix-blend-mode: multiply;
}

.top-fv__inner {
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 110px;
}

.top-fv__title {
    margin-bottom: 28px;
    font-weight: 800;
    color: #fff;
}

.top-fv__title-main {
    display: block;
    font-size: 52px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-bottom: 8px;
}

.top-fv__title-main .yellow {
    color: #FFEB7B;
}

.top-fv__title-main .big {
    font-size: 64px;
}

.top-fv__title-sub {
    background: #9b042c;
    font-size: 22px;
    padding: 5px 0.3em 10px 1em;
    border-radius: 30px;
    display: table;
}

.top-fv__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
}

.top-fv__en {
    position: absolute;
    transform: rotate(-10deg);
    left: 520px;
    top: 160px;
    z-index: -1;
}

.top-fv__scroll {
    position: absolute;
    writing-mode: vertical-rl;
    color: #fff;
    right: -50px;
    bottom: 130px;
}

.top-fv__scroll .text {
    font-size: 16px;
    font-weight: bold;
}

.top-fv__scroll .arrow {
    position: absolute;
    top: 0;
    left: -7px;
    width: 2px;
    height: 170px;
    background: #FFFFFF;
}

.top-fv__scroll .arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 60px solid #fff;
    border-top: 60px solid #fff;
    border-bottom: 60px solid transparent;
    border-width: 10px 7px;
    bottom: -2px;
    left: 0;
}

.top-banner__slider .full img {
    height: 440px;
}

.top-banner__slider .half img {
    height: 210px;
}

.top-banner__slider .half + .half {
    margin-top: 20px;
}

.top-banner__slider .slick-slide {
    margin: 0 10px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
}

.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #D1D1D1;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #8e1728;
}

.slick-dots li button:before {
    display: none;
}

.top-banner__slider .slick-dots {
    bottom: -45px;
}

section.top-banner {
    padding: 120px 0 80px;
}

.green {
    color: var(--main-color);
}

.top-common__title-en {
    font-weight: bold;
    font-size: 70px;
    line-height: 1.4;
}

.top-common__title-jp {
    font-size: 18px;
    font-weight: bold;
}

.top-common__title {
    text-align: center;
    margin-bottom: 20px;
}

.top-common__desc {
    text-align: center;
    color: #5F5F5F;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}

.top-search__btn {
    width: 550px;
}

.top-search__action {
    margin-bottom: 40px;
}

section.top-search {
    padding: 80px 0 110px;
}

.top-search__btn a {
    height: 180px;
    background: #F7F7F7;
    align-items: center;
    border-radius: 6px;
    padding-left: 18px;
}

.top-search__btn-content {
    width: 320px;
    border-left: 1px dashed #BFBFBF;
    padding-left: 20px;
}

.top-search__btn-icon {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    margin-right: 18px;
}

.top-search__btn-en {
    color: #bf7a84;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.top-search__btn-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.top-search__btn-desc {
    font-size: 13px;
    color: #8B8B8B;
    letter-spacing: 0.05em;
}

.top-search__btn-arrow {
    width: 30px;
    height: 100%;
    background: #8e1728;
    margin-left: auto;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.top-search__btn-arrow:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 11px;
}

.top-search__freeword-title-en {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
}

.top-search__freeword-title-jp {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-search__freeword-title {
    width: 260px;
    border-right: 2px solid #E8E8E8;
}

.top-search__freeword-content {
    width: 750px;
}

.top-search__freeword {
    justify-content: center;
    gap: 35px;
    align-items: flex-start;
}

.top-search__freeword-form input[type=text] {
    width: 100%;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    height: 56px;
    padding: 0 60px 0 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
}

.top-search__freeword-form input[type=text]::placeholder {
    color: #D5D3D3;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.top-search__freeword-form {
    position: relative;
    margin-bottom: 10px;
}

.top-search__freeword-form input[type=submit] {
    width: 29px;
    height: 29px;
    border: none;
    background: no-repeat;
    background-image: url(image/icon-search.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-search__freeword-tags {
    padding: 0 30px;
    color: #696969;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.top-search__freeword-tags ul {
    gap: 3px 32px;
}

.top-pickcup__title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 25px;
}

.deep-green {
    color: var(--sub-color);
}

.top-pickcup__title .deep-green {
    font-weight: 900;
}

.top-pickcup__title:before,
.top-pickcup__title:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #9A9A9A;
}

.top-pickcup__title:before {
    transform: rotate(-20deg);
}

.top-pickcup__title:after {
    transform: rotate(20deg);
}

.top-pickcup__content {
    background-image: url(image/pickup-bg.svg);
    background-position: center;
}

.top-pickcup__block-inner {
    width: 1240px;
    margin: 0 auto;
    gap: 20px;
    padding-bottom: 4px;
}

.top-pickcup__item {
    width: 295px;
}

.top-pickcup__item-image {
    overflow: hidden;
    position: relative;
}

.top-pickcup__item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 22%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.top-pickcup__item-label {
    position: absolute;
    left: 14px;
    bottom: 12px;
    color: #fff;
    z-index: 1;
}

.top-pickcup__item-label-en {
    font-size: 14px;
    font-weight: bold;
}

.top-pickcup__item-label-jp {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-pickcup__item-arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #9b042c;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    transition: all .2s ease;
}

.top-pickcup__item-arrow:after {
    content: "";
    width: 36%;
    height: 36%;
    position: absolute;
    border: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 36%;
}

.top-pickcup__item-desc {
    padding: 10px 11px 13px 14px;
    font-size: 12px;
    color: #5F5F5F;
    background: #fff;
    letter-spacing: 0.05em;
}

.top-pickcup__item a {
    display: block;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 6%);
}

.top-pickcup__content .slick-dots {
    bottom: 36px;
}

.top-pickcup__content .slick-dotted.slick-slider {
    margin: 0;
    padding: 60px 0 70px;
}

.top-pickcup__content .slick-arrow {
    top: 0;
    height: 100%;
    background: #8e1728;
    transform: inherit;
    width: 30px;
    z-index: 2;
}

.top-pickcup__content .slick-prev {
    left: 0;
}

.top-pickcup__content .slick-next {
    right: 0;
}

.top-pickcup__content .slick-arrow:before {
    content: "";
    width: 11px;
    height: 11px;
    border: solid #fff;
    opacity: 1;
    position: absolute;
    border-width: 2px 2px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-pickcup__content .slick-prev:before {
    transform: rotate(-135deg);
    left: 11px;
}

.top-pickcup__content .slick-next:before {
    transform: rotate(45deg);
    right: 11px;
}

section.top-newarrivals {
    padding: 140px 0;
}

.top-newarrivals__tabs {
    border-bottom: 2px solid #8e1728;
    margin-bottom: 40px;
}

.top-newarrivals__tabs li {
    width: 175px;
    background: #F2F2F2;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 45px;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}

.top-newarrivals__tabs li.active {
    background: var(--sub-color);
    color: #fff;
}

.top-newarrivals__block {
    display: none;
}

.top-newarrivals__block ul {
    gap: 25px 30px;
}

.top-newarrivals__item {
    width: 360px;
}

.top-newarrivals__item-image {
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.top-newarrivals__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-newarrivals__item-info {
    width: 190px;
}

.top-newarrivals__item-link {
    justify-content: space-between;
    align-items: center;
}

.top-newarrivals__item-info .title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px dashed #A2A2A2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all .2s ease;
}

.top-newarrivals__item-info .yachin {
    font-weight: bold;
}

.top-newarrivals__item-info .yachin .num {
    font-size: 28px;
}

.top-newarrivals__item-info .madori {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.top-newarrivals__item-info .access {
    font-size: 12px;
    color: #8E8E8E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.top-newarrivals__item:nth-child(-n+3) {
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 25px;
}

.top-newarrivals__blocks {
    padding-bottom: 40px;
    border-bottom: 2px solid #EFEFEF;
}

.top-reason__head {
    padding: 90px 0 130px;
    background-image: url(image/reason-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

.top-reason__head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    opacity: .5;
    mix-blend-mode: multiply;
}

.top-reason__head .wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.top-reason__title {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.top-reason__title .big {
    font-size: 46px;
}

.top-reason__desc {
    font-weight: 500;
    letter-spacing: 0.05em;
}

.top-reason__en {
    position: absolute;
    transform: rotate(-10deg);
    top: 80px;
    left: 790px;
}

.top-reason__body {
    background-image: url(image/pickup-bg.svg);
    background-position: center;
    padding: 0 0 70px;
}

.top-reason__content {
    width: 1240px;
    margin: 0 auto;
    padding: 55px 60px 66px;
    margin-top: -86px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.top-reason__item {
    width: 350px;
}

.top-reason__item-image {
    position: relative;
    margin-bottom: 10px;
}

.top-reason__item-num {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 65px;
    height: 65px;
    background: #9b042c;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding-top: 5px;
    clip-path: polygon(0 0 ,100% 0, 100% 100%, 50% calc(100% - 12px), 0 100%);
}

.top-reason__item-num .big {
    display: block;
    font-size: 34px;
}

.top-reason__item-title {
    font-size: 22px;
    letter-spacing: 0.06em;
    font-weight: 800;
    border-bottom: 1px dashed #AFAFAF;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.top-reason__item-desc {
    font-size: 13px;
    color: #5F5F5F;
    letter-spacing: 0.03em;
}

.top-common__btn a {
    display: flex;
    width: 290px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #8e1728;
    align-items: center;
    padding-left: 25px;
    background: #8e1728;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
}

.top-common__btn a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    border: solid;
    border-width: 2px 2px 0 0;
}

.top-reason__list {
    margin-bottom: 45px;
}

section.top-staff {
    padding: 70px 0 115px;
    background-image: url(image/pickup-bg.svg);
}

.top-staff__card {
    width: 264px;
}

.top-staff__list {
    gap: 28px;
    margin-bottom: 52px;
}

.top-staff__image {
    height: 360px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    margin-bottom: 12px;
    overflow: hidden;
}

.top-staff__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-staff__card a {
    display: block;
    position: relative;
}

.top-staff__name {
    border-left: 1px solid #ABC1BB;
    padding-left: 20px;
}

.top-staff__name-jp {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 7px;
    transition: all .2s ease;
}

.top-staff__name-en {
    color: #bf7a84;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.top-staff__arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    background: #8e1728;
    border-radius: 50%;
}

.top-staff__arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #fff;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
}

.top-blog__list {
    gap: 30px;
}

.top-blog__card {
    width: 360px;
    padding-bottom: 25px;
    border-bottom: 2px solid #EFEFEF;
}

.top-blog__title {
    text-align: left;
}

.top-blog__desc {
    text-align: left;
    margin-bottom: 40px;
}

.top-blog__card-image {
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.top-blog__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-blog__card-content {
    width: 190px;
    padding-top: 20px;
}

.top-blog__card-date {
    font-size: 16px;
    font-weight: bold;
}

.top-blog__card-title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 6px;
    letter-spacing: 0.06em;
    border-bottom: 1px dashed #A2A2A2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all .2s ease;
}

.top-blog__card-text {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8E8E8E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

section.top-blog {
    padding: 120px 0 130px;
}

.top-blog__btn {
    position: absolute;
    right: 0;
    top: 135px;
}

.top-blog__btn a {
    width: 250px;
}

section.top-about {
    padding: 120px 0 167px;
    background-image: url(image/about-bg.webp);
    background-position: center;
    background-size: 1440px;
}

.top-about__list {
    gap: 24px;
    padding-bottom: 70px;
    border-bottom: 2px solid #EAEAEA;
    margin-bottom: 70px;
}

.top-about__item {
    width: 267px;
}

.top-about__item-image {
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    margin-bottom: 15px;
}

.top-about__item-title-en {
    font-size: 15px;
    color: #bf7a84;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.top-about__item-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 1px dashed #AFAFAF;
    padding-bottom: 7px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top-about__item-text {
    font-size: 13px;
    color: #5F5F5F;
    letter-spacing: 0.03em;
}

.top-about__ambition-content {
    width: 350px;
}

.top-about__ambition-slider {
    width: 750px;
}

.top-about__ambition-slider  .slick-dots {
    bottom: -36px;
}

.top-about__ambition-logo {
    width: 277px;
    margin-bottom: 15px;
}

.top-about__ambition-name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.top-about__ambition-desc {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #5F5F5F;
    margin-bottom: 30px;
}

.top-about__ambition-btn a {
    background: #1A1A1A;
    display: flex;
    border: 2px solid #1A1A1A;
    width: 260px;
    height: 60px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    background-image: url(image/icon-link.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 20px;
}

.top-about__ambition-slider  .slick-dots {
    bottom: -36px;
}

section.top-area {
    padding: 120px 0 70px;
}

.top-area__item {
    width: 550px;
    padding: 25px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.top-area__item-image {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.top-area__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-area__item-head {
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #AFAFAF;
    gap: 28px;
    flex-wrap: nowrap;
}

.top-area__item-title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.top-area__item-title .deep-green {
    font-size: 120%;
}

.top-area__item-num {
    font-size: 120px;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.top-area__item-text {
    background: #FAFAFA;
    padding: 15px;
    font-size: 14px;
    color: #5F5F5F;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

section.top-banner2 {
    padding: 70px 0 165px;
}

section.top-info {
    padding: 132px 0 124px;
    background-image: url(image/about-bg.webp);
    background-position: center;
    background-size: 1440px;
}

.top-info__nakameguro-content {
    width: 590px;
}

.top-info__nakameguro-image {
    width: 470px;
    margin: 0 10px 0 0;
}

.top-info__nakameguro {
    padding-bottom: 110px;
    border-bottom: 2px solid #EBEBEB;
}

.top-info__nakameguro-image img {
    box-shadow: 10px 10px #8e1728;
}

.top-info__nakameguro-content-title {
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.top-info__nakameguro-content-title .small {
    font-size: 15px;
    font-weight: 400;
    margin-left: 1em;
}

.top-info__nakameguro-content-addr .map {
    width: 200px;
    height: 120px;
}

.top-info__nakameguro-content-addr .map iframe {
    width: 100%;
    height: 100%;
}

.top-info__nakameguro-content-addr .text {
    width: 364px;
    margin-left: auto;
}

.top-info__nakameguro-content-addr .addr {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.top-info__nakameguro-content-addr .access {
    font-size: 12px;
    color: #7B7B7B;
    letter-spacing: 0.05em;
}

.top-info__nakameguro-content-addr {
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #989898;
}

.top-info__nakameguro-content-desc {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 26px;
}

.top-info__nakameguro-content-btn a {
    margin: 0;
    width: 230px;
}

.top-info__all {
    padding: 90px 0 0;
}

.top-info__all-title-logo {
    width: 270px;
    margin-bottom: 5px;
}

.top-info__all-title-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-info__all-label {
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 50px;
}

.top-info__all-desc {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.top-info__shop-card {
    width: 20%;
}

.top-info__shop-card-content {
    border: solid #F0F0F0;
    border-width: 0 1px 2px;
    text-align: center;
    padding-bottom: 24px;
}

.top-info__shop-card-name {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 13px 0 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    border-bottom: 1px dashed #989898;
    margin-bottom: 10px;
}

.top-info__shop-card-name span {
    font-size: 15px;
    color: #9b042c;
}

.top-info__shop-card-addr {
    font-size: 12px;
    color: #888888;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    height: 4.2em;
}

.top-info__shop-card-tel {
    align-items: center;
    justify-content: center;
}

.top-info__shop-card-tel .icon {
    width: 26px;
}

.top-info__shop-card-tel .num {
    font-size: 26px;
    font-weight: bold;
}

.top-info__shop-card-hours {
    font-size: 12px;
    color: #6A6A6A;
    letter-spacing: -0.02em;
}

footer.site-ft {
    padding: 120px 0 80px;
    background: #fffbfc;
}

.site-ft__contact {
    margin-bottom: 80px;
}

.site-ft__contact-inner {
    width: 1240px;
    margin: 0 auto;
}

.site-ft__contact-title-en {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.site-ft__contact-title-jp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.3;
    gap: 40px;
    margin-bottom: 15px;
}

.site-ft__contact-title-jp .big {
    font-size: 46px;
}

.site-ft__contact-title-desc {
    text-align: center;
    color: #5F5F5F;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.site-ft__contact-title-jp:before,
.site-ft__contact-title-jp:after {
    content: "";
    width: 2px;
    height: 70px;
    background: #9D9D9D;
}

.site-ft__contact-title-jp:before {
    transform: rotate(-20deg);
}

.site-ft__contact-title-jp:after {
    transform: rotate(20deg);
}

.site-ft__contact-bg {
    background-image: url(image/ft-contact-bg.webp);
    background-position: center;
    background-size: cover;
    padding: 40px 50px;
}

.site-ft__contact-block {
    padding: 25px 60px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.site-ft__contact-item {
    width: 300px;
}

.site-ft__contact-btn-label {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.site-ft__contact-btn a {
    height: 70px;
    align-items: center;
    padding: 0 20px 0 14px;
    justify-content: space-between;
    color: #fff;
}

.site-ft__contact-btn .icon {
    width: 44px;
}

.site-ft__contact-btn .text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.site-ft__contact-btn .arrow {
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    margin-left: 28px;
}

.-contact .site-ft__contact-btn a {
    background: #8e1728;
}

.-line .site-ft__contact-btn a {
    background: #03C755;
}

.-reserve .site-ft__contact-btn a {
    background: #8e1728;
}

.site-ft__contact-tel {
    margin-top: 25px;
    padding-top: 13px;
    border-top: 2px dotted #ACACAC;
    justify-content: center;
    align-items: center;
}

.site-ft__contact-tel .label {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: #FCE7EA;
    padding: 8px 15px;
    border-radius: 4px;
    margin-right: 25px;
}

.site-ft__contact-tel .icon {
    width: 40px;
}

.site-ft__contact-tel .num {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
}

.site-ft__contact-tel .hours {
    font-size: 14px;
    color: #454545;
    letter-spacing: 0.03em;
    margin-left: 9px;
}

.site-ft__content-title {
    font-size: 42px;
    font-weight: bold;
    color: #bf7a84;
    border-bottom: 2px solid #E2EBE8;
    line-height: 1.4;
    margin-bottom: 30px;
}

.site-ft__content-menu {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.site-ft__content-menu ul {
    gap: 50px;
}

.site-ft__content-search {
    background: #fff;
    padding: 30px 40px 35px;
}

.site-ft__content-search-label {
    display: flex;
    position: relative;
    padding-left: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    gap: 12px;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.site-ft__content-search-label:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed #E2E5E4;
}

.site-ft__content-search-label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #8e1728;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

.site-ft__content-search-menu ul {
    gap: 10px 30px;
    font-size: 14px;
    color: #5F5F5F;
    font-weight: 500;
}

.site-ft__content-search-list .flex {
    align-items: flex-start;
}

.site-ft__content-search-list .label {
    border-right: 2px solid #E0E0E0;
    width: 190px;
    margin-right: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.site-ft__content-search-list .menu ul {
    gap: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #5F5F5F;
    font-weight: 500;
}

.site-ft__content-search-list > .flex +  .flex {
    margin-top: 11px;
}

.site-ft__content-shop {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 2px solid #E2EBE8;
}

.site-ft__content-logo-image {
    width: 191px;
}

.site-ft__content-logo-text {
    font-size: 13px;
    color: #898989;
    margin-bottom: 10px;
}

.site-ft__content-logo {
    margin-bottom: 15px;
}

.site-ft__content-tel-number {
    font-size: 30px;
    line-height: 1.4;
    background-image: url(image/icon-tel.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 25px;
    background-position: center left -2px;
}

.site-ft__content-tel-hours {
    font-size: 11px;
    color: #6C6C6C;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.site-ft__content-tel {
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.site-ft__content-action {
    gap: 8px;
}

.site-ft__content-action-item {
    width: 114px;
}

.site-ft__content-action-item a {
    display: block;
    height: 64px;
    text-align: center;
    padding: 5px;
    color: #fff;
}

.site-ft__content-action-item.-contact a {
    background: #8e1728;
}

.site-ft__content-action-item.-line a {
    background: #03C755;
}

.site-ft__content-action-item.-reserve a {
    background: #8e1728;
}

.site-ft__content-action-item .icon {
    width: 34px;
    margin: 0 auto;
}

.site-ft__content-action-item .text {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.site-ft__content-area {
    align-items: center;
    width: 727px;
    margin-left: auto;
    padding-left: 55px;
    border-left: 2px dotted #D3D3D3;
}

.site-ft__content-area-map {
    width: 310px;
    height: 210px;
}

.site-ft__content-area-map iframe {
    width: 100%;
    height: 100%;
}

.site-ft__content-area-text {
    width: 332px;
    margin-left: auto;
}

.site-ft__content-area-text .addr {
    color: #7C7C7C;
    font-size: 13px;
    letter-spacing: 0.05em;
    border-bottom: 2px dotted #D3D3D3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.site-ft__content-area-text .addr p + p {
    margin-top: 8px;
}

.site-ft__content-area-text .company {
    font-size: 13px;
    color: #818181;
    letter-spacing: 0.02em;
}

.site-ft__content-area-text .company a {
    font-size: 14px;
    padding-right: 20px;
    background-image: url(image/icon-link-gray.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12px;
}

.site-bottom {
    height: 55px;
    background: #8e1728;
    color: #fff;
    padding: 0 50px;
}

.site-bottom__inner {
    height: 100%;
    align-items: center;
}

.site-bottom__copyright small {
    font-size: 12px;
    font-weight: 500;
}

.site-bottom__menu {
    font-size: 13px;
    letter-spacing: 0.02em;
}

.site-bottom__menu ul {
    gap: 25px;
    line-height: 1.4;
}

.site-bottom__menu li + li {
    border-left: 1px solid #D3D3D3;
    padding-left: 25px;
}

section.page-staff-fv {
    padding: 50px 0 0;
    position: relative;
}

section.page-staff-fv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 395px;
    z-index: -1;
    background-image: url(image/pickup-bg.svg);
    background-position: center;
}

.page-staff-fv__breadcrumb {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.05em;
    height: 0;
    position: relative;
    top: 30px;
    color: #9B9B9B;
}

.page-staff-fv__breadcrumb .current-item {
    color: #8e1728;
}

.page-staff-fv__image {
    width: 490px;
    height: 410px;
    margin-right: 10px;
}

.page-staff-fv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 10px 10px #9b042c;
}

.page-staff-fv__content {
    padding-top: 95px;
    width: 590px;
}

.page-staff-fv__content-wrap {
    padding-left: 28px;
    border-left: 2px solid #C3D5D0;
}

.page-staff-fv__position {
    font-size: 24px;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #8e1728;
}

.page-staff-fv__name {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

.page-staff-fv__name .en {
    font-size: 29px;
    letter-spacing: 0;
    color: #bf7a84;
    margin-left: 1em;
}

.page-staff-contact__inner {
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 30px 50px 40px;
}

section.page-staff-contact {
    margin-top: -182px;
}

.page-staff-contact__wrap {
    width: 545px;
    position: relative;
}

.page-staff-contact__btns {
    gap: 25px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #E2E5E4;
    margin-bottom: 10px;
}

.page-staff-contact__note {
    font-size: 13px;
    color: #848484;
    letter-spacing: 0.05em;
}

.page-staff-contact__btn-label {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    gap: 10px;
    margin-bottom: 5px;
}

.page-staff-contact__btn-label:before,
.page-staff-contact__btn-label:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #1A1A1A;
}

.page-staff-contact__btn-label:before {
    transform: rotate(-30deg);
}

.page-staff-contact__btn-label:after {
    transform: rotate(30deg);
}

.page-staff-contact__btn-link a {
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 9px;
    color: #fff;
}

.-reserve .page-staff-contact__btn-link a {
    background: #9b042c;
}

.page-staff-contact__btn-icon {
    width: 40px;
}

.page-staff-contact__btn {
    width: 260px;
}

.-line .page-staff-contact__btn-link a {
    background: #03C755;
}

.page-staff-contact__btn-arrow {
    width: 11px;
    height: 11px;
    border: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    margin-left: 20px;
}

.page-staff-contact__btn-text {
    font-weight: 800;
    letter-spacing: 0.06em;
}

section.page-staff-content {
    padding: 85px 0 140px;
}

.page-staff-content__inner {
    width: 1240px;
    margin: 0 auto;
}

.page-staff-content__main {
    width: 1060px;
    margin: 0 auto;
}

.page-staff-content__video {
    width: 355px;
    height: 520px;
    margin-left: 15px;
    box-shadow: -15px 15px #9b042c;
}

.wp-video {
    width: 100%;
    height: 100%;
}

.page-staff-content__message {
    width: 610px;
    padding-top: 45px;
}

.page-staff-content__text {
    letter-spacing: 0.07em;
    line-height: 1.75;
}

.page-staff-content__contact {
    margin-top: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    padding: 23px 32px 27px;
    justify-content: space-between;
}

.page-staff-content__video video.wp-video-shortcode {
    height: 480px !important;
}

.page-staff-content__video .mejs-container {
    height: 520px !important;
}

.page-staff-content__profile {
    padding: 136px 90px 60px;
    background-image: url(image/about-bg.webp);
    background-position: center;
    background-size: 1440px;
    border-radius: 4px;
    margin-top: -60px;
}

.page-staff-content__profile-title {
    border-bottom: 2px dotted #EAEAEA;
    align-items: center;
}

.page-staff-content__profile-title-en {
    font-size: 46px;
    line-height: 1.4;
    font-weight: bold;
    color: #9b042c;
}

.page-staff-content__profile-title-jp {
    font-weight: bold;
    margin-left: 1em;
    letter-spacing: 0.05em;
    margin-top: 12px;
}

.page-staff-content__profile-item {
    width: 510px;
    border-bottom: 2px dotted #EAEAEA;
    padding: 20px 0;
    align-items: center;
}

.page-staff-content__profile-list {
    margin-bottom: 50px;
}

.page-staff-content__manager {
    padding: 40px 80px;
    background: #fff;
    border-radius: 4px;
    align-items: center;
}

.page-staff-content__manager-title-en {
    font-size: 17px;
    font-weight: bold;
    color: #9b042c;
}

.page-staff-content__manager-title-jp {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.page-staff-content__manager-title {
    width: 270px;
}

.page-staff-content__manager-message {
    width: 630px;
    font-size: 15px;
    color: #5F5F5F;
    padding-left: 80px;
    border-left: 1px solid #B9B6B6;
}

.page-staff-content__profile-item .label {
    width: 152px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-staff-content__profile-item .content {
    width: 358px;
    padding-left: 50px;
    border-left: 1px solid #BCBCBC;
    color: #767676;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.page-fv__bg {
    height: 280px;
}

.page-fv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-fv {
    border-bottom: 10px solid #bf7a84;
    position: relative;
    margin-bottom: 20px;
}

.page-fv__inner {
    position: absolute;
    width: 1240px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.page-fv__title-en {
    font-weight: bold;
    font-size: 80px;
    text-transform: capitalize;
    line-height: 1.2;
}

.page-fv__title-jp {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-breadcrumb {
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0.05em;
}

.page-breadcrumb__inner {
    width: 1240px;
    margin: 0 auto;
}

.page-breadcrumb .current-item {
    color: #8e1728;
}

.page-company__map iframe {
    width: 100%;
}

.page-company__map {
    margin-top: 80px;
}

.privacy_index h2 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 1em;
    border-bottom: 1px dotted #a7a7a7;
    margin-top: 3em;
}

.privacy_index h2:first-child {
    margin-top: 0;
}

table.privacy_table {
    width: 100%;
    margin: 1em 0;
}

table.privacy_table th,table.privacy_table td {
    border: 1px solid #ccc;
    padding: 0.5em 1.5em;
}

table.privacy_table th {
    background: #f2f2f2;
}

.privacy_index .list {
    list-style: circle;
    margin-left: 2em;
}

.page-breadcrumb__inner .between {
    margin: 0 0.5em;
}

.page-butken-heya .common_page_wrap,
.page-heya .common_page_wrap {
    padding-top: 0;
}

.page-butken-heya__breadcrumbs,
.page-heya__breadcrumbs {
    margin: 1em 0;
}

.page-shop__info {
    padding: 110px 0 0;
}

.page-shop__info table {
    width: 100%;
    border-spacing: 0px 10px;
    border-collapse: separate;
}

.page-shop__info table th {
    background: #fff;
    width: 25%;
}

.page-shop__info table th,
.page-shop__info table td {
    padding: 0.5em 2em;
}

section.page-shop-review {
    padding: 100px 0;
}

.page-shop-review__content {
    background-image: url(image/pickup-bg.svg);
    background-position: center;
    padding: 60px 80px;
}

.page-shop-review__content .box_cont {
    border-radius: 20px;
    background: #fff;
    padding: 40px 30px;
    height: 300px;
    overflow-y: scroll;
}

.page-shop-review__content .review_item {
    display: flex;
}

.page-shop-review__content .stars_box {
    display: flex;
    width: 150px;
    gap: 5px;
}

.page-shop-review__content .item_text_area {
    width: 770px;
}

.page-shop-review__content .review_item + .review_item {
    margin-top: 30px;
    border-top: 2px solid #EFEFEF;
    padding-top: 30px;
}

section.page-shop-gallery {
    padding: 0 0 100px;
}

.page-shop-gallery__content li {
    width: 264px;
}

.page-shop-gallery__content ul {
    gap: 28px;
}

.page-shop-gallery__image {
    height: 240px;
    overflow: hidden;
}

.page-shop-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.page-shop-gallery .page-common__title {
    margin-bottom: 50px;
}

.form-hidden {
    display: none;
}

.page-reason .top-reason__head {
    background: #fffbfc;
}

.page-reason .top-reason__head:before {
    display: none;
}

.page-reason .top-reason__head .wrap {
    color: inherit;
}

@media (hover: hover) and (pointer: fine) {

.site-hd__action-item a:hover {
    opacity: .5;
}

.site-hd__btns a:hover {
    opacity: .7;
}

.site-hd__menu a:hover {
    color: var(--sub-color);
}

.top-search__btn a:hover {
    transform: translateY(6px);
}

a:hover .top-pickcup__item-image img {
    transform: scale(1.1);
}

a:hover .top-pickcup__item-arrow {
    background: #fff;
    color: #8e1728;
}

a:hover .top-newarrivals__item-image img {
    transform: scale(1.1);
}

a:hover .top-newarrivals__item-info .title {
    color: var(--sub-color);
}

.top-common__btn a:hover {
    background: #fff;
    color: #8e1728;
}

a:hover .top-staff__name-jp {
    color: #8e1728;
}

a:hover .top-staff__image img {
    transform: scale(1.1);
}

a:hover .top-blog__card-image img {
    transform: scale(1.1);
}

a:hover .top-blog__card-title {
    color: var(--sub-color);
}

.top-about__ambition-btn a:hover {
    background-color: #fff;
    color: #1A1A1A;
    background-image: url(image/icon-link-black.svg);
}

.site-ft__contact-btn a:hover {
    opacity: .7;
}

.site-ft__content-action-item a:hover {
    opacity: .7;
}

.site-ft__content-menu a:hover {
    color: #8e1728;
}

.site-ft__content-search a:hover {
    color: #8e1728;
}

.page-shop-gallery__image a:hover img {
    transform: scale(1.1);
}

.page-staff-contact__btn-link a:hover {
    opacity: .7;
}

}

@media (max-width: 750px) {

    .wrap{
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.33vw;
        padding-top: 80px;
        min-width: auto !important;
    }

    body > * {
        font-size: 3.33vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    header.site-hd-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    z-index: 999;
}

.site-hd-sp__inner {
    height: 100%;
    padding: 0 5vw;
    align-items: center;
}

.site-hd-sp__logo {
    width: 136px;
}

.site-hd-sp__btn {
    width: 60px;
    margin-right: 8px;
}

.site-hd-sp__btn a {
    background: #fffbfc;
    display: block;
    border-radius: 4px;
    height: 50px;
    padding-top: 5px;
}

.site-hd-sp__btn-icon {
    width: 18px;
    margin: 0 auto 4px;
    line-height: 0;
}

.site-hd-sp__btn-text {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}

.site-hd-sp__menu-btn {
    width: 32px;
    height: 20px;
    margin-left: 8px;
    position: relative;
}

.site-hd-sp__content {
    align-items: center;
}

.site-hd-sp__menu-btn .bar {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1A1A1A;
    border-radius: 2px;
    transition: .2s;
    left: 0;
}

.site-hd-sp__menu-btn .bar:nth-child(1) {
    top: 0;
}

.site-hd-sp__menu-btn .bar:nth-child(2) {
    top: 9px;
}

.site-hd-sp__menu-btn .bar:nth-child(3) {
    top: 18px;
}

.site-sp-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow-y: scroll;
    background-image: url(image/pickup-bg.svg);
    background-position: center;
    transition: .2s;
    padding: calc(80px + 6vw) 0 calc(100px + 8vw);
}

.site-sp-menu__inner {
    padding: 0 5vw;
}

.site-sp-menu__search-title {
    display: flex;
    justify-content: center;
    font-size: 5.13vw;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 2.5vw;
    align-items: flex-end;
    gap: 3vw;
}

.site-sp-menu__search-title:before, .site-sp-menu__search-title:after {
    content: "";
    width: 2px;
    height: 7.7vw;
    background: #9A9A9A;
}

.site-sp-menu__search-title:before {
    transform: rotate(-30deg);
}

.site-sp-menu__search-title:after {
    transform: rotate(30deg);
}

.top-search__btn {
    width: 100%;
}

.top-search__action {
    gap: 3.6vw;
    margin-bottom: 10vw;
}

.top-search__btn a {
    height: 39.8vw;
    padding: 3vw 0 17vw 3vw;
    position: relative;
}

.top-search__btn-icon {
    width: 19.5vw;
    height: 19.5vw;
    margin-right: 3vw;
}

.top-search__btn-icon img {
    width: 8.2vw;
}

.top-search__btn-content {
    width: auto;
    padding-left: 0;
    border: none;
}

.top-search__btn-en {
    font-size: 4.6vw;
}

.top-search__btn-title {
    font-size: 4.6vw;
    margin: 0;
}

.top-search__btn-desc {
    position: absolute;
    left: 3vw;
    font-size: 3.1vw;
    right: 11vw;
    bottom: 3vw;
    border-top: 1px dashed #BFBFBF;
    padding-top: 1.5vw;
}

.top-search__btn-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.4vw;
}

.top-search__btn-arrow:after {
    width: 2vw;
    height: 2vw;
    right: 2.5vw;
}

.site-sp-menu__search .top-search__btn a {
    height: 20vw;
    padding: 2.5vw;
}

.site-sp-menu__search {
    padding-bottom: 10vw;
    border-bottom: 2px solid #E2E5E4;
}

.site-sp-menu__search .top-search__btn-icon {
    width: 15vw;
    height: 15vw;
    margin-right: 3.5vw;
}

.site-sp-menu__search .top-search__btn-title {
    margin: 0;
}

.site-sp-menu__search .top-search__btn-content {
    padding-left: 3.5vw;
    border-left: 1px dashed #BFBFBF;
}

.site-sp-menu__search .top-search__btn-icon img {
    width: 6.5vw;
}

.site-sp-menu__search .top-search__action {
    margin-bottom: 5vw;
}

.top-search__freeword-title-en {
    font-size: 5.6vw;
}

.top-search__freeword-title-jp {
    font-size: 3.3vw;
}

.top-search__freeword-title {
    width: 100%;
    border: none;
    margin-bottom: 2px;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
}

.top-search__freeword-content {
    width: 100%;
}

.top-search__freeword-form input[type=text] {
    height: 12.8vw;
    padding-left: 6vw;
    padding-right: 12vw;
}

.top-search__freeword-form input[type=text]::placeholder {
    font-size: 3vw;
}

.top-search__freeword-form input[type=submit] {
    width: 6.6vw;
    height: 6.6vw;
    right: 5vw;
}

.site-sp-menu__category {
    padding: 5vw 0 7.7vw;
    border-bottom: 2px solid #E2E5E4;
}

.site-sp-menu__category-label {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 4.1vw;
    margin-bottom: 4vw;
    position: relative;
}

.site-sp-menu__category-label:after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 2.5vw;
    background-image: url(image/site-sp-menu__category-label-arrow.svg);
    background-size: 100%;
    transition: .2s;
    right: 2.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-sp-menu__category-content li {
    width: 44vw;
}

.site-sp-menu__category-content li a {
    display: flex;
    height: 11.8vw;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    font-weight: 600;
    padding-left: 3vw;
}

.site-sp-menu__category-content ul {
    gap: 2vw 0;
}

span.site-sp-menu__category-content-arrow {
    width: 4.1vw;
    height: 4.1vw;
    background: #8e1728;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 3vw;
    position: relative;
}

.site-sp-menu__category-content-arrow:after {
    content: "";
    width: 1.4vw;
    height: 1.4vw;
    border: solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 36%;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.site-sp-menu__category-content {
    display: none;
}

.site-sp-menu__menu {
    padding: 10vw 0;
    border-bottom: 2px solid #E2E5E4;
}

.site-sp-menu__menu-title {
    font-size: 8.2vw;
    color: #bf7a84;
    font-weight: bold;
}

.site-sp-menu__menu-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    padding: 1vw 5vw;
}

.site-sp-menu__menu-list a {
    display: flex;
    padding: 4vw 1.3vw;
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    align-items: center;
}

.site-sp-menu__menu-list li + li {
    border-top: 2px dotted #E2E5E4;
}

.site-sp-menu__menu-arrow {
    width: 5.1vw;
    height: 5.1vw;
    background: #8e1728;
    border-radius: 50%;
    margin-left: auto;
    position: relative;
}

.site-sp-menu__menu-arrow:after {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border: solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 36%;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.site-ft__contact-inner {
    width: 100%;
}

.site-sp-menu__contact {
    padding: 10vw 0 7.5vw;
}

.site-ft__contact-title-en {
    font-size: 4.6vw;
}

.site-ft__contact-title-jp {
    font-size: 4.6vw;
    gap: 4vw;
}

.site-ft__contact-title-jp .big {
    font-size: 6.6vw;
}

.site-ft__contact-title-jp:before, .site-ft__contact-title-jp:after {
    height: 8vw;
}

.site-ft__contact-title-desc {
    font-size: 3.3vw;
    margin-bottom: 7.5vw;
}

.site-ft__contact-bg {
    padding: 5vw;
}

.site-ft__contact-block {
    padding: 3.8vw 5vw;
}

.-tel .site-ft__contact-btn a {
    background: #fffbfc;
    color: #8e1728;
}

.site-ft__contact-btn a {
    height: 15vw;
    padding-left: 2vw;
    padding-right: 3.8vw;
}

.site-ft__contact-item {
    width: 100%;
}

.site-ft__contact-item + .site-ft__contact-item {
    margin-top: 3vw;
    border-top: 2px solid #E0E0E0;
    padding-top: 2.5vw;
}

.site-ft__contact-btn-label {
    font-size: 3.6vw;
}

.site-ft__contact-btn-hours {
    font-size: 3vw;
    text-align: center;
    color: #626262;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-top: 0.2em;
}

.site-ft__contact-btn .arrow {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 6vw;
}

.site-ft__contact-btn .text {
    font-size: 4.1vw;
}

.site-ft__contact-btn .icon {
    width: 10vw;
}

.-tel .site-ft__contact-btn .icon {
    padding: 0 1vw;
}

.site-sp-menu__bottom-menu ul {
    justify-content: center;
    gap: 6.4vw;
    color: #6A6A6A;
    line-height: 1.2;
}

.site-sp-menu__bottom-menu li + li {
    padding-left: 6.4vw;
    border-left: 1px solid #A7A7A7;
}

.site-sp-menu__bottom-menu {
    margin-bottom: 7.2vw;
}

.site-sp-menu__bottom-copyright {
    text-align: center;
    line-height: 1.3;
}

.site-sp-menu__bottom-copyright small {
    font-size: 3.1vw;
    color: #9F9F9F;
}

.site-sp-menu.opend {
    left: 0%;
}

.site-hd-sp__menu-btn.opend .bar:nth-child(1) {
    top: 9px;
    transform: rotate(30deg);
}

.site-hd-sp__menu-btn.opend .bar:nth-child(2) {
    opacity: 0;
}

.site-hd-sp__menu-btn.opend .bar:nth-child(3) {
    transform: rotate(-30deg);
    top: 9px;
}

.site-sp-menu__category-label.opend:after {
    transform: rotate(180deg);
}

section.top-fv {
    height: auto;
    background-image: url(image/fv-bg-sp.webp);
}

.top-fv__inner {
    width: 100%;
    padding: 25vw 5vw;
}

.top-fv__title {
    margin-bottom: 4vw;
}

.top-fv__title-main {
    font-size: 6.6vw;
}

.top-fv__title-main .big {
    font-size: 11vw;
}

.top-fv__title-sub {
    font-size: 4.4vw;
    width: 100%;
    padding: 2vw 2vw 2vw 6vw;
    border-radius: 20vw;
    line-height: 1.3;
}

.top-fv__text {
    font-size: 3.6vw;
}

.top-banner__slider .full img {
    height: 69vw;
}

.top-banner__slider .half + .half {
    margin-top: 3vw;
}

.top-banner__slider .half img {
    height: 33vw;
}

.top-banner__slider .slick-slide {
    margin: 0 1.5vw;
}

.slick-dots li {
    width: 3vw;
    height: 3vw;
}

.slick-dots {
    gap: 5vw;
}

.top-banner__slider .slick-dots {
    bottom: -8vw;
}

section#top-banner {
    padding: 18vw 0 20vw;
}

section.top-search {
    padding: 8vw 0 16vw;
}

.top-common__title-en {
    font-size: 11.8vw;
}

.top-common__title-jp {
    font-size: 4.1vw;
}

.top-common__title {
    margin-bottom: 2.5vw;
}

.top-common__desc {
    margin-bottom: 7vw;
}

.top-search__freeword {
    gap: 2vw;
}

.top-search__freeword-tags {
    padding: 0;
    font-size: 3.1vw;
}

.top-search__freeword-tags ul {
    gap: 0 5vw;
}

.top-pickcup__title {
    font-size: 5vw;
    text-align: center;
    gap: 3vw;
    margin-bottom: 3vw;
}

.top-pickcup__title:before, .top-pickcup__title:after {
    height: 8vw;
}

.top-pickcup__content .slick-dotted.slick-slider {
    padding: 6.4vw 0 14vw;
}

.top-pickcup__block-inner {
    width: 90vw;
    gap: 3.6vw 0;
    justify-content: space-between;
}

.top-pickcup__item {
    width: 43vw;
}

.top-pickcup__item-image {
    height: 25vw;
}

.top-pickcup__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-pickcup__item-arrow {
    display: none;
}

.top-pickcup__item-label-en {
    font-size: 3vw;
}

.top-pickcup__item-label-jp {
    font-size: 3.8vw;
}

.top-pickcup__item-label {
    left: 2vw;
    bottom: 1vw;
}

.top-pickcup__item-desc {
    padding: 1.5vw;
    font-size: 3vw;
}

.top-pickcup__item a {
    height: 100%;
}

.top-pickcup__content .slick-dots {
    bottom: 9vw;
}

.top-newarrivals__tabs li {
    width: 28.7vw;
    line-height: 10vw;
    border-radius: 2px;
}

.top-newarrivals__tabs ul {
    gap: 2vw 0;
}

.top-newarrivals__tabs {
    margin-bottom: 6vw;
}

.top-newarrivals__item {
    width: 100%;
    padding-bottom: 5vw;
    border-bottom: 2px solid #EFEFEF;
}

.top-newarrivals__item-image {
    width: 33vw;
    height: 43vw;
}

.top-newarrivals__item-info {
    width: 51vw;
}

.top-newarrivals__item-info .title {
    font-size: 3.8vw;
    padding-bottom: 2.5vw;
    margin-bottom: 2vw;
}

.top-newarrivals__item-info .yachin .num {
    font-size: 7.7vw;
}

.top-newarrivals__item-info .yachin {
    line-height: 1;
}

.top-newarrivals__item-info .madori {
    font-size: 3.8vw;
    margin-bottom: 1vw;
}

.top-newarrivals__item-info .access {
    font-size: 3vw;
}

.top-newarrivals__block ul {
    gap: 5vw 0;
}

.top-newarrivals__blocks {
    border: none;
    padding: 0;
}

section.top-newarrivals {
    padding: 18vw 0 28vw;
}

.top-reason__head {
    padding: 15vw 0 28vw;
}

.top-reason__title {
    font-size: 5vw;
}

.top-reason__title .big {
    font-size: 8.2vw;
    display: inline-block;
    margin-top: 3vw;
    line-height: 1.3;
}

.top-reason__en {
    width: 34vw;
    left: 54vw;
    top: 16vw;
}

.top-reason__body {
    padding: 0 0 10vw;
}

.top-reason__content {
    width: 90vw;
    padding: 5vw 5vw 7vw;
    margin-top: -22vw;
}

.top-reason__item-num {
    width: 15.4vw;
    height: 15.4vw;
    font-size: 3vw;
    padding-top: 1.5vw;
    clip-path: polygon(0 0 ,100% 0, 100% 100%, 50% calc(100% - 2vw), 0 100%);
}

.top-reason__item-num .big {
    font-size: 8.2vw;
}

.top-reason__item-image {
    margin-bottom: 2vw;
}

.top-reason__item-title {
    font-size: 5vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}

.top-reason__item {
    width: 100%;
}

.top-reason__item-desc {
    font-size: 3.3vw;
}

.top-reason__list {
    gap: 6vw;
    margin-bottom: 7vw;
}

.top-common__btn a {
    width: 66vw;
    height: 14vw;
    font-size: 3.8vw;
    padding-left: 5vw;
}

.top-common__btn a:after {
    width: 2.5vw;
    height: 2.5vw;
    right: 4vw;
}

section.top-staff {
    padding: 8vw 0 20vw;
}

.top-staff__list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 5vw;
    margin-bottom: 9vw;
}

.top-staff__card {
    min-width: 59vw;
}

.top-staff__image {
    height: 74vw;
    margin-bottom: 2.5vw;
}

.top-staff__name {
    padding-left: 3.6vw;
}

.top-staff__name-jp {
    font-size: 5vw;
}

.top-staff__name-en {
    font-size: 4vw;
}

.top-staff__arrow {
    width: 7.7vw;
    height: 7.7vw;
    right: 0;
    bottom: 1.5vw;
}

.top-staff__arrow:after {
    width: 2vw;
    height: 2vw;
    right: 40%;
}

section.top-blog {
    padding: 18vw 0 20vw;
}

.top-blog__btn {
    position: static;
}

.top-blog__list {
    gap: 5vw;
    margin-bottom: 7.7vw;
}

.top-blog__card-image {
    width: 33vw;
    height: 44vw;
}

.top-blog__card-content {
    width: 51vw;
    padding-top: 3vw;
}

.top-blog__card-date {
    font-size: 3.6vw;
}

.top-blog__card-title {
    font-size: 3.8vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}

.top-blog__card-text {
    font-size: 3.1vw;
}

.top-blog__card {
    width: 100%;
    padding-bottom: 5vw;
}

section.top-about {
    padding: 18vw 0 20vw;
}

.top-about__item {
    width: 43vw;
}

.top-about__list {
    justify-content: space-between;
    gap: 7.7vw 0;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
}

.top-about__item-image {
    margin-bottom: 2.5vw;
}

.top-about__item-title-en {
    font-size: 3.6vw;
    margin-bottom: 1vw;
}

.top-about__item-title {
    font-size: 3.8vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}

.top-about__item-text {
    font-size: 3.1vw;
}

.top-about__ambition-content {
    width: 100%;
    margin-bottom: 5vw;
}

.top-about__ambition-logo {
    width: 62vw;
    margin: 0 auto 2vw;
}

.top-about__ambition-name {
    font-size: 4.1vw;
    text-align: center;
    margin-bottom: 2vw;
}

.top-about__ambition-desc {
    text-align: center;
    font-size: 3.3vw;
    margin: 0;
}

.top-about__ambition-slider {
    width: 100%;
}

.top-about__ambition-slider .slick-dots {
    bottom: -6vw;
}

.top-about__ambition-btn a {
    width: 64vw;
    height: 14vw;
    font-size: 3.8vw;
    padding-left: 5vw;
    margin: 14vw auto 0;
}

section.top-area {
    padding: 18vw 0 25vw;
}

section.top-banner2 {
    padding: 0 0 20vw;
}

.top-area__item {
    width: 100%;
    padding: 3.8vw;
}

.top-area__item-head {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    gap: 0;
}

.top-area__item-image {
    width: 23vw;
    height: 23vw;
}

.top-area__item-title {
    font-size: 3.8vw;
    padding-left: 3vw;
    width: 59vw;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.top-area__item-num {
    font-size: 20vw;
    bottom: -6vw;
}

.top-area__item-text {
    padding: 2.5vw 2.5vw 3vw;
    font-size: 3.1vw;
}

.top-info__nakameguro-image {
    order: -1;
    margin: 0 0 2.5vw;
}

section.top-info {
    padding: 17vw 0;
}

.top-info__nakameguro-image img {
    box-shadow: none;
    width: 100%;
    height: 46vw;
    object-fit: cover;
}

.top-info__nakameguro-content {
    width: 100%;
}

.top-info__nakameguro-content-title {
    font-size: 6.1vw;
}

.top-info__nakameguro-content-title .small {
    display: block;
    font-size: 3.3vw;
    margin: 0;
}

.top-info__nakameguro-content-addr .text {
    width: 100%;
}

.top-info__nakameguro-content-addr .addr {
    font-size: 3.3vw;
    margin-bottom: 1vw;
}

.top-info__nakameguro-content-addr .access {
    font-size: 3.1vw;
}

.top-info__nakameguro-content-addr {
    padding-bottom: 3.8vw;
    margin-bottom: 3vw;
}

.top-info__nakameguro-content-desc {
    font-size: 3.3vw;
    margin-bottom: 6.4vw;
}

.top-info__nakameguro-content-btn a {
    margin: 0 auto;
}

.top-info__nakameguro {
    padding-bottom: 12.8vw;
}

.top-info__all {
    padding: 11.8vw 0 0;
}

.top-info__all-title-logo {
    width: 50vw;
    margin: 0 auto 2vw;
}

.top-info__all-title-text {
    font-size: 4.1vw;
}

.top-info__all-label {
    gap: 2.5vw;
    margin-bottom: 6.4vw;
}

.top-info__all-desc {
    color: #5F5F5F;
    font-size: 3.3vw;
    text-align: center;
    padding: 0 5vw;
    width: 100%;
}

.top-info__shop-card {
    min-width: 74vw;
}

.top-info__shop-card-image img {
    width: 100%;
    height: 36vw;
    object-fit: cover;
    object-position: center top;
}

.top-info__shop-card-content {
    padding-bottom: 5vw;
}

.top-info__shop-card-name {
    width: calc(100% - 6vw);
    font-size: 4.6vw;
    margin-bottom: 2vw;
}

.top-info__shop-card-name span {
    font-size: 3.3vw;
}

.top-info__shop-card-addr {
    font-size: 3.1vw;
}

.top-info__shop-card-tel .num {
    font-size: 6.4vw;
}

.top-info__shop-card-tel .icon {
    width: 5.6vw;
    margin-right: 1vw;
}

.top-info__shop-card-hours {
    font-size: 3.1vw;
}

.site-ft__contact {
    margin-bottom: 12vw;
    padding: 0 5vw;
}

footer.site-ft {
    padding: 18vw 0 11vw;
}

.top-newarrivals__block ul.slick-dots {
    gap: 5vw;
    bottom: -9vw;
}

.top-info__nakameguro-content-mpabtn {
    width: 38vw;
    position: absolute;
    right: 0;
    top: 3vw;
}

.top-info__nakameguro-content-mpabtn a {
    display: flex;
    height: 11vw;
    background: #fffbfc;
    align-items: center;
    padding-left: 4.5vw;
    font-weight: 800;
    color: #8e1728;
    letter-spacing: 0.02em;
    position: relative;
}

.top-info__nakameguro-content-mpabtn a:after {
    content: "";
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    border: solid;
    right: 3vw;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.top-info__all-lsit {
    flex-wrap: nowrap;
}

.top-info__all-lsit-wrap {
    overflow-x: scroll;
}

.site-bottom-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 9px 6px;
    width: 100%;
}

.site-bottom-fixed__btns {
    display: flex;
    justify-content: space-between;
}

.site-bottom-fixed__btn {
    width: calc(25% - 8px);
}

.site-bottom-fixed__btn a {
    display: block;
    text-align: center;
    color: #fff;
    height: 100%;
    padding: 2px 0 5px;
}

.site-bottom-fixed__icon {
    width: 30px;
    margin: 0 auto -3px;
    line-height: 0;
}

.site-bottom-fixed__hours {
    text-align: center;
    font-size: 12px;
    color: #626262;
    font-weight: 500;
}

.site-bottom-fixed__text {
    font-size: 11px;
    font-weight: 800;
}

.site-bottom-fixed__btn.-reserve a {
    background: #8e1728;
}

.site-bottom-fixed__btn.-line a {
    background: #03C755;
}

.site-bottom-fixed__btn.-contact a {
    background: #8e1728;
}

.site-bottom-fixed__btn.-tel a {
    background: #fffbfc;
    color: #8e1728;
}

.-tel .site-bottom-fixed__icon {
    width: 20px;
    margin-top: 6px;
    margin-bottom: 1px;
}

.site-ft__content-search {
    background: no-repeat;
    padding: 0;
}

.site-ft__content-search-label {
    font-size: 3.8vw;
    padding-left: 5.6vw;
    margin-bottom: 3vw;
}

.site-ft__content-search-list .label:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed #E2E5E4;
}

.site-ft__content-search-label:before {
    width: 3.8vw;
    height: 3.8vw;
}

.site-ft__content-search-list {
    background: #fff;
    padding: 5vw;
}

.site-ft__content-search-list .label {
    border: none;
    width: 100%;
    display: flex;
    margin: 0 0 1vw;
    white-space: nowrap;
    align-items: center;
    gap: 3vw;
    font-size: 3.3vw;
}

.site-ft__content-search-label:after {
    display: none;
}

.site-ft__content-search-list .menu ul {
    gap: 0 4vw;
    font-size: 3.1vw;
}

.site-ft__content-search-list > .flex + .flex {
    margin-top: 4vw;
}

.site-ft__content-search + .site-ft__content-search {
    margin-top: 7vw;
}

.site-ft__content-shop {
    margin-top: 10vw;
    padding-top: 10vw;
}

.site-ft__content-area {padding: 0;border: 0;width: 100%;}

.site-ft__content-logo {
    margin-bottom: 3.3vw;
}

.site-ft__content-logo-text {
    font-size: 3.3vw;
    text-align: center;
    margin-bottom: 2.5vw;
}

.site-ft__content-info {
    width: 100%;
}

.site-ft__content-logo-image {
    width: 44vw;
    margin: 0 auto;
}

.site-ft__content-area-text {
    width: 100%;
    margin: 0;
    text-align: center;
}

.site-ft__content-area-text .addr {
    font-size: 3.6vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    line-height: 1.4;
}

.site-ft__content-area-text .addr p + p {
    margin-top: 2vw;
}

.site-ft__content-area-text .company {
    font-size: 3.3vw;
}

.site-ft__content-area-text .company a {
    font-size: 3.6vw;
    background-size: 3vw;
    padding-right: 4vw;
}

.site-bottom {
    height: auto;
    background: #fffbfc;
    color: #6A6A6A;
    padding: 0 5vw calc(90px + 10vw);
}

.site-bottom__copyright {
    order: 2;
    width: 100%;
    text-align: center;
}

.site-bottom__copyright small {
    font-size: 3vw;
    color: #9F9F9F;
}

.site-bottom__menu {
    width: 100%;
    margin-bottom: 5vw;
}

.site-bottom__menu ul {
    justify-content: center;
    gap: 6vw;
}

.site-bottom__menu li + li {
    padding-left: 6vw;
}

.site-ft__content-area-map {
    width: 100%;
    height: 48vw;
    margin-bottom: 5vw;
}

.page-fv__bg {height: 44vw;}

.page-fv {
    margin-bottom: 5vw;
    border: none;
}

.page-fv__inner {
    width: 90vw;
}

.page-fv__title-en {
    font-size: 12.8vw;
}

.page-fv__title-jp {
    font-size: 3.8vw;
}

.page-breadcrumb__inner {
    width: 90vw;
    font-size: 3.1vw;
}

.page-company__map {
    margin-top: 15vw;
}

.page-company__map iframe {
    height: 90vw;
}

section.page-staff-fv {
    padding: 8vw 0 0;
}

.page-staff-fv__breadcrumb {
    top: 0;
    height: auto;
    font-size: 3.1vw;
    order: 0;
    margin-bottom: 10vw;
}

.page-staff-fv__content {
    order: 2;
    padding: 5vw 0;
    width: 100%;
}

.page-staff-fv__content-wrap {
    padding: 0 5vw;
}

.page-staff-fv__image {
    order: 1;
    width: 100%;
    height: 56vw;
}

.page-staff-fv__position {
    font-size: 5vw;
}

.page-staff-fv__name {
    font-size: 8vw;
}

.page-staff-fv__name .en {
    font-size: 3.8vw;
}

section.page-staff-contact {
    margin: 0;
}

section.page-staff-fv:before {
    height: 60vw;
}

.page-staff-contact__inner {
    width: 90vw;
    padding: 5vw;
}

.page-staff-contact__btns {
    width: 100%;
    gap: 3vw;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
}

.page-staff-contact__wrap {
    width: 100%;
}

.page-staff-contact__btn {
    width: 100%;
}

.page-staff-contact__btn-label {
    font-size: 3.8vw;
}

.page-staff-contact__btn-link a {
    height: 14vw;
}

.page-staff-contact__btn-icon {
    width: 10vw;
}

section.page-staff-content {
    padding: 15vw 0 15vw;
}

.page-staff-content__main {
    width: 90vw;
}

.page-staff-content__inner {
    width: 100%;
}

.page-staff-content__video {
    width: 100%;
    margin-left: 0;
    box-shadow: -10px 10px #9b042c;
}

.page-staff-content__message {
    width: 100%;
    padding-top: 10vw;
}

.page-staff-content__contact {
    margin-top: 10vw;
    padding: 5vw;
    gap: 4vw;
}

.page-staff-content__profile {
    padding: 15vw 5vw;
    margin-top: 0;
}

.page-staff-content__profile-title-en {
    font-size: 8.8vw;
}

.page-staff-content__profile-title-jp {
    font-size: 3vw;
    margin-top: 1em;
}

.page-staff-content__profile-item {
    width: 100%;
    padding: 4vw 0;
}

.page-staff-content__profile-item .label {
    width: 100%;
    margin-bottom: 2vw;
}

.page-staff-content__profile-item .content {
    width: 100%;
    padding-left: 4vw;
    font-size: 3.6vw;
}

.page-staff-content__profile-list {
    margin-bottom: 10vw;
}

.page-staff-content__manager {
    padding: 5vw;
}

.page-staff-content__manager-title {
    width: 100%;
    margin-bottom: 3vw;
}

.page-staff-content__manager-title-en {
    font-size: 4.2vw;
}

.page-staff-content__manager-title-jp {
    font-size: 5vw;
}

.page-staff-content__manager-message {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 3.3vw;
}

.page-shop-review__content {
    padding: 6vw 5vw;
}

.page-shop-review__content .box_cont {
    border-radius: 12px;
    padding: 5vw;
    height: 90vw;
}

.page-shop-review__content .review_item + .review_item {
    margin-top: 4vw;
    padding-top: 4vw;
}

.page-shop-review__content .review_item {
    display: block;
}

.page-shop-review__content .stars_box {
    width: 100%;
    margin-bottom: 1em;
}

.page-shop-review__content .item_text_area {
    width: 100%;
}

section.page-shop-review {
    padding: 15vw 0 8vw;
}

.page-shop__info table th, .page-shop__info table td {
    display: block;
    width: 100%;
    padding-left: 1em;
}

.page-shop__info {
    padding: 12vw 0 0;
}

section.page-shop-gallery {
    padding: 0 0 15vw;
}

section.page-shop-gallery .page-common__title {
    margin-bottom: 5vw;
}

.page-shop-gallery__content ul {
    gap: 4vw 0;
    justify-content: space-between;
}

.page-shop-gallery__content li {
    width: 43vw;
}

.page-shop-gallery__image {
    height: 37vw;
}

.site-ft__contact-item.-contact {
    order: 2;
    margin-top: 3vw;
    border-top: 2px solid #E0E0E0;
    padding-top: 2.5vw;
}

.site-ft__contact-item.-reserve {
    order: 0;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.site-ft__contact-item.-line {
    order: 1;
}

.site-ft__contact-item.-tel {
    order: 3;
}

.top-about__ambition-btn {
    width: 100%;
}

.archive-staff .top-staff__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5vw 0;
}

.archive-staff .top-staff__card {
    width: 43vw;
    min-width: auto;
}

.archive-staff .top-staff__image {
    height: 52vw;
}

.archive-staff .top-staff__name-jp {
    font-size: 3.6vw;
}

.archive-staff .top-staff__name-en {
    font-size: 3.1vw;
}

.archive-staff .top-staff__arrow {
    width: 6vw;
    height: 6vw;
}

.page-reason .top-reason__head {
    padding-top: 0;
}

}