@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
html {
  font-size: 100px;
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: clamp(65px, 6.25vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3D3D3D;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 980px;
  }
}
.wf-active body, .loading-delay body {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  text-decoration: none;
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:where(input, select, button, optgroup, textarea) {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

/*-------------------------------------------------------------------*/
/* 個別追加設定 */
/*-------------------------------------------------------------------*/
html {
  color-scheme: only light;
}

:root {
  --scrollbar: 0;
}

body {
  margin: 0;
}
body.is-locked {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  body.is-locked {
    width: 100%;
  }
  .not-firefox body.is-locked .menu_btn {
    right: calc(0.3rem + var(--scrollbar));
  }
  .not-firefox body.is-locked .pagetop_btn {
    right: calc(0.15rem + var(--scrollbar));
  }
  .not-firefox body.is-locked .mod_side_btn {
    right: var(--scrollbar);
  }
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

@media print, screen and (min-width: 641px) and (max-width: 980px) {
  .mod_main {
    overflow: hidden;
  }
}

a[onclick] {
  cursor: pointer;
}

.-of,
.of {
  display: block;
  line-height: 0;
}
.-of img,
.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.-of.-contain img,
.of.-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  background-size: contain;
  background-position: center center;
}

._line-clamp,
.-line_clamp {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}
._line-clamp._line1, ._line-clamp.-line1,
.-line_clamp._line1,
.-line_clamp.-line1 {
  -webkit-line-clamp: 1;
}
._line-clamp._line2, ._line-clamp.-line2,
.-line_clamp._line2,
.-line_clamp.-line2 {
  -webkit-line-clamp: 2;
}
._line-clamp._line3, ._line-clamp.-line3,
.-line_clamp._line3,
.-line_clamp.-line3 {
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 640px) {
  ._line-clamp._sp-line1, ._line-clamp.-sp_line1,
  .-line_clamp._sp-line1,
  .-line_clamp.-sp_line1 {
    -webkit-line-clamp: 1;
  }
  ._line-clamp._sp-line2, ._line-clamp.-sp_line2,
  .-line_clamp._sp-line2,
  .-line_clamp.-sp_line2 {
    -webkit-line-clamp: 2;
  }
  ._line-clamp._sp-line3, ._line-clamp.-sp_line3,
  .-line_clamp._sp-line3,
  .-line_clamp.-sp_line3 {
    -webkit-line-clamp: 3;
  }
  ._line-clamp._sp-line4, ._line-clamp.-sp_line4,
  .-line_clamp._sp-line4,
  .-line_clamp.-sp_line4 {
    -webkit-line-clamp: 4;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-f_go {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

.-f_go_bold {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

.-f_min {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_min_m {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_yumin {
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_garamond {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_garamond_itc {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_garamond_disp {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_garamond_disp_lgt {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_garamond_subhead {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
:where(.-btn01) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border-bottom: 1px solid #452A00;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 640px) {
  :where(.-btn01) {
    height: 0.48rem;
    border: none;
  }
}
:where(.-btn01)::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.04rem;
  bottom: -0.04rem;
  left: -0.2rem;
  right: -0.2rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  background-color: #ab9765;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.7s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 640px) {
  :where(.-btn01)::before {
    top: 0;
    bottom: 0;
    left: -0.16rem;
    right: -0.16rem;
    height: 0.48rem;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: none;
    transition: none;
  }
}
:where(.-btn01) > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 1.4rem;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #3D3D3D;
  padding-right: 0.3rem;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  :where(.-btn01) > span {
    display: block;
    min-width: 1.9rem;
    font-size: 0.15rem;
    color: #fff;
    padding-left: 0.25rem;
    padding-right: 0.35rem;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
:where(.-btn01) > span::before, :where(.-btn01) > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.13rem);
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  :where(.-btn01) > span::before, :where(.-btn01) > span::after {
    top: calc(50% - 0.11rem);
    width: 0.22rem;
    height: 0.22rem;
  }
}
:where(.-btn01) > span::before {
  background-color: #452A00;
}
@media screen and (max-width: 640px) {
  :where(.-btn01) > span::before {
    background-color: #fff;
  }
}
:where(.-btn01) > span::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-btn01) > span::after {
    background-color: #452A00;
  }
}
.no-touchevents :where(.-btn01):hover {
  border-bottom-color: rgba(69, 42, 0, 0);
}
.no-touchevents :where(.-btn01):hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.no-touchevents :where(.-btn01):hover span {
  color: #fff;
}
.no-touchevents :where(.-btn01):hover span::before {
  background-color: #fff;
}
.no-touchevents :where(.-btn01):hover span::after {
  background-color: #452A00;
}

:where(.-btn02) {
  position: relative;
  z-index: 0;
  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: 2.4rem;
  height: 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #d0bf93;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media screen and (max-width: 640px) {
  :where(.-btn02) {
    height: 0.64rem;
    max-width: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
:where(.-btn02) > span {
  display: inline-block;
  width: 100%;
  font-size: 0.18rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  padding-right: 0.1rem;
  color: #452A00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  :where(.-btn02) > span {
    font-size: 0.16rem;
    letter-spacing: 0.11em;
    padding: 0;
  }
}
:where(.-btn02) > span span {
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
:where(.-btn02) > span::before, :where(.-btn02) > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.13rem);
  right: 0.15rem;
  z-index: 1;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.7s, border 0.3s;
  transition: background 0.7s, border 0.3s;
}
@media screen and (max-width: 640px) {
  :where(.-btn02) > span::before, :where(.-btn02) > span::after {
    right: 0.25rem;
  }
}
:where(.-btn02) > span::before {
  background-color: #452A00;
}
@media screen and (max-width: 640px) {
  :where(.-btn02) > span::before {
    background-color: #fff;
    border: 1px solid #d0bf93;
  }
}
:where(.-btn02) > span::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-btn02) > span::after {
    background-color: #452A00;
  }
}
:where(.-btn02).-red {
  background-color: #a47070;
  border: 1px solid #a47070;
  border-bottom-color: #fff;
}
:where(.-btn02).-red span {
  color: #fff;
}
:where(.-btn02).-red span::before {
  background-color: #fff;
}
:where(.-btn02).-red span::after {
  background-color: #452A00;
}
:where(.-btn02).-gray {
  background-color: #3D3D3D;
  border: 1px solid #3D3D3D;
  border-bottom-color: #fff;
}
:where(.-btn02).-gray span {
  color: #fff;
}
:where(.-btn02).-gray span::before {
  background-color: #fff;
}
:where(.-btn02).-gray span::after {
  background-color: #452A00;
}
.no-touchevents :where(.-btn02):hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.no-touchevents :where(.-btn02):hover.-red {
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom-color: #9b6161;
}
.no-touchevents :where(.-btn02):hover.-red > span {
  color: #9b6161;
}
.no-touchevents :where(.-btn02):hover.-red > span::before {
  border: 1px solid #d0bf93;
}
.no-touchevents :where(.-btn02):hover.-red > span::after {
  background-color: #452A00;
}
.no-touchevents :where(.-btn02):hover.-red > span span {
  color: #9b6161;
}
.no-touchevents :where(.-btn02):hover.-gray {
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom-color: #3D3D3D;
}
.no-touchevents :where(.-btn02):hover.-gray > span {
  color: #3D3D3D;
}
.no-touchevents :where(.-btn02):hover.-gray > span::before {
  border: 1px solid #d0bf93;
}
.no-touchevents :where(.-btn02):hover.-gray > span::after {
  background-color: #452A00;
}
.no-touchevents :where(.-btn02):hover.-gray > span span {
  color: #3D3D3D;
}

:where(.-btn03) {
  position: relative;
}
:where(.-btn03) span {
  position: relative;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #624315;
}
@media screen and (max-width: 640px) {
  :where(.-btn03) span {
    font-size: 0.24rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}
:where(.-btn03).-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(.-btn03).-more::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
  width: 0.19rem;
  height: 0.19rem;
  border: 1px solid rgba(208, 191, 147, 0.5);
  background-color: #452A00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  :where(.-btn03).-more::before {
    top: calc(50% - 0.12rem);
  }
}
:where(.-btn03).-more span {
  padding-right: 0.24rem;
}
:where(.-btn03).-more span::before, :where(.-btn03).-more span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.05rem;
  width: 0.09rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-btn03).-more span::before, :where(.-btn03).-more span::after {
    top: calc(50% - 0.03rem);
  }
}
:where(.-btn03).-more span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
:where(.-btn03).-more.active span::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

:where(.-c_grd01) {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#452a00), color-stop(65%, #694204), to(#875200));
  background: linear-gradient(0deg, #452a00, #694204 65%, #875200);
  background: -webkit-linear-gradient(0deg, #452a00, #694204 65%, #875200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:where(.-bg_deco_circle) {
  position: absolute;
  pointer-events: none;
}
:where(.-bg_deco_circle) .element {
  stroke: #ebdebe;
  stroke-opacity: 1;
  stroke-width: 0.1;
  width: 100%;
  height: 100%;
}

.-overflow_mask {
  overflow: hidden;
}

.-deco_box01 {
  position: relative;
}
.-deco_box01 .-upper_deco::before, .-deco_box01 .-upper_deco::after,
.-deco_box01 .-lower_deco::before,
.-deco_box01 .-lower_deco::after {
  content: "";
  position: absolute;
  background-color: #b09f64;
  pointer-events: none;
}
.-deco_box01 .-upper_deco::before {
  height: 1px;
  left: 0;
  right: -0.3rem;
  top: -0.15rem;
}
@media screen and (max-width: 640px) {
  .-deco_box01 .-upper_deco::before {
    right: -0.24rem;
    top: -0.12rem;
  }
}
.-deco_box01 .-upper_deco::after {
  width: 1px;
  top: -0.3rem;
  right: -0.15rem;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .-deco_box01 .-upper_deco::after {
    top: -0.24rem;
  }
}
.-deco_box01 .-lower_deco::before {
  width: 1px;
  top: 0;
  left: -0.15rem;
  bottom: -0.3rem;
}
@media screen and (max-width: 640px) {
  .-deco_box01 .-lower_deco::before {
    bottom: -0.24rem;
  }
}
.-deco_box01 .-lower_deco::after {
  height: 1px;
  bottom: -0.15rem;
  left: -0.3rem;
  right: 0;
}
@media screen and (max-width: 640px) {
  .-deco_box01 .-lower_deco::after {
    bottom: -0.15rem;
    left: -0.24rem;
  }
}

/*-------------------------------------------------------------------*/
/* 共通レイアウト */
/*-------------------------------------------------------------------*/
:where(.-catch) {
  font-weight: 400;
}

:where(.-read) {
  font-weight: 400;
}

:where(.-txt) {
  font-weight: 400;
}

:where(.-sub_txt) {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.46rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #68530A;
}
@media screen and (max-width: 640px) {
  :where(.-sub_txt) {
    font-size: 0.3rem;
    letter-spacing: 0.06em;
  }
}

:where(.-deco_txt) {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 0.8;
  color: #f6f2e8;
}
@media screen and (max-width: 640px) {
  :where(.-deco_txt) {
    font-size: 0.8rem;
  }
}

:where(.-sec_tit) .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  font-weight: 400;
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  :where(.-sec_tit) .title {
    gap: 0.1rem;
    font-size: 0.14rem;
  }
}
:where(.-sec_tit).-inline .title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(.-sec_tit).-inline .title .-sub_txt {
  position: relative;
  top: -0.04rem;
}

:where(.-elem_tit) {
  position: relative;
}
:where(.-elem_tit)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3rem;
  width: 1px;
  background-color: #68530A;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit)::before {
    content: none;
  }
}
:where(.-elem_tit) .title_deco {
  position: absolute;
  left: -0.45rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #7e6034;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title_deco {
    position: relative;
    left: -0.16rem;
    display: inline-block;
    font-size: 0.16rem;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0.4rem;
  }
  :where(.-elem_tit) .title_deco::before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: -0.24rem;
    right: -0.24rem;
    display: inline-block;
    height: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d0bf93), color-stop(50%, #ecdbae), color-stop(90%, #f4edd9));
    background: linear-gradient(0deg, #d0bf93 0%, #ecdbae 50%, #f4edd9 90%);
    background: -webkit-linear-gradient(0deg, #d0bf93 0%, #ecdbae 50%, #f4edd9 90%);
  }
}
:where(.-elem_tit) .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.42;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title {
    font-size: 0.13rem;
  }
}
:where(.-elem_tit) .title .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.32rem;
  letter-spacing: 0.06em;
  line-height: 0.8;
  color: #624315;
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title .-sub_txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.3rem;
  }
}
:where(.-elem_tit) .title_catch {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#452a00), color-stop(65%, #694204), to(#875200));
  background: linear-gradient(90deg, #452a00, #694204 65%, #875200);
  background: -webkit-linear-gradient(90deg, #452a00, #694204 65%, #875200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title_catch {
    font-size: 0.18rem;
    letter-spacing: 0.06em;
    margin-top: 0.15rem;
  }
}
:where(.-elem_tit) + .elem_read {
  max-width: 3.65rem;
  font-size: 0.15rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) + .elem_read {
    max-width: 100%;
    font-size: 0.13rem;
    margin-top: 0.15rem;
  }
}

:where(.-cont_tit) .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  font-size: 0.15rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
:where(.-cont_tit) .title .-sub_txt {
  font-size: 0.54rem;
  letter-spacing: 0.07em;
  margin-right: 0.1em;
}
:where(.-cont_tit) .title .-sub_txt.-small {
  font-size: 0.32rem;
  letter-spacing: 0.05em;
}

:where(.-content_header) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 3.3rem;
  padding-top: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  :where(.-content_header) {
    padding-top: 1.52rem;
  }
}
:where(.-content_header) .-sec_tit {
  text-align: center;
}
:where(.-content_header) .-sec_tit .-category {
  position: relative;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.32rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #624315;
  margin-bottom: 0.6rem;
}
:where(.-content_header) .-sec_tit .-category::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -0.45rem;
  width: 1px;
  height: 0.3rem;
  background-color: #000;
}
:where(.-content_header) .-sec_tit .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.15rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  gap: 0.1rem;
}
@media screen and (max-width: 640px) {
  :where(.-content_header) .-sec_tit .title {
    gap: 0.05rem;
  }
}
:where(.-content_header) .-sec_tit .title .-sub_txt {
  font-size: 0.52rem;
}
@media screen and (max-width: 640px) {
  :where(.-content_header) .-sec_tit .title .-sub_txt {
    font-size: 0.42rem;
  }
}

:where(.-content_header:has(.title_catch)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 4.1rem;
  padding-top: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  :where(.-content_header:has(.title_catch)) {
    min-height: 3.8rem;
    padding-top: 1.52rem;
  }
}
:where(.-content_header:has(.title_catch)) .-sec_tit .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.15rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  gap: 0.1rem;
}
:where(.-content_header:has(.title_catch)) .-sec_tit .title .-sub_txt {
  font-size: 0.52rem;
}
:where(.-content_header:has(.title_catch)) .-catch {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: center;
  color: #452A00;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  :where(.-content_header:has(.title_catch)) .-catch {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin-top: 0.35rem;
  }
}

@media screen and (max-width: 640px) {
  :where(.-g_nav) {
    margin-bottom: 0.15rem;
  }
}
:where(.-g_nav) a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touchevents :where(.-g_nav) a:hover {
  color: #b09f64;
}
:where(.-g_nav) > li > a {
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav) > li > a {
    font-size: 0.16rem;
    font-weight: 400;
    white-space: pre;
  }
}
:where(.-g_nav) > li > ul {
  padding-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav) > li > ul {
    padding-left: 0.16rem;
  }
}
:where(.-g_nav) > li > ul a {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav) > li > ul a {
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 2.1;
    white-space: pre;
  }
}
:where(.-g_nav) > li + li {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav) > li + li {
    margin-top: 0.15rem;
  }
}

:where(.-s_nav) a {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.-s_nav) a {
    font-size: 0.14rem;
  }
}
:where(.-s_nav) a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: 0.25em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_link_external.svg");
          mask-image: url("../img/ico_link_external.svg");
  background-color: #fff;
}
:where(.-s_nav) a span {
  position: relative;
  display: inline-block;
}
:where(.-s_nav) a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.no-touchevents :where(.-s_nav) a[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

:where(.-wrap_link) {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.-wrap_link) ~ :is(.img, .ph, .bg, .thumb) {
  overflow: hidden;
}
:where(.-wrap_link) ~ :is(.img, .ph, .bg, .thumb) img {
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.no-touchevents :where(.-wrap_link):hover ~ :is(.img, .ph, .bg, .thumb) img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.mod_header .header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 1rem;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media screen and (max-width: 640px) {
  .mod_header .header_inner {
    max-width: 100vw;
    height: 0.7rem;
    padding: 0 0.16rem;
  }
}
.headerMenuUp .mod_header .header_inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.drawer_open .mod_header .header_inner {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}
.mod_header .header_logo {
  width: 3.5rem;
  padding-bottom: 0.1rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo {
    width: 2.12rem;
    padding-bottom: 0;
  }
}
.no-touchevents .mod_header .header_logo:hover {
  opacity: 0.5;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo.-pc_negative a {
    position: relative;
    display: block;
  }
  .mod_header .header_logo.-pc_negative a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url("../img/header_logo.svg");
            mask-image: url("../img/header_logo.svg");
    background: #452A00;
  }
  .mod_header .header_logo.-pc_negative img {
    opacity: 0;
  }
  .mod_header .header_logo.-pc_negative .header_txt {
    color: #452A00;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo.-sp_negative {
    position: relative;
  }
  .mod_header .header_logo.-sp_negative::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url("../img/header_logo.svg");
            mask-image: url("../img/header_logo.svg");
    background: #452A00;
  }
  .mod_header .header_logo.-sp_negative img {
    opacity: 0;
  }
  .mod_header .header_logo.-sp_negative .header_txt {
    color: #452A00;
  }
}
.mod_header .header_txt {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  white-space: pre;
  margin-top: 0.14rem;
}
@media screen and (max-width: 640px) {
  .mod_header .header_txt {
    font-size: 0.12rem;
    line-height: 1.58;
    margin-top: 0.03rem;
  }
}

.menu_drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background-color: rgba(40, 30, 15, 0.9);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 640px) {
  .menu_drawer {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
  }
}
.menu_drawer .drawer_inner .inner_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 100vw;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_inner .inner_wrap {
    display: block;
    padding: 0;
  }
}
.menu_drawer .drawer_logo {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_logo {
    width: 2.12rem;
    height: auto;
    margin-left: 0.2rem;
  }
  .menu_drawer .drawer_logo img {
    width: 100%;
    height: auto;
  }
}
.no-touchevents .menu_drawer .drawer_logo:hover {
  opacity: 0.5;
}
.menu_drawer .drawer_menu_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 7.2rem;
  width: 100%;
  padding-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail {
    max-width: 100%;
    padding-top: 0.24rem;
    padding-bottom: 0.8rem;
  }
}
.menu_drawer .drawer_menu_detail .inner_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_upper {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    max-width: calc(100% - 0.8rem);
    width: 100%;
    margin: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.15rem;
    padding-right: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_upper .-g_nav > li {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-bottom: 0.15rem;
  }
  .menu_drawer .drawer_menu_detail .inner_upper .-g_nav > li:last-child {
    margin-bottom: 0;
  }
}
.menu_drawer .drawer_menu_detail .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  white-space: pre;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .tel_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
  }
}
.menu_drawer .drawer_menu_detail .tel_box dt {
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .tel_box dt {
    font-size: 0.14rem;
  }
}
.menu_drawer .drawer_menu_detail .tel_box dt span {
  position: relative;
  top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .tel_box dt span {
    position: static;
  }
}
.menu_drawer .drawer_menu_detail .tel_box dd {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.6rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .tel_box dd {
    font-size: 0.26rem;
    margin: auto;
  }
}
.menu_drawer .drawer_menu_detail .tel_box dd span {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .tel_box dd span {
    font-size: 0.38rem;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle .-btn02 {
  width: 2.199rem;
  height: 0.62rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle .-btn02 {
    width: 100%;
    height: 0.64rem;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle .-btn02 span {
  font-size: 0.16rem;
  letter-spacing: 0.11em;
}
.menu_drawer .drawer_menu_detail .inner_middle .-btn02 span::before, .menu_drawer .drawer_menu_detail .inner_middle .-btn02 span::after {
  width: 0.24rem;
  height: 0.24rem;
  top: calc(50% - 0.12rem);
  right: 0.14rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle .-btn02 span::before, .menu_drawer .drawer_menu_detail .inner_middle .-btn02 span::after {
    right: 0.24rem;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle .-action_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 4.55rem;
  gap: 0.15rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle .-action_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 0.8rem);
    width: 100%;
    margin: auto;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle .-sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle .-sns_link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
}
.menu_drawer .drawer_menu_detail .inner_middle .-sns_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.4rem;
  height: 0.62rem;
  background-color: rgba(69, 42, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.02rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .menu_drawer .drawer_menu_detail .inner_middle .-sns_link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    background-color: rgba(69, 42, 0, 0);
    border: none;
  }
}
.no-touchevents .menu_drawer .drawer_menu_detail .inner_middle .-sns_link a:hover {
  background-color: rgba(69, 42, 0, 0.2);
}
.menu_drawer .drawer_menu_detail .inner_middle .-sns_link a .ico_insta {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  margin-left: 0.15rem;
}
.menu_drawer .drawer_menu_detail .inner_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 0.3rem;
}
.menu_drawer .drawer_menu_detail .inner_lower .-s_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
}
.menu_drawer .drawer_menu_detail .inner_lower .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -1rem;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-style: normal;
  color: #fff;
}
.menu_drawer .drawer_menu_detail .inner_lower .address a {
  margin-right: 0.15rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu_drawer .drawer_menu_detail .inner_lower .address a svg {
  width: 0.2rem;
  height: auto;
}
.no-touchevents .menu_drawer .drawer_menu_detail .inner_lower .address a:hover {
  opacity: 0.5;
}
.menu_drawer .drawer_info_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.8rem;
  height: 100vh;
  min-height: 8.5rem;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_drawer .drawer_info_detail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw + var(--scrollbar) * 0.3);
  z-index: -1;
  background-color: rgba(229, 221, 210, 0.5);
  border-radius: 0.18rem 0 0 0.18rem;
}
.menu_drawer .drawer_info_detail .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.2rem;
  margin-left: 0.6rem;
}
.menu_drawer .drawer_info_detail .info_item .title {
  position: relative;
  font-size: 0.24rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.menu_drawer .drawer_info_detail .info_item .title span {
  position: relative;
  padding: 0 0.2rem;
}
.menu_drawer .drawer_info_detail .info_item .title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: calc(50% - 0.2rem);
  height: 0.44rem;
  border-radius: 0.16rem;
  background: -webkit-gradient(linear, left top, right top, from(#452a00), color-stop(65%, #694204), to(#875200));
  background: linear-gradient(90deg, #452a00 0%, #694204 65%, #875200 100%);
  opacity: 0.6;
}
.menu_drawer .drawer_info_detail .info_item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.menu_drawer .drawer_info_detail .info_item .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.menu_drawer .drawer_info_detail .info_item .item .thumb {
  width: 2.1rem;
  height: 2.1rem;
}
.menu_drawer .drawer_info_detail .info_item .item .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu_drawer .drawer_info_detail .info_item .item .label {
  position: relative;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.menu_drawer .drawer_info_detail .info_item .item .label::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: calc(50% - 0.18rem);
  width: 1px;
  height: 0.32rem;
  background-color: #fff;
}
.menu_drawer .drawer_info_detail .info_item .item .caption {
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1.87;
  color: #fff;
  margin-top: 0.2rem;
}
.menu_drawer .drawer_info_detail .info_item .item .-btn01 {
  border-color: #fff;
  margin-top: 0.2rem;
}
.menu_drawer .drawer_info_detail .info_item .item .-btn01 span {
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.menu_drawer .drawer_info_detail .info_item .item .-btn01 span::before {
  background-color: #fff;
  border-color: #d0bf93;
}
.menu_drawer .drawer_info_detail .info_item .item .-btn01 span::after {
  background-color: #452A00;
}
.no-touchevents .menu_drawer .drawer_info_detail .info_item .item .-wrap_link:hover ~ .txt_wrap .-btn01:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.no-touchevents .menu_drawer .drawer_info_detail .info_item .item .-wrap_link:hover ~ .txt_wrap .-btn01 span {
  color: #fff;
}
.no-touchevents .menu_drawer .drawer_info_detail .info_item .item .-wrap_link:hover ~ .txt_wrap .-btn01 span::before {
  background-color: #fff;
}
.no-touchevents .menu_drawer .drawer_info_detail .info_item .item .-wrap_link:hover ~ .txt_wrap .-btn01 span::after {
  background-color: #452A00;
}
.drawer_open .menu_drawer {
  opacity: 1;
  pointer-events: auto;
}

.menu_btn {
  width: 0.4rem;
  height: 0.4rem;
  position: fixed;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 1000;
  background-color: rgba(253, 252, 251, 0.6);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .menu_btn {
    width: 0.6rem;
    height: 0.6rem;
    top: 0;
    right: 0;
    background-color: rgba(69, 42, 0, 0.5);
    border: none;
    border-radius: 0;
  }
  .headerMenuFix .menu_btn {
    background-color: rgba(69, 42, 0, 0.3);
  }
}
.no-touchevents .menu_btn:hover {
  background-color: #fdfcfb;
}
.no-touchevents .menu_btn:hover .close .bar {
  background-color: #452A00;
}
.menu_btn .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #452A00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .menu_btn .bar {
    background-color: #fff;
  }
}
.menu_btn.-sp_negative {
  background-color: rgba(69, 42, 0, 0);
}
@media screen and (max-width: 640px) {
  .menu_btn.-sp_negative .bar {
    background-color: #452A00;
  }
}
.menu_btn.-sp_negative .close .bar {
  background-color: #fff;
}
.menu_btn .open .bar {
  width: 0.24rem;
  height: 1px;
}
.menu_btn .open .bar:nth-child(1) {
  top: -0.08rem;
}
.menu_btn .open .bar:nth-child(2) {
  opacity: 0;
}
.menu_btn .open .bar:nth-child(3) {
  width: 0.17rem;
  left: -0.05rem;
  bottom: -0.08rem;
}
.menu_btn .close .bar {
  width: 0;
  height: 1px;
}
.menu_btn .close .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_btn .close .bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer_open .menu_btn .open .bar {
  width: 0;
}
.drawer_open .menu_btn .close .bar {
  width: 0.2rem;
}

.mod_footer {
  position: relative;
}
.mod_footer .footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_bg {
    height: 8.15rem;
    clip-path: url(#clipmask);
  }
}
.mod_footer .footer_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  backdrop-filter: blur(4px);
  clip-path: url(#clipmask);
}
.mod_footer .bg_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .mod_footer .bg_mask {
    display: none;
  }
}
.mod_footer .footer_inner {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_inner {
    padding-top: 130vw;
    margin-top: -110vw;
  }
}
.mod_footer .inner_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .mod_footer .inner_upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 0.48rem);
    width: 100%;
    margin: auto;
  }
}
.mod_footer .inner_lower {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .inner_lower {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .col {
    text-align: center;
  }
}
.mod_footer .col:has(.-g_nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .col:has(.-g_nav) {
    display: block;
    text-align: left;
    padding-top: 0;
    padding-right: 0.7rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px solid #fff;
  }
}
.mod_footer .footer_logo {
  width: 3.44rem;
  height: 0.23rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_logo {
    display: inline-block;
    width: 3.2rem;
    height: 0.22rem;
  }
}
.mod_footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  font-style: normal;
  color: #fff;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.15rem;
    line-height: 1.4;
  }
}
.mod_footer .address a {
  margin-right: 0.15rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .address a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.18rem;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
}
.mod_footer .address a span {
  margin-left: 0.05rem;
}
.mod_footer .address a svg {
  width: 0.2rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .address a svg {
    width: 0.12rem;
  }
}
.no-touchevents .mod_footer .address a:hover {
  opacity: 0.5;
}
.mod_footer .footer_bnr {
  margin-top: 0.32rem;
  width: 3.7rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_bnr {
    width: 3.25rem;
  }
}
.mod_footer .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.7rem;
  gap: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.mod_footer .instagram .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.35rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.45rem;
  }
}
.mod_footer .instagram .title span {
  position: relative;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .title span {
    font-size: 0.18rem;
    padding: 0;
    margin-left: 0.1rem;
  }
}
.mod_footer .instagram .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: -3.7rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .title span::after {
    content: none;
  }
}
.mod_footer .instagram .title svg {
  width: 0.18rem;
  height: 0.18rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .title svg {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.mod_footer .instagram .-sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .-sns_link {
    gap: 0.1rem;
  }
}
.mod_footer .instagram .-sns_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.78rem;
  padding-left: 0.82rem;
  background-color: rgba(69, 42, 0, 0.7);
  border-radius: 0.02rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  backdrop-filter: blur(7px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .-sns_link a {
    height: 17vw;
    padding-left: 18.66vw;
  }
}
.no-touchevents .mod_footer .instagram .-sns_link a:hover {
  background-color: rgba(69, 42, 0, 0.3);
}
.mod_footer .instagram .-sns_link a .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.82rem;
  height: 0.77rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .-sns_link a .thumb {
    width: 18.66vw;
    height: auto;
  }
}
.mod_footer .instagram .-sns_link a p {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .-sns_link a p {
    font-size: 0.14rem;
  }
}
.mod_footer .instagram .-sns_link a p span {
  display: inline-block;
  font-size: 0.13rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .instagram .-sns_link a p span {
    font-weight: 400;
    margin-bottom: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-g_nav {
    margin-bottom: 0.18rem;
  }
}
.mod_footer .-g_nav > li > a {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .mod_footer .-g_nav > li > a {
    white-space: pre;
  }
}
.mod_footer .-g_nav > li > ul {
  padding-left: 0.16rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .-g_nav > li > ul {
    padding-left: 0.2rem;
  }
}
.mod_footer .-g_nav > li > ul a {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .mod_footer .-g_nav > li > ul a {
    position: relative;
    white-space: pre;
    line-height: 2.1;
  }
  .mod_footer .-g_nav > li > ul a::before {
    content: "";
    position: absolute;
    left: -0.1rem;
    top: calc(50% - 0.01rem);
    width: 0.05rem;
    height: 0.05rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.mod_footer .-g_nav > li + li {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .-g_nav > li + li {
    margin-top: 0.15rem;
  }
}
.mod_footer .-s_nav {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .-s_nav {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
  }
}
.mod_footer .copyright {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .copyright {
    display: block;
    font-size: 0.13rem;
    margin-top: 0.2rem;
  }
}

.pagetop_btn {
  position: fixed;
  bottom: 0.3rem;
  right: 0.15rem;
  width: 0.5rem;
  height: 0.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, margin 1s;
  transition: opacity 0.3s, margin 1s;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetop_btn {
    right: 0.1rem;
    bottom: 1rem;
    width: 0.36rem;
    height: 0.36rem;
  }
}
@media print, screen and (min-width: 641px) {
  .pagetop_btn.-endline {
    position: absolute;
    right: calc(50% - 50vw + 0.3rem);
    bottom: auto;
    margin-top: -2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pagetop_btn.-sp_endline {
    -webkit-transition: opacity 0.3s, margin 0s;
    transition: opacity 0.3s, margin 0s;
    position: absolute;
    top: 0;
    margin-top: 4.3rem;
    bottom: auto;
  }
}
.pagetop_btn::before, .pagetop_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .pagetop_btn::before, .pagetop_btn::after {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.pagetop_btn::before {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: rgba(69, 42, 0, 0.6);
  border: 1px solid #d0bf93;
}
.pagetop_btn::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.no-touchevents .pagetop_btn:hover::before {
  background-color: #d0bf93;
}
.no-touchevents .pagetop_btn:hover::after {
  background-color: #452a00;
}
.state_screenheightscroll .pagetop_btn {
  opacity: 1;
  pointer-events: auto;
}

.sticky_menu {
  position: fixed;
  bottom: 0.2rem;
  left: 0.1rem;
  max-width: calc(100vw - 0.2rem);
  width: 100%;
  height: 0.5rem;
  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;
  margin-bottom: env(safe-area-inset-bottom);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(calc(100% + 0.6rem));
          transform: translateY(calc(100% + 0.6rem));
  z-index: 999;
}
.sticky_menu a,
.sticky_menu p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(3px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky_menu a span,
.sticky_menu p span {
  position: relative;
  font-size: 0.12rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  padding-top: 0.24rem;
}
.sticky_menu a span::before,
.sticky_menu p span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.sticky_menu a.tel,
.sticky_menu p.tel {
  width: 0.76rem;
  background-color: rgba(21, 17, 2, 0.9);
}
.sticky_menu a.tel img,
.sticky_menu p.tel img {
  width: 0.18rem;
  height: auto;
}
.sticky_menu a.limited_offer,
.sticky_menu p.limited_offer {
  width: 0.76rem;
  background-color: #452A00;
  text-align: center;
  border-left: 1px solid #fff;
}
.sticky_menu a.limited_offer span,
.sticky_menu p.limited_offer span {
  padding-top: 0;
  line-height: 1.6;
}
.sticky_menu a.info,
.sticky_menu p.info {
  position: relative;
  width: 0.76rem;
  background-color: rgba(163, 144, 74, 0.9);
  border-left: 1px solid #fff;
}
.sticky_menu a.info span::before,
.sticky_menu p.info span::before {
  -webkit-mask-image: url("../img/ico_sidebtn_info.svg");
          mask-image: url("../img/ico_sidebtn_info.svg");
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fff;
}
.sticky_menu a.info .popup_detail,
.sticky_menu p.info .popup_detail {
  position: absolute;
  top: -1.3rem;
  left: -0.5rem;
  z-index: 1;
  width: 1.69rem;
  height: 1.17rem;
  opacity: 0;
  -webkit-transition: opacity 0.7s, top 0.3s;
  transition: opacity 0.7s, top 0.3s;
  pointer-events: none;
}
.sticky_menu a.info .popup_detail::before,
.sticky_menu p.info .popup_detail::before {
  content: none;
}
.sticky_menu a.info .popup_detail img,
.sticky_menu p.info .popup_detail img {
  width: 100%;
  height: auto;
}
.sticky_menu a.info.-popup .popup_detail,
.sticky_menu p.info.-popup .popup_detail {
  top: -1.35rem;
  opacity: 1;
  pointer-events: all;
}
.sticky_menu a.fair,
.sticky_menu p.fair {
  width: calc((100% - 0.76rem) / 2);
  background-color: rgba(168, 96, 96, 0.9);
  border-left: 1px solid #fff;
}
.sticky_menu a.fair span::before,
.sticky_menu p.fair span::before {
  -webkit-mask-image: url("../img/ico_sidebtn_fair.svg");
          mask-image: url("../img/ico_sidebtn_fair.svg");
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fff;
}
.sticky_menu a.banquet,
.sticky_menu p.banquet {
  width: calc(100vw - 0.8rem);
  border-radius: 2px;
  background-color: #282416;
}
.sticky_menu a.banquet span,
.sticky_menu p.banquet span {
  padding: 0;
  padding-left: 0.2rem;
  font-size: 0.12rem;
  letter-spacing: 0;
}
.sticky_menu a.banquet span::before,
.sticky_menu p.banquet span::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.08rem);
  width: 0.16rem;
  height: 0.16rem;
  background-color: #282416;
  background-image: url("../img/ico_sidebtn_contact.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.drawer_open .sticky_menu, .sticky_menu.-endline {
  -webkit-transform: translateY(calc(100% + 0.6rem)) !important;
          transform: translateY(calc(100% + 0.6rem)) !important;
  pointer-events: none;
}
.state_fewscroll .sticky_menu {
  -webkit-transform: none;
          transform: none;
}

.-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5rem;
  -webkit-transition: opacity 1s, visibility 0s 1s;
  transition: opacity 1s, visibility 0s 1s;
  background: rgba(60, 60, 60, 0.7);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 640px) {
  .-modal {
    max-width: 100%;
    padding: 0;
  }
}
.-modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s, visibility 0s 0s;
  transition: opacity 1s, visibility 0s 0s;
}
.-modal [data-slidearea01].modal_slider {
  padding-bottom: 0.7rem;
}
.-modal [data-slidearea01].modal_slider .slidearea01_wrap {
  max-width: 4.16rem;
  margin: auto;
}
.-modal [data-slidearea01].modal_slider .slidearea01_wrapin {
  padding: 0;
  overflow: visible;
}
.-modal .modal_slider {
  width: 12rem;
}
.-modal .modal_slider .item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  pointer-events: none;
}
.-modal .modal_slider .item a {
  display: block;
  max-width: 3.2rem;
  width: 100%;
  margin: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.-modal .modal_slider .item a img {
  width: 100%;
  height: auto;
}
.-modal .modal_slider .item.active a {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns {
    height: 0.4rem;
    bottom: -0.1rem;
    max-width: 2.2rem;
  }
}
.-modal .modal_slider .slidearea01_btns button {
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.-modal .modal_slider .slidearea01_btns button:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.-modal .modal_slider .slidearea01_btns button.next {
  right: -0.25rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button.next {
    right: 0;
  }
}
.-modal .modal_slider .slidearea01_btns button.prev {
  left: -0.25rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_slider .slidearea01_btns button.prev {
    left: 0;
  }
}
.-modal .ui_wrap {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 4.56rem;
  max-height: 4.2rem;
}
@media screen and (max-width: 640px) {
  .-modal .ui_wrap {
    max-width: 2.6rem;
    max-height: 4rem;
  }
}
.-modal .slidearea01_pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2rem;
  width: auto;
}
.-modal .slidearea01_pager button::after {
  background-color: #fff;
}
.-modal .slidearea01_count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.2rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .-modal .slidearea01_count {
    margin-top: 0.3rem;
  }
}
.-modal .modal_closer {
  margin-bottom: 0.2rem;
  text-align: center;
}
.-modal .modal_closer .modal_close {
  position: relative;
  display: inline-block;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  padding-right: 0.5rem;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close {
    top: 0.4rem;
    margin-left: 2.1rem;
    right: 0;
    z-index: 2;
  }
}
.-modal .modal_closer .modal_close::before, .-modal .modal_closer .modal_close::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.2rem);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
}
.-modal .modal_closer .modal_close::before {
  background-color: #452A00;
  border: 1px solid #d0bf93;
}
.-modal .modal_closer .modal_close::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_close.svg");
          mask-image: url("../img/ico_btn_close.svg");
  background-color: #fff;
}
.-modal .modal_closer .modal_close span {
  position: relative;
}
@media screen and (max-width: 640px) {
  .-modal .modal_closer .modal_close span {
    opacity: 0;
  }
}

.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_container _:-ms-lang(x)::-ms-backdrop,
.modal_container .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 20px auto;
  width: auto;
}

.modal_content {
  display: none;
  width: 100%;
  max-width: 12.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.2rem auto;
}
.is-active .modal_content {
  display: block;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.mod_breadlist_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 0.8rem);
  width: 100%;
  height: 0.7rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .mod_breadlist_wrap {
    height: 0.5rem;
    max-width: calc(100% - 0.32rem);
    margin: 0 auto;
  }
}

.mod_breadlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-size: 0.14rem;
  letter-spacing: 0.09em;
  line-height: 1.85;
  color: #393836;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_breadlist {
    font-size: 0.13rem;
  }
}
.mod_breadlist .link {
  display: inline-block;
  position: relative;
}
.mod_breadlist .link [href] {
  position: relative;
}
.mod_breadlist .link [href]::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -0.05rem;
  background-color: #452A00;
}
@media screen and (max-width: 640px) {
  .mod_breadlist .link [href]::before {
    bottom: -0.02rem;
  }
}
.no-touchevents .mod_breadlist .link [href]:hover::before {
  content: none;
}
.mod_breadlist .link:last-of-type [href]::before {
  content: none;
}
.mod_breadlist .link + .link {
  margin-left: 0.3rem;
}
.mod_breadlist .link + .link:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #452A00;
  border-top: 1px solid #452A00;
  position: absolute;
  top: calc(50% - 0.03rem);
  left: -0.22rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_side_btn {
  position: fixed;
  right: 0;
  top: 0.9rem;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.08rem;
  width: 0.9rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media screen and (max-width: 640px) {
  .mod_side_btn {
    top: 0.6rem;
    width: 0.6rem;
  }
}
.mod_side_btn.-endline {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drawer_open .mod_side_btn {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}
.mod_side_btn .-sidebtn {
  position: relative;
  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;
}
.mod_side_btn .-sidebtn:not(.-bestrate) {
  width: 0.8rem;
  height: 0.78rem;
  border-radius: 0.02rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-sidebtn:not(.-bestrate) {
    width: 0.6rem;
    height: 0.52rem;
    background: linear-gradient(-45deg, rgba(69, 42, 0, 0.8) 0%, rgba(121, 83, 23, 0.8) 41%, rgba(69, 42, 0, 0.8) 100%);
    backdrop-filter: blur(3px);
  }
}
.mod_side_btn .-sidebtn:not(.-bestrate) span {
  position: relative;
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #452A00;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-sidebtn:not(.-bestrate) span {
    line-height: 1.3;
    color: #fff;
  }
}
.mod_side_btn .-sidebtn.-mice {
  overflow: hidden;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s;
}
.mod_side_btn .-sidebtn.-mice.-vanish {
  opacity: 0;
  height: 0;
}
.mod_side_btn .-sidebtn.-info {
  cursor: pointer;
}
.mod_side_btn .-sidebtn.-info span {
  position: relative;
  z-index: 0;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 0.03rem;
  padding-top: 0.25rem;
}
.mod_side_btn .-sidebtn.-info span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -0.01rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  background-color: rgba(159, 139, 66, 0.9);
}
.firefox .mod_side_btn .-sidebtn.-info span::before {
  bottom: -0.02rem;
}
.mod_side_btn .-sidebtn.-info span::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.09rem);
  width: 0.18rem;
  height: 0.18rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_sidebtn_info.svg");
          mask-image: url("../img/ico_sidebtn_info.svg");
  background-color: #9f8b42;
}
.mod_side_btn .-sidebtn.-info .popup_detail {
  position: absolute;
  left: -2rem;
  top: -0.45rem;
  z-index: 1;
  width: 2.39rem;
  height: 111rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s, left 0.3s;
  transition: opacity 1s, left 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mod_side_btn .-sidebtn.-info.-popup .popup_detail {
    left: -2.1rem;
    opacity: 1;
    pointer-events: all;
  }
  .mod_side_btn .-sidebtn.-info.-popup .popup_detail::after {
    content: none;
  }
}
.mod_side_btn .-sidebtn.-inq {
  background-color: rgba(21, 17, 2, 0.9);
}
.mod_side_btn .-sidebtn.-inq span {
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 0.25rem;
}
.mod_side_btn .-sidebtn.-inq span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.18rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_sidebtn_request.svg");
          mask-image: url("../img/ico_sidebtn_request.svg");
  background-color: #fff;
}
.mod_side_btn .-sidebtn.-fair {
  background-color: rgba(168, 96, 96, 0.9);
}
.mod_side_btn .-sidebtn.-fair span {
  font-size: 0.14rem;
  letter-spacing: 0.02em;
  line-height: 1.13;
  color: #fff;
  padding-top: 0.24rem;
}
.mod_side_btn .-sidebtn.-fair span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.08rem);
  width: 0.16rem;
  height: 0.15rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_sidebtn_fair.svg");
          mask-image: url("../img/ico_sidebtn_fair.svg");
  background-color: #fff;
}
.mod_side_btn .-sidebtn.-bestrate {
  position: relative;
  left: 0.05rem;
  display: block;
  width: 0.73rem;
  height: 0.97rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_side_btn .-sidebtn.-bestrate img {
  width: 100%;
  height: auto;
}
.mod_side_btn .-sidebtn.-contact {
  background-color: rgba(21, 17, 2, 0.9);
}
.mod_side_btn .-sidebtn.-contact span {
  font-size: 0.13rem;
  letter-spacing: -0.05em;
  color: #fff;
  white-space: pre;
  padding-top: 0.2rem;
}
.mod_side_btn .-sidebtn.-contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.15rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_sidebtn_contact.svg");
          mask-image: url("../img/ico_sidebtn_contact.svg");
  background-color: #fff;
}
.no-touchevents .mod_side_btn .-sidebtn:hover span:not(.popup_detail) {
  opacity: 0.3;
}
.no-touchevents .mod_side_btn .-sidebtn:hover.-bestrate {
  opacity: 0.7;
}
.mod_side_btn .-extra_link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-extra_link {
    margin-top: 0.15rem;
  }
}
.mod_side_btn .-extra_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 0.8rem;
  width: 100%;
}
.mod_side_btn .-extra_link a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0.3rem;
  min-height: 0.3rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-extra_link a {
    min-width: 0.24rem;
    min-height: 0.24rem;
    opacity: 0.8;
  }
}
.mod_side_btn .-extra_link a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.mod_side_btn .-extra_link a img.access {
  width: 0.22rem;
  height: 0.29rem;
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-extra_link a img.access {
    width: 0.17rem;
    height: 0.23rem;
  }
}
.mod_side_btn .-extra_link a img.insta {
  width: 0.28rem;
  height: 0.28rem;
}
.mod_side_btn .-extra_link a .-caption {
  display: block;
  margin-top: 0.06rem;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 1px rgba(69, 42, 0, 0.5);
  text-stroke: 1px rgba(69, 42, 0, 0.5);
  paint-order: stroke;
}
@media screen and (max-width: 640px) {
  .mod_side_btn .-extra_link a .-caption {
    font-size: 0.13rem;
    -webkit-text-stroke: 1px rgba(69, 42, 0, 0.4);
    text-stroke: 1px rgba(69, 42, 0, 0.4);
  }
}
.no-touchevents .mod_side_btn .-extra_link a:hover {
  opacity: 0.5;
}

.mod_selection {
  position: relative;
}
.mod_selection .bg_deco01 {
  z-index: -1;
  top: calc(50% - 4.5rem);
  right: calc(50% - 11.7rem);
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 640px) {
  .mod_selection .bg_deco01 {
    display: none;
  }
}
.mod_selection .selection_inner {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  margin: auto;
  padding-top: 1.4rem;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 640px) {
  .mod_selection .selection_inner {
    max-width: calc(100% - 0.8rem);
    padding-top: 0.8rem;
    padding-bottom: 1.1rem;
  }
}
.mod_selection .nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.15rem 0.149rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_selection .nav_link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.08rem 0;
    margin-top: 0.3rem;
  }
}
.mod_selection .nav_link .item {
  position: relative;
  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: 2.28rem;
  height: 2.28rem;
}
@media screen and (max-width: 640px) {
  .mod_selection .nav_link .item {
    width: 38.1vw;
    height: 38.1vw;
  }
  .mod_selection .nav_link .item:nth-of-type(even) {
    position: relative;
    top: 0.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_selection .nav_link .item:nth-of-type(6) {
    margin-left: 0.8rem;
  }
}
.mod_selection .nav_link .item .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.mod_selection .nav_link .item .bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_selection .nav_link .item .title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_selection .nav_link .item .title {
    font-size: 0.14rem;
    gap: 0.06rem;
  }
}
.mod_selection .nav_link .item .title .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.26rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_selection .nav_link .item .title .-sub_txt {
    font-size: 0.2rem;
  }
  .mod_selection .nav_link .item .title .-sub_txt.small {
    font-size: 0.18rem;
  }
}
.mod_selection .nav_link .item .-wrap_link::before, .mod_selection .nav_link .item .-wrap_link::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.15rem);
  bottom: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.mod_selection .nav_link .item .-wrap_link::before {
  background-color: #452a00;
  border: 1px solid #d0bf93;
}
.mod_selection .nav_link .item .-wrap_link::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #fff;
}
.mod_selection .nav_link .item .-wrap_link:hover::before, .mod_selection .nav_link .item .-wrap_link:hover::after, .-current .mod_selection .nav_link .item .-wrap_link::before, .-current .mod_selection .nav_link .item .-wrap_link::after {
  opacity: 1;
}
.mod_selection .nav_link .item .-wrap_link:hover ~ .bg::before, .-current .mod_selection .nav_link .item .-wrap_link ~ .bg::before {
  opacity: 0;
}

.mod_contact {
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12.8rem;
  width: 100%;
  height: 4.7rem;
  margin: auto;
  border: 1px solid #d0bf93;
  border-radius: 0.03rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0.02rem 0.04rem 0.14rem rgba(132, 132, 132, 0.2);
          box-shadow: 0.02rem 0.04rem 0.14rem rgba(132, 132, 132, 0.2);
}
@media screen and (max-width: 640px) {
  .mod_contact {
    z-index: 1;
    height: auto;
    border-radius: 0.6rem 0.6rem 0 0;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
}
.mod_contact .-sec_tit .-sub_txt {
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_contact .-sec_tit .-sub_txt {
    font-size: 0.34rem;
  }
}
.mod_contact .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  padding-left: 0.45rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.2rem;
    padding: 0;
  }
}
.mod_contact .tel_box > dt,
.mod_contact .tel_box > dd {
  padding: 0.1rem 0.45rem;
  -webkit-box-sizing: auto;
          box-sizing: auto;
  color: #68530A;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box > dt,
  .mod_contact .tel_box > dd {
    padding: 0;
  }
}
.mod_contact .tel_box > dt {
  font-size: 0.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box > dt {
    font-size: 0.15rem;
  }
}
.mod_contact .tel_box > dd {
  position: relative;
  border-left: 1px solid rgba(48, 24, 2, 0.5);
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box > dd {
    border: none;
    margin-top: 0.7rem;
  }
  .mod_contact .tel_box > dd::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 50%;
    width: 1px;
    height: 0.3rem;
    background-color: rgba(48, 24, 2, 0.5);
  }
}
.mod_contact .tel_box .tel {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.33rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box .tel {
    font-size: 0.26rem;
  }
}
.mod_contact .tel_box .tel > span {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box .tel > span {
    font-size: 0.38rem;
  }
}
.mod_contact .tel_box .note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  display: block;
  width: auto;
  margin: auto;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #68530A;
}
.mod_contact .tel_box .note span {
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .tel_box .note {
    position: static;
    line-height: 1.4;
    margin-top: 0.05rem;
  }
  .mod_contact .tel_box .note span {
    display: block;
    font-size: 0.13rem;
  }
}
.mod_contact .-action_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_contact .-action_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.15rem;
    max-width: calc(100% - 0.8rem);
    width: 100%;
    margin: auto;
    margin-top: 0.25rem;
  }
}

.mod_bridalfair .bridalfair_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 0.54rem;
  max-width: 14rem;
  width: 100%;
  margin: auto;
  padding-left: 9.84rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_inner {
    gap: 0;
    max-width: 100%;
    padding: 0;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.mod_bridalfair .bridalfair_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f1ed;
}
.mod_bridalfair .bridalfair_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod_bridalfair .bridalfair_title .-deco_txt {
  font-size: 1.04rem;
  letter-spacing: 0.03em;
  line-height: 0.91;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_title .-deco_txt {
    font-size: 0.62rem;
    line-height: 0.95;
    white-space: pre;
  }
}
.mod_bridalfair .bridalfair_title .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  gap: 0.1rem;
  margin-left: 0.54rem;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_title .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.05rem;
    margin: auto;
    white-space: pre;
  }
}
.mod_bridalfair .bridalfair_title .title .-sub_txt {
  font-size: 0.38rem;
  line-height: 0.8;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_title .title .-sub_txt {
    font-size: 0.28rem;
  }
}
.mod_bridalfair .title_catch {
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  margin-top: 0.1rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide {
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  padding-bottom: 0.7rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_wrap {
  max-width: 8.82rem;
  margin: 0;
  margin-left: -0.13rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns {
  position: absolute;
  bottom: -0.64rem;
  left: 0.16rem;
  margin: 0;
  height: 0.36rem;
  width: 0.9rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button {
    width: 0.36rem;
    height: 0.36rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button {
    width: 60px;
    height: 90px;
  }
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button:before {
  width: 0.36rem;
  height: 0.36rem;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d0bf93;
  border-radius: 50%;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button:after {
  width: 0.3rem;
  height: 0.3rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #452A00;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button.next {
  right: 0;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button.prev {
  left: 0;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button.prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button:hover:before {
  background-color: #452A00;
  border: none;
}
.no-touchevents .mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_btns button:hover:after {
  background-color: #fff;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_wrapin {
  padding: 0 66.66% 0 0;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .slidearea01_pager {
  display: none;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item {
  max-width: 2.94rem;
  width: 100%;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .item_inner {
  position: relative;
  max-width: 2.62rem;
  width: 100%;
  margin: auto;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .thumb {
  width: 100%;
  height: 1.88rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.14rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .cat {
  position: relative;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #68530A;
  padding-left: 0.1rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .cat::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.3rem;
  top: calc(50% - 0.16rem);
  left: 0;
  background-color: #c67f15;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .date {
  display: inline-block;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.21rem;
  letter-spacing: 0.02em;
  color: #68530A;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .date > span {
  font-size: 0.57em;
  color: #3D3D3D;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .status {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #3D3D3D;
  padding: 0.08rem 0.1rem;
  background-color: #fff;
  border-radius: 0.03rem;
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .info .status::before {
  content: "残席：";
}
.mod_bridalfair [data-slidearea01].bridalfair_slide .item .detail .title {
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.87;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .bridalfair_box {
    position: relative;
    text-align: center;
    max-width: calc(100% - 0.48rem);
    width: 100%;
    margin: auto;
    margin-top: 0.2rem;
  }
  .mod_bridalfair .bridalfair_box .item {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .mod_bridalfair .bridalfair_box .item + .item {
    margin-top: 0.24rem;
  }
  .mod_bridalfair .bridalfair_box .item .item_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.15rem;
  }
  .mod_bridalfair .bridalfair_box .item .thumb {
    aspect-ratio: 1/1;
    width: 37.33vw;
  }
  .mod_bridalfair .bridalfair_box .item .detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mod_bridalfair .bridalfair_box .item .detail .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #68530a;
  }
  .mod_bridalfair .bridalfair_box .item .detail .cat {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.22rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .mod_bridalfair .bridalfair_box .item .detail .date {
    display: inline-block;
    font-family: "garamond-premier-pro-subhead", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.22rem;
    letter-spacing: 0.02em;
  }
  .mod_bridalfair .bridalfair_box .item .detail .date span {
    font-size: 0.12rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #3D3D3D;
  }
  .mod_bridalfair .bridalfair_box .item .detail .status {
    position: relative;
    top: -0.03rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.13rem;
    letter-spacing: 0.14em;
    line-height: 1;
    color: #3D3D3D;
    padding: 0.08rem 0.1rem;
    background-color: #fff;
    border-radius: 0.03rem;
  }
  .mod_bridalfair .bridalfair_box .item .detail .status::before {
    content: "残席：";
  }
  .mod_bridalfair .bridalfair_box .item .detail .title {
    font-size: 0.15rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.74;
    color: #301802;
    margin-top: 0.1rem;
  }
}
.mod_bridalfair .link {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_bridalfair .link {
    margin-top: 0.5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_bridalfair + .mod_selection .selection_inner {
    padding-top: 1.1rem;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .-ss_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 3.6rem) 1fr;
    grid-template-columns: calc(50% - 3.6rem) 1fr;
  }
}
@media print, screen and (min-width: 641px) {
  .-ss_side {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .-ss_side {
    display: none;
  }
}
.-ss_side img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.-ss_side img.is-active {
  opacity: 1;
}
@media print, screen and (min-width: 641px) {
  .-ss_contents_A {
    margin-left: calc(50% - 3.84rem);
    width: 7.68rem;
  }
  .-ss_contents_A.-example {
    min-height: 50vh;
    background-color: rgba(204, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 641px) {
  .-ss_contents_B {
    margin-left: calc(50% - 4.28rem);
    width: 8.56rem;
  }
  .-ss_contents_B.-example {
    min-height: 50vh;
    background-color: rgba(204, 0, 0, 0.2);
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
:where(.-tab_area) {
  pointer-events: all;
}
:where(.-tab_area) .-tab_menu {
  position: relative;
  z-index: 1;
  pointer-events: all;
}
:where(.-tab_area) .-tab_menu .item {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
:where(.-tab_area) .-tab_detail .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
:where(.-tab_area) .-tab_detail .item.-show {
  position: static;
  display: block;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

:where([data-slidearea01]) {
  padding: 0;
  overflow: hidden;
}
:where([data-slidearea01])[data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
:where([data-slidearea01]) .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
:where([data-slidearea01]) .slidearea01_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
:where([data-slidearea01]) .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  :where([data-slidearea01]) .slidearea01_btns button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_btns button {
    width: 60px;
    height: 90px;
  }
}
:where([data-slidearea01]) .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents :where([data-slidearea01]) .slidearea01_btns button:hover:before {
  background-color: #000;
}
.no-touchevents :where([data-slidearea01]) .slidearea01_btns button:hover:after {
  border-color: #fff;
}
:where([data-slidearea01]) .slidearea01_wrapin {
  padding: 0;
}
:where([data-slidearea01]) .slidearea01_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
:where([data-slidearea01]) .slidearea01_content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
:where([data-slidearea01]) .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
:where([data-slidearea01]) .ui_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2.8rem;
  height: 0.4rem;
}
:where([data-slidearea01]) .slidearea01_btns button {
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_btns button {
    width: 0.3rem;
    height: 0.3rem;
  }
}
:where([data-slidearea01]) .slidearea01_btns button:before, :where([data-slidearea01]) .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
:where([data-slidearea01]) .slidearea01_btns button:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fbfbfb;
  border: 1px solid #d0bf93;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_btns button:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
:where([data-slidearea01]) .slidearea01_btns button:after {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/ico_btn_arrow.svg");
          mask-image: url("../img/ico_btn_arrow.svg");
  background-color: #452A00;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_btns button:after {
    width: 0.24rem;
    height: 0.24rem;
  }
}
:where([data-slidearea01]) .slidearea01_btns button.next {
  right: -0.1rem;
}
:where([data-slidearea01]) .slidearea01_btns button.prev {
  left: -0.1rem;
}
:where([data-slidearea01]) .slidearea01_btns button.prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.no-touchevents :where([data-slidearea01]) .slidearea01_btns button:hover::before {
  background-color: #452A00;
  border: none;
}
.no-touchevents :where([data-slidearea01]) .slidearea01_btns button:hover::after {
  background-color: #fff;
}
:where([data-slidearea01]) .slidearea01_pager {
  position: absolute;
  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;
  text-align: center;
  width: 100%;
  height: 100%;
}
:where([data-slidearea01]) .slidearea01_pager button {
  position: absolute;
  z-index: 1;
  width: 0.66rem;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_pager button {
    width: 0.5rem;
  }
}
:where([data-slidearea01]) .slidearea01_pager button::after, :where([data-slidearea01]) .slidearea01_pager button::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
:where([data-slidearea01]) .slidearea01_pager button::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background-color: #452A00;
}
:where([data-slidearea01]) .slidearea01_pager button.active {
  opacity: 1;
}
:where([data-slidearea01]) .slidearea01_pager button.active::after {
  -webkit-animation-name: widthScale;
          animation-name: widthScale;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes widthScale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@keyframes widthScale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
:where([data-slidearea01]) .slidearea01_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1.5rem;
  height: 100%;
  margin: auto;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #452A00;
  text-align: center;
}
@media screen and (max-width: 640px) {
  :where([data-slidearea01]) .slidearea01_count {
    width: 1.2rem;
    font-size: 0.14rem;
  }
}
:where([data-slidearea01]) .slidearea01_count_now {
  display: inline-block;
}
:where([data-slidearea01]) .slidearea01_count_total {
  display: inline-block;
}
:where([data-slidearea01]).-fade .slidearea01_content {
  left: 0 !important;
}
:where([data-slidearea01]).-fade .slidearea01_link {
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
:where([data-slidearea01]).-fade .slidearea01_link.active {
  z-index: 1;
  opacity: 1;
}

/*-------------------------------------------------------------------*/
/* 演出系 */
/*-------------------------------------------------------------------*/
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity06] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
/*# sourceMappingURL=common.css.map */