@charset "UTF-8";
/* =======================================
共通、汎用css
 ======================================= */
:root {
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-cg: "Cormorant Garamond", serif;
  --color-primary: #978977;
  --color-secondary: #c5bbaf;
  --Background: #EAE5DA;
  --color-btn-bg: #978977;
  --status-color: #978977;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--font-gothic);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--font-gothic);
  color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--font-gothic);
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.8;
}

.base {
  width: 100%;
  padding: 0 20px;
}

.to-anim-top {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.to-anim-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* =======================================
 PC/SP切り替え用
 ======================================= */
@media only screen and (min-width: 1000px) {
  .sp-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .pc-nav {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 719px) {
  .pc {
    display: none !important;
  }
}
/* ===================================
ecforceデフォルトcss打ち消し用
=================================== */
.u-font--body {
  color: #000 !important;
}

.u-text--body {
  color: #000 !important;
  font-size: 14px !important;
}

.u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--font-gothic);
}

.u-text--input {
  color: #000 !important;
}

.u-text--head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: var(--font-gothic);
}

.u-text--strong {
  font-size: 14px !important;
}

input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.u-text--link {
  color: #978977 !important;
  color: var(--color-primary) !important;
}

.u-color__btn--bg {
  background: #978977 !important;
  background: var(--color-primary) !important;
}

.u-color__btn--bg {
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 9999px;
}

.u-color__border--border {
  border-color: #dadada !important;
}

.u-color__border--input {
  border-color: #c5bbaf !important;
  border-color: var(--color-secondary) !important;
}

.u-color__border--input {
  border-radius: 0;
}

.u-color__btn--bg--overlay {
  background: #978977 !important;
  background: var(--color-primary) !important;
}

.u-color__btn--bg--overlay {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.u-color__bg--bg {
  background: #eae5df !important;
}

.u-color__bg--accent {
  background: #978977 !important;
  background: var(--color-primary) !important;
}

.u-icon--close:before {
  color: #666666;
}

.p-page_header__inner__title {
  letter-spacing: 0.05em;
}

.p-page_table__inner {
  max-width: 600px;
}

.c-table {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
@media only screen and (max-width: 719px) {
  .c-table {
    display: table;
  }
}

@media only screen and (max-width: 719px) {
  .c-table tbody {
    display: table;
  }
}

@media only screen and (max-width: 719px) {
  .c-table tbody tr {
    display: table;
    width: 100%;
  }
}

.c-table tbody tr th {
  font-size: 16px !important;
}

.c-table tbody tr th {
  background: #eeeeee;
  line-height: 1.3125;
  padding: 13px 12px;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr th {
    display: table-cell;
    margin-bottom: 0;
    width: 36.6%;
  }
}

.c-table tbody tr td {
  font-size: 16px !important;
}

.c-table tbody tr td {
  line-height: 1.3125;
  padding: 13px 12px;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr td {
    display: table-cell;
  }
}

.c-steps_to_order__number {
  color: var(--base-color) !important;
  background: #c5bbaf !important;
  background: var(--color-secondary) !important;
}

.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
  color: #fff !important;
  background: #978977 !important;
  background: var(--color-primary) !important;
}

.c-steps_to_order__number.is-complete::after {
  background: #978977 !important;
  background: var(--color-primary) !important;
}

.c-steps_to_order__number::before,
.c-steps_to_order__number::after {
  background: #c5bbaf !important;
  background: var(--color-secondary) !important;
}

.c-account_menu__logout {
  background: #978977;
  background: var(--color-primary);
}

.p-checkout_confirm__float {
  z-index: 99;
}

/* ===================================
カート画面カスタム
=================================== */
.c-cart_item__img,
.c-cart_item__info__title {
  pointer-events: none;
}

/* ===================================
マイページ画面カスタム
=================================== */
.c-account_menu__toggle-button {
  background: #978977;
}
.c-account_menu__toggle-button span {
  color: #fff;
}
.c-account_menu__toggle-button .u-icon--plus:before,
.c-account_menu__toggle-button .u-icon--minus:before {
  color: #fff;
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/* -----------------------------------
  layout
  ----------------------------------- */
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  color: #482E12;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  color: #482E12;
  font-weight: 400;
  letter-spacing: 0.03em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
}

p {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 719px) {
  p {
    font-size: 14px;
  }
}

.u-font--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-wrap {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .l-wrap {
    width: calc(100% - 30px);
  }
}

.l-container {
  background-color: #F7F6F2;
  padding-top: 114px;
}
@media only screen and (max-width: 719px) {
  .l-container {
    padding-top: 90px;
  }
}

/* -----------------------------------
  header
  ----------------------------------- */
.l-header .c-announce_bar {
  background-color: #EAE5DA !important;
  color: #482E12 !important;
}
.l-header .c-announce_bar {
  padding: 10px;
  position: relative;
  z-index: 999999999;
}
@media only screen and (max-width: 992px) {
  .l-header .c-announce_bar {
    padding: 5px;
  }
}
.l-header .c-announce_bar__text {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 992px) {
  .l-header .c-announce_bar__text {
    font-size: 11px;
  }
}

.l-header {
  background: #F7F6F2 !important;
}

.l-header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  border-bottom: none;
}
.l-header__inner {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 40px 24px 36px;
}
@media only screen and (max-width: 992px) {
  .l-header__inner {
    min-height: 64px !important;
  }
  .l-header__inner {
    padding: 10px 88px 10px 15px;
  }
}
.l-header__inner__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__inner__block.logo__block {
  margin-right: auto;
  max-width: 160px;
}
.l-header__inner__block__logo {
  max-width: 160px;
}
@media only screen and (max-width: 992px) {
  .l-header__inner__block__logo {
    width: 68%;
  }
}
.l-header__inner__block__item {
  line-height: 0.8;
}
.l-header__inner__block__item .count {
  background-color: #84654A;
  min-width: 14px;
  height: 14px;
  font-size: 9px;
  position: absolute;
  left: 16px;
  top: -6px;
  padding: 0;
  padding-bottom: 1.5px;
  padding-left: 1px;
}
.l-header__inner__block__item:nth-child(2) {
  margin-right: 16px;
}

.c-header-nav {
  margin-right: 34px;
}
@media only screen and (max-width: 992px) {
  .c-header-nav {
    display: none;
  }
}
.c-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  gap: 32px;
}
.c-header-nav__list a {
  font-weight: 500;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.06em;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-header-nav__list a:hover {
  opacity: 0.7;
}

.l-header__inner__block__item--search {
  margin-right: 20px;
  line-height: 0.8;
}

.l-header__inner__block__item--menu {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .l-header__inner__block__item--menu {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1;
    display: block;
    top: 4px;
    right: -20px;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 10px 10px 0;
    text-align: center;
    z-index: 99999;
  }
  .l-header__inner__block__item--menu .l-header__inner__block__link {
    position: absolute;
    top: 40px;
    left: 24px;
  }
}

.p-search_menu {
  right: -100%;
  left: auto;
  left: initial;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.p-search_menu.is-active {
  right: 0;
  left: auto;
  left: initial;
  -webkit-transition: right 0s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0s, opacity 0.4s, transform 0.4s;
  transition: right 0s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.p-search_menu__container {
  position: absolute;
  right: 0;
}

.p-search_menu__container__searchbtn {
  left: auto;
  left: initial;
  right: 0;
}

/* ------ gmenu sp ------ */
.c-gmenu__container__close {
  display: none;
}

.c-gmenu {
  left: auto;
  left: initial;
  right: -100%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  top: 28px;
  display: none;
}
.c-gmenu.is-active {
  left: auto;
  left: initial;
  right: -100%;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: right 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0.4s, opacity 0.4s, transform 0.4s;
  transition: right 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.c-gmenu.is-open {
  right: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: right 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0.4s, opacity 0.4s, transform 0.4s;
  transition: right 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 992px) {
  .c-gmenu {
    display: block;
    z-index: 999999;
    right: -100%;
  }
  .c-gmenu__container {
    width: 100%;
  }
  .c-gmenu__container__inner__list__item__child__item__inner {
    display: block;
    width: 100%;
  }
  body.is-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C4C4C4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    mix-blend-mode: multiply;
  }
  body.is-bg .l-header__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C4C4C4;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    mix-blend-mode: multiply;
  }
  .l-header {
    z-index: 999;
  }
  .l-header__inner__block__item, .l-header__inner__block__item--search {
    z-index: 9999999;
  }
  .l-header__inner__block__item--menu.is-active {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .l-header__inner__block__item--menu.is-active .l-header__inner__block__link {
    opacity: 1;
  }
  .l-header__inner__block__item--menu.is-active .l-header__inner__block__link::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #482E12;
    top: 50px;
    -webkit-transition: none;
    transition: none;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .l-header__inner__block__item--menu.is-active .l-header__inner__block__link img {
    opacity: 0;
  }
  .c-gmenu {
    z-index: 9999;
  }
  .c-gmenu__container {
    background: none;
    width: 90%;
    margin: 0 0 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 10%;
  }
  .c-gmenu__container__inner {
    padding: 60px 20px 30px;
    background-color: #F7F6F2;
    border-radius: 0 0 0 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .c-gmenu__container {
    background: none !important;
  }
  .c-gmenu__container__inner__list {
    border-top: none;
  }
  .c-gmenu__container__inner__list__item {
    border-color: #695546 !important;
  }
  .c-gmenu__container__inner__list__item__child {
    padding: 0;
  }
  .c-gmenu__container__inner__list__item__child__item__inner {
    font-size: 14px !important;
    color: #461E00 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
  }
  .c-gmenu__container__inner__list__item__child__item__inner {
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    padding: 16px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-gmenu__container__inner__list__item__child__item__inner:hover {
    opacity: 0.7;
  }
  .p-category_menu__collapsible {
    padding: 15px 0 0;
  }
  .p-category_menu__all {
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-category_menu__all:hover {
    opacity: 0.7;
  }
  .p-category_menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 9px;
    gap: 9px;
    margin-top: 22px;
  }
  .p-category_menu .p-category_menu__item--child {
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
  }
  .p-category_menu .p-category_menu__item--child:not(:first-child) {
    margin-top: 0;
  }
  .p-category_menu .p-category_menu__text {
    padding: 10px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-category_menu .p-category_menu__text:hover {
    opacity: 0.7;
  }
  .p-category_menu .p-category_menu__text img {
    height: 55px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .p-category_menu .p-category_menu__text .ttl {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 5px;
  }
  .p-category_menu__toggle {
    border-bottom: 1px solid #444240;
    padding: 0;
  }
  .p-category_menu__toggle.is-open .p-category_menu__button .u-icon--minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-category_menu__button {
    font-size: 14px !important;
    color: #461E00 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
  }
  .p-category_menu__button {
    font-weight: 700;
    padding: 16px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-category_menu__button .u-icon--plus,
  .p-category_menu__button .u-icon--minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #84654A;
    position: absolute;
    top: 12px;
    right: 2px;
  }
  .p-category_menu__button .u-icon--plus::before,
  .p-category_menu__button .u-icon--minus::before {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
  }
  .p-category_menu__button .u-icon--minus {
    display: none;
  }
  .p-category_menu__button:hover {
    opacity: 0.7;
  }
  .c-gmenu__other {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.85fr 1.15fr;
    grid-template-columns: 0.85fr 1.15fr;
    grid-gap: 8px 0;
    gap: 8px 0;
    margin-top: 12px;
  }
  .c-gmenu__other a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-gmenu__other a:hover {
    opacity: 0.7;
  }
  .c-gmenu__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 28px;
  }
}
/* --------------------------
 footer
 --------------------------*/
.l-footer {
  background-color: #F7F6F2 !important;
  border-top: 1.5px solid #84654A !important;
}
.l-footer {
  padding: 100px 0 60px;
  position: relative;
  border: none;
}
@media only screen and (max-width: 719px) {
  .l-footer {
    padding: 74px 0 30px;
  }
}

.l-footer__inner {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 0 60px;
}
@media only screen and (max-width: 992px) {
  .l-footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 992px) {
  .l-footer__info {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: 30px;
  }
}
.l-footer__info__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 54px;
}
@media only screen and (max-width: 992px) {
  .l-footer__info__store {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__info__store__logo {
  max-width: 230px !important;
}
.l-footer__info__store__logo {
  width: 80%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .l-footer__info__store__logo {
    width: 50%;
  }
}
.l-footer__info__store__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin: 0;
  margin-top: auto;
}
@media only screen and (max-width: 719px) {
  .l-footer__info__store__sns {
    gap: 20px;
  }
}
.l-footer__info__store__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-footer__info__store__sns a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .l-footer__info__store__sns a {
    width: 46px;
    height: 46px;
    padding: 12px;
  }
  .l-footer__info__store__sns a.sp img {
    width: revert-layer;
  }
}

.l-footer__menu {
  width: 80%;
  max-width: 746px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .l-footer__menu {
    width: 100%;
    max-width: 100%;
  }
}

.c-footer_menu {
  border-top: 1px solid #84654A !important;
}

.c-footer_menu {
  display: block;
  margin: 0;
  padding: 34px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu {
    border-bottom: none;
    padding: 24px 0;
  }
}
.c-footer_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 0;
  }
}
.c-footer_menu__list__item {
  margin-bottom: 0 !important;
}
.c-footer_menu__list__item {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu__list__item {
    width: 50%;
  }
  .c-footer_menu__list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-footer_menu__list__item__inner {
  color: #482E12 !important;
  font-size: 14px !important;
}
.c-footer_menu__list__item__inner {
  font-weight: 500;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-footer_menu__list__item__inner:hover {
  opacity: 0.7;
}
.c-footer_menu__list__item__inner::after {
  content: none;
}
.c-footer_menu__list .tel {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}
.c-footer_menu__title {
  color: #B7A79B !important;
  letter-spacing: 0 !important;
}
.c-footer_menu__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "adobe-garamond-pro", serif;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu__title {
    margin-bottom: 8px;
  }
}
.c-footer_menu .footer_link {
  color: #482E12;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu:nth-child(2) .c-footer_menu__list__item {
    width: 100%;
  }
}
.c-footer_menu:last-child {
  padding-bottom: 0;
}
.c-footer_menu:last-child .c-footer_menu__list__item__inner {
  font-weight: 400 !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 719px) {
  .c-footer_menu:last-child .c-footer_menu__list__item__inner {
    font-size: 12px;
  }
}

.footer_body {
  color: #84654A !important;
  font-size: 10px !important;
}

.footer_body {
  width: 100%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media only screen and (max-width: 1120px) {
  .footer_body {
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 992px) {
  .footer_body {
    text-align: center;
    margin-top: 30px;
  }
}

/* ---------------------------------------------
  component
  --------------------------------------------- */
.c-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .c-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.c-ttl.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-ttl__en {
  font-size: 64px;
  color: #84654A;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 48px;
  }
}
.c-ttl__en.center {
  -webkit-transform: none;
          transform: none;
  text-align: center;
  margin-bottom: 10px;
}

.c-ttl__ja {
  font-size: 16px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media only screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 14px;
  }
}

.c-ttl__box {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 5px;
  padding: 18px 30px;
  background-color: #F7F6F2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .c-ttl__box {
    font-size: 20px;
    padding: 16px 20px;
    margin-bottom: 16px;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-btn .text {
  display: inline-block;
  border-bottom: 1px solid #482E12;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 719px) {
  .c-btn .text {
    font-size: 13px;
    padding-bottom: 2px;
  }
}
.c-btn .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #84654A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #84654A;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 719px) {
  .c-btn .icon {
    width: 28px;
    height: 28px;
  }
}
.c-btn .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
          mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 719px) {
  .c-btn .icon::after {
    width: 8px;
    height: 6px;
  }
}
.c-btn:hover .icon {
  background-color: #fff;
}
.c-btn:hover .icon::after {
  background-color: #84654A;
}

.c-lead {
  font-size: 15px;
}
@media only screen and (max-width: 719px) {
  .c-lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ------ breadcrumbs ------ */
.c-breadcrumbs {
  padding: 20px 0;
}
@media only screen and (max-width: 719px) {
  .c-breadcrumbs {
    padding: 10px 0 16px;
  }
}
.c-breadcrumbs__list {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
  display: inline;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .c-breadcrumbs__list {
    width: calc(100% - 30px);
  }
}
.c-breadcrumbs__list__item {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline;
}
@media only screen and (max-width: 719px) {
  .c-breadcrumbs__list__item {
    font-size: 10px;
  }
}
.c-breadcrumbs__list__item:not(:last-child)::after {
  content: "/";
  margin: 0 2px 0 4px;
}
@media only screen and (max-width: 719px) {
  .c-breadcrumbs__list__item:not(:last-child)::after {
    width: 10px;
    margin: 0 2px 0 4px;
  }
}

/* ------ page head ------ */
.c-page-head {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
  background-color: #F7F6F2;
  border-radius: 30px;
  padding: 56px 60px;
}
@media only screen and (max-width: 719px) {
  .c-page-head {
    width: calc(100% - 30px);
    border-radius: 15px;
    padding: 26px 20px 20px;
  }
}
.c-page-head__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 719px) {
  .c-page-head__ttl {
    gap: 0;
  }
}
.c-page-head__ttl__en {
  font-size: 43px;
  color: #84654A;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 719px) {
  .c-page-head__ttl__en {
    font-size: 36px;
  }
}
.c-page-head__ttl__ja {
  font-size: 15px;
}
@media only screen and (max-width: 719px) {
  .c-page-head__ttl__ja {
    font-size: 14px;
  }
}

.c-section-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .c-section-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

/* ------ l-container ------ */
.l-container {
  background-color: #fff;
}

#index-view .l-container {
  background-color: #F7F6F2;
}

.p-section {
  margin: 70px 0 150px;
}
@media only screen and (max-width: 719px) {
  .p-section {
    margin: 30px 0 100px;
  }
}

/* ------ table ------ */
.c-table {
  width: 100%;
  border: none;
  border-top: 1.5px solid #EAE5DA;
}
.c-table tbody tr {
  border-top: none;
  border-bottom: 1.5px solid #EAE5DA;
}
.c-table tbody tr:first-child {
  border-top: none;
}
.c-table tbody tr th {
  font-size: 20px !important;
}
.c-table tbody tr th {
  background-color: #F7F6F2;
  padding: 28px 28px 28px 40px;
  letter-spacing: 0;
  font-weight: 700;
  width: 27%;
  vertical-align: top;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr th {
    font-size: 13px !important;
  }
  .c-table tbody tr th {
    padding: 14px;
    width: 28.8%;
    vertical-align: middle;
  }
}
.c-table tbody tr td {
  font-size: 17px !important;
}
.c-table tbody tr td {
  padding: 28px 0 28px 48px;
  letter-spacing: 0;
  line-height: 1.5;
  border-right: none;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr td {
    font-size: 13px !important;
  }
  .c-table tbody tr td {
    padding: 14px 0 14px 14px;
  }
}
.c-table tbody tr a {
  border-bottom: 0.5px solid #482E12;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-table tbody tr a:hover {
  opacity: 0.7;
}

/* ------ search ------ */
html.js-prevent-body-scroll body {
  position: static;
  height: auto;
}

.p-search_menu {
  transition: right 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  padding-top: 40px;
}
@media screen and (max-width: 719px) {
  .p-search_menu {
    padding-top: 28px;
  }
}
.p-search_menu.is-active {
  z-index: 9999999;
  transition: right 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.p-search_menu__container {
  background-color: #F7F6F2 !important;
}

@media screen and (max-width: 719px) {
  .p-search_menu__container__inner__search__part:not(:first-child) {
    margin-top: 30px;
  }
}
.p-search_menu__container__inner__search__part__label .label_title {
  font-size: 14px !important;
  color: #482E12 !important;
}

.p-search_menu__container__inner__search__part__content[\:has\(select\)] {
  position: relative;
}

.p-search_menu__container__inner__search__part__content:has(select) {
  position: relative;
}
.p-search_menu__container__inner__search__part__content[\:has\(select\)]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #84654A;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 16px;
  right: 14px;
}
.p-search_menu__container__inner__search__part__content:has(select)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #84654A;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 16px;
  right: 14px;
}

.p-search_menu__container__inner__search__part__content input {
  padding: 0 15px;
}
.p-search_menu__container__inner__search__part__content select {
  font-size: 13px !important;
}
.p-search_menu__container__inner__search__part__content select {
  border: 1px solid #c5bbaf;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
}

.mobile_safari .p-search_menu .input_wrap > * {
  font-size: 13px !important;
}

.p-search_menu__container__searchbtn button[type=button] {
  background-color: #bcbaba !important;
}
.p-search_menu__container__searchbtn button[type=button] span {
  color: #fff !important;
}

.p-search_menu__container__searchbtn button[type=submit] {
  background-color: #EAE5DA !important;
}
.p-search_menu__container__searchbtn button[type=submit] span {
  color: #84654A !important;
}