@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=M+PLUS+1p:wght@400;500;700;800&family=Poppins:ital,wght@0,500;0,600;1,700&family=Yellowtail&display=swap');

/* 新規の場合使用 */
:root {
    --main-color: #FF6E00;
    --sub-color: #FFC305;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
}

body {
    color: #606060;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.01em;
    background-color: #F7F2EF;
    overflow: hidden;
    min-width: 1380px;
}

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

.en {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.font-yellowtail {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
}

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

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

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;
}

section.top-fv {
    height: 720px;
    background: #FDF8F5;
}

header.site-header {
    position: fixed;
    left: 50px;
    right: 50px;
    top: 20px;
    height: 75px;
    z-index: 1000;
    overflow-x: auto;
}

.site-header__inner {
    height: 75px;
    align-items: center;
    padding: 0 20px;
    min-width: 1340px;
    background: #fff;
    border-radius: 3px;
}

.site-header__logo {
    width: 250px;
}

.site-header__content {
    align-items: center;
    gap: 35px;
}

.site-header__menu ul {
    gap: 30px;
}

.site-header__menu a {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
}

.site-header__menu a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--main-color);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -27px;
    transition: .2s;
}

.site-header__action ul {
    gap: 20px;
}

.site-header__action-icon {
    width: 16px;
    position: relative;
    margin: 0 auto 5px;
    line-height: 0;
}

.site-header__action-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.site-header__action-text {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transition: .2s;
}

.site-header__lang {
    width: 120px;
    position: relative;
}

.site-header__lang-selected {
    border: 1px solid #EEEEEE;
    height: 35px;
    background: #fff;
    align-items: center;
    border-radius: 5px;
    padding: 0 14px;
    cursor: pointer;
}

.site-header__lang-selected-icon {
    width: 16px;
    line-height: 0;
    margin-right: 5px;
}

.site-header__lang-selected-text {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
}

.site-header__lang-selected-arrow {
    width: 5px;
    height: 5px;
    border: solid #333333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    margin-left: auto;
}

.site-header__lang-choices {
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
    transition: .2s;
    opacity: 0;
    display: none;
}

.site-header__lang-choices ul {
    border: 1px solid #EEEEEE;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
}

.top-fv__content {
    height: 100%;
    width: calc(50% - 160px);
    padding-left: calc(50vw - 620px);
    padding-top: 195px;
}

.top-fv__slider {
    height: 100%;
    width: calc(50% + 160px);
}

.top-fv__slider-item-bg {
    position: relative;
    width: 100%;
    height: 720px;
}

.top-fv__slider-item-bg img {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-fv__slider-item-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6E00;
    opacity: .25;
}

.top-fv__slider-item-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}

.top-fv__slider-item {
    position: relative;
}

.top-fv__slider-item-main img {
    width: 680px;
    height: 515px;
    object-fit: cover;
    max-width: 90%;
}

.top-fv__slider-item-bg {
    position: relative;
    width: 100%;
    height: 720px;
}

.top-fv__slider-item-bg img {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-fv__slider-item-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6E00;
    opacity: .25;
}

.top-fv__slider-item-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}

.top-fv__slider-item {
    position: relative;
}

.top-fv__slider-item-main img {
    width: 680px;
    height: 515px;
    object-fit: cover;
    max-width: 90%;
}

.top-fv__content-catch {
    color: #333333;
    font-size: 48px;
    letter-spacing: 0.05em;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    margin-bottom: 20px;
}

.top-fv__content-subtext {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 30px;
}

.top-fv__content-badge img {
    height: 100px;
}

.top-fv__content-badge ul {
    gap: 10px;
}

section.top-banner {
    padding: 130px 0 90px;
}

.top-fv__looptext {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    bottom: -20px;
    font-size: 120px;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.03em;
}

.top-banner__item {
    width: 580px;
    margin: 0 15px;
}

.top-search__left {
    width: 480px;
}

.top-search__right {
    width: 610px;
}

.top-common__title-en {
    font-size: 48px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.top-common__title-jp {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #333333;
}

.top-common__title-jp:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--main-color);
    border-radius: 50%;
}

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

.top-search__btn ul {
    gap: 20px;
}

.top-search__btn li {
    width: 230px;
}

.top-search__btn a {
    display: block;
    position: relative;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    height: 260px;
    padding-top: 45px;
    border: 1px solid #EEEEEE;
}

.top-search__btn a:before {
    content: "";
    position: absolute;
    width: 190px;
    height: 5px;
    background: var(--main-color);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.top-search__btn-icon img {
    width: 65px;
}

.top-search__btn-icon {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.top-search__btn-icon:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    transition: .2s;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}

.top-search__btn-text {
    position: relative;
    z-index: 2;
}

.top-search__btn-title-en {
    font-size: 14px;
    letter-spacing: 0.03em;
}

.top-search__btn-title-jp {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.top-search__btn-desc {
    line-height: 1.3;
    color: #8B837D;
    letter-spacing: 0.05em;
}

.site-arrow {
    background: var(--main-color);
    width: 20px;
    height: 20px;
    position: relative;
}

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

.top-search__btn-arrow {
    right: 15px;
    bottom: 15px;
    position: absolute;
}

.top-search__pickup ul {
    gap: 10px;
}

.top-search__pickup {
    margin-bottom: 25px;
}

.top-search__pickup li {
    width: 300px;
}

.top-search__pickup a {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.top-search__pickup-image {
    width: 78px;
}

.top-search__pickup-content {
    align-items: center;
    border-left: 5px solid var(--main-color);
    padding-left: 16px;
    width: 220px;
    padding-right: 20px;
}

.top-search__pickup-text {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-search__pickup-text-arrow {
    margin-left: auto;
}

.top-search__pickup-text-en {
    font-size: 14px;
    letter-spacing: 0;
    transform: rotate(-3deg) translate(-5px, 5px);
}

.top-search__keyword-title-en {
    font-size: 18px;
    letter-spacing: 0.03em;
}

.top-search__keyword-title {
    gap: 10px;
    margin-bottom: 10px;
    align-items: flex-end;
}

.top-search__keyword-title-jp {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.top-search__keyword-form {
    position: relative;
    margin-bottom: 15px;
}

.top-search__keyword-form input[type=text] {
    width: 100%;
    height: 55px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding-left: 25px;
}

.top-search__keyword-form input[type=text]::placeholder {
    color: #CCCCCC;
}

.top-search__keyword-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 35px;
    border-color: #EEEEEE;
    border-width: 0 0 0 1px;
    background-image: url(image/icon-search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.top-search__keyword-tags {
    font-size: 14px;
    color: #8B837D;
    letter-spacing: 0.05em;
}

.top-search__keyword-tags ul {
    gap: 20px;
}

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

section.top-newarrival {
    padding: 60px 0;
}

.top-newarrival__title {
    text-align: center;
    margin-bottom: 25px;
}

.top-common__double-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    gap: 52px;
}

.top-newarrival__title-jp {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
}

.top-common__double-dots:before,
.top-common__double-dots:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
}

.top-newarrival__content ul {
    gap: 20px;
}

.top-newarrival__content li {
    width: 270px;
}

.top-newarrival__item-image {
    height: 270px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 10px;
}

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

.top-newarrival__item-name {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    transition: .2s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.top-newarrival__item-info {
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
}

.top-newarrival__item-info .label {
    width: 50px;
    height: 24px;
    text-align: center;
    color: #fff;
    background: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.03em;
}

.top-newarrival__item-info .price {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
}

.top-newarrival__item-info .num {
    font-size: 26px;
}

.top-newarrival__item-info .madori {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-newarrival__item-access {
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.05em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.top-newarrival__content ul+ul {
    margin-top: 40px;
}

section.top-point {
    padding: 60px 0 115px;
}

.top-point__inner {
    width: 1340px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.top-point__wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 20px 0 120px;
}

.top-point__inner:after {
    content: "";
    position: absolute;
    width: 480px;
    height: 250px;
    background: #fff;
    top: -60px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.top-point__title {
    text-align: center;
    margin-bottom: 30px;
}

.top-point__title-jp {
    margin-top: 10px;
}

.top-point__title-jp-text {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
}

.top-point__title-jp-text .underline {
    text-decoration: underline;
    text-decoration-color: #FFE5D6;
    text-decoration-thickness: 10px;
    text-underline-offset: -2px;
}

.top-point__slide {
    width: 1140px;
}

.top-point__slide-inner {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

.top-point__slide-image {
    width: 360px;
}

.top-point__slide-content {
    width: 780px;
    padding: 36px 30px 0;
}

.top-point__slide-num {
    background: var(--main-color);
    width: 125px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 10px;
}

.top-point__slide-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.top-review__head {
    padding: 130px 0;
    background: var(--main-color);
    color: #fff;
}

.top-review__title-en {
    display: flex;
    justify-content: center;
    font-size: 24px;
    gap: 20px;
    align-items: center;
}

.top-review__title-en:before,
.top-review__title-en:after {
    content: "";
    width: 61px;
    height: 10px;
    display: block;
    background-image: url(image/title-star-white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-review__title-jp {
    display: flex;
    justify-content: center;
    font-size: 48px;
    letter-spacing: 0.05em;
    font-weight: 700;
    gap: 30px;
    align-items: flex-end;
    margin-top: -30px;
}

.top-review__title-jp:before,
.top-review__title-jp:after {
    content: "";
    width: 50px;
    height: 117px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-review__title-jp:before {
    background-image: url(image/laurel-left.svg);
}

.top-review__title-jp:after {
    background-image: url(image/laurel-right.svg);
}

.top-review__title-object {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 300px;
    transform: rotate(18deg);
}

.top-review__body {
    padding: 0 0 130px;
    background-image: url(image/review-body-bg.webp);
    background-size: 1440px;
}

.top-review__body-wrap {
    width: 1340px;
    margin: 0 auto;
}

.top-review__block {
    width: 655px;
    background: #fff;
    margin-top: -80px;
    padding: 40px 50px 60px;
    border-radius: 10px;
}

.top-review__block-title {
    margin-bottom: 25px;
    text-align: center;
}

.top-review__block-title-jp {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.05em;
}

.top-review__block-title-jp:before {
    content: "";
    display: block;
    width: 61px;
    height: 10px;
    margin: 0 auto;
    background-image: url(image/title-star-yellow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-review__block-title-en {
    font-size: 24px;
    margin-top: -32px;
}

.top-review__block-inner {
    height: 510px;
    overflow-y: scroll;
    padding-right: 25px;
    margin-bottom: 25px;
    scrollbar-width: 5px;
    scrollbar-color: var(--main-color) #F0F0F0;
}

.top-review__block-inner::-webkit-scrollbar {
    width: 5px;
    background: #F0F0F0;
}

.top-review__block-inner::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

.top-review__block-inner::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 4px;
}

.site-button {
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

.site-button a {
    background: #333333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.site-button.-has-icon a {
    background-image: url(image/icon-link.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.top-review__card {
    background: #F7F7F7;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    position: relative;
}

.top-review__card+.top-review__card {
    margin-top: 10px;
}

.top-review__card.-google {
    padding: 50px 35px;
}

.top-review__card.-post {
    padding: 0;
}

.top-review__card.-post a {
    padding: 45px 35px 35px;
}

.top-review__card:before,
.top-review__card:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #EEEEEE;
}

.top-review__card:before {
    top: 12px;
    left: 17px;
}

.top-review__card:after {
    top: 12px;
    right: 17px;
}

.top-review__card-star {
    width: 145px;
    height: 24px;
    background-image: url(image/review-star-gray.svg);
    position: relative;
}

.top-review__card-star:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(image/review-star-yellow.svg);
}

.top-review__card-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 25px;
    align-items: center;
}

.top-review__card-name {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.top-review__card-star.star-1:after {
    width: 20%;
}

.top-review__card-star.star-2:after {
    width: 40%;
}

.top-review__card-star.star-3:after {
    width: 60%;
}

.top-review__card-star.star-4:after {
    width: 80%;
}

.top-review__card-star.star-5:after {
    width: 100%;
}

.top-review__card-image {
    width: 230px;
    height: 135px;
    border-left: 5px solid var(--main-color);
}

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

.top-review__card-content {
    width: 205px;
    margin-left: auto;
}

.top-review__card-desc {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    transition: .2s;
}

.-post .top-review__card-info {
    border-bottom: none;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
}

.-post .top-review__card-name {
    font-weight: 500;
}

section.top-reason {
    padding: 130px 0 210px;
}

.top-reason__title-jp {
    text-align: center;
    margin-bottom: 55px;
}

.top-reason__item-image {
    width: 545px;
}

.top-reason__item-image img {
    border-radius: 10px;
}

.top-reason__item-content {
    width: 545px;
    margin-bottom: 30px;
}

.top-reason__item+.top-reason__item {
    margin-top: 140px;
}

.top-reason__item-num {
    position: absolute;
    background: var(--main-color);
    color: #fff;
    width: 160px;
    height: 43px;
    display: flex;
    justify-content: center;
    font-style: italic;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.03em;
    top: 20px;
    left: -20px;
}

.top-reason__item-title {
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 1em;
    border-left: 5px solid var(--main-color);
    margin-bottom: 35px;
}

.top-reason__item-desc {
    letter-spacing: 0.05em;
}

.top-reason__item {
    align-items: flex-end;
}

.top-reason__item:after {
    content: "";
    position: absolute;
    top: 63px;
    bottom: -80px;
    background: #F4EDE9;
    left: calc(570px - 50vw);
    right: -50px;
    z-index: -1;
}

.top-reason__item:nth-child(2n) .top-reason__item-image {
    order: 2;
}

.top-reason__item:nth-child(2n) .top-reason__item-num {
    left: auto;
    right: -20px;
}

.top-reason__item:nth-child(2n):after {
    left: -50px;
    right: calc(570px - 50vw);
}

section.top-staff {
    padding: 130px 0;
    background: #EAE3DE;
}

.top-staff__title {
    margin-bottom: 56px;
}

.top-staff__item {
    width: 360px;
    margin: 0 15px;
    background: #fff;
    border-left: 5px solid var(--main-color);
    position: relative;
    border-radius: 0 10px 10px 0;
}

.top-staff__num {
    font-size: 32px;
    letter-spacing: 0;
    position: absolute;
    transform: rotate(-5deg);
    top: -30px;
    left: 10px;
    z-index: 2;
}

.top-staff__slider .slick-list {
    overflow: inherit;
}

.top-staff__name {
    width: 55px;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333333;
    padding-top: 25px;
    line-height: 1;
    padding-right: 16px;
    transition: .2s;
}

.top-staff__name .en {
    font-size: 14px;
    color: #9F9F9F;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.top-staff__image {
    height: 380px;
    margin-bottom: 19px;
    border-radius: 0 9px 0 0;
    overflow: hidden;
}

.top-staff__item-inner {
    width: 299px;
    padding-bottom: 28px;
}

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

.top-staff__comment {
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    margin-right: 25px;
    height: 4.5em;
}

.top-staff__comment p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-staff__position {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-staff__arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 28px;
    height: 28px;
}

.top-staff__arrow:after {
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    right: 11px;
}

.top-staff__btn {
    position: absolute;
    right: 0;
    top: 30px;
}

section.top-faq {
    padding: 130px 0 60px;
}

.top-faq__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    color: #333333;
}

.top-faq__item {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
    padding: 50px;
    cursor: pointer;
}

.top-faq__item+.top-faq__item {
    margin-top: 10px;
}

.top-faq__item-label {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: #333333;
    margin-left: 12px;
    margin-right: 13px;
}

.top-faq__item-q .top-faq__item-label {
    background: var(--main-color);
}

.top-faq__item-q {
    align-items: center;
}

.top-faq__item-text {
    width: 976px;
}

.top-faq__item-a {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 20px;
    display: none;
}

.top-faq__item-q .top-faq__item-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-faq__item-mark {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
}

.top-faq__item-mark:before,
.top-faq__item-mark:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #333333;
}

.top-faq__item-mark:after {
    transform: rotate(90deg);
}

.opend .top-faq__item-mark:after {
    opacity: 0;
}

.top-faq__list {
    margin-bottom: 35px;
}

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

.top-area__title {
    text-align: center;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

.top-area__card {
    width: 840px;
    background: #fff;
    margin: 0 25px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #EEEEEE;
    padding: 35px 50px;
}

.top-area__card:after {
    content: "";
    width: 740px;
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: var(--main-color);
}

.top-area__card-title {
    display: flex;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.top-area__card-title:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
}

.top-area__card-image {
    width: 300px;
}

.top-area__card-text {
    width: 420px;
}

section.site-contact {
    padding: 100px 0;
    background: #F7F7F7;
}

section.site-contact .wrap {
    align-items: center;
}

.site-contact__content {
    width: 740px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 50px 60px;
}

.site-contact__title {
    margin-bottom: 50px;
}

.site-contact__tel .label {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.site-contact__tel .num {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    line-height: 1.5;
}

.site-contact__tel .num .small {
    font-size: 15px;
    font-weight: 500;
}

.site-contact__tel .hours {
    background: #EDEDED;
    color: #333333;
    border-radius: 2px;
    padding: 0 0 0 10px;
    font-size: 12px;
    display: table;
    line-height: 2;
}

.site-contact__item {
    width: 300px;
}

.site-contact__list {
    gap: 20px 18px;
}

.site-contact__item .label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.site-contact__item .label:before,
.site-contact__item .label:after {
    content: "";
    width: 2px;
    height: 15px;
    background: #333333;
}

.site-contact__item .label:before {
    margin-right: 12px;
    transform: rotate(-30deg);
}

.site-contact__item .label:after {
    transform: rotate(30deg);
    margin-left: 10px;
}

.site-contact__item-btn a {
    height: 60px;
    align-items: center;
    color: #333333;
    padding: 0 25px;
}

.site-contact__item-btn .icon {
    width: 24px;
    margin-right: 15px;
    position: relative;
    line-height: 0;
}

.site-contact__item-btn .text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

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

.-line .site-contact__item-btn a {
    background: #EDFEF3;
}

.-form .site-contact__item-btn a {
    background: #EAFBF7;
}

.site-contact__item-btn .icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.-reserve .site-contact__item-btn a {
    background: #FAF0E8;
}

.-request .site-contact__item-btn a {
    background: #FFFBF2;
}

.site-contact__item.-line .label .color {
    color: #03C755;
}

.site-contact__item.-form .label .color {
    color: #00CCA1;
}

.site-contact__item.-reserve .label .color {
    color: #EA873D;
}

.site-contact__item.-request .label .color {
    color: #EEC034;
}

footer.site-footer {
    padding: 120px 0;
    background: #fff;
}

.site-footer__left {
    width: 450px;
    margin-left: -50px;
}

.site-footer__logo {
    width: 380px;
    margin-bottom: 30px;
}

.site-footer__addr {
    color: #333333;
    margin-bottom: 10px;
}

.site-footer__map iframe {
    height: 300px;
    border-radius: 10px;
    width: 100%;
}

.site-footer__map {
    margin-bottom: 35px;
}

.site-footer__menu {
    width: 660px;
}

.site-footer__submenu {
    margin-bottom: 15px;
}

.site-footer__submenu ul {
    gap: 25px;
}

.site-footer__submenu a {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.site-footer__copyright small {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.site-footer__menu-block+.site-footer__menu-block {
    margin-top: 20px;
}

.site-footer__menu-title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.site-footer__menu-title .en {
    font-size: 15px;
    margin-right: 10px;
}

.site-footer__menu-list ul {
    gap: 10px 15px;
    font-size: 14px;
}

.-main .site-footer__menu-list ul {
    gap: 15px 35px;
    font-weight: bold;
    color: #333333;
}

.site-footer__menu-block.-main {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.site-footer__menu-block {
    padding-left: 20px;
}

.top-banner__slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: -30px;
}

.top-banner__slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

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

.top-banner__slider .slick-dots li.slick-active button {
    background: var(--main-color);
}

.top-point__slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: -47px;
}

.top-point__slider .slick-dots li {
    width: 80px;
    height: 5px;
    margin: 0;
}

.top-point__slider .slick-dots li button {
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    padding: 0;
}

.top-point__slider .slick-dots li.slick-active button {
    background: var(--main-color);
}

.top-point__slider .slick-list {
    overflow: inherit;
}

.top-area__slider .slick-prev,
.top-area__slider .slick-next {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    z-index: 2;
}

.top-area__slider .slick-prev:before,
.top-area__slider .slick-next:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    opacity: 1;
}

.top-area__slider .slick-prev:before {
    border-width: 0 0 2px 2px;
    left: 22px;
}

.top-area__slider .slick-prev {
    left: auto;
    right: 50%;
    margin-right: 400px;
}

.top-area__slider .slick-next {
    right: auto;
    left: 50%;
    margin-left: 400px;
}

.top-area__slider .slick-next:before {
    border-width: 2px 2px 0 0;
    right: 21px;
}

.site-fixed {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 20px;
}

.site-fixed__btn {
    width: 70px;
}

.site-fixed__btn+.site-fixed__btn {
    margin-top: 5px;
}

.site-fixed__btn a {
    display: flex;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5px;
}

.site-fixed__icon img {
    width: 20px;
}

.site-fixed__text {
    font-size: 10px;
    color: #333333;
    font-weight: bold;
    transition: .2s;
    letter-spacing: 0;
    line-height: 1;
}

.site-fixed__icon {
    width: 100%;
    line-height: 0;
}

.site-fixed__btn.-request a {
    background: var(--main-color);
    position: relative;
}

.-request .site-fixed__text {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

.site-fixed__btn.-request a:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #FF6200;
    border-radius: 50%;
    transition: .2s;
}

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

.common-page-fv {
    padding: 133px 0 0;
}

.common-page-fv__bg img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.common-page-fv__content {
    position: absolute;
    width: 500px;
    height: 160px;
    bottom: 0;
    background: #F7F2EF;
    border-radius: 0 10px 0 0;
    padding: 50px 20px 0 50px;
}

.common-page-fv__title-en {
    font-size: 48px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    line-height: 1.5;
}

.common-page-fv__title-jp {
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.common-page-fv__title-jp:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
}

.breadcrumb {
    padding: 20px 0;
}

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

.page-company__map {
    border: 3px solid var(--main-color);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 80px;
}

.archive-staff .top-staff__item {
    margin: 0;
}

.archive-staff {
    gap: 60px 30px;
}

section.staff-breadcrumb {
    margin-top: 150px;
    text-align: right;
    height: 0;
    position: relative;
    z-index: 10;
}

.staff-breadcrumb__wrap {
    width: 1240px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    max-width: 90%;
}

.staff-fv__inner {
    /* padding-left: calc(50vw - 670px); */
}

.staff-fv__image {
    width: 800px;
    height: 600px;
    margin: 0 auto 140px;
    border-radius: 10px;
    background-color: #fff;
}

.staff-fv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.staff-fv__content {
    /* width: calc(50vw + 80px); */
    /* margin-left: -160px; */
    /* padding-top: 75px; */
}

.staff-fv__catch {
    padding-left: 87px;
    margin-bottom: 35px;
}

.staff-fv__main {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}

.staff-fv__catch p {
    display: table;
    background: var(--main-color);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 6px 10px;
}

.staff-fv__catch p+p {
    margin-top: 10px;
}

section.staff-fv {
    margin-bottom: 130px;
}

.staff-fv__name {
    font-weight: bold;
    color: #333333;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.staff-fv__name .sei {
    margin-right: 0.5em;
}

.staff-fv__name .en {
    font-size: 16px;
    color: #9F9F9F;
    letter-spacing: 0.01em;
    margin-left: 1em;
}

.staff-fv__info {
    align-items: flex-end;
    margin-bottom: 40px;
}

.staff-fv__name .mei:first-letter {
    color: var(--main-color);
}

.staff-fv__name span {
    display: inline-block;
}

.staff-fv__birthday {
    color: #333333;
    font-size: 14px;
}

.staff-fv__tags ul {
    gap: 10px;
}

.staff-fv__tags li {
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    background: #F0F0F0;
    padding: 7px 10px;
}

.staff-content__main {
    width: 640px;
}

.staff-content__image {
    width: 420px;
}

.staff-content__image img {
    border-radius: 10px;
}

.staff-content__main dt {
    width: 135px;
    color: #333333;
    font-size: 16px;
    border-left: 5px solid var(--main-color);
    padding-left: 10px;
}

.staff-content__main dd {
    width: 505px;
}

.staff-content__main dl+dl {
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}

.staff-content__main dl {
    align-items: flex-start;
}

section.staff-content {
    margin-bottom: 130px;
}

.staff-message__inner {
    background: #fff;
    padding: 80px 100px;
    border-radius: 10px;
    align-items: center;
}

.staff-message__image {
    width: 300px;
    height: 300px;
}

.staff-message__content {
    width: 560px;
}

.staff-message__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.staff-message__title-en {
    font-size: 48px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.staff-message__title-jp {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.staff-message__text {
    font-size: 16px;
}

section.staff-message {
    position: relative;
    margin-bottom: 210px;
    z-index: 10;
}

section.staff-message:after {
    content: "";
    background: #F4EDE9;
    left: 0;
    right: calc(50vw - 620px);
    top: 170px;
    bottom: -80px;
    position: absolute;
    z-index: -1;
}

.archive-review {
    gap: 10px 20px;
}

.archive-review .top-review__card {
    width: 560px;
}

.review-fv {
    margin-bottom: 50px;
}

.staff-fv__image ul.slick-dots {
    bottom: -30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.staff-fv__image ul.slick-dots li {
    margin: 0;
    width: 10px;
    height: 10px;
}

.staff-fv__image ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F7E4D6;
    border-radius: 50px;
}

.staff-fv__image ul.slick-dots li.slick-active button {
    background: var(--main-color);
}

section.review-fv .staff-fv__inner {
    justify-content: center;
    align-items: flex-end;
    display: block;
}

section.review-fv .staff-fv__content {
    position: relative;
    margin-bottom: 50px;
}

section.review-fv .staff-fv__image img {
    height: 600px;
    object-fit: contain;
}

.page-access__map {
    border: 3px solid var(--main-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

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

.page-access__infos dl {
    border-top: 1px solid #C4C4C4;
    display: flex;
    flex-wrap: nowrap
}

.page-access__infos dl dt {
    flex-shrink: 0;
    width: 19.5%;
    border-top: 4px solid var(--main-color);
    padding: 1em;
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 700;
}

.page-access__infos dl dd {
    width: 100%;
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.5;
    padding: 1.8em 5.3em;
}

.top-reason__item-title~.top-reason__item-title {
    margin-top: 55px;
}

section.page-support__infro {
    margin-bottom: 130px;
}

section.page-support__strength {
    margin-bottom: 80px;
}

.page-support__list {
    padding: 50px 0 0;
}

li.page-support__item {
    width: 270px;
    align-items: center;
    gap: 10px 20px;
    align-content: flex-start;
}

.page-support__list ul {
    gap: 20px;
}

.page-support__icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.page-support__label {
    font-size: 20px;
    font-weight: 700;
}

section.page-dormitory__strength {
    margin-bottom: 130px;
}

section.page-dormitory__flow {
    margin-bottom: 130px;
}

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

.page-global__intro-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.page-global__intro-list {
    justify-content: center;
    gap: 30px;
}

.page-global__intro-item {
    width: 180px;
    text-align: center;
}

.page-global__intro-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.page-global__intro-text {
    font-weight: 700;
    color: #333;
}

section.page-global__flow {
    margin-bottom: 130px;
}

.page-global__flow-item {
    background: #F7F7F7;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    position: relative;
    width: 200px;
    padding: 20px 20px 10px;
}

.page-global__flow-title {
    margin-bottom: 30px;
}

.page-global__flow-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 0;
}

.page-global__flow-label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

section.page-global__review {
    margin-bottom: 130px;
}

.page-global__review-image {
    width: 500px;
}

.page-global__review-text {
    width: 590px;
}

.page-global__review-text-title {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}

section.page-global__faq {
    margin-bottom: 130px;
}

.page-global__flow-item+.page-global__flow-item:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid var(--main-color);
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    top: 87px;
    left: -26px;
}

#Formbox input[type="submit"] {
    margin-top: 30px !important;
}

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

#breadcrumbs a {
    opacity: 0.7;
}

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

    .site-header__menu a:hover {
        color: var(--main-color);
    }

    .site-header__menu a:hover:after {
        width: 100%;
    }

    .site-contact__item-btn a:hover .icon .defo,
    a:hover .defo {
        opacity: 0;
    }

    .site-contact__item-btn a:hover .icon .hover,
    a:hover .hover {
        opacity: 1;
    }

    a:hover .site-header__action-text {
        color: var(--main-color);
    }

    .history a:hover .site-header__action-text {
        color: #FFC305;
    }

    a:hover .top-search__btn-icon:after {
        width: 112px;
        height: 112px;
    }

    .top-search__btn a:hover {
        background: #FFE7D5;
    }

    .top-search__pickup a:hover {
        background: #FFE7D5;
    }

    .top-search__keyword-tags a:hover {
        color: #FFBA86;
    }

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

    a:hover .top-newarrival__item-name {
        color: var(--main-color);
    }

    a:hover .top-review__card-desc {
        color: var(--main-color);
    }

    .site-button a:hover {
        background-color: var(--main-color);
    }

    a:hover .top-staff__name {
        color: var(--main-color);
    }

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

    .site-contact__item-btn a:hover {
        color: #fff;
    }

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

    .-form .site-contact__item-btn a:hover {
        background: #00CCA1;
    }

    .-reserve .site-contact__item-btn a:hover {
        background: #EA873C;
    }

    .-request .site-contact__item-btn a:hover {
        background: #EFC134;
    }

    .site-footer__menu-list a:hover {
        color: #FFBA86;
    }

    .site-fixed__btn.-line a:hover {
        background: #EDFDF3;
    }

    .site-fixed__btn.-line a:hover .site-fixed__text {
        color: #03C755;
    }

    .site-fixed__btn.-form a:hover {
        background: #EAFAF7;
    }

    .site-fixed__btn.-form a:hover .site-fixed__text {
        color: #00CCA1;
    }

    .site-fixed__btn.-reserve a:hover {
        background: #FAF0E8;
    }

    .site-fixed__btn.-reserve a:hover .site-fixed__text {
        color: #EA873C;
    }

    .site-fixed__btn.-request a:hover {
        background: #FFC91D;
    }

    .site-fixed__btn.-request a:hover:before {
        border-color: #FFC91D;
    }

    .site-header__lang:hover .site-header__lang-choices {
        opacity: 1;
    }

}

@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.3vw;
        padding-top: 60px;
        min-width: auto;
    }

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

    .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-header-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;
        background: #fff;
    }

    .site-header-sp__logo {
        width: 191px;
    }

    .site-header-sp__inner {
        height: 100%;
        align-items: center;
        padding-left: 2vw;
    }

    .site-header-sp__btn {
        width: 54px;
    }

    .site-header-sp__btns {
        gap: 3px;
        margin-bottom: auto;
    }

    .site-header-sp__btn-icon {
        width: 16px;
        margin: 6px auto 4px;
        line-height: 0;
    }

    .site-header-sp__btn-text {
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
    }

    .site-header-sp__btn a {
        display: block;
        height: 54px;
        border-radius: 0 0 5px 5px;
        padding-top: 4px;
    }

    .site-header-sp__btn.favorite a {
        background-color: var(--main-color);
    }

    .site-header-sp__btn.history a {
        background: #FFC305;
    }

    .site-header-sp__btn.sp-menu-btn {
        background: #333333;
        border-radius: 0 0 0 5px;
        height: 54px;
        padding-top: 10px;
    }

    .sp-menu-btn-icon {
        width: 15px;
        height: 11px;
        position: relative;
        margin: 0 auto 8px;
    }

    .sp-menu-btn-icon div {
        position: absolute;
        transition: .2s;
        background: #fff;
        width: 100%;
        height: 1px;
    }

    .sp-menu-btn-icon div:nth-child(1) {
        top: 0;
    }

    .sp-menu-btn-icon div:nth-child(2) {
        top: 5px;
    }

    .sp-menu-btn-icon div:nth-child(3) {
        top: 10px;
    }

    .site-menu {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        overflow: scroll;
        background: #F4EDE9;
        z-index: 999;
        transition: .2s;
    }

    .site-menu__inner {
        padding: calc(60px + 8vw) 5vw calc(123px + 8vw);
    }

    .site-menu__search-main__btn li {
        width: 43.6vw;
    }

    .site-menu__search-main__btn ul {
        justify-content: space-between;
    }

    .site-menu__search-main {
        margin-bottom: 2.5vw;
    }

    .site-arrow {
        width: 2.5vw;
        height: 2.5vw;
    }

    .site-arrow:after {
        width: 35%;
        height: 35%;
        right: 40%;
    }

    .site-menu__search-main__btn a {
        display: flex;
        background: #fff;
        border-radius: 5px;
        height: 16.6vw;
        align-items: center;
        position: relative;
    }

    .site-menu__search-main__btn a:after {
        content: "";
        background-color: var(--main-color);
        height: 80%;
        left: 0;
        width: 1vw;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .site-menu__search-main__btn-icon {
        width: 5.1vw;
        margin: 0 2.5vw 0 5vw;
    }

    .site-menu__search-main__btn-title-en {
        font-size: 2.5vw;
    }

    .site-menu__search-main__btn-title-jp {
        font-size: 3.6vw;
        font-weight: bold;
        color: #333333;
    }

    .site-menu__search-main__btn-arrow {
        margin-left: auto;
        margin-right: 5vw;
    }

    .site-menu__search-main__btn-text {
        line-height: 1.5;
    }


    .top-search__pickup li {
        width: 43.6vw;
    }

    .top-search__pickup ul {
        justify-content: space-between;
        gap: 1.2vw 0;
    }

    .top-search__pickup-image {
        width: 14.8vw;
    }

    .top-search__pickup-content {
        width: 28vw;
        border-width: 0 0 0 1vw;
        padding-left: 2.5vw;
        padding-right: 2vw;
    }

    .top-search__pickup-text {
        font-size: 3.6vw;
    }

    .top-search__pickup-text-en {
        opacity: .3;
        font-size: 3vw;
        width: 1vw;
        white-space: nowrap;
        transform: rotate(-3deg) translate(-2vw, 1vw);
    }

    .top-search__pickup {
        margin-bottom: 5vw;
    }

    .site-menu__title {
        gap: 2.5vw;
        margin-bottom: 1.5vw;
        align-items: center;
    }

    .site-menu__title-en {
        font-size: 3.8vw;
    }

    .site-menu__title-jp {
        color: #333333;
        font-size: 3.1vw;
        font-weight: bold;
    }

    .top-search__keyword-form input[type=text] {
        height: 12.8vw;
    }

    .top-search__keyword-form input[type=submit] {
        height: 8vw;
        background-size: 5vw;
        width: 14vw;
    }

    .site-menu__sitecontents-list {
        background: #FFFFFF;
        border-radius: 5px;
        border: 2px solid #EEEEEE;
        padding: 5vw;
    }

    .site-menu__sitecontents-list a {
        display: flex;
        height: 12.6vw;
        align-items: center;
        font-size: 3.6vw;
        color: #333333;
        font-weight: bold;
        border-bottom: 1px solid #EEEEEE;
        position: relative;
    }

    .site-menu__sitecontents-list a:after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        border-width: 1px 1px 0 0;
        right: 0;
        transform: rotate(45deg);
    }

    .site-menu__sitecontents-list li:last-child a {
        border: none;
    }

    .opend .sp-menu-btn-icon div:nth-child(1) {
        top: 5px;
        transform: rotate(45deg);
    }

    .opend .sp-menu-btn-icon div:nth-child(2) {
        opacity: 0;
    }

    .opend .sp-menu-btn-icon div:nth-child(3) {
        top: 5px;
        transform: rotate(-45deg);
    }

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

    section.top-fv {
        height: auto;
        background: none;
    }

    .top-fv__content {
        order: 2;
        height: auto;
        width: 100%;
        padding: 0 5vw;
    }

    .top-fv__slider {
        width: 100%;
        height: 123vw;
    }

    .top-fv__slider-item-bg {
        height: 123vw;
    }

    .top-fv__slider-item-main {
        padding: 10vw;
    }

    .top-fv__slider-item-main img {
        width: 100%;
        height: 100%;
        max-width: max-content;
    }

    .top-fv__looptext-1,
    .top-fv__looptext-2 {
        font-size: 10.2vw;
        position: absolute;
        color: #fff;
    }

    .top-fv__looptext-1 {
        left: 5vw;
        top: 1vw;
    }

    .top-fv__looptext-2 {
        right: 2vw;
        top: 103vw;
    }

    .top-fv__content-catch {
        font-size: 8.2vw;
        margin-top: -6vw;
        margin-bottom: 5vw;
        white-space: inherit;
    }

    .top-fv__content-subtext {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    .top-fv__content-badge img {
        height: 22.6vw;
    }

    .top-fv__content-badge ul {
        gap: 2vw;
    }

    section.top-banner {
        padding: 16vw 0 15vw;
    }

    .top-banner__item {
        width: 82vw;
        margin: 0 1.5vw;
    }

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

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

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

    .top-common__title-jp:before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .top-search__title {
        margin-bottom: 5vw;
    }

    .top-search__btn li {
        width: 43.6vw;
    }

    .top-search__btn ul {
        justify-content: space-between;
        gap: 0;
    }

    .top-search__btn {
        margin-bottom: 3vw;
    }

    .top-search__btn a:before {
        width: 75%;
    }

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

    .top-search__btn a {
        height: 54.8vw;
        padding-top: 7.7vw;
    }

    .top-search__btn-icon {
        margin-bottom: 3vw;
    }

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

    .top-search__btn-title-jp {
        font-size: 4.6vw;
        line-height: 1.4;
        margin-bottom: 3vw;
    }

    .top-search__btn-arrow.site-arrow {
        width: 5vw;
        height: 5vw;
        right: 3vw;
        bottom: 3vw;
    }

    .top-search__right {
        width: 100%;
    }

    .top-search__left {
        width: 200%;
    }

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

    .top-search__keyword-title-jp {
        font-size: 3vw;
    }

    .top-search__keyword-form {
        margin-bottom: 2vw;
    }

    .top-search__keyword-title {
        margin-bottom: 2vw;
    }

    .top-search__keyword-tags {
        font-size: 3.6vw;
    }

    .top-search__keyword-tags ul {
        gap: 1vw 4vw;
    }

    section.top-newarrival {
        padding: 6vw 0 15vw;
    }

    .top-common__double-dots {
        font-size: 3.6vw;
        gap: 5vw;
        margin-bottom: 2vw;
    }

    .top-common__double-dots:before,
    .top-common__double-dots:after {
        width: 2vw;
        height: 2vw;
    }

    .top-newarrival__title-jp {
        font-size: 5.9vw;
    }

    .top-newarrival__title {
        margin-bottom: 5vw;
    }

    .top-newarrival__content ul {
        gap: 5vw 0;
        justify-content: space-between;
    }

    .top-newarrival__content li {
        width: 43.6vw;
    }

    .top-newarrival__item-image {
        height: 43.6vw;
        border-radius: 6px;
        margin-bottom: 3vw;
    }

    .top-newarrival__item-name {
        font-size: 4.1vw;
        margin-bottom: 2vw;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }

    .top-newarrival__item-info .label {
        width: 10vw;
        font-size: 3.1vw;
        height: 5vw;
    }

    .top-newarrival__item-info .num {
        font-size: 5.2vw;
    }

    .top-newarrival__item-info .price {
        font-size: 3.2vw;
    }

    .top-newarrival__item-info .madori {
        font-size: 4.6vw;
    }

    .top-newarrival__item-info {
        gap: 2vw;
        margin-bottom: 0;
    }

    .top-newarrival__item-info .content {
        width: 31.6vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .top-newarrival__item-info .content {
        width: 31.6vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

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

    .top-point__inner {
        width: 96vw;
        /* max-width: max-content; */
    }

    .top-point__inner:after {
        width: 64vw;
        height: 33vw;
        top: -10vw;
    }

    .top-point__wrap {
        width: 100%;
        padding: 8vw 5vw 10vw;
    }

    .top-point__title-jp-image img {
        width: 71vw;
    }

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

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

    .top-point__title-jp-text .underline {
        text-decoration-thickness: 0.4em;
        text-underline-offset: -0.1em;
    }

    .top-point__title-jp {
        margin-top: 3vw;
    }

    .top-point__title {
        margin-bottom: 6.4vw;
    }

    .top-point__slide-image {
        width: 100%;
        height: 41vw;
    }

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

    .top-point__slide-content {
        padding: 7.5vw 2.5vw 8vw;
    }

    .top-point__slide-num {
        position: absolute;
        left: 0;
        top: 37vw;
        width: 22vw;
        font-size: 4.1vw;
        line-height: 8vw;
    }

    .top-point__slide-title {
        font-size: 4.6vw;
        position: absolute;
        top: 3vw;
        left: 0vw;
    }

    .top-point__slide-title .group {
        display: table;
        background: #fff;
        padding: 0 0.5em;
    }

    .top-point__slide-title .group~.group {
        margin-top: 2vw;
    }

    .top-point__slider .slick-dots {
        bottom: -4vw;
        gap: 2vw;
    }

    .top-point__slider .slick-dots li {
        width: 6vw;
    }

    .top-review__head {
        padding: 15vw 0 27vw;
    }

    .top-review__title-en {
        font-size: 3.6vw;
        margin-bottom: 2.5vw;
        gap: 5vw;
    }

    .top-review__title-en:before,
    .top-review__title-en:after {
        width: 12.3vw;
        height: 3vw;
    }

    .top-review__title-jp {
        font-size: 5.1vw;
        gap: 3.6vw;
        text-align: center;
        margin-top: -6vw;
        line-height: 1.5;
    }

    .top-review__title-jp:before,
    .top-review__title-jp:after {
        width: 10.2vw;
        height: 23.8vw;
    }

    .top-review__title-jp span span {
        font-size: 7.2vw;
    }

    .top-review__title-object {
        width: 5vw;
        margin-left: 12vw;
        top: 17vw;
    }


    .top-review__body {
        padding: 0 0 15vw;
        background-size: 200vw;
    }

    .top-review__body-wrap {
        width: 96vw;
    }

    .top-review__block {
        width: 100%;
        margin-top: -20vw;
        padding: 14vw 2vw;
    }

    .top-review__block+.top-review__block {
        margin-top: 4vw;
    }

    .top-review__block-title-jp:before {
        width: 15.6vw;
        height: 3vw;
    }

    .top-review__block-title-jp {
        font-size: 6.2vw;
    }

    .top-review__block-title-en {
        font-size: 4.6vw;
        margin-top: -5.4vw;
    }

    .top-review__block-title {
        margin-bottom: 5vw;
    }

    .top-review__block-inner {
        padding-right: 4vw;
        margin-bottom: 5vw;
    }

    .top-review__card.-google {
        padding: 10vw 5vw 7vw;
    }

    .top-review__card-star {
        width: 24vw;
        background-size: 24vw;
        height: 3.8vw;
        background-repeat: no-repeat;
        background-position: center left;
    }

    .top-review__card-star:after {
        background-size: 24vw;
    }

    .top-review__card-name {
        font-size: 3.6vw;
    }

    .top-review__card-info {
        padding-bottom: 2.5vw;
        margin-bottom: 2.5vw;
    }

    .top-review__card+.top-review__card {
        margin-top: 2vw;
    }

    .site-button {
        width: 77vw;
    }

    .site-button.-has-icon a {
        height: 15vw;
        font-size: 4.1vw;
        background-size: 5vw;
        background-position: center right 5vw;
    }

    .top-review__card.-post {
        padding: 0;
    }

    .top-review__card.-post a {
        padding: 10vw 5vw 17vw;
        align-items: center;

    }

    .top-review__card-image {
        width: 35vw;
        height: 25vw;
    }

    .top-review__card-content {
        width: 38vw;
    }

    .top-review__card-desc {
        font-size: 3.6vw;
        margin: 0;
    }

    .-post .top-review__card-info {
        position: absolute;
        left: 5vw;
        right: 5vw;
        bottom: 5vw;
        padding-top: 2vw;
    }

    .top-review__card-arrow.site-arrow {
        width: 5vw;
        height: 5vw;
    }

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

    .top-reason__title-jp {
        display: flex;
        justify-content: center;
        margin-bottom: 7vw;
        margin-top: 5vw;
    }

    .top-reason__list {
        width: 100vw;
        margin-left: -5vw;
        padding: 0 5vw;
        overflow-x: scroll;
        display: flex;
        gap: 5vw;
    }

    .top-reason__item {
        min-width: 82vw;
        width: 82vw;
        display: block;
    }

    .top-reason__item-image {
        width: 100%;
        margin-bottom: 3vw;
    }

    .top-reason__item.flex_sb.pr {
        margin-top: 0;
    }

    .top-reason__item:nth-child(2n) .top-reason__item-image {
        order: inherit;
    }

    .top-reason__item:after {
        display: none;
    }

    .top-reason__item-num {
        left: -2vw;
        font-size: 4.6vw;
        width: 32vw;
        height: 9vw;
    }

    .top-reason__item-content {
        width: 100%;
        margin: 0;
    }

    h3.top-reason__item-title {
        font-size: 4.6vw;
        padding-left: 4vw;
        margin-bottom: 3vw;
    }

    .top-reason__item:nth-child(2n) .top-reason__item-num {
        left: -2vw;
        right: auto;
    }

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

    .top-staff__btn {
        position: static;
        margin-top: 5vw;
    }

    .top-staff__title {
        text-align: center;
        margin-bottom: 10vw;
    }

    .top-staff__title .top-common__title-jp {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 5vw;
    }

    .top-staff__title .top-common__title-jp:before,
    .top-staff__title .top-common__title-jp:after {
        content: "";
        position: static;
        background: var(--main-color);
        border-radius: 50%;
        width: 1.5vw;
        height: 1.5vw;
        margin: 0;
    }

    .top-staff__item {
        width: 80vw;
        border-width: 0 0 0 1vw;
    }

    .top-staff__name {
        width: 11vw;
        font-size: 4.6vw;
    }

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

    .top-staff__item-inner {
        width: calc(100% - 11vw);
        padding-bottom: 5vw;
    }

    .top-staff__image {
        height: 84.6vw;
        margin-bottom: 3vw;
    }

    .top-staff__comment {
        font-size: 4.1vw;
        margin-right: 5vw;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
    }

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

    .top-staff__arrow.site-arrow {
        width: 5vw;
        height: 5vw;
        right: 5vw;
        bottom: 5vw;
    }

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

    .top-faq__title {
        font-size: 6.1vw;
        margin-bottom: 5vw;
    }

    .top-faq__item {
        padding: 5vw;
    }

    .top-faq__item-label {
        width: 7.7vw;
        height: 7.7vw;
        font-size: 4.6vw;
        margin-left: 0;
        margin-right: 2.5vw;
    }

    .top-faq__item-text {
        width: 68vw;
    }

    .top-faq__item-q .top-faq__item-text {
        font-size: 3.8vw;
        padding-right: 8vw;
    }

    .top-faq__item-mark {
        right: 0vw;
        width: 4.1vw;
        height: 4.1vw;
    }

    .top-faq__item-a {
        margin-top: 3.6vw;
        padding-top: 5vw;
    }

    .top-faq__list {
        margin-bottom: 5vw;
    }

    section.top-area {
        padding: 10vw 0 30vw;
    }

    .top-area__title {
        font-size: 6.1vw;
        margin-bottom: 5vw;
    }

    .top-area__card {
        width: 87.2vw;
        margin: 0 1.25vw;
        padding: 6.5vw 5vw 8vw;
    }

    .top-area__card:after {
        width: 85%;
        height: 1vw;
    }

    .top-area__card-title {
        font-size: 4.2vw;
        gap: 0 3vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
        line-height: 1.3;
    }

    .top-area__card-title .small {
        font-size: 80%;
    }

    .top-area__card-title:before {
        width: 2vw;
        height: 2vw;
    }

    .top-area__card-image {
        width: 100%;
        margin-bottom: 2vw;
    }

    .top-area__slider .slick-next {
        margin-left: 34vw;
    }

    .top-area__slider .slick-prev,
    .top-area__slider .slick-next {
        width: 11.5vw;
        height: 11.5vw;
        bottom: -22vw;
        top: auto;
    }

    .top-area__slider .slick-prev:before,
    .top-area__slider .slick-next:before {
        width: 20%;
        height: 20%;
    }

    .top-area__slider .slick-next:before {
        right: 45%;
    }

    .top-area__slider .slick-prev:before {
        left: 45%;
    }

    .top-area__slider .slick-prev {
        margin-right: 34vw;
    }

    section.site-contact {
        padding: 15vw 0;
    }

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

    .site-contact__content {
        width: 100%;
        padding: 6vw;
    }

    .site-contact__title {
        text-align: center;
        margin-bottom: 7vw;
    }

    .site-contact__title .top-common__title-jp {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4vw;
    }

    .site-contact__title .top-common__title-jp:before,
    .site-contact__title .top-common__title-jp:after {
        width: 2vw;
        height: 2vw;
        content: "";
        background: var(--main-color);
        border-radius: 50%;
        margin: 0;
        position: static;
    }

    .site-contact__tel {
        text-align: center;
    }

    .site-contact__tel .label {
        font-size: 4.6vw;
        margin-bottom: 2.5vw;
    }

    .site-contact__tel .num {
        font-size: 8.2vw;
    }

    .site-contact__tel .num .small {
        font-size: 3.8vw;
    }

    .site-contact__tel .hours {
        margin: 0 auto;
        font-size: 3.1vw;
        padding-left: 1em;
        padding-right: 1em;
    }

    .site-contact__item .label {
        font-size: f3.3vw;
    }

    .site-contact__item .label:before,
    .site-contact__item .label:after {
        height: 3.3vw;
    }

    .site-contact__item-btn a {
        height: 15vw;
        padding: 0 6vw;
    }

    .site-contact__item-btn .icon {
        width: 6vw;
        margin-right: 4vw;
    }

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

    .site-contact__list {
        gap: 3vw;
    }

    footer.site-footer {
        padding: 20vw 0 calc(120px + 10vw);
    }

    .site-footer__left {
        width: 100%;
        margin: 0;
    }

    .site-footer__menu {
        display: none;
    }


    .site-footer__logo {
        width: 80vw;
        margin: 0 auto 4vw;
    }

    .site-footer__addr {
        text-align: center;
        margin-bottom: 3vw;
    }

    .site-footer__map {
        margin-bottom: 9vw;
    }

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

    .site-footer__map iframe {
        height: 51vw;
    }

    .site-footer__copyright {
        text-align: center;
    }

    .site-footer__copyright small {
        font-size: 3.1vw;
    }

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

    .site-fixed-sp__btns {
        background: #fff;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        display: flex;
    }

    .site-fixed-sp__btn {
        width: 20%;
    }

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

    .site-fixed-sp__btn-text {
        width: 100%;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
    }

    .site-fixed-sp__btn a {
        display: flex;
        height: 70px;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        align-content: center;
    }

    .site-fixed-sp__btn a:after {
        content: "";
        height: 35px;
        width: 1px;
        background: #EEEEEE;
        position: absolute;
        right: 0;
    }

    .site-fixed-sp__btn:nth-child(n+4) a:after {
        display: none;
    }

    .site-fixed-sp__btn.request a {
        background: #FFC305;
        color: #fff;
    }

    .request .site-fixed-sp__btn-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .tel .site-fixed-sp__btn-text {
        color: #1C3E9A;
    }

    .line .site-fixed-sp__btn-text {
        color: #03C755;
    }

    .mail .site-fixed-sp__btn-text {
        color: #00CCA1;
    }

    .reserve .site-fixed-sp__btn-text {
        color: #EA873C;
    }

    .site-fixed-sp__label {
        width: 95vw;
        text-align: center;
        margin: 0 auto 3vw;
        background: var(--main-color);
        color: #fff;
        font-size: 3.6vw;
        position: relative;
        font-weight: bold;
        letter-spacing: 0.05em;
        border-radius: 7vw;
        padding: 1.5vw 0;
    }

    .site-fixed-sp__label .yellow {
        font-size: 4.6vw;
        color: #FFFF05;
    }

    .site-fixed-sp__label:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 3vw solid transparent;
        border-left: 3vw solid transparent;
        border-top: 2vw solid var(--main-color);
        border-bottom: 0;
        position: absolute;
        left: 5vw;
        top: 100%;
    }

    .common-page-fv {
        padding: 6.4vw 2vw 0;
    }

    .common-page-fv__bg img {
        height: 64vw;
    }

    .common-page-fv__content {
        padding: 5vw 3vw;
        width: 82vw;
        height: 25.6vw;
    }

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

    .common-page-fv__title-jp {
        font-size: 3.6vw;
        gap: 2.5vw;
    }

    .common-page-fv__title-jp:before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .common-page-fv__inner {
        width: 100%;
    }

    .site-contact__item {
        width: 100%;
    }

    .staff-fv__image {
        width: 100%;
        height: 90vw;
        padding-right: 5vw;
    }

    section.review-fv .staff-fv__inner {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .review-fv .staff-fv__image {
        margin-bottom: 20vw;
    }

    section.review-fv .staff-fv__image img {
        height: 90vw;
    }

    .staff-fv__content {
        width: 100%;
        margin: 0;
        padding: 0 0 0;
    }

    .staff-fv__main {
        border-radius: 5px;
        margin-left: unset;
        margin-top: unset;
    }

    section.review-fv .staff-fv__content {
        margin-bottom: 0;
    }

    section.review-fv .staff-fv__content .wrap {
        max-width: 90%;
    }

    .review-fv {
        margin-bottom: 15vw;
    }

    .staff-message__inner {
        padding: 5vw;
    }

    .staff-message__image {
        width: 60vw;
        height: 60vw;
        margin: 0 auto 3vw;
    }

    .staff-message__title-en {
        font-size: 7vw;
    }

    .staff-message__title-jp {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .staff-message__text {
        font-size: 100%;
    }

    section.staff-message {
        margin-bottom: 30vw;
    }

    section.staff-message:after {
        right: 20vw;
        bottom: -15vw;
        top: -10vw;
    }

    .archive-staff {
        justify-content: center;
        gap: 10vw;
    }

    section.staff-breadcrumb {
        margin: 0;
        height: auto;
        padding: 2vw 0 8vw;
    }

    .staff-fv__image img {
        border-radius: 0 10px 10px 0;
    }

    .staff-fv__inner {
        padding: 0;
        position: relative;
    }

    .staff-fv__catch {
        position: absolute;
        left: 0;
        top: 75vw;
        padding: 0;
        margin: 0;
    }

    .staff-fv__catch p {
        font-size: 4.2vw;
        padding: 0.2em 0.6em;
    }

    .staff-fv__catch p+p {
        margin-top: 1.5vw;
    }

    .staff-fv__name {
        font-size: 6.1vw;
    }

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

    .staff-fv__info {
        margin-bottom: 5vw;
    }

    .staff-fv__tags ul {
        gap: 2vw;
    }

    .staff-fv__tags li {
        font-size: 3.6vw;
    }

    section.staff-fv {
        margin-bottom: 18vw;
    }

    .staff-content__main {
        width: 100%;
    }

    .staff-content__main dt {
        margin-bottom: 2vw;
        font-size: 4.1vw;
    }

    .staff-content__main dl+dl {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    .staff-content__image {
        width: 100%;
        margin-top: 8vw;
    }

    section.staff-content {
        margin-bottom: 20vw;
    }

    section.staff-breadcrumb {
        margin: 0;
        height: auto;
        padding: 2vw 0 8vw;
    }

    .staff-fv__image {
        padding-right: 5vw;
    }

    .staff-fv__image img {
        border-radius: 0 10px 10px 0;
        border-radius: 10px;
    }

    section.review-fv .staff-fv__image img {
        height: 90vw;
        border-radius: 10px;
    }

    .review-fv .staff-fv__image {
        padding: 0;
    }

    .review-fv .staff-fv__main {
        padding: 5vw;
    }

    .page-access__infos dl {
        flex-wrap: wrap;
    }

    .page-access__infos dl dt {
        width: 30vw;
        font-size: 4.1vw;
        padding-bottom: 2vw;
        white-space: nowrap;
    }

    .page-access__infos dl dd {
        padding: 0 4vw 5vw;
        font-size: 3.6vw;
    }

    section.page-support__infro {
        margin-bottom: 20vw;
    }

    section.page-support__infro .top-reason__item {
        max-width: 90vw;
        width: 90vw;
    }

    .top-reason__item-title~.top-reason__item-title {
        margin-top: 5vw;
    }

    li.page-support__item {
        width: 100%;
        gap: 2vw 5vw;
    }

    .page-support__list ul {
        gap: 5vw;
    }

    .page-support__icon {
        width: 20vw;
        height: 20vw;
    }

    .page-support__label {
        font-size: 5vw;
    }

    section.page-support__strength {
        margin-bottom: 0;
    }

    body #sitemap_list {
        background: none;
    }

    section.page-dormitory__strength {
        margin-bottom: 20vw;
    }

    section.page-dormitory__flow {
        margin-bottom: 20vw;
    }

    section.page-global__intro {
        padding: 10vw 0 15vw;
    }

    .page-global__intro-title {
        font-size: 4.6vw;
    }

    .page-global__intro-list {
        gap: 5vw;
    }

    .page-global__intro-item {
        width: 40vw;
    }

    .page-global__intro-icon {
        width: 16vw;
        height: 16vw;
        margin-bottom: 2vw;
    }

    .page-global__flow-list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 10vw;
    }

    .page-global__flow-item {
        min-width: 50vw;
    }

    section.page-global__flow {
        margin-bottom: 20vw;
    }

    .page-global__review-image {
        width: 100%;
        margin-bottom: 4vw;
    }

    .page-global__review-text {
        width: 100%;
    }

    .page-global__review-text-title {
        font-size: 4.1vw;
        margin-bottom: 2vw;
    }

    section.page-global__review {
        margin-bottom: 20vw;
    }

    .staff-fv__birthday {
        font-size: 3.6vw;
    }

    .top-newarrival__content ul.slick-slide {
        width: 90vw;
        display: flex;
        margin: 0 2.5vw;
    }

    .top-newarrival__content ul.slick-slide {
        width: 90vw;
        display: flex;
        margin: 0 2.5vw;
    }

    .top-newarrival__content ul.slick-dots {
        display: flex;
        bottom: -6vw;
    }

    .top-newarrival__content ul.slick-dots li {
        width: 50%;
        height: 1vw;
        margin: 0;
    }

    .top-newarrival__content ul.slick-dots li button {
        background: #F0F0F0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .top-newarrival__content ul.slick-dots li.slick-active button {
        background: var(--main-color);
    }

    .top-area__slider .slick-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        bottom: -12vw;
    }

    .top-area__slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0;
    }

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

    .top-area__slider .slick-dots li.slick-active button {
        background: var(--main-color);
    }

    .scroll-hint-icon-wrap {
        z-index: 1000;
    }

    .slider-scrollhint-wrap {
        overflow-x: scroll;
    }
}