@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-red: #FF0000;
  --cc-main: #862633;
  --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;
  --cc-main: #862633;
  --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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  padding-top: 18px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(69%, rgb(255, 255, 255)), color-stop(69%, rgb(245, 244, 242)), to(rgb(245, 244, 242)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 69%, rgb(245, 244, 242) 69%, rgb(245, 244, 242) 100%);
  z-index: 10;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18.75vw;
  width: 1px;
  height: 100%;
  background-color: #7e7f74;
}

.l-header__inner {
  position: relative;
  z-index: 11;
}

.l-header__inner__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 135px;
  width: 100%;
  position: relative;
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 253px;
}
.l-header__logo a {
  display: block;
}

.l-header__modal {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.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;
}

.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;
  gap: 1.75em;
}

.l-header__nav__item {
  position: relative;
}
.l-header__nav__item a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.725;
  color: #000000;
  font-family: "SabonNextLTPro-Demi", serif;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  position: relative;
}
.l-header__nav__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  translate: -50% 0;
  width: 0;
  height: 8px;
  background-color: #e7d4d6;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}
.l-header__nav__item a:hover {
  color: var(--cc-main);
}
.l-header__nav__item a:hover::after {
  width: calc(100% + 20px);
}
.l-header__nav__item a:not([href]) {
  color: rgba(0, 0, 0, 0.4);
}
.l-header__nav__item a:not([href]):hover {
  color: rgba(0, 0, 0, 0.4);
}
.l-header__nav__item a:not([href]):hover::after {
  width: 0;
}

.gallery .l-header__nav__item a[href*=gallery],
.equipment .l-header__nav__item a[href*=equipment],
.plan .l-header__nav__item a[href*=plan],
.access .l-header__nav__item a[href*=access],
.outline .l-header__nav__item a[href*=outline],
.concept .l-header__nav__item a[href*=concept],
.top .l-header__nav__item a[href*=index] {
  color: var(--cc-main);
}
.gallery .l-header__nav__item a[href*=gallery]::after,
.equipment .l-header__nav__item a[href*=equipment]::after,
.plan .l-header__nav__item a[href*=plan]::after,
.access .l-header__nav__item a[href*=access]::after,
.outline .l-header__nav__item a[href*=outline]::after,
.concept .l-header__nav__item a[href*=concept]::after,
.top .l-header__nav__item a[href*=index]::after {
  width: calc(100% + 20px);
}

.l-header__btns {
  position: absolute;
  top: -19px;
  right: 0;
}

.l-header__btns__list {
  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: 20px;
}

.l-header__btns__item 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;
  text-align: center;
  color: #FFFFFF;
}

.l-header__btns__item.-brochure a {
  width: 180px;
  min-height: 40px;
  background-color: #7e7f74;
  border-radius: calc(infinity * 1px);
}
.l-header__btns__item.-brochure a span {
  font-size: 1rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.l-header__btns__item.-contact a {
  width: 180px;
  min-height: 80px;
  padding: 0 5px;
  background-color: var(--cc-main);
}
.l-header__btns__item.-contact a span {
  font-size: 1.25rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header {
    position: fixed;
    min-height: 80px;
    padding-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(82%, rgb(255, 255, 255)), color-stop(82%, rgb(245, 244, 242)), to(rgb(245, 244, 242)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 82%, rgb(245, 244, 242) 82%, rgb(245, 244, 242) 100%);
  }
  .l-header::before {
    right: 3.5vw;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__inner__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 0;
  }
  .l-header__logo {
    width: 160px;
  }
  .l-header__btns {
    margin-top: 50px;
    position: static;
  }
  .l-header__btns__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: 40px;
  }
  .l-header__btns__item.-brochure a {
    width: 180px;
    min-height: 40px;
  }
  .l-header__btns__item.-brochure a span {
    font-size: 1rem;
  }
  .l-header__btns__item.-contact a {
    width: 180px;
    min-height: 80px;
    padding: 0 5px;
  }
  .l-header__btns__item.-contact a span {
    font-size: 1.25rem;
  }
}
/* ================================================

- sp nav

================================================ */
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header__modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100svh;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .l-header__modal.-active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .l-header__modal__inner {
    height: 100%;
    padding: 80px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__modal {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .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;
  }
  .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 0;
  }
  .l-header__nav__item a {
    font-size: 5.0666666667vw;
  }
}
/* ================================================

- hover

================================================ */
@media (hover: hover) {
  .l-header__logo a:-moz-any-link:hover, .l-header__btns__item a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .l-header__logo a:any-link:hover,
  .l-header__btns__item a:any-link:hover {
    opacity: 0.8;
  }
}
.l-header__logo a,
.l-header__btns__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

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

- 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;
  --cc-main: #862633;
  --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;
  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;
  --cc-main: #862633;
  --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-footer {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.l-footer__bg {
  padding-top: 120px;
  background-image: url("../images/common/footer_bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.l-footer__contact__ttl span {
  display: block;
  text-align: center;
}
.l-footer__contact__ttl span.-jp {
  font-size: 2.25rem;
  font-family: "TsukuMinPr6-M", serif;
}
.l-footer__contact__ttl span.-en {
  margin-top: 17px;
  font-size: 1.5rem;
  font-family: "SabonNextLTPro-Demi", serif;
}

.l-footer__contact__btns {
  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: 60px;
  margin-top: 54px;
}

.l-footer__contact__btn {
  width: 280px;
}
.l-footer__contact__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;
  min-height: 70px;
  font-size: 1.125rem;
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #FFFFFF;
  background-color: var(--cc-main);
}

.l-footer__nav {
  margin-top: 260px;
  padding: 30px 0 32px;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-footer__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: 3.8em;
}

.l-footer__nav__item a {
  display: block;
  font-size: 1rem;
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #FFFFFF;
}
.l-footer__nav__item a:not([href]) {
  color: rgba(255, 255, 255, 0.4);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding-bottom: 44px;
  }
  .l-footer__bg {
    padding-top: 21.333vw;
    background-image: url("../images/common/footer_bg_sp.jpg");
  }
  .l-footer__contact__inner {
    padding: 0 5.333vw;
  }
  .l-footer__contact__ttl span.-jp {
    font-size: 7.7333333333vw;
  }
  .l-footer__contact__ttl span.-en {
    margin-top: 4.533vw;
    font-size: 5.0666666667vw;
  }
  .l-footer__contact__btns {
    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: 4vw;
    margin-top: 10.667vw;
  }
  .l-footer__contact__btn {
    width: calc(50% - 2vw);
  }
  .l-footer__contact__btn a {
    min-height: 16vw;
    font-size: 4vw;
  }
  .l-footer__nav {
    margin-top: 26.667vw;
    padding: 5.333vw 0;
  }
  .l-footer__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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.333vw 0;
    padding: 0;
  }
  .l-footer__nav__item {
    width: 25%;
    text-align: center;
  }
  .l-footer__nav__item a {
    font-size: 4vw;
  }
}
/* ================================================

- フッター ロゴ、コピーライト

================================================ */
.l-footer__logos {
  padding: 62px 0;
}

.l-footer__logos__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.l-footer__logo {
  padding: 0 60px;
}
.l-footer__logo 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;
  height: 100%;
}
.l-footer__logo a span {
  font-size: 1.375rem;
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #000000;
}
.l-footer__logo a img {
  margin-left: auto;
  margin-right: auto;
}

.l-footer__logo.-logo1 img {
  width: 374px;
  margin-top: 27px;
}

.l-footer__logo.-logo2 img {
  width: 242px;
  margin-top: 27px;
}

.l-footer__logo.-logo3 img {
  width: 269px;
}

.l-footer__logo:nth-of-type(2) {
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}

.l-footer__copyright {
  padding: 30px 0;
  border-top: solid 1px #000000;
  text-align: center;
}

.l-footer__copyright__inner {
  text-align: center;
}
.l-footer__copyright__inner small {
  font-size: 1rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer__logos {
    padding: 10.667vw 0;
  }
  .l-footer__logos__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;
    padding: 0 8vw;
  }
  .l-footer__logo {
    width: 100%;
    padding: 8vw 0;
  }
  .l-footer__logo a span {
    font-size: 4vw;
  }
  .l-footer__logo.-logo1 img {
    width: 71.467vw;
    margin-top: 4vw;
  }
  .l-footer__logo.-logo2 img {
    width: 51.733vw;
    margin-top: 4vw;
  }
  .l-footer__logo.-logo3 img {
    width: 63.2vw;
  }
  .l-footer__logo:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  .l-footer__copyright {
    padding: 5.333vw 0;
  }
  .l-footer__copyright__inner small {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- hover

================================================ */
@media (hover: hover) {
  .l-footer__nav__item a:-moz-any-link:hover, .l-footer__contact__btn a:-moz-any-link:hover, .l-footer__logo a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .l-footer__nav__item a:any-link:hover,
  .l-footer__contact__btn a:any-link:hover,
  .l-footer__logo a:any-link:hover {
    opacity: 0.8;
  }
}
.l-footer__nav__item a,
.l-footer__contact__btn a,
.l-footer__logo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- 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;
  --cc-main: #862633;
  --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-w900 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

- モジュール

================================================ */
.m-wrapper {
  position: relative;
  padding-top: 150px;
}
.m-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18.75vw;
  width: 1px;
  height: 100%;
  background-color: #7e7f74;
}

.m-bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(69%, rgb(255, 255, 255)), color-stop(69%, rgb(245, 244, 242)), to(rgb(245, 244, 242)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 69%, rgb(245, 244, 242) 69%, rgb(245, 244, 242) 100%);
}

.m-mv__inner {
  position: relative;
}

.m-mv__layout {
  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;
  gap: 0;
  width: calc(100% + (100vw - 100%) / 2);
}

.m-mv__ttl {
  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: 50px;
}
.m-mv__ttl span {
  position: relative;
}
.m-mv__ttl span.-en {
  font-size: 3.625rem;
  letter-spacing: 0.16em;
  font-family: "SabonNextLTPro-Demi", serif;
}
.m-mv__ttl span.-en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
  width: 1px;
  height: 50px;
  background-color: var(--cc-main);
}
.m-mv__ttl span.-jp {
  font-size: 1.25rem;
  font-family: "TsukuMinPr6-M", serif;
}

.equipment .m-mv__ttl span.-en {
  letter-spacing: 0.08em;
}

.m-mv__photo {
  width: 54.688vw;
}
.m-mv__photo img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.m-body {
  position: relative;
  z-index: 2;
}

.m-body.-page {
  margin-top: 90px;
}

.m-sc {
  position: relative;
}

.m-sc__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 38vw;
  min-height: 60px;
  background-color: #f6f5f2;
}
.m-sc__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #f6f5f2;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.top .m-sc__line {
  width: 33vw;
}

.m-separatePhoto img {
  min-height: 280px;
  aspect-ratio: 1920/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-wrapper {
    padding-top: 80px;
  }
  .m-wrapper::before {
    right: 3.5vw;
  }
  .m-bg {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(82%, rgb(255, 255, 255)), color-stop(82%, rgb(245, 244, 242)), to(rgb(245, 244, 242)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 82%, rgb(245, 244, 242) 82%, rgb(245, 244, 242) 100%);
  }
  .m-mv__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .m-mv__summary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px;
  }
  .m-mv__ttl {
    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: 40px;
  }
  .m-mv__ttl span {
    position: relative;
  }
  .m-mv__ttl span.-en {
    font-size: 8.8vw;
  }
  .m-mv__ttl span.-en::after {
    right: -20px;
    height: 34px;
  }
  .m-mv__ttl span.-jp {
    font-size: 4.2666666667vw;
    translate: 0 -0.8vw;
  }
  .m-mv__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .m-mv__photo img {
    min-height: 120px;
  }
  .m-body.-page {
    margin-top: 60px;
  }
  .m-sc__line {
    width: 58vw;
    min-height: 50px;
  }
  .m-sc__line::after {
    right: -50px;
    width: 50px;
  }
  .top .m-sc__line {
    width: 58vw;
  }
  .m-separatePhoto img {
    min-height: 200px;
    aspect-ratio: 375/200;
  }
}
/* ================================================

- テキスト

================================================ */
*.m-fz20-lh19 {
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: "TsukuMinPr6-M", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  *.m-fz20-lh19 {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- 角丸

================================================ */
.m-clip--all img {
  border-radius: 20px;
}
.m-clip--all::before {
  border-radius: 20px;
}

.m-clip--left {
  clip-path: inset(0 0 round 16px 0 0 16px);
}

.m-clip--right {
  clip-path: inset(0 0 round 0 16px 16px 0);
}

/* @media screen */
/* ================================================

- ボタン

================================================ */
.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: 280px;
  min-height: 60px;
  padding: 0 15px;
  font-size: 1.25rem;
  font-family: "TsukuGoPr5-R", sans-serif;
  color: var(--cc-main);
  background-color: transparent;
  border: solid 1px var(--cc-main);
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
.m-btn button::before,
.m-btn a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
}
.m-btn button::after,
.m-btn a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 30px;
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
}

.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 ease-in-out;
  transition: right 0.3s ease-in-out;
}

.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 ease-in-out;
  transition: right 0.3s ease-in-out;
}

.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;
}

.m-float__btn {
  position: fixed;
  top: 38.5%;
  right: 0;
  z-index: 10;
}
.m-float__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: 60px;
  min-height: 150px;
  font-size: 1.125rem;
  font-family: "TsukuGoPr5-R", sans-serif;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: var(--cc-main);
  clip-path: inset(0 0 round 15px 0 0 15px);
}
.m-float__btn a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.m-float__name {
  position: absolute;
  top: 696px;
  right: 19.271vw;
  width: 51px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-btn button,
  .m-btn a {
    width: 252px;
    min-height: 54px;
    padding: 0 15px;
    font-size: 1.125rem;
  }
  .m-btn button::before,
  .m-btn a::before {
    left: 30px;
    width: 10px;
  }
  .m-btn button::after,
  .m-btn a::after {
    right: 30px;
    width: 10px;
  }
  .m-float__btn {
    top: auto;
    right: 50%;
    bottom: 10px;
    translate: 50% 0;
  }
  .m-float__btn a {
    width: 94.667vw;
    min-height: 44px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 4vw;
    clip-path: inset(0 0 round 10px 10px 10px 10px);
  }
  .m-float__btn a span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .m-float__name {
    display: none;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 6px;
  cursor: pointer;
  background-color: var(--cc-main);
  z-index: 20;
  clip-path: inset(0 0 round 4px 4px 4px 4px);
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  width: 34px;
  height: 26px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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: -8px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 8px;
}

.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: #FFFFFF;
}
.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;
  color: #FFFFFF;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    display: block;
  }
}
/* ================================================

- ページ送り

================================================ */
.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;
  color: #111111;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
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;
  color: #111111;
  position: relative;
  -webkit-transition: color, background-color 0.4s ease-in-out;
  transition: color, background-color 0.4s ease-in-out;
}
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;
}
ol.m-breadcrumb__list li a {
  color: #FF0000;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
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 ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
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;
  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 ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -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;
  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;
}

.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 ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

a.m-underline {
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
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 ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

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

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

- トランジション

================================================ */
.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;
  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;
  text-align: center;
  background-color: #f6f6f6;
}
.m-table tbody th {
  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;
  }
  .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 div,
.js-listFadeIn2 figure,
.js-listFadeIn2 li,
.js-listFadeIn div,
.js-listFadeIn figure,
.js-listFadeIn li {
  opacity: 0;
}

.js-fadeIn {
  opacity: 0;
}

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

- hover

================================================ */
@media (hover: hover) {
  .m-btn a:-moz-any-link:hover {
    color: #FFFFFF;
    background-color: var(--cc-main);
  }
  .m-btn button:enabled:hover,
  .m-btn a:any-link:hover {
    color: #FFFFFF;
    background-color: var(--cc-main);
  }
  .m-btn a:-moz-any-link:hover::before {
    background-color: var(--cc-main);
  }
  .m-btn button:enabled:hover::before,
  .m-btn a:any-link:hover::before {
    background-color: var(--cc-main);
  }
  .m-btn a:-moz-any-link:hover::after {
    background-color: var(--cc-main);
  }
  .m-btn button:enabled:hover::after,
  .m-btn a:any-link:hover::after {
    background-color: var(--cc-main);
  }
  .m-float__btn a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .m-float__btn a:any-link:hover {
    opacity: 0.8;
  }
}
.m-btn button,
.m-btn a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.m-btn button::after, .m-btn button::before,
.m-btn a::after,
.m-btn a::before {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.m-float__btn a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}