@charset "UTF-8";
/* sub -- > common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
}

.sub-heading {
  position: relative;
  padding: 26.6666666667vw 0 10.6666666667vw;
  background-image: url(../img/sub/bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .sub-heading {
    padding: 2.0833333333vw 0 2.7777777778vw 0;
    background-image: url(../img/sub/bg.jpg);
    background-image: image-set(url(../img/sub/bg.jpg) 1x, url(../img/sub/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/sub/bg.jpg) 1x, url(../img/sub/bg-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sub-heading {
    padding: 30px 0 40px 0;
  }
}
.sub-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
}

.sub-jp {
  position: relative;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.3em;
  z-index: 1;
}

.sub-en {
  position: relative;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  z-index: 1;
}

.sub-contents {
  margin: 0 auto;
  padding: 5.3333333333vw 0 13.3333333333vw 0;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub-contents {
    padding: 1.3888888889vw 0 6.9444444444vw 0;
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub-contents {
    padding: 20px 0 100px 0;
    width: 550px;
  }
}

.none {
  margin: 5em 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .complete,
  .notfound {
    margin-top: 5em;
  }
}

.complete p,
.notfound p {
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  .notfound p {
    text-align: center;
    line-height: 2.8em;
  }
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.25em;
  font-weight: 500;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 2em;
}

/* sub -- > company
-------------------------------------------------------------------------------*/
.sub--company .sub-contents {
  padding-bottom: 0 !important;
  width: 100%;
}

/* ------------------------------------------- intro - */
.company-intro-main {
  width: 88.8vw;
}

.company-intro-text {
  margin: 13.3333333333vw auto 0 auto;
  width: 89.3333333333vw;
}

.company-intro-sub {
  position: relative;
  margin-top: 17.3333333333vw;
}

.company-intro-sub1 {
  position: absolute;
  top: 21.3333333333vw;
  left: 0;
  width: 34.9333333333vw;
}

.company-intro-sub2 {
  margin-left: auto;
  width: 54.4vw;
}

@media screen and (min-width: 751px) {
  .company-intro-main {
    width: 37.0138888889vw;
  }
  .company-intro-text {
    margin: 4.8611111111vw auto 0 auto;
    width: 32.3611111111vw;
  }
  .company-intro-sub {
    margin-top: 5.9027777778vw;
  }
  .company-intro-sub1 {
    top: 10.0694444444vw;
    width: 14.5833333333vw;
  }
  .company-intro-sub2 {
    width: 22.7083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-intro-main {
    width: 533px;
  }
  .company-intro-text {
    margin: 70px auto 0 auto;
    width: 466px;
  }
  .company-intro-sub {
    margin-top: 85px;
  }
  .company-intro-sub1 {
    top: 145px;
    width: 210px;
  }
  .company-intro-sub2 {
    width: 327px;
  }
}
/* ------------------------------------------- ceo - */
.company-intro-ceo {
  margin: 5.3333333333vw auto 0;
  line-height: 1.75em;
  width: 89.3333333333vw;
}
.company-intro-ceo dl {
  text-align: right;
}

@media screen and (min-width: 751px) {
  .company-intro-ceo {
    margin-top: 1.3888888889vw;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-intro-ceo {
    margin-top: 20px;
    width: 466px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  margin: 18.6666666667vw 0 13.3333333333vw 0;
}

.overview-box {
  padding: 5.3333333333vw;
  background-color: #ffffff;
}

.overview-data dl {
  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: 4vw 0;
}
.overview-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.3333333333vw;
  height: 0.2666666667vw;
  background-color: #000000;
}

.overview-data dl dt {
  position: relative;
  width: 21.3333333333vw;
  line-height: 1.75em;
}

.overview-data dl dd {
  width: calc(100% - 26.6666666667vw);
  line-height: 1.75em;
}

@media screen and (min-width: 751px) {
  .overview {
    margin: 4.8611111111vw 0 3.4722222222vw 0;
  }
  .overview-box {
    padding: 2.7777777778vw 2.4305555556vw;
  }
  .overview-data dl {
    padding: 1.3888888889vw 0;
  }
  .overview-data dl:after {
    width: 7.6388888889vw;
    height: 0.0694444444vw;
  }
  .overview-data dl dt {
    width: 7.6388888889vw;
    line-height: 2em;
  }
  .overview-data dl dd {
    width: calc(100% - 9.0277777778vw);
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    margin: 70px 0 50px 0;
  }
  .overview-box {
    padding: 40px 35px;
  }
  .overview-data dl {
    padding: 20px 0;
  }
  .overview-data dl:after {
    width: 110px;
    height: 1px;
  }
  .overview-data dl dt {
    width: 110px;
  }
  .overview-data dl dd {
    width: calc(100% - 130px);
  }
}
/* sub -- > modelhouse
-------------------------------------------------------------------------------*/
.sub--modelhouse .sub-contents {
  padding-bottom: 16vw;
  width: 100% !important;
}
@media screen and (min-width: 751px) {
  .sub--modelhouse .sub-contents {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--modelhouse .sub-contents {
    padding-bottom: 60px;
  }
}

/* ------------------------------------------- intro - */
.modelhouse-intro-image {
  margin-bottom: 35px;
}

.modelhouse-slide {
  position: relative;
  margin-top: 13.3333333333vw;
  overflow: hidden;
}

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

.modelhouse-slide .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 46.6666666667vw;
}

.modelhouse-slide .swiper-slide:last-child {
  margin-right: 0;
}

.modelhouse-intro-list {
  margin-bottom: 6.4vw;
}
.modelhouse-intro-list li {
  position: relative;
  margin-left: 2.6666666667vw;
  line-height: 2.8em;
}
.modelhouse-intro-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -3.2vw;
}

@media screen and (min-width: 751px) {
  .modelhouse-intro .inner {
    width: 32.3611111111vw;
  }
  .modelhouse-intro-image {
    margin-bottom: 2.4305555556vw;
  }
  .modelhouse-slide {
    margin-top: 4.5138888889vw;
  }
  .modelhouse-slide .swiper-slide {
    margin-right: 0.6944444444vw;
    width: 12.1527777778vw;
  }
  .modelhouse-intro-list {
    margin-bottom: 1.6666666667vw;
  }
  .modelhouse-intro-list li {
    margin-left: 0.6944444444vw;
  }
  .modelhouse-intro-list li::before {
    left: -0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse-intro .inner {
    width: 466px;
  }
  .modelhouse-intro-image {
    margin-bottom: 35px;
  }
  .modelhouse-slide {
    margin-top: 65px;
  }
  .modelhouse-slide .swiper-slide {
    margin-right: 10px;
    width: 175px;
  }
  .modelhouse-intro-list {
    margin-bottom: 24px;
  }
  .modelhouse-intro-list li {
    margin-left: 10px;
  }
  .modelhouse-intro-list li::before {
    left: -12px;
  }
}
/* -------------------------------------------  - */
.modelhouse-point {
  margin-top: 26.6666666667vw;
  padding-bottom: 8vw;
}

.modelhouse-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 0;
}

.modelhouse-point-list > li {
  width: 100%;
}

.modelhouse-point-image {
  margin-bottom: 10.6666666667vw;
  width: 90.6666666667vw;
}

.modelhouse-point-list > li:nth-child(even) .modelhouse-point-image {
  margin-left: auto;
}

.modelhouse-point-content {
  margin: 0 auto;
  width: 89.3333333333vw;
}

@media screen and (min-width: 751px) {
  .modelhouse-point {
    margin-top: 6.9444444444vw;
    padding-bottom: 3.4722222222vw;
  }
  .modelhouse-point-list {
    gap: 6.9444444444vw 0;
  }
  .modelhouse-point-image {
    margin-bottom: 4.1666666667vw;
    width: 39.9305555556vw;
  }
  .modelhouse-point-content {
    margin: 0 auto;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse-point {
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .modelhouse-point-list {
    gap: 100px 0;
  }
  .modelhouse-point-image {
    margin-bottom: 60px;
    width: 575px;
  }
  .modelhouse-point-content {
    width: 466px;
  }
}
/* sub -- > access-
-------------------------------------------------------------------------------*/
.access-main {
  margin: 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .access-main {
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .access-main {
    width: 466px;
  }
}

.access-add {
  margin-top: 2em;
  line-height: 2em;
}

.access-map {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .access-map {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .access-map {
    margin-top: 70px;
  }
}
.access-map .ggmap {
  padding-bottom: 53.8%;
}

/* sub -- > consul
-------------------------------------------------------------------------------*/
.sub--consul .sub-contents {
  padding-bottom: 0 !important;
  width: 100% !important;
}

.consul {
  margin-bottom: 13.3333333333vw;
}

.consul-slide {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 100%;
  overflow: hidden;
}

.consul-pagination {
  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: 5.3333333333vw;
  bottom: auto !important;
}
.consul-pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  background-color: #80796D;
  border-radius: 50% !important;
}
.consul-pagination .swiper-pagination-bullet-active {
  background-color: #80796D !important;
}

.consul-text {
  padding: 6.6666666667vw 6.1333333333vw;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {
  .consul-text {
    margin-left: -5.3333333333vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .consul {
    margin-bottom: 3.4722222222vw;
  }
  .consul-slide {
    margin: 0 auto 3.4722222222vw auto;
    width: 32.3611111111vw;
  }
  .consul-pagination {
    gap: 0.6944444444vw;
    margin-top: 2.0833333333vw;
  }
  .consul-pagination .swiper-pagination-bullet {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .consul-text {
    padding: 2.4305555556vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .consul {
    margin-bottom: 50px;
  }
  .consul-slide {
    margin: 0 auto 50px auto;
    width: 466px;
  }
  .consul-pagination {
    gap: 10px;
    margin-top: 30px;
  }
  .consul-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .consul-text {
    padding: 35px 30px;
  }
}
/* sub -- > flow
-------------------------------------------------------------------------------*/
.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
  margin-top: 8vw;
}

.flow-step > li {
  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: 100%;
  min-height: 40vw;
  background-color: #ffffff;
  border-color: #80796D;
  border-style: solid;
  border-width: 0.2666666667vw;
  text-align: center;
}

.flow-step-num {
  position: absolute;
  top: 0;
  left: 4vw;
  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: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #80796D;
}
.flow-step-num p {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  letter-spacing: 0.3em;
}
.flow-step-num p span {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 3.3em;
}

.flow-step-ttl {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  line-height: 2.13em;
}

@media screen and (min-width: 751px) {
  .flow-step {
    gap: 2.0833333333vw 0;
    margin: 3.4722222222vw auto 0 auto;
    width: 28.1944444444vw;
  }
  .flow-step > li {
    min-height: 11.1111111111vw;
    border-width: 0.0694444444vw;
  }
  .flow-step-num {
    left: 1.3888888889vw;
    width: 4.5138888889vw;
    height: 4.5138888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .flow-step {
    gap: 30px 0;
    margin: 50px auto 0 auto;
    width: 406px;
  }
  .flow-step > li {
    min-height: 160px;
    border-width: 1px;
  }
  .flow-step-num {
    left: 20px;
    width: 65px;
    height: 65px;
  }
}
/* sub -- > lineup（le-cool）
-------------------------------------------------------------------------------*/
.sub--le-cool .sub-en {
  text-transform: none;
}

/* ------------------------------------------- intro - */
.lineup-intro-image {
  position: relative;
  margin-left: -5.3333333333vw;
  width: 100vw;
}

.lineup-intro-content {
  position: relative;
  top: -9.3333333333vw;
  margin-bottom: -9.3333333333vw;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  z-index: 1;
}

.lineup-intro .heading-1 {
  line-height: 2.26em;
}

@media screen and (min-width: 751px) {
  .lineup-intro-image {
    margin-left: auto;
    width: 33.125vw;
  }
  .lineup-intro-content {
    top: -2.4305555556vw;
    margin-bottom: -2.4305555556vw;
    padding: 3.4722222222vw 2.9861111111vw;
    width: 33.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-intro-image {
    width: 477px;
  }
  .lineup-intro-content {
    top: -35px;
    margin-bottom: -35px;
    padding: 50px 43px;
    width: 478px;
  }
}
/* ------------------------------------------- standard - */
.standard {
  margin-top: 21.3333333333vw;
}

.standard-area > section:nth-child(n+2) {
  margin-top: 16vw;
}

.equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 0;
  margin: 0 auto;
  width: 77.3333333333vw;
}

.equipment-item {
  width: 100%;
}

.equipment-slide {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.equipment-heading {
  margin-bottom: 1.4em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.equipment-prev,
.equipment-next {
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 10.6666666667vw;
  background-color: #80796D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 1;
}
.equipment-prev:before,
.equipment-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 5.0666666667vw;
  background-image: url(../img/lineup/arrow.svg);
  background-size: contain;
}
.equipment-prev:hover,
.equipment-next:hover {
  background-color: #686053;
}

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

.equipment-next {
  right: -6vw;
}
.equipment-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .standard {
    margin-top: 6.9444444444vw;
  }
  .standard-area > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .equipment {
    gap: 4.1666666667vw 0;
    width: 32.2916666667vw;
  }
  .equipment-slide {
    margin-bottom: 1.3888888889vw;
  }
  .equipment-prev,
  .equipment-next {
    width: 1.5277777778vw;
    height: 4.8611111111vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .equipment-prev:before,
  .equipment-next:before {
    width: 0.4861111111vw;
    height: 1.875vw;
  }
  .equipment-prev:hover,
  .equipment-next:hover {
    background-color: #686053;
  }
  .equipment-prev {
    left: -2.9513888889vw;
  }
  .equipment-next {
    right: -2.9513888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .standard {
    margin-top: 100px;
  }
  .standard-area > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .equipment {
    gap: 60px 0;
    width: 465px;
  }
  .equipment-slide {
    margin-bottom: 20px;
  }
  .equipment-prev,
  .equipment-next {
    width: 22px;
    height: 70px;
  }
  .equipment-prev:before,
  .equipment-next:before {
    width: 7px;
    height: 27px;
  }
  .equipment-prev {
    left: -42.5px;
  }
  .equipment-next {
    right: -42.5px;
  }
}
/* ------------------------------------------- structure - */
.structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.structure > li {
  position: relative;
  padding: 13.3333333333vw 8vw;
  width: 100%;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.structure > li:first-child {
  padding-top: 6.6666666667vw;
}

.structure-heading {
  margin-bottom: 4em;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.86em;
}
.structure-heading span.structure-unit {
  font-size: 0.8em;
}

.structure-icon {
  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 13.3333333333vw auto;
}

.structure > li:nth-child(1) .structure-icon {
  width: 30.9333333333vw;
}

.structure > li:nth-child(2) .structure-icon {
  width: 6.6666666667vw;
}

.structure > li:nth-child(3) .structure-icon {
  width: 13.6vw;
}

.structure > li:nth-child(4) .structure-icon {
  width: 21.8666666667vw;
}

.structure > li:nth-child(5) .structure-icon {
  width: 19.4666666667vw;
}

.structure > li:nth-child(6) .structure-icon {
  width: 27.2vw;
}

.structure > li:nth-child(7) .structure-icon {
  width: 17.8666666667vw;
}

.structure > li:nth-child(8) .structure-icon {
  width: 14.6666666667vw;
}

.structure > li:nth-child(9) .structure-icon {
  width: 14.6666666667vw;
}

.structure > li:nth-child(10) .structure-icon {
  width: 17.8666666667vw;
}

.structure-notes {
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .structure {
    margin: 0 auto;
    width: 32.2916666667vw;
  }
  .structure > li {
    padding: 4.5138888889vw 2.0833333333vw;
    border-bottom-width: 0.0694444444vw;
  }
  .structure > li:first-child {
    padding-top: 2.4305555556vw;
  }
  .structure-icon {
    margin: 0 auto 3.4722222222vw auto;
  }
  .structure > li:nth-child(1) .structure-icon {
    width: 8.0555555556vw;
  }
  .structure > li:nth-child(2) .structure-icon {
    width: 1.7361111111vw;
  }
  .structure > li:nth-child(3) .structure-icon {
    width: 3.5416666667vw;
  }
  .structure > li:nth-child(4) .structure-icon {
    width: 5.6944444444vw;
  }
  .structure > li:nth-child(5) .structure-icon {
    width: 5.0694444444vw;
  }
  .structure > li:nth-child(6) .structure-icon {
    width: 7.0833333333vw;
  }
  .structure > li:nth-child(7) .structure-icon {
    width: 4.6527777778vw;
  }
  .structure > li:nth-child(8) .structure-icon {
    width: 3.8194444444vw;
  }
  .structure > li:nth-child(9) .structure-icon {
    width: 3.8194444444vw;
  }
  .structure > li:nth-child(10) .structure-icon {
    width: 4.6527777778vw;
  }
  .structure-notes {
    margin: 2.0833333333vw auto 0;
    width: 32.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .structure {
    width: 465px;
  }
  .structure > li {
    padding: 65px 30px;
    border-bottom-width: 1px;
  }
  .structure > li:first-child {
    padding-top: 35px;
  }
  .structure-icon {
    margin: 0 auto 50px auto;
  }
  .structure > li:nth-child(1) .structure-icon {
    width: 116px;
  }
  .structure > li:nth-child(2) .structure-icon {
    width: 25px;
  }
  .structure > li:nth-child(3) .structure-icon {
    width: 51px;
  }
  .structure > li:nth-child(4) .structure-icon {
    width: 82px;
  }
  .structure > li:nth-child(5) .structure-icon {
    width: 73px;
  }
  .structure > li:nth-child(6) .structure-icon {
    width: 102px;
  }
  .structure > li:nth-child(7) .structure-icon {
    width: 67px;
  }
  .structure > li:nth-child(8) .structure-icon {
    width: 55px;
  }
  .structure > li:nth-child(9) .structure-icon {
    width: 55px;
  }
  .structure > li:nth-child(10) .structure-icon {
    width: 67px;
  }
  .structure-notes {
    margin: 30px auto 0;
    width: 465px;
  }
}
/* ------------------------------------------- price - */
.price-content {
  padding: 0.35em 1em;
  border-color: #C6C6C6;
  border-style: solid;
  border-width: 0.2666666667vw;
  line-height: 1.5em;
  background-color: #fff;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
}
.price-block:nth-child(n+2) {
  border-top: 0.2666666667vw solid #C6C6C6;
}

.price-name {
  font-size: 3.2vw;
}

.price-num {
  font-size: 4.8vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .price-content {
    margin: 0 auto;
    width: 32.2916666667vw;
    border-width: 0.0694444444vw;
  }
  .price-block {
    line-height: 2em;
  }
  .price-block:nth-child(n+2) {
    border-top-width: 0.0694444444vw;
  }
  .price-name {
    font-size: 0.8333333333vw;
  }
  .price-num {
    font-size: 1.25vw;
  }
  .price-text {
    padding-inline: 9em;
  }
}
@media screen and (min-width: 1441px) {
  .price-content {
    width: 465px;
    border-width: 1px;
  }
  .price-block:nth-child(n+2) {
    border-top-width: 1px;
  }
  .price-name {
    font-size: 1.2em;
  }
  .price-num {
    font-size: 1.8em;
  }
}
/* ------------------------------------------- le-cool-zero - */
.lcz-lead {
  line-height: 1.8em;
}

.lcz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 0;
  margin: 13.3333333333vw auto 0;
  width: 77.3333333333vw;
}

.lcz-item {
  width: 100%;
}

section .lcz-slide {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.lcz-heading {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.lcz-heading-sub {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.standard-le-cool-zero {
  margin-top: 0;
}
.standard-le-cool-zero .structure > li {
  padding-top: 13.3333333333vw;
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}
.standard-le-cool-zero .structure > li:nth-child(1) .structure-icon {
  width: 17.8666666667vw;
}

@media screen and (min-width: 751px) {
  .lcz-lead {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lcz-content {
    margin: 0 auto;
    width: 32.2916666667vw;
  }
  .lcz {
    gap: 3.4722222222vw 0;
    margin: 3.4722222222vw auto 0;
    width: 100%;
  }
  section .lcz-slide {
    margin-bottom: 1.3888888889vw;
  }
  .lcz-heading {
    font-size: 1.2em;
  }
  .lcz-heading-sub {
    font-size: 1em;
  }
  .standard-le-cool-zero .structure > li {
    padding-top: 3.4722222222vw;
    border-top-width: 0.0694444444vw;
  }
  .standard-le-cool-zero .structure > li:nth-child(1) .structure-icon {
    width: 4.6527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .lcz-content {
    width: 465px;
  }
  .lcz {
    gap: 50px 0;
    margin: 50px auto 0;
  }
  section .lcz-slide {
    margin-bottom: 20px;
  }
  .standard-le-cool-zero .structure > li {
    padding-top: 50px;
    border-top-width: 1px;
  }
  .standard-le-cool-zero .structure > li:nth-child(1) .structure-icon {
    width: 67px;
  }
}
/* sub -- > policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 50px;
  }
}
.policy p {
  margin-top: 1.5em;
  line-height: 2em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 2em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 1em;
}

.policy-ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0.05em;
}
.policy-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #80796D;
}
@media screen and (min-width: 751px) {
  .policy-ttl:after {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .policy-ttl:after {
    height: 1px;
  }
}
.policy-ttl span {
  position: absolute;
  top: 0;
  left: 0;
}
.policy-ttl span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

/* sub -- > sitemap
-------------------------------------------------------------------------------*/
.sitemap .heading-1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
}

.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

.sitemap-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 6.6666666667vw 0.1em 2.6666666667vw;
  width: 43.4666666667vw;
  height: 12.2666666667vw;
  border-style: solid;
  border-color: #000000;
  border-width: 0.2666666667vw;
  line-height: 1.28em;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .sitemap-menu {
    gap: 1.0416666667vw 1.1111111111vw;
  }
  .sitemap-menu a {
    padding: 0 2.4305555556vw 0.1em 1.3888888889vw;
    width: 18.5416666667vw;
    height: 3.1944444444vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    -webkit-transition: background-image 0.5s;
    transition: background-image 0.5s;
  }
  .sitemap-menu a:hover {
    background-color: #80796D;
    border-color: #80796D;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .sitemap-menu a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .sitemap-menu {
    gap: 15px 16px;
  }
  .sitemap-menu a {
    padding: 0 35px 0.1em 20px;
    width: 267px;
    height: 46px;
    border-width: 1px;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 5px;
    height: 8px;
  }
}
/* sub -- > pickup
-------------------------------------------------------------------------------*/
.pickup {
  margin: 0 auto;
  padding: 8vw 0 21.3333333333vw 0;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .pickup {
    padding: 4.1666666667vw 0 5.5555555556vw 0;
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    padding: 60px 0 80px 0;
    width: 550px;
  }
}

.pickup > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .pickup > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .pickup > ul {
    gap: 20px 0;
  }
}

.pickup > ul > li {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .pickup > ul > li {
    max-width: 265px;
  }
  .pickup > ul > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup > ul > li:nth-child(n+2) {
    margin-left: 20px;
  }
}

.pickup 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: 16vw;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
@media screen and (min-width: 751px) {
  .pickup a {
    height: 4.1666666667vw;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .pickup a {
    height: 60px;
  }
}
@media screen and (min-width: 751px) {
  .pickup a:hover {
    opacity: 0.7;
    border-color: #80796D;
    color: #ffffff;
  }
}

.pickup-modelhouse a {
  background-image: url("../img/pickup/modelhouse.jpg");
}
@media screen and (min-width: 751px) {
  .pickup-modelhouse a {
    background-image: url(../img/pickup/modelhouse.jpg);
    background-image: image-set(url(../img/pickup/modelhouse.jpg) 1x, url(../img/pickup/modelhouse-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/pickup/modelhouse.jpg) 1x, url(../img/pickup/modelhouse-2x.jpg) 2x);
  }
}

.pickup-event a {
  background-image: url("../img/pickup/event.jpg");
}
@media screen and (min-width: 751px) {
  .pickup-event a {
    background-image: url(../img/pickup/event.jpg);
    background-image: image-set(url(../img/pickup/event.jpg) 1x, url(../img/pickup/event-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/pickup/event.jpg) 1x, url(../img/pickup/event-2x.jpg) 2x);
  }
}

.pickup-ja {
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.2em;
}

.pickup-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  text-align: center;
  text-indent: 0.3em;
  font-weight: 600;
  line-height: 1.23em;
  letter-spacing: 0.3em;
}

/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  margin: 0 auto;
  padding: 2.1333333333vw 0;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .breadcrumb {
    padding: 0.5555555556vw 0;
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    padding: 8px 0;
    width: 550px;
  }
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8666666667vw 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .breadcrumb-list {
    padding: 0.4861111111vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 7px 0;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumb-list::-webkit-scrollbar {
    background-color: #eee;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list::-webkit-scrollbar {
    height: 3px;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumb-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
}

.breadcrumb-list li {
  position: relative;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.breadcrumb-list li:after {
  content: "＞";
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 0.8em 0 0.5em;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list li a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
.breadcrumb-list li a:hover {
  color: #80796D;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

/*  heading
-------------------------------------------------------------------------------*/
.heading-1 {
  margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.heading-2,
.editor h2 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.heading-3,
.editor h3 {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom-color: #C6C6C6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.heading-4,
.editor h4 {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.heading-4:before,
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0px 0.4em 0.6em;
  border-color: transparent transparent transparent #80796D;
}

.heading-5 {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.3em;
}

.heading-6 {
  margin: 0 0 3.5em -5.3333333333vw;
  padding: 1em;
  width: 100vw;
  background-color: #80796D;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .heading-6 {
    margin-left: -1.7361111111vw;
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-6 {
    margin-left: -25px;
    width: 600px;
  }
}

/*  term
-------------------------------------------------------------------------------*/
.term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4vw;
  margin: 0 auto 13.3333333333vw auto;
}

.term > li {
  width: 43.4666666667vw;
}

.term 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: 0 0.5em 0.1em 0.5em;
  height: 12.2666666667vw;
  border-color: #000000;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .term {
    gap: 0.9722222222vw;
    margin: 0 auto 4.1666666667vw auto;
    width: 32.3611111111vw;
  }
  .term > li {
    width: 10.1388888889vw;
  }
  .term a {
    height: 3.1944444444vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .term a:hover {
    background-color: #80796D;
    border-color: #80796D;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    gap: 14px;
    margin-bottom: 60px;
    width: 466px;
  }
  .term > li {
    width: 146px;
  }
  .term a {
    height: 46px;
    border-width: 1px;
  }
}
/*  lead
-------------------------------------------------------------------------------*/
.lead {
  margin-bottom: 13.3333333333vw;
  padding: 5.3333333333vw;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .lead {
    margin: 0 auto 4.1666666667vw auto;
    padding: 1.7361111111vw 1.9444444444vw;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead {
    margin: 0 auto 60px auto;
    padding: 25px 28px;
    width: 466px;
  }
}
.lead p {
  line-height: 2em;
}

/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 18.6666666667vw;
}
.page-archive-navi p {
  font-size: 1.4em;
  text-align: center;
  line-height: 2em;
}

.pagenation {
  margin-top: 10.6666666667vw;
}

.pagenation-list {
  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: 5.3333333333vw;
}

.pagenation-list li div,
.pagenation-list 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;
  padding-bottom: 0.1em;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-color: #80796D;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-size: 1.4em;
  line-height: 1;
}

.pagenation-list li.is-current > div {
  background-color: #80796D;
  color: #ffffff;
}

.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}

.pagenation-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenation-next a:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    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;
    margin-top: 4.1666666667vw;
  }
  .page-archive-navi p {
    text-align: left;
  }
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.6944444444vw;
    margin: 0;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-width: 0.0694444444vw;
  }
  .pagenation-list li a {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .pagenation-list li a:hover {
    background-color: #80796D;
    color: #ffffff;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    -webkit-transition: background-image 0.5s;
    transition: background-image 0.5s;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenation-prev a:after {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenation-next a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 60px;
  }
  .pagenation-list {
    gap: 10px;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 5px;
    height: 8px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .post-inner {
    margin: 0 auto;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-inner {
    width: 466px;
  }
}

.post-image {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-image {
    margin-bottom: 30px;
  }
}
.post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 466/320;
}

.post-cat {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0.5em;
  background-color: #686053;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .post-cat {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-cat {
    margin-bottom: 10px;
  }
}

.post-date {
  margin-bottom: 1em;
  font-family: "NotoSansJP", serif;
  font-size: 0.8em;
}

.post-ttl {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
}

.post-intro {
  margin-top: 3em;
}
.post-intro p {
  line-height: 2em;
  letter-spacing: 0.15em;
}

.post-detail {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .post-detail {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-detail {
    margin-top: 60px;
  }
}

.post-data 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;
  padding: 5.3333333333vw 0;
  border-bottom-color: #C6C6C6;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
  .post-data dl {
    padding: 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-data dl {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
}

.post-data dt {
  position: relative;
  width: 21.3333333333vw;
  font-weight: 600;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .post-data dt {
    margin-bottom: 0;
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-data dt {
    width: 100px;
  }
}

.post-data dd {
  width: calc(100% - 26.6666666667vw);
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .post-data dd {
    width: calc(100% - 8.3333333333vw);
  }
}
@media screen and (min-width: 1441px) {
  .post-data dd {
    width: calc(100% - 120px);
  }
}

.post .c-event-data {
  padding: 0;
}
.post .c-event-data:before {
  content: none;
}

.post-map {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .post-map {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-map {
    margin-top: 30px;
  }
}
.post-map .ggmap {
  padding-bottom: 70%;
}

.post-btn {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .post-btn {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-btn {
    margin-top: 30px;
  }
}

.post-editor {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .post-editor {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-editor {
    margin-top: 60px;
  }
}

.post-editor .heading-2 {
  margin-bottom: 3em;
}

/*  postnavi
-------------------------------------------------------------------------------*/
.postnavi {
  position: relative;
  margin-top: 16vw;
  height: 13.8666666667vw;
}

.postnavi a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.8666666667vw;
  border-color: #000000;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  text-indent: 0.3em;
  font-weight: 600;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
}

.postnavi-prev,
.postnavi-next {
  position: absolute;
  top: 50%;
  width: 22.9333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.postnavi-prev {
  left: 0;
}

.postnavi-next {
  right: 0;
}

.postnavi-back {
  margin: 0 auto;
  width: 37.3333333333vw;
}

@media screen and (min-width: 751px) {
  .postnavi {
    margin-top: 4.1666666667vw;
    height: 3.6111111111vw;
  }
  .postnavi a {
    height: 3.6111111111vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .postnavi a:hover {
    background-color: #80796D;
    border-color: #80796D;
    color: #ffffff;
  }
  .postnavi-prev,
  .postnavi-next {
    width: 9.1666666667vw;
  }
  .postnavi-back {
    width: 17.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .postnavi {
    margin-top: 60px;
    height: 52px;
  }
  .postnavi a {
    height: 52px;
    border-width: 1px;
  }
  .postnavi-prev,
  .postnavi-next {
    width: 132px;
  }
  .postnavi-back {
    width: 256px;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .carousel {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 50px;
  }
}

.carousel-main {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .carousel-main {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-main {
    margin-bottom: 30px;
  }
}

.carousel-main .swiper-wrapper {
  overflow: hidden;
}

.carousel-main .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 60vw;
}
@media screen and (min-width: 751px) {
  .carousel-main .swiper-slide img {
    height: 25.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-main .swiper-slide img {
    height: 370px;
  }
}

.carousel-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .carousel-thumb {
    width: 21.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-thumb {
    width: 310px;
  }
}

.carousel-thumb .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 15.7333333333vw;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .carousel-thumb .swiper-slide {
    margin-right: 0.6944444444vw;
    width: 4.8611111111vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-thumb .swiper-slide {
    margin-right: 10px;
    width: 70px;
  }
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 70/54;
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}

.carousel.is-single .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.carousel.is-single .swiper-slide {
  width: 100% !important;
}

.carousel-control {
  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;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .carousel-control {
    margin: 5.3333333333vw 0 0 auto;
    width: 56vw;
  }
}
@media screen and (min-width: 751px) {
  .carousel-control {
    position: absolute;
    right: 0;
    bottom: 0.625vw;
    width: 14.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-control {
    bottom: 9px;
    width: 210px;
  }
}

.carousel-fraction {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.4666666667vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .carousel-fraction {
    width: 8.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction {
    width: 118px;
  }
}
.carousel-fraction .swiper-pagination-current,
.carousel-fraction .swiper-pagination-total {
  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: 9.6vw;
  height: 9.6vw;
  border-color: #C6C6C6;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-size: 1em;
}
@media screen and (min-width: 751px) {
  .carousel-fraction .swiper-pagination-current,
  .carousel-fraction .swiper-pagination-total {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction .swiper-pagination-current,
  .carousel-fraction .swiper-pagination-total {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
}
.carousel-fraction .carousel-bar {
  position: relative;
  margin: 0 2.6666666667vw;
  width: 6.9333333333vw;
  height: 0.2666666667vw;
  background-color: #C6C6C6;
}
@media screen and (min-width: 751px) {
  .carousel-fraction .carousel-bar {
    margin: 0 0.6944444444vw;
    width: 1.8055555556vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction .carousel-bar {
    margin: 0 10px;
    width: 26px;
    height: 1px;
  }
}
.carousel-fraction .carousel-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.carousel-fraction .swiper-pagination-current,
.carousel-fraction .swiper-pagination-total {
  color: #000000;
}
.carousel-fraction .carousel-bar {
  background-color: #C6C6C6;
}
.carousel-fraction .carousel-bar span {
  background-color: #000000;
}

.carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 21.8666666667vw;
}
@media screen and (min-width: 751px) {
  .carousel-btn {
    width: 5.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-btn {
    width: 82px;
  }
}

.carousel-prev,
.carousel-next {
  position: relative;
  width: 9.6vw;
  height: 9.6vw;
  border-color: #C6C6C6;
  border-style: solid;
  border-width: 0.2666666667vw;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .carousel-prev,
  .carousel-next {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev,
  .carousel-next {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
}
.carousel-prev:before,
.carousel-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 5px;
    height: 8px;
  }
}
@media screen and (min-width: 751px) {
  .carousel-prev:hover,
  .carousel-next:hover {
    background-color: #C6C6C6;
  }
}

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

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

/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "ShipporiMincho", serif;
}

.editor h2,
.editor h3,
.editor h4 {
  margin-top: 3em;
}

.editor p {
  line-height: 2em;
  letter-spacing: 0.15em;
}

.editor a {
  position: relative;
}
@media screen and (min-width: 751px) {
  .editor a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  .editor a .editor a:hover {
    opacity: 0.8;
  }
}

.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #80796D;
}
@media screen and (min-width: 751px) {
  .editor a:not(.editor-lightbox):after {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor a:not(.editor-lightbox):after {
    height: 1px;
  }
}

.editor strong {
  font-weight: 700;
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
  display: block;
  margin: 1.5em auto;
}

.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor ul {
  margin: 1em 0 1.5em 0;
}

.editor ul li {
  margin-left: 1em;
  list-style-type: square;
  line-height: 2em;
}

.editor ol {
  margin: 1em 0 1.5em 0;
}

.editor ol li {
  margin-left: 2em;
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}

.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

.editor table {
  width: 100%;
  background-color: #ffffff;
  border-color: #C6C6C6;
  border-style: solid;
  border-width: 1px;
}
@media screen and (min-width: 751px) {
  .editor table {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor table {
    border-width: 1px;
  }
}
.editor table th,
.editor table td {
  padding: 0.35em 1em;
  border-color: #C6C6C6;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .editor table th,
  .editor table td {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor table th,
  .editor table td {
    border-width: 1px;
  }
}
.editor table thead {
  background-color: #EFEDE6;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}
.editor table tbody th {
  background-color: #EFEDE6;
  font-weight: 700;
}

/*  form
-------------------------------------------------------------------------------*/
/* ------------------------------------------- section - */
.sec--form {
  margin-top: 21.3333333333vw;
  padding: 21.3333333333vw 0;
  background-color: #EFEDE6;
}

.form-head {
  position: relative;
  margin: 0 0 1em -13.3333333333vw;
  padding: 2em 1em;
  width: 200vw;
  background-color: #686053;
}

.form-head-en {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 18.1333333333vw;
  font-weight: 400;
  text-align: center;
}

.form-head-jp {
  margin-top: 0.7em;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}

.form {
  position: relative;
  padding: 10.6666666667vw 13.3333333333vw 13.3333333333vw 13.3333333333vw;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {
  .form {
    margin-left: -5.3333333333vw;
    width: 184vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--form {
    margin-top: 5.5555555556vw;
    padding: 5.5555555556vw 0;
  }
  .form-head {
    margin: 0 0 1.5em -3.4722222222vw;
    width: 52.7777777778vw;
  }
  .form-head-en {
    font-size: 2.9166666667vw;
  }
  .form {
    padding: 2.0833333333vw 3.4722222222vw 3.4722222222vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--form {
    margin-top: 80px;
    padding: 80px 0;
  }
  .form-head {
    margin-left: -50px;
    width: 760px;
  }
  .form-head-en {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .form {
    padding: 30px 50px 50px 50px;
  }
}
/* ------------------------------------------- form - */
.form-input {
  position: relative;
}

.form-input > dl:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.5em;
  color: #000000;
  font-family: "ShipporiMincho", serif;
  font-size: 7.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6em 0.1em 0.6em;
  width: 100%;
  height: 22.9333333333vw;
  background-color: #f8f8f8;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
  color: #000000;
  font-family: "ShipporiMincho", serif;
  font-size: 7.4666666667vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0;
}

.form-input-short input[type=text] {
  width: 90.6666666667vw;
}

.form-input-middle input[type=text] {
  width: 144vw;
}

.form-input-other {
  margin-top: 1.5em;
}

.form-input textarea {
  padding: 0.75em 0.6em 0.85em 0.6em;
  width: 100%;
  height: 69.3333333333vw;
  background-color: #f8f8f8;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
  font-family: "ShipporiMincho", serif;
  font-size: 7.4666666667vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0;
}

.form-input .wpcf7-validates-as-required:not(.wpcf7-checkbox) {
  background-color: #fff2f0 !important;
}

.form-label {
  position: relative;
  top: -0.1em;
  margin-left: 1em;
  padding: 0 0.3em 0.1em 0.3em;
  font-family: "ShipporiMincho", serif;
  font-size: 5.8666666667vw;
  line-height: 1em;
  letter-spacing: 0.1em;
  z-index: 1;
}

.form-label--req {
  background-color: #fe4a26;
  color: #ffffff;
}

.form-label--unreq {
  background-color: #e8e8e8;
}

.form-hosoku {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #8a8a8a;
  font-size: 5.3333333333vw;
  text-indent: -1em;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.form-hosoku:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input > dl:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-input dt {
    font-size: 1.25vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    padding: 0 1em 0.1em 1em;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .form-input-short input[type=text] {
    width: 13.8888888889vw;
  }
  .form-input-middle input[type=text] {
    width: 23.6111111111vw;
  }
  .form-input textarea {
    padding: 0.75em 1em 0.85em 1em;
    height: 11.1111111111vw;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .form-label {
    font-size: 0.8333333333vw;
  }
  .form-hosoku {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input > dl:nth-child(n+2) {
    margin-top: 20px;
  }
  .form-input dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 60px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 18px;
  }
  .form-input-short input[type=text] {
    width: 200px;
  }
  .form-input-middle input[type=text] {
    width: 340px;
  }
  .form-input textarea {
    height: 160px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 18px;
  }
  .form-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-hosoku {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #b8b8b8;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #b8b8b8;
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 9.8666666667vw;
  right: 5.2vw;
  display: inline-block;
  width: 5.6vw;
  height: 3.2vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
}

.form-input select {
  padding-right: 2em;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    width: 4.1666666667vw;
    height: 3.8888888889vw;
    border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  }
  .form-select:after {
    top: 1.6666666667vw;
    right: 1.3541666667vw;
    width: 1.4583333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    width: 60px;
    height: 56px;
    border-radius: 0 10px 10px 0;
  }
  .form-select:after {
    top: 24px;
    right: 19.5px;
    width: 21px;
    height: 12px;
  }
}
/* ------------------------------------------- date - */
.form-date > div {
  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;
}

.form-date-text {
  margin-top: 1.1em;
  font-size: 6.9333333333vw;
}

.form-date-calendar {
  width: 130.6666666667vw;
}

.form-date-time {
  width: 130.6666666667vw;
}

@media screen and (max-width: 750px) {
  .form-date > div:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .form-date {
    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;
  }
  .form-date > div:nth-child(1) {
    width: 17.5vw;
  }
  .form-date > div:nth-child(2) {
    width: 15.4166666667vw;
  }
  .form-date-text {
    font-size: 1.25vw;
  }
  .form-date-calendar {
    width: 14.2361111111vw;
  }
  .form-date-time {
    width: 10.7638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date > div:nth-child(1) {
    width: 252px;
  }
  .form-date > div:nth-child(2) {
    width: 222px;
  }
  .form-date-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-date-calendar {
    width: 205px;
  }
  .form-date-time {
    width: 155px;
  }
}
/* ------------------------------------------- num - */
.form-input-num .form-select {
  width: 85.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-input-num .form-select {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-num .form-select {
    width: 180px;
  }
}
/* ------------------------------------------- checkbox - */
.form-input .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5.3333333333vw 0 0 -9.3333333333vw;
  width: calc(100% + 9.3333333333vw);
}

.form-input .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 8vw 0 0 9.3333333333vw;
}

.form-input .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-input input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.1em 13.3333333333vw;
  min-height: 9.6vw;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0;
  cursor: pointer;
}

.form-input input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9.6vw;
  height: 9.6vw;
  background-color: #e8e8e8;
  border-radius: 1.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1em;
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox-req input[type=checkbox] + span::before {
  background-color: #fff2f0 !important;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-checkbox {
    margin: -0.6944444444vw 0 0 -2.4305555556vw;
    width: calc(100% + 2.4305555556vw);
  }
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.3888888889vw 0 0 2.4305555556vw;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 3.4722222222vw;
    min-height: 1.6666666667vw;
    font-size: 1.25vw;
  }
  .form-input input[type=checkbox] + span::before {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 0.3472222222vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-checkbox {
    margin: -10px 0 0 -35px;
    width: calc(100% + 35px);
  }
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 20px 0 0 35px;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 50px;
    min-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-input input[type=checkbox] + span::before {
    width: 36px;
    height: 36px;
    border-radius: 5px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    width: 32px;
    height: 32px;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 9.3333333333vw;
  text-align: center;
}

.form-consent p {
  display: inline-block;
  margin-top: 5.3333333333vw;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.form-consent p a {
  position: relative;
  color: #80796D;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #80796D;
}

.form-consent .formErrorContent {
  text-align: center;
}

.form-consent .wpcf7-checkbox {
  display: block;
}

.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-consent .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-consent input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.1em 14.6666666667vw;
  min-height: 9.6vw;
  font-size: 6.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.form-consent input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9.6vw;
  height: 9.6vw;
  background-color: #e8e8e8;
  border-radius: 1.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1em;
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.4305555556vw;
  }
  .form-consent p {
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .form-consent p a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-consent p a:after {
    height: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-consent p a:hover {
    color: #b8b8b8;
  }
  .form-consent p a:hover:after {
    background-color: #b8b8b8;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    min-height: 1.6666666667vw;
    font-size: 1.25vw;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-radius: 0.3472222222vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .form-consent p a:after {
    height: 2px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    width: 28px;
    height: 28px;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  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: 12vw auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: 26.6666666667vw;
  background-color: #686053;
  border-color: #686053;
  border-style: solid;
  border-width: 0.2666666667vw;
  cursor: pointer;
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #C6C6C6;
}

.form-submit {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 33.3333333333vw;
    height: 5.5555555556vw;
    border-width: 0.0694444444vw;
  }
  .form-btn:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .form-submit {
    font-size: 1.4583333333vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .form-btn:hover:before {
    width: 100%;
  }
  .form-btn:hover .form-submit {
    color: #000000;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 480px;
    height: 80px;
    border-width: 1px;
  }
  .form-submit {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-consent .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #80796D !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 5.3333333333vw !important;
}

.wpcf7-response-output {
  font-size: 5.3333333333vw !important;
  text-indent: 0.5em;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em 0.5em !important;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9722222222vw !important;
  }
  .wpcf7-response-output {
    font-size: 1.0416666667vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 14px;
    font-size: 1.4rem !important;
  }
  .wpcf7-response-output {
    font-size: 15px;
    font-size: 1.5rem !important;
  }
}
/*  event --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- reserve - */
.event-reserve {
  margin: 16vw auto 0 auto;
  width: 112vw;
}

@media screen and (min-width: 751px) {
  .event-reserve {
    margin: 2.7777777778vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-reserve {
    margin: 40px auto 0 auto;
    width: 360px;
  }
}
/* ------------------------------------------- 予約枠 - */
.reserve-list {
  margin-bottom: 12vw;
  max-height: 120vw;
  overflow-y: auto;
}

.reserve-list-notes {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  color: #FF0000;
  line-height: 1.4em;
}
.reserve-list-notes:before {
  content: "※";
}

.reserve-list-block:nth-of-type(n + 2) {
  margin-top: 12vw;
}

.reserve-date {
  margin-bottom: 0.8em;
  font-size: 8vw;
  font-weight: 500;
}

.reserve-time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.reserve-time-list li a {
  display: inline-block;
  padding: 0.5em 1em 0.6em 1em;
  border-radius: 5em;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1.0666666667vw;
  font-size: 7.4666666667vw;
  font-weight: 500;
}

.reserve-time-list li.reserve-time-close a {
  background: #e4e4e4;
  pointer-events: none;
}

#your-kiboudate {
  pointer-events: none;
}

@media screen and (min-width: 751px) {
  .reserve-list {
    margin-bottom: 2.0833333333vw;
    max-height: 25.6944444444vw;
  }
  .reserve-list-block:nth-of-type(n + 2) {
    margin-top: 2.0833333333vw;
  }
  .reserve-date {
    font-size: 1.25vw;
  }
  .reserve-time-list {
    gap: 0.6944444444vw;
  }
  .reserve-time-list li a {
    padding: 0.7em 1.5em;
    border-radius: 2.7777777778vw;
    border-width: 0.1388888889vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .reserve-time-list li a:hover {
    background-color: #e4e4e4;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-list {
    margin-bottom: 30px;
    max-height: 370px;
  }
  .reserve-list-block:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .reserve-date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reserve-time-list {
    gap: 10px;
  }
  .reserve-time-list li a {
    border-radius: 40px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
.sub--works .sec--works {
  margin-top: 48vw;
  padding-bottom: 21.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sub--works .sec--works {
    margin-top: 12.5vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--works .sec--works {
    margin-top: 180px;
    padding-bottom: 60px;
  }
}
/*  column --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.column-mokuji {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 5.3333333333vw 4.8vw;
  background-color: #ffffff;
}

.column-mokuji dt {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.3em;
}

.column-mokuji ul li:nth-child(n+2) {
  margin-top: 1em;
}

.column-mokuji a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.7em;
}

.column-mokuji > dd > div {
  counter-reset: cnt;
}

.column-mokuji > dd > div > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal) ".";
  margin-right: 0.5em;
}

.column-mokuji > dd > div > a:nth-of-type(n + 2) {
  margin-top: 1em;
}

.column-mokuji > dd > div > div {
  margin: 1em 0 0 1.5em;
}

.column-mokuji > dd > div > div > div {
  margin-top: 1em;
}

.column-mokuji > dd > div > div > div > a {
  position: relative;
  padding-left: 1em;
}
.column-mokuji > dd > div > div > div > a:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.65em;
  height: 0.2666666667vw;
  background-color: #80796D;
}

@media screen and (min-width: 751px) {
  .column-mokuji {
    margin: 3.4722222222vw auto 0 auto;
    padding: 1.7361111111vw 1.9444444444vw;
  }
  .column-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .column-mokuji > dd > div a:hover {
    color: #80796D;
  }
  .column-mokuji > dd > div > div > div > a:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .column-mokuji {
    margin-top: 50px;
    padding: 25px 28px;
  }
  .column-mokuji > dd > div > div > div > a:before {
    height: 1px;
  }
}
/* -------------------------------------------  - */
.latest {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 751px) {
  .latest {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .latest {
    margin-top: 100px;
  }
}

/*  faq --> archive
-------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .faq-section {
    margin: 0 auto;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq-section {
    width: 466px;
  }
}

.faq-section:nth-of-type(n + 2) {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
  .faq-section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq-section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}