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

body {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  color: #2a2f58;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.8;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1200px;
  }
}

.text p {
  line-height: 1.75em;
}
.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;
  }
}

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

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .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.2s;
          transition-duration: 0.2s;
}

.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%;
  background-color: #f9f9f9;
  height: 16vw;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .header {
    height: 11.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 160px;
  }
}
@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
}
.header.is-open .header-top {
  position: fixed;
}
.header.is-open .header-mark {
  display: none;
}

.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 13.3333333333vw 0 4vw;
  width: 100%;
  height: 16vw;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .header-top {
    padding: 0 2.4305555556vw;
    height: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    padding: 0 35px;
    height: 90px;
  }
}

.header-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  position: relative;
  width: 46.2666666667vw;
}
@media screen and (min-width: 751px) {
  .header-logo {
    width: 19.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-logo {
    width: 286px;
  }
}

.header-logo a {
  display: block;
}

.header-description {
  margin-bottom: 0.5em;
  font-size: 2.1333333333vw;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 751px) {
  .header-description {
    font-size: 0.8333333333vw;
    line-height: 1.33em;
  }
}
@media screen and (min-width: 1441px) {
  .header-description {
    font-size: 1.2rem;
  }
}

.header-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6vw;
  margin-left: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .header-mark {
    gap: 0.8333333333vw;
    margin-left: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-mark {
    gap: 12px;
    margin-left: 18px;
  }
}

.header-mark > li:nth-child(1) {
  width: 10vw;
}
@media screen and (min-width: 751px) {
  .header-mark > li:nth-child(1) {
    width: 3.4027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-mark > li:nth-child(1) {
    width: 49px;
  }
}

.header-mark > li:nth-child(2) {
  width: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
  .header-mark > li:nth-child(2) {
    width: 5.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-mark > li:nth-child(2) {
    width: 77px;
  }
}

@media screen and (max-width: 750px) {
  .header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-btn {
    position: absolute;
    top: 0;
    right: 4.1666666667vw;
    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: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-btn {
    right: 60px;
    width: 380px;
  }
}

.header-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;
  width: 12.5vw;
  height: 4.4444444444vw;
  border-style: solid;
  border-width: 0.1388888889vw;
  border-top: none;
  border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
          box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1441px) {
  .header-btn a {
    width: 180px;
    height: 64px;
    border-width: 2px;
    border-radius: 0 0 30px 30px;
  }
}
.header-btn a p {
  position: relative;
  padding-left: 2.5694444444vw;
  font-size: 0.9722222222vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (min-width: 1441px) {
  .header-btn a p {
    padding-left: 37px;
    font-size: 1.4rem;
  }
}
.header-btn a p span {
  font-size: 1.25vw;
}
@media screen and (min-width: 1441px) {
  .header-btn a p span {
    font-size: 1.8rem;
  }
}
.header-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .header-btn a p:before {
    width: 30px;
    height: 30px;
  }
}

.header-btn--contact {
  background-color: #ff4e00;
  border-color: #ff4e00;
}
.header-btn--contact p {
  color: #ffffff;
}
.header-btn--contact p:before {
  background-image: url(../img/common/mail-circle-og.svg);
}
.header-btn--contact:hover {
  background-color: #ffffff;
}
.header-btn--contact:hover p {
  color: #ff4e00;
}

.header-btn--reserve {
  background-color: #ffea00;
  border-color: #ffea00;
}
.header-btn--reserve p {
  color: #2a2f58;
}
.header-btn--reserve p:before {
  background-image: url(../img/common/calendar-circle-ye.svg);
}
.header-btn--reserve:hover {
  background-color: #ffffff;
}

/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 11.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 160px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
  background-color: #edede5;
}
@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }
}

/* ------------------------------------------- main - */
.footer-main {
  padding: 13.3333333333vw 0 8vw 0;
}

.footer-logo {
  margin: 0 auto;
  width: 60vw;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-name {
  margin-top: 2.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.footer-base {
  margin-top: 6.6666666667vw;
  text-align: center;
}

.footer-base dl:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.footer-base dt {
  position: relative;
  width: 100%;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.footer-base dd {
  position: relative;
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12.1527777778vw 0 5.2083333333vw 0;
  }
  .footer-info {
    width: 22.9166666667vw;
  }
  .footer-logo {
    width: 22.2222222222vw;
  }
  .footer-name {
    margin-top: 2.0833333333vw;
    font-size: 1.0416666667vw;
    text-align: left;
  }
  .footer-base {
    margin-top: 2.4305555556vw;
    text-align: left;
  }
  .footer-base dl:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .footer-base dt {
    padding-left: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .footer-base dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5208333333vw 0px 0.5208333333vw 0.6944444444vw;
    border-color: transparent transparent transparent #a6bacf;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-base dd {
    padding-left: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-main {
    padding: 175px 0 75px 0;
  }
  .footer-info {
    width: 330px;
  }
  .footer-name {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .footer-base {
    margin-top: 35px;
  }
  .footer-base dl:nth-child(n+2) {
    margin-top: 20px;
  }
  .footer-base dt {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .footer-base dt:before {
    border-width: 7.5px 0px 7.5px 10px;
  }
  .footer-base dd {
    padding-left: 15px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- navi - */
.footer-navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 6.9444444444vw;
  max-width: 51.3888888889vw;
}

.footer-navi-box > div:nth-child(n+2) {
  margin-top: 2.0833333333vw;
}

.footer-navi-menu a {
  display: block;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.25em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-navi-menu a:hover {
  color: #7d8098;
}

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

.footer-navi-head {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.footer-navi-child {
  margin: 0.6944444444vw 0 0 0.6944444444vw;
}

.footer-navi-child a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  color: #7d8098;
  font-size: 0.9722222222vw;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-navi-child a:hover {
  color: #22366e;
}

@media screen and (min-width: 1441px) {
  .footer-navi {
    gap: 0 100px;
    max-width: 740px;
  }
  .footer-navi-box > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-menu a {
    font-size: 1.5rem;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 20px;
  }
  .footer-navi-head {
    font-size: 1.5rem;
  }
  .footer-navi-child {
    margin: 10px 0 0 10px;
  }
  .footer-navi-child a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
/* ------------------------------------------- sns - */
.footer-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: 5.3333333333vw;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .footer-sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.3888888889vw;
    margin: 0 2.7777777778vw 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer-sns {
    gap: 20px;
    margin-right: 40px;
  }
}

.footer-sns a {
  display: block;
  width: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .footer-sns a {
    width: 1.6666666667vw;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .footer-sns a {
    width: 24px;
  }
}
@media screen and (min-width: 751px) {
  .footer-sns a:hover {
    opacity: 0.5;
  }
}

/* ------------------------------------------- subnavi - */
.footer-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;
}

.footer-subnavi a {
  position: relative;
  display: block;
  font-size: 3.2vw;
}

.footer-subnavi a:nth-child(n+2) {
  margin-left: 2.6666666667vw;
  padding-left: 2.6666666667vw;
}
.footer-subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4vw;
  height: 100%;
  background-color: #2a2f58;
}

@media screen and (min-width: 751px) {
  .footer-subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-subnavi a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .footer-subnavi a:hover {
    color: #7d8098;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 1em;
    padding-left: 1em;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 0.1041666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-subnavi a {
    font-size: 1.4rem;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 1.5px;
  }
}
/* ------------------------------------------- bar - */
.footer-bar {
  position: relative;
  padding: 6.6666666667vw 0;
}
.footer-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: rgba(42, 47, 88, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-copy {
  margin-top: 4.6666666667vw;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bar {
    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;
    height: 4.8611111111vw;
  }
  .footer-bar:before {
    height: 0.0694444444vw;
  }
  .footer-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bar {
    height: 70px;
  }
  .footer-bar:before {
    height: 1px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .gnavi {
    margin: 0 auto;
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi {
    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: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    height: 50px;
  }
}

.gnavi > li {
  position: relative;
}
@media screen and (max-width: 750px) {
  .gnavi > li {
    border-bottom-color: #e3e3e3;
    border-bottom-style: solid;
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li {
    padding: 0 1.3888888889vw;
    min-width: 9.375vw;
    border-left-color: #e3e3e3;
    border-left-style: solid;
    border-left-width: 1px;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li {
    padding: 0 20px;
    min-width: 135px;
    border-left-width: 1px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 0.1388888889vw;
    background-color: #d2cb9c;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:after {
    height: 2px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:hover:after {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:hover .gnavi-child {
    display: block !important;
  }
}

@media screen and (min-width: 751px) {
  .gnavi > li:last-child {
    border-right-color: #e3e3e3;
    border-right-style: solid;
    border-right-width: 1px;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li:last-child {
    border-right-width: 1px;
  }
}

.gnavi-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .gnavi-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13.3333333333vw 0 2.6666666667vw;
    height: 15.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-menu {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-menu {
    height: 50px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-menu > div {
    position: relative;
    width: 100%;
    padding: 0.9722222222vw 0 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-menu > div {
    padding: 14px 0 4px 0;
  }
}

.gnavi-normal a {
  display: block;
}

@media screen and (min-width: 751px) {
  .gnavi-parent .gnavi-menu {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-parent .gnavi-menu {
    padding-right: 20px;
  }
}
.gnavi-parent .gnavi-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-image: url(../img/header/down.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .gnavi-parent .gnavi-menu:after {
    right: 2vw;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-parent .gnavi-menu:after {
    right: 0;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-parent .gnavi-menu:after {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .gnavi-parent.is-open .gnavi-menu:after {
    background-image: url(../img/header/up.svg);
  }
}

.gnavi-catch {
  margin-bottom: 0.3em;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .gnavi-catch {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    font-size: 0.6944444444vw;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-catch {
    font-size: 1rem;
  }
}

.gnavi-label {
  position: absolute;
  padding: 0.1em 1em 0.2em 1em;
  background-color: #fae489;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .gnavi-label {
    top: 50%;
    left: 40vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .gnavi-label {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 0.6944444444vw;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-label {
    font-size: 1rem;
  }
}

.gnavi-ja {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .gnavi-ja {
    font-size: 1.0416666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-ja {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .gnavi-en {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-en {
    margin-top: 0.2em;
    color: #d2cb9c;
    font-size: 0.6944444444vw;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-en {
    font-size: 1rem;
  }
}

.gnavi-child {
  position: relative;
}
@media screen and (max-width: 750px) {
  .gnavi-child {
    display: none;
    margin-left: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #ffffff;
    border-color: #22366e;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child {
    padding: 5px 10px;
    width: 230px;
    border-width: 2px;
    border-radius: 4px;
  }
}

.gnavi-child-menu a {
  position: relative;
  display: block;
  color: #7d8098;
}
@media screen and (max-width: 750px) {
  .gnavi-child-menu a {
    padding: 2vw 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8333333333vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
    border-bottom-color: #e6e6e6;
    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.2s;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child-menu a {
    padding: 12px 10px 10px 10px;
    border-bottom-width: 1px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a:hover {
    color: #22366e;
  }
}

/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    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-top: 20vw;
    height: 100%;
    overflow-x: scroll;
  }
  .drawer-inquiry {
    margin-top: 10.6666666667vw;
    padding: 6.6666666667vw 0;
    background-color: #edede5;
  }
}
@media screen and (min-width: 751px) {
  .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-inquiry {
    display: none;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.3333333333vw;
  height: 16vw;
  background-color: #ffffff;
  z-index: 8888;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #2a2f58;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 4.2666666667vw;
}

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

.toggle span:nth-of-type(3) {
  top: 8.5333333333vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 2.6666666667vw;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle.is-active {
  position: fixed;
  background-color: #2a2f58;
}
.toggle.is-active span {
  background-color: #ffffff;
}
.toggle.is-active .toggle-text {
  color: #ffffff;
}

/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
  margin-bottom: 4.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 35px;
  }
}

.heading-en {
  position: absolute;
  font-family: "Damion", cursive;
  font-size: 4.5333333333vw;
  font-weight: 400;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 2.4rem;
  }
}

.heading-en--gd {
  color: #998604;
}

.heading-en--bg {
  color: #b7b092;
}

.heading-label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 8vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.33em;
}
@media screen and (min-width: 751px) {
  .heading-label {
    padding: 0 2.4305555556vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-label {
    padding: 0 35px;
    font-size: 1.8rem;
  }
}
.heading-label:before, .heading-label:after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  display: inline-block;
  width: 4.6666666667vw;
  height: 8.9333333333vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .heading-label:before, .heading-label:after {
    width: 1.3888888889vw;
    height: 2.7083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-label:before, .heading-label:after {
    width: 20px;
    height: 39px;
  }
}
.heading-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.heading-label:after {
  right: 0;
}

.heading-ja {
  position: relative;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 1.8rem;
  }
}
.heading-ja span {
  position: relative;
  display: inline-block;
}
.heading-ja span.small {
  margin-bottom: 0.5em;
  font-size: 4vw;
  line-height: 1.23em;
}
@media screen and (min-width: 751px) {
  .heading-ja span.small {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.small {
    font-size: 1.8rem;
  }
}
.heading-ja span.mid {
  margin-bottom: 0.3em;
  font-size: 5.3333333333vw;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-ja span.mid {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.mid {
    font-size: 2.8rem;
  }
}
.heading-ja span.large {
  font-size: 7.2vw;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .heading-ja span.large {
    font-size: 2.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.large {
    font-size: 4.2rem;
  }
}
.heading-ja span.big {
  font-size: 7.2vw;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .heading-ja span.big {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.big {
    font-size: 4.8rem;
  }
}
.heading-ja span.gd {
  color: #998604;
}

.heading-ja--deco span.large,
.heading-ja--deco span.big {
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .heading-ja--deco span.large,
  .heading-ja--deco span.big {
    display: inline-block;
    padding: 0 10.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja--deco span.large,
  .heading-ja--deco span.big {
    padding: 0 145px;
  }
}
.heading-ja--deco span.large:before, .heading-ja--deco span.large:after,
.heading-ja--deco span.big:before,
.heading-ja--deco span.big:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 21.3333333333vw;
  height: 8.2666666667vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .heading-ja--deco span.large:before, .heading-ja--deco span.large:after,
  .heading-ja--deco span.big:before,
  .heading-ja--deco span.big:after {
    width: 7.9166666667vw;
    height: 3.0555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja--deco span.large:before, .heading-ja--deco span.large:after,
  .heading-ja--deco span.big:before,
  .heading-ja--deco span.big:after {
    width: 114px;
    height: 44px;
  }
}
.heading-ja--deco span.large:before,
.heading-ja--deco span.big:before {
  left: -8vw;
}
@media screen and (min-width: 751px) {
  .heading-ja--deco span.large:before,
  .heading-ja--deco span.big:before {
    left: 0;
  }
}
.heading-ja--deco span.large:after,
.heading-ja--deco span.big:after {
  right: -8vw;
}
@media screen and (min-width: 751px) {
  .heading-ja--deco span.large:after,
  .heading-ja--deco span.big:after {
    right: 0;
  }
}

.heading-lead {
  margin: 4.6666666667vw auto 0 auto;
  width: 86.6666666667vw;
}
@media screen and (min-width: 751px) {
  .heading-lead {
    margin-top: 1.7361111111vw;
    width: 59.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead {
    margin-top: 25px;
    width: 860px;
  }
}
.heading-lead p {
  text-align: left;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-lead p {
    text-align: center;
    line-height: 1.75em;
  }
}

/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  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;
  padding-right: 8.6666666667vw;
  min-height: 6.4vw;
}
.btn-main span {
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  z-index: 1;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-circle-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding-right: 3.4722222222vw;
    min-height: 2.4305555556vw;
  }
  .btn-main span {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .btn-main:after {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    background-image: url(../img/common/arrow-circle-pbl.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    padding-right: 50px;
    min-height: 35px;
  }
  .btn-main:after {
    width: 35px;
    height: 35px;
  }
}
/* ------------------------------------------- contact - */
.btn-contact {
  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: 10.6666666667vw;
  background-color: #ff5a00;
  border-radius: 5.3333333333vw;
}
.btn-contact p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.btn-contact p span {
  font-size: 3.4666666667vw;
}
.btn-contact:before, .btn-contact:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-contact:before {
  left: 2vw;
  width: 7.2vw;
  height: 7.2vw;
  background-image: url(../img/common/mail-circle-og.svg);
}
.btn-contact:after {
  right: 2.6666666667vw;
  width: 4vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (min-width: 751px) {
  .btn-contact {
    height: 5vw;
    border-radius: 2.5vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-contact p {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .btn-contact p span {
    font-size: 1.3888888889vw;
  }
  .btn-contact:before {
    left: 1.3888888889vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  .btn-contact:after {
    right: 1.5972222222vw;
    width: 1.4583333333vw;
    height: 0.9027777778vw;
    -webkit-transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, transform 0.2s;
    transition: background-image 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .btn-contact:hover {
    background-color: #FFEEE6;
  }
  .btn-contact:hover p {
    color: #ff5a00;
  }
  .btn-contact:hover:after {
    background-image: url(../img/common/arrow-og.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  ::-webkit-full-page-media,
  :future,
  :root .btn-contact:after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-contact {
    height: 72px;
    border-radius: 36px;
  }
  .btn-contact p {
    font-size: 1.6rem;
  }
  .btn-contact p span {
    font-size: 2rem;
  }
  .btn-contact:before {
    left: 20px;
    width: 46px;
    height: 46px;
  }
  .btn-contact:after {
    right: 23px;
    width: 21px;
    height: 13px;
  }
}
/* ------------------------------------------- reserve - */
.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: 10.6666666667vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
}
.btn-reserve p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.btn-reserve:before, .btn-reserve:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-reserve:before {
  left: 1.3333333333vw;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/common/mail-circle-og.svg);
}
.btn-reserve:after {
  right: 2.6666666667vw;
  width: 4vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
}

.btn-reserve--fukaya {
  background-color: #ffea00;
  border-color: #ffea00;
  -webkit-box-shadow: 0px 1px 4.2px 2.8px rgba(160, 154, 89, 0.4);
          box-shadow: 0px 1px 4.2px 2.8px rgba(160, 154, 89, 0.4);
}
.btn-reserve--fukaya p {
  color: #2a2f58;
}
.btn-reserve--fukaya:before {
  background-image: url(../img/common/calendar-circle-ye.svg);
}
.btn-reserve--fukaya:after {
  background-image: url(../img/common/arrow-bl.svg);
}

.btn-reserve--chichibu {
  background-color: #ff4e00;
  border-color: #ff4e00;
  -webkit-box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
          box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
}
.btn-reserve--chichibu p {
  color: #ffffff;
}
.btn-reserve--chichibu:before {
  background-image: url(../img/common/calendar-circle-og.svg);
}
.btn-reserve--chichibu:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (max-width: 750px) {
  .btn-reserve p span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .btn-reserve {
    padding-left: 0.6944444444vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-reserve p {
    font-size: 1.25vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .btn-reserve:before {
    left: 1.0416666667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .btn-reserve:after {
    right: 1.0416666667vw;
    width: 1.4583333333vw;
    height: 0.9027777778vw;
    -webkit-transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, transform 0.2s;
    transition: background-image 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .btn-reserve:hover {
    background-color: #ffffff;
  }
  .btn-reserve:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn-reserve--chichibu:hover p {
    color: #ff5a00;
  }
  .btn-reserve--chichibu:hover:after {
    background-image: url(../img/common/arrow-og.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .btn-reserve:after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-reserve {
    padding-left: 10px;
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .btn-reserve p {
    font-size: 1.8rem;
  }
  .btn-reserve:before {
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .btn-reserve:after {
    right: 15px;
    width: 21px;
    height: 13px;
  }
}
/* ------------------------------------------- first - */
.btn-first {
  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;
  margin: 0 auto;
  width: 92vw;
  height: 24vw;
  background-color: #ecec80;
  border-radius: 12vw;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn-first:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-circle-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-first-box {
  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;
  width: 76.9333333333vw;
  height: 19.4666666667vw;
  background-image: url(../img/common/shape_sp.svg);
  background-size: contain;
  background-position: center;
}
.btn-first-box:before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 4vw;
  display: inline-block;
  width: 8vw;
  height: 7.6vw;
  background-image: url(../img/common/beginner.svg);
  background-size: contain;
}
.btn-first-box p:nth-of-type(1) {
  position: relative;
  display: inline-block;
  margin: 0 0 1.3333333333vw 8.6666666667vw;
  padding: 0.4em 0;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
}
.btn-first-box p:nth-of-type(1) span {
  position: relative;
}
.btn-first-box p:nth-of-type(1) span:before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  background-color: #ecec80;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-first-box p:nth-of-type(1):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #ecec80;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-first-box p:nth-of-type(2) {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .btn-first {
    width: 54.1666666667vw;
    height: 7.6388888889vw;
    border-radius: 3.8194444444vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-first:after {
    right: 0.9027777778vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .btn-first:hover {
    background-color: #a6bacf;
  }
  .btn-first:hover p:nth-of-type(1) span:before {
    background-color: #a6bacf;
  }
  .btn-first:hover p:nth-of-type(1):after {
    background-color: #a6bacf;
  }
  .btn-first-box {
    padding-left: 2.0833333333vw;
    width: 48.4027777778vw;
    height: 6.9444444444vw;
    background-image: url(../img/common/shape.svg);
  }
  .btn-first-box > div {
    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;
  }
  .btn-first-box:before {
    top: 1.7361111111vw;
    left: 1.7361111111vw;
    width: 3.2638888889vw;
    height: 3.125vw;
  }
  .btn-first-box p:nth-of-type(1) {
    margin: 0;
    padding: 0.2em 0;
    font-size: 2.2222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-first-box p:nth-of-type(1) span:before {
    width: 0.4861111111vw;
    height: 0.4861111111vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-first-box p:nth-of-type(1):after {
    height: 0.1388888889vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-first-box p:nth-of-type(2) {
    margin-right: 1.0416666667vw;
    font-size: 0.9722222222vw;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .btn-first {
    width: 780px;
    height: 110px;
    border-radius: 55px;
  }
  .btn-first:after {
    right: 13px;
    width: 35px;
    height: 35px;
  }
  .btn-first-box {
    padding-left: 30px;
    width: 697px;
    height: 100px;
  }
  .btn-first-box:before {
    top: 25px;
    left: 25px;
    width: 47px;
    height: 45px;
  }
  .btn-first-box p:nth-of-type(1) {
    font-size: 3.2rem;
  }
  .btn-first-box p:nth-of-type(1) span:before {
    width: 7px;
    height: 7px;
  }
  .btn-first-box p:nth-of-type(1):after {
    height: 2px;
  }
  .btn-first-box p:nth-of-type(2) {
    margin-right: 15px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- reserve - */
.btn-product {
  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 2vw 0.1em 0;
  height: 12vw;
  background-color: #22366e;
  border-color: #22366e;
  -webkit-box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
          box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 6vw;
}
.btn-product span {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.btn-product:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 4vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-product {
    padding-right: 1.0416666667vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-product span {
    font-size: 1.25vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .btn-product:after {
    right: 1.0416666667vw;
    width: 1.4583333333vw;
    height: 0.9027777778vw;
    -webkit-transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, transform 0.2s;
    transition: background-image 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .btn-product:hover {
    background-color: #ffffff;
  }
  .btn-product:hover span {
    color: #22366e;
  }
  .btn-product:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  ::-webkit-full-page-media,
  :future,
  :root .btn-product:after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-product {
    padding-right: 15px;
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .btn-product span {
    font-size: 1.8rem;
  }
  .btn-product:after {
    right: 15px;
    width: 21px;
    height: 13px;
  }
}
/* ------------------------------------------- recruit - */
.btn-recruit {
  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;
  margin: 0 auto;
  width: 92vw;
  height: 24vw;
  background-color: #a6bacf;
  border-radius: 12vw;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn-recruit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-circle-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-recruit-box {
  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;
  width: 76.9333333333vw;
  height: 19.4666666667vw;
  background-image: url(../img/common/shape_sp.svg);
  background-size: contain;
  background-position: center;
}
.btn-recruit-box:before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 4vw;
  display: inline-block;
  width: 8vw;
  height: 7.6vw;
  background-image: url(../img/common/beginner.svg);
  background-size: contain;
}
.btn-recruit-box p:nth-of-type(1) {
  position: relative;
  display: inline-block;
  margin: 0 0 1.3333333333vw 8.6666666667vw;
  padding: 0.4em 0;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
}
.btn-recruit-box p:nth-of-type(1) span {
  position: relative;
}
.btn-recruit-box p:nth-of-type(1) span:before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  background-color: #a6bacf;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-recruit-box p:nth-of-type(1):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #a6bacf;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-recruit-box p:nth-of-type(2) {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .btn-recruit {
    width: 54.1666666667vw;
    height: 7.6388888889vw;
    border-radius: 3.8194444444vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-recruit:after {
    right: 0.9027777778vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .btn-recruit:hover {
    background-color: #ecec80;
  }
  .btn-recruit:hover p:nth-of-type(1) span:before {
    background-color: #ecec80;
  }
  .btn-recruit:hover p:nth-of-type(1):after {
    background-color: #ecec80;
  }
  .btn-recruit-box {
    padding-left: 2.0833333333vw;
    width: 48.4027777778vw;
    height: 6.9444444444vw;
    background-image: url(../img/common/shape.svg);
  }
  .btn-recruit-box > div {
    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;
  }
  .btn-recruit-box:before {
    top: 1.7361111111vw;
    left: 2.4305555556vw;
    width: 3.2638888889vw;
    height: 3.125vw;
  }
  .btn-recruit-box p:nth-of-type(1) {
    margin: 0;
    padding: 0.2em 0;
    font-size: 2.2222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-recruit-box p:nth-of-type(1) span:before {
    width: 0.4861111111vw;
    height: 0.4861111111vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-recruit-box p:nth-of-type(1):after {
    height: 0.1388888889vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn-recruit-box p:nth-of-type(2) {
    margin-right: 2.0833333333vw;
    font-size: 1.1111111111vw;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .btn-recruit {
    width: 780px;
    height: 110px;
    border-radius: 55px;
  }
  .btn-recruit:after {
    right: 13px;
    width: 35px;
    height: 35px;
  }
  .btn-recruit-box {
    padding-left: 30px;
    width: 697px;
    height: 100px;
  }
  .btn-recruit-box:before {
    top: 25px;
    left: 35px;
    width: 47px;
    height: 45px;
  }
  .btn-recruit-box p:nth-of-type(1) {
    font-size: 3.2rem;
  }
  .btn-recruit-box p:nth-of-type(1) span:before {
    width: 7px;
    height: 7px;
  }
  .btn-recruit-box p:nth-of-type(1):after {
    height: 2px;
  }
  .btn-recruit-box p:nth-of-type(2) {
    margin-right: 30px;
    font-size: 1.6rem;
  }
}
/*  new
-------------------------------------------------------------------------------*/
.new {
  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: 12.5333333333vw;
  height: 5.3333333333vw;
  background-color: #f6f321;
  border-radius: 2.6666666667vw;
  color: #ff5a00;
  font-size: 3.2vw;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .new {
    width: 3.4722222222vw;
    height: 1.3888888889vw;
    border-radius: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .new {
    width: 50px;
    height: 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}

/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: auto;
}

.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.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}

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

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

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

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 6.6666666667vw;
  height: 16vw;
  background-color: #aeaeae;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 2.7777777778vw;
    height: 5.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 40px;
    height: 80px;
    border-width: 3px;
    border-radius: 5px;
  }
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .slide-prev:before,
  .slide-next:before {
    width: 1.5972222222vw;
    height: 0.9722222222vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev:before,
  .slide-next:before {
    width: 23px;
    height: 14px;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover:before,
  .slide-next:hover:before {
    background-image: url(../img/common/arrow-gy.svg);
  }
}

.slide-prev {
  left: 0;
}
.slide-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 0;
}
.slide-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

::-webkit-full-page-media,
:future,
:root .slide-prev:before {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .slide-next:before {
  -webkit-transition: none;
  transition: none;
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  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: 2.1333333333vw;
  margin-top: 4.6666666667vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    gap: 0.6944444444vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    gap: 10px;
    margin-top: 30px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  background-color: #bbbec0;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

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

/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 16vw;
  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: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #2a2f58;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
          box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
  z-index: 7777;
  cursor: pointer;
}
.pagetop span {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.0416666667vw;
    bottom: 2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .pagetop span {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .pagetop:hover {
    background-color: #ffffff;
    border-color: #2a2f58;
  }
  .pagetop:hover span {
    color: #22366e;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 15px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .pagetop span {
    font-size: 1.4rem;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 6666;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn > li {
  padding: 0 0.5333333333vw;
}

.float-btn > li 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: 14.6666666667vw;
}
.float-btn > li a p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.float-btn > li a p span {
  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;
  margin-bottom: 1.3333333333vw;
  padding-left: 6.6666666667vw;
  font-size: 3.7333333333vw;
  height: 5.6vw;
}
.float-btn > li a p span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--reserve {
  width: 32vw;
  background-color: #ffea00;
}
.float-btn--reserve a p span {
  margin-bottom: 0 !important;
}
.float-btn--reserve a p span:before {
  background-image: url(../img/common/calendar-circle-ye.svg);
}

.float-btn--tel {
  width: 32vw;
  background-color: #ff4e00;
}
.float-btn--tel a p {
  color: #ffffff;
}
.float-btn--tel a p span {
  margin-bottom: 0 !important;
}
.float-btn--tel a p span:before {
  background-image: url(../img/common/tel-circle-og.svg);
}

.float-btn--contact {
  width: 36vw;
  background-color: #998604;
}
.float-btn--contact a p {
  color: #ffffff;
}
.float-btn--contact a p span:before {
  background-image: url(../img/common/mail-circle-bg.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  top: 50%;
  right: 0;
  width: 3.75vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8888;
}

.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3888888889vw 0;
}

.follow-btn > li {
  width: 100%;
}

.follow-btn > li 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: 12.5vw;
  border-style: solid;
  border-width: 0.1388888889vw;
  border-right: none;
  border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.follow-btn > li a p {
  position: relative;
  padding-top: 2.5694444444vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.follow-btn > li a p span {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 1.1111111111vw;
}
.follow-btn > li a p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.follow-btn > li a:hover {
  background-color: #ffffff;
}

.follow-btn--fukaya a {
  background-color: #ffea00;
  border-color: #ffea00;
}
.follow-btn--fukaya a p:before {
  background-image: url(../img/common/calendar-circle-ye.svg);
}

.follow-btn--chichibu a {
  background-color: #ff4e00;
  border-color: #ff4e00;
}
.follow-btn--chichibu a p {
  color: #ffffff;
}
.follow-btn--chichibu a p:before {
  background-image: url(../img/common/calendar-circle-og.svg);
}
.follow-btn--chichibu a:hover p {
  color: #ff4e00;
}

@media screen and (min-width: 1441px) {
  .follow {
    width: 54px;
  }
  .follow-btn {
    gap: 20px;
  }
  .follow-btn > li a {
    height: 180px;
    border-width: 2px;
    border-radius: 5px 0 0 5px;
  }
  .follow-btn > li a p {
    padding-top: 37px;
    font-size: 1.2rem;
  }
  .follow-btn > li a p span {
    font-size: 1.6rem;
  }
  .follow-btn > li a p:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  .contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  background-color: #373d64;
}

.contact-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.contact-inner:before, .contact-inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.contact-inner:before {
  left: 0;
  bottom: 0;
  width: 26.6666666667vw;
  height: 35.2vw;
  background-image: url(../img/contact/staff_sp.png);
}
.contact-inner:after {
  top: 14.6666666667vw;
  right: -5.3333333333vw;
  width: 29.7333333333vw;
  height: 22.6666666667vw;
  background-image: url(../img/contact/photo_sp.png);
}

.contact-flag {
  position: relative;
  margin: 0 auto;
  padding: 8vw 0 6.6666666667vw 0;
  width: 100%;
  text-align: center;
}
.contact-flag:before, .contact-flag:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 28.6666666667vw;
  height: 14.5333333333vw;
  background-image: url(../img/contact/flag.svg);
  background-size: contain;
}
.contact-flag:before {
  left: -5.3333333333vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact-flag:after {
  right: -5.3333333333vw;
}

.contact-catch {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.3em;
}
.contact-catch:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -6vw;
  display: inline-block;
  width: 6.9333333333vw;
  height: 7.7333333333vw;
  background-image: url(../img/contact/deco.svg);
  background-size: contain;
}

.contact-heading {
  margin-top: 3.3333333333vw;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.28em;
}

.contact-btn {
  margin: 4.6666666667vw auto 0 auto;
  width: 50.6666666667vw;
}

@media screen and (max-width: 750px) {
  .contact-heading span {
    display: inline-block;
    text-indent: 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .contact-inner {
    width: 69.4444444444vw;
  }
  .contact-inner:before {
    left: -1.7361111111vw;
    bottom: 0;
    width: 16.5972222222vw;
    height: 15.2777777778vw;
    background-image: url(../img/contact/staff.png);
    background-image: image-set(url(../img/contact/staff.png) 1x, url(../img/contact/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/contact/staff.png) 1x, url(../img/contact/staff-2x.png) 2x);
  }
  .contact-inner:after {
    top: 1.7361111111vw;
    right: -6.25vw;
    width: 21.5972222222vw;
    height: 14.375vw;
    background-image: url(../img/contact/photo.png);
    background-image: image-set(url(../img/contact/photo.png) 1x, url(../img/contact/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/contact/photo.png) 1x, url(../img/contact/photo-2x.png) 2x);
  }
  .contact-flag {
    padding: 3.8194444444vw 0 2.4305555556vw 0;
    width: 49.7222222222vw;
  }
  .contact-flag:before, .contact-flag:after {
    width: 10.625vw;
    height: 5.4166666667vw;
  }
  .contact-flag:before {
    left: 0;
  }
  .contact-flag:after {
    right: 0;
  }
  .contact-catch {
    font-size: 1.25vw;
  }
  .contact-catch:before {
    top: -1.3888888889vw;
    left: -2.4305555556vw;
    width: 2.6388888889vw;
    height: 2.9166666667vw;
  }
  .contact-heading {
    margin-top: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
  .contact-btn {
    margin: 1.7361111111vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .contact-inner {
    width: 1000px;
  }
  .contact-inner:before {
    left: -25px;
    bottom: 0;
    width: 239px;
    height: 220px;
  }
  .contact-inner:after {
    top: 25px;
    right: -90px;
    width: 311px;
    height: 207px;
  }
  .contact-flag {
    padding: 55px 0 35px 0;
    width: 716px;
  }
  .contact-flag:before, .contact-flag:after {
    width: 153px;
    height: 78px;
  }
  .contact-catch {
    font-size: 1.8rem;
  }
  .contact-catch:before {
    top: -20px;
    left: -35px;
    width: 38px;
    height: 42px;
  }
  .contact-heading {
    margin-top: 20px;
    font-size: 3.2rem;
  }
  .contact-btn {
    margin: 25px auto 0 auto;
    width: 360px;
  }
}
/*  .consul
-------------------------------------------------------------------------------*/
.consul {
  position: relative;
  padding-bottom: 6.6666666667vw;
  background-color: #2a2f58;
}

.consul-catch {
  margin-bottom: 6vw;
  padding: 4.6666666667vw 0;
  background-color: #373d64;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.consul-heading {
  position: relative;
  margin-bottom: 3.3333333333vw;
}

.consul-ttl {
  position: relative;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.consul-ttl span {
  position: relative;
}
.consul-ttl span:before, .consul-ttl span:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.consul-ttl span:before {
  top: -14.6666666667vw;
  left: -1.3333333333vw;
  width: 14.5333333333vw;
  height: 12.4vw;
  background-image: url(../img/consul/screw_sp.png);
}
.consul-ttl span:after {
  top: -19.3333333333vw;
  right: -1.3333333333vw;
  width: 15.7333333333vw;
  height: 18vw;
  background-image: url(../img/consul/hammer_sp.png);
}

.consul-time {
  margin-top: 1em;
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .consul {
    padding-bottom: 2.0833333333vw;
  }
  .consul--footer {
    padding-bottom: 0 !important;
    height: 18.0555555556vw;
  }
  .consul .inquiry:before {
    content: "";
    position: absolute;
    top: -7.6388888889vw;
    left: -10.4166666667vw;
    display: inline-block;
    width: 16.9444444444vw;
    height: 14.375vw;
    background-image: url(../img/consul/balloon.png);
    background-image: image-set(url(../img/consul/balloon.png) 1x, url(../img/consul/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/consul/balloon.png) 1x, url(../img/consul/balloon-2x.png) 2x);
    background-size: contain;
    z-index: 1;
  }
  .consul-catch {
    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;
    margin-bottom: 1.7361111111vw;
    padding: 0;
    height: 3.125vw;
    font-size: 1.3888888889vw;
    line-height: 1.2em;
  }
  .consul-heading {
    margin-bottom: 1.0416666667vw;
  }
  .consul-ttl {
    font-size: 2.2222222222vw;
  }
  .consul-ttl span:before {
    top: -1.875vw;
    left: -6.0416666667vw;
    width: 4.5138888889vw;
    height: 3.9583333333vw;
    background-image: url(../img/consul/screw.png);
    background-image: image-set(url(../img/consul/screw.png) 1x, url(../img/consul/screw-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/consul/screw.png) 1x, url(../img/consul/screw-2x.png) 2x);
  }
  .consul-ttl span:after {
    top: -3.3333333333vw;
    right: -7.6388888889vw;
    width: 5.9027777778vw;
    height: 6.7361111111vw;
    background-image: url(../img/consul/hammer.png);
    background-image: image-set(url(../img/consul/hammer.png) 1x, url(../img/consul/hammer-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/consul/hammer.png) 1x, url(../img/consul/hammer-2x.png) 2x);
  }
  .consul-time {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .consul {
    padding-bottom: 30px;
  }
  .consul--footer {
    height: 260px;
  }
  .consul .inquiry:before {
    top: -110px;
    left: -150px;
    width: 244px;
    height: 207px;
  }
  .consul-catch {
    margin-bottom: 25px;
    height: 45px;
    font-size: 2rem;
  }
  .consul-heading {
    margin-bottom: 15px;
  }
  .consul-ttl {
    font-size: 3.2rem;
  }
  .consul-ttl span:before {
    top: -27px;
    left: -87px;
    width: 65px;
    height: 57px;
  }
  .consul-ttl span:after {
    top: -48px;
    right: -110px;
    width: 85px;
    height: 97px;
  }
  .consul-time {
    font-size: 1.4rem;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 6.4vw 4.6666666667vw;
  width: 85.3333333333vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 5px 6.86px 0.14px rgba(100, 100, 100, 0.1);
          box-shadow: 0px 5px 6.86px 0.14px rgba(100, 100, 100, 0.1);
  z-index: 2;
}

.inquiry-item {
  position: relative;
}

.inquiry-label {
  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;
  margin-bottom: 2.6666666667vw;
  height: 6.4vw;
  border-radius: 0.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.inquiry-showroom {
  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;
}

.inquiry-showroom-image {
  width: 30.9333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.inquiry-showroom-content {
  width: 34.6666666667vw;
}

.inquiry-showroom-add {
  font-size: 3.2vw;
  line-height: 1.5em;
}

.inquiry-showroom-btn {
  margin-top: 2.6666666667vw;
}

.inquiry-showroom-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: 8vw;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
          box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
  border-radius: 4vw;
}
.inquiry-showroom-btn a span {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.inquiry-showroom-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3333333333vw;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-showroom-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2vw;
  height: 3.0666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-item--fukaya .inquiry-label {
  background-color: #ffea00;
}
.inquiry-item--fukaya .inquiry-showroom-btn a {
  background-color: #ffea00;
  border-color: #ffea00;
}
.inquiry-item--fukaya .inquiry-showroom-btn a span {
  color: #2a2f58;
}
.inquiry-item--fukaya .inquiry-showroom-btn a:before {
  background-image: url(../img/common/calendar-circle-ye.svg);
}
.inquiry-item--fukaya .inquiry-showroom-btn a:after {
  background-image: url(../img/common/arrow-normal-bl.svg);
}

.inquiry-item--chichibu .inquiry-label {
  background-color: #fad7c7;
  color: #ff4e00;
}
.inquiry-item--chichibu .inquiry-showroom-btn a {
  background-color: #ff4e00;
  border-color: #ff4e00;
}
.inquiry-item--chichibu .inquiry-showroom-btn a span {
  color: #ffffff;
}
.inquiry-item--chichibu .inquiry-showroom-btn a:before {
  background-image: url(../img/common/calendar-circle-og.svg);
}
.inquiry-item--chichibu .inquiry-showroom-btn a:after {
  background-image: url(../img/common/arrow-normal-wh.svg);
}

.inquiry-item--consul .inquiry-label {
  background-color: #e3eaf1;
}

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

.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;
  padding-left: 3.6vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
          box-shadow: 0px 1px 4.2px 2.8px rgba(132, 127, 124, 0.4);
}
.inquiry-btn a p {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.28em;
}
.inquiry-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3333333333vw;
  display: inline-block;
  width: 7.2vw;
  height: 7.2vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2vw;
  height: 3.0666666667vw;
  background-image: url(../img/common/arrow-normal-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-btn-reserve {
  width: 34.6666666667vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inquiry-btn-reserve a {
  height: 10.6666666667vw;
  background-color: #456a93;
  border-color: #456a93;
}
.inquiry-btn-reserve a p {
  font-size: 3.7333333333vw;
}
.inquiry-btn-reserve a:before {
  background-image: url(../img/common/calendar-circle-wh.svg);
}

.inquiry-btn-contact {
  width: 37.8666666667vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inquiry-btn-contact a {
  height: 10.6666666667vw;
  background-color: #998604;
  border-color: #998604;
}
.inquiry-btn-contact a p {
  font-size: 2.6666666667vw;
}
.inquiry-btn-contact a p span {
  font-size: 3.4666666667vw;
}
.inquiry-btn-contact a:before {
  background-image: url(../img/common/mail-circle-bg.svg);
}

@media screen and (max-width: 750px) {
  .inquiry {
    gap: 4vw 0;
  }
  .inquiry-item {
    width: 100%;
  }
  .inquiry-item--fukaya,
  .inquiry-item--chichibu {
    padding-bottom: 13.3333333333vw;
  }
  .inquiry-showroom {
    margin: 0 auto;
    width: 70.6666666667vw;
  }
  .inquiry-showroom-tel {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-showroom-tel a {
    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: 10.6666666667vw;
    background-color: #ffffff;
    border-color: #2a2f58;
    border-style: solid;
    border-width: 0.5333333333vw;
    border-radius: 5.3333333333vw;
    margin-top: 1em;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
  }
  .inquiry-showroom-tel a span {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    -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: 1.7361111111vw 3.4722222222vw;
    width: 62.5vw;
    border-radius: 0.6944444444vw;
  }
  .inquiry-label {
    margin-bottom: 0.9027777778vw;
    height: 1.9444444444vw;
    border-radius: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-showroom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .inquiry-showroom-image {
    width: 8.3333333333vw;
    border-radius: 0.2777777778vw;
  }
  .inquiry-showroom-content {
    width: 10.625vw;
  }
  .inquiry-showroom-add {
    font-size: 0.9722222222vw;
    line-height: 1.52em;
  }
  .inquiry-showroom-btn {
    margin-top: 0.6944444444vw;
  }
  .inquiry-showroom-btn a {
    padding: 0 0 0.1em 1.0416666667vw;
    height: 2.5vw;
    border-width: 0.1388888889vw;
    border-radius: 1.25vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .inquiry-showroom-btn a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .inquiry-showroom-btn a:before {
    left: 0.625vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .inquiry-showroom-btn a:after {
    right: 0.6944444444vw;
    width: 0.625vw;
    height: 0.9027777778vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  ::-webkit-full-page-media,
  :future,
  :root .inquiry-showroom-btn a:after {
    -webkit-transition: none;
    transition: none;
  }
  .inquiry-showroom-tel {
    margin-top: 0.6944444444vw;
  }
  .inquiry-showroom-tel a {
    margin-top: 1em;
    font-size: 0.9027777778vw;
    line-height: 1.5em;
    pointer-events: none;
  }
  .inquiry-showroom-tel a span {
    font-size: 1.1111111111vw;
  }
  .inquiry-item--fukaya {
    width: 20.1388888889vw;
  }
  .inquiry-item--fukaya .inquiry-showroom-btn a:hover {
    background-color: #ffffff;
  }
  .inquiry-item--chichibu {
    width: 20.1388888889vw;
  }
  .inquiry-item--chichibu .inquiry-showroom-btn a:hover {
    background-color: #ffffff;
  }
  .inquiry-item--chichibu .inquiry-showroom-btn a:hover span {
    color: #ff4e00;
  }
  .inquiry-item--chichibu .inquiry-showroom-btn a:hover:after {
    background-image: url(../img/common/arrow-normal-og.svg);
  }
  .inquiry-item--consul {
    width: 12.5vw;
  }
  .inquiry-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.1805555556vw;
    margin-top: 1.25vw;
  }
  .inquiry-btn a {
    padding-left: 1.3888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .inquiry-btn a p {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .inquiry-btn a:before {
    left: 0.625vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .inquiry-btn a:after {
    right: 0.6944444444vw;
    width: 0.625vw;
    height: 0.9027777778vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .inquiry-btn-reserve {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inquiry-btn-reserve a {
    height: 2.7777777778vw;
  }
  .inquiry-btn-reserve a p {
    font-size: 1.1111111111vw;
  }
  .inquiry-btn-reserve a:hover {
    background-color: #ffffff;
  }
  .inquiry-btn-reserve a:hover p {
    color: #456a93;
  }
  .inquiry-btn-reserve a:hover:before {
    background-image: url(../img/common/calendar-circle-nv.svg);
  }
  .inquiry-btn-reserve a:hover:after {
    background-image: url(../img/common/arrow-normal-nv.svg);
  }
  .inquiry-btn-contact {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inquiry-btn-contact a {
    height: 4.0277777778vw;
  }
  .inquiry-btn-contact a p {
    font-size: 0.9722222222vw;
  }
  .inquiry-btn-contact a p span {
    font-size: 1.1111111111vw;
  }
  .inquiry-btn-contact a:hover {
    background-color: #ffffff;
  }
  .inquiry-btn-contact a:hover p {
    color: #998604;
  }
  .inquiry-btn-contact a:hover:before {
    background-image: url(../img/common/mail-circle-gd.svg);
  }
  .inquiry-btn-contact a:hover:after {
    background-image: url(../img/common/arrow-normal-gd.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .inquiry-btn a:before {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .inquiry-btn a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 25px 50px;
    width: 900px;
    border-radius: 10px;
  }
  .inquiry-label {
    margin-bottom: 13px;
    height: 28px;
    border-radius: 2px;
    font-size: 1.6rem;
  }
  .inquiry-showroom-image {
    width: 120px;
    border-radius: 4px;
  }
  .inquiry-showroom-content {
    width: 153px;
  }
  .inquiry-showroom-add {
    font-size: 1.4rem;
  }
  .inquiry-showroom-btn {
    margin-top: 10px;
  }
  .inquiry-showroom-btn a {
    padding: 0 0 0.1em 15px;
    height: 36px;
    border-width: 2px;
    border-radius: 18px;
  }
  .inquiry-showroom-btn a span {
    font-size: 1.6rem;
  }
  .inquiry-showroom-btn a:before {
    left: 9px;
    width: 30px;
    height: 30px;
  }
  .inquiry-showroom-btn a:after {
    right: 10px;
    width: 9px;
    height: 13px;
  }
  .inquiry-showroom-tel {
    margin-top: 10px;
  }
  .inquiry-showroom-tel a {
    font-size: 1.3rem;
  }
  .inquiry-showroom-tel a span {
    font-size: 1.6rem;
  }
  .inquiry-item--fukaya {
    width: 290px;
  }
  .inquiry-item--chichibu {
    width: 290px;
  }
  .inquiry-item--consul {
    width: 180px;
  }
  .inquiry-btn {
    gap: 17px;
    margin-top: 18px;
  }
  .inquiry-btn a {
    padding-left: 20px;
    border-width: 2px;
    border-radius: 20px;
  }
  .inquiry-btn a:before {
    left: 9px;
    width: 30px;
    height: 30px;
  }
  .inquiry-btn a:after {
    right: 10px;
    width: 9px;
    height: 13px;
  }
  .inquiry-btn-reserve a {
    height: 40px;
  }
  .inquiry-btn-reserve a p {
    font-size: 1.6rem;
  }
  .inquiry-btn-contact a {
    height: 58px;
  }
  .inquiry-btn-contact a p {
    font-size: 1.4rem;
  }
  .inquiry-btn-contact a p span {
    font-size: 1.6rem;
  }
}
/*  .banner
-------------------------------------------------------------------------------*/
.banner {
  position: relative;
  padding: 6.6666666667vw 0;
  background-color: #f0f0f0;
}

.banner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  margin: 0 auto;
  width: 80vw;
}

.banner-menu a {
  display: block;
  width: 100%;
  border-radius: 1.0666666667vw;
  -webkit-box-shadow: 0px 5px 6.86px 0.14px rgba(100, 100, 100, 0.38);
          box-shadow: 0px 5px 6.86px 0.14px rgba(100, 100, 100, 0.38);
}

@media screen and (min-width: 751px) {
  .banner {
    padding: 3.4722222222vw 0;
  }
  .banner-menu {
    gap: 2.0833333333vw;
    width: 79.1666666667vw;
  }
  .banner-menu a {
    width: 25vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .banner {
    padding: 50px 0;
  }
  .banner-menu {
    gap: 30px;
    width: 1140px;
  }
  .banner-menu a {
    width: 360px;
    border-radius: 8px;
  }
}
/*  #reform
-------------------------------------------------------------------------------*/
/* ------------------------------------------- slide - */
.reform-slide {
  position: relative;
  margin: 0 auto;
  width: 88vw;
}

.reform-slide .swiper-wrapper .swiper-slide {
  width: 42.6666666667vw;
}

.p-reform {
  position: relative;
  background-color: #ffffff;
  border-color: #a6bacf;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  height: auto;
  overflow: hidden;
}

.p-reform a {
  position: relative;
  display: block;
  padding: 1.3333333333vw 1.3333333333vw 4vw 1.3333333333vw;
}
.p-reform a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 4.8vw 4.8vw;
  border-color: transparent transparent #2a2f58 transparent;
}

.p-reform-image {
  margin-bottom: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.p-reform-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 300/220;
}

.p-reform-ttl {
  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;
  margin-bottom: 0.3em;
  min-height: 2.4em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.p-reform-price {
  position: relative;
  color: #f14a4a;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 900;
  text-align: right;
  line-height: 1em;
  letter-spacing: 0;
}
.p-reform-price span {
  position: relative;
  top: 0.02em;
  display: inline-block;
  margin-right: 0.12em;
  font-size: 8.5333333333vw;
  line-height: 1em;
}
.p-reform-price:after {
  content: "(税別)";
  position: absolute;
  right: 0.8em;
  bottom: 1.4em;
  font-size: 3.2vw;
  line-height: 1em;
}

@media screen and (max-width: 750px) {
  .reform-slide .swiper-wrapper .swiper-slide {
    margin-right: 2.6666666667vw;
  }
  .reform-slide .swiper-wrapper .p-reform:last-child {
    margin-right: 0 !important;
  }
  #reform-prev {
    left: -4.6666666667vw;
  }
  #reform-next {
    right: -4.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .reform-slide {
    width: 77.0833333333vw;
  }
  .reform-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.9444444444vw 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .reform-slide .swiper-wrapper .swiper-slide {
    width: 24.3055555556vw;
  }
  .p-reform {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-reform a {
    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.1111111111vw;
  }
  .p-reform a:after {
    border-width: 0px 0px 1.6666666667vw 1.6666666667vw;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .p-reform a:hover:after {
    border-color: transparent transparent #a6bacf transparent;
  }
  .p-reform-image {
    margin: 0;
    width: 8.3333333333vw;
    border-radius: 0.6944444444vw;
  }
  .p-reform-image img {
    aspect-ratio: 120/120;
  }
  .p-reform a:hover .p-reform-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-reform-content {
    width: 12.1527777778vw;
  }
  .p-reform-ttl {
    margin-bottom: 0.1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.3888888889vw;
    text-align: left;
    line-height: 1.4em;
  }
  .p-reform-price span {
    font-size: 3.3333333333vw;
  }
  .p-reform-price:after {
    right: 0.8em;
    bottom: 1.4em;
    font-size: 0.9722222222vw;
  }
  #reform-prev,
  #reform-next,
  #reform-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .reform-slide {
    width: 1110px;
  }
  .reform-slide .swiper-wrapper {
    gap: 28px 30px;
  }
  .reform-slide .swiper-wrapper .swiper-slide {
    width: 350px;
  }
  .p-reform {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-reform a {
    padding: 16px;
  }
  .p-reform a:after {
    border-width: 0px 0px 24px 24px;
  }
  .p-reform-image {
    width: 120px;
    border-radius: 10px;
  }
  .p-reform-content {
    width: 175px;
  }
  .p-reform-ttl {
    font-size: 2rem;
  }
  .p-reform-price span {
    font-size: 4.8rem;
  }
  .p-reform-price:after {
    font-size: 1.4rem;
  }
}
/*  #showroom
-------------------------------------------------------------------------------*/
.showroom {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-color: #edede5;
}

.showroom:not(.create-showroom) .heading:before, .showroom:not(.create-showroom) .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 21.3333333333vw;
  height: 8.2666666667vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}
.showroom:not(.create-showroom) .heading:before {
  left: -1.3333333333vw;
}
.showroom:not(.create-showroom) .heading:after {
  right: -1.3333333333vw;
}
.showroom:not(.create-showroom) .heading-en {
  top: -4vw;
  left: 1.3333333333vw;
}
.showroom:not(.create-showroom) .heading-ja:before, .showroom:not(.create-showroom) .heading-ja:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.showroom:not(.create-showroom) .heading-ja:before {
  top: 2.6666666667vw;
  left: 14.6666666667vw;
  width: 6.9333333333vw;
  height: 8vw;
  background-image: url(../img/showroom/kirakira.svg);
}
.showroom:not(.create-showroom) .heading-ja:after {
  top: -2.6666666667vw;
  right: 10.6666666667vw;
  width: 6.1333333333vw;
  height: 10.8vw;
  background-image: url(../img/showroom/hat.svg);
}

.showroom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
}

.showroom-menu > li {
  padding: 2vw 2vw 2.6666666667vw 2vw;
  width: 44.8vw;
  background-color: #f9f9f9;
  border-radius: 1.3333333333vw;
}

.showroom-menu-image {
  margin-bottom: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.showroom-menu-catch {
  position: relative;
  margin-bottom: 2vw;
  text-align: center;
}
.showroom-menu-catch span {
  position: relative;
  display: inline-block;
  padding: 0 4vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.showroom-menu-catch span:before, .showroom-menu-catch span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.5333333333vw;
  height: 7.3333333333vw;
}
.showroom-menu-catch span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.showroom-menu-catch span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.showroom-menu-name {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.showroom-menu-desc {
  margin-top: 2.6666666667vw;
  padding: 0.5em 0.8em;
  background-color: #e3eaf1;
  border-radius: 0.6666666667vw;
}
.showroom-menu-desc p {
  font-size: 3.2vw;
  line-height: 1.5em;
}

.showroom-menu-add {
  margin-top: 2vw;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.65em;
}

.showroom-menu-tel {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.65em;
}

.showroom-menu-map {
  margin-top: 2.6666666667vw;
}

.showroom-menu-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
  margin: 4vw 0 4.6666666667vw 0;
}
.showroom-menu-equipment dl {
  width: 100%;
}
.showroom-menu-equipment dt {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  width: 100%;
  background-color: #e3eaf1;
  border-radius: 0.6666666667vw;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.1em;
}
.showroom-menu-equipment dd {
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.1em;
}
.showroom-menu-equipment dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6vw;
}
.showroom-menu-equipment dd ul > li {
  padding: 0.2em 0.5em;
  border-color: #a6bacf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.6666666667vw;
  line-height: 1.2em;
}
.showroom-menu-equipment dd ul > li span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.showroom-menu-btn {
  margin: 2.6666666667vw auto 0 auto;
  width: 39.4666666667vw;
}

.showroom-menu--fukaya .showroom-menu-catch span:before, .showroom-menu--fukaya .showroom-menu-catch span:after {
  background-color: #f2e877;
}

.showroom-menu--chichibu .showroom-menu-catch span:before, .showroom-menu--chichibu .showroom-menu-catch span:after {
  background-color: #f3b599;
}

@media screen and (max-width: 750px) {
  .showroom:not(.create-showroom) .heading-ja span.frame {
    margin-bottom: 0.3em;
    padding: 0.2em 0.2em 0.3em 0.2em;
    background-color: #ffffff;
    color: #998604;
  }
  .showroom:not(.create-showroom) .heading-ja span.big {
    line-height: 0.6em;
  }
  .showroom-menu-add {
    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;
    min-height: 3.3em;
  }
}
@media screen and (min-width: 751px) {
  .showroom {
    padding: 5.5555555556vw 0;
  }
  .showroom:not(.create-showroom) .heading {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding-top: 6.25vw;
    width: 9.7222222222vw;
  }
  .showroom:not(.create-showroom) .heading:before, .showroom:not(.create-showroom) .heading:after {
    width: 7.9166666667vw;
    height: 3.0555555556vw;
  }
  .showroom:not(.create-showroom) .heading:before {
    top: 0;
    bottom: auto;
    left: 5.2083333333vw;
  }
  .showroom:not(.create-showroom) .heading:after {
    left: -4.1666666667vw;
    right: auto;
    bottom: -6.9444444444vw;
  }
  .showroom:not(.create-showroom) .heading-en {
    top: auto;
    left: 4.1666666667vw;
    bottom: -3.4722222222vw;
  }
  .showroom:not(.create-showroom) .heading-ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6666666667vw;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .showroom:not(.create-showroom) .heading-ja span.frame {
    color: #998604;
  }
  .showroom:not(.create-showroom) .heading-ja span.big {
    margin: 2.7777777778vw 1.25vw 0 0;
    padding: 0.2em;
    background-color: #ffffff;
    line-height: 0.6em;
  }
  .showroom:not(.create-showroom) .heading-ja span.small {
    margin: 0;
    font-size: 1.6666666667vw;
  }
  .showroom:not(.create-showroom) .heading-ja:before {
    top: -1.0416666667vw;
    left: -1.5972222222vw;
    width: 2.5694444444vw;
    height: 2.9861111111vw;
  }
  .showroom:not(.create-showroom) .heading-ja:after {
    top: 22.9166666667vw;
    right: -1.0416666667vw;
    width: 2.2916666667vw;
    height: 4.0277777778vw;
  }
  .showroom-menu {
    gap: 1.3888888889vw;
    width: 73.6111111111vw;
  }
  .create-showroom .showroom-menu {
    margin: 0 auto !important;
  }
  .showroom-menu > li {
    padding: 1.3888888889vw 1.3888888889vw 2.4305555556vw 1.3888888889vw;
    width: 36.1111111111vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu-catch {
    margin-bottom: 0.6944444444vw;
  }
  .showroom-menu-catch span {
    padding: 0 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .showroom-menu-catch span:before, .showroom-menu-catch span:after {
    width: 0.1388888889vw;
    height: 1.0416666667vw;
  }
  .showroom-menu-name {
    font-size: 2.2222222222vw;
  }
  .showroom-menu-desc {
    margin-top: 1.0416666667vw;
    padding: 1em 1.5em;
    border-radius: 0.3472222222vw;
  }
  .showroom-menu-desc p {
    font-size: 0.9722222222vw;
    text-align: center;
  }
  .showroom-menu-add {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .showroom-menu-tel {
    font-size: 0.9722222222vw;
  }
  .showroom-menu-tel span {
    font-size: 1.1111111111vw;
  }
  .showroom-menu-map {
    margin-top: 1.3888888889vw;
  }
  .showroom-menu-equipment {
    gap: 1.0416666667vw;
    margin: 1.3888888889vw 0 1.7361111111vw 0;
  }
  .showroom-menu-equipment dl {
    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;
  }
  .showroom-menu-equipment dt {
    margin: 0;
    padding: 0.3em 0;
    width: 6em;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .showroom-menu-equipment dd {
    width: calc(100% - 7em);
    font-size: 0.9027777778vw;
  }
  .showroom-menu-equipment dd ul {
    gap: 0.3472222222vw;
  }
  .showroom-menu-equipment dd ul > li {
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
  }
  .showroom-menu-btn {
    margin: 1.0416666667vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom {
    padding: 80px 0;
  }
  .showroom:not(.create-showroom) .heading {
    padding-top: 90px;
    width: 140px;
  }
  .showroom:not(.create-showroom) .heading:before, .showroom:not(.create-showroom) .heading:after {
    width: 114px;
    height: 44px;
  }
  .showroom:not(.create-showroom) .heading:before {
    left: 75px;
  }
  .showroom:not(.create-showroom) .heading:after {
    left: -60px;
    bottom: -100px;
  }
  .showroom:not(.create-showroom) .heading-en {
    left: 60px;
    bottom: -50px;
  }
  .showroom:not(.create-showroom) .heading-ja {
    font-size: 2.4rem;
  }
  .showroom:not(.create-showroom) .heading-ja span.small {
    font-size: 2.4rem;
  }
  .showroom:not(.create-showroom) .heading-ja span.big {
    margin: 40px 18px 0 0;
  }
  .showroom:not(.create-showroom) .heading-ja:before {
    top: -15px;
    left: -23px;
    width: 37px;
    height: 43px;
  }
  .showroom:not(.create-showroom) .heading-ja:after {
    top: 330px;
    right: -15px;
    width: 33px;
    height: 58px;
  }
  .showroom-menu {
    gap: 20px;
    width: 1060px;
  }
  .showroom-menu > li {
    padding: 20px 20px 35px 20px;
    width: 520px;
    border-radius: 10px;
  }
  .showroom-menu-image {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .showroom-menu-catch {
    margin-bottom: 10px;
  }
  .showroom-menu-catch span {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  .showroom-menu-catch span:before, .showroom-menu-catch span:after {
    width: 2px;
    height: 15px;
  }
  .showroom-menu-name {
    font-size: 3.2rem;
  }
  .showroom-menu-desc {
    margin-top: 15px;
    border-radius: 5px;
  }
  .showroom-menu-desc p {
    font-size: 1.4rem;
  }
  .showroom-menu-add {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .showroom-menu-tel {
    font-size: 1.4rem;
  }
  .showroom-menu-tel span {
    font-size: 1.6rem;
  }
  .showroom-menu-map {
    margin-top: 20px;
  }
  .showroom-menu-equipment {
    gap: 15px;
    margin: 20px 0 25px 0;
  }
  .showroom-menu-equipment dt {
    border-radius: 5px;
    font-size: 1.3rem;
  }
  .showroom-menu-equipment dd {
    font-size: 1.3rem;
  }
  .showroom-menu-equipment dd ul {
    gap: 5px;
  }
  .showroom-menu-equipment dd ul > li {
    border-width: 1px;
    border-radius: 5px;
  }
  .showroom-menu-btn {
    margin: 15px auto 0 auto;
    width: 360px;
  }
}
/* ------------------------------------------- promise - */
.promise {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  padding: 7.3333333333vw 6vw 4.6666666667vw 6vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.promise:before {
  content: "";
  position: absolute;
  top: -1.8666666667vw;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3.7333333333vw;
  background-image: url(../img/common/stripe.svg);
  background-size: auto 3.7333333333vw;
  background-repeat: repeat-x;
}

.promise-heading {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.promise-text {
  margin-top: 1em;
}
.promise-text p {
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .promise {
    margin: 2.0833333333vw auto 0 auto;
    padding: 1.7361111111vw 2.0833333333vw 1.3888888889vw 2.0833333333vw;
    width: 48.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .promise:before {
    top: -0.5555555556vw;
    height: 1.1111111111vw;
    background-size: auto 1.1111111111vw;
  }
  .promise-heading {
    font-size: 1.4583333333vw;
  }
  .promise-text p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .promise {
    margin: 30px auto 0 auto;
    padding: 25px 30px 20px 30px;
    width: 700px;
    border-radius: 10px;
  }
  .promise:before {
    top: -8px;
    height: 16px;
    background-size: auto 16px;
  }
  .promise-heading {
    font-size: 2.1rem;
  }
  .promise-text p {
    font-size: 1.4rem;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-image: url(../img/common/bg-dot_sp.jpg);
  background-repeat: repeat;
}
.works .heading-ja span.small {
  position: relative;
}
.works .heading-ja span.small:after {
  content: "";
  position: absolute;
  top: -6vw;
  right: -13.3333333333vw;
  display: inline-block;
  width: 14.4vw;
  height: 10.1333333333vw;
  background-image: url(../img/works/bugle.svg);
  background-size: contain;
}
.works .heading-en {
  top: -3.3333333333vw;
  left: 8vw;
}

.works-btn {
  margin-top: 5.3333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .works {
    padding: 6.9444444444vw 0 4.1666666667vw 0;
    background-image: url(../img/common/bg-dot.jpg);
    background-image: image-set(url(../img/common/bg-dot.jpg) 1x, url(../img/common/bg-dot-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg-dot.jpg) 1x, url(../img/common/bg-dot-2x.jpg) 2x);
  }
  .works .heading-ja span.small:after {
    top: -1.7361111111vw;
    right: -9.375vw;
    width: 5.2777777778vw;
    height: 3.6805555556vw;
  }
  .works .heading-en {
    top: -1.0416666667vw;
    left: 28.4722222222vw;
  }
  .works-btn {
    margin-top: 1.7361111111vw;
    text-align: right;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 100px 0 60px 0;
  }
  .works .heading-ja span.small:after {
    top: -25px;
    right: -135px;
    width: 76px;
    height: 53px;
  }
  .works .heading-en {
    top: -15px;
    left: 410px;
  }
  .works-btn {
    margin-top: 25px;
  }
}
/*  event --> post
-------------------------------------------------------------------------------*/
.p-event {
  position: relative;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.p-event a {
  position: relative;
  display: block;
  height: 100%;
}

.p-event-new {
  position: absolute;
  top: 2vw;
  right: 2vw;
}

.p-event-image {
  position: relative;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  overflow: hidden;
}
.p-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 460/378;
}

.p-event-content {
  padding: 3.3333333333vw 3.7333333333vw;
}

.p-event-ttl {
  max-height: 4.5em;
  font-size: 3.8666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-event-info {
  position: relative;
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}
.p-event-info p {
  position: relative;
  padding-left: 4.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.36em;
}
.p-event-info p:before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  display: inline-block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background-size: contain;
  background-position: center;
}
.p-event-info p:nth-child(n+2) {
  margin-top: 2vw;
}

.p-event-info-date:before {
  background-image: url(../img/event/calendar.svg);
}

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

.p-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(187, 190, 192, 0.8);
  z-index: 2;
}
.p-event-end p {
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.64em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .p-event {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-event-new {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
  .p-event-image {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
  .p-event-image img {
    aspect-ratio: 400/300;
  }
  .p-event a:hover .p-event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-event-content {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .p-event-ttl {
    max-height: 3em;
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 2;
  }
  .p-event-info {
    margin-top: 1.0416666667vw;
    padding-left: 0.3472222222vw;
    padding-right: 0.3472222222vw;
    border-top-width: 0.0694444444vw;
  }
  .p-event-info p {
    padding-left: 1.7361111111vw;
    font-size: 0.9027777778vw;
  }
  .p-event-info p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .p-event-info p:nth-child(n+2) {
    margin-top: 0.3472222222vw;
  }
  .p-event-end p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-event {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-event-new {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
    top: 10px;
    right: 10px;
  }
  .p-event-image {
    border-radius: 10px 10px 0 0;
  }
  .p-event-content {
    padding: 20px 25px;
  }
  .p-event-ttl {
    font-size: 1.6rem;
  }
  .p-event-excerpt {
    border-top-width: 1px;
  }
  .p-event-excerpt p {
    font-size: 1.3rem;
  }
  .p-event-info {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-width: 1px;
  }
  .p-event-info p {
    padding-left: 25px;
    font-size: 1.3rem;
  }
  .p-event-info p:before {
    width: 14px;
    height: 14px;
  }
  .p-event-info p:nth-child(n+2) {
    margin-top: 5px;
  }
  .p-event-end p {
    font-size: 2rem;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.p-works {
  position: relative;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
}

.p-works a {
  position: relative;
  display: block;
  height: 100%;
}

.p-works-image {
  position: relative;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  overflow: hidden;
}
.p-works-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 460/378;
}

.p-works-content {
  padding: 3.3333333333vw 3.7333333333vw;
}

.p-works-area {
  margin-bottom: 0.8em;
  font-size: 2.9333333333vw;
  line-height: 1.5em;
}

.p-works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-bottom: 2vw;
}
.p-works-cat > li {
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #998604;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 500;
}

.p-works-ttl {
  max-height: 4.5em;
  font-size: 3.8666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-works-excerpt {
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}
.p-works-excerpt p {
  max-height: 4.08em;
  font-size: 2.9333333333vw;
  line-height: 1.36em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .p-works {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-works-image {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
  .p-works-image img {
    aspect-ratio: 400/300;
  }
  .p-works a:hover .p-works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-works-content {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .p-works-area {
    font-size: 0.9027777778vw;
  }
  .p-works-cat {
    gap: 0.3472222222vw;
    margin-bottom: 0.6944444444vw;
  }
  .p-works-cat > li {
    border-radius: 0.1388888889vw;
    font-size: 0.9027777778vw;
  }
  .p-works-ttl {
    max-height: 3em;
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 2;
  }
  .p-works-excerpt {
    border-top-width: 0.0694444444vw;
  }
  .p-works-excerpt p {
    max-height: 3.4em;
    font-size: 0.9027777778vw;
    line-height: 1.7em;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1441px) {
  .p-works {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-works-image {
    border-radius: 10px 10px 0 0;
  }
  .p-works-content {
    padding: 20px 25px;
  }
  .p-works-area {
    font-size: 1.3rem;
  }
  .p-works-cat {
    gap: 5px;
    margin-bottom: 10px;
  }
  .p-works-cat > li {
    border-radius: 2px;
    font-size: 1.3rem;
  }
  .p-works-ttl {
    font-size: 1.6rem;
  }
  .p-works-excerpt {
    border-top-width: 1px;
  }
  .p-works-excerpt p {
    font-size: 1.3rem;
  }
}
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

.works-slide .swiper-wrapper .swiper-slide {
  position: relative;
  left: 2vw;
  margin-right: 4vw;
  width: 61.3333333333vw !important;
  background-color: #ffffff;
  height: auto;
}

.works-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

#works-prev {
  left: 1.3333333333vw;
}

#works-next {
  right: 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-slide .swiper-wrapper .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 27.7777777778vw !important;
  }
  #works-slide .swiper-wrapper-mask .swiper-slide-prev:before,
  #works-slide .swiper-wrapper-mask .swiper-slide-next:before {
    content: none !important;
  }
  #works-prev {
    left: -2.7777777778vw;
  }
  #works-next {
    right: -2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-slide .swiper-wrapper .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 400px !important;
  }
  #works-prev {
    left: -40px;
  }
  #works-next {
    right: -40px;
  }
}
/*  column --> post
-------------------------------------------------------------------------------*/
.p-column {
  position: relative;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
}

.p-column 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: 1.3333333333vw;
}

.p-column-image {
  position: relative;
  width: 26.6666666667vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.p-column-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 200/150;
}

.p-column-content {
  padding-top: 0.2em;
  width: 46vw;
}

.p-column-ttl {
  max-height: 2.84em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.42em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-column-tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw 2.6666666667vw;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}

.p-column-tag > li {
  font-size: 2.9333333333vw;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.p-column-tag > li:before {
  content: "#";
}

@media screen and (min-width: 751px) {
  .p-column {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-column a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
  }
  .p-column-image {
    width: 11.8055555556vw;
    border-radius: 0.3472222222vw;
  }
  .p-column a:hover .p-column-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-column-content {
    padding: 0;
    width: 18.0555555556vw;
  }
  .p-column-ttl {
    height: auto;
    max-height: 3em;
    font-size: 1.1111111111vw;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
  }
  .p-column-tag {
    gap: 0.3472222222vw 0.6944444444vw;
    margin-top: 1.0416666667vw;
    padding-top: 0.8em;
    border-top-width: 0.0694444444vw;
  }
  .p-column-tag > li {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-column {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-column a {
    padding: 10px;
  }
  .p-column-image {
    width: 170px;
    border-radius: 5px;
  }
  .p-column-content {
    width: 260px;
  }
  .p-column-ttl {
    font-size: 1.6rem;
  }
  .p-column-tag {
    gap: 5px 10px;
    margin-top: 15px;
    border-top-width: 1px;
  }
  .p-column-tag > li {
    font-size: 1.3rem;
  }
}
/*  voice --> post
-------------------------------------------------------------------------------*/
.p-voice {
  position: relative;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
}

.p-voice a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 4vw 2.6666666667vw;
  height: 100%;
}

.p-voice-image {
  position: relative;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.p-voice-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 420/322.875;
}

.p-voice-content {
  padding: 3.3333333333vw 1.0666666667vw 0 1.0666666667vw;
}

.p-voice-ttl {
  max-height: 4.5em;
  font-size: 3.8666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-voice-area {
  position: relative;
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}
.p-voice-area p {
  position: relative;
  padding-left: 4.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.36em;
}
.p-voice-area p:before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  display: inline-block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background-image: url(../img/event/pin.svg);
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 751px) {
  .p-voice {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-voice a {
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw 1.3888888889vw;
  }
  .p-voice-image {
    border-radius: 0.6944444444vw;
  }
  .p-voice a:hover .p-voice-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-voice-content {
    padding: 1.3888888889vw 0.3472222222vw 0 0.3472222222vw;
  }
  .p-voice-ttl {
    max-height: 3em;
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 2;
  }
  .p-voice-area {
    margin-top: 1.0416666667vw;
    border-top-width: 0.0694444444vw;
  }
  .p-voice-area p {
    padding-left: 1.7361111111vw;
    font-size: 0.9027777778vw;
  }
  .p-voice-area p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-voice {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-voice a {
    padding: 20px 20px 25px 20px;
  }
  .p-voice-image {
    border-radius: 10px;
  }
  .p-voice-content {
    padding: 20px 5px 0 5px;
  }
  .p-voice-ttl {
    font-size: 1.6rem;
  }
  .p-voice-area {
    margin-top: 15px;
    border-top-width: 1px;
  }
  .p-voice-area p {
    padding-left: 25px;
    font-size: 1.3rem;
  }
  .p-voice-area p:before {
    width: 14px;
    height: 14px;
  }
}
/*  movie --> post
-------------------------------------------------------------------------------*/
.p-movie {
  position: relative;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
}

.p-movie a {
  position: relative;
  display: block;
  height: 100%;
}

.p-movie-image {
  position: relative;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  overflow: hidden;
}
.p-movie-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 400/224;
}

.p-movie-content {
  padding: 3.3333333333vw 3.7333333333vw;
}

.p-movie-ttl {
  max-height: 4.5em;
  font-size: 3.8666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .p-movie {
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-movie-image {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
  .p-movie a:hover .p-movie-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-movie-content {
    padding: 1.0416666667vw 1.7361111111vw;
  }
  .p-movie-ttl {
    max-height: 3em;
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1441px) {
  .p-movie {
    border-width: 1px;
    border-radius: 10px;
  }
  .p-movie-image {
    border-radius: 10px 10px 0 0;
  }
  .p-movie-content {
    padding: 15px 25px;
  }
  .p-movie-ttl {
    font-size: 1.6rem;
  }
}