@charset "UTF-8";
/*  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: 1em;
  -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;
}

[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: 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: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #F6F3EA;
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.5em;
  }
}
a.on--opa {
  display: inline-block;
}

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

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

@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.on--opa:hover {
    opacity: 0.8;
  }
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 89.3333333333vw;
}

.text p {
  font-weight: 500;
  line-height: 1.6em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

@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) {
  .inner {
    width: 91.6666666667vw;
  }
  .inner--1080 {
    width: 75vw;
  }
  .text {
    line-height: 180%;
  }
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1320px;
  }
  .inner--1080 {
    width: 1080px;
  }
}
.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;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}

.header-top {
  position: relative;
  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: 0 26.6666666667vw 0 4vw;
  width: 100%;
  height: 18.6666666667vw;
  background-color: #F6F3EA;
  z-index: 2;
}

.header-logo {
  position: relative;
  width: 34.6666666667vw;
}

.header-logo a {
  display: block;
}

.header-label {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-top {
    position: fixed;
  }
  .header .subnavi {
    margin-top: 18.6666666667vw;
  }
  .header-sns,
  .header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-top {
    padding: 0 10.0694444444vw 0 2.4305555556vw;
    height: 6.5277777778vw;
    z-index: 0;
  }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 18.0555555556vw;
  }
  .header-label {
    margin: 0 0 0 1.7361111111vw;
    font-size: 1.0416666667vw;
  }
  .header-content-in {
    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;
    background-color: #f7f7f7;
    text-align: center;
  }
  .header .subnavi {
    display: none;
    margin-top: 0;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3888888889vw;
    margin-right: 2.0833333333vw;
  }
  .header-sns a {
    display: block;
    width: 2.5vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-sns a:hover {
    opacity: 0.5;
  }
  .header-btn {
    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;
    width: 28.8194444444vw;
  }
  .header-btn--contact,
  .header-btn--reserve {
    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;
    padding-bottom: 0.1em;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    border-style: solid;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  .header-btn--contact span,
  .header-btn--reserve span {
    color: #ffffff;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 160%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-btn--contact {
    width: 13.8888888889vw;
    background-color: #000000;
    border-color: #000000;
  }
  .header-btn--contact:hover {
    background-color: #ffffff;
  }
  .header-btn--contact:hover span {
    color: #000000;
  }
  .header-btn--reserve {
    padding-left: 4.5138888889vw;
    width: 13.8888888889vw;
    background-color: #FF4500;
    border-color: #FF4500;
  }
  .header-btn--reserve:hover {
    background-color: #ffffff;
  }
  .header-btn--reserve:hover span {
    color: #FF4500;
  }
  .header-btn--reserve:before {
    content: "";
    position: absolute;
    top: -0.8333333333vw;
    left: 0.2083333333vw;
    display: inline-block;
    width: 5.8333333333vw;
    height: 4.6527777778vw;
    background-image: url(../img/common/candy-g.svg);
    background-size: contain;
    z-index: 1;
  }
  .header-btn-reserve {
    position: relative;
  }
  .header-btn-reserve-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 12.5vw;
    background: #ffffff;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    z-index: 1000;
  }
  .header-btn-reserve-dropdown li a {
    display: block;
    padding: 0.6em 1em;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.2em;
  }
  .header-btn-reserve-dropdown li a:hover {
    background-color: #eee;
  }
  /* hover可能デバイス（PC） */
}
@media screen and (min-width: 751px) and (hover: hover) {
  .header-btn-reserve:hover .header-btn-reserve-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 751px) {
  /* JS制御（タッチ端末） */
  .header-btn-reserve.is-open .header-btn-reserve-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    padding: 0 145px 0 35px;
    height: 94px;
  }
  .header-logo {
    width: 260px;
  }
  .header-label {
    margin-left: 25px;
    font-size: 1.5rem;
  }
  .header-sns {
    gap: 20px;
    margin-right: 30px;
  }
  .header-sns a {
    width: 36px;
  }
  .header-btn {
    width: 415px;
  }
  .header-btn--contact,
  .header-btn--reserve {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .header-btn--contact span,
  .header-btn--reserve span {
    font-size: 2rem;
  }
  .header-btn--contact {
    width: 200px;
  }
  .header-btn--reserve {
    padding-left: 65px;
    width: 200px;
  }
  .header-btn--reserve:before {
    top: -12px;
    left: 3px;
    width: 84px;
    height: 67px;
  }
  .header-btn-reserve-dropdown {
    min-width: 180px;
    border-radius: 0 0 10px 10px;
  }
  .header-btn-reserve-dropdown li a {
    font-size: 1.8rem;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 18.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 6.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 94px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin: 41.3333333333vw 0 14.4vw 0;
  padding-top: 23.2vw;
  background-color: #000000;
}

.footer-copy {
  margin-top: 8vw;
  padding: 4.2666666667vw 0;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer {
    margin: 11.1111111111vw 0 0 0;
    padding-top: 5.9027777778vw;
  }
  .footer-copy {
    margin-top: 6.9444444444vw;
    padding: 1.3888888889vw 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    margin-top: 160px;
    padding-top: 85px;
  }
  .footer-copy {
    margin-top: 100px;
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.4666666667vw 9.3333333333vw 3.4666666667vw 4vw;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.btn-main span {
  position: relative;
  font-size: 4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
  z-index: 1;
}
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn-main--bk {
  background-color: #000000;
  border-color: #000000;
}
.btn-main--bk span {
  color: #ffffff;
}
.btn-main--bk:before {
  background-color: #ffffff;
}
.btn-main--bk:after {
  background-image: url(../img/common/arrow-wb.svg);
}

.btn-main--wh {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-main--wh span {
  color: #000000;
}
.btn-main--wh:before {
  background-color: #000000;
}
.btn-main--wh:after {
  background-image: url(../img/common/arrow-bk.svg);
}

.btn-main--og {
  background-color: #FF4500;
  border-color: #FF4500;
}
.btn-main--og span {
  color: #ffffff;
}
.btn-main--og:before {
  background-color: #FF4500;
}
.btn-main--og:after {
  background-image: url(../img/common/arrow-wo.svg);
}

.btn-main--wo {
  background-color: #ffffff;
  border-color: #FF4500;
}
.btn-main--wo span {
  color: #FF4500;
}
.btn-main--wo:before {
  background-color: #FF4500;
}
.btn-main--wo:after {
  background-image: url(../img/common/arrow-og.svg);
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding: 0 4.8611111111vw 0 1.3888888889vw;
    height: 4.8611111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .btn-main span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn-main:after {
    right: 1.3888888889vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .on--btn:hover .btn-main:before,
  .btn-main:hover:before {
    width: 100%;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .on--btn:hover .btn-main--bk span,
  .btn-main--bk:hover span {
    color: #000000;
  }
  .on--btn:hover .btn-main--bk:after,
  .btn-main--bk:hover:after {
    background-image: url(../img/common/arrow-bk.svg);
  }
  .on--btn:hover .btn-main--wh span,
  .btn-main--wh:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-main--wh:after,
  .btn-main--wh:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
  }
  .on--btn:hover .btn-main--og span,
  .btn-main--og:hover span {
    color: #FF4500;
  }
  .on--btn:hover .btn-main--og:after,
  .btn-main--og:hover:after {
    background-image: url(../img/common/arrow-wo.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    padding: 0 70px 0 20px;
    height: 70px;
    border-width: 3px;
    border-radius: 10px;
  }
  .btn-main span {
    font-size: 2rem;
  }
  .btn-main:after {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F6F3EA;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1;
}

.drawer.is-open {
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 1;
  visibility: visible;
}

.drawer-scroll {
  position: relative;
  padding: 21.3333333333vw 0 13.3333333333vw 0;
  height: 100%;
  overflow-y: auto;
}

.drawer-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;
  gap: 8vw;
  margin: 8vw 0;
}

.drawer-sns a {
  display: block;
  width: 10.6666666667vw;
}

.drawer-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 80vw;
}

.drawer-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;
  padding-bottom: 0.1em;
  height: 16vw;
  border-radius: 8vw;
}
.drawer-btn a span {
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 160%;
}

.drawer-btn a:nth-child(n+2) {
  margin-top: 4vw;
}

.drawer-btn--contact {
  background-color: #000000;
}

.drawer-btn--reserve {
  padding-left: 25.3333333333vw;
  background-color: #FF4500;
}
.drawer-btn--reserve:before {
  content: "";
  position: absolute;
  top: -1.0666666667vw;
  left: 8.5333333333vw;
  display: inline-block;
  width: 22.4vw;
  height: 17.8666666667vw;
  background-image: url(../img/drawer/candy.png);
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .drawer .guide {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .drawer {
    background-color: #000000;
  }
  .drawer-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 6.9444444444vw 0;
  }
  .drawer-in {
    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;
  }
  .drawer .guide {
    padding: 3.4722222222vw 0;
  }
  .drawer-sns {
    display: none;
  }
  .drawer-btn {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .drawer-scroll {
    padding: 100px 0;
  }
  .drawer .guide {
    padding: 50px 0;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.4vw;
  z-index: 7777;
}

.float-btn {
  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: 1.8666666667vw 4vw;
}

.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;
  padding-bottom: 0.1em;
  width: 45.3333333333vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
}
.float-btn a span {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 160%;
}

.float-btn--contact {
  background-color: #000000;
}

.float-btn--reserve {
  padding-left: 8.5333333333vw;
  background-color: #FF4500;
}
.float-btn--reserve:before {
  content: "";
  position: absolute;
  top: -1.8666666667vw;
  left: 0.5333333333vw;
  display: inline-block;
  width: 13.6vw;
  height: 10.6666666667vw;
  background-image: url(../img/float/candy.png);
  background-size: contain;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto;
    width: 184vw;
    padding: 5.3333333333vw 13.3333333333vw 17.3333333333vw 13.3333333333vw;
    background-color: #ffffff;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.5333333333vw;
    background-color: rgba(47, 39, 37, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navi > li > div {
    position: relative;
  }
  .navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8vw;
    display: inline-block;
    width: 8.8vw;
    height: 5.8666666667vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi-parent.is-open:nth-child(1):after {
    background-image: url(../img/header/up.svg);
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-menu {
    position: relative;
    padding: 10.6666666667vw 29.3333333333vw 10.6666666667vw 5.3333333333vw;
    width: 100%;
  }
  .navi-menu-jp {
    position: relative;
    font-size: 9.6vw;
    font-weight: 700;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 8vw;
    width: 136vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 4vw 0;
    font-size: 6.9333333333vw;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5vw;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi > li:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-menu {
    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;
    padding: 0 2.7777777778vw;
    height: 5vw;
    text-align: center;
    cursor: pointer;
  }
  .navi-menu-jp {
    font-size: 1.0416666667vw;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi li:hover .navi-menu-jp {
    color: #FF4500;
  }
  .navi-parent .navi-menu {
    position: relative;
    padding-right: 3.6805555556vw;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3888888889vw;
    display: inline-block;
    width: 0.9027777778vw;
    height: 0.5555555556vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 85%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #ffffff;
    border-color: #FF4500;
    border-style: solid;
    border-width: 0.1388888889vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-bottom-color: #000000;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #FF4500;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    height: 72px;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:before {
    width: 1px;
    height: 24px;
  }
  .navi > li:last-child:after {
    width: 1px;
    height: 24px;
  }
  .navi-menu {
    padding: 0 40px;
    height: 72px;
  }
  .navi-menu-jp {
    font-size: 1.5rem;
  }
  .navi-parent .navi-menu {
    padding-right: 53px;
  }
  .navi-parent .navi-menu:before {
    right: 20px;
    width: 13px;
    height: 8px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 230px;
    border-width: 2px;
  }
  .navi-submenu-list a {
    padding: 10px;
    border-bottom-width: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  guide
-------------------------------------------------------------------------------*/
.guide {
  position: relative;
}

.guide-logo {
  margin: 0 auto 5.3333333333vw auto;
  width: 75.7333333333vw;
}

.guide-logo a {
  display: block;
}

.guide-add {
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 160%;
}

.guide-contact {
  margin: 13.3333333333vw auto 0 auto;
  width: 66.6666666667vw;
  text-align: center;
}

.guide-contact-label {
  display: inline-block;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 160%;
}
.guide-contact-label:before, .guide-contact-label:after {
  content: "-";
}
.guide-contact-label:before {
  margin-right: 0.5em;
}
.guide-contact-label:after {
  margin-left: 0.5em;
}

.guide-contact-btn {
  margin-top: 5.3333333333vw;
  text-align: left;
}

.guide-contact-btn a:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

@media screen and (max-width: 750px) {
  .guide .inner {
    width: 80vw;
  }
  .guide-side {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .guide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guide-logo {
    margin: 0 0 1.3888888889vw 0;
    width: 28.2638888889vw;
  }
  .guide-add {
    color: #ffffff;
    font-size: 1.1111111111vw;
    line-height: 160%;
  }
  .guide-contact {
    margin: 0;
    width: 28.6805555556vw;
  }
  .guide-contact-label {
    font-size: 1.3888888889vw;
  }
  .guide-contact-btn {
    margin-top: 1.0416666667vw;
  }
  .guide-contact-btn a:nth-child(n+2) {
    display: none;
  }
  .guide-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 6.25vw;
  }
  .guide-side {
    position: relative;
  }
}
@media screen and (min-width: 1441px) {
  .guide-logo {
    margin-bottom: 30px;
    width: 407px;
  }
  .guide-add {
    font-size: 1.6rem;
  }
  .guide-contact {
    width: 413px;
  }
  .guide-contact-label {
    font-size: 2rem;
  }
  .guide-contact-btn {
    margin-top: 15px;
  }
  .guide-bottom {
    margin-top: 90px;
  }
}
/* ------------------------------------------- navi - */
.guide-navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 71.5277777778vw;
}

.guide-navi-menu > li a {
  display: block;
  color: #ffffff;
  font-size: 1.1111111111vw;
  font-weight: 900;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.guide-navi-menu > li a:hover {
  color: #FF4500;
}

.guide-navi-menu li:nth-child(n+2) {
  margin-top: 30px;
}

.guide-navi-head {
  color: #ffffff;
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 1.25em;
}

.guide-navi-head > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.guide-navi-head > a:hover {
  color: #FF4500;
}

.guide-navi-child {
  margin-top: 1.3888888889vw;
}

.guide-navi-child a {
  position: relative;
  display: block;
  padding-left: 1.3888888889vw;
  color: #ffffff;
  font-size: 1.1111111111vw;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.guide-navi-child a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.6944444444vw;
  height: 0.9027777778vw;
  background-image: url(../img/common/guide.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guide-navi-child a:hover {
  color: #FF4500;
}

.guide-navi-child a:nth-child(n+2) {
  margin-top: 1.3888888889vw;
}

@media screen and (min-width: 1441px) {
  .guide-navi {
    width: 1030px;
  }
  .guide-navi-menu > li a {
    font-size: 1.6rem;
  }
  .guide-navi-menu li:nth-child(n+2) {
    margin-top: 30px;
  }
  .guide-navi-head {
    font-size: 1.6rem;
  }
  .guide-navi-child {
    margin-top: 20px;
  }
  .guide-navi-child a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .guide-navi-child a:before {
    width: 10px;
    height: 13px;
  }
  .guide-navi-child a:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .guide-navi {
    display: none;
  }
}
/* ------------------------------------------- subnavi - */
.guide-subnavi {
  text-align: right;
}

.guide-subnavi a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.guide-subnavi a:hover {
  color: #FF4500;
}

.guide-subnavi a:nth-child(n+2) {
  margin-top: 2.0833333333vw;
}

@media screen and (min-width: 1441px) {
  .guide-subnavi a {
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
  }
  .guide-subnavi a:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .guide-subnavi {
    display: none;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
}

.inquiry-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.inquiry-slide .swiper-wrapper .swiper-slide {
  width: 113.6vw;
}

.inquiry-box {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  padding: 8vw;
  width: 89.3333333333vw;
  height: 98.6666666667vw;
  background-color: #ffffff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.inquiry-en {
  display: inline-block;
  padding: 0 0.2em 0.15em 0.2em;
  background-color: #FF4500;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 9.6vw;
  font-weight: 900;
  line-height: 1em;
}

.inquiry-ja {
  margin-bottom: 5.3333333333vw;
}
.inquiry-ja span {
  display: inline-block;
  padding: 0 0.5em 0.3em 0.5em;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
}

.inquiry-logo {
  margin: 0 auto 5.3333333333vw auto;
  width: 62.4vw;
}

.inquiry-catch {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.inquiry-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 64vw;
}

.inquiry-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;
  background-color: #000000;
  border-radius: 2.6666666667vw;
}
.inquiry-btn a span {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
}
.inquiry-btn a:before, .inquiry-btn a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.inquiry-btn a:before {
  top: 1.8666666667vw;
  left: -5.8666666667vw;
  width: 12.8vw;
  height: 10.1333333333vw;
  background-image: url(../img/common/candy.svg);
}
.inquiry-btn a:after {
  top: 1.6vw;
  right: -5.3333333333vw;
  width: 12.8vw;
  height: 10.4vw;
  background-image: url(../img/common/candy-g.svg);
}

@media screen and (min-width: 751px) {
  .inquiry-slide .swiper-wrapper .swiper-slide {
    width: 29.6527777778vw;
  }
  .inquiry-box {
    padding: 3.4722222222vw;
    width: 38.1944444444vw;
    height: 34.7222222222vw;
  }
  .inquiry-en {
    font-size: 3.75vw;
  }
  .inquiry-ja {
    margin-bottom: 2.4305555556vw;
  }
  .inquiry-ja span {
    font-size: 1.25vw;
  }
  .inquiry-logo {
    margin: 0 auto 2.0833333333vw auto;
    width: 28.2638888889vw;
  }
  .inquiry-catch {
    font-size: 1.6666666667vw;
  }
  .inquiry-btn {
    margin: 1.3888888889vw auto 0 auto;
    width: 27.7777777778vw;
  }
  .inquiry-btn a {
    height: 5.5555555556vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .inquiry-btn a span {
    font-size: 1.6666666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-btn a:before {
    top: -0.4166666667vw;
    left: -4.1666666667vw;
    width: 7.8472222222vw;
    height: 6.3194444444vw;
  }
  .inquiry-btn a:after {
    top: -0.4166666667vw;
    right: -3.6805555556vw;
    width: 8.0555555556vw;
    height: 6.4583333333vw;
  }
  .inquiry-btn a:hover {
    background-color: #FF4500;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-slide .swiper-wrapper .swiper-slide {
    width: 427px;
  }
  .inquiry-box {
    padding: 50px;
    width: 550px;
    height: 500px;
  }
  .inquiry-en {
    font-size: 5.4rem;
  }
  .inquiry-ja {
    margin-bottom: 35px;
  }
  .inquiry-ja span {
    font-size: 1.8rem;
  }
  .inquiry-logo {
    margin: 0 auto 30px auto;
    width: 407px;
  }
  .inquiry-catch {
    font-size: 2.4rem;
  }
  .inquiry-btn {
    margin: 20px auto 0 auto;
    width: 400px;
  }
  .inquiry-btn a {
    height: 80px;
    border-radius: 10px;
  }
  .inquiry-btn a span {
    font-size: 2.4rem;
  }
  .inquiry-btn a:before {
    top: -6px;
    left: -60px;
    width: 113px;
    height: 91px;
  }
  .inquiry-btn a:after {
    top: -6px;
    right: -53px;
    width: 116px;
    height: 93px;
  }
}
/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: absolute;
  width: 42.6666666667vw;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .pagetop {
    top: -28vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .pagetop {
    position: fixed;
    right: 2.0833333333vw;
    width: 11.1805555556vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 888;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop.is-fixed {
    position: fixed;
    bottom: 2.0833333333vw;
  }
  .pagetop.is-absolute {
    position: absolute;
    top: -8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 30px;
    width: 160px;
  }
  .pagetop.is-fixed {
    bottom: 30px;
  }
  .pagetop.is-absolute {
    top: -120px;
    right: 30px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}

.slide-prev {
  left: 0;
  background-image: url(../img/slide/prev.svg);
}

.slide-next {
  right: 0;
  background-image: url(../img/slide/next.svg);
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    position: relative;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .slide-prev:hover {
    background-image: url(../img/slide/prev-on.svg);
  }
  .slide-next:hover {
    background-image: url(../img/slide/next-on.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-prev {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-next {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 60px;
    height: 60px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  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;
  z-index: 3;
}

.slide-pagination {
  bottom: auto !important;
}

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

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.3888888889vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 20px !important;
  }
}
/*  ene
-------------------------------------------------------------------------------*/
.sns {
  position: relative;
  display: inline-block;
  margin-top: 30.6666666667vw;
  padding-left: 28vw;
  text-align: center;
}

.sns-label {
  position: absolute;
  top: -17.3333333333vw;
  left: 0;
  width: 30.9333333333vw;
}

.sns-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw 3.4666666667vw;
}

.sns-menu a {
  display: block;
  width: 10.6666666667vw;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns-menu a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 751px) {
  .sns {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  .sns-label {
    position: absolute;
    top: -3.8194444444vw;
    left: -8.1944444444vw;
    width: 8.0555555556vw;
  }
  .sns-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.6944444444vw 0.9027777778vw;
    padding: 0;
  }
  .sns-menu a {
    width: 2.7777777778vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sns-menu a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1441px) {
  .sns-label {
    top: -55px;
    left: -118px;
    width: 116px;
  }
  .sns-menu {
    gap: 10px 13px;
  }
  .sns-menu a {
    width: 40px;
  }
}
/*  spspnavi
-------------------------------------------------------------------------------*/
.spnavi {
  margin: 0 auto;
  width: 85.3333333333vw;
}

.spnavi > li {
  position: relative;
  border-bottom: 1px solid #000000;
}

.spnavi > li:last-child {
  border: none;
}

.spnavi > li > div {
  position: relative;
}

.spnavi-parent:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/header/plus.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.spnavi-parent.is-open:nth-child(1):after {
  background-image: url(../img/header/minus.svg);
}

.spnavi > li > div:not(.spnavi-submenu) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.spnavi-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
  font-size: 5.3333333333vw;
  font-weight: 900;
}

.spnavi-submenu {
  display: none;
  padding-bottom: 8vw;
}

.spnavi-submenu-list a {
  position: relative;
  display: block;
  padding: 0.7em 2.6666666667vw 0.8em 2.6666666667vw;
  background-color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
}

.spnavi-submenu-list a:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .spnavi {
    display: none;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 2.9333333333vw;
  right: 4.2666666667vw;
  width: 16.5333333333vw;
  height: 12.8vw;
  z-index: 8888;
  cursor: pointer;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 16.5333333333vw;
  height: 8vw;
  background-image: url(../img/common/candy-face.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-50%) rotateY(360deg);
          transform: translateX(-50%) rotateY(360deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 4vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media screen and (min-width: 751px) {
  .toggle {
    top: 1.1805555556vw;
    right: 2.3611111111vw;
    width: 6.0416666667vw;
    height: 4.7222222222vw;
  }
  .toggle:before {
    width: 6.0416666667vw;
    height: 2.8472222222vw;
  }
  .toggle-text {
    font-size: 1.3888888889vw;
  }
  .header.is-open .toggle .toggle-text {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .toggle {
    top: 17px;
    right: 34px;
    width: 87px;
    height: 68px;
  }
  .toggle:before {
    width: 87px;
    height: 41px;
  }
  .toggle-text {
    font-size: 2rem;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  padding-top: 8vw;
}

.area-box {
  padding: 4.8vw;
  background-color: #ffffff;
}

.area-image {
  margin-bottom: 8vw;
}

.area-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.area-ja {
  margin-top: 4vw;
  font-size: 6.9333333333vw;
  font-weight: 900;
  line-height: 120%;
}

.area-catch {
  margin-top: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 900;
  line-height: 160%;
}

.area-shop {
  margin-top: 4vw;
}

.area-shop dl:nth-child(n+2) {
  margin-top: 0.3em;
}

.area-shop dl dt,
.area-shop dl dd {
  font-weight: 500;
  line-height: 180%;
}

.area-shop dl dt {
  padding-left: 1em;
  text-indent: -1em;
}
.area-shop dl dt:before {
  content: "■";
}

.area-notes {
  margin-top: 1.5em;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (min-width: 751px) {
  .area {
    padding-top: 7.6388888889vw;
  }
  .area-box {
    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: 3.4722222222vw;
  }
  .area-image {
    margin: 0;
    width: 45.4166666667vw;
  }
  .area-content {
    width: 36.1111111111vw;
  }
  .area-en {
    font-size: 3.4722222222vw;
  }
  .area-ja {
    margin-top: 0.6944444444vw;
    font-size: 3.4722222222vw;
  }
  .area-catch {
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .area-shop {
    margin-top: 2.0833333333vw;
  }
  .area-notes {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding-top: 110px;
  }
  .area-box {
    padding: 50px;
  }
  .area-image {
    width: 654px;
  }
  .area-content {
    width: 520px;
  }
  .area-en {
    font-size: 5rem;
  }
  .area-ja {
    margin-top: 10px;
    font-size: 5rem;
  }
  .area-catch {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .area-shop {
    margin-top: 30px;
  }
  .area-notes {
    font-size: 1.7rem;
  }
}
/*  event --> post
-------------------------------------------------------------------------------*/
.c-event {
  position: relative;
}

.c-event a {
  position: relative;
  display: block;
  padding-bottom: 5.3333333333vw;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.c-event a:before {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 4vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}

.c-event-image {
  position: relative;
  margin-bottom: 4vw;
}
.c-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 350/350;
}

.c-event-ttl {
  height: 3.2em;
  font-weight: 900;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-event-info {
  margin-top: 4vw;
}
.c-event-info p {
  position: relative;
  padding-left: 6.6666666667vw;
  font-size: 3.2vw;
  line-height: 160%;
}
.c-event-info p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-event-info p p:nth-child(n+2) {
  margin-top: 4vw;
}

.c-event-info--date:before {
  background-image: url(../img/event/house-gy.svg);
}

.c-event-info--venue:before {
  background-image: url(../img/event/pin-gy.svg);
}

.c-event-end {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-event-end p {
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .c-event a {
    padding-bottom: 2.0833333333vw;
    border-bottom-width: 0.0694444444vw;
  }
  .c-event a:before {
    right: 0.3472222222vw;
    bottom: 1.3888888889vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .c-event a:hover:before {
    background-image: url(../img/common/arrow-og.svg);
  }
  .c-event-image {
    margin-bottom: 1.3888888889vw;
  }
  .c-event-ttl {
    font-size: 1.1111111111vw;
  }
  .c-event a:hover .c-event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-event-info {
    margin-top: 1.0416666667vw;
  }
  .c-event-info p {
    padding-left: 1.7361111111vw;
    font-size: 0.8333333333vw;
  }
  .c-event-info p:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-event-info p:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .c-event-end p {
    font-size: 1.25vw;
  }
}
::-webkit-full-page-media,
:future,
:root .c-event a:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 1441px) {
  .c-event a {
    padding-bottom: 30px;
    border-bottom-width: 1px;
  }
  .c-event a:before {
    right: 5px;
    bottom: 20px;
    width: 32px;
    height: 32px;
  }
  .c-event-image {
    margin-bottom: 20px;
  }
  .c-event-ttl {
    font-size: 1.6rem;
  }
  .c-event-info {
    margin-top: 15px;
  }
  .c-event-info p {
    padding-left: 25px;
    font-size: 1.2rem;
  }
  .c-event-info p:before {
    width: 20px;
    height: 20px;
  }
  .c-event-info p:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-event-end p {
    font-size: 1.8rem;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.c-blog {
  position: relative;
}

.c-blog a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.3333333333vw;
  background-color: #ffffff;
}

.c-blog-image {
  position: relative;
  width: 26.6666666667vw;
}
.c-blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 26.6666666667vw;
}

.c-blog-content {
  padding-top: 1.3333333333vw;
  width: calc(100% - 29.3333333333vw);
}

.c-blog-date {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 130%;
}

.c-blog-ttl {
  margin-top: 1.3333333333vw;
  height: 4.2em;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-excerpt {
  display: none;
}

@media screen and (min-width: 751px) {
  .c-blog a {
    padding: 1.3888888889vw;
  }
  .c-blog-image {
    width: 9.7222222222vw;
  }
  .c-blog-image img {
    height: 9.7222222222vw;
  }
  .c-blog a:hover .c-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-blog-content {
    padding: 0;
    width: calc(100% - 11.1111111111vw);
  }
  .c-blog-date {
    font-size: 0.8333333333vw;
  }
  .c-blog-ttl {
    margin-top: 0.6944444444vw;
    height: 3.2em;
    font-size: 1.25vw;
    line-height: 1.6em;
    -webkit-line-clamp: 2;
  }
  .c-blog-excerpt {
    display: block;
    margin-top: 0.6944444444vw;
  }
  .c-blog-excerpt p {
    height: 3.6em;
    color: #9C9C9C;
    font-size: 0.8333333333vw;
    line-height: 1.8em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 1441px) {
  .c-blog a {
    padding: 20px;
  }
  .c-blog-image {
    width: 140px;
  }
  .c-blog-image img {
    height: 140px;
  }
  .c-blog-content {
    width: calc(100% - 160px);
  }
  .c-blog-date {
    font-size: 1.4rem;
  }
  .c-blog-ttl {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .c-blog-excerpt {
    margin-top: 10px;
  }
  .c-blog-excerpt p {
    font-size: 1.2rem;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.c-works {
  position: relative;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.c-works a {
  position: relative;
  display: block;
  padding-bottom: 16.5333333333vw;
  height: 100%;
}

.c-works-image {
  position: relative;
  margin-bottom: 4vw;
}
.c-works-image img {
  height: 72vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.c-works-area {
  display: inline-block;
  margin-bottom: 4vw;
  padding: 0.3em 1em 0.4em 1em;
  background-color: #000000;
  color: #F6F3EA;
  font-size: 3.2vw;
  font-weight: 900;
}

.c-works-ttl {
  height: 4.8em;
  font-weight: 900;
  line-height: 1.6em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 4vw;
}

.c-works-cat > li {
  padding: 0.5em 1em;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1.6em;
}

.c-works-btn {
  position: absolute;
  left: 0;
  bottom: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.8666666667vw;
  width: 32.8vw;
}
.c-works-btn span {
  font-size: 4.2666666667vw;
  font-weight: 900;
}
.c-works-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works-slide .c-works,
.related-slide .c-works {
  border-bottom-color: #F6F3EA;
}
.works-slide .c-works-ttl,
.related-slide .c-works-ttl {
  color: #F6F3EA;
}
.works-slide .c-works-cat > li,
.related-slide .c-works-cat > li {
  border-color: #F6F3EA;
  color: #F6F3EA;
}
.works-slide .c-works-btn span,
.related-slide .c-works-btn span {
  color: #F6F3EA;
}
.works-slide .c-works-btn:after,
.related-slide .c-works-btn:after {
  background-image: url(../img/common/arrow-gb.svg);
}

@media screen and (min-width: 751px) {
  .c-works {
    border-bottom-width: 0.0694444444vw;
  }
  .c-works a {
    padding-bottom: 4.3055555556vw;
  }
  .c-works-image {
    margin-bottom: 1.3888888889vw;
  }
  .c-works-image img {
    height: 31.25vw;
  }
  .c-works-area {
    margin-bottom: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .c-works-ttl {
    height: 3.2em;
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 2;
  }
  .c-works-cat {
    gap: 0.3472222222vw;
    margin-top: 0.6944444444vw;
  }
  .c-works-cat > li {
    border-width: 0.0694444444vw;
    font-size: 0.8333333333vw;
  }
  .c-works-btn {
    bottom: 1.3888888889vw;
    height: 1.5277777778vw;
    width: 8.5416666667vw;
  }
  .c-works-btn span {
    font-size: 1.1111111111vw;
  }
  .c-works-btn:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-works a:hover .c-works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-works a:hover .c-works-btn:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .c-works {
    border-bottom-width: 1px;
  }
  .c-works a {
    padding-bottom: 62px;
  }
  .c-works-image {
    margin-bottom: 20px;
  }
  .c-works-image img {
    height: 450px;
  }
  .c-works-area {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .c-works-ttl {
    font-size: 1.6rem;
  }
  .c-works-cat {
    margin-top: 10px;
    gap: 5px;
  }
  .c-works-cat > li {
    border-width: 1px;
    font-size: 1.2rem;
  }
  .c-works-btn {
    bottom: 20px;
    height: 22px;
    width: 123px;
  }
  .c-works-btn span {
    font-size: 1.6rem;
  }
  .c-works-btn:after {
    width: 22px;
    height: 22px;
  }
}