@charset "UTF-8";
html {
  font-size: 100px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@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, 150px);
    -webkit-text-size-adjust: 100%;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

html[lang=en] body,
html[lang=zh-CN] body {
  margin-top: 0 !important;
}
html[lang=en] body > iframe,
html[lang=zh-CN] body > iframe {
  display: none !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.11rem;
  color: #1A1B12;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 985px;
  }
}
.wf-active body, .loading-delay body, html[lang=en] body, html[lang=zh-CN] body {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

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;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

:where(button) {
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* プリント対応 */
[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;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 985px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[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;
}

.-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;
}

picture, figure {
  display: block;
  line-height: 0;
}

address {
  font-style: normal;
}

a[onclick] {
  cursor: pointer;
}

*[id]:target {
  scroll-margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  *[id]:target {
    scroll-margin-top: 0.7rem;
  }
}

._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;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
:where(.-f_device) {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

:where(.-f_device_b) {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

:where(.-f_go_lgt) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.-f_go) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.-f_min) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.-f_en_disp) {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.-f_en) {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .-btn01 {
    width: 100%;
    max-width: 100%;
    height: 0.5rem;
  }
}
.-btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -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);
}
.-btn01 > span {
  position: relative;
  z-index: 1;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .-btn01 > span {
    font-size: 0.14rem;
  }
}
.-btn01.-arrow span, .-btn01:has(.ico_arrow) span {
  padding-right: 0.08rem;
}
@media screen and (max-width: 640px) {
  .-btn01.-arrow span, .-btn01:has(.ico_arrow) span {
    padding-right: 0.04rem;
  }
}
.-btn01.-arrow .ico_arrow, .-btn01:has(.ico_arrow) .ico_arrow {
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  width: 0.08rem;
  height: 0.12rem;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media screen and (max-width: 640px) {
  .-btn01.-arrow .ico_arrow, .-btn01:has(.ico_arrow) .ico_arrow {
    right: 0.1rem;
  }
}
.-btn01.-negative:not(.-white):not(.-gold) {
  background-color: rgba(0, 0, 0, 0);
  border-color: #1A1B12;
}
.-btn01.-negative:not(.-white):not(.-gold)::before {
  background-color: #1A1B12;
}
.-btn01.-negative:not(.-white):not(.-gold) span {
  color: #1A1B12;
}
.-btn01.-negative:not(.-white):not(.-gold) .ico_arrow {
  fill: #1A1B12;
}
.-btn01.-white {
  background-color: white;
  border-color: #fff;
}
.-btn01.-white::before {
  background-color: #1A1B12;
}
.-btn01.-white > span {
  color: #1A1B12;
}
.-btn01.-white .ico_arrow {
  fill: #1A1B12;
}
.-btn01.-white.-negative {
  background-color: rgba(255, 255, 255, 0);
}
.-btn01.-white.-negative::before {
  background-color: #fff;
}
.-btn01.-white.-negative > span {
  color: #fff;
}
.-btn01.-white.-negative .ico_arrow {
  fill: #fff;
}
.-btn01.-gold {
  background-color: #706732;
  border-color: #706732;
}
.-btn01.-gold::before {
  background-color: #fff;
}
.-btn01.-gold > span {
  color: #fff;
}
.-btn01.-gold .ico_arrow {
  fill: #fff;
}
.-btn01.-gold.-negative {
  background-color: rgba(112, 103, 50, 0);
}
.-btn01.-gold.-negative::before {
  background-color: #706732;
}
.-btn01.-gold.-negative > span {
  color: #706732;
}
.-btn01.-gold.-negative .ico_arrow {
  fill: #706732;
}
.no-touchevents .-btn01:hover {
  border: 1px solid #1A1B12;
}
.no-touchevents .-btn01:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.no-touchevents .-btn01:hover span {
  color: #1A1B12;
}
.no-touchevents .-btn01:hover .ico_arrow {
  fill: #1A1B12;
}
.no-touchevents .-btn01:hover.-negative:not(.-white):not(.-gold) {
  border-color: #1A1B12;
}
.no-touchevents .-btn01:hover.-negative:not(.-white):not(.-gold)::before {
  background-color: #1A1B12;
}
.no-touchevents .-btn01:hover.-negative:not(.-white):not(.-gold) span {
  color: #fff;
}
.no-touchevents .-btn01:hover.-negative:not(.-white):not(.-gold) .ico_arrow {
  fill: #fff;
}
.no-touchevents .-btn01:hover.-white {
  border-color: #fff;
}
.no-touchevents .-btn01:hover.-white span {
  color: #fff;
}
.no-touchevents .-btn01:hover.-white .ico_arrow {
  fill: #fff;
}
.no-touchevents .-btn01:hover.-white.-negative::before {
  background-color: #fff;
}
.no-touchevents .-btn01:hover.-white.-negative span {
  color: #1A1B12;
}
.no-touchevents .-btn01:hover.-white.-negative .ico_arrow {
  fill: #1A1B12;
}
.no-touchevents .-btn01:hover.-gold {
  border-color: #706732;
}
.no-touchevents .-btn01:hover.-gold span {
  color: #706732;
}
.no-touchevents .-btn01:hover.-gold .ico_arrow {
  fill: #706732;
}
.no-touchevents .-btn01:hover.-gold.-negative span {
  color: #fff;
}
.no-touchevents .-btn01:hover.-gold.-negative .ico_arrow {
  fill: #fff;
}

.-btn02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.1rem;
  height: 0.42rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #1A1B12;
}
@media screen and (max-width: 640px) {
  .-btn02 {
    height: 0.45rem;
    width: 100%;
    max-width: 56vw;
  }
}
.-btn02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1B12;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s, -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.5s;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.-btn02 > span {
  position: relative;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #1A1B12;
  -webkit-transition: color 0.7s, left 0.3s, -webkit-transform 0.3s;
  transition: color 0.7s, left 0.3s, -webkit-transform 0.3s;
  transition: color 0.7s, left 0.3s, transform 0.3s;
  transition: color 0.7s, left 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.-btn02 .ico_arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 0.06rem);
  width: 0.08rem;
  height: 0.12rem;
  fill: #1A1B12;
}
.no-touchevents .-btn02:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.no-touchevents .-btn02:hover > span {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
.-btn02.-negative {
  border-bottom: 1px solid #fff;
}
.-btn02.-negative::before {
  background-color: #fff;
}
.-btn02.-negative > span {
  color: #fff;
}
.-btn02.-negative .ico_arrow {
  fill: #fff;
}
.no-touchevents .-btn02.-negative:hover > span {
  color: #1A1B12;
}

:where(.-deco_border) {
  position: relative;
}
:where(.-deco_border)::before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid #1A1B12;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
:where(.-deco_border)::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.-deco_border) .-deco_corner {
  position: absolute;
}
:where(.-deco_border) .-deco_corner::before, :where(.-deco_border) .-deco_corner::after {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  -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/deco_corner.svg");
          mask-image: url("../img/deco_corner.svg");
  background: #1A1B12;
}
:where(.-deco_border) .-deco_corner.-upper {
  top: 0;
  left: 0;
  right: 0;
}
:where(.-deco_border) .-deco_corner.-upper::before {
  left: 0;
  top: 0;
}
:where(.-deco_border) .-deco_corner.-upper::after {
  right: 0;
  top: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
:where(.-deco_border) .-deco_corner.-lower {
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.-deco_border) .-deco_corner.-lower::before {
  left: 0;
  bottom: 0.01rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
:where(.-deco_border) .-deco_corner.-lower::after {
  right: 0;
  bottom: 0.01rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
:where(.-deco_border).-deco_inset::before {
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
}
:where(.-deco_border).-deco_inset > .-deco_corner.-upper {
  top: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
}
:where(.-deco_border).-deco_inset > .-deco_corner.-lower {
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.mod_guideline {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.mod_guideline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(204, 0, 0, 0.5);
}
.mod_guideline-basic {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mod_guideline-basic::before, .mod_guideline-basic::after {
  content: "";
  position: absolute;
}
.mod_guideline-basic::before {
  top: 0;
  bottom: 0;
  width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid rgba(204, 0, 0, 0.5);
  border-right: 1px solid rgba(204, 0, 0, 0.5);
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic::before {
    width: 16rem;
    left: calc(50% - 8rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic::before {
    width: 100vw;
    left: 50%;
  }
}
.mod_guideline-basic::after {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic::after {
    content: "w:1600px";
    font-size: 0.14rem;
    padding: 0 0.1rem;
    left: calc(50% - 8rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic::after {
    content: "w:375px";
    font-size: 0.12rem;
    padding: 0 0.05rem;
    left: 0;
  }
}
.mod_guideline-basic > span {
  position: relative;
  display: block;
  margin: auto;
}
.mod_guideline-basic > span::before, .mod_guideline-basic > span::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_guideline-basic > span::before {
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}
.mod_guideline-basic > span::after {
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.6;
  padding: 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic > span::after {
    font-size: 0.12rem;
    padding: 0 0.05rem;
  }
}
.mod_guideline-basic .-w01 {
  width: 15rem;
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w01 {
    width: calc(100% - 0.32rem);
  }
}
.mod_guideline-basic .-w01::before {
  border-left: 1px solid #0000cc;
  border-right: 1px solid #0000cc;
}
.mod_guideline-basic .-w01::after {
  background-color: #0000cc;
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w01::after {
    content: "w:15000px";
    top: 0.3rem;
    left: calc(50% - 7.5rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w01::after {
    content: "w:343px(100vw - 0.32rem)";
    top: 0.2rem;
    left: 0;
  }
}
.mod_guideline-basic .-w02 {
  width: 14rem;
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w02 {
    width: calc(100% - 0.48rem);
  }
}
.mod_guideline-basic .-w02::before {
  border-left: 1px solid rgba(0, 0, 204, 0.5);
  border-right: 1px solid rgba(0, 0, 204, 0.5);
}
.mod_guideline-basic .-w02::after {
  background-color: rgba(0, 0, 204, 0.7);
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w02::after {
    content: "w:1400px";
    top: 0rem;
    left: calc(50% - 7rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w02::after {
    content: "w:343px(100vw - 0.48rem)";
    top: 0.4rem;
    left: 0;
  }
}
.mod_guideline-basic .-w03 {
  width: 13rem;
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w03 {
    width: calc(100% - 0.64rem);
  }
}
.mod_guideline-basic .-w03::before {
  border-left: 1px solid rgba(0, 0, 204, 0.3);
  border-right: 1px solid rgba(0, 0, 204, 0.3);
}
.mod_guideline-basic .-w03::after {
  background-color: rgba(0, 0, 204, 0.5);
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w03::after {
    content: "w:1300px";
    top: 0.3rem;
    left: calc(50% - 6.5rem);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w03::after {
    content: "w:311px(100vw - 0.64rem)";
    top: 0.6rem;
    left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w04 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w04 {
    width: calc(100% - 0.8rem);
  }
}
.mod_guideline-basic .-w04::before {
  border-left: 1px solid rgba(0, 0, 204, 0.8);
  border-right: 1px solid rgba(0, 0, 204, 0.8);
}
.mod_guideline-basic .-w04::after {
  background-color: rgba(0, 0, 204, 0.8);
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w04::after {
    content: "w:295px(100vw - 0.80rem)";
    top: 0.8rem;
    left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w05 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w05 {
    width: calc(100% - 0.96rem);
  }
}
.mod_guideline-basic .-w05::before {
  border-left: 1px solid rgba(0, 0, 204, 0.6);
  border-right: 1px solid rgba(0, 0, 204, 0.6);
}
.mod_guideline-basic .-w05::after {
  background-color: rgba(0, 0, 204, 0.6);
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w05::after {
    content: "w:279px(100vw - 0.96rem)";
    top: 1rem;
    left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-w06 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w06 {
    width: calc(100% - 1.6rem);
  }
}
.mod_guideline-basic .-w06::before {
  border-left: 1px solid rgba(0, 0, 204, 0.4);
  border-right: 1px solid rgba(0, 0, 204, 0.4);
}
.mod_guideline-basic .-w06::after {
  background-color: rgba(0, 0, 204, 0.4);
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-w06::after {
    content: "w:215px(100vw - 1.6rem)";
    top: 1.2rem;
    left: 0;
  }
}
.mod_guideline-basic .-min {
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .mod_guideline-basic .-min {
    display: none;
  }
}
.mod_guideline-basic .-min::before {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.mod_guideline-basic .-min::after {
  content: "w:1000px(absolute)";
  background-color: rgba(0, 0, 0, 0.7);
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-basic .-min::after {
    top: 0.6rem;
    left: calc(50% - 500px);
  }
}
.mod_guideline-layout1 {
  display: none;
}
.mod_guideline-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.mod_guideline-layout2::before, .mod_guideline-layout2::after {
  position: absolute;
  top: 0;
  bottom: 0;
}
.mod_guideline-layout2::before {
  content: "W1600";
  font-size: 0.14rem;
  color: #c00;
  left: calc(50% - 8rem);
  border-left: 1px solid #c00;
}
.mod_guideline-layout2::after {
  content: "";
  width: 1px;
  background-color: #c00;
  right: calc(50% - 8rem);
}
.mod_guideline-layout2 .-left {
  position: relative;
  min-width: 4.4rem;
}
@media screen and (max-width: 640px) {
  .mod_guideline-layout2 .-left {
    display: none;
  }
}
.mod_guideline-layout2 .-right {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mod_guideline-layout2 .-right {
    min-width: 11.6rem;
    background-color: rgba(204, 204, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 255, 0.5);
  }
}
@media screen and (max-width: 640px) {
  .mod_guideline-layout2 .-right {
    width: 100%;
  }
}
.mod_guideline-layout2 .-right::before, .mod_guideline-layout2 .-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.mod_guideline-layout2 .-right::before {
  left: 50%;
  width: 1px;
  background-color: rgba(0, 0, 255, 0.3);
}
.mod_guideline-layout2 .-right > span {
  position: relative;
  display: block;
  max-width: 8.4rem;
  height: 100%;
  margin-inline: auto;
  background-color: rgba(0, 0, 255, 0.1);
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_guideline-layout2 .-right > span::before, .mod_guideline-layout2 .-right > span::after {
  position: absolute;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_guideline-layout2 .-right > span::before {
  content: "w840px";
  font-size: 0.14rem;
  color: #0000ff;
  padding: 0 0.1rem;
  left: calc(50% - 4.2rem);
  width: 10rem;
  border-left-color: rgba(0, 0, 255, 0.5);
  border-right-color: rgba(0, 0, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .mod_guideline-layout2 .-right > span {
    display: none;
  }
}
.mod_guideline.-visible {
  display: block;
}
.mod_guideline.-visible .mod_guideline-basic {
  display: block;
}
.mod_guideline.-visible.-layout1 {
  display: block;
}
.mod_guideline.-visible.-layout1 .mod_guideline-basic {
  display: none;
}
.mod_guideline.-visible.-layout1 .mod_guideline-layout1 {
  display: block;
}
.mod_guideline.-visible.-layout2 {
  display: block;
}
.mod_guideline.-visible.-layout2 .mod_guideline-basic {
  display: none;
}
.mod_guideline.-visible.-layout2 .mod_guideline-layout2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3.6rem) 1fr;
  grid-template-columns: calc(50% - 3.6rem) 1fr;
}

:where(.content_wrap) {
  padding-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  :where(.content_wrap) {
    padding-top: 0.7rem;
  }
}

:where(.-g_nav):not(.-drawer) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
:where(.-g_nav):not(.-drawer) li {
  padding: 0 0.15rem;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav):not(.-drawer) li {
    padding: 0;
  }
}
@media print, screen and (min-width: 641px) {
  :where(.-g_nav):not(.-drawer) li + li {
    border-left: 1px solid #CDCDCD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  :where(.-g_nav):not(.-drawer) li + li {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  :where(.-g_nav):not(.-drawer) li:first-child {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  :where(.-g_nav):not(.-drawer) li:last-child {
    padding-right: 0;
  }
}
:where(.-g_nav):not(.-drawer) a {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #1A1B12;
}
@media screen and (max-width: 640px) {
  :where(.-g_nav):not(.-drawer) a {
    position: relative;
    padding-left: 0.2rem;
    letter-spacing: 0.1em;
  }
  :where(.-g_nav):not(.-drawer) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 0.06rem;
    height: 0.01rem;
    background-color: #706732;
  }
}
:where(.-g_nav):not(.-drawer) a span {
  position: relative;
}
:where(.-g_nav):not(.-drawer) a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1B12;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -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);
}
.no-touchevents :where(.-g_nav):not(.-drawer) a:hover span::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

:where(.-s_nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}

:where(.-text_link) li {
  padding-left: 0.12rem;
}
:where(.-text_link) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #1A1B12;
}
:where(.-text_link) a span {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
:where(.-text_link) a::before {
  content: "";
  position: absolute;
  left: -0.12rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.03rem 0 0.03rem 0.05rem;
  border-color: transparent transparent transparent #1A1B12;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  :where(.-text_link) a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.no-touchevents :where(.-text_link) a:hover span {
  opacity: 0.5;
}

:where(.-sns_link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
}
@media screen and (max-width: 640px) {
  :where(.-sns_link) {
    gap: 0.1rem;
  }
}
:where(.-sns_link) a {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.-sns_link) a {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.no-touchevents :where(.-sns_link) a:hover svg {
  fill: rgba(26, 27, 18, 0.3);
}
:where(.-sns_link) svg {
  width: 100%;
  height: 100%;
  fill: #1A1B12;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

:where(.-action_link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

:where(.-inline) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

:where(.-heading_l) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  :where(.-heading_l) {
    font-size: 0.28rem;
    letter-spacing: 0.18em;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  :where(.-heading_l) {
    font-size: 0.2rem;
    letter-spacing: 1.3em;
    line-height: 2;
  }
}

:where(.-heading_m) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.24rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
:where(.-heading_m).-level0 {
  font-size: 0.24rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
:where(.-heading_m).-level1 {
  font-size: 0.22rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

:where(.-heading_s) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  :where(.-heading_s) {
    font-size: 0.2rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
  }
}
@media screen and (max-width: 640px) {
  :where(.-heading_s) {
    font-size: 0.16rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 641px) {
  :where(.-heading_s).-level0 {
    font-size: 0.2rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
  }
}
@media screen and (max-width: 640px) {
  :where(.-heading_s).-level0 {
    font-size: 0.16rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
  }
}
:where(.-heading_s).-level1 {
  font-size: 0.18rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

:where(.-heading_xxs) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.18rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
}

:where(.-copy_l) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  line-height: 2.6;
}

:where(.-copy_m) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.19em;
  line-height: 2.4;
}

:where(.-txt_l) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media print, screen and (min-width: 641px) {
  :where(.-txt_l) {
    font-size: 0.15rem;
    letter-spacing: 0.15em;
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  :where(.-txt_l) {
    font-size: 0.13rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
  }
}

:where(.-txt_m) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

:where(.-txt_s) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 0.14rem;
  letter-spacing: 0.15em;
  line-height: 2.4;
}

:where(.-catch) {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

:where(.-txt) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

:where(.-caption) {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

: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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.15rem;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.36rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  :where(.-sec_tit) .title {
    gap: 0.1rem;
    font-size: 0.14rem;
  }
}
:where(.-sec_tit) .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  :where(.-sec_tit) .-sub_txt {
    font-size: 0.12rem;
  }
}
:where(.-sec_tit):has(h1) .title {
  font-size: 0.48rem;
  letter-spacing: 0;
  line-height: 1.2;
}
:where(.-elem_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-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title {
    font-size: 0.14rem;
  }
}
:where(.-elem_tit) .title .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  :where(.-elem_tit) .title .-sub_txt {
    font-size: 0.32rem;
  }
}

:where(.-deco_txt) {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.66rem;
  letter-spacing: 0.18em;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  :where(.-deco_txt) {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    line-height: 1.22;
  }
}
:where(.-deco_txt) strong {
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  :where(.-deco_txt) strong {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    line-height: 1.22;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
:where(.mod_header) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
:where(.mod_header) > .header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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: 100%;
  height: 0.8rem;
  padding-left: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -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;
  -webkit-box-shadow: 0 0 0.1rem rgba(26, 27, 18, 0.1);
          box-shadow: 0 0 0.1rem rgba(26, 27, 18, 0.1);
}
@media screen and (max-width: 640px) {
  :where(.mod_header) > .header_inner {
    height: 0.7rem;
    padding-left: 0.2rem;
  }
}
.headerMenuUp.headerMenuFix :where(.mod_header) .header_inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.spmenuopen :where(.mod_header) .header_inner {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
:where(.mod_header) .header_detail {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.15rem;
  height: 100%;
  padding-right: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .header_detail {
    padding-right: 0.8rem;
  }
}
:where(.mod_header) .header_detail .-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .header_detail .-g_nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .header_detail .-s_nav {
    display: none;
  }
}
:where(.mod_header) .header_logo {
  width: 2.56rem;
  height: 0.45rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .header_logo {
    width: 1.76rem;
    height: 0.3rem;
  }
}
:where(.mod_header) .header_logo a {
  display: block;
  line-height: 0;
}
:where(.mod_header) .header_logo img {
  width: 100%;
  height: auto;
}
:where(.mod_header) .tel {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1B12;
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(.mod_header) .tel dt {
  position: relative;
  top: 1px;
  font-size: 0.16rem;
}
:where(.mod_header) .tel dd {
  font-size: 0.22rem;
  margin-left: 0.15em;
}
:where(.mod_header) .-action_link:not(.-drawer) {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 0.8rem;
}
:where(.mod_header) .-action_link:not(.-drawer) li {
  width: 33.3333333333%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:where(.mod_header) .-action_link:not(.-drawer) li + li {
  border-left: 1px solid #fff;
}
:where(.mod_header) .-action_link:not(.-drawer) a {
  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: 100%;
  height: 100%;
  background-color: #1A1B12;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
:where(.mod_header) .-action_link:not(.-drawer) a span {
  position: relative;
  margin-top: -0.1rem;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.15em;
  line-height: 1.53;
  color: #fff;
  text-align: center;
}
:where(.mod_header) .-action_link:not(.-drawer) a .ico_arrow {
  position: absolute;
  bottom: 0.1rem;
  left: calc(50% - 0.04rem);
  width: 0.08rem;
  height: 0.12rem;
  fill: #fff;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.no-touchevents :where(.mod_header) .-action_link:not(.-drawer) a:hover {
  background-color: #706732;
}
.no-touchevents :where(.mod_header) .-action_link:not(.-drawer) a:hover .ico_arrow {
  fill: #fff;
}
:where(.mod_header) .-sns_link {
  margin-right: 0.3rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .-sns_link {
    margin: 0;
  }
}
:where(.mod_header) .-s_nav {
  margin-right: 0.15rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .header_drawer {
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0.7rem;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 900;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block;
    width: 100%;
    background-color: #f3f1ef;
  }
  :where(.mod_header) .header_drawer .drawer_inner {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  :where(.mod_header) .header_drawer .drawer_inner .lower {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.6rem;
  }
  .spmenuopen :where(.mod_header) .header_drawer {
    opacity: 1;
    pointer-events: auto;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer {
    padding-left: 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer li {
    border-bottom: 1px solid #5b5353;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer 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.5rem;
    margin-top: 0.05rem;
    font-family: "ten-mincho", serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 2.25;
    color: #1A1B12;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer a::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.06rem);
    right: 0.3rem;
    display: block;
    width: 0.08rem;
    height: 0.12rem;
    -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_arrow.svg");
            mask-image: url("../img/ico_arrow.svg");
    background: #1A1B12;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer a span {
    position: relative;
  }
  :where(.mod_header) .header_drawer .-g_nav.-drawer a span::after {
    content: attr(data-txt);
    position: relative;
    top: -0.01rem;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.13rem;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #767676;
    margin-left: 0.15rem;
  }
  :where(.mod_header) .header_drawer .drawer_tel {
    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;
  }
  :where(.mod_header) .header_drawer .drawer_tel dt {
    font-family: "ten-mincho", serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 2.28;
  }
  :where(.mod_header) .header_drawer .drawer_tel dd {
    margin-top: 0.1rem;
  }
  :where(.mod_header) .header_drawer .drawer_tel .tel {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    color: #706732;
    border-bottom: 1px solid #706732;
    white-space: pre;
  }
  :where(.mod_header) .header_drawer .drawer_tel .tel span {
    font-size: 0.44rem;
  }
  :where(.mod_header) .header_drawer .drawer_tel .time {
    font-family: "ten-mincho", serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 2.83;
    text-align: center;
    margin-top: 0.05rem;
  }
  :where(.mod_header) .header_drawer .-action_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.1rem;
    margin-top: 0.4rem;
  }
  :where(.mod_header) .header_drawer .-action_link li {
    width: calc((100% - 0.1rem) / 2);
  }
  :where(.mod_header) .header_drawer .-action_link .-btn01 .ico_arrow {
    fill: #1A1B12;
  }
  :where(.mod_header) .header_drawer .-action_link .-btn01.-negative {
    background-color: rgba(255, 255, 255, 0);
  }
  :where(.mod_header) .header_drawer .drawer_banner {
    margin-top: 0.3rem;
  }
  :where(.mod_header) .header_drawer .drawer_banner a {
    display: block;
    line-height: 0;
  }
  :where(.mod_header) .header_drawer .drawer_banner a img {
    width: 100%;
    height: auto;
  }
  :where(.mod_header) .header_drawer .-text_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
  :where(.mod_header) .header_drawer .-text_link a::before {
    border-color: transparent transparent transparent #706732;
  }
}
@media screen and (max-width: 640px) {
  :where(.mod_header) .drawer_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 0.7rem;
    height: 0.7rem;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  :where(.mod_header) .drawer_btn .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.26rem;
    height: 0.02rem;
    margin: auto;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  :where(.mod_header) .drawer_btn .open .bar:nth-child(1) {
    top: -0.09rem;
    opacity: 1;
  }
  :where(.mod_header) .drawer_btn .open .bar:nth-child(3) {
    bottom: -0.09rem;
    opacity: 1;
  }
  :where(.mod_header) .drawer_btn .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0.015rem;
    margin: auto;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  :where(.mod_header) .drawer_btn .close .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  :where(.mod_header) .drawer_btn .close .bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .spmenuopen :where(.mod_header) .drawer_btn .open .bar {
    width: 0;
  }
  .spmenuopen :where(.mod_header) .drawer_btn .close .bar {
    width: 24px;
  }
}

.fixbnr {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .fixbnr {
    top: 60%;
  }
}
.fixbnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(3.54rem);
          transform: translateX(3.54rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .fixbnr_wrap {
    -webkit-transform: translateX(2.26rem);
            transform: translateX(2.26rem);
  }
}
.fixbnr_box {
  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;
  background-color: #706732;
  border-radius: 0.05rem 0 0 0.05rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .fixbnr_box {
    height: 1.5rem;
  }
}
.fixbnr_box span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #1a1b12;
  border-radius: 0.05rem 0 0 0;
}
@media screen and (max-width: 640px) {
  .fixbnr_box span {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.fixbnr_box span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.16rem;
  height: 0.01rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .fixbnr_box span::before {
    width: 0.1rem;
  }
}
.fixbnr_box span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.16rem;
  height: 0.01rem;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .fixbnr_box span::after {
    width: 0.1rem;
  }
}
.fixbnr_txt {
  padding-top: 0.14rem;
  display: none;
  border-radius: 0 0 0 0.05rem;
  color: #fff;
  font-size: 0.2rem;
  font-family: "garamond-premier-pro-display", serif;
  line-height: 1.1;
  letter-spacing: 0.17em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .fixbnr_txt {
    font-size: 0.13rem;
  }
}
.fixbnr_txt:nth-child(3) {
  position: absolute;
  display: block;
  padding-top: 0;
  top: 0.54rem;
}
@media screen and (max-width: 640px) {
  .fixbnr_txt:nth-child(3) {
    top: 0.41rem;
  }
}
.fixbnr_bnr {
  width: 3.54rem;
  height: 3.24rem;
}
@media screen and (max-width: 640px) {
  .fixbnr_bnr {
    width: 2.26rem;
    height: 2.14rem;
  }
}
.fixbnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.fixbnr .slide-trak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.fixbnr .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.slide-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  z-index: 1;
}

.slide-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.slide-dots .dot.active {
  background: #fff;
}

.disable-click a {
  pointer-events: none !important;
}

.fixbnr_wrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixbnr_wrap.active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.fixbnr_wrap.active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.fixbnr_wrap.active .fixbnr_txt:nth-child(2) {
  display: block;
}
.fixbnr_wrap.active .fixbnr_txt:nth-child(3) {
  display: none;
}

@media screen and (max-width: 640px) {
  .fixbnr_wrap.hide {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}

:where(.mod_footer) {
  position: relative;
  background-color: #fff;
}
:where(.mod_footer) .footer_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.7rem;
  width: calc(100% - 2rem);
  margin: auto;
  padding-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
  }
}
:where(.mod_footer) .footer_inner .-footer_col {
  width: 50%;
  max-width: 7rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_inner .-footer_col {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_inner .-footer_col + .-footer_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #CDCDCD;
    padding-top: 0.4rem;
  }
}
:where(.mod_footer) .footer_logo {
  width: 2.71rem;
  height: 0.45rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_logo {
    width: 2.4rem;
    height: 0.37rem;
  }
}
:where(.mod_footer) .footer_logo a {
  display: block;
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents :where(.mod_footer) .footer_logo a:hover {
  opacity: 0.5;
}
:where(.mod_footer) .footer_logo img {
  width: 100%;
  height: auto;
}
:where(.mod_footer) .footer_tel {
  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.1rem;
  margin-top: 0.35rem;
}
:where(.mod_footer) .footer_tel > dt {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.15;
  color: #000;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_tel > dt {
    font-size: 0.13rem;
  }
}
:where(.mod_footer) .footer_tel > dd {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #706732;
  font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_tel > dd {
    font-size: 0.18rem;
  }
}
:where(.mod_footer) .footer_tel > dd span {
  font-size: 0.44rem;
  margin-left: 0.15em;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_tel > dd span {
    font-size: 0.28rem;
  }
}
:where(.mod_footer) .footer_address {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.15;
  margin-top: 0.2rem;
  color: #000;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .footer_address {
    line-height: 1.7;
  }
}
:where(.mod_footer) .address_info {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.42;
  color: #000;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .address_info {
    line-height: 1.7;
    margin-top: 1em;
  }
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .address_info dt {
    min-width: 0.8rem;
  }
}
:where(.mod_footer) .address_info dd {
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .address_info dd {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
:where(.mod_footer) .address_info .-ls_1em {
  letter-spacing: 0.65em;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .address_info .-ls_1em {
    letter-spacing: 0.1em;
  }
}
:where(.mod_footer) .address_info .-ls_1em + dd {
  margin-left: 0.45em;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .address_info .-ls_1em + dd {
    margin-left: 0;
  }
}
:where(.mod_footer) .-sns_link {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-sns_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.24rem;
    margin-top: 0.35rem;
    padding-bottom: 0.5rem;
  }
}
:where(.mod_footer) .-sns_link a {
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-sns_link a {
    width: 0.24rem;
    height: 0.24rem;
  }
}
:where(.mod_footer) .-sns_link a svg {
  width: 100%;
  height: 100%;
  fill: #706732;
}
:where(.mod_footer) .-g_nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-g_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    width: 50%;
  }
}
:where(.mod_footer) .-g_nav + .-g_nav {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-g_nav + .-g_nav {
    margin: 0;
  }
}
:where(.mod_footer) .-g_nav a {
  color: #000;
}
:where(.mod_footer) .-action_link {
  position: static;
  width: 100%;
  max-width: 6.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.45rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-action_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.1rem;
    max-width: 100%;
    margin-top: 0.4rem;
  }
  :where(.mod_footer) .-action_link li {
    width: calc((100% - 0.1rem) / 2);
  }
  :where(.mod_footer) .-action_link .-btn01 .ico_arrow {
    fill: #1A1B12;
  }
}
:where(.mod_footer) .-footer_row {
  position: relative;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-footer_row {
    width: 100%;
  }
}
:where(.mod_footer) .-banner_link {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  line-height: 0;
  width: 3.84rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-banner_link {
    position: static;
    margin-top: 0.5rem;
    width: 84vw;
    height: auto;
  }
}
:where(.mod_footer) .-banner_link img {
  width: 100%;
  height: auto;
}
.chrome :where(.mod_footer) .-banner_link img {
  image-rendering: -webkit-optimize-contrast;
}
.no-touchevents :where(.mod_footer) .-banner_link:hover {
  opacity: 0.7;
}
:where(.mod_footer) .-text_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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .-text_link {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.4rem;
  }
}
:where(.mod_footer) .-text_link a::before {
  border-color: transparent transparent transparent #706732;
}
:where(.mod_footer) .copyright {
  display: block;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_footer) .copyright {
    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: 100%;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: 0.12rem;
  }
}

:where(.mod_contact) {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
:where(.mod_contact) > .contact_inner {
  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;
  width: 100%;
  height: 5.95rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) > .contact_inner {
    height: auto;
    padding: 1rem 0;
  }
}
:where(.mod_contact) .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.mod_contact) .-sec_tit .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-sec_tit .title {
    gap: 0.2rem;
  }
}
:where(.mod_contact) .-sec_tit .title img {
  width: 2.9rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-sec_tit .title img {
    width: auto;
    height: 0.27rem;
  }
}
:where(.mod_contact) .-sec_tit .title .-sub_txt {
  font-size: 0.15rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-sec_tit .title .-sub_txt {
    font-size: 0.12rem;
    letter-spacing: 0.08em;
  }
}
:where(.mod_contact) .contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-top: 0.75rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .contact_tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
  }
}
:where(.mod_contact) .contact_tel > dt {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .contact_tel > dt {
    font-size: 0.15rem;
  }
}
:where(.mod_contact) .contact_tel > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .contact_tel > dd {
    -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;
    margin: 0;
    margin-top: 0.25rem;
  }
}
:where(.mod_contact) .contact_tel .tel {
  position: relative;
  top: -0.03rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  white-space: pre;
}
:where(.mod_contact) .contact_tel .tel span {
  font-size: 0.44rem;
  letter-spacing: 0.05em;
  margin-left: 0.15em;
}
:where(.mod_contact) .contact_tel .info {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .contact_tel .info {
    margin: 0;
    margin-top: 0.15rem;
  }
}
:where(.mod_contact) .-action_link {
  gap: 0.2rem;
  margin-top: 0.55rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-action_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.1rem;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.6rem;
  }
  :where(.mod_contact) .-action_link li {
    width: calc((100% - 0.1rem) / 2);
  }
}
:where(.mod_contact) .-action_link .-btn01 {
  width: 2rem;
  height: 0.6rem;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-action_link .-btn01 {
    height: 0.5rem;
  }
}
:where(.mod_contact) .-action_link .-btn01 span {
  font-size: 0.16rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  :where(.mod_contact) .-action_link .-btn01 span {
    font-size: 0.15rem;
    letter-spacing: 0.1em;
  }
}

.flowbottomSP {
  position: fixed;
  bottom: 0.1rem;
  left: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 0.2rem);
  width: 100%;
  height: 0.44rem;
  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.1rem));
          transform: translateY(calc(100% + 0.1rem));
  z-index: 999;
}
.flowbottomSP a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.29%;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1B232A;
}
.flowbottomSP a + a {
  border-left: 1px solid #696969;
}
.flowbottomSP a[data-tel] {
  width: 12.39%;
  background-color: #706732;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  border-left: none;
}
.spmenuopen .flowbottomSP, .flowbottomSP.-endline {
  -webkit-transform: translateY(calc(100% + 0.1rem)) !important;
          transform: translateY(calc(100% + 0.1rem)) !important;
}
.state_fewscroll .flowbottomSP {
  -webkit-transform: none;
          transform: none;
}

.pagetopbtn {
  position: fixed;
  bottom: 0.4rem;
  right: 0.1rem;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s, bottom 1s;
  transition: opacity 1s, bottom 1s;
  background-color: #1B232A;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    bottom: 0.8rem;
    right: 0.1rem;
  }
}
.pagetopbtn::before {
  content: "";
  position: absolute;
  top: 0.07rem;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.no-touchevents .pagetopbtn:hover::before {
  opacity: 0.6;
  top: -0.07rem;
}
.pagetopbtn.-endline {
  bottom: 0.3rem;
}
.spmenuopen .pagetopbtn {
  opacity: 0 !important;
  pointer-events: none !important;
}
.state_screenheightscroll .pagetopbtn {
  opacity: 1;
  pointer-events: auto;
}

.mod_breadlist {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  padding: 0rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_breadlist {
    top: 0.8rem;
    padding: 0.1rem 0.24rem;
    overflow: auto;
  }
}
.mod_breadlist .breadlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: left;
  white-space: pre;
}
.mod_breadlist .breadlist .link {
  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-size: 0;
  letter-spacing: 0;
}
.mod_breadlist .breadlist .link + .link {
  margin-left: 0.2rem;
}
.mod_breadlist .breadlist .link + .link:before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.16rem;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mod_breadlist .breadlist .linkin {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.no-touchevents .mod_breadlist .breadlist .linkin:hover {
  text-decoration: underline;
}
.mod_breadlist.-negative .breadlist .link + .link::before {
  border-color: #999;
}
.mod_breadlist.-negative .breadlist .linkin {
  color: #999;
}

.mod_recommend_fair {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.mod_recommend_fair > .recommend_inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 14.4rem;
  width: 100%;
  min-height: 2.9rem;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair > .recommend_inner {
    display: block;
    min-height: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.mod_recommend_fair .-sec_tit {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .-sec_tit {
    margin: 0;
    text-align: center;
  }
}
.mod_recommend_fair .-sec_tit .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.15rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .-sec_tit .title {
    font-size: 0.14rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mod_recommend_fair .-sec_tit .title .-sub_txt {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.34rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .-sec_tit .title .-sub_txt {
    font-size: 0.25rem;
  }
}
.mod_recommend_fair .-sec_tit .recommend_catch {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .-sec_tit .recommend_catch {
    font-size: 0.13rem;
    margin-top: 0.3rem;
  }
}
.mod_recommend_fair [data-slidearea01] {
  padding: 0;
}
.mod_recommend_fair [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_wrapin {
  padding: 0;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  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: 0.4rem;
  height: 0.4rem;
  background-color: rgba(26, 27, 18, 0);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button .ico_arrow {
  width: 0.14rem;
  height: 0.22rem;
  fill: #1A1B12;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button.next {
  right: -0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair [data-slidearea01] .slidearea01_btns button.next {
    right: -0.2rem;
  }
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button.prev {
  left: -0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair [data-slidearea01] .slidearea01_btns button.prev {
    left: -0.2rem;
  }
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button.prev .ico_arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.mod_recommend_fair [data-slidearea01] .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .mod_recommend_fair [data-slidearea01] .slidearea01_btns button:hover {
  background-color: #1a1b12;
}
.no-touchevents .mod_recommend_fair [data-slidearea01] .slidearea01_btns button:hover .ico_arrow {
  fill: #fff;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_pager {
  text-align: center;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_pager button {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_pager button:after, .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:before {
  content: "";
  display: block;
  background-color: #DDD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:after, .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:after, .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:before {
    width: 6px;
    height: 6px;
  }
}
.mod_recommend_fair [data-slidearea01] .slidearea01_pager button:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .mod_recommend_fair [data-slidearea01] .slidearea01_pager button:hover:after, .mod_recommend_fair [data-slidearea01] .slidearea01_pager button.active:after {
  background-color: #000;
}
.mod_recommend_fair [data-slidearea01] .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.mod_recommend_fair .recommend_slider {
  position: absolute;
  right: 1rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider {
    position: static;
    margin-top: 0.6rem;
    overflow: hidden;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_wrap {
  max-width: 8.46rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_wrap {
    max-width: 78vw;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_wrapin {
  overflow: hidden;
  padding: 0 33.33%;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_wrapin {
    padding: 0;
    overflow: visible;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_link {
  width: 3.04rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_link {
    width: 78vw;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_btns {
    bottom: auto;
    height: 50.66vw;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_btns button.next {
  right: -0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_btns button.next {
    right: -0.2rem;
  }
}
.mod_recommend_fair .recommend_slider .slidearea01_btns button.prev {
  left: -0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .slidearea01_btns button.prev {
    left: -0.2rem;
  }
}
.mod_recommend_fair .recommend_slider .item_inner {
  position: relative;
  max-width: 2.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .item_inner {
    max-width: 66.66vw;
  }
}
.mod_recommend_fair .recommend_slider .item_inner .wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-touchevents .mod_recommend_fair .recommend_slider .item_inner .wrap_link:hover ~ .thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.5;
}
.mod_recommend_fair .recommend_slider .item_inner .thumb {
  position: relative;
  width: 2.5rem;
  height: 1.9rem;
  padding: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .recommend_slider .item_inner .thumb {
    width: 100%;
    height: 50.66vw;
  }
}
.mod_recommend_fair .recommend_slider .item_inner .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #1A1B12;
}
.mod_recommend_fair .recommend_slider .item_inner .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.mod_recommend_fair .recommend_slider .item_inner .detail {
  padding: 0 0.05rem;
  margin-top: 0.2rem;
}
.mod_recommend_fair .recommend_slider .item_inner .date {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #1A1B12;
}
.mod_recommend_fair .recommend_slider .item_inner .date span {
  font-size: 0.14rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.mod_recommend_fair .recommend_slider .item_inner .date strong {
  font-size: 1.57em;
  font-weight: 400;
  margin-left: 0.25em;
  margin-right: 0.15em;
}
.mod_recommend_fair .recommend_slider .item_inner .title {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-top: 0.1rem;
}
.mod_recommend_fair .recommend_slider .item_inner .caption {
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.mod_recommend_fair .link {
  margin-left: 0.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair .link {
    text-align: center;
    margin: auto;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_recommend_fair + .mod_localnav .localnav_inner {
    padding-top: 0;
  }
}

.mod_localnav {
  background-color: #fff;
}
.mod_localnav .localnav_inner {
  position: relative;
  z-index: 1;
  max-width: 14.4rem;
  width: 100%;
  margin: auto;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_inner {
    max-width: calc(100% - 0.48rem);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.mod_localnav .localnav_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.6rem;
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_detail {
    display: block;
    height: auto;
  }
}
.mod_localnav .localnav_detail .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: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_detail .item {
    height: 65.33vw;
  }
}
.mod_localnav .localnav_detail .item .wrap_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.no-touchevents .mod_localnav .localnav_detail .item .wrap_link:hover ~ .bg img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.no-touchevents .mod_localnav .localnav_detail .item .wrap_link:hover ~ .bg::before {
  opacity: 0;
}
.mod_localnav .localnav_detail .item .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
}
.mod_localnav .localnav_detail .item .bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  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;
}
.mod_localnav .localnav_detail .item .bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_localnav .localnav_detail .item .-elem_tit {
  margin-top: -0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_detail .item .-elem_tit {
    margin-top: -0.15rem;
  }
}
.mod_localnav .localnav_detail .item .-elem_tit .title {
  position: relative;
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  gap: 0.1rem;
  text-shadow: 0 0 0.1rem black, 0 0 0.05rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_detail .item .-elem_tit .title {
    font-size: 0.18rem;
    gap: 0.05rem;
  }
}
.mod_localnav .localnav_detail .item .-elem_tit .title .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_localnav .localnav_detail .item .-elem_tit .title .-sub_txt {
    font-size: 0.1rem;
  }
}

.mod_our_banquet {
  background-color: #fff;
}
.mod_our_banquet .our_inner {
  position: relative;
  z-index: 1;
  max-width: 12.8rem;
  width: 100%;
  margin: auto;
  padding-top: 1.6rem;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_inner {
    max-width: calc(100% - 0.48rem);
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
}
.mod_our_banquet .-sec_tit {
  text-align: center;
}
.mod_our_banquet .-sec_tit .title .-sub_txt {
  font-size: 0.5rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .-sec_tit .title .-sub_txt {
    font-size: 0.32rem;
  }
}
.mod_our_banquet .our_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.15rem;
    margin-top: 0.6rem;
  }
}
.mod_our_banquet .our_detail .item {
  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;
  width: 4.07rem;
  height: 100%;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 37.86vw;
    padding-left: 37.33vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mod_our_banquet .our_detail .item.-current .wrap_link {
  border-color: #000;
}
.mod_our_banquet .our_detail .item.-current .thumb::before {
  opacity: 0.4;
}
.mod_our_banquet .our_detail .item .wrap_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid #cc0000;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .wrap_link {
    border: none;
    border-right: 1px solid #cc0000;
  }
}
.no-touchevents .mod_our_banquet .our_detail .item .wrap_link:hover ~ .thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.5;
}
.mod_our_banquet .our_detail .item .thumb {
  position: relative;
  width: 100%;
  height: 2.74rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.17vw;
    height: 100%;
  }
}
.mod_our_banquet .our_detail .item .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  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;
}
.mod_our_banquet .our_detail .item .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.mod_our_banquet .our_detail .item .-elem_tit {
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .-elem_tit {
    margin-top: 0.15rem;
  }
}
.mod_our_banquet .our_detail .item .-elem_tit .title {
  position: relative;
  font-size: 0.14rem;
  letter-spacing: 0;
  gap: 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .-elem_tit .title {
    font-size: 0.12rem;
    gap: 0.1rem;
  }
}
.mod_our_banquet .our_detail .item .-elem_tit .title .-sub_txt {
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  color: #1A1B12;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .-elem_tit .title .-sub_txt {
    font-size: 0.24rem;
  }
}
.mod_our_banquet .our_detail .item .spec {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mod_our_banquet .our_detail .item .spec {
    margin-top: 0.1rem;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
[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);
}
[data-pararax01] [data-pararax01-effect01] {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  clip-path: inset(0);
  width: 100%;
  height: 100%;
}
[data-pararax01] [data-pararax01-effect01]::after {
  position: absolute;
  top: 0;
  left: -100%; /* 初期位置を調整 */
  width: 50%; /* 光の幅を調整 */
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 248, 0)), color-stop(50%, rgba(237, 238, 241, 0.2)), to(rgba(246, 247, 248, 0)));
  background-image: linear-gradient(to right, rgba(246, 247, 248, 0) 0%, rgba(237, 238, 241, 0.2) 50%, rgba(246, 247, 248, 0) 100%);
  background-repeat: no-repeat;
  -webkit-animation-name: effectAnime01;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  z-index: 1;
}
@-webkit-keyframes effectAnime01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
[data-pararax01] [data-pararax01-effect01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-effect01].active::after {
  content: "";
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@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: 0.8rem;
    width: 10rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-ss_contents_B {
    margin-left: calc(50% - 4.2rem);
    width: 8.4rem;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*
.ag-ray-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
}

.ag-ray {
	height: 0.01rem;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 0, 150, 0.5), rgba(0, 204, 255, 0.5), rgba(0, 255, 127, 0.5), rgba(255, 255, 0, 0.5), rgba(255, 0, 0, 0.5));
	position: absolute;
	right: -10%;
	transform-origin: 100% 50%;
	opacity: 0.25;
	filter: blur(5px);
	--ray-rotation: -10deg;
}

.ag-ray:nth-child(1) { transform: perspective(50px) rotateY(30deg); }
.ag-ray:nth-child(2) { --ray-rotation: -10deg; }
.ag-ray:nth-child(3) { --ray-rotation: -20deg; }
.ag-ray:nth-child(4) { --ray-rotation: -30deg; }
.ag-ray:nth-child(5) { --ray-rotation: -40deg; }
.ag-ray:nth-child(6) { --ray-rotation: -50deg; }
.ag-ray:nth-child(7) { --ray-rotation: -60deg; }
.ag-ray:nth-child(8) { --ray-rotation: -70deg; }
.ag-ray:nth-child(9) { --ray-rotation: -80deg; }
.ag-ray:nth-child(10) { --ray-rotation: 10deg; }
.ag-ray:nth-child(11) { --ray-rotation: 20deg; }
.ag-ray:nth-child(12) { --ray-rotation: 30deg; }
.ag-ray:nth-child(13) { --ray-rotation: -90deg; }
.ag-ray:nth-child(14) { --ray-rotation: -100deg; }
.ag-ray:nth-child(15) { --ray-rotation: -110deg; }

.ag-ray:nth-child(n) {
	transform: rotate(var(--ray-rotation)) perspective(50px) rotateY(30deg);
}
*/
/*
.flow_bnr {
	display: inline-block;
	z-index: 1000;
	position: fixed;
	opacity: 1;

	@include sc(pc){
		top: calc(0.8rem + 0.1rem);
		right: 2.64rem;
		bottom: auto;
		width: 0.4rem;
		height: 1.12rem;
		line-height: 0;
		border-right: none;
		box-sizing: border-box;
		transition: right 1s ,opacity 1s;

		>.flow_bnr_link {
				display: block;
				width: 2.94rem;
				opacity: 1;
				transition: opacity 0.3s;

				.no-touchevents &:hover {
				opacity: 0.8;
				}

				img {
						display: block;
						width: 2.94rem;
				}
		}

		.btn {
				position: absolute;
				top: 0;
				left: -0.4rem;
				width: 0.4rem;
				display: block;
		}

	}
	@include sc(sp){
		right: 0;
		top: 0.7rem;
		margin: 0 auto;
		max-width: 2.14rem;
		transition: top 1s;
		z-index: 100;

		>.flow_bnr_link {
				position: relative;
				display: block;
				z-index: 1;
				img {
						width: 100%;
						height: auto;
				}
		}
	}
}
*/
/*# sourceMappingURL=common.css.map */