@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: #38383A;
  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-red: #FF0000;
  --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-red: #FF0000;
  --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

================================================ */
@media (hover: hover) {
  .l-header__bar__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-header__bar__logo a:any-link:hover {
    opacity: 0.7;
  }
}
.l-header {
  position: relative;
}

.l-header__bar {
  position: relative;
  z-index: 11;
  background-color: #CAC1B6;
}

.l-header__bar__inner {
  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;
  width: 100%;
  min-height: 72px;
  padding: 0 15px;
  position: relative;
}

.l-header__bar__logo {
  width: 404px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header__bar__inner {
    width: 100%;
    min-height: 60px;
    padding: 0 15px;
  }
  .l-header__bar__logo {
    width: 280px;
  }
}
/* ================================================

- nav

================================================ */
.l-header__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #EAE6E2;
  z-index: 11;
  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__content {
  max-width: 585px;
  margin: 0 auto;
  padding: 60px 55px;
}

.l-header__modal__logo {
  width: 416px;
}

.l-header__modal__lead {
  width: 404px;
  margin-top: 30px;
}

.l-header__nav {
  margin-top: 50px;
}

.l-header__nav__item a {
  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;
  gap: 7px;
  position: relative;
}
.l-header__nav__item a span {
  letter-spacing: 0.06em;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-header__nav__item a span.-en {
  font-size: 1.1875rem;
}
.l-header__nav__item a span.-jp {
  font-size: 0.875rem;
}

.l-header__nav__item:not(:first-of-type) {
  margin-top: 23px;
}

.shared .l-header__nav__item a[href*=shared]::before,
.outline .l-header__nav__item a[href*=outline]::before,
.location .l-header__nav__item a[href*=location]::before,
.floor .l-header__nav__item a[href*=floor]::before,
.eco .l-header__nav__item a[href*=eco]::before,
.concept .l-header__nav__item a[href*=concept]::before,
.home .l-header__nav__item a[href*=index]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
  width: 12px;
  height: 14px;
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.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;
  gap: 20px;
  margin-top: 66px;
}

.l-header__btns__list dt.l-header__btns__ttl {
  font-size: 1.1875rem;
  letter-spacing: 0.22em;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.l-header__btns__list dd.l-header__btns__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;
  gap: 8px;
  margin-top: 7px;
}

.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;
  width: 140px;
  min-height: 44px;
  padding: 0 15px;
  border: solid 1px #FFFFFF;
  background-color: #534741;
}
.l-header__btns__btn a span {
  padding-right: 15px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  position: relative;
}
.l-header__btns__btn a span::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.68%209%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0c3.67%2C1.26%2C7.19%2C2.86%2C10.68%2C4.5%2C0%2C0-.96.45-.96.45-3.17%2C1.49-6.38%2C2.91-9.71%2C4.05%2C3-1.86%2C6.13-3.44%2C9.29-4.95v.9C6.13%2C3.44%2C3%2C1.86%2C0%2C0h0Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.5px;
  height: 9px;
}

.l-header__btns__btn.-vr a {
  width: 212px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header__modal {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__modal.-active {
    top: 0;
  }
  .l-header__modal__content {
    max-width: 103.54vw;
    padding: 10.619vw 7.333vw;
  }
  .l-header__modal__logo {
    width: 73.628vw;
  }
  .l-header__modal__lead {
    width: 71.504vw;
    margin-top: 5.31vw;
  }
  .l-header__nav {
    margin-top: 8.85vw;
  }
  .l-header__nav__item a {
    gap: 1.239vw;
  }
  .l-header__nav__item a span.-en {
    font-size: 4.5333333333vw;
  }
  .l-header__nav__item a span.-jp {
    font-size: 3.2vw;
  }
  .l-header__nav__item:not(:first-of-type) {
    margin-top: 6.071vw;
  }
  .shared .l-header__nav__item a[href*=shared]::before,
  .outline .l-header__nav__item a[href*=outline]::before,
  .location .l-header__nav__item a[href*=location]::before,
  .floor .l-header__nav__item a[href*=floor]::before,
  .eco .l-header__nav__item a[href*=eco]::before,
  .concept .l-header__nav__item a[href*=concept]::before,
  .home .l-header__nav__item a[href*=index]::before {
    left: -4.267vw;
    width: 2.667vw;
    height: 3.2vw;
  }
  .l-header__btns {
    gap: 2.667vw;
    margin-top: 11.681vw;
  }
  .l-header__btns__list dt.l-header__btns__ttl {
    font-size: 5.0666666667vw;
  }
  .l-header__btns__list dd.l-header__btns__layout {
    gap: 1.333vw;
    margin-top: 1.239vw;
  }
  .l-header__btns__btn a {
    width: 30vw;
    min-height: 11.733vw;
    padding: 0 2.667vw;
  }
  .l-header__btns__btn a span {
    padding-right: 4vw;
    font-size: 3.4666666667vw;
  }
  .l-header__btns__btn a span::after {
    width: 2.533vw;
    height: 2.4vw;
  }
  .l-header__btns__btn.-vr a {
    width: 42.239vw;
  }
}
/* ================================================

- 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-red: #FF0000;
  --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-red: #FF0000;
  --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-red: #FF0000;
  --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-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.m-body {
  background-image: url("../images/common/page_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.m-colorBg {
  background: linear-gradient(60deg, rgb(202, 193, 182) 0%, rgb(244, 243, 240) 77%);
}

.m-colorBg2 {
  background: linear-gradient(60deg, rgb(244, 243, 240) 0%, rgb(202, 193, 182) 100%);
}

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

- テキスト

================================================ */
.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: 190px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #111111;
  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.8;
  }
  .m-btn button:enabled:hover,
  .m-btn a:any-link:hover {
    opacity: 0.8;
  }
}
.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 {
  position: absolute;
  top: 9px;
  right: 17px;
  cursor: pointer;
  background-color: transparent;
  z-index: 20;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  width: 53px;
  height: 46px;
  border-bottom: solid 2px #FFFFFF;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -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: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -12px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 12px;
}

.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: #000000;
}
.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 {
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  color: #000000;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    top: 9px;
    right: 2.933vw;
    padding: 5px 2.4vw;
    background-color: #CAC1B6;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line {
    width: 27px;
    height: 37px;
    border-bottom: none;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before {
    top: -9px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    top: 9px;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
    top: 0;
    background-color: #FFFFFF;
  }
}
/* ================================================

- ページ送り

================================================ */
.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: hidden;
}

.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 {
  -webkit-clip-path: inset(30% 40% 30% 40%);
          clip-path: inset(30% 40% 30% 40%);
  -webkit-transition: -webkit-clip-path 1.8s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: -webkit-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);
  transition: clip-path 1.8s cubic-bezier(0.473, 0.427, 0, 0.993), -webkit-clip-path 1.8s cubic-bezier(0.473, 0.427, 0, 0.993);
}

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

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

.js-fadeIn {
  opacity: 0;
}