@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff");
}
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

/*  html / body
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #231815;
  background-color: #fff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
.sp {
  display: block;
}
@media all and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
  .sp {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}
a.on--opa {
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

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

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

.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.png);
  background-size: contain;
  z-index: 1;
}

@media all and (min-width: 751px) {
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media all and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
@media all and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.youtube iframe,
.ggmap iframe {
  border: none;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
/* ------------------------------------------- header top - */
.header {
  position: fixed;
  top: 0;
  left: 0;
  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 24.8vw 0 2.6666666667vw;
  width: 100%;
  height: 16vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.1);
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 7777;
}

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

.header-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-image {
  width: 28.4vw;
}

.header-image a {
  display: block;
}

@media all and (min-width: 751px) {
  .header {
    padding: 0 30.9027777778vw 0 1.3888888889vw;
    padding: 0 calc(400/ 1440 * 100vw) 0 1.3888888889vw;

    height: 6.25vw;
  }
  .header-logo {
    width: 8.3333333333vw;
  }
  .header-image {
    width: 11.1805555556vw;
    width: 8.3333333333vw;
  }
}
@media all and (min-width: 1441px) {
  .header {
    padding: 0 445px 0 20px;
    height: 90px;
  }
  .header-logo {
    width: 120px;
  }
  .header-image {
    width: 120px;
  }
}
/* ------------------------------------------- sp - */
@media all and (max-width: 750px) {
  .header.is-open .header-logo {
    display: none;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0.4s;
    transition: visibility 0.4s;
  }
  .header-content.is-open {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding: 110vw 0 8vw 0;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}
/* ------------------------------------------- header-inquiry - */
.header-inquiry {
  margin: 0 auto 6.6666666667vw auto;
}

.header-inquiry-time {
  margin-top: 0.5em;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.header-inquiry-catch {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}

.header-inquiry-num {
  text-align: center;
}

.header-inquiry-num a,
.header-inquiry-num p {
  position: relative;
  display: inline-block;
  padding-left: 7.3333333333vw;
  font-family: "Overpass", sans-serif;
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.header-inquiry-num a:before,
.header-inquiry-num p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/call-rd.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-land-btn {
  margin: 4.6666666667vw auto 0 auto;
  width: 80vw;
  max-width: 100%;
}

.header-land-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.6666666667vw;
  border-color: #231815;
  border-style: solid;
  border-width: 0.5333333333vw;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.header-land-btn a p {
  position: relative;
  padding-right: 6.6666666667vw;
}
.header-land-btn a p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/external-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-land-btn a:hover {
  background-color: #231815;
  color: #fff;
}
.header-land-btn a:hover p:after {
  background-image: url(../img/common/external-wh.svg);
}

.header-inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9.3333333333vw;
}

.header-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;
  width: calc(25% - 1px);
  height: 14.6666666667vw;
  border-style: solid;
  border-width: 1px;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.header-inquiry-btn a p {
  position: relative;
}
.header-inquiry-btn a p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-inquiry-btn .btn-line p:before {
  width: 5.0666666667vw;
  height: 5.3333333333vw;
}
.header-inquiry-btn .btn-reserve p:before {
  width: 4vw;
  height: 4.6666666667vw;
}
.header-inquiry-btn .btn-modelhouse p:before {
  width: 4.6666666667vw;
  height: 4.1333333333vw;
}
.header-inquiry-btn .btn-contact p:before {
  width: 4.1333333333vw;
  height: 3.4666666667vw;
}

@media all and (max-width: 750px) {
  .header-inquiry-btn {
    width: 100vw;
  }
  .header-inquiry-btn .btn-line p {
    padding-top: 6.1333333333vw;
  }
  .header-inquiry-btn .btn-reserve p {
    padding-top: 6.1333333333vw;
  }
  .header-inquiry-btn .btn-modelhouse p {
    padding-top: 4.8vw;
  }
  .header-inquiry-btn .btn-contact p {
    padding-top: 4.5333333333vw;
  }
}
@media all and (min-width: 751px) {
  .header-inquiry {
    position: absolute;
    top: 0;
    right: 5.5555555556vw;
    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: 0;
  }
  .header-inquiry-tel {
    display: none;
  }
  .header-land-btn {
    margin: 0;
    width: 8.3333333333vw;
  }
  .header-land-btn a {
    height: 2.7777777778vw;
    border-width: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .header-land-btn a p {
    padding-right: 1.7361111111vw;
  }
  .header-land-btn a p:after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .header-inquiry-btn {
    margin: 0;
  }
  .header-inquiry-btn a {
    width: 6.9444444444vw;
    height: 6.25vw;
    font-size: 0.9027777778vw;
    line-height: 1.38em;
    letter-spacing: 0.02em;
  }
  .header-inquiry-btn .btn-line {
    display: none;
  }
  .header-inquiry-btn .btn-reserve {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-inquiry-btn .btn-reserve p {
    padding-top: 2.0138888889vw;
  }
  .header-inquiry-btn .btn-reserve p:before {
    width: 1.3194444444vw;
    height: 1.5277777778vw;
  }
  .header-inquiry-btn .btn-modelhouse {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-inquiry-btn .btn-modelhouse p {
    padding-top: 1.875vw;
  }
  .header-inquiry-btn .btn-modelhouse p:before {
    width: 1.5277777778vw;
    height: 1.3888888889vw;
  }
  .header-inquiry-btn .btn-contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-inquiry-btn .btn-contact p {
    padding-top: 1.7361111111vw;
  }
  .header-inquiry-btn .btn-contact p:before {
    width: 1.3888888889vw;
    height: 1.1111111111vw;
  }
}
@media all and (min-width: 1441px) {
  .header-inquiry {
    right: 90px;
  }
  .header-land-btn {
    width: 120px;
  }
  .header-land-btn a {
    height: 40px;
    border-width: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-land-btn a p {
    padding-right: 25px;
  }
  .header-land-btn a p:after {
    width: 15px;
    height: 15px;
  }
  .header-inquiry-btn a {
    width: 110px;
    height: 90px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-inquiry-btn .btn-reserve p {
    padding-top: 29px;
  }
  .header-inquiry-btn .btn-reserve p:before {
    width: 19px;
    height: 22px;
  }
  .header-inquiry-btn .btn-modelhouse p {
    padding-top: 27px;
  }
  .header-inquiry-btn .btn-modelhouse p:before {
    width: 22px;
    height: 20px;
  }
  .header-inquiry-btn .btn-contact p {
    padding-top: 25px;
  }
  .header-inquiry-btn .btn-contact p:before {
    width: 20px;
    height: 16px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

.sec {
  position: relative;
}

.sec__in {
  position: relative;
  margin: 0 auto;
  width: 94.6666666667vw;
}

@media all and (min-width: 751px) {
  .contents {
    padding-top: 6.25vw;
  }
  .sec__in {
    width: 69.4444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .contents {
    padding-top: 90px;
  }
  .sec__in {
    width: 1000px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
/* ------------------------------------------- footer - */
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
  border-top: 1px dashed #949494;
}

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

.footer-top {
  position: relative;
  padding: 10.6666666667vw 0 6.6666666667vw 0;
}
.footer-top:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 19.3333333333vw;
  background-color: #f3f1ec;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.footer-bottom {
  position: relative;
}
.footer-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #231815;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media all and (min-width: 751px) {
  .footer {
    margin: 0;
  }
  .footer-top {
    padding: 3.4722222222vw 0;
  }
  .footer-top:after {
    height: 10.0694444444vw;
  }
  .footer-bottom {
    padding-top: 2.7777777778vw;
  }
}
@media all and (min-width: 1441px) {
  .footer-top {
    padding: 50px 0;
  }
  .footer-top:after {
    height: 145px;
  }
  .footer-bottom {
    padding-top: 40px;
  }
}
/* ------------------------------------------- area - */
.area {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  padding: 35.3333333333vw 4vw 4vw 4vw;
  width: 94.6666666667vw;
  background-color: #fff;
  border-color: #231815;
  border-style: solid;
  border-width: 0.4vw;
}

.area-head {
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  padding-top: 21.3333333333vw;
  width: 30vw;
  color: #897750;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}
.area-head:before {
  content: "";
  position: absolute;
  top: 6.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 11.6vw;
  background-image: url(../img/common/pin-bw.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.area-desc p {
  font-size: 4vw;
  line-height: 1.35em;
  letter-spacing: 0.02em;
}
.area-desc p span {
  font-size: 5.3333333333vw;
}

.area-notes {
  margin-top: 1em;
}

.area-notes p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.9333333333vw;
  line-height: 1.375em;
  letter-spacing: 0;
}
.area-notes p:before {
  content: "※";
}
.navi-menu > p.pc {
  display: none;
}
.navi-menu > p.sp {
  display: block;
}
@media all and (max-width: 750px) {
  .area-head {
    height: 32.6666666667vw;
    border-right: 0.2666666667vw dashed #897750;
  }
  .area-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 2.6666666667vw;
    left: 30vw;
    padding: 2.6666666667vw 4.6666666667vw;
    width: calc(100% - 30vw);
    height: 32.6666666667vw;
  }
  .area-desc p:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media all and (min-width: 751px) {
  .area {
    margin-top: 3.4722222222vw;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 12.5vw;
    width: 69.4444444444vw;
    border-width: 0.1388888889vw;
  }
  .area-head {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 3.4722222222vw;
    width: 12.5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.1111111111vw;
  }
  .area-head:before {
    top: 0;
    width: 2.2222222222vw;
    height: 3.0555555556vw;
  }
  .area-content {
    padding: 1.0416666667vw 0 1.0416666667vw 3.4722222222vw;
    border-left: 1px dashed #231815;
  }
  .area-desc p {
    font-size: 0.9027777778vw;
    line-height: 2.1em;
  }
  .area-desc p span {
    font-size: 1.1111111111vw;
  }
  .area-notes p {
    font-size: 0.8333333333vw;
  }
}
@media all and (min-width: 1441px) {
  .area {
    margin-top: 50px;
    padding: 20px 20px 20px 180px;
    width: 1000px;
    border-width: 2px;
  }
  .area-head {
    padding-top: 50px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-head:before {
    width: 32px;
    height: 44px;
  }
  .area-content {
    padding: 15px 0 15px 50px;
  }
  .area-desc p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .area-desc p:nth-child(1) span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-notes p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  gnavi
-------------------------------------------------------*/
/* ------------------------------------------- sp - */
@media all and (max-width: 750px) {
  .navi {
    margin: 0 auto;
    padding: 2.6666666667vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
    width: 100%;
    background-color: #505f6a;
  }
  .navi > li {
    border-bottom: 1px solid #f3f1ec;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 4.9333333333vw;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.9333333333vw;
    height: 3.3333333333vw;
    background-image: url(../img/header/down_sp.svg);
    background-size: contain;
    z-index: 2;
  }
  .navi > li > div.navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/up_sp.svg);
  }
  .navi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12.6666666667vw 0 2.6666666667vw;
    width: 100%;
    height: 13.3333333333vw;
    cursor: pointer;
  }
  .navi-menu > p,
  .navi-menu > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .navi-menu > p:hover {
    color: #c82536;
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-submenu {
    display: none;
    position: relative;
    padding: 0.6666666667vw 2.6666666667vw;
    background-color: #fff;
  }
  .navi-submenu-list a {
    position: relative;
    padding: 0 8vw 0 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 10.6666666667vw;
    border-top: 1px solid #505f6a;
    font-size: 3.7333333333vw;
    font-weight: 500;
    white-space: nowrap;
  }
  .navi-submenu-list a.pc {
    display: none;
  }
  .navi-submenu-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2vw;
    display: inline-block;
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    background-image: url(../img/common/arrow-bw.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu-list a:first-child {
    border-top: none;
  }
  .navi-submenu-list .navi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.6666666667vw;
  }
  .navi-submenu-list .navi-submenu-list > a {
    margin-left: 2.6666666667vw;
    width: calc(50% - 2.6666666667vw);
    border-top: none;
    border-top: 1px solid #897750;
  }
  .navi-submenu-child-head {
    padding: 0.7em 1em;
    background-color: #505f6a;
    color: #fff;
  }
}
/* ------------------------------------------- pc - */
@media all and (min-width: 751px) {
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .navi > li {
    position: relative;
    display: block;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .navi-menu > p.pc {
    display: block;
  }
  .navi-menu > p.sp {
    display: none;
  }
  .navi > li.sp {
    display: none;
  }
  .navi > li:nth-child(2) {
    margin-left: 2.0833333333vw;
  }
  .navi-parent {
    position: relative;
  }
  .navi-menu {
    position: relative;
    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: 2.4305555556vw;
    cursor: pointer;
    white-space: nowrap;
  }
  .navi-menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navi > li:hover::after {
    width: 100%;
  }
  .navi-menu > p {
    position: relative;
    display: inline-block;
    font-size: 0.9722222222vw;
    letter-spacing: 0.08em;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .navi-menu > p:hover {
    color: #505f6a;
  }
  .navi-parent .navi-menu > p {
    padding-right: 1.3888888889vw;
  }
  .navi-parent .navi-menu > p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.4166666667vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    min-width: 13.8888888889vw;
    height: auto;
    background-color: #505f6a;
    border-radius: 0.3472222222vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 0.7em 0.5em;
    color: #fff;
    font-size: 0.9027777778vw;
    border-top: 1px solid #f3f1ec;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .navi-submenu-list a:first-child {
    border-top: none;
  }
  .navi-submenu-list a:hover {
    color: #c82536;
  }
  .navi-submenu-child-head {
    padding: 0.5em;
    background-color: #fff;
    font-size: 0.9722222222vw;
    text-align: center;
  }
  .navi-menu span {
    display: inline-block;
  }
  .navi > li:hover span {
    -webkit-animation-name: wave;
            animation-name: wave;
    -webkit-animation-duration: 0.17s;
            animation-duration: 0.17s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
  .navi > li:hover span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .navi > li:hover span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .navi > li:hover span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .navi > li:hover span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .navi > li:hover span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .navi > li:hover span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .navi > li:hover span:nth-child(8) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .navi > li:hover span:nth-child(9) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .navi > li:hover span:nth-child(10) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media all and (min-width: 1441px) {
  .navi > li:nth-child(n+2) {
    margin-left: 30px;
  }
  .navi-menu {
    height: 35px;
  }
  .navi-menu > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-parent .navi-menu > p {
    padding-right: 20px;
  }
  .navi-parent .navi-menu > p:after {
    width: 10px;
    height: 6px;
  }
  .navi-submenu {
    padding: 5px 10px;
    min-width: 180px;
    border-radius: 5px;
  }
  .navi-submenu-list a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .navi-submenu-child-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 751px) and (max-width: 1630px) {
  .navi > li:nth-child(1) {
    display: none;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
}
/*  open - footer 共通
-------------------------------------------------------*/
@media all and (max-width: 750px) {
  .fnavi {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .fnavi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 88.8888888889vw;
  }
  .fnavi > div {
    padding: 2.7777777778vw 0;
  }
  .fnavi > div:nth-child(1) {
    width: 19.4444444444vw;
    border-right: 1px solid #372c29;
  }
  .fnavi > div:nth-child(1) .fnavi-list:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .fnavi > div:nth-child(2) {
    width: 66.6666666667vw;
  }
  .fnavi > div:nth-child(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fnavi > div:nth-child(2) > div:nth-child(1) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) {
    margin-top: 2.0833333333vw;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) .fnavi-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) .fnavi-box > div > ul:nth-child(n+2) {
    margin-left: 1.7361111111vw;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) .fnavi-box:nth-child(n+2) {
    margin-left: 6.5972222222vw;
  }
  .fnavi-head {
    color: #fff;
    font-size: 1.1111111111vw;
    line-height: 1.35em;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .fnavi > div:nth-child(1) .fnavi-head:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .fnavi-list li:nth-child(n+2) {
    margin-top: 1.25em;
  }
  .fnavi-list li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.1111111111vw;
    line-height: 1.35em;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .fnavi-list li a:hover {
    color: #897750;
  }
  .fnavi-list li a.external span {
    position: relative;
    padding-right: 1.7361111111vw;
  }
  .fnavi-list li a.external span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background-image: url(../img/common/external-bg.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fnavi-menu {
    margin-top: 1.0416666667vw;
  }
  .fnavi-menu li a {
    position: relative;
    display: inline-block;
    padding: 0.4em 0 0.5em 1.0416666667vw;
    color: #fff;
    font-size: 0.8333333333vw;
    line-height: 1.25em;
    letter-spacing: 0;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .fnavi-menu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: 0.1em;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    background-image: url(../img/common/arrow-rd.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fnavi-menu li a:hover {
    color: #c82536;
  }
}
@media all and (min-width: 1441px) {
  .fnavi {
    width: 1280px;
  }
  .fnavi > div {
    padding: 40px 0;
  }
  .fnavi > div:nth-child(1) {
    width: 280px;
  }
  .fnavi > div:nth-child(1) .fnavi-list:nth-child(n+2) {
    margin-top: 50px;
  }
  .fnavi > div:nth-child(2) {
    width: 960px;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) {
    margin-top: 30px;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) .fnavi-box > div > ul:nth-child(n+2) {
    margin-left: 25px;
  }
  .fnavi > div:nth-child(2) > div:nth-child(2) .fnavi-box:nth-child(n+2) {
    margin-left: 95px;
  }
  .fnavi-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fnavi-list li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fnavi-list li a.external span {
    padding-right: 25px;
  }
  .fnavi-list li a.external span:after {
    width: 15px;
    height: 15px;
  }
  .fnavi-menu {
    margin-top: 15px;
  }
  .fnavi-menu li a {
    padding-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fnavi-menu li a:before {
    width: 5px;
    height: 8px;
  }
}
/* ------------------------------------------- bottom - */
.bar {
  position: relative;
  margin: 0 auto;
  padding: 5.3333333333vw 0 6.6666666667vw 0;
  width: 86.6666666667vw;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns 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;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
.sns a img {
  max-width: 9.3333333333vw;
  max-height: 9.3333333333vw;
}

.sns a:nth-child(n+2) {
  margin-left: 6.6666666667vw;
}

.subnavi {
  display: none;
}

.copyright {
  margin-top: 5.3333333333vw;
}

.copyright p {
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
}

@media all and (min-width: 751px) {
  .bar {
    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;
    margin-top: 3.125vw;
    padding: 0;
    width: 69.4444444444vw;
    height: 5.5555555556vw;
  }
  .bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #372c29;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sns {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sns a {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .sns a img {
    max-width: 2.0833333333vw;
    max-height: 2.0833333333vw;
  }
  .sns a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subnavi a {
    position: relative;
    display: block;
    padding-left: 1.0416666667vw;
    color: #fff;
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .subnavi a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    background-image: url(../img/common/arrow-rd.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .subnavi a {
    padding-left: 1.0416666667vw;
    font-size: 0.9027777778vw;
  }
  .subnavi a:before {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 2.4305555556vw;
  }
  .subnavi a:hover {
    color: #51992c;
  }
  .copyright {
    margin-top: 0;
  }
  .copyright p {
    font-size: 0.7638888889vw;
    text-align: left;
  }
}
@media all and (min-width: 1441px) {
  .bar {
    margin-top: 45px;
    width: 1000px;
    height: 80px;
  }
  .sns a {
    width: 30px;
    height: 30px;
  }
  .sns a img {
    max-width: 30px;
    max-height: 30px;
  }
  .sns a:nth-child(n+2) {
    margin-left: 20px;
  }
  .subnavi a {
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .subnavi a:before {
    width: 5px;
    height: 8px;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 35px;
  }
  .copyright p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*  call
-------------------------------------------------------*/
.call {
  position: absolute;
  top: 0;
  right: 12.4vw;
  width: 12.4vw;
  height: 16vw;
  z-index: 9999;
  cursor: pointer;
}

.call a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8d7567;
}
.call a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/common/call-wh.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header.is-open .call {
  display: none;
}

.header--page .call a {
  background-color: #c82536;
}
.header--page .call a:before {
  background-image: url(../img/common/call-wh.svg);
}

@media all and (min-width: 751px) {
  .call {
    display: none;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.4vw;
  height: 16vw;
  background-color: #505f6a;
  z-index: 9999;
  cursor: pointer;
}

.toggle.is-active {
  position: fixed;
}

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

.toggle span:nth-of-type(1) {
  top: 5.2vw;
  margin-left: -0.6666666667vw;
}

.toggle span:nth-of-type(2) {
  top: 7.8666666667vw;
  margin-left: 0.6666666667vw;
}

.toggle span:nth-of-type(3) {
  top: 10.5333333333vw;
  margin-left: -0.6666666667vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 7.8666666667vw;
  margin-left: 0;
  -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: 7.8666666667vw;
  margin-left: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media all and (min-width: 751px) {
  .toggle {
    width: 5.5555555556vw;
    height: 6.25vw;
    background-color: #231815;
  }
  .toggle span {
    width: 2.4305555556vw;
    height: 0.1388888889vw;
  }
  .toggle span:nth-of-type(1) {
    top: 1.9444444444vw;
    margin-left: -0.3472222222vw;
  }
  .toggle span:nth-of-type(2) {
    top: 3.0555555556vw;
    margin-left: 0.3472222222vw;
  }
  .toggle span:nth-of-type(3) {
    top: 4.1666666667vw;
    margin-left: -0.3472222222vw;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 3.0555555556vw;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 3.0555555556vw;
  }
}
@media all and (min-width: 1441px) {
  .toggle {
    width: 90px;
    height: 90px;
  }
  .toggle span {
    width: 35px;
    height: 2px;
  }
  .toggle span:nth-of-type(1) {
    top: 28px;
    margin-left: -5px;
  }
  .toggle span:nth-of-type(2) {
    top: 44px;
    margin-left: 5px;
  }
  .toggle span:nth-of-type(3) {
    top: 60px;
    margin-left: -5px;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 44px;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 44px;
  }
}
/*  open
-------------------------------------------------------*/
.open {
  position: fixed;
  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;
  background-color: #231815;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s;
  transition: visibility 0.4s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 8888;
}

.open.is-open {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.open.is-open > div {
  height: 100%;
}

.open-scroll {
  height: 100%;
}

.open-inquiry {
  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;
  margin: 0 auto 2.0833333333vw auto;
  padding-bottom: 2.0833333333vw;
  width: 88.8888888889vw;
}
.open-inquiry:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #372c29;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.open-inquiry .inquiry-logo {
  width: 12.5vw;
}
.open-inquiry .inquiry-contact {
  width: 27.7777777778vw;
}
.open-inquiry .inquiry-catch {
  margin-bottom: 0.8em;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.65em;
}
.open-inquiry .inquiry-num a,
.open-inquiry .inquiry-num p {
  color: #fff;
}
.open-inquiry .inquiry-num a:before,
.open-inquiry .inquiry-num p:before {
  background-image: url(../img/common/call-wh.svg);
}
.open-inquiry .inquiry-btn {
  margin: 0;
}

.open .fnavi > div {
  padding: 1.3888888889vw 0;
}
.open .bar {
  margin-top: 2.0833333333vw;
}

@media all and (min-width: 1441px) {
  .open-inquiry {
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
    width: 1280px;
  }
  .open-inquiry .inquiry-logo {
    width: 180px;
  }
  .open-inquiry .inquiry-contact {
    width: 400px;
  }
  .open-inquiry .inquiry-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .open .fnavi > div {
    padding: 20px 0;
  }
  .open .bar {
    margin-top: 30px;
  }
}
@media all and (max-width: 750px) {
  .open {
    display: none !important;
  }
}
/*  button
-------------------------------------------------------*/
.btn-line {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
}
.btn-line p:before {
  background-image: url(../img/common/line-wh.svg);
}
.btn-line:hover {
  background-color: #fff;
  color: #06c755;
}
.btn-line:hover p:before {
  background-image: url(../img/common/line-gr.svg);
}

.btn-reserve {
  background-color: #897750;
  border-color: #897750;
  color: #fff;
}
.btn-reserve p:before {
  background-image: url(../img/common/reserve-wh.svg);
}
.btn-reserve:hover {
  background-color: #fff;
  color: #897750;
}
.btn-reserve:hover p:before {
  background-image: url(../img/common/reserve-bw.svg);
}

.btn-modelhouse {
  background-color: #505f6a;
  border-color: #505f6a;
  color: #fff;
}
.btn-modelhouse p:before {
  background-image: url(../img/common/modelhouse-wh.svg);
}
.btn-modelhouse:hover {
  background-color: #fff;
  color: #505f6a;
}
.btn-modelhouse:hover p:before {
  background-image: url(../img/common/modelhouse-gr.svg);
}

.btn-contact {
  background-color: #c82536;
  border-color: #c82536;
  color: #fff;
}
.btn-contact p:before {
  background-image: url(../img/common/contact-wh.svg);
}
.btn-contact:hover {
  background-color: #fff;
  color: #c82536;
}
.btn-contact:hover p:before {
  background-image: url(../img/common/contact-rd.svg);
}

/* ------------------------------------------- main btn - */
.main-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;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 0.4vw;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  z-index: 1;
}
.main-btn span {
  position: relative;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  z-index: 2;
}

.main-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 4.6666666667vw;
  height: 4.8vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.main-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  margin-top: -0.5333333333vw;
  display: inline-block;
  width: 4vw;
  height: 1.4666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

.on--btn:hover .main-btn:after,
.main-btn:hover:after {
  -webkit-transform: translateX(0.25em) translateY(-50%);
          transform: translateX(0.25em) translateY(-50%);
}

.main-btn--high {
  height: 16vw;
}

.main-btn--low {
  height: 12.8vw;
}

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

.on--btn:hover .main-btn--wh,
.main-btn--wh:hover {
  background-color: #231815;
}
.on--btn:hover .main-btn--wh span,
.main-btn--wh:hover span {
  color: #fff;
}
.on--btn:hover .main-btn--wh:before,
.main-btn--wh:hover:before {
  background-image: url(../img/btn/circle-wh.svg);
}
.on--btn:hover .main-btn--wh:after,
.main-btn--wh:hover:after {
  background-image: url(../img/btn/arrow-wh.svg);
}

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

.on--btn:hover .main-btn--bk,
.main-btn--bk:hover {
  background-color: #fff;
}
.on--btn:hover .main-btn--bk span,
.main-btn--bk:hover span {
  color: #231815;
}
.on--btn:hover .main-btn--bk:before,
.main-btn--bk:hover:before {
  background-image: url(../img/btn/circle-bk.svg);
}
.on--btn:hover .main-btn--bk:after,
.main-btn--bk:hover:after {
  background-image: url(../img/btn/arrow-bk.svg);
}

.main-btn--bw {
  background-color: #897750;
  border-color: #897750;
}
.main-btn--bw span {
  color: #fff;
}
.main-btn--bw:before {
  background-image: url(../img/btn/circle-wh.svg);
}
.main-btn--bw:after {
  background-image: url(../img/btn/arrow-wh.svg);
}

.on--btn:hover .main-btn--bw,
.main-btn--bw:hover {
  background-color: #fff;
}
.on--btn:hover .main-btn--bw span,
.main-btn--bw:hover span {
  color: #897750;
}
.on--btn:hover .main-btn--bw:before,
.main-btn--bw:hover:before {
  background-image: url(../img/btn/circle-bw.svg);
}
.on--btn:hover .main-btn--bw:after,
.main-btn--bw:hover:after {
  background-image: url(../img/btn/arrow-bw.svg);
}

.main-btn--yg {
  background-color: #06c755;
  border-color: #06c755;
}
.main-btn--yg span {
  color: #fff;
}
.main-btn--yg:before {
  background-image: url(../img/btn/circle-wh.svg);
}
.main-btn--yg:after {
  background-image: url(../img/btn/arrow-wh.svg);
}

.on--btn:hover .main-btn--yg,
.main-btn--yg:hover {
  background-color: #fff;
}
.on--btn:hover .main-btn--yg span,
.main-btn--yg:hover span {
  color: #06c755;
}
.on--btn:hover .main-btn--yg:before,
.main-btn--yg:hover:before {
  background-image: url(../img/btn/circle-yg.svg);
}
.on--btn:hover .main-btn--yg:after,
.main-btn--yg:hover:after {
  background-image: url(../img/btn/arrow-yg.svg);
}

.main-btn--rd {
  background-color: #c82536;
  border-color: #c82536;
}
.main-btn--rd span {
  color: #fff;
}
.main-btn--rd:before {
  background-image: url(../img/btn/circle-wh.svg);
}
.main-btn--rd:after {
  background-image: url(../img/btn/arrow-wh.svg);
}

.on--btn:hover .main-btn--rd,
.main-btn--rd:hover {
  background-color: #fff;
}
.on--btn:hover .main-btn--rd span,
.main-btn--rd:hover span {
  color: #c82536;
}
.on--btn:hover .main-btn--rd:before,
.main-btn--rd:hover:before {
  background-image: url(../img/btn/circle-rd.svg);
}
.on--btn:hover .main-btn--rd:after,
.main-btn--rd:hover:after {
  background-image: url(../img/btn/arrow-rd.svg);
}

@media all and (min-width: 751px) {
  .main-btn {
    border-width: 0.1388888889vw;
  }
  .main-btn span {
    font-size: 1.25vw;
  }
  .main-btn--high {
    height: 6.25vw;
  }
  .main-btn--low {
    height: 4.1666666667vw;
  }
  .main-btn:before {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.4583333333vw;
  }
  .main-btn:after {
    margin-top: -0.1388888889vw;
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 0.4861111111vw;
  }
}
@media all and (min-width: 1441px) {
  .main-btn {
    border-width: 2px;
  }
  .main-btn span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .main-btn--high {
    height: 90px;
  }
  .main-btn--low {
    height: 60px;
  }
  .main-btn:before {
    right: 30px;
    width: 20px;
    height: 21px;
  }
  .main-btn:after {
    margin-top: -2px;
    right: 20px;
    width: 20px;
    height: 7px;
  }
}
/* ------------------------------------------- more btn - */
.more-btn {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6vw;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.more-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #897750;
}

.more-btn p > span:nth-child(5) {
  margin-left: 0.5em;
}

@media all and (min-width: 751px) {
  .more-btn {
    height: 2.0833333333vw;
  }
}
@media all and (min-width: 1441px) {
  .more-btn {
    height: 30px;
  }
}
/*  heading
-------------------------------------------------------*/
/* ------------------------------------------- sechead - */
.sechead {
  position: relative;
}

.sechead-en {
  position: relative;
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sechead-jp {
  position: relative;
  margin-top: 1em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.15em;
}

@media all and (min-width: 751px) {
  .sechead-en {
    font-size: 3.4722222222vw;
  }
  .sechead-jp {
    font-size: 1.1111111111vw;
    letter-spacing: 0.22em;
  }
}
@media all and (min-width: 1441px) {
  .sechead-en {
    font-size: 50px;
    font-size: 5rem;
  }
  .sechead-jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  slide
-------------------------------------------------------*/
@media all and (max-width: 750px) {
  .slide-control {
    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: 9.4666666667vw;
  }
}
/* ------------------------------------------- pagination bar - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.slide-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #231815;
  border-color: #231815;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  opacity: 1;
}

.swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}

@media all and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    border-width: 0.2083333333vw;
  }
  .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .slide-pagination .swiper-pagination-bullet-active {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 15px;
  }
  .slide-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 6.4vw;
  height: 9.4666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 888;
  cursor: pointer;
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-prev {
  left: 0;
}

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

.slide-next {
  right: 0;
}

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

.slide-prev:hover,
.slide-next:hover {
  opacity: 0.8;
}

@media all and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 2.0833333333vw;
    height: 3.0555555556vw;
  }
}
@media all and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 30px;
    height: 44px;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 6666;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 1px);
  height: 14.6666666667vw;
  border-style: solid;
  border-width: 1px;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.float-btn a p {
  position: relative;
}
.float-btn a p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.float-btn .btn-line p {
  padding-top: 6.1333333333vw;
}
.float-btn .btn-line p:before {
  width: 5.0666666667vw;
  height: 5.3333333333vw;
}
.float-btn .btn-reserve p {
  padding-top: 6.1333333333vw;
}
.float-btn .btn-reserve p:before {
  width: 4vw;
  height: 4.6666666667vw;
}
.float-btn .btn-modelhouse p {
  padding-top: 4.8vw;
}
.float-btn .btn-modelhouse p:before {
  width: 4.6666666667vw;
  height: 4.1333333333vw;
}
.float-btn .btn-contact p {
  padding-top: 4.5333333333vw;
}
.float-btn .btn-contact p:before {
  width: 4.1333333333vw;
  height: 3.4666666667vw;
}

@media all and (max-width: 750px) {
  .float {
    background-color: #fff;
  }
  .float-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  .float {
    top: 50%;
    left: auto;
    right: 0;
    min-width: 7.6388888889vw;
    width: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-btn a {
    width: 100%;
    height: 6.25vw;
    font-size: 0.9027777778vw;
    line-height: 1.38em;
    letter-spacing: 0.02em;
  }
  .float-btn .btn-line p {
    padding-top: 2.4305555556vw;
  }
  .float-btn .btn-line p:before {
    width: 1.6666666667vw;
    height: 1.8055555556vw;
  }
  .float-btn .btn-reserve p {
    padding-top: 2.0833333333vw;
  }
  .float-btn .btn-reserve p:before {
    width: 1.3194444444vw;
    height: 1.5277777778vw;
  }
  .float-btn .btn-modelhouse p {
    padding-top: 1.7361111111vw;
  }
  .float-btn .btn-modelhouse p:before {
    width: 1.5277777778vw;
    height: 1.3888888889vw;
  }
  .float-btn .btn-contact p {
    padding-top: 1.5972222222vw;
  }
  .float-btn .btn-contact p:before {
    width: 1.3888888889vw;
    height: 1.1111111111vw;
  }
}
@media all and (min-width: 1441px) {
  .float {
    min-width: 110px;
    width: 110px;
  }
  .float-btn a {
    height: 90px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .float-btn .btn-line p {
    padding-top: 35px;
  }
  .float-btn .btn-line p:before {
    width: 24px;
    height: 26px;
  }
  .float-btn .btn-reserve p {
    padding-top: 30px;
  }
  .float-btn .btn-reserve p:before {
    width: 19px;
    height: 22px;
  }
  .float-btn .btn-modelhouse p {
    padding-top: 25px;
  }
  .float-btn .btn-modelhouse p:before {
    width: 22px;
    height: 20px;
  }
  .float-btn .btn-contact p {
    padding-top: 23px;
  }
  .float-btn .btn-contact p:before {
    width: 20px;
    height: 16px;
  }
}
/*  pagetop
-------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 17.3333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fff;
  border-color: #231815;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
  z-index: 6666;
  cursor: pointer;
}
.pagetop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4.2666666667vw;
  height: 2.2666666667vw;
  background-image: url(../img/common/pagetop-bk.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagetop:hover {
  background-color: #231815;
  border-color: #f3f1ec;
}
.pagetop:hover:before {
  background-image: url(../img/common/pagetop-wh.svg);
}

@media all and (min-width: 751px) {
  .pagetop {
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
  }
  .pagetop:before {
    width: 1.3888888889vw;
    height: 0.8333333333vw;
  }
}
@media all and (min-width: 1441px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-width: 2px;
  }
  .pagetop:before {
    width: 20px;
    height: 12px;
  }
}
/*  button
-------------------------------------------------------*/
/* ------------------------------------------- anim - */
.anim {
  opacity: 0;
}

.anim.is-show {
  opacity: 1;
}

.anim--up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.anim--up.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}

/* ------------------------------------------- wave - */
.wave span {
  display: inline-block;
}

.on--btn:hover .wave span,
.wave:hover span {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-duration: 0.17s;
          animation-duration: 0.17s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.on--btn:hover .wave span:nth-child(2),
.wave:hover span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.on--btn:hover .wave span:nth-child(3),
.wave:hover span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.on--btn:hover .wave span:nth-child(4),
.wave:hover span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.on--btn:hover .wave span:nth-child(5),
.wave:hover span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.on--btn:hover .wave span:nth-child(6),
.wave:hover span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.on--btn:hover .wave span:nth-child(7),
.wave:hover span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.on--btn:hover .wave span:nth-child(8),
.wave:hover span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.on--btn:hover .wave span:nth-child(9),
.wave:hover span:nth-child(9) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.on--btn:hover .wave span:nth-child(10),
.wave:hover span:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.on--btn:hover .wave span:nth-child(11),
.wave:hover span:nth-child(11) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.on--btn:hover .wave span:nth-child(12),
.wave:hover span:nth-child(12) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.on--btn:hover .wave span:nth-child(13),
.wave:hover span:nth-child(13) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.on--btn:hover .wave span:nth-child(14),
.wave:hover span:nth-child(14) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.on--btn:hover .wave span:nth-child(15),
.wave:hover span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes wave {
  100% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
}

@keyframes wave {
  100% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
}
/*  front - #hero
-------------------------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: relative;
}

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

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

#hero-pagination {
  position: absolute;
  left: 50%;
  bottom: 6.6666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#hero-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-color: #fff;
}
#hero-pagination .swiper-pagination-bullet-active {
  background-color: transparent !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media all and (min-width: 751px) {
  .hero-image img {
    height: 53.4722222222vw;
  }
  #hero-pagination {
    bottom: 7.2916666667vw;
  }
}
@media all and (min-width: 1441px) {
  .hero-image img {
    height: 770px;
  }
  #hero-pagination {
    bottom: 105px;
  }
}
/*  front - #news
-------------------------------------------------------------------------------*/
.sec--news {
  padding: 5.3333333333vw 0;
}

.news-frt {
  position: relative;
}
.news-frt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.news-frt-head {
  position: relative;
  top: 0.15em;
  font-family: "Overpass", sans-serif;
  font-size: 4.8vw;
  letter-spacing: 0.07em;
}

.news-frt-post a {
  position: relative;
  padding: 4.6666666667vw 0;
}

.news-frt-date {
  position: relative;
  margin-bottom: 1em;
  color: #897750;
  font-family: "Overpass", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.news-frt-ttl {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.news-frt-more {
  width: 23.3333333333vw;
}

@media all and (max-width: 750px) {
  .news-frt-more {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all and (min-width: 751px) {
  .sec--news {
    top: -5.5555555556vw;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .news-frt {
    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: 69.4444444444vw;
    height: 4.1666666667vw;
  }
  .news-frt-head {
    width: 10.0694444444vw;
    font-size: 1.25vw;
  }
  .news-frt-content {
    width: 51.3888888889vw;
  }
  .news-frt-post 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: 0 3.4722222222vw 0 0;
    height: 4.1666666667vw;
  }
  .news-frt-date {
    top: 0.15em;
    margin-bottom: 0;
    width: 8.3333333333vw;
    font-size: 0.9722222222vw;
  }
  .news-frt-ttl {
    width: calc(100% - 8.3333333333vw);
    font-size: 1.1111111111vw;
    line-height: 1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-frt-more {
    width: 7.9861111111vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--news {
    top: -80px;
  }
  .news-frt {
    width: 1000px;
    height: 60px;
  }
  .news-frt-head {
    width: 145px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .news-frt-content {
    width: 740px;
  }
  .news-frt-post a {
    padding: 0 50px 0 0;
    height: 60px;
  }
  .news-frt-date {
    width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-frt-ttl {
    width: calc(100% - 120px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-frt-more {
    width: 115px;
  }
}
/*  front - #concept
-------------------------------------------------------------------------------*/
.sec--concept {
  padding: 14.6666666667vw 0;
}

.sechead-concept {
  text-align: center;
}

.concept {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11.3333333333vw;
}
.concept:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 66.6666666667vw;
  background-image: url(../img/concept/main_sp.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.concept-list {
  width: 92vw;
}

.concept-list > li {
  position: relative;
  padding: 5.3333333333vw 6.6666666667vw;
  background-color: #fff;
  border-radius: 0.4vw;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(52, 46, 22, 0.1);
          box-shadow: 0px 17px 30px 0px rgba(52, 46, 22, 0.1);
}

.concept-list > li:nth-child(n+2) {
  margin-top: 6vw;
}

.concept-ttl {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.concept-desc p {
  line-height: 1.65em;
}

.concept-btn {
  margin: 10vw auto 0 auto;
  width: 86.6666666667vw;
}

.sec--concept .menu {
  margin-top: 10.6666666667vw;
}

@media all and (max-width: 750px) {
  .concept {
    padding-top: 53.3333333333vw;
  }
  .concept:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .concept-list {
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) {
  .sec--concept {
    padding: 6.25vw 0;
  }
  .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 13.8888888889vw 0 0 -11.8055555556vw;
    width: 93.0555555556vw;
    height: 69.3055555556vw;
  }
  .concept:before {
    top: -11.1111111111vw;
    left: auto;
    right: -3.8194444444vw;
    width: 60.1388888889vw;
    height: 92.2222222222vw;
    background-image: url(../img/concept/main.jpg);
    background-image: image-set(url(../img/concept/main.jpg) 1x, url(../img/concept/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/main.jpg) 1x, url(../img/concept/main-2x.jpg) 2x);
  }
  .concept-list {
    width: 46.5277777778vw;
  }
  .concept-list > li {
    padding: 3.125vw 3.4722222222vw;
    border-radius: 0.2083333333vw;
  }
  .concept-list > li:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .concept-ttl {
    font-size: 2.0833333333vw;
  }
  .concept-desc p {
    line-height: 2.1875em;
  }
  .concept-btn {
    margin: 15.2777777778vw auto 0 auto;
    width: 31.9444444444vw;
  }
  .sec--concept .menu {
    margin-top: 3.4722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--concept {
    padding: 90px 0;
  }
  .concept {
    margin: 200px 0 0 -170px;
    width: 1340px;
    height: 998px;
  }
  .concept:before {
    top: -160px;
    right: -55px;
    width: 866px;
    height: 1328px;
  }
  .concept-list {
    width: 670px;
  }
  .concept-list > li {
    padding: 45px 50px;
    border-radius: 3px;
  }
  .concept-list > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .concept-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .concept-btn {
    margin: 220px auto 0 auto;
    width: 460px;
  }
  .sec--concept .menu {
    margin-top: 50px;
  }
}
/*  front - #about
-------------------------------------------------------------------------------*/
.sec--about {
  padding: 14.6666666667vw 0 10.6666666667vw 0;
}

.about-head {
  margin: 0 auto 13.3333333333vw auto;
  width: 86.6666666667vw;
}

.about-desc {
  margin-top: 8.6666666667vw;
}
.about-desc p {
  font-size: 4vw;
  line-height: 1.65em;
  letter-spacing: 0.1em;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-item > li {
  margin-top: 2.6666666667vw;
}

.about-item > li:nth-child(1),
.about-item > li:nth-child(2),
.about-item > li:nth-child(3),
.about-item > li:nth-child(4),
.about-item > li:nth-child(6),
.about-item > li:nth-child(7) {
  width: 44.6666666667vw;
}

.about-item > li:nth-child(5),
.about-item > li:nth-child(8),
.about-item > li:nth-child(9) {
  width: 92vw;
}

.about-item > li:nth-child(10) {
  width: 92vw;
}

.about-update {
  margin-top: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: right;
}
.about-update:before {
  content: "※";
}

@media all and (max-width: 750px) {
  .sechead-about {
    text-align: center;
  }
  .about-item {
    margin: 0 auto;
    width: 92vw;
  }
}
@media all and (min-width: 751px) {
  .sec--about {
    padding: 6.25vw 0;
  }
  .about {
    margin-left: -9.7222222222vw;
    width: 88.8888888889vw;
  }
  .about-head {
    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: 0 auto 5.2083333333vw auto;
    width: 69.4444444444vw;
  }
  .about-desc {
    margin-top: 0;
    width: 45.8333333333vw;
  }
  .about-desc p {
    font-size: 1.3888888889vw;
  }
  .about-item > li {
    margin-top: 1.3888888889vw;
  }
  .about-item > li:nth-child(1),
  .about-item > li:nth-child(2),
  .about-item > li:nth-child(3),
  .about-item > li:nth-child(4),
  .about-item > li:nth-child(6),
  .about-item > li:nth-child(7) {
    width: 16.6666666667vw;
  }
  .about-item > li:nth-child(5),
  .about-item > li:nth-child(9),
  .about-item > li:nth-child(10) {
    width: 34.7222222222vw;
  }
  .about-item > li:nth-child(8) {
    width: 52.7777777778vw;
  }
  .about-item > li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .about-item > li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .about-item > li:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .about-item > li:nth-child(7) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .about-item > li:nth-child(9) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .about-item > li:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .about-item > li:nth-child(10) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media all and (min-width: 1441px) {
  .sec--about {
    padding: 90px 0;
  }
  .about {
    margin-left: -140px;
    width: 1280px;
  }
  .about-head {
    margin: 0 auto 75px auto;
    width: 1000px;
  }
  .about-desc {
    width: 660px;
  }
  .about-desc p {
    font-size: 20px;
    font-size: 2rem;
  }
  .about-item > li {
    margin-top: 20px;
  }
  .about-item > li:nth-child(1),
  .about-item > li:nth-child(2),
  .about-item > li:nth-child(3),
  .about-item > li:nth-child(4),
  .about-item > li:nth-child(6),
  .about-item > li:nth-child(7) {
    width: 240px;
  }
  .about-item > li:nth-child(5),
  .about-item > li:nth-child(9),
  .about-item > li:nth-child(10) {
    width: 500px;
  }
  .about-item > li:nth-child(8) {
    width: 760px;
  }
}
/*  front - #lineup
-------------------------------------------------------------------------------*/
.sec--lineup {
  padding: 14.6666666667vw 0;
}

.sechead-lineup {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.lineup a {
  display: block;
}

.lineup-image {
  position: relative;
  margin: 0 auto 4.6666666667vw auto;
  width: 60vw;
}

.lineup a:hover .lineup-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.lineup-content {
  position: relative;
}

.lineup-jp {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.lineup-en {
  position: relative;
  font-family: "Overpass", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.lineup-en:after {
  content: "";
  position: absolute;
  top: -4.6666666667vw;
  left: -6vw;
  display: inline-block;
  width: 9.6vw;
  height: 10.4vw;
  background-image: url(../img/lineup/slash.svg);
  background-size: contain;
  z-index: -1;
}

.lineup-ttl {
  position: relative;
  display: inline-block;
  padding-right: 7.6vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.22em;
}
.lineup-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/external-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .lineup {
    margin: 0 auto;
    width: 60vw;
  }
  .lineup-content {
    text-align: center;
  }
  .lineup-en {
    display: inline-block;
    margin-top: 6.6666666667vw;
    padding-left: 4vw;
    text-align: center;
  }
  .lineup .slide-control {
    margin: 11.3333333333vw 0 0 -3.3333333333vw;
    width: 66.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .sec--lineup {
    padding: 6.25vw 0;
  }
  .sechead-lineup {
    margin-bottom: 6.25vw;
  }
  .lineup {
    margin-left: -10.4166666667vw;
    width: 90.2777777778vw;
  }
  .lineup .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .lineup .swiper-wrapper > .swiper-slide {
    width: 33.33333%;
    height: 25vw;
  }
  .lineup .swiper-wrapper > li:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .sechead-lineup {
    margin-bottom: 6.25vw;
  }
  .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lineup-image {
    margin: 0 auto 1.3888888889vw auto;
    width: 19.4444444444vw;
  }
  .lineup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lineup-jp {
    font-size: 1.3888888889vw;
  }
  .lineup-en {
    top: 2.7777777778vw;
    margin-left: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .lineup-en:after {
    top: -2.0833333333vw;
    left: -2.4305555556vw;
    width: 3.1944444444vw;
    height: 3.4722222222vw;
  }
  .lineup-ttl {
    padding-right: 2.5694444444vw;
    font-size: 1.3888888889vw;
  }
  .lineup-ttl:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .lineup .slide-control {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  .sec--lineup {
    padding: 90px 0;
  }
  .sechead-lineup {
    margin-bottom: 90px;
  }
  .lineup {
    margin-left: -150px;
    width: 1300px;
  }
  .lineup .swiper-wrapper > .swiper-slide {
    height: 360px;
  }
  .lineup .swiper-wrapper > li:nth-child(n+4) {
    margin-top: 50px;
  }
  .sechead-lineup {
    margin-bottom: 90px;
  }
  .lineup-image {
    margin: 0 auto 20px auto;
    width: 280px;
  }
  .lineup-jp {
    font-size: 20px;
    font-size: 2rem;
  }
  .lineup-en {
    top: 40px;
    margin-left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-en:after {
    top: -30px;
    left: -35px;
    width: 46px;
    height: 50px;
  }
  .lineup-ttl {
    padding-right: 37px;
    font-size: 20px;
    font-size: 2rem;
  }
  .lineup-ttl:after {
    width: 22px;
    height: 22px;
  }
}
/*  front - #event
-------------------------------------------------------------------------------*/
.sec--event {
  padding: 16vw 0;
}

.sechead-event {
  margin-bottom: 12vw;
  text-align: center;
}

.event-slide {
  margin: 0 auto;
  width: 66.6666666667vw;
}

#event-pagination {
  margin-top: 10.6666666667vw;
}

.event-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 86.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec--event {
    padding: 7.6388888889vw 0;
  }
  .sechead-event {
    margin-bottom: 5.2083333333vw;
  }
  .event-slide {
    margin: 0 0 0 -9.7222222222vw;
    width: 88.8888888889vw;
  }
  #event-pagination {
    display: none;
  }
  .event-btn {
    margin: 6.9444444444vw auto 0 auto;
    width: 31.9444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--event {
    padding: 110px 0;
  }
  .sechead-event {
    margin-bottom: 75px;
  }
  .event-slide {
    margin-left: -140px;
    width: 1280px;
  }
  .event-btn {
    margin: 100px auto 0 auto;
    width: 460px;
  }
}
/*  front - #construction
-------------------------------------------------------------------------------*/
.sec--const {
  padding: 16vw 0;
}

.sechead-const {
  margin-bottom: 9.3333333333vw;
  text-align: center;
}

.const-slide, .mansion-slide {
  position: relative;
  margin: 0 auto;
  width: 68vw;
}

#const-pagination, #mansion-pagination {
  margin-top: 10.6666666667vw;
}

.const-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 86.6666666667vw;
}

@media all and (max-width: 750px) {
  #const-next, #mansion-next {
    left: -12vw;
  }
}
@media all and (min-width: 751px) {
  .sec--const {
    padding: 6.9444444444vw 0;
  }
  .sechead-const {
    margin-bottom: 5.5555555556vw;
  }
  .const-slide, .mansion-slide {
    margin: 0 0 0 -6.25vw;
    width: 81.9444444444vw;
  }
  #const-next,
  #const-pagination,
  #mansion-pagination,
  #mansion-next {
    display: none;
  }
  .const-btn {
    margin: 6.5972222222vw auto 0 auto;
    width: 31.9444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--const {
    padding: 100px 0;
  }
  .sechead-const {
    margin-bottom: 80px;
  }
  .const-slide, .mansion-slide {
    margin-left: -90px;
    width: 1180px;
  }
  .const-btn {
    margin: 95px auto 0 auto;
    width: 460px;
  }
}
/*  front - #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 13.3333333333vw 0;
}

.sechead-blog {
  margin-bottom: 12vw;
  text-align: center;
}

.blog-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 86.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec--blog {
    padding: 8.3333333333vw 0 3.4722222222vw 0;
  }
  .sechead-blog {
    margin-bottom: 5.5555555556vw;
  }
  .blog-btn {
    margin: 6.5972222222vw auto 0 auto;
    width: 31.9444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--blog {
    padding: 120px 0 50px 0;
  }
  .sechead-blog {
    margin-bottom: 80px;
  }
  .blog-btn {
    margin: 95px auto 0 auto;
    width: 460px;
  }
}
/*  front - #contact
-------------------------------------------------------------------------------*/
.sec--contact {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.sechead-contact {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}

.contact > a {
  display: block;
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.contact-content {
  padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
}

.contact-ttl {
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.42em;
  letter-spacing: 0.08em;
}

.contact-desc p {
  line-height: 1.65em;
  letter-spacing: 0.08em;
}

.contact-btn {
  margin-top: 5.3333333333vw;
  width: 100%;
}

@media all and (max-width: 750px) {
  .contact > a:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media all and (min-width: 751px) {
  .sec--contact {
    padding: 5.5555555556vw 0;
  }
  .sechead-contact {
    margin-bottom: 4.8611111111vw;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15.2777777778vw;
    width: 100vw;
  }
  .contact > 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;
    width: 50%;
    border-width: 1px;
  }
  .contact > a:nth-child(n+2) {
    border-left: none;
  }
  .contact-image {
    width: 20.3472222222vw;
  }
  .contact-content {
    padding: 2.7777777778vw 2.0833333333vw;
    width: calc(100% - 20.3472222222vw);
  }
  .contact-ttl {
    font-size: 1.9444444444vw;
  }
  .contact-btn {
    margin-top: 2.7777777778vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--contact {
    padding: 80px 0;
  }
  .sechead-contact {
    margin-bottom: 70px;
  }
  .contact {
    margin-left: -220px;
    width: 1440px;
  }
  .contact > a {
    width: 50%;
  }
  .contact-image {
    width: 293px;
  }
  .contact-content {
    padding: 40px 30px;
    width: calc(100% - 293px);
  }
  .contact-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .contact-btn {
    margin-top: 40px;
  }
}
/*  front - #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 18.6666666667vw 0 16vw 0;
}

.sechead-works {
  margin-bottom: 12vw;
  text-align: center;
}

.works-btn {
  margin: 11.3333333333vw auto 0 auto;
  width: 86.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec--works {
    padding: 8.3333333333vw 0 6.9444444444vw 0;
  }
  .sechead-works {
    margin-bottom: 4.1666666667vw;
  }
  .works-btn {
    margin: 6.9444444444vw auto 0 auto;
    width: 31.9444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--works {
    padding: 120px 0 100px 0;
  }
  .sechead-works {
    margin-bottom: 60px;
  }
  .works-btn {
    margin: 100px auto 0 auto;
    width: 460px;
  }
}
/*  front - #interv
-------------------------------------------------------------------------------*/
.sec--interv {
  padding: 16vw 0;
}

.sechead-interv {
  margin-bottom: 11.3333333333vw;
  text-align: center;
}

.interv-frt {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.interv-slide {
  position: relative;
  margin: 0 auto;
  width: 67.3333333333vw;
}

#interv-pagination {
  margin-top: 13.3333333333vw;
}

.interv-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 86.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec--interv {
    padding: 6.9444444444vw 0;
  }
  .sechead-interv {
    margin-bottom: 5.5555555556vw;
  }
  .interv-frt {
    margin: 0 0 0 -12.5vw;
    width: 94.4444444444vw;
  }
  .interv-slide {
    width: 25vw;
  }
  #interv-pagination {
    margin-top: 5.2083333333vw;
  }
  .interv-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 31.9444444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--interv {
    padding: 100px 0;
  }
  .sechead-interv {
    margin-bottom: 80px;
  }
  .interv-frt {
    margin-left: -180px;
    width: 1360px;
  }
  .interv-slide {
    width: 360px;
  }
  #interv-pagination {
    margin-top: 75px;
  }
  .interv-btn {
    margin: 50px auto 0 auto;
    width: 460px;
  }
}
/*  front - #instagram
-------------------------------------------------------------------------------*/
.sec--instagram {
  padding: 13.3333333333vw 0;
}

.instagram {
  position: relative;
  margin-left: -2.6666666667vw;
  width: 100vw;
}

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

.instagram-l {
  width: 20.1333333333vw;
  height: 78.6666666667vw;
  background-image: url(../img/instagram/image01_sp.jpg);
  background-size: cover;
  background-position: center;
}

.instagram-c {
  width: 57.0666666667vw;
}

.instagram-c > div:nth-child(1),
.instagram-c > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instagram-c > div:nth-child(1) > div,
.instagram-c > div:nth-child(3) > div {
  width: 27.8666666667vw;
  height: 39.3333333333vw;
  background-size: contain;
}

.instagram-c > div:nth-child(1) > div {
  background-position: center top;
}

.instagram-c > div:nth-child(3) > div {
  background-position: center bottom;
}

.instagram-c > div:nth-child(1) > div:nth-child(1) {
  background-image: url(../img/instagram/image02_sp.jpg);
}

.instagram-c > div:nth-child(1) > div:nth-child(2) {
  background-image: url(../img/instagram/image03_sp.jpg);
}

.instagram-c > div:nth-child(3) > div:nth-child(1) {
  background-image: url(../img/instagram/image04_sp.jpg);
}

.instagram-c > div:nth-child(3) > div:nth-child(2) {
  background-image: url(../img/instagram/image05_sp.jpg);
}

.instagram-box {
  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: 86.4vw;
  height: 52vw;
  background-color: #fff;
}

.instagram-head {
  position: relative;
  margin-bottom: 18.6666666667vw;
  font-family: "Overpass", sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
}
.instagram-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14.6666666667vw;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/instagram/icon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.instagram-box > div p {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.instagram-box > div p:before {
  content: "＃";
}

.instagram-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instagram-r {
  width: 20.1333333333vw;
}

.instagram-r > div {
  width: 100%;
  height: 38.6666666667vw;
  background-size: cover;
  background-position: center;
}

.instagram-r > div:nth-child(1) {
  background-image: url(../img/instagram/image06_sp.jpg);
}

.instagram-r > div:nth-child(3) {
  background-image: url(../img/instagram/image08_sp.jpg);
}

.instagram-r > div:nth-child(n+3) {
  margin-top: 1.3333333333vw;
}

@media all and (max-width: 750px) {
  .instagram-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .instagram-r > div:nth-child(2) {
    display: none;
  }
  .instagram-r > div:nth-child(4) {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .sec--instagram {
    padding: 6.9444444444vw 0;
  }
  .instagram {
    margin-left: -15.2777777778vw;
    width: 100vw;
  }
  .instagram-l {
    width: 34.4444444444vw;
    height: 34.0277777778vw;
    background-image: url(../img/instagram/image01.jpg);
    background-image: image-set(url(../img/instagram/image01.jpg) 1x, url(../img/instagram/image01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image01.jpg) 1x, url(../img/instagram/image01-2x.jpg) 2x);
  }
  .instagram-c {
    width: 29.7222222222vw;
  }
  .instagram-c > div:nth-child(1) > div,
  .instagram-c > div:nth-child(3) > div {
    width: 14.5138888889vw;
    height: 6.9444444444vw;
    background-size: cover;
    background-position: center;
  }
  .instagram-c > div:nth-child(1) > div:nth-child(1) {
    background-image: url(../img/instagram/image02.jpg);
    background-image: image-set(url(../img/instagram/image02.jpg) 1x, url(../img/instagram/image02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image02.jpg) 1x, url(../img/instagram/image02-2x.jpg) 2x);
  }
  .instagram-c > div:nth-child(1) > div:nth-child(2) {
    background-image: url(../img/instagram/image03.jpg);
    background-image: image-set(url(../img/instagram/image03.jpg) 1x, url(../img/instagram/image03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image03.jpg) 1x, url(../img/instagram/image03-2x.jpg) 2x);
  }
  .instagram-c > div:nth-child(3) > div:nth-child(1) {
    background-image: url(../img/instagram/image04.jpg);
    background-image: image-set(url(../img/instagram/image04.jpg) 1x, url(../img/instagram/image04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image04.jpg) 1x, url(../img/instagram/image04-2x.jpg) 2x);
  }
  .instagram-c > div:nth-child(3) > div:nth-child(2) {
    background-image: url(../img/instagram/image05.jpg);
    background-image: image-set(url(../img/instagram/image05.jpg) 1x, url(../img/instagram/image05-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image05.jpg) 1x, url(../img/instagram/image05-2x.jpg) 2x);
  }
  .instagram-box {
    width: 100%;
    height: 20.1388888889vw;
  }
  .instagram-head {
    margin-bottom: 6.25vw;
    font-size: 3.4722222222vw;
  }
  .instagram-head:after {
    bottom: -4.8611111111vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .instagram-box > div p {
    font-size: 1.1111111111vw;
  }
  .instagram-r {
    width: 34.4444444444vw;
  }
  .instagram-r > div {
    width: 16.875vw;
    height: 16.6666666667vw;
  }
  .instagram-r > div:nth-child(1) {
    background-image: url(../img/instagram/image06.jpg);
    background-image: image-set(url(../img/instagram/image06.jpg) 1x, url(../img/instagram/image06-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image06.jpg) 1x, url(../img/instagram/image06-2x.jpg) 2x);
  }
  .instagram-r > div:nth-child(2) {
    background-image: url(../img/instagram/image07.jpg);
    background-image: image-set(url(../img/instagram/image07.jpg) 1x, url(../img/instagram/image07-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image07.jpg) 1x, url(../img/instagram/image07-2x.jpg) 2x);
  }
  .instagram-r > div:nth-child(3) {
    background-image: url(../img/instagram/image08.jpg);
    background-image: image-set(url(../img/instagram/image08.jpg) 1x, url(../img/instagram/image08-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image08.jpg) 1x, url(../img/instagram/image08-2x.jpg) 2x);
  }
  .instagram-r > div:nth-child(4) {
    background-image: url(../img/instagram/image09.jpg);
    background-image: image-set(url(../img/instagram/image09.jpg) 1x, url(../img/instagram/image09-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/instagram/image09.jpg) 1x, url(../img/instagram/image09-2x.jpg) 2x);
  }
  .instagram-r > div:nth-child(n+3) {
    margin-top: 0.6944444444vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--instagram {
    padding: 100px 0;
  }
  .instagram {
    margin-left: -220px;
    width: 1440px;
  }
  .instagram-l {
    width: 496px;
    height: 490px;
  }
  .instagram-c {
    width: 428px;
  }
  .instagram-c > div:nth-child(1) > div,
  .instagram-c > div:nth-child(3) > div {
    width: 209px;
    height: 100px;
  }
  .instagram-box {
    height: 290px;
  }
  .instagram-head {
    margin-bottom: 90px;
    font-size: 50px;
    font-size: 5rem;
  }
  .instagram-head:after {
    bottom: -70px;
    width: 50px;
    height: 50px;
  }
  .instagram-box > div p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .instagram-r {
    width: 496px;
  }
  .instagram-r > div {
    width: 243px;
    height: 240px;
  }
  .instagram-r > div:nth-child(n+3) {
    margin-top: 10px;
  }
}
/*  menu
-------------------------------------------------------------------------------*/
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 92vw;
}

.menu a {
  position: relative;
  padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
  display: block;
  width: 45.3333333333vw;
  border: 1px solid #dbdbdb;
}
.menu a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.3333333333vw 3.3333333333vw;
  border-color: transparent transparent #231815 transparent;
}

.menu-image {
  position: relative;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.menu a:hover .menu-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.menu-content {
  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.6666666667vw;
}

.menu-ttl {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.02em;
}

@media all and (max-width: 750px) {
  .menu a:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
}
@media all and (min-width: 751px) {
  .menu {
    margin: 0 0 0 -10.7638888889vw;
    width: 90.9722222222vw;
  }
  .menu a {
    padding: 0.6944444444vw 0.6944444444vw 0 0.6944444444vw;
    width: 22.2222222222vw;
  }
  .menu a:after {
    border-width: 0 0 1.7361111111vw 1.7361111111vw;
  }
  .menu-content {
    height: 6.5972222222vw;
  }
  .menu-ttl {
    font-size: 1.25vw;
    letter-spacing: 0.08em;
  }
}
@media all and (min-width: 1441px) {
  .menu {
    margin: 0 0 0 -155px;
    width: 1310px;
  }
  .menu a {
    padding: 10px 10px 0 10px;
    width: 320px;
  }
  .menu a:after {
    border-width: 0 0 25px 25px;
  }
  .menu-content {
    height: 95px;
  }
  .menu-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  front - #pickup
-------------------------------------------------------------------------------*/
.sec--pickup {
  padding: 14.6666666667vw 0;
}

.sechead-pickup {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 92vw;
}

.pickup a {
  position: relative;
  display: block;
  padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
  border: 1px solid #dbdbdb;
}
.pickup a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.3333333333vw 3.3333333333vw;
  border-color: transparent transparent #231815 transparent;
}

.pickup-image {
  position: relative;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.pickup a:hover .pickup-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.pickup-content {
  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: 15.3333333333vw;
}

.pickup-ttl {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.08em;
}

@media all and (max-width: 750px) {
  .pickup {
    margin: 0 auto;
    width: 69.3333333333vw;
  }
  .pickup-content {
    text-align: center;
  }
  .pickup-en {
    display: inline-block;
    margin-top: 6.6666666667vw;
    padding-left: 4vw;
    text-align: center;
  }
  .pickup .slide-control {
    margin: 11.3333333333vw auto 0 auto;
    width: 66.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .sec--pickup {
    padding: 6.25vw 0 10.4166666667vw 0;
  }
  .sechead-pickup {
    margin-bottom: 6.25vw;
  }
  .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -2.0833333333vw;
    width: 73.6111111111vw;
  }
  .pickup .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .pickup .swiper-wrapper > .swiper-slide {
    width: 22.2222222222vw;
    height: auto;
  }
  .pickup .swiper-wrapper > li:nth-child(n+4) {
    margin-top: 3.125vw;
    width: 35.0694444444vw;
  }
  .pickup a {
    padding: 0.6944444444vw 0.6944444444vw 0 0.6944444444vw;
  }
  .pickup a:after {
    border-width: 0 0 1.7361111111vw 1.7361111111vw;
  }
  .pickup-content {
    height: 6.5972222222vw;
  }
  .pickup-ttl {
    font-size: 1.4583333333vw;
  }
  .pickup .slide-control {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  .sec--pickup {
    padding: 90px 0 150px 0;
  }
  .sechead-pickup {
    margin-bottom: 90px;
  }
  .pickup {
    margin: 0 0 0 -30px;
    width: 1060px;
  }
  .pickup .swiper-wrapper > .swiper-slide {
    width: 320px;
  }
  .pickup .swiper-wrapper > li:nth-child(n+4) {
    margin-top: 45px;
    width: 505px;
  }
  .pickup a {
    padding: 10px 10px 0 10px;
  }
  .pickup a:after {
    border-width: 0 0 25px 25px;
  }
  .pickup-content {
    height: 95px;
  }
  .pickup-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  margin: 0 auto;
  width: 86.6666666667vw;
}

.inquiry-logo {
  width: 42.8vw;
}

.inquiry-logo a {
  display: block;
}

.inquiry-name {
  margin-top: 7.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.inquiry-text {
  margin-top: 1em;
}

.inquiry-text p {
  font-size: 4vw;
  line-height: 1.875em;
  letter-spacing: 0.02em;
}

.inquiry-contact {
  margin-top: 8.6666666667vw;
}

.inquiry-catch {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}

.inquiry-num {
  text-align: center;
}

.inquiry-num a,
.inquiry-num p {
  position: relative;
  display: inline-block;
  padding-left: 10.6666666667vw;
  font-family: "Overpass", sans-serif;
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.inquiry-num a:before,
.inquiry-num p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  background-image: url(../img/common/call-rd.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9.3333333333vw;
}

.inquiry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21.3333333333vw;
  border-style: solid;
  border-width: 1px;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.inquiry-btn a p {
  position: relative;
}
.inquiry-btn a p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.inquiry-btn .btn-line p:before {
  width: 6.4vw;
  height: 6.9333333333vw;
}
.inquiry-btn .btn-reserve p:before {
  width: 5.0666666667vw;
  height: 5.8666666667vw;
}
.inquiry-btn .btn-modelhouse p:before {
  width: 5.8666666667vw;
  height: 5.3333333333vw;
}
.inquiry-btn .btn-contact p:before {
  width: 5.3333333333vw;
  height: 4.2666666667vw;
}

@media all and (max-width: 750px) {
  .inquiry-btn {
    margin-left: -6.6666666667vw;
    width: 100vw;
  }
  .inquiry-btn a {
    width: calc(25% - 1px);
  }
  .inquiry-btn a p:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-btn .btn-line p {
    padding-top: 9.0666666667vw;
  }
  .inquiry-btn .btn-reserve p {
    padding-top: 8.4vw;
  }
  .inquiry-btn .btn-modelhouse p {
    padding-top: 6.9333333333vw;
  }
  .inquiry-btn .btn-contact p {
    padding-top: 6.2666666667vw;
  }
}
@media all and (min-width: 751px) {
  .inquiry {
    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: 69.4444444444vw;
  }
  .inquiry-info {
    width: 20.8333333333vw;
  }
  .inquiry-logo {
    width: 12.9861111111vw;
  }
  .inquiry-name {
    margin-top: 3.8194444444vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-text p {
    font-size: 0.9027777778vw;
  }
  .inquiry-contact {
    margin-top: 0;
    width: 41.875vw;
  }
  .inquiry-catch {
    font-size: 1.3888888889vw;
    line-height: 1.85em;
  }
  .inquiry-num a,
  .inquiry-num p {
    padding-left: 3.125vw;
    font-size: 2.9166666667vw;
  }
  .inquiry-num a:before,
  .inquiry-num p:before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .inquiry-btn {
    margin-top: 2.4305555556vw;
  }
  .inquiry-btn a {
    height: 4.8611111111vw;
    font-size: 0.9722222222vw;
    text-align: left;
    line-height: 1.28em;
    letter-spacing: 0.02em;
  }
  .inquiry-btn a p {
    padding-left: 2.4305555556vw;
  }
  .inquiry-btn a p:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-btn .btn-line {
    width: 9.7222222222vw;
  }
  .inquiry-btn .btn-line p:before {
    width: 1.6666666667vw;
    height: 1.8055555556vw;
  }
  .inquiry-btn .btn-reserve {
    width: 9.7222222222vw;
  }
  .inquiry-btn .btn-reserve p:before {
    width: 1.3194444444vw;
    height: 1.5277777778vw;
  }
  .inquiry-btn .btn-modelhouse {
    width: 11.1111111111vw;
  }
  .inquiry-btn .btn-modelhouse p:before {
    width: 1.5277777778vw;
    height: 1.3888888889vw;
  }
  .inquiry-btn .btn-contact {
    width: 11.1111111111vw;
  }
  .inquiry-btn .btn-contact p:before {
    width: 1.3888888889vw;
    height: 1.1111111111vw;
  }
}
@media all and (min-width: 1441px) {
  .inquiry {
    width: 1000px;
  }
  .inquiry-info {
    width: 300px;
  }
  .inquiry-logo {
    width: 187px;
  }
  .inquiry-name {
    margin-top: 55px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-text p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-contact {
    width: 603px;
  }
  .inquiry-catch {
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry-num a,
  .inquiry-num p {
    padding-left: 45px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .inquiry-num a:before,
  .inquiry-num p:before {
    width: 32px;
    height: 32px;
  }
  .inquiry-btn {
    margin-top: 35px;
  }
  .inquiry-btn a {
    height: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry-btn a p {
    padding-left: 35px;
  }
  .inquiry-btn .btn-line {
    width: 140px;
  }
  .inquiry-btn .btn-line p:before {
    width: 24px;
    height: 26px;
  }
  .inquiry-btn .btn-reserve {
    width: 140px;
  }
  .inquiry-btn .btn-reserve p:before {
    width: 19px;
    height: 22px;
  }
  .inquiry-btn .btn-modelhouse {
    width: 160px;
  }
  .inquiry-btn .btn-modelhouse p:before {
    width: 22px;
    height: 20px;
  }
  .inquiry-btn .btn-contact {
    width: 160px;
  }
  .inquiry-btn .btn-contact p:before {
    width: 20px;
    height: 16px;
  }
}
/*  front - #showroom
-------------------------------------------------------------------------------*/
.sec--showroom {
  padding: 16vw 0;
}

.sec--house-showroom {
  padding-top: 16vw;
}

.showroom {
  position: relative;
}

.showroom-head {
  position: relative;
}

.showroom-item {
  position: relative;
}

.showroom-slide {
  position: relative;
  overflow: hidden;
}

.showroom-slide .slide-pagination {
  margin-top: 5.3333333333vw;
}

.showroom-ttl {
  margin-bottom: 0.7em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.16em;
}

.showroom-desc p {
  line-height: 1.65em;
}

.showroom-name {
  margin-bottom: 0.7em;
  color: #c82536;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}

.showroom-add p {
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.1em;
}

.showroom-btn {
  margin-top: 7.3333333333vw;
  width: 80vw;
  max-width: 100%;
}

.map {
  margin: 13.3333333333vw 0 0 -2.6666666667vw;
  width: 100vw;
}

@media all and (max-width: 750px) {
  .showroom > div:nth-child(n+2) {
    margin-top: 14.6666666667vw;
  }
  .showroom-item {
    margin-left: -1.3333333333vw;
    width: 97.3333333333vw;
    overflow: hidden;
  }
  .showroom-content {
    margin: 8vw auto 0 auto;
    width: 94.6666666667vw;
  }
  .showroom-sub {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .sec--showroom {
    padding: 6.5972222222vw 0;
  }
  .sec--house-showroom {
    padding-top: 6.5972222222vw;
  }
  .showroom {
    margin-left: -14.5833333333vw;
    width: 98.6111111111vw;
  }
  .showroom-head {
    position: absolute;
    top: 9.0277777778vw;
    width: 35.4166666667vw;
    z-index: 2;
  }
  .showroom .showroom-item:nth-of-type(3) {
    margin-top: 6.25vw;
  }
  .showroom-head--left {
    left: 4.8611111111vw;
  }
  .showroom-head--right {
    right: 4.8611111111vw;
    text-align: right;
  }
  .showroom-slide .slide-pagination {
    margin-top: 2.7777777778vw;
    width: 27.0833333333vw;
  }
  #modelhouse-pagination {
    left: 27.7777777778vw;
  }
  .showroom-ttl {
    font-size: 2.5vw;
  }
  .showroom-name {
    font-size: 1.25vw;
  }
  .showroom-sub {
    position: absolute;
    bottom: 0;
    width: 35.4166666667vw;
  }
  .showroom-item--modelhouse {
    padding-left: 43.75vw;
  }
  .showroom-item--modelhouse .showroom-sub {
    left: 4.8611111111vw;
  }
  .showroom-item--showroom {
    padding-right: 43.75vw;
  }
  .showroom-item--showroom .showroom-content {
    margin-left: auto;
    width: 28.4722222222vw;
  }
  .showroom-item--showroom .showroom-sub {
    right: 4.8611111111vw;
  }
  .showroom-btn {
    margin-top: 2.7777777778vw;
    width: 28.4722222222vw;
  }
  .map {
    margin: 6.9444444444vw 0 0 -15.2777777778vw;
    width: 100vw;
  }
  .map .ggmap {
    padding-bottom: 30%;
  }
}
@media all and (min-width: 1441px) {
  .sec--showroom {
    padding: 95px 0;
  }
  .sec--house-showroom {
    padding-top: 95px;
  }
  .showroom {
    margin-left: -210px;
    width: 1420px;
  }
  .showroom-head {
    top: 130px;
    width: 510px;
  }
  .showroom .showroom-item:nth-of-type(3) {
    margin-top: 90px;
  }
  .showroom-head--left {
    left: 70px;
  }
  .showroom-head--right {
    right: 70px;
  }
  .showroom-slide .slide-pagination {
    margin-top: 40px;
    width: 390px;
  }
  #modelhouse-pagination {
    left: 400px;
  }
  .showroom-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .showroom-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .showroom-sub {
    width: 510px;
  }
  .showroom-item--modelhouse {
    padding-left: 630px;
  }
  .showroom-item--modelhouse .showroom-sub {
    left: 70px;
  }
  .showroom-item--showroom {
    padding-right: 630px;
  }
  .showroom-item--showroom .showroom-content {
    width: 410px;
  }
  .showroom-item--showroom .showroom-sub {
    right: 70px;
  }
  .showroom-btn {
    margin-top: 40px;
    width: 410px;
  }
  .map {
    margin: 100px 0 0 -220px;
    width: 1440px;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.event-post a {
  position: relative;
  display: block;
  padding: 2vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(52, 46, 22, 0.1);
          box-shadow: 0px 17px 30px 0px rgba(52, 46, 22, 0.1);
}

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

.event-post a:hover .event-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.event-content {
  padding: 0 2vw 3.3333333333vw 2vw;
}

.event-ttl {
  position: relative;
  padding-bottom: 4vw;
  border-bottom: 1px dashed #231815;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.event-data {
  margin-top: 4vw;
}

.event-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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.3333333333vw;
}
.event-data dl dt {
  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-top: 0.6666666667vw;
  padding-bottom: 0.1em;
  width: 18.6666666667vw;
  height: 6.6666666667vw;
  background-color: #897750;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.event-data dl dd {
  width: calc(100% - 21.3333333333vw);
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.event-data dl:nth-child(n+2) {
  margin-top: 2vw;
}

.event-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34.6666666667vw;
  background-color: rgba(76, 76, 76, 0.7);
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.55em;
  z-index: 2;
}

@media all and (min-width: 751px) {
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3.4722222222vw;
    width: auto;
    height: auto;
  }
  .event-post {
    margin-left: 3.4722222222vw;
    width: calc(33.33333% - 3.4722222222vw);
  }
  .event-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .event-post a {
    padding: 0.6944444444vw;
  }
  .event-image {
    margin-bottom: 1.3888888889vw;
  }
  .event-image img {
    height: 19.7916666667vw;
  }
  .event-content {
    padding: 0 0.6944444444vw 1.0416666667vw 0.6944444444vw;
  }
  .event-ttl {
    padding-bottom: 1.0416666667vw;
    font-size: 1.3888888889vw;
    line-height: 1.65em;
  }
  .event-data {
    margin-top: 1.3888888889vw;
  }
  .event-data dl {
    padding: 0 0.6944444444vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event-data dl dt {
    margin-top: 0;
    width: 5.5555555556vw;
    height: 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .event-data dl dd {
    width: calc(100% - 6.5972222222vw);
    font-size: 1.1111111111vw;
  }
  .event-data dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .event-overlay {
    height: 10.4166666667vw;
    font-size: 1.4583333333vw;
  }
}
@media all and (min-width: 1441px) {
  .event {
    margin-left: -50px;
  }
  .event-post {
    margin-left: 50px;
    width: calc(33.33333% - 50px);
  }
  .event-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .event-post a {
    padding: 10px;
  }
  .event-image {
    margin-bottom: 20px;
  }
  .event-image img {
    height: 285px;
  }
  .event-content {
    padding: 0 10px 15px 10px;
  }
  .event-ttl {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .event-data {
    margin-top: 20px;
  }
  .event-data dl {
    padding: 0 10px;
  }
  .event-data dl dt {
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .event-data dl dd {
    width: calc(100% - 95px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .event-data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .event-overlay {
    height: 150px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*  built --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.built {
  position: relative;
}

.built-post a {
  position: relative;
  display: block;
  padding: 2vw;
}

.built-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  z-index: 2;
}

.built-status-item {
  padding: 0.7em 1em 0.5em 1em;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.built-status-item:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}

.built-new {
  background-color: #c82536;
}

.built-property-sale {
  background-color: #897750;
}

.built-property-pricedown {
  background-color: #231815;
}

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

.built-post a:hover .built-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.built-content {
  position: relative;
  padding: 4.6666666667vw 1.3333333333vw 13.3333333333vw 1.3333333333vw;
  min-height: 38vw;
}

.built-ttl {
  position: relative;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.built-desc {
  margin-top: 3.3333333333vw;
}
.built-desc p {
  min-height: 3.3em;
  line-height: 1.65em;
}

.built-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.6666666667vw;
  line-height: 1.25em;
}
.built-desc-item dt {
  min-width: 16vw;
}
.built-desc-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.built-data {
  margin-top: 4vw;
}
.built-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;
}
.built-data dl dt {
  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.5em 0 0.6em 0;
  width: 20vw;
  background-color: #897750;
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0;
}
.built-data dl dd {
  padding-top: 0.2em;
  width: calc(100% - 22.6666666667vw);
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.built-data dl:nth-child(n+2) {
  margin-top: 2vw;
}

.built-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22.6666666667vw;
}

.built-overlay {
  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(76, 76, 76, 0.7);
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media all and (min-width: 751px) {
  .built {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4.1666666667vw;
    width: auto;
    height: auto;
  }
  .built-post {
    margin-left: 4.1666666667vw;
    width: calc(33.33333% - 4.1666666667vw);
  }
  .built-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .built-post a {
    padding: 0.6944444444vw;
  }
  .built-status {
    top: 1.3888888889vw;
  }
  .built-status-item:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .built-image img {
    height: 24.3055555556vw;
  }
  .built-content {
    padding: 1.7361111111vw 0.6944444444vw 4.1666666667vw 0.6944444444vw;
    min-height: 13.1944444444vw;
  }
  .built-ttl {
    font-size: 1.3888888889vw;
    line-height: 1.65em;
  }
  .built-desc {
    margin-top: 1.3888888889vw;
  }
  .built-desc-item {
    margin-top: 0.6944444444vw;
  }
  .built-desc-item dt {
    min-width: 4.1666666667vw;
  }
  .built-data {
    margin-top: 1.3888888889vw;
  }
  .built-data dl dt {
    width: 5.5555555556vw;
    font-size: 0.8333333333vw;
  }
  .built-data dl dd {
    width: calc(100% - 6.5972222222vw);
    font-size: 0.9722222222vw;
  }
  .built-data dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .built-more {
    width: 7.6388888889vw;
  }
  .built-overlay {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 1441px) {
  .built {
    margin-left: -60px;
  }
  .built-post {
    margin-left: 60px;
    width: calc(33.33333% - 60px);
  }
  .built-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .built-post a {
    padding: 10px;
  }
  .built-status {
    top: 20px;
  }
  .built-status-item:nth-child(n+2) {
    margin-left: 10px;
  }
  .built-image img {
    height: 350px;
  }
  .built-content {
    padding: 25px 10px 60px 10px;
    min-height: 190px;
  }
  .built-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .built-desc {
    margin-top: 20px;
  }
  .built-desc-item {
    margin-top: 10px;
  }
  .built-desc-item dt {
    min-width: 60px;
  }
  .built-data {
    margin-top: 20px;
  }
  .built-data dl dt {
    width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .built-data dl dd {
    width: calc(100% - 95px);
    font-size: 14px;
    font-size: 1.4rem;
  }
  .built-data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .built-more {
    width: 110px;
  }
  .built-overlay {
    font-size: 40px;
    font-size: 4rem;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
}

.blog-slide {
  position: relative;
  margin: 0 auto;
  width: 70.6666666667vw;
}

.blog-post a {
  position: relative;
  display: block;
}

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

.blog-post a:hover .blog-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.blog-content {
  position: relative;
  padding: 4.6666666667vw 0 13.3333333333vw 0;
}

.blog-data {
  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-bottom: 4.6666666667vw;
}

.blog-cat {
  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 1em 0.1em 1em;
  height: 6.4vw;
  background-color: #dedede;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.blog-date {
  font-family: "Overpass", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.blog-ttl {
  position: relative;
  min-height: 3em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.blog-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22.6666666667vw;
}

@media all and (max-width: 750px) {
  .blog-slide .slide-control {
    margin: 11.3333333333vw auto 0 auto;
    width: 66.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .blog-slide {
    margin: 0 0 0 -3.8194444444vw;
    width: 77.0833333333vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4.1666666667vw;
    width: auto;
    height: auto;
  }
  .blog-slide .blog-post {
    margin-left: 4.1666666667vw;
    width: calc(33.33333% - 4.1666666667vw);
  }
  .blog-slide .blog-post:nth-child(n+4) {
    margin-top: 4.5138888889vw;
  }
  .blog-image img {
    height: 22.9166666667vw;
  }
  .blog-content {
    padding: 1.7361111111vw 0 4.1666666667vw 0;
  }
  .blog-data {
    margin-bottom: 1.3888888889vw;
  }
  .blog-cat {
    padding: 0 0.75em 0.1em 0.75em;
    height: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
  .blog-date {
    font-size: 1.1111111111vw;
  }
  .blog-ttl {
    font-size: 1.3888888889vw;
    line-height: 1.65em;
  }
  .blog-more {
    width: 7.6388888889vw;
  }
  .blog-slide .slide-control {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  .blog-slide {
    margin-left: -55px;
    width: 1110px;
  }
  .blog {
    margin-left: -60px;
  }
  .blog-slide .blog-post {
    margin-left: 60px;
    width: calc(33.33333% - 60px);
  }
  .blog-slide .blog-post:nth-child(n+4) {
    margin-top: 65px;
  }
  .blog-image img {
    height: 330px;
  }
  .blog-content {
    padding: 25px 0 60px 0;
  }
  .blog-data {
    margin-bottom: 20px;
  }
  .blog-cat {
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-more {
    width: 110px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.works {
  position: relative;
}

.works-post {
  position: relative;
}

.works-post a {
  position: relative;
  display: block;
}

.works-image {
  position: relative;
  margin-bottom: 4.6666666667vw;
}

.works-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 50vw;
}

.works-post a:hover .works-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.works-content {
  padding: 0 4vw;
}

.works-cat {
  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: 3.3333333333vw;
}

.works-cat > li {
  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: 6.4vw;
  background-color: #dedede;
  font-size: 3.2vw;
  letter-spacing: 0;
}

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

.works-ttl {
  padding-bottom: 0.7em;
  border-bottom: 1px dashed #231815;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.works-name {
  position: relative;
  margin-top: 1em;
  padding-left: 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
.works-name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/pin-rd.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .works-slide {
    margin: 0 auto;
    width: 76vw;
  }
  .works-slide .swiper-slide {
    height: auto;
  }
  .works-slide .slide-control {
    margin: 11.3333333333vw auto 0 auto;
    width: 66.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .works-slide {
    margin-left: -8.6805555556vw;
    width: 86.8055555556vw;
  }
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
    width: auto;
    height: auto;
  }
  .works-post {
    position: relative;
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 4.1666666667vw;
  }
  .works-ttl {
    line-height: 1.65em;
  }
  .works-image {
    margin-bottom: 1.3888888889vw;
  }
  .works-image img {
    height: 20.4861111111vw;
  }
  .works-content {
    padding: 0;
  }
  .works-cat {
    margin-bottom: 1.3888888889vw;
  }
  .works-cat > li {
    padding: 0 0.75em 0.1em 0.75em;
    height: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
  .works-cat > li:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .works-name {
    padding-left: 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .works-name:before {
    width: 1.1111111111vw;
    height: 1.5277777778vw;
  }
  .works-ttl {
    font-size: 1.25vw;
  }
  .works-slide .slide-control {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  .works-slide {
    margin-left: -125px;
    width: 1250px;
  }
  .works {
    margin-left: -40px;
  }
  .works-post {
    position: relative;
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 60px;
  }
  .works-image {
    margin-bottom: 20px;
  }
  .works-image img {
    height: 295px;
  }
  .works-content {
    padding: 0 30px;
  }
  .works-cat {
    margin-bottom: 20px;
  }
  .works-cat > li {
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .works-cat > li:nth-child(n+2) {
    margin-left: 10px;
  }
  .works-name {
    padding-left: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  .works-name:before {
    width: 16px;
    height: 22px;
  }
  .works-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  interview --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.interv-post a {
  position: relative;
  display: block;
}

.interv-image {
  position: relative;
  height: 66.6666666667vw;
  border-radius: 50%;
  overflow: hidden;
}
.interv-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 21.3333333333vw;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.interv-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.5);
  border-radius: 50%;
}
.interv-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.25em;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 5.6vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.interv-image p span {
  font-size: 9.3333333333vw;
}

.interv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 66.6666666667vw;
}

.interv-image .img--scale {
  border-radius: 50%;
}

.interv-post a:hover .interv-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.interv-content {
  padding: 5.3333333333vw 0 14vw 0;
}

.interv-ttl {
  position: relative;
  min-height: 3.3em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.02em;
}

.interv-name {
  margin-bottom: 1em;
  font-size: 6.4vw;
  font-weight: 500;
  text-align: center;
}

.interv-name span:nth-child(n+2) {
  margin-left: 0.5em;
}

.interv-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 27.3333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (min-width: 751px) {
  .interv-image {
    height: 25vw;
  }
  .interv-image:before {
    height: 8.3333333333vw;
  }
  .interv-image p {
    font-size: 2.0833333333vw;
  }
  .interv-image p span {
    font-size: 3.4722222222vw;
  }
  .interv-image img {
    height: 25vw;
  }
  .interv-content {
    padding: 1.7361111111vw 2.4305555556vw 3.8194444444vw 2.4305555556vw;
  }
  .interv-name {
    font-size: 1.6666666667vw;
  }
  .interv-ttl {
    min-height: 3.5em;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .interv-more {
    width: 7.6388888889vw;
  }
}
@media all and (min-width: 1441px) {
  .interv-image {
    height: 360px;
  }
  .interv-image:before {
    height: 120px;
  }
  .interv-image p {
    font-size: 30px;
    font-size: 3rem;
  }
  .interv-image p span {
    font-size: 50px;
    font-size: 5rem;
  }
  .interv-image img {
    height: 360px;
  }
  .interv-content {
    padding: 25px 35px 55px 35px;
  }
  .interv-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .interv-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interv-more {
    width: 110px;
  }
}

.header-content-scroll {
  display: flex;
  align-items: center;
}

@media all and (min-width: 751px) {
  .header-land-btn {
    margin-left: 1.388vw;
  }
}

@media all and (min-width: 1441px) {
  .header-land-btn {
    margin-left: 20px;
  }
}
