@charset "UTF-8";
:root {
  --accent-color: #caaf6b;
  --Black-100: #101010;
  --swiper-theme-color: #b0b0b0;
  --swiper-pagination-bullet-inactive-color: #4f4f4f;
  --swiper-pagination-bullet-horizontal-gap: 0.3571428571em;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-scrollbar-bg-color: #222;
  --swiper-scrollbar-drag-bg-color: #4f4f4f;
}

@media (width < 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.8;
  color: white;
  background: var(--Black-100);
}
@media (width >= 1024px) {
  body {
    font-size: 20px;
  }
}
@media (height > 1920px) {
  body {
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 1920px;
  }
}
@media (width > 1920px) and (height > 1920px) {
  body {
    background-repeat: repeat;
  }
}

:is(h1, h2, h3, h4, h5) {
  font-size: inherit;
  font-weight: inherit;
}

:is(body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd) {
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
}
.wf-active :is(body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd), .wf-inactive :is(body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd) {
  visibility: visible;
}

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

body * {
  max-height: 1000000em; /* Chrome for Android */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*:target {
  padding-top: 5.1428571429em;
  margin-top: -5.1428571429em;
}

.img-w-100 {
  display: block;
  width: 100%;
  height: auto;
}

.img-h-100 {
  display: block;
  width: auto;
  height: 100%;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}
a:hover, a:active {
  color: var(--accent-color);
  text-decoration: none;
}

.br-pc {
  display: none;
}
@media (width >= 768px) {
  .br-pc {
    display: inline;
  }
}

.swiper-pagination {
  position: static;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  top: unset;
  width: 1.8571428571em;
  height: 1.8571428571em;
  background-image: url("../img/girls/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 1.0714285714em;
}

.swiper-button-prev {
  left: 1.0714285714em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.1428571429em;
  width: 100%;
  padding: 2.2857142857em 0;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-weight: 700;
  line-height: 1;
}
.page-header .header-subtitle {
  font-size: 0.8571428571em;
  letter-spacing: 0.24em;
}
.page-header .header-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.2857142857em;
     -moz-column-gap: 0.2857142857em;
          column-gap: 0.2857142857em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 2em;
  letter-spacing: 0.12em;
}
.page-header .header-title .head-logo {
  width: 1em;
  height: auto;
  margin-bottom: -0.1071428571em;
}

.global-wrapper {
  position: relative;
}

.background {
  display: none;
}
@media (width >= 1024px) {
  .background {
    position: fixed;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1020px;
    max-height: 1920px;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (width >= 1920px) {
  .background {
    left: 50%;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (width >= 1024px) {
  .global-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 540px;
    height: 100%;
    margin-right: 1.171875vw;
  }
}
@media (width >= 1280px) {
  .global-left {
    margin-right: 17.96875vw;
  }
}
@media (width >= 1440px) {
  .global-left {
    margin-right: 21.5277777778vw;
  }
}
@media (width >= 1920px) {
  .global-left {
    margin-right: 558px;
  }
}

@media (width >= 1024px) {
  .global-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 27px;
    height: 100%;
    margin-right: 18px;
  }
}
.global-information .information-logo {
  width: 442px;
}
.global-information .information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 27px;
  padding-right: 24px;
  line-height: 1;
}
.global-information .information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.global-information .information-tel {
  -webkit-column-gap: 17.7px;
     -moz-column-gap: 17.7px;
          column-gap: 17.7px;
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-weight: 600;
}
.global-information .information-tel .tel-term {
  font-size: 21.24px;
  letter-spacing: 1.699px;
}
.global-information .information-tel .tel-description {
  font-size: 38.94px;
  letter-spacing: 3.115px;
}
.global-information .information-opening {
  -webkit-column-gap: 21.24px;
     -moz-column-gap: 21.24px;
          column-gap: 21.24px;
  font-weight: 700;
}
.global-information .information-opening .opening-term {
  font-size: 21.24px;
  letter-spacing: 2.549px;
}
.global-information .information-opening .opening-description {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 28.32px;
  letter-spacing: 3.398px;
}
.global-information .information-text {
  font-size: 17.7px;
  text-align: right;
  letter-spacing: 2.124px;
}
.global-information .information-reservation {
  -webkit-column-gap: 21.24px;
     -moz-column-gap: 21.24px;
          column-gap: 21.24px;
  font-size: 14.16px;
  font-weight: 700;
}
.global-information .information-reservation .reservation-term {
  line-height: 1.7;
}
.global-information .information-reservation .reservation-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 2.6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-information .information-reservation .reservation-list .list-term {
  justify-self: end;
  letter-spacing: 1.699px;
}
.global-information .information-reservation .reservation-list .list-description {
  padding: 0 14px;
  font-size: 21.24px;
  letter-spacing: 2.549px;
}

@media (width >= 1024px) {
  .global-topic {
    right: 540px;
    bottom: 0;
    width: 432px;
    height: 589px;
  }
}

.global-right {
  display: none;
}
@media (width >= 1280px) {
  .global-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 178px;
    height: 100%;
    margin-right: 17.96875vw;
    -webkit-transform: translateX(196px);
            transform: translateX(196px);
  }
}
@media (width >= 1440px) {
  .global-right {
    margin-right: 21.5277777778vw;
  }
}
@media (width >= 1920px) {
  .global-right {
    margin-right: 558px;
  }
}

.global-nav {
  display: grid;
  row-gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2.16px;
}
.global-nav .nav-header {
  display: grid;
  row-gap: 8px;
}
.global-nav .nav-header::after {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.global-nav .nav-head {
  margin-right: -10.24px;
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 32px;
  text-align: center;
  letter-spacing: 10.24px;
}
.global-nav .nav-list {
  display: grid;
}
.global-nav .nav-list .list-item {
  height: 66px;
}
.global-nav .nav-list .list-link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.global-container {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

@media (width >= 1024px) {
  .content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin: 0 1.171875vw 0 auto;
  }
}
@media (width >= 1280px) {
  .content {
    margin-right: 17.96875vw;
  }
}
@media (width >= 1440px) {
  .content {
    margin-right: 21.5277777778vw;
  }
}
@media (width >= 1920px) {
  .content {
    margin-right: 558px;
  }
}

main {
  padding-top: 5.1428571429em;
  background-image: url("../img/bg-main.jpg");
}
@media (width >= 1024px) {
  main {
    -webkit-box-shadow: 0 0 40px 0 rgba(255, 0, 122, 0.6);
            box-shadow: 0 0 40px 0 rgba(255, 0, 122, 0.6);
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.handcuffs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.1428571429em;
}

.handcuffs-image {
  width: 19.2857142857em;
}
.handcuffs-image .img-w-100 {
  border-radius: 19.2857142857em;
}

.handcuffs-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5714285714em;
     -moz-column-gap: 0.5714285714em;
          column-gap: 0.5714285714em;
  line-height: 1;
}

.handcuffs-box {
  padding: 0.5em 1.5em;
  font-size: 1.1428571429em;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#2b2b2b));
  background: linear-gradient(180deg, #757575 0%, #2b2b2b 100%);
}

.handcuffs-text {
  font-size: 1.1428571429em;
}

.global-header {
  position: fixed;
  top: 0;
  z-index: 51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 5.1428571429em;
  padding: 0 0.8571428571em;
  background-image: url("../img/bg-header.jpg");
  background-size: cover;
}
.global-header .header-logo {
  width: 13.5714285714em;
}
.global-header .header-tel,
.global-header .nav-button {
  background: rgba(16, 16, 16, 0.9);
  border: 1px solid #caaf6b;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 4px 0 #6b001f;
          box-shadow: 2px 2px 4px 0 #6b001f;
}
.global-header .header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.2857142857em;
  width: 7em;
  height: 3.3571428571em;
  font-weight: 700;
  line-height: 1;
}
.global-header .header-tel .tel-opening,
.global-header .header-tel .tel-text {
  display: block;
}
.global-header .header-tel .tel-opening {
  font-size: 0.7142857143em;
  color: #faeabd;
  letter-spacing: 0.12em;
}
.global-header .header-tel .tel-text {
  font-size: 1.1428571429em;
  letter-spacing: 0.12em;
}

.global-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-header-nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  row-gap: 2.8571428571em;
  width: 100%;
  height: 100%;
  padding: 5.1428571429em 0 2.8571428571em;
  margin-top: -100vh;
  overflow: auto;
  text-align: center;
  list-style-type: none;
  visibility: hidden;
  background: rgba(16, 16, 16, 0.95);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  /* IE(Internet Explorer)・Microsoft Edgeへの対応 */
  -ms-overflow-style: none;
  /* Firefoxへの対応 */
  scrollbar-width: none;
  /* Google Chrome、Safariへの対応 */
}
.global-header-nav .nav-container::-webkit-scrollbar {
  display: none;
}
@media (width >= 1920px) {
  .global-header-nav .nav-container {
    right: unset;
    -webkit-transform: translateX(-457px);
            transform: translateX(-457px);
  }
}
.global-header-nav #header-nav-toggle {
  display: none;
}
.global-header-nav #header-nav-toggle:checked ~ .nav-button .button-box > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global-header-nav #header-nav-toggle:checked ~ .nav-button .button-box > span::before {
  top: 0;
  background: #caaf6b;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.global-header-nav #header-nav-toggle:checked ~ .nav-button .button-box > span::after {
  top: 0;
  background: #caaf6b;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global-header-nav #header-nav-toggle:checked ~ .nav-container {
  margin-top: 0;
  visibility: visible;
}
.global-header-nav .nav-button {
  z-index: 2;
  width: 3.2857142857em;
  height: 3.3571428571em;
  padding: 0.7142857143em 0.5714285714em;
  cursor: pointer;
}
.global-header-nav .nav-button .button-box {
  position: relative;
  top: 0.8571428571em;
  display: block;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.global-header-nav .nav-button .button-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0.2142857143em;
  background-color: white;
  border-radius: 0.1428571429em;
}
.global-header-nav .nav-button .button-line::before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0.2142857143em;
  background-color: white;
  border-radius: 0.1428571429em;
  top: -0.5714285714em;
  content: "";
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.global-header-nav .nav-button .button-line::after {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0.2142857143em;
  background-color: white;
  border-radius: 0.1428571429em;
  top: 0.5714285714em;
  content: "";
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.global-header-nav .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  width: 20.4375em;
  font-size: 1.1428571429em;
  text-align: left;
}
.global-header-nav .nav-list .list-item {
  height: 2.125em;
  border-bottom: 1px solid #9f284b;
}
.global-header-nav .nav-list .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  width: 100%;
  height: 100%;
}
.global-header-nav .nav-list .list-link:hover .link-icon .icon-path {
  fill: #caaf6b;
}
.global-header-nav .nav-list .list-link .link-icon {
  width: 0.5625em;
  height: auto;
}
.global-header-nav .nav-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.1428571429em;
  line-height: 1;
}
.global-header-nav .nav-information .information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1428571429em;
     -moz-column-gap: 1.1428571429em;
          column-gap: 1.1428571429em;
}
.global-header-nav .nav-information .information-opening .opening-term {
  font-size: 1.1428571429em;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-opening .opening-description {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 1em;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-text {
  font-size: 0.7142857143em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-reservation .reservation-term {
  font-size: 0.8571428571em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-reservation .reservation-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.4285714286em 0.8571428571em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.global-header-nav .nav-information .information-reservation .reservation-list .list-term {
  padding: 0.4285714286em 0.8571428571em;
  font-size: 0.7142857143em;
  letter-spacing: 0.12em;
  border: 1px solid #4f4f4f;
}
.global-header-nav .nav-information .information-reservation .reservation-list .list-description {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 0.8571428571em;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5714285714em;
  padding: 1em 4.9285714286em;
  font-weight: 700;
  background: var(--Pink-600, #79102e);
  border-radius: 3px;
}
.global-header-nav .nav-information .information-tel .tel-text {
  font-size: 1.4285714286em;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-tel .tel-number {
  font-size: 0.7142857143em;
  letter-spacing: 0.12em;
}
.global-header-nav .nav-information .information-bottom {
  font-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.7142857143em;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.12em;
}

.main-nav {
  padding: 0.5714285714em 0;
  line-height: 1;
}
.main-nav .nav-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5714285714em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-nav .nav-list .list-item {
  width: 12.5em;
  height: 4.2857142857em;
  background-size: cover;
}
.main-nav .nav-list .list-item:nth-child(1) {
  background-image: url("../img/nav/girls-list.png");
}
.main-nav .nav-list .list-item:nth-child(2) {
  background-image: url("../img/nav/schedule.png");
}
.main-nav .nav-list .list-item:nth-child(3) {
  background-image: url("../img/nav/concept.png");
}
.main-nav .nav-list .list-item:nth-child(4) {
  background-image: url("../img/nav/system.png");
}
.main-nav .nav-list .list-item:nth-child(5) {
  background-image: url("../img/nav/guide.png");
}
.main-nav .nav-list .list-item:nth-child(6) {
  background-image: url("../img/nav/event.png");
}
.main-nav .nav-list .list-item:nth-child(7) {
  background-image: url("../img/nav/faq.png");
}
.main-nav .nav-list .list-item:nth-child(8) {
  background-image: url("../img/nav/map.png");
}
.main-nav .nav-list .list-link {
  display: grid;
  row-gap: 0.4285714286em;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  padding-left: 4.2857142857em;
  text-shadow: 1px 1px 2px #2c0218;
}
.main-nav .nav-list .link-text {
  font-size: 1.2142857143em;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.main-nav .nav-list .link-sub {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 0.7142857143em;
  letter-spacing: 0.12em;
}

.global-magazine,
.global-history,
.global-page-top,
.global-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.global-magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.7142857143em 0;
}
.global-magazine .magazine-banner {
  display: block;
  width: 25.6428571429em;
}

.global-history {
  padding-bottom: 0.5714285714em;
}
.global-history .page-header {
  padding: 1.7142857143em 0 1.1428571429em;
}
.global-history .history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1428571429em;
  padding: 1.1428571429em;
}
.global-history .history-container .swiper-scrollbar {
  position: static;
}
.global-history .history-list .list-item {
  height: auto;
}
.global-history .history-list .list-link {
  display: block;
  width: 100%;
  height: 100%;
}
.global-history .history-list .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8571428571em;
     -moz-column-gap: 0.8571428571em;
          column-gap: 0.8571428571em;
  height: 100%;
  padding: 0.4285714286em;
  font-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--Black-100);
  background: white;
  border-radius: 0.2142857143em;
}
.global-history .history-list .list-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: span 2;
  width: 4.2857142857em;
}
.global-history .history-list .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4285714286em;
}
.global-history .history-list .list-head {
  padding: 0.6em 0;
  font-size: 0.7142857143em;
  line-height: 1;
  letter-spacing: 0.12em;
  border-bottom: 1px dashed #b0b0b0;
}
.global-history .history-list .list-text {
  font-size: 0.8571428571em;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.global-page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.1428571429em 0;
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #caaf6b;
  border-bottom: 1px solid #caaf6b;
}
.global-page-top:hover .page-top-icon .icon-path {
  fill: var(--accent-color);
}
.global-page-top .page-top-icon {
  width: 1.1428571429em;
  height: auto;
}

.global-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.7142857143em;
  padding: 4em 0;
  background-color: rgba(16, 16, 16, 0.5);
  background-image: url("../img/bg-fire.jpg");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.global-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.0714285714em;
  line-height: 1;
}
.global-footer .footer-logo {
  width: 17.8571428571em;
}
.global-footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7142857143em;
     -moz-column-gap: 0.7142857143em;
          column-gap: 0.7142857143em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.global-footer .footer-tel {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-weight: 600;
}
.global-footer .footer-tel .tel-term {
  font-size: 0.8571428571em;
  letter-spacing: 0.08em;
}
.global-footer .footer-tel .tel-description {
  font-size: 1.5714285714em;
  letter-spacing: 0.08em;
}
.global-footer .footer-opening {
  font-weight: 700;
}
.global-footer .footer-opening .opening-term {
  font-size: 0.8571428571em;
  letter-spacing: 0.12em;
}
.global-footer .footer-opening .opening-description {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 1.1428571429em;
  letter-spacing: 0.12em;
}
.global-footer .footer-text {
  font-size: 0.7142857143em;
  letter-spacing: 0.12em;
}
.global-footer .footer-reservation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.global-footer .footer-reservation .reservation-term {
  font-size: 0.5714285714em;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.global-footer .footer-reservation .reservation-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.0714285714em 0.5714285714em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-footer .footer-reservation .reservation-list .list-term {
  font-size: 0.5714285714em;
  text-align: right;
  letter-spacing: 0.12em;
}
.global-footer .footer-reservation .reservation-list .list-description {
  font-family: "Libre Baskerville", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Yu Mincho", yumincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", georgia, serif;
  font-size: 0.8571428571em;
  letter-spacing: 0.12em;
}
.global-footer .footer-recruit {
  width: 23.9285714286em;
}

.copyright {
  font-family: "Helvetica Neue", arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8571428571em;
  text-align: center;
  letter-spacing: 0.2em;
}/*# sourceMappingURL=default.css.map */