@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap");
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.8125vw;
  }
}

img {
  vertical-align: top;
}

input {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  border: none;
  outline: medium none;
  text-overflow: ellipsis;
}

select::-ms-expand {
  display: none;
}

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

/* ==========================================================================
   base
   ========================================================================== */
@font-face {
  font-family: "Futura W01_n3";
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("/_asset/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("/_asset/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("/_asset/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("/_asset/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("/_asset/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* ==========================================================================
   base
   ========================================================================== */
@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all ease 0.4s;
}
a:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all ease 0.4s;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@keyframes scroll_rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------
 header
 --------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #009791;
  z-index: 100;
  /* ---------
   nav
   --------- */
}
.header__inner {
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 0 0 52px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 13.34vw;
    padding: 0 0 0 4.67vw;
  }
}
.header__logo {
  margin-right: auto;
}
.header__logo img {
  width: 138px;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 28.67vw;
    height: 10vw;
  }
}
.header__toggle {
  cursor: pointer;
  position: relative;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.header__toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.4s;
}
.header__toggle span:nth-of-type(1) {
  top: 0;
}
.header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.header__toggle span:nth-of-type(3) {
  bottom: 0;
}
.header__requestList {
  display: flex;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .header__requestList {
    height: 13.34vw;
  }
}
.header__requestItem {
  width: 160px;
  font-size: 14px;
}
.header__requestItem:not(:last-of-type) {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .header__requestItem {
    width: 22.67vw;
    font-size: 2.4vw;
    height: 100%;
  }
  .header__requestItem:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
.header__requestItem a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #005551;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-size: 1.3125rem;
  transition: opacity 0.2s;
}
.header__requestItem a:hover, .header__requestItem a:active {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .header__requestItem a {
    display: block;
    padding-top: 8vw;
    text-align: center;
    font-size: 0.9rem;
  }
}
.header__requestItem a:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat;
  margin-left: 6px;
  margin-top: -2px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header__requestItem a:after {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 2vw;
    width: 5.34vw;
    height: 5.34vw;
  }
}
.header__requestItem.__display a:after {
  background-image: url("../img/icn_display.svg");
}
.header__requestItem.__book a:after {
  background-image: url("../img/icn_book.svg");
}
.header .nav {
  background: #b6c1c5 url(../img/bg_menu.jpg) no-repeat center/cover;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100.1vh;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  overscroll-behavior: none;
}
@media screen and (min-width: 1101px) {
  .header .nav {
    background-image: url(../img/bg_menu_sp.jpg);
  }
}
@media screen and (min-width: 1101px) {
  .header .nav__logo {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.header .nav__logo img {
  width: 356px;
  height: 150px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .header .nav__logo img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    max-width: 400px;
  }
}
.header .nav__inner {
  max-width: 80%;
  width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .header .nav__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .header .nav__inner {
    display: block;
    width: 88%;
  }
}
@media screen and (max-width: 1100px) {
  .header .nav__inner > ul {
    position: relative;
    transform: none;
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
.header .nav__inner > ul > li {
  text-align: left;
  margin-bottom: 28px;
  width: 280px;
}
@media screen and (max-width: 1100px) {
  .header .nav__inner > ul > li {
    margin-bottom: 2rem;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .nav__inner > ul > li {
    text-align: left;
    margin-bottom: 6%;
  }
}
.header .nav__inner > ul > li:last-child {
  margin-bottom: 0;
}
.header .nav__inner > ul > li span {
  display: block;
}
.header .nav__inner > ul > li .en {
  font-family: "Futura W01", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .header .nav__inner > ul > li .en {
    font-size: 1.425rem;
    margin-bottom: 0.25rem;
  }
}
.header .nav__inner > ul > li .jp {
  font-size: 1.3125rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .header .nav__inner > ul > li .jp {
    font-size: 1rem;
  }
}
.header .nav__reserve {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 446px;
}
@media screen and (max-width: 768px) {
  .header .nav__reserve {
    padding: 0;
    width: 100%;
  }
}
.header .nav__reserveBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.08em;
  height: 68px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveBtn {
    border: 0.27vw solid #000;
    height: 16vw;
    width: 100%;
  }
}
.header .nav__reserveBtnEn {
  font-family: "Futura W01", sans-serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.425em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveBtnEn {
    font-size: 3.74vw;
  }
}
.header .nav__reserveBtnEn:hover {
  opacity: 1 !important;
  color: #FFF;
}
.header .nav__reserveBtnJa {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  opacity: 1;
  font-size: 12px;
  margin-top: 0.3125em;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveBtnJa {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.header .nav__reserveBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/ico/icn_blankBlack.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveBtn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
  }
}
.header .nav__reserveBtn:hover {
  color: #FFF;
  background: #009791;
}
.header .nav__reserveBtn:hover::after {
  background-image: url(../img/ico/icn_blankWhite.svg);
}
.header .nav__reserveList {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveList {
    margin: 2rem auto;
  }
}
.header .nav__reserveList li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #009791;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveList li {
    border-radius: 0.75rem;
    width: 24vw;
    height: 24vw;
    border: solid 0.14vw #009791;
  }
}
.header .nav__reserveList li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveList li a {
    padding: 2.67vw 1.34vw;
  }
}
.header .nav__reserveList li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveList li a span {
    font-size: 3.2vw;
  }
}
.header .nav__reserveList li a img, .header .nav__reserveList li a svg {
  display: block;
  width: 48px;
  height: 48px;
  margin: 12px auto 12px;
}
@media screen and (max-width: 768px) {
  .header .nav__reserveList li a img, .header .nav__reserveList li a svg {
    width: 8.27vw;
    height: 8.27vw;
    margin: 2.94vw auto;
  }
}
.header .nav__reserveList li a svg path {
  transition: fill 0.4s ease;
}
.header .nav__reserveList li a {
  background-color: #009791;
  color: #fff;
}
.header .nav__reserveList li a svg path {
  fill: #fff;
}
.header .nav__reserveList li a:hover {
  background-color: #fff;
  color: #009791;
}
.header .nav__reserveList li a:hover svg path {
  fill: #009791;
}
.header .nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .header .nav__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.header .nav__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .header .nav__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.header .nav__toggle span {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
.header .nav__toggle span:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.header .nav__toggle span:nth-of-type(2) {
  opacity: 0;
}
.header .nav__toggle span:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.header.active .g_nav {
  left: 0;
  opacity: 1;
}

/* ---------
 main
 --------- */
main {
  display: block;
}
main .main {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  main .main {
    margin-top: 13.34vw;
  }
}
main .main::before {
  width: 100%;
  height: calc(100vh - 65px);
}
@media screen and (max-width: 768px) {
  main .main::before {
    height: auto;
    position: relative;
  }
}

/* ---------
 footer
 --------- */
footer .foot_button .link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link {
    display: block;
  }
}
footer .foot_button .link li {
  width: 262px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link li {
    width: 100%;
    margin: 0 auto 5%;
  }
}
footer .foot_button .link li a {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  position: relative;
  border: 1px solid #009791;
  font-size: 1.6rem;
  letter-spacing: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link li a {
    font-size: 1.2rem;
    padding: 1em 0.75em;
    border: 1px solid #fff;
  }
}
footer .foot_button .link li a .icon {
  width: 32px;
  height: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link li a .icon {
    width: 7.34vw;
    height: 7.34vw;
  }
}
footer .foot_button .link li a .icon svg {
  vertical-align: middle;
}
footer .foot_button .link li a .txt {
  width: calc(100% - 26px);
  text-align: center;
  padding-right: 36px;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link li a .txt {
    width: calc(100% - 7.34vw);
  }
}
footer .foot_button .link li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
}
@media screen and (max-width: 768px) {
  footer .foot_button .link li a:after {
    border-width: 0 0 3.2vw 3.2vw;
  }
}
footer .foot_button .link li.tel a, footer .foot_button .link li.web a {
  background: #fff;
  border: solid 1px #fff;
  color: #009791;
}
footer .foot_button .link li.tel a:after, footer .foot_button .link li.web a:after {
  border-color: transparent transparent #009791 transparent;
}
footer .foot_button .link li.tel a .icon svg path, footer .foot_button .link li.web a .icon svg path {
  fill: #009791;
}
footer .foot_button .link li.tel a:hover, footer .foot_button .link li.web a:hover {
  background: #009791;
  color: #fff;
}
footer .foot_button .link li.tel a:hover .icon svg path, footer .foot_button .link li.web a:hover .icon svg path {
  fill: #fff;
}
footer .foot_button .link li.tel a:hover:after, footer .foot_button .link li.web a:hover:after {
  border-color: transparent transparent #fff transparent;
}
footer .foot_button .link li.request a, footer .foot_button .link li.line a {
  background: #009791;
  border: solid 1px #fff;
  color: #fff;
}
footer .foot_button .link li.request a .icon svg path, footer .foot_button .link li.line a .icon svg path {
  fill: #fff;
}
footer .foot_button .link li.request a:after, footer .foot_button .link li.line a:after {
  border-color: transparent transparent #fff transparent;
}
footer .foot_button .link li.request a:hover, footer .foot_button .link li.line a:hover {
  background: #fff;
  color: #009791;
}
footer .foot_button .link li.request a:hover .icon svg path, footer .foot_button .link li.line a:hover .icon svg path {
  fill: #009791;
}
footer .foot_button .link li.request a:hover:after, footer .foot_button .link li.line a:hover:after {
  border-color: transparent transparent #009791 transparent;
}
footer .foot_nav {
  margin: 0 auto;
  padding: 22px 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .foot_nav {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
}
footer .foot_nav .nav_link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer .foot_nav .nav_link {
    margin-bottom: 2%;
  }
}
footer .foot_nav .nav_link > li {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  footer .foot_nav .nav_link > li {
    padding-right: 3vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav .nav_link > li {
    padding-right: 2vw;
    margin-right: 2vw;
    font-size: 0.9rem;
  }
}
footer .foot_nav .nav_link > li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer .foot_nav .nav_link > li:not(:last-child) {
  border-right: solid 1px #009791;
}
footer .foot_nav .nav_link > li a {
  color: #009791;
  letter-spacing: 0.7em;
}
footer .foot_nav .nav_link > li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .foot_nav .nav_link > li a {
    letter-spacing: 0.16em;
    display: block;
    text-align: center;
  }
}
footer .copy {
  font-family: "Futura W01", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  background: #009791;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1.2em 0.5em;
}
@media screen and (max-width: 768px) {
  footer .copy {
    padding: 3% 2%;
    font-size: 0.8rem;
    letter-spacing: 0.18125em;
  }
}

.l-section_inner {
  margin: 0 auto;
  width: 900px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-section_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-section_inner {
    width: 87%;
  }
}
.l-section_ttl {
  text-align: center;
}
.l-section_ttl span {
  display: block;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
.l-section_ttl .en {
  margin-bottom: 16px;
  font-family: "Futura W01", sans-serif;
  font-size: 5.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-section_ttl .en {
    font-size: 2.1rem;
    margin-bottom: 2.5%;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
}
.l-section_ttl .jp {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-section_ttl .jp {
    font-size: 1.2rem;
  }
}
.l-pageTop {
  background: #009791;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.l-pageTop::before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 40%;
  top: 40.5%;
}
@media screen and (max-width: 768px) {
  .l-pageTop::before {
    width: 30%;
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  .l-pageTop {
    width: 10.67vw;
    height: 10.67vw;
    border-radius: 10.67vw;
    right: 6.67vw;
    bottom: 20vw;
    background-size: 3.2vw 1.6vw;
  }
}
.l-pageTop.__show {
  opacity: 1;
  pointer-events: auto;
}
.l-pageTop:hover {
  opacity: 0.7;
}

body.index main .main {
  margin-top: 0 !important;
}
body.index section {
  position: relative;
}
body.index section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
body.index section#MV {
  height: calc(100vh - 65px);
}
body.index section#MV::before {
  height: 100%;
  top: 0;
  background: url("../img/bg_mv.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.index section#MV::before {
    background-image: url("../img/bg_mv_sp.jpg");
  }
}
@media screen and (max-width: 768px) {
  body.index section#MV {
    height: calc(100vh - 13.35vw);
  }
}
body.index section#MV .l-section_inner {
  padding: 120px 0 145px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.index section#MV .l-section_inner {
    padding: 24.94vw 0 39.47vw;
  }
}
body.index section#MV h1 {
  width: 520px;
  margin-bottom: -44px;
}
@media screen and (max-width: 768px) {
  body.index section#MV h1 {
    width: 69.6vw;
    margin-bottom: 5.34vw;
  }
}
body.index section#MV h1 img {
  display: block;
  width: 100%;
}
body.index section#MV p {
  color: #fff;
  color: #fff;
  font-size: 1.5125rem;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  body.index section#MV p {
    font-size: 1.15rem;
    line-height: 2;
  }
}
body.index section#MV .scroll {
  position: absolute;
  right: 64px;
  bottom: 0;
  height: 64px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.index section#MV .scroll {
    height: 14.67vw;
    right: 6.67vw;
  }
}
body.index section#MV .scroll a {
  color: #fff;
  font-family: "Futura W01", sans-serif;
  display: inline-block;
  margin-right: 1.2em;
  line-height: 1.2;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
body.index section#MV .scroll a::before, body.index section#MV .scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
body.index section#MV .scroll a::before {
  opacity: 0.4;
}
body.index section#MV .scroll a::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
body.index section#Lead::before {
  height: 100%;
  top: 0;
  background: url("../img/bg_lead.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.index section#Lead::before {
    background-image: url("../img/bg_lead_sp.jpg");
  }
}
body.index section#Lead .l-section_inner {
  padding: 110px 0 110px;
}
@media screen and (max-width: 768px) {
  body.index section#Lead .l-section_inner {
    padding: 24.94vw 0 45.07vw;
    margin-bottom: 93.34vw;
  }
}
body.index section#Lead .nav_button:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  body.index section#Lead .nav_button:first-child {
    margin-bottom: 10.67vw;
  }
}
body.index section#Lead .lead_ttl {
  margin-bottom: 40px;
}
body.index section#Lead .lead_ttl h2 {
  font-size: 3rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_ttl h2 {
    font-size: 1.725rem;
  }
}
body.index section#Lead .lead_txt p {
  font-size: 1.4rem;
  letter-spacing: 0.275em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_txt p {
    font-size: 1rem;
    letter-spacing: 0.3125em;
  }
}
body.index section#Lead .lead_txt p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_txt p:not(:last-child) {
    margin-bottom: 1.8em;
  }
}
body.index section#Lead .lead_images {
  display: flex;
  width: 648px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: absolute;
  right: -190px;
  top: 220px;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  body.index section#Lead .lead_images {
    width: 424px;
    top: 460px;
    right: calc(-5% - 4px);
  }
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_images {
    width: 93.6vw;
    top: 151.74vw;
    right: 0;
  }
}
body.index section#Lead .lead_images img {
  display: block;
  padding: 2px;
}
@media screen and (max-width: 1100px) {
  body.index section#Lead .lead_images img {
    width: 210px;
    padding: 1px;
  }
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_images img {
    padding: 0.27vw;
    width: 46.27vw;
  }
}
body.index section#Lead .lead_images img:nth-child(2n) {
  margin-top: 166px;
  margin-bottom: -166px;
}
@media screen and (max-width: 1100px) {
  body.index section#Lead .lead_images img:nth-child(2n) {
    margin-top: 183px;
    margin-bottom: -183px;
  }
}
@media screen and (max-width: 768px) {
  body.index section#Lead .lead_images img:nth-child(2n) {
    margin-top: 24vw;
    margin-bottom: -24vw;
  }
}
body.index section#Charm {
  color: #fff;
}
body.index section#Charm::before {
  height: 870px;
  top: 0;
  background: url("../img/bg_charm.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.index section#Charm::before {
    top: 42.67vw;
    background-image: url("../img/bg_charm_sp.jpg");
  }
}
body.index section#Charm .l-section_inner {
  padding: 280px 0 0;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .l-section_inner {
    padding: 109.34vw 0 0;
  }
}
body.index section#Charm .nav_button:first-child {
  position: absolute;
  width: 380px;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  body.index section#Charm .nav_button:first-child {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  body.index section#Charm .nav_button:first-child {
    width: 100%;
    top: 77.34vw;
  }
}
body.index section#Charm .l-section_ttl {
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .l-section_ttl {
    margin-bottom: 14.67vw;
  }
}
body.index section#Charm .charm_list {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list {
    display: block;
  }
}
body.index section#Charm .charm_list > li {
  list-style: none;
  background: #009791;
  border-radius: 24px;
  padding: 34px;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list > li {
    padding: 6.67vw 4vw;
    border-radius: 6.67vw;
    margin-bottom: 6.67vw;
  }
}
body.index section#Charm .charm_list_header {
  text-align: center;
}
body.index section#Charm .charm_list_header .idx {
  font-family: "Futura W01", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list_header .idx {
    font-size: 1.6rem;
  }
}
body.index section#Charm .charm_list_content {
  margin: 18px 0;
  padding: 28px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list_content {
    margin: 2.67vw 0;
    padding: 5.34vw 0 0;
    border-bottom: solid 1px #fff;
  }
}
body.index section#Charm .charm_list_content h3, body.index section#Charm .charm_list_content .txt {
  width: 100%;
  text-align: center;
}
body.index section#Charm .charm_list_content.accordion .accordion__button {
  position: relative;
  padding: 0.5em;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 1em;
}
body.index section#Charm .charm_list_content.accordion .accordion__button::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0, -125%) rotate(135deg);
  position: absolute;
  right: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  transition: transform ease 0.35s;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list_content.accordion .accordion__button::after {
    width: 2.14vw;
    height: 2.14vw;
  }
}
body.index section#Charm .charm_list_content.accordion.__open .accordion__button::after {
  transform: translate(0, -75%) rotate(-45deg);
}
body.index section#Charm .charm_list_content h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list_content h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
body.index section#Charm .charm_list_content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.index section#Charm .charm_list_content p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.125em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.index section#Charm .charm_list_content p {
    font-size: 1.15rem;
    letter-spacing: 0.1em;
  }
}
body.index section#Secret {
  color: #fff;
}
body.index section#Secret::before {
  height: calc(100% + 165px);
  bottom: 0;
  background: url("../img/bg_secret.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.index section#Secret::before {
    background-image: url("../img/bg_secret_sp.jpg");
  }
}
body.index section#Secret .l-section_inner {
  padding: 280px 0 165px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .l-section_inner {
    padding: 26.67vw 0 13.07vw;
  }
}
body.index section#Secret .l-section_ttl {
  text-align: left;
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .l-section_ttl {
    margin-bottom: 14.67vw;
  }
}
body.index section#Secret .nav_button {
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  body.index section#Secret .nav_button {
    margin: 2.67vw 0;
  }
}
body.index section#Secret .secret_list > li {
  list-style: none;
}
body.index section#Secret .secret_list > li:not(:last-child) {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list > li:not(:last-child) {
    margin-bottom: 14vw;
  }
}
body.index section#Secret .secret_list > li .media {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list > li .media {
    margin-bottom: 7.2vw;
  }
}
body.index section#Secret .secret_list_header {
  width: 100%;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_header {
    margin-bottom: 4.8vw;
  }
}
body.index section#Secret .secret_list_header .idx {
  font-family: "Futura W01", sans-serif;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body.index section#Secret .secret_list_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.index section#Secret .secret_list_content .txt {
  width: 455px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .txt {
    width: 100%;
  }
}
body.index section#Secret .secret_list_content .txt h3 {
  margin-bottom: 24px;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 4.8vw;
  }
}
body.index section#Secret .secret_list_content .txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .txt p {
    font-size: 1.1rem;
  }
}
body.index section#Secret .secret_list_content .nav {
  width: 274px;
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .nav {
    width: 100%;
  }
}
body.index section#Secret .secret_list_content .nav li {
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  body.index section#Secret .secret_list_content .nav li {
    margin: 2.67vw 0;
  }
}
body.index section#Secret .secret_list_content .nav .link_button {
  padding: 1.1em 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  body.index section#Secret .secret_list_content .nav .link_button {
    padding: 0.9em 0.5em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .nav .link_button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.index section#Secret .secret_list_content .nav .link_button .jp {
    font-size: 0.9em;
  }
}
body.index section#About .l-section_inner {
  padding: 130px 0 0;
}
@media screen and (max-width: 768px) {
  body.index section#About .l-section_inner {
    padding: 18.67vw 0 0;
  }
}
body.index section#About .l-section_ttl {
  color: #ff6b32;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  body.index section#About .l-section_ttl {
    margin-bottom: 11.34vw;
  }
}
body.index section#About .about-news {
  text-align: center;
}
body.index section#About .about-news_ttl {
  font-size: 2.8rem;
  letter-spacing: 0.28125em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body.index section#About .about-news_ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
body.index section#About .about-news p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  body.index section#About .about-news p {
    font-size: 1.2rem;
  }
}
body.index section#Plan {
  color: #fff;
}
body.index section#Plan::before {
  height: calc(100% + 320px);
  bottom: 0;
  background: url("../img/bg_plan.jpg") no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.index section#Plan::before {
    height: calc(100% + 52.5vw);
    background-image: url("../img/bg_plan_sp.jpg");
  }
}
body.index section#Plan .l-section_inner {
  padding: 120px 0 135px;
}
@media screen and (max-width: 768px) {
  body.index section#Plan .l-section_inner {
    padding: 22.67vw 0 20vw;
  }
}
body.index section#Plan .l-section_ttl {
  margin-bottom: 122px;
}
@media screen and (max-width: 768px) {
  body.index section#Plan .l-section_ttl {
    margin-bottom: 20vw;
  }
}
body.index section#Plan .nav_button {
  margin-top: 60px;
  order: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.index section#Plan .nav_button {
    margin-top: 8vw;
  }
}
body.index section#Access {
  margin-bottom: -60px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  body.index section#Access {
    margin-bottom: -10.66vw;
  }
}
body.index section#Access::before {
  height: 100%;
  top: 0;
  background: url("../img/bg_access.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.index section#Access::before {
    background-image: url("../img/bg_access_sp.jpg");
  }
}
body.index section#Access .l-section_inner {
  padding: 130px 0 155px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .l-section_inner {
    padding: 16.54vw 0 40vw;
  }
}
body.index section#Access .l-section_ttl {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .l-section_ttl {
    margin-bottom: 10vw;
  }
}
body.index section#Access .info {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info {
    text-align: left;
    margin-bottom: 10%;
  }
}
body.index section#Access .info a {
  color: #fff;
}
body.index section#Access .info > .ttl {
  margin-bottom: 24px;
}
body.index section#Access .info > .ttl .en {
  font-family: "Futura W01", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info > .ttl .en {
    font-size: 1.6rem;
    margin-bottom: 1%;
  }
}
body.index section#Access .info > .ttl .jp {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
body.index section#Access .info .contact {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact {
    margin-bottom: 6%;
  }
}
body.index section#Access .info .contact > .ttl {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact > .ttl {
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: 0.125em;
  }
}
body.index section#Access .info .contact .tel {
  font-family: "Futura W01", sans-serif;
  font-family: "Futura W01", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.1825em;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact .tel {
    font-size: 1.5rem;
    letter-spacing: 0.2125em;
  }
}
body.index section#Access .info .contact .address {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact .address {
    margin-bottom: 8%;
  }
}
body.index section#Access .info .contact .address span {
  display: block;
}
body.index section#Access .info .contact .address_txt {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact .address_txt {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
body.index section#Access .info .contact .address_link a {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Futura W01", sans-serif;
  letter-spacing: 0.2125em;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact .address_link a {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
body.index section#Access .info .contact .address_link a:hover {
  text-decoration: none;
}
body.index section#Access .info .contact .time {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.18125em;
}
@media screen and (max-width: 768px) {
  body.index section#Access .info .contact .time {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
body.index section#Access .button_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.index section#Access .button_list {
    margin-top: 0;
  }
}
body.index section#Access .button_list > li {
  border: 1px solid #fff;
  width: 315px;
  margin: 10px 8px;
}
body.index section#Access .button_list > li a {
  display: block;
  padding: 14px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  letter-spacing: 0.15em;
}
body.index section#Access .button_list > li a .en {
  display: block;
  font-weight: bold;
  transition: opacity 0.2s;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  body.index section#Access .button_list > li a .en {
    font-weight: normal;
  }
}
body.index section#Access .button_list > li a .jp {
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  body.index section#Access .button_list > li a .jp {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  body.index section#Access .button_list > li a .jp {
    font-size: 0.9em;
  }
}
body.index section#Access .button_list > li a:hover {
  background: #009791;
  color: #fff;
}
@media screen and (min-width: 769px) {
  body.index section#Access .button_list > li a:hover .en {
    opacity: 0;
  }
}
body.index section#Access .button_list > li a:hover .jp {
  opacity: 1;
}
body.index .p-plan__item {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__item {
    display: block;
    margin-top: 16.54vw;
  }
}
body.index .p-plan__item:first-of-type {
  margin-top: 0;
}
body.index .p-plan__itemTitle {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemTitle {
    font-size: 4.27vw;
  }
}
body.index .p-plan__itemPrice {
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemPrice {
    font-size: 4.27vw;
    margin-top: 4.67vw;
  }
}
body.index .p-plan__itemInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemInfo {
    font-size: 2.94vw;
  }
}
body.index .p-plan__itemInfo:first-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemInfo:first-of-type {
    margin-top: 2.67vw;
  }
}
body.index .p-plan__itemInfoTitle:after {
  content: "：";
}
body.index .p-plan__itemDescription {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemDescription {
    font-size: 3.2vw;
    margin-top: 6.67vw;
  }
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemDescription.__show body.index .p-plan__itemDescriptionTitle:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
}
body.index .p-plan__itemDescriptionTitle:before {
  content: "【";
}
body.index .p-plan__itemDescriptionTitle:after {
  content: "】";
}
body.index .p-plan__itemData {
  order: 1;
  width: 450px;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemData {
    width: auto;
  }
}
body.index .p-plan__itemImg {
  order: 2;
  width: 420px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemImg img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.index .p-plan__itemImg {
    width: auto;
    margin-left: 0;
    margin-bottom: 6.67vw;
  }
}
body.index .p-gallery {
  padding: 80px 0 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery {
    padding: 9.34vw 0 21.34vw;
  }
}
body.index .p-gallery__slide {
  position: relative;
}
body.index .p-gallery__slideWrapper {
  width: 100%;
  overflow: hidden;
}
body.index .p-gallery__slide .swiper-button-prev,
body.index .p-gallery__slide .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #009791;
  z-index: 9;
  transition: opacity 0.2s;
}
body.index .p-gallery__slide .swiper-button-prev:hover, body.index .p-gallery__slide .swiper-button-prev:active,
body.index .p-gallery__slide .swiper-button-next:hover,
body.index .p-gallery__slide .swiper-button-next:active {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slide .swiper-button-prev,
  body.index .p-gallery__slide .swiper-button-next {
    width: 10.67vw;
    height: 10.67vw;
  }
}
body.index .p-gallery__slide .swiper-button-prev::after,
body.index .p-gallery__slide .swiper-button-next::after {
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
}
body.index .p-gallery__slide .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slide .swiper-button-next {
    right: -6.5vw;
  }
}
body.index .p-gallery__slide .swiper-button-next::after {
  left: 30%;
  right: auto;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
body.index .p-gallery__slide .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slide .swiper-button-prev {
    left: -6.5vw;
  }
}
body.index .p-gallery__slide .swiper-button-prev::after {
  right: 30%;
  left: auto;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
body.index .p-gallery__slide .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slide .swiper-pagination {
    bottom: -8vw;
  }
}
body.index .p-gallery__slide .swiper-pagination-bullet {
  position: relative;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 15px;
}
body.index .p-gallery__slide .swiper-pagination-bullet-active {
  transform: scale(1.5);
  opacity: 1;
}
body.index .p-gallery__slide .swiper-pagination-bullet-active::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: calc(150% + 4px);
  height: calc(150% + 4px);
  left: calc(-25% - 2px);
  top: calc(-25% - 2px);
  border: solid 1px #fff;
}
body.index .p-gallery__slideItem.swiper-slide {
  width: 900px;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slideItem.swiper-slide {
    width: 100%;
  }
}
body.index .p-gallery__slide__description {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 3rem 1rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.index .p-gallery__slide__description {
    font-size: 1.1rem;
    padding: 2.8rem 1rem;
  }
}
body.index footer .nav_link > li {
  border-color: #fff !important;
}
body.index footer .nav_link a {
  color: #fff;
}

body.other .main {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  body.other .main {
    margin-top: 13.34vw;
  }
}
body.other .main::before {
  width: 100%;
  height: calc(100vh - 65px);
}
@media screen and (max-width: 768px) {
  body.other .main::before {
    height: auto;
    position: relative;
  }
}
body.other .other_list + .nav_button {
  margin-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  body.other .other_list + .nav_button {
    margin-bottom: 45px;
  }
}
body.other#howto .other_main::before {
  background-image: url("../img/howto_mv.jpg");
}
@media screen and (max-width: 768px) {
  body.other#howto .other_main::before {
    background-image: url("../img/howto_mv_sp.jpg");
  }
}
body.other#howto .other_main_ttl h1 span.en {
  color: #000;
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  body.other#howto .other_main_ttl h1 span.en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  body.other#howto .other_main_ttl h1 span.en {
    font-size: 1.8rem;
  }
}
body.other#howto .other_main_ttl h1 span.jp {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  letter-spacing: 0.25em;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 1100px) {
  body.other#howto .other_main_ttl h1 span.jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body.other#howto .other_main_ttl h1 span.jp {
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
  }
}
body.other#howto .list__content:not(:last-child) {
  margin-bottom: 9.4rem;
}
@media screen and (max-width: 1100px) {
  body.other#howto .list__content:not(:last-child) {
    margin-bottom: 6.8rem;
  }
}
body.other#howto .list__content .ttl {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  body.other#howto .list__content .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.other#howto .list__content .ttl {
    font-size: 1.4rem;
  }
}
body.other#howto .list__content .ttl-box {
  margin: 3.2rem 0 2.8rem;
}
@media screen and (max-width: 1100px) {
  body.other#howto .list__content .ttl-box {
    margin: 1.8rem 0 1.4rem;
  }
}
body.other#howto .list__content .txt-box ol:not(:last-child) {
  margin-bottom: 2rem;
}
body.other#howto .list__content .txt-box ol li {
  font-size: 2rem;
  line-height: 1.6;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  body.other#howto .list__content .txt-box ol li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body.other#howto .list__content .txt-box ol li {
    font-size: 1.4rem;
  }
}
body.other#guest .other_main::before {
  background-image: url("../img/guest_mv.jpg");
}
@media screen and (max-width: 768px) {
  body.other#guest .other_main::before {
    background-image: url("../img/guest_mv_sp.jpg");
  }
}
body.other#groom .other_main::before {
  background-image: url("../img/groom_mv.jpg");
}
@media screen and (max-width: 768px) {
  body.other#groom .other_main::before {
    background-image: url("../img/groom_mv_sp.jpg");
  }
}
body.other main .section_inner {
  margin: 3rem auto 15rem;
}
@media screen and (max-width: 1100px) {
  body.other main .section_inner {
    margin: 2rem auto 10rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .section_inner {
    margin: 1.2rem auto 1.5rem;
  }
}
body.other main .other_main::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 378px;
  max-height: 528px;
  height: 30vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body.other main .other_main::before {
    min-height: auto;
    max-height: none;
    height: 48vw;
  }
}
body.other main .other_main_ttl {
  text-align: center;
  margin: 8rem 0 1rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  body.other main .other_main_ttl {
    margin: 5rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_main_ttl {
    margin: 4.8rem 0 3.6rem;
  }
}
body.other main .other_main_ttl h1 span {
  display: block;
}
body.other main .other_main_ttl h1 span:first-child {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1100px) {
  body.other main .other_main_ttl h1 span:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_main_ttl h1 span:first-child {
    margin-bottom: 1.5rem;
  }
}
body.other main .other_main_ttl h1 span.en {
  color: #ff6b32;
  font-family: "Futura W01", sans-serif;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.24em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.other main .other_main_ttl h1 span.en {
    font-size: 1.4rem;
  }
}
body.other main .other_main_ttl h1 span.jp {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body.other main .other_main_ttl h1 span.jp {
    font-size: 1.4rem;
  }
}
body.other main .other_main_ttl p {
  font-size: 2.6rem;
}
body.other main .other_list > li {
  list-style: none;
  width: 1090px;
  padding: 75px 0;
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li {
    width: 105.5%;
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li {
    display: block;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0 0 6rem;
  }
}
body.other main .other_list > li:not(:last-child) {
  border-bottom: solid 1px #009791;
}
body.other main .other_list > li .list__content {
  display: flex;
  align-items: flex-start;
}
body.other main .other_list > li .list__content:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .list__content {
    display: block;
  }
  body.other main .other_list > li .list__content:not(:last-child) {
    margin-bottom: 8%;
  }
}
body.other main .other_list > li:last-child {
  margin-bottom: 0;
}
body.other main .other_list > li .media {
  width: 640px;
  margin-right: -190px;
  margin-left: 40px;
}
@media screen and (min-width: 769px) {
  body.other main .other_list > li .media {
    order: 2;
  }
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .media {
    width: 50%;
    margin-left: 2%;
    margin-right: -2%;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .media {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8%;
  }
}
body.other main .other_list > li .txt-box {
  width: 415px;
}
@media screen and (min-width: 1101px) {
  body.other main .other_list > li .txt-box {
    order: 1;
  }
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .txt-box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box {
    width: auto;
  }
}
body.other main .other_list > li .txt-box .no {
  font-family: "Futura W01", sans-serif;
  font-size: 1.6rem;
  display: block;
  color: #009791;
  letter-spacing: 0.2em;
  margin-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .txt-box .no {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box .no {
    font-size: 1.2rem;
    margin-bottom: 3%;
  }
}
body.other main .other_list > li .txt-box .ttl {
  font-family: "Futura W01", sans-serif;
  font-weight: bold;
  letter-spacing: 0.34125em;
  line-height: 1.4;
  font-size: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .txt-box .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.25em;
  }
}
body.other main .other_list > li .txt-box .ttl .jp {
  letter-spacing: 0.15em;
  font-size: 3rem;
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .txt-box .ttl .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box .ttl .jp {
    font-size: 1.6rem;
  }
}
body.other main .other_list > li .txt-box .ttl-box {
  margin: 2.4rem 0 4rem;
}
@media screen and (max-width: 1100px) {
  body.other main .other_list > li .txt-box .ttl-box {
    margin: 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box .ttl-box {
    font-size: 2.4rem;
    margin: 1.2rem 0 1rem;
  }
}
body.other main .other_list > li .txt-box .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
body.other main .other_list > li .txt-box .txt:not(:last-child) {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  body.other main .other_list > li .txt-box .txt {
    font-size: 1.1rem;
  }
  body.other main .other_list > li .txt-box .txt:not(:last-child) {
    margin-bottom: 1em;
  }
}
body.other footer {
  margin-top: 15rem;
}
@media screen and (max-width: 1100px) {
  body.other footer {
    margin-top: 27.5%;
  }
}

.ttl {
  text-align: center;
}
.ttl span {
  display: block;
}
.ttl .en {
  margin-bottom: 8px;
  font-family: "Futura W01", sans-serif;
  line-height: 1;
  font-size: 3.5rem;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 768px) {
  .ttl .en {
    font-size: 2.2rem;
    margin-bottom: 2.5%;
    line-height: 1.2;
  }
}
.ttl .jp {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .ttl .jp {
    font-size: 1rem;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

.c-animate {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: transform ease 0.8s, opacity ease 0.8s;
}

.c-animate--animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.link {
  display: block;
}
.link li {
  list-style: none;
  width: 100%;
}
.link_button {
  display: block;
  padding: 1.5em 0.5em;
  position: relative;
  border: 1px solid #009791;
  background: #fff;
  color: #009791;
  font-size: 2.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1100px) {
  .link_button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .link_button {
    font-size: 1.2rem;
  }
}
.link_button {
  width: 100%;
  text-align: center;
}
.link_button::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #009791;
  transition: border-left-color;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .link_button::after {
    right: 2.94vw;
    border-width: 1.34vw 0 1.34vw 1.87vw;
  }
}
.link_button .en {
  display: block;
  font-weight: bold;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .link_button .en {
    letter-spacing: 0.25em;
  }
}
.link_button .jp {
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .link_button .jp {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .link_button .jp {
    font-size: 0.9em;
  }
}
.link_button:hover {
  background: #009791;
  color: #fff;
}
.link_button:hover::after {
  border-left-color: #fff;
}
@media screen and (min-width: 769px) {
  .link_button:hover .en {
    opacity: 0;
  }
}
.link_button:hover .jp {
  opacity: 1;
}

.nav_button .link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .nav_button .link {
    display: block;
  }
}
.nav_button .link li {
  width: 100%;
}
.nav_button .link_button {
  display: block;
  padding: 1.5em 1em;
  position: relative;
  border: 1px solid #009791;
  background: #009791;
  color: #fff;
  font-size: 2.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1100px) {
  .nav_button .link_button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button .link_button {
    font-size: 1.2rem;
  }
}
.nav_button .link_button {
  display: block;
  width: 100%;
  text-align: center;
}
.nav_button .link_button::after {
  border-left-color: #fff;
}
.nav_button .link_button .en {
  font-family: "Futura W01", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav_button .link_button .en {
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .nav_button .link_button .jp {
    font-size: 0.9em;
  }
}
.nav_button .link_button:hover {
  border: 1px solid #009791;
  background: #fff;
  color: #009791;
}
.nav_button .link_button:hover::after {
  border-left-color: #009791;
}

.swiper {
  z-index: -1;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
  color: #fff;
  left: 2%;
  appearance: none;
  outline: none;
}
.swiper-button-prev:after {
  font-size: 3.2rem;
}
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
  color: #fff;
  right: 2%;
  appearance: none;
  outline: none;
}
.swiper-button-next:after {
  font-size: 3.2rem;
}

.on .swiper {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.on .swiper-android .swiper-slide {
  transform: none;
  position: relative;
}
.on .swiper-android .modal-overlay {
  pointer-events: none;
}
.on .swiper-wrapper {
  transform: none;
}

.accordion__content {
  display: none;
}
.accordion__button {
  width: 100%;
  display: block;
  text-align: center;
}
.accordion__button span:nth-child(1) {
  display: block;
}
.accordion__button span:nth-child(2) {
  display: none;
}
.accordion.__open .accordion__content {
  display: none;
}
.accordion.__open .accordion__button span:nth-child(1) {
  display: none;
}
.accordion.__open .accordion__button span:nth-child(2) {
  display: block;
}

/**

loading animation

 */
#loading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.__loaded #loading {
  -webkit-transition: all 1s;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.loading__spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

.loading__spinner::before,
.loading__spinner::after {
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #009791;
  animation: sk-bounce 2s infinite ease-in-out;
  opacity: 0.6;
}

.loading__spinner::after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
