/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

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

img {
  border-style: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  color: #2d2d32;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.8095238095vw;
  }
}
@media screen and (min-width: 1051px) {
  body {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.9em;
  }
}
a.on--opa {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.on--opa:hover {
  opacity: 0.9;
}

.on--popup {
  position: relative;
  display: block;
}

.on--popup:after {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.on--under {
  color: #F25041;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.7619047619vw;
    bottom: 0.7619047619vw;
    width: 2.0952380952vw;
    height: 2.0952380952vw;
  }
  .on--under {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .on--under:hover {
    color: #737373;
  }
}
@media screen and (min-width: 1051px) {
  .on--popup:after {
    right: 0.5555555556vw;
    bottom: 0.5555555556vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 8px;
    bottom: 8px;
    width: 22px;
    height: 22px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 1.75em;
}
.desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  keyframes
-------------------------------------------------------*/
@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowlong02 {
  0% {
    left: -0.4em;
    opacity: 0;
  }
  20% {
    left: -0.4em;
    opacity: 1;
  }
  80% {
    left: calc(100% - 0.4em);
    opacity: 1;
  }
  100% {
    left: calc(100% - 0.4em);
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    left: -0.4em;
    opacity: 0;
  }
  20% {
    left: -0.4em;
    opacity: 1;
  }
  80% {
    left: calc(100% - 0.4em);
    opacity: 1;
  }
  100% {
    left: calc(100% - 0.4em);
    opacity: 0;
  }
}
/*  #header
-------------------------------------------------------------------------------*/
.header-logo {
  position: fixed;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  width: 60vw;
  z-index: 7777;
}

.header-logo a {
  display: block;
}

@media screen and (min-width: 751px) {
  .header-logo {
    top: 3.8095238095vw;
    left: 3.8095238095vw;
    width: 38.0952380952vw;
  }
}
@media screen and (min-width: 1051px) {
  .header-logo {
    top: 2.7777777778vw;
    left: 2.7777777778vw;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-logo {
    top: 40px;
    left: 65px;
    width: 400px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.container {
  position: relative;
  background-color: #ffffff;
}

.contents {
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    margin-left: auto;
    width: 52.380952381vw;
  }
}
@media screen and (min-width: 1051px) {
  .container {
    width: calc(100% - 27.0833333333vw);
  }
  .contents {
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    width: calc(100% - 390px);
  }
  .contents {
    width: 550px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  margin-bottom: 13.3333333333vw;
}

.footer--none {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  padding: 18.6666666667vw 5.3333333333vw;
  background-image: url(../img/footer/bg.jpg);
  background-image: image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
  background-size: cover;
  background-position: center;
}
.footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 50, 0.4);
}

.footer-logo {
  padding: 13.3333333333vw 5.3333333333vw;
  background-color: #ffffff;
}
.footer-logo a {
  display: block;
  margin: 0 auto;
  width: 85.3333333333vw;
}

.footer-info {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
  padding: 5.3333333333vw 2.6666666667vw;
  border: 0.2666666667vw solid #ffffff;
}

.footer-info-head {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

.footer-tel a,
.footer-tel p {
  display: inline-block;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 9.0666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}

.footer-time {
  margin-top: 0.8em;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 751px) {
  .footer-top {
    padding: 9.5238095238vw 1.9047619048vw;
  }
  .footer-logo {
    padding: 4.7619047619vw 1.9047619048vw;
  }
  .footer-logo a {
    width: 40vw;
  }
  .footer-info {
    padding: 1.9047619048vw 0.9523809524vw;
    width: 38.0952380952vw;
    border-width: 0.0952380952vw;
  }
  .footer-info-head {
    font-size: 1.5238095238vw;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 3.4285714286vw;
  }
  .footer-time {
    font-size: 1.5238095238vw;
  }
}
@media screen and (min-width: 1051px) {
  .footer-top {
    padding: 6.9444444444vw 1.3888888889vw;
  }
  .footer-logo {
    padding: 3.4722222222vw 1.3888888889vw;
  }
  .footer-logo a {
    width: 29.1666666667vw;
  }
  .footer-info {
    padding: 1.3888888889vw 0.6944444444vw;
    width: 27.7777777778vw;
    border-width: 0.0694444444vw;
  }
  .footer-info-head {
    font-size: 1.1111111111vw;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 2.5vw;
  }
  .footer-time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding: 100px 20px;
  }
  .footer-logo {
    padding: 50px 20px;
  }
  .footer-logo a {
    width: 420px;
  }
  .footer-info {
    padding: 20px 10px;
    width: 400px;
    border-width: 1px;
  }
  .footer-info-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .footer-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  padding: 6vw 5.3333333333vw;
  background-color: #2d2d32;
}

.footer-bottom-link a {
  display: block;
  text-align: center;
  color: #ffffff;
}

.footer-copy {
  margin-top: 6vw;
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.8571428571vw 3.8095238095vw;
  }
  .footer-bottom-link a {
    font-size: 1.3333333333vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-bottom-link a:hover {
    opacity: 0.8;
  }
  .footer-copy {
    margin-top: 0;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1051px) {
  .footer-bottom {
    padding: 2.0833333333vw 2.7777777778vw;
  }
  .footer-bottom-link a {
    font-size: 0.9722222222vw;
  }
  .footer-copy {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    padding: 30px 40px;
  }
  .footer-bottom-link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
.menu {
  position: relative;
  background-color: #f8f8f8;
}

.menu-scroll {
  position: relative;
  padding: 11.3333333333vw 9.3333333333vw;
  height: 100%;
  overflow-y: auto;
}

.menu-in {
  position: relative;
  margin-top: 2em;
}

.menu-head {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 6.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.57;
  text-align: center;
}

.navi > li {
  position: relative;
}
.navi > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #e0dad2;
}
.navi > li a {
  display: block;
  padding: 1.5em 0;
}
.navi > li p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.001em;
  line-height: 1.5;
}

.menu .sns {
  margin-top: 4vw;
}

@media screen and (max-width: 1050px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 7777 !important;
  }
  .menu.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 751px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 37.1428571429vw;
    height: 100%;
    z-index: 1;
  }
  .menu-scroll {
    padding: 3.8095238095vw 3.3333333333vw;
  }
  .menu-in {
    margin-top: 2em;
  }
  .menu-head {
    margin-bottom: 0.5em;
    font-size: 2.4761904762vw;
  }
  .navi > li a {
    padding: 1.5em 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navi > li a:hover {
    color: #c2b082;
  }
  .navi > li p {
    font-size: 1.5238095238vw;
  }
  .menu .sns {
    margin-top: 1.4285714286vw;
  }
}
@media screen and (min-width: 1051px) {
  .menu {
    width: 27.0833333333vw;
  }
  .menu-scroll {
    padding: 2.7777777778vw 2.4305555556vw;
  }
  .menu-head {
    font-size: 1.8055555556vw;
  }
  .navi > li p {
    font-size: 1.1111111111vw;
  }
  .menu .sns {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    width: 390px;
  }
  .menu-scroll {
    padding: 40px 35px;
  }
  .menu-head {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .navi > li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu .sns {
    margin-top: 15px;
  }
}
/* ------------------------------------------- menu-reserve - */
.menu-reserve {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 1.5em 0.5em 0.5em;
  width: 42.6666666667vw;
  height: 42.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
  background-color: #2d2d32;
  border-radius: 50%;
}
.menu-reserve::before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.9333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .menu-reserve {
    width: 15.2380952381vw;
    height: 15.2380952381vw;
    font-size: 1.5238095238vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu-reserve::before {
    top: 2.8571428571vw;
    width: 2.9523809524vw;
    height: 2.1904761905vw;
  }
  .menu-reserve:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1051px) {
  .menu-reserve {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    font-size: 1.1111111111vw;
  }
  .menu-reserve::before {
    top: 2.0833333333vw;
    width: 2.1527777778vw;
    height: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-reserve {
    width: 160px;
    height: 160px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu-reserve::before {
    top: 30px;
    width: 31px;
    height: 23px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 5.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
}

.toggle-bar {
  position: relative;
  margin: 0 auto;
  width: 11.2vw;
  height: 3.7333333333vw;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.toggle-bar span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-bar span:nth-of-type(1) {
  top: 0;
}

.toggle-bar span:nth-of-type(2) {
  top: 3.4666666667vw;
}

.toggle-bar span::before,
.toggle-bar span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-bar span::before {
  -webkit-transform: translateX(calc(-100% - 2rem));
          transform: translateX(calc(-100% - 2rem));
}

.toggle:hover .toggle-bar span {
  -webkit-transform: translateX(calc(100% + 2rem));
          transform: translateX(calc(100% + 2rem));
}

.toggle.is-active .toggle-bar {
  -webkit-animation: anime-8 1s forwards;
          animation: anime-8 1s forwards;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes anime-8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: visible;
  }
}

@keyframes anime-8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: visible;
  }
}
.toggle.is-active .toggle-bar span {
  top: 1.6vw;
  background-color: #2d2d32;
}

.toggle.is-active .toggle-bar span:nth-of-type(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.toggle.is-active .toggle-bar span:nth-of-type(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.toggle.is-active .toggle-bar span::before,
.toggle.is-active .toggle-bar span::after {
  content: none;
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 4.2666666667vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    padding-top: 2.8571428571vw;
    width: 9.9047619048vw;
    height: 9.9047619048vw;
  }
  .toggle-bar {
    width: 5.8095238095vw;
    height: 2.0952380952vw;
  }
  .toggle-bar span {
    height: 0.1904761905vw;
  }
  .toggle-bar span:nth-of-type(2) {
    top: 1.9047619048vw;
  }
  .toggle.is-active .toggle-bar span {
    top: 0.8571428571vw;
  }
  .toggle-text {
    bottom: 0.9523809524vw;
    font-size: 2.0952380952vw;
  }
}
@media screen and (min-width: 1051px) {
  .toggle {
    display: none;
  }
}
/* hero
-------------------------------------------------------------------------------*/
.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 52.380952381vw);
  height: 100%;
  overflow: hidden;
}
.hero .swiper-wrapper,
.hero .swiper-slide {
  height: 100%;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.hero .swiper-slide.is-play .hero-image img {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero-copy {
  position: absolute;
  left: 1.9047619048vw;
  bottom: 7.619047619vw;
  width: 26.4761904762vw;
  z-index: 1;
}

@media screen and (min-width: 1051px) {
  .hero {
    top: auto;
    bottom: 0;
    width: calc(100% - 65.2777777778vw);
    height: 100%;
  }
  .hero-copy {
    left: 1.3888888889vw;
    bottom: 5.5555555556vw;
    width: 19.3055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .hero {
    top: 150px;
    width: calc(100% - 940px);
  }
  .hero-copy {
    left: 20px;
    bottom: 80px;
    width: 278px;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    display: none;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*  sns
-------------------------------------------------------------------------------*/
.sns {
  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;
}

.sns-head {
  margin: 1em 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.0026em;
  line-height: 1.57;
  text-align: center;
}

.sns > li:nth-child(n+2) {
  margin-left: 10.6666666667vw;
}

.sns--instagram,
.sns--pinterest {
  width: 8vw;
}

.sns--line {
  width: 8vw;
}

.sns--youtube {
  width: 9.7333333333vw;
}

.sns > li a {
  display: block;
}

.sns-txt {
  margin-top: 0.2em;
  font-size: 1.3333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sns-head {
    margin: 1em 0 0;
    font-size: 2.4761904762vw;
  }
  .sns > li a:hover {
    opacity: 0.7;
  }
  .sns > li:nth-child(n+2) {
    margin-left: 3.8095238095vw;
  }
  .sns--instagram,
  .sns--pinterest {
    width: 2.8571428571vw;
  }
  .sns--line {
    width: 2.8571428571vw;
  }
  .sns--youtube {
    width: 3.5238095238vw;
  }
  .sns-txt {
    margin-top: 0.2em;
    font-size: 0.9523809524vw;
  }
}
@media screen and (min-width: 1051px) {
  .sns-head {
    font-size: 1.8055555556vw;
  }
  .sns > li:nth-child(n+2) {
    margin-left: 2.7777777778vw;
  }
  .sns--instagram,
  .sns--pinterest {
    width: 2.0833333333vw;
  }
  .sns--line {
    width: 2.0833333333vw;
  }
  .sns--youtube {
    width: 2.5694444444vw;
  }
  .sns-txt {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sns-head {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sns > li:nth-child(n+2) {
    margin-left: 40px;
  }
  .sns--instagram,
  .sns--pinterest {
    width: 30px;
  }
  .sns--line {
    width: 30px;
  }
  .sns--youtube {
    width: 37px;
  }
  .sns-txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
/*  subnavi
-------------------------------------------------------------------------------*/
.subnavi {
  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;
}

.subnavi a {
  position: relative;
  display: block;
  padding-bottom: 0.1em;
  color: #ffffff;
  font-size: 3.4666666667vw;
}

.subnavi a:nth-child(n+2) {
  margin-left: 8.5333333333vw;
}
.subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.2666666667vw;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1px;
}

@media screen and (min-width: 751px) {
  .subnavi a {
    font-size: 1.8095238095vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #c2b082;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 4.7619047619vw;
  }
  .subnavi a:nth-child(n+2):before {
    left: -2.3333333333vw;
    width: 0.0952380952vw;
    border-radius: 0.1904761905vw;
  }
}
@media screen and (min-width: 1051px) {
  .subnavi a {
    font-size: 1.3194444444vw;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 3.4722222222vw;
  }
  .subnavi a:nth-child(n+2):before {
    left: -1.7013888889vw;
    width: 0.0694444444vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 50px;
  }
  .subnavi a:nth-child(n+2):before {
    left: -24.5px;
    width: 1px;
    border-radius: 2px;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  z-index: 1;
}

.sec-head {
  position: relative;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.sec-ttl {
  position: relative;
  margin-top: 0.5em;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.sec-en {
  position: relative;
  margin-top: 0.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  color: #c2b082;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 46.6666666667vw;
  }
  .sec-head {
    margin-bottom: 3.8095238095vw;
  }
  .sec-ttl {
    font-size: 2.8571428571vw;
  }
  .sec-en {
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec-in {
    width: 34.0277777778vw;
  }
  .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec-ttl {
    font-size: 2.0833333333vw;
  }
  .sec-en {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 490px;
  }
  .sec-head {
    margin-bottom: 40px;
  }
  .sec-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .sec-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  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;
  height: 13.3333333333vw;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  z-index: 1;
}
.btn-main span {
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .btn-main {
    height: 7.0476190476vw;
    border-width: 0.0952380952vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-main span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1051px) {
  .btn-main {
    height: 5.1388888889vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 74px;
    border-width: 1px;
  }
}
/* ------------------------------------------- btn-reserve-ceo - */
.btn-reserve-ceo {
  padding: 1em;
  width: 100%;
  height: 100%;
  background-color: #2d2d32;
  border-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.btn-reserve-ceo::before {
  content: "";
  position: absolute;
  top: -13.3333333333vw;
  right: -4vw;
  z-index: 1;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background-image: url(../img/common/balloon_ceo.png);
  background-size: contain;
  background-position: center center;
}

.btn-reserve-ceo--en,
.btn-reserve-ceo--jp {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.82;
  text-align: center;
  color: #ffffff;
}

.btn-reserve-ceo--en {
  font-size: 3.7333333333vw;
}

.btn-reserve-ceo--jp {
  font-size: 4.5333333333vw;
}

@media screen and (min-width: 751px) {
  .btn-reserve-ceo {
    padding: 1em;
    border-radius: 0.4761904762vw;
  }
  .btn-reserve-ceo::before {
    top: -5.2380952381vw;
    right: -2.380952381vw;
    width: 9.5238095238vw;
    height: 9.5238095238vw;
    background-image: url(../img/common/balloon_ceo.png);
    background-image: image-set(url(../img/common/balloon_ceo.png) 1x, url(../img/common/balloon_ceo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/balloon_ceo.png) 1x, url(../img/common/balloon_ceo-2x.png) 2x);
  }
  .btn-reserve-ceo--en {
    font-size: 1.3333333333vw;
  }
  .btn-reserve-ceo--jp {
    font-size: 1.619047619vw;
  }
}
@media screen and (min-width: 1051px) {
  .btn-reserve-ceo {
    border-radius: 0.3472222222vw;
  }
  .btn-reserve-ceo::before {
    top: -3.8194444444vw;
    right: -1.7361111111vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .btn-reserve-ceo--en {
    font-size: 0.9722222222vw;
  }
  .btn-reserve-ceo--jp {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-reserve-ceo {
    border-radius: 5px;
  }
  .btn-reserve-ceo::before {
    top: -55px;
    right: -25px;
    width: 100px;
    height: 100px;
  }
  .btn-reserve-ceo--en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-reserve-ceo--jp {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------- navi - */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 7.0666666667vw;
  height: 18.6666666667vw;
  background-color: #2d2d32;
  z-index: 2;
  cursor: pointer;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.6666666667vw;
  background-image: url(../img/slide/arrow.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-button-prev {
  left: -2.6666666667vw;
}
.swiper-button-prev:after {
  margin-right: 0.05em;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.swiper-button-next {
  right: -2.6666666667vw;
}
.swiper-button-next:after {
  margin-left: 0.05em;
}

@media screen and (min-width: 751px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.8095238095vw;
    height: 9.5238095238vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0.7619047619vw;
    height: 1.3333333333vw;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #717171;
  }
  .swiper-button-prev {
    left: -2.8571428571vw;
  }
  .swiper-button-next {
    right: -2.8571428571vw;
  }
}
@media screen and (min-width: 1051px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.7777777778vw;
    height: 6.9444444444vw;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0.5555555556vw;
    height: 0.9722222222vw;
  }
  .swiper-button-prev {
    left: -2.0833333333vw;
  }
  .swiper-button-next {
    right: -2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 100px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 8px;
    height: 14px;
  }
  .swiper-button-prev {
    left: -30px;
  }
  .swiper-button-next {
    right: -30px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 12.6666666667vw;
  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;
  z-index: 3;
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #d8d8d8;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #c2b082 !important;
}

.slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 4.6666666667vw !important;
}

@media screen and (min-width: 751px) {
  .slide-pagination {
    margin-top: 6.6666666667vw;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 1.5238095238vw;
    height: 1.5238095238vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 2.380952381vw !important;
  }
}
@media screen and (min-width: 1051px) {
  .slide-pagination {
    margin-top: 4.8611111111vw;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.7361111111vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    margin-top: 70px;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 25px !important;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.3333333333vw;
  z-index: 6666;
}

.float-btn li {
  width: 100%;
}

.float-btn a {
  position: relative;
  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;
  height: 13.3333333333vw;
}
.float-btn a span {
  position: relative;
  padding: 0 0 0.1em 6.6666666667vw;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
}
.float-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--contact {
  background-color: #c2b082;
}
.float-btn--contact a span:before {
  width: 4.6666666667vw;
  height: 3.3333333333vw;
  background-image: url(../img/common/mail-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none;
  }
}

.sec-note {
  margin-bottom: 5vw;
}

.sec-note li {
  font-size: 3.733vw;
  padding-left: 3.733vw;
  text-indent: -3.733vw;
  line-height: 1.75;
}

.sec-note li .link {
  color: #1E489B;
  text-decoration: underline;
}

.sec-note li .link:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .sec-note {
    margin-bottom: 1.388vw;
  }
  .sec-note li {
    font-size: 1.11vw;
    padding-left: 1.11vw;
    text-indent: -1.11vw;
  }
}

@media screen and (min-width: 1441px) {
  .sec-note {
    margin-bottom: 20px;
  }
  .sec-note li {
    font-size: 16px;
    padding-left: 16px;
    text-indent: -16px;
  }
}