@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #209bea;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-width: 0;
  line-height: 0;
  vertical-align: bottom;
}

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

video {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  field-sizing: content;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

textarea:-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

textarea::-moz-placeholder {
  color: #DDDDDD;
}

textarea::placeholder {
  color: #DDDDDD;
}

input:-ms-input-placeholder {
  color: #DDDDDD;
}

input::-ms-input-placeholder {
  color: #DDDDDD;
}

input::-webkit-input-placeholder {
  color: #DDDDDD;
}

input::-moz-placeholder {
  color: #DDDDDD;
}

input::placeholder {
  color: #DDDDDD;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- header

================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 85px;
  padding: 19px 0 12px;
  background-color: #FFFFFF;
  z-index: 10;
}

.l-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.l-header__logo {
  width: 353px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header {
    min-height: auto;
    padding: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .l-header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 0 20px;
  }
  .l-header__logo {
    width: 240px;
  }
}
/* ================================================

- nav

================================================ */
.l-header__modal__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 28px;
}

.l-header__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.1em;
}

.l-header__nav__item a {
  display: block;
  position: relative;
}
.l-header__nav__item a span {
  display: block;
  color: #999999;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.l-header__nav__item a span.-en {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.l-header__nav__item a span.-jp {
  margin-top: 6px;
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media (hover: hover) {
  .l-header__nav__item a:-moz-any-link:hover span {
    color: #0071bc;
  }
  .l-header__nav__item a:any-link:hover span {
    color: #0071bc;
  }
}
.outline .l-header__nav__item a[href*=outline] span,
.gallery .l-header__nav__item a[href*=gallery] span,
.equipment .l-header__nav__item a[href*=equipment] span,
.plan .l-header__nav__item a[href*=plan] span,
.location .l-header__nav__item a[href*=location] span,
.concept .l-header__nav__item a[href*=concept] span,
.top .l-header__nav__item a[href*=index] span {
  color: #0071bc;
}

.l-header__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3px;
}

.l-header__btns__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  min-height: 49px;
  background-color: var(--cc-gold);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.l-header__btns__btn a span {
  display: block;
  white-space: nowrap;
  color: #FFFFFF;
}
.l-header__btns__btn a span.-en {
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.l-header__btns__btn a span.-jp {
  margin-top: 6px;
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media (hover: hover) {
  .l-header__btns__btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-header__btns__btn a:any-link:hover {
    opacity: 0.7;
  }
  .l-header__btns__btn.-outline a:-moz-any-link:hover {
    color: #333333;
  }
  .l-header__btns__btn.-outline a:any-link:hover {
    color: #333333;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 1440px) {
  .l-header__btns {
    right: 20px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header__modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    padding-top: 0;
    background-color: #FFFFFF;
    z-index: 11;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .l-header__modal.-active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .l-header__modal__inner {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__modal__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding: 40px 0;
  }
  .l-header__nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  .l-header__nav__item a span {
    color: #999999;
  }
  .l-header__nav__item a span.-en {
    font-size: 5.7333333333vw;
  }
  .l-header__nav__item a span.-jp {
    margin-top: 6px;
    font-size: 3.2vw;
  }
  .l-header__btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .l-header__btns__btn a {
    width: 53.333vw;
    min-height: 16vw;
  }
  .l-header__btns__btn a span.-en {
    font-size: 5.7333333333vw;
  }
  .l-header__btns__btn a span.-jp {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  margin-left: auto;
}

ul.l-nav__list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.l-nav__item > a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.l-nav__item > a span {
  display: block;
  font-size: 1rem;
  color: #111111;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-nav__item > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.2;
}

.news .l-nav ul li a[href="/news/"] span,
.access .l-nav ul li a[href="/access/"] span,
.top .l-nav ul li a[href="/"] span {
  color: #00a4da;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-nav {
    visibility: hidden;
    opacity: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 60px 0;
    margin-left: 0;
    -webkit-transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #FFFFFF;
  }
  .l-nav.-active {
    visibility: visible;
    opacity: 1;
  }
  ul.l-nav__list {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 100px;
    gap: 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav__item {
    width: 100%;
  }
  .l-nav__item > a {
    padding: 10px 0;
  }
  .l-nav__item > a span {
    font-size: 5.3333333333vw;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- フッター

================================================ */
#footer {
  width: 100%;
}

.l-footer {
  width: 100%;
}

.l-footer__upper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 0 28px;
  background-color: #FFFFFF;
}

.l-footer__inner {
  padding: 0 70px;
  position: relative;
}

.l-footer__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.l-footer__item.-max {
  margin-left: 27px;
}

.l-footer__item.-tel {
  margin-left: 65px;
}

.l-footer__item__ttl {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-footer__item__ttl.-tel {
  font-size: 1.125rem;
}

.l-footer__item__logo {
  margin-top: 29px;
}

.l-footer__item__logo.-sre {
  width: 264px;
  margin-top: 29px;
  margin-left: 7px;
}

.l-footer__item__logo.-max {
  width: 276px;
  margin-top: 17px;
  margin-left: 14px;
}

.l-footer__item__logo.-tel {
  width: 395px;
  margin-top: 23px;
  margin-left: 4px;
}

.l-footer__under {
  width: 100%;
  min-height: 48px;
  background-color: #CAC1B6;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer__upper {
    padding: 25px 0 31px;
  }
  .l-footer__inner {
    padding: 0 8vw;
  }
  .l-footer__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .l-footer__item.-sre {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__item.-max {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__item.-tel {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__item__ttl {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .l-footer__item__ttl.-tel {
    font-size: 4.2666666667vw;
  }
  .l-footer__item__logo {
    margin-top: 29px;
  }
  .l-footer__item__logo.-sre {
    width: 57.867vw;
    margin: 13px auto 0;
  }
  .l-footer__item__logo.-max {
    width: 59.467vw;
    margin: 5px auto 0;
  }
  .l-footer__item__logo.-tel {
    width: 71.467vw;
    margin: 18px auto 0;
  }
  .l-footer__under {
    width: 100%;
    min-height: 32px;
  }
}
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- base

================================================ */
.m-w1440 {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1120 {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-trailer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.m-trailer p {
  font-size: 0.875rem;
  line-height: 1.425;
  color: #FFFFFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-wrapper {
  position: relative;
}

.m-mv {
  width: 100%;
  position: relative;
}
.m-mv img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.m-mv__inner {
  padding: 0 80px;
  position: relative;
}

.m-mv__note {
  position: absolute;
  right: 100px;
  bottom: 12px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.m-page__head {
  margin-top: 43px;
  padding: 0 60px;
}

.m-page__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.m-page__ttl span {
  display: block;
  color: #999999;
}
.m-page__ttl span.-en {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-page__ttl span.-jp {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-wrapper {
    padding-top: 70px;
    overflow-x: clip;
  }
  .m-mv img {
    height: 54.667vw;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .m-mv__inner {
    padding: 0;
  }
  .m-mv__note {
    right: 2.667vw;
    bottom: 3.2vw;
    font-size: 2.6666666667vw;
  }
  .m-page__head {
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  .m-page__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.667vw;
  }
  .m-page__ttl span.-en {
    font-size: 9.0666666667vw;
  }
  .m-page__ttl span.-jp {
    font-size: 3.2vw;
  }
}
/* ================================================

- テキスト

================================================ */
.m-sc__ttl span {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.m-sc__ttl span.-en {
  font-size: 2.5625rem;
  letter-spacing: 0.04em;
  color: #998675;
}
.m-sc__ttl span.-jp {
  margin-top: 16px;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
  color: #000000;
}

*.m-fz30-lh22 {
  font-size: 1.875rem;
  line-height: 2.2;
  letter-spacing: 0.3em;
  color: #998675;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

*.m-fz18-lh22 {
  font-size: 1.125rem;
  line-height: 2.286;
  letter-spacing: 0.22em;
  color: #4D4D4D;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-sc__ttl span.-en {
    font-size: 9.6vw;
    line-height: 1.175;
  }
  .m-sc__ttl span.-jp {
    margin-top: 14px;
    font-size: 4.5333333333vw;
  }
  *.m-fz30-lh22 {
    font-size: 5.0666666667vw;
  }
  *.m-fz18-lh22 {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- ボタン

================================================ */
.m-btn button,
.m-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 150px;
  min-height: 40px;
  padding: 0 10px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--cc-secondary);
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFFFF;
  border: solid 2px var(--cc-secondary);
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (hover: hover) {
  .m-btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-btn button:enabled:hover,
  .m-btn a:any-link:hover {
    opacity: 0.7;
  }
}
.m-btn.-w200 button,
.m-btn.-w200 a {
  width: 200px;
}

.m-btn.-w300 button,
.m-btn.-w300 a {
  width: 300px;
}

.m-btn.-prev button span,
.m-btn.-prev a span {
  padding-left: 10px;
}
.m-btn.-prev button span::before,
.m-btn.-prev a span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  -webkit-transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.m-btn.-next button span,
.m-btn.-next a span {
  padding-right: 10px;
}
.m-btn.-next button span::before,
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.m-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-btn.-end {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*--- media screen ---*/
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    display: block;
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 12px 8px;
    cursor: pointer;
    z-index: 20;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line {
    position: relative;
    width: 30px;
    height: 15px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #d4b572;
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before,
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d4b572;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before {
    top: -7px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    top: 7px;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line {
    border-bottom: none;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span {
    background-color: transparent;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
    top: 0;
    background-color: #d4b572;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .m-hamburgerBtn__txt {
    margin-bottom: 5px;
    font-size: 2.6666666667vw;
    color: #d4b572;
    text-align: center;
  }
}
/* ================================================

- 空室情報・賃料条件一覧 + お問い合わせボタン

================================================ */
.m-commonArea {
  padding: 70px 0 65px;
  background-color: #001e49;
  position: relative;
  z-index: 1;
}

.m-common__btnList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 40px;
}

.m-common__btn {
  width: 280px;
  cursor: pointer;
}

.m-pagetop {
  position: fixed;
  right: 50px;
  bottom: 0;
  width: 65px;
  z-index: 2;
}

#ZZ_common_footer {
  border-top: none !important;
}

@media screen and (max-width: 568px) {
  .m-commonArea {
    padding: 44px 0;
  }
  .m-common__btnList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .m-common__btn {
    width: 70vw;
  }
  .m-pagetop {
    display: none;
  }
}
/* ================================================

- ページ送り

================================================ */
.m-pagination {
  margin-top: 55px;
}

ul.m-pagination__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}
ul.m-pagination__list li span,
ul.m-pagination__list li a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #111111;
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-pagination__list li.-prev {
  margin-right: 5px;
}
ul.m-pagination__list li.-prev span::before,
ul.m-pagination__list li.-prev a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 1.5px);
  width: 9px;
  height: 9px;
  border-top: solid 1px #111111;
  border-left: solid 1px #111111;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}
ul.m-pagination__list li.-next {
  margin-left: 5px;
}
ul.m-pagination__list li.-next span::before,
ul.m-pagination__list li.-next a::before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 1.5px);
  width: 9px;
  height: 9px;
  border-top: solid 1px #111111;
  border-right: solid 1px #111111;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
ul.m-pagination__list li.-num span,
ul.m-pagination__list li.-num a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  min-height: 40px;
  background-color: transparent;
  border: solid 1px #333333;
  border-radius: 100%;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #111111;
  position: relative;
  -webkit-transition: color, background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color, background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-pagination__list li.-num span.-active,
ul.m-pagination__list li.-num a.-active {
  color: #FFFFFF;
  background-color: #333333;
}

@media (hover: hover) {
  ul.m-pagination__list li a:-moz-any-link:hover {
    opacity: 0.7;
  }
  ul.m-pagination__list li a:any-link:hover {
    opacity: 0.7;
  }
  ul.m-pagination__list li.-num a:-moz-any-link:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #333333;
  }
  ul.m-pagination__list li.-num a:any-link:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #333333;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pagination {
    margin-top: 40px;
  }
  ul.m-pagination__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 2.667vw;
  }
  ul.m-pagination__list li span,
  ul.m-pagination__list li a {
    font-size: 3.4666666667vw;
  }
  ul.m-pagination__list li.-prev {
    margin-right: 1.333vw;
  }
  ul.m-pagination__list li.-prev span::before,
  ul.m-pagination__list li.-prev a::before {
    width: 2.133vw;
    height: 2.133vw;
  }
  ul.m-pagination__list li.-next {
    margin-left: 1.333vw;
  }
  ul.m-pagination__list li.-next span::before,
  ul.m-pagination__list li.-next a::before {
    width: 2.133vw;
    height: 2.133vw;
  }
  ul.m-pagination__list li.-num span,
  ul.m-pagination__list li.-num a {
    width: 8vw;
    min-height: 8vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- パンくず

================================================ */
.m-breadcrumb {
  padding: 13px 0 13px;
  background-color: #FF0000;
}

ol.m-breadcrumb__list {
  padding: 0 30px;
  letter-spacing: -0.4em;
}
ol.m-breadcrumb__list li {
  display: inline;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
ol.m-breadcrumb__list li a {
  color: #FF0000;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ol.m-breadcrumb__list li a:hover {
  opacity: 0.7;
}
ol.m-breadcrumb__list li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.75em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ol.m-breadcrumb__list {
    padding: 0 6.4vw;
  }
  ol.m-breadcrumb__list li {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}
/* ================================================

- SNSアイコン

================================================ */
ul.m-sns__list {
  gap: 10px 23px;
}
ul.m-sns__list li a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-sns__list li a.-twitter svg {
  width: 17px;
  height: 17px;
}
ul.m-sns__list li a.-youtube svg {
  width: 17px;
  height: 17px;
}
ul.m-sns__list li a.-instagram svg {
  width: 18px;
  height: 18px;
}
ul.m-sns__list li a.-facebook svg {
  width: 8px;
}

/*--- media screen ---*/
/* ================================================

- アコーディオン

================================================ */
.m-accordion__details {
  background-color: #FFFFFF;
}

.m-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.m-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FF0000;
  position: relative;
  cursor: pointer;
}
.m-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: #FF0000;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.m-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 38px;
  right: 45px;
}
.m-accordion__icon::before, .m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FF0000;
}
.m-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.m-accordion__details.-open .m-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.m-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: #FF0000;
}
.m-accordion__content__txt p {
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FF0000;
}

.js-details.-open .m-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .m-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .m-accordion__icon::before, .m-accordion__icon::after {
    width: 16px;
  }
  .m-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .m-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__content__txt p {
    font-size: 4vw;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome li,
.m-indent--kome p {
  position: relative;
  padding-left: 1em;
}
.m-indent--kome li::before,
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--dot li,
.m-indent--dot p {
  position: relative;
  padding-left: 1em;
}
.m-indent--dot li::before,
.m-indent--dot p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--circle li,
.m-indent--circle p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--circle li::before,
.m-indent--circle p::before {
  display: block;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cc-green);
}

.m-indent--square li,
.m-indent--square p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--square li::before,
.m-indent--square p::before {
  display: block;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--number {
  counter-reset: item;
}
.m-indent--number li {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--number li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.-tel[href^="tel:"] {
  pointer-events: none;
}

.m-h-opacity a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a.m-underline {
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.m-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cc-green);
}

@media (hover: hover) {
  .m-h-opacity a:-moz-any-link:hover {
    opacity: 0.6;
  }
  .m-h-opacity a:any-link:hover {
    opacity: 0.6;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  a.-tel[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ================================================

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow-y: clip;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.v2-enter-active,
.v2-leave-active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v2-enter-active {
  opacity: 0;
}

.v2-enter-to,
.v2-leave-active {
  opacity: 1;
}

.v2-leave-to {
  opacity: 0;
}

/* ================================================

- テーブル

================================================ */
.overflow-container {
  overflow: visible;
}

.m-table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
}
.m-table th,
.m-table td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #FFFFFF;
  padding: 14px 25px 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: left;
}
.m-table th small,
.m-table td small {
  font-size: 0.9375rem;
}
.m-table th.-center,
.m-table td.-center {
  text-align: center;
}
.m-table th.-bg,
.m-table td.-bg {
  background-color: #f6f6f6;
}
.m-table th.-w16,
.m-table td.-w16 {
  width: 16%;
}
.m-table th.-w30,
.m-table td.-w30 {
  width: 30%;
}
.m-table thead th {
  padding: 9px 25px 9px;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: #f6f6f6;
}
.m-table tbody th {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .overflow-container {
    overflow-x: scroll;
  }
  .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .m-table {
    width: 768px;
  }
  .m-table th,
  .m-table td {
    padding: 14px 10px 14px;
    font-size: 0.9375rem;
  }
  .m-table th small,
  .m-table td small {
    font-size: 0.875rem;
  }
  .m-table thead th {
    padding: 9px 10px 9px;
    font-size: 0.9375rem;
  }
}
/* ================================================

- GASPアニメーション

================================================ */
.js-fadeUp {
  position: relative;
  overflow: hidden;
}
.js-fadeUp::after {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.js-fadeUp img {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.js-fadeUp.-fadeup::after {
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
}
.js-fadeUp.-fadeup img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-opacityIn img {
  opacity: 0;
  -webkit-transition: opacity 1.8s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s;
  transition: opacity 1.8s cubic-bezier(0.473, 0.427, 0, 0.993) 0.5s;
}

.js-opacityIn.-opacityIn img {
  opacity: 1;
}

.js-scaleUp {
  clip-path: inset(30% 40% 30% 40%);
  -webkit-transition: clip-path 1.8s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: clip-path 1.8s cubic-bezier(0.473, 0.427, 0, 0.993);
}

.js-scaleUp.-scaleUp {
  clip-path: inset(0% 0% 0% 0%);
}

.js-listFadeIn2 li,
.js-listFadeIn li {
  opacity: 0;
}

.js-fadeIn {
  opacity: 0;
}