.for-small {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .for-large {
    display: none !important;
  }
  .for-small {
    display: block !important;
  }
}
.header .nav {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(117, 90, 0) 90%);
}

.global-nav {
  background: linear-gradient(to bottom, rgb(152, 102, 33) 0%, rgba(152, 102, 33, 0) 100%);
  height: 110px;
  padding: 7px 0 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .global-nav {
    height: 100%;
    left: 0;
    overflow: hidden;
    margin-top: 60px;
    padding: 55px 20px 30px;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 20;
  }
  .global-nav.-open {
    background-color: #000;
    visibility: visible;
  }
}
.global-nav > ul.nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media screen and (max-width: 736px) {
  .global-nav > ul.nav-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.global-nav > ul.nav-list li {
  margin: 0;
  text-align: center;
  width: 128px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1230px) {
  .global-nav > ul.nav-list li {
    width: 115px;
  }
}
@media screen and (max-width: 736px) {
  .global-nav > ul.nav-list li {
    margin: 0;
    width: 50%;
    height: 30px;
  }
}
.global-nav > ul.nav-list li.soon a {
  opacity: 0.5;
  pointer-events: none;
}

.global-nav > ul.nav-list li.soon {
  pointer-events: none;
}

.global-nav > ul.nav-list li a {
  box-sizing: content-box;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1230px) {
  .global-nav > ul.nav-list li a {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .global-nav > ul.nav-list li a {
    font-size: 15px;
    width: 115px;
  }
}
.global-nav > ul.nav-list li a .ja {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 1230px) {
  .global-nav > ul.nav-list li a .ja {
    font-size: 13px;
  }
}
.global-nav > ul.nav-list li a .en {
  transition: all 0.3s ease;
}

.global-nav > ul.nav-list li:not(.soon):hover {
  background: #b88800;
}

.global-nav > ul.nav-list li:not(.soon):hover a .en {
  opacity: 0;
}

.global-nav > ul.nav-list li:not(.soon):hover a .ja {
  opacity: 1;
  overflow: visible;
}

.header.home .global-nav > ul.nav-list li.home,
.header.concept .global-nav > ul.nav-list li.concept,
.header.location .global-nav > ul.nav-list li.location,
.header.design .global-nav > ul.nav-list li.design,
.header.rooms .global-nav > ul.nav-list li.rooms,
.header.plan .global-nav > ul.nav-list li.plan,
.header.quality .global-nav > ul.nav-list li.quality {
  background: #523f22;
}

.header.home .global-nav > ul.nav-list li.home a .en,
.header.concept .global-nav > ul.nav-list li.concept a .en,
.header.location .global-nav > ul.nav-list li.location a .en,
.header.design .global-nav > ul.nav-list li.design a .en,
.header.rooms .global-nav > ul.nav-list li.rooms a .en,
.header.plan .global-nav > ul.nav-list li.plan a .en,
.header.quality .global-nav > ul.nav-list li.quality a .en {
  opacity: 0;
}

.header.home .global-nav > ul.nav-list li.home a .ja,
.header.concept .global-nav > ul.nav-list li.concept a .ja,
.header.location .global-nav > ul.nav-list li.location a .ja,
.header.design .global-nav > ul.nav-list li.design a .ja,
.header.rooms .global-nav > ul.nav-list li.rooms a .ja,
.header.plan .global-nav > ul.nav-list li.plan a .ja,
.header.quality .global-nav > ul.nav-list li.quality a .ja {
  opacity: 1;
  overflow: visible;
}

.global-nav > ul.nav-list li a.current {
  color: #cc9933;
}

.global-nav > ul.nav-list li a.current::after {
  background-color: #cc9933;
}

.global-nav > ul.nav-list li a.current::before {
  background-color: #cc9933;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  width: 2px;
}

@media screen and (max-width: 736px) {
  .global-nav .other-wrap {
    margin-bottom: 40px;
    text-align: center;
  }
  .global-nav .other-wrap .text {
    margin-bottom: 15px;
  }
  .global-nav .other-wrap .text:last-child {
    margin-bottom: 0;
  }
  .global-nav .other-wrap .text a {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .global-nav .button-wrap {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  .global-nav .button-wrap {
    gap: 1px;
  }
}
@media screen and (max-width: 736px) {
  .global-nav .button-wrap .button {
    text-align: center;
    /* width: 50%; */
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  /* .global-nav .button-wrap .button:nth-child(1) {
  	width: 100%;
  } */
  .global-nav .button-wrap .button > a {
    color: #fff;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 18px 0;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  .global-nav .button-wrap .button > a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 736px) {
  .global-nav .button-wrap .button.reservation {
    background-color: #b88800;
    width: 100%;
  }
  .global-nav .button-wrap .button.request {
    background-color: #7f9aa0;
  }
  .global-nav .button-wrap .button.consultation {
    background-color: #7f9aa0;
  }
}
.footer {
  padding: 0;
}
.footer > .wrap .reservation {
  padding: 80px 0;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP";
  position: relative;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.footer > .wrap .reservation::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: #181818;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer > .wrap .reservation h3 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  margin-bottom: 40px;
  font-size: 28px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h3 {
    gap: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.footer > .wrap .reservation h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #b88800;
}
.footer > .wrap .reservation h3 + p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h3 + p {
    font-size: 14px;
    text-align: center;
  }
}
.footer > .wrap .reservation .btn {
  margin: 50px 0 60px;
  display: flex;
  width: 408px;
  max-width: 100%;
  height: 56px;
  border-radius: 100px;
  background: #b88800;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation .btn {
    font-size: 18px;
    height: 40px;
  }
}
.footer > .wrap .reservation .btn:hover {
  opacity: 0.7;
}
.footer > .wrap .reservation h4 {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h4 {
    font-size: 13px;
  }
}
.footer > .wrap .reservation h4 + p {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h4 + p {
    font-size: 14px;
  }
}
.footer > .wrap .reservation h4 + p + img {
  width: 489px;
  max-width: 100%;
  margin-bottom: 30px;
}
.footer > .wrap .reservation h4 + p + img + p {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h4 + p + img + p {
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
  }
}
.footer > .wrap .reservation h4 + p + img + p + p {
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .reservation h4 + p + img + p + p {
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
  }
}
.footer > .wrap .form-wrap {
  flex-wrap: wrap;
  gap: 1px;
}
.footer > .wrap .form-wrap .list:first-child a span {
  font-size: 25px;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .form-wrap .list:first-child a span {
    font-size: 14px;
  }
}
.footer > .wrap .form-wrap .list:first-child a span.en {
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .form-wrap .list:first-child a span.en {
    font-size: 9px;
  }
}
.footer > .wrap .form-wrap .list:not(:first-child) {
  width: calc((100% - 1px) / 2);
}
.footer > .wrap .form-wrap .list:not(:first-child) a {
  background-color: #7f9aa0;
}
.footer > .wrap .form-wrap .list:not(:first-child) a span {
  font-size: 18px;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .form-wrap .list:not(:first-child) a span {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
.footer > .wrap .form-wrap .list:not(:first-child) a span.en {
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .form-wrap .list:not(:first-child) a span.en {
    font-size: 9px;
  }
}
.footer > .wrap .company {
  padding: 0;
}
.footer > .wrap .company .box.bukken {
  gap: 20px;
}
.footer > .wrap .company .box.bukken > img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 736px) {
  .footer > .wrap .company .box.bukken .name {
    display: flex;
    gap: 20px;
  }
  .footer > .wrap .company .box.bukken .name img {
    width: 48px;
  }
  .footer > .wrap .company .box.bukken .name span {
    flex-grow: 1;
  }
}

.main-visual {
  padding-top: 100px;
}
@media screen and (max-width: 736px) {
  .main-visual {
    padding-top: 60px;
  }
}
.main-visual img {
  max-width: 100%;
  height: auto;
}

.p-home img {
  max-width: 100%;
  height: auto;
}
.p-home__mv {
  width: 100svw;
  aspect-ratio: 1366/747;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-home__mv {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .p-home__mv.finished {
    aspect-ratio: 320/1400;
    background: url(../images/common/bg.webp) repeat-y top center/100svw 79.062svw;
  }
  .p-home__mv.finished .p-home__mvVideo {
    opacity: 0;
    pointer-events: none;
  }
}
.p-home__mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .p-home__mvVideo {
    aspect-ratio: auto;
    height: calc(100svh - 60px);
    overflow: hidden;
    width: 100svw;
  }
}
.p-home__mvCopy {
  width: 592px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 1s;
}
.p-home__mvBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
.p-home__mvBtn1 {
  width: 230px;
  position: absolute;
  left: 50px;
  top: 150px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
}
.p-home__mvBtn2 {
  width: 230px;
  position: absolute;
  left: 50px;
  top: 250px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
}
.p-home__mvBtn3 {
  width: 230px;
  position: absolute;
  left: 50px;
  top: 350px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
}
.p-home__mvFeatures {
  width: 1000px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 100%);
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
.p-home__dummy1 {
  width: 877.8047px;
  margin: 0 auto;
  padding: 120px 0;
}
.p-home__parts {
  overflow: hidden;
  position: relative;
}
.p-home__partsItem {
  display: block;
  position: absolute;
}
.p-home__partsItem img {
  display: block;
  height: auto;
  width: 100%;
}
.p-home__partsButton {
  cursor: pointer;
  z-index: 2;
}
.p-home__partsButton:focus-visible {
  outline: 2px solid #b88800;
  outline-offset: 4px;
}
.p-home__partsButton:hover {
  opacity: 0.75;
}
.p-home__outlineButton {
  align-items: center;
  aspect-ratio: 634/119;
  background: transparent;
  border: 1px solid #b88800;
  box-sizing: border-box;
  color: #181818;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}
.p-home__partsText {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.p-home__partsText--gold {
  color: #b88800;
}
.p-home__partsText--black {
  color: #181818;
}
.p-home__partsText--en {
  color: #7d7b6d;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.26em;
}
.p-home__partsText--en.p-home__partsText--gold {
  color: #b88800;
}
.p-home__partsTel {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-home__freeDialIcon {
  background: url(../images/common/icon-tel-gold.svg) no-repeat center/contain;
  display: block;
  flex: 0 0 auto;
  height: 36px;
  margin-right: 16px;
  width: 66px;
}
.p-home__parts--info {
  aspect-ratio: 1804/3584;
  width: 100%;
}
.p-home__partsItem--info-information {
  font-size: 14px;
  left: 41.2971%;
  top: 0.1674%;
  width: 17.4612%;
}
.p-home__partsItem--info-lead {
  font-size: 32px;
  letter-spacing: 0.24em;
  left: 16.2417%;
  top: 5.3571%;
  width: 67.7384%;
}
.p-home__partsItem--info-lead-rule {
  border-top: 1px solid #b88800;
  height: 0;
  left: 7.4834%;
  top: 8.6496%;
  width: 85.0333%;
}
.p-home__partsItem--info-sales {
  font-size: 36px;
  letter-spacing: 0.08em;
  left: 12.9157%;
  top: 10.4632%;
  width: 74.1685%;
}
.p-home__partsItem--info-place {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  left: 24.5565%;
  top: 15.5971%;
  width: 50.8315%;
}
.p-home__partsItem--info-note {
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0;
  top: 18.0804%;
  transform: translateX(-50%) scaleX(0.78);
  transform-origin: center top;
  width: max-content;
}
.p-home__partsItem--info-separator {
  left: 49.8891%;
  top: 22.6283%;
  width: 0.2217%;
}
.p-home__partsItem--info-reservation-title {
  font-size: 25px;
  letter-spacing: 0.22em;
  left: 35.5322%;
  top: 28.5714%;
  width: 29.3792%;
}
.p-home__partsItem--info-reservation-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  left: 20.9534%;
  top: 32.3103%;
  width: 58.1486%;
}
.p-home__partsItem--info-reservation-button {
  left: 27.3282%;
  top: 35.9933%;
  width: 45.3437%;
}
.p-home__partsItem--info-phone-label {
  font-size: 16px;
  letter-spacing: 0.18em;
  left: 37.9712%;
  top: 42.8571%;
  width: 23.7251%;
}
.p-home__partsItem--info-gallery-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  left: 29.0466%;
  top: 46.3449%;
  width: 42.1286%;
}
.p-home__partsItem--info-tel {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 55px;
  letter-spacing: 0.16em;
  left: 22.6164%;
  top: 49.0234%;
  width: 54.1574%;
}
.p-home__partsItem--info-modelroom {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  left: 24.2794%;
  top: 53.1808%;
  width: 51.4967%;
}
.p-home__partsItem--info-hours {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  left: 22.3392%;
  top: 55.2176%;
  width: 55.6541%;
}
.p-home__partsItem--info-project-label {
  font-size: 23px;
  left: 32.7051%;
  top: 61.1049%;
  width: 34.5344%;
}
.p-home__partsItem--info-address {
  font-size: 44px;
  letter-spacing: 0.08em;
  left: 31.9845%;
  text-shadow: 0 0 6px rgba(184, 136, 0, 0.5);
  top: 70.731%;
  width: 36.3082%;
}
.p-home__partsItem--info-project-title {
  font-size: 41px;
  letter-spacing: 0.06em;
  left: 1.4412%;
  text-shadow: 0 0 6px rgba(184, 136, 0, 0.5);
  top: 75.1674%;
  width: 97.0621%;
}
.p-home__partsItem--info-project-copy {
  font-size: 21px;
  letter-spacing: 0.1em;
  left: 8.7583%;
  text-shadow: 0 0 4px rgba(184, 136, 0, 0.35);
  top: 79.9665%;
  width: 82.4279%;
}
.p-home__partsItem--info-concept-button {
  left: 32.4279%;
  top: 86.1049%;
  width: 35.1441%;
}
.p-home__partsItem--info-concept-arrow {
  left: 45.0111%;
  top: 90.8482%;
  width: 10.0887%;
}
.p-home__dummy2 {
  width: 549.2324px;
  margin: 0 auto;
  padding: 120px 0;
}
.p-home__parts--concept {
  aspect-ratio: 1148/515;
  width: 100%;
}
.p-home__partsItem--concept-copy1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  left: 12.2822%;
  top: 5.0485%;
  width: 74.5645%;
}
.p-home__partsItem--concept-copy2 {
  font-size: 22px;
  letter-spacing: 0.12em;
  left: 2.9617%;
  top: 21.5534%;
  width: 93.9895%;
}
.p-home__partsItem--concept-button {
  left: 22.3868%;
  top: 65.4369%;
  width: 55.2265%;
}
.p-home__partsItem--concept-arrow {
  left: 42.1603%;
  top: 96.3107%;
  width: 15.9408%;
}
.p-home__dummy3 {
  width: 757.7598px;
  margin: 0 auto;
  padding: 120px 0;
}
.p-home__accessPhoto {
  aspect-ratio: 2732/1200;
  overflow: hidden;
  width: 100%;
}
.p-home__accessPhoto img {
  display: block;
  width: 100%;
}
.p-home__accessCaption {
  color: #999;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  line-height: 1;
  margin: 12px 0 0;
  text-align: center;
}
.p-home__dummy3Media {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 215px;
  text-decoration: none;
}
.p-home__dummy3Media:focus-visible {
  outline: 2px solid #b88800;
  outline-offset: 4px;
}
.p-home__accessCopy {
  color: #b88800;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.p-home__accessHeading {
  color: #222;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.42em;
  line-height: 1;
  margin-top: auto;
  text-align: center;
  text-indent: 0.42em;
}
.p-home__accessHeadingLine {
  border-top: 1px solid #999;
  display: block;
  margin-top: 25px;
  width: 202px;
}
.p-home__accessGallery {
  position: relative;
  height: 260px;
}
.p-home__dummy4 {
  width: 315.9282px;
  margin: 0 auto;
  padding: 120px 0;
}
.p-home__parts--access-link {
  aspect-ratio: 634/185;
  width: 100%;
}
.p-home__partsItem--access-link-button {
  left: 0;
  top: 0;
  width: 100%;
}
.p-home__partsItem--access-link-arrow {
  left: 35.489%;
  top: 89.7297%;
  width: 28.8644%;
}
.p-home__dummy5 {
  margin: 0 auto;
  padding: 120px 0;
}
.p-home__parts--modelroom {
  aspect-ratio: 2732/2997;
  width: 100%;
}
.p-home__partsItem--modelroom-button {
  left: 38.3968%;
  top: 0;
  width: 23.2064%;
}
.p-home__partsItem--modelroom-arrow {
  left: 46.7057%;
  top: 5.5055%;
  width: 6.6618%;
}
.p-home__partsItem--modelroom-copy {
  font-size: 21px;
  letter-spacing: 0.12em;
  left: 33.1991%;
  top: 20.2536%;
  width: 33.4553%;
}
.p-home__partsItem--modelroom-photo {
  left: 0;
  top: 33.7004%;
  width: 100%;
}
.p-home__partsItem--modelroom-photo-caption {
  font-size: 12px;
  left: 29.5388%;
  top: 74.6747%;
  width: 40.8858%;
}
.p-home__partsItem--modelroom-heading-en {
  font-size: 13px;
  left: 43.3016%;
  top: 83.5502%;
  width: 13.3968%;
}
.p-home__partsItem--modelroom-heading-line {
  left: 38.9824%;
  top: 85.3854%;
  width: 22.0351%;
}
.p-home__partsItem--modelroom-heading-ja {
  font-size: 16px;
  letter-spacing: 0.08em;
  left: 34.59%;
  top: 89.2559%;
  width: 30.6735%;
}
.p-home__partsItem--modelroom-text1 {
  font-size: 15px;
  letter-spacing: 0.08em;
  left: 28.9531%;
  top: 92.359%;
  width: 41.9473%;
}
.p-home__partsItem--modelroom-text2 {
  font-size: 15px;
  letter-spacing: 0.08em;
  left: 23.4261%;
  top: 95.3954%;
  width: 53.2943%;
}
.p-home__partsItem--modelroom-text3 {
  font-size: 15px;
  letter-spacing: 0.08em;
  left: 36.164%;
  top: 98.4985%;
  width: 27.4524%;
}
.p-home__modelroomGallery {
  position: relative;
  height: 260px;
}
.p-home__dummy6 {
  width: 1071.648px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 736px) {
  .p-home__mv video {
    height: calc(100svh - 60px);
    min-height: calc(100svh - 60px);
    min-width: 100%;
    width: auto;
  }
  .p-home__mvBg {
    height: auto;
    opacity: 0;
    width: auto;
  }
  .p-home__mvBg img {
    display: block;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .p-home__mvCopy {
    left: 50%;
    top: 50svh;
    width: 196.9619px;
  }
  .p-home__mvBtn1 {
    left: 6.25svw;
    opacity: 0;
    top: 100svh;
    transform: translateX(-100%);
    width: 87.5svw;
  }
  .p-home__mvBtn3 {
    left: calc((100svw - 41.875svw) / 2);
    opacity: 0;
    top: calc(100svh + 37.5svw);
    transform: translateX(-100%);
    width: 41.875svw;
  }
  .p-home__mvFeatures {
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, 100%);
    width: 100%;
  }
  .p-home__dummy1,
  .p-home__dummy2,
  .p-home__dummy3,
  .p-home__dummy4,
  .p-home__dummy6 {
    box-sizing: border-box;
    padding: 64px 0;
    width: 87.5svw;
  }
  .p-home__dummy2 {
    padding-top: 44px;
  }
  .p-home__dummy5 {
    box-sizing: border-box;
    padding: 64px 0;
    width: 100%;
  }
  .p-home__parts {
    overflow: visible;
  }
  .p-home__partsItem {
    left: auto;
    position: static;
    top: auto;
    transform: none;
    width: auto;
  }
  .p-home__partsText {
    line-height: 1.75;
    white-space: normal;
  }
  .p-home__parts--info,
  .p-home__parts--concept,
  .p-home__parts--access-link,
  .p-home__parts--modelroom {
    align-items: center;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
    text-align: center;
    width: 100%;
  }
  .p-home__outlineButton {
    aspect-ratio: 634/119;
    font-size: 14px;
    width: 100%;
  }
  .p-home__freeDialIcon {
    height: 24px;
    margin-right: 10px;
    width: 44px;
  }
  .p-home__partsItem--info-information {
    font-size: 13px;
    margin-bottom: 44px;
  }
  .p-home__partsItem--info-lead {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
  .p-home__partsItem--info-lead-rule {
    margin-bottom: 19px;
    width: 100%;
  }
  .p-home__partsItem--info-sales {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.45;
    margin-bottom: 30px;
  }
  .p-home__partsItem--info-place {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 18px;
    width: 100%;
  }
  .p-home__partsItem--info-note {
    font-size: 11px;
    line-height: 1.75;
    margin-bottom: 44px;
    text-align: left;
    width: 100%;
  }
  .p-home__partsItem--info-separator {
    height: 54px;
    margin-bottom: 42px;
    width: 2px;
  }
  .p-home__partsItem--info-reservation-title {
    font-size: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 24px;
  }
  .p-home__partsItem--info-reservation-text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 32px;
    width: 100%;
  }
  .p-home__partsItem--info-reservation-button {
    margin-bottom: 58px;
    width: 100%;
  }
  .p-home__partsItem--info-phone-label {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
  }
  .p-home__partsItem--info-gallery-name {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    width: 100%;
  }
  .p-home__partsItem--info-tel {
    font-size: 36px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 28px;
  }
  .p-home__partsItem--info-modelroom {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 10px;
    width: 100%;
  }
  .p-home__partsItem--info-hours {
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 80px;
    width: 100%;
  }
  .p-home__partsItem--info-project-label {
    font-size: 17px;
    letter-spacing: 0.34em;
    margin-bottom: 36px;
  }
  .p-home__partsItem--info-address {
    font-size: 34px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 22px;
    text-shadow: 0 0 5px rgba(184, 136, 0, 0.4);
  }
  .p-home__partsItem--info-project-title {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1.72;
    margin-bottom: 32px;
    text-shadow: 0 0 5px rgba(184, 136, 0, 0.4);
    width: 100%;
  }
  .p-home__partsItem--info-project-copy {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.82;
    margin-bottom: 42px;
    text-shadow: 0 0 4px rgba(184, 136, 0, 0.3);
    width: 100%;
  }
  .p-home__partsItem--info-concept-button {
    margin-bottom: 34px;
    width: 100%;
  }
  .p-home__partsItem--info-concept-arrow {
    width: 91px;
  }
  .p-home__partsItem--concept-copy1,
  .p-home__partsItem--concept-copy2 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.58;
    width: 100%;
  }
  .p-home__partsItem--concept-copy1 {
    margin-bottom: 0;
  }
  .p-home__partsItem--concept-copy2 {
    margin-bottom: 44px;
  }
  .p-home__partsItem--concept-button,
  .p-home__partsItem--access-link-button,
  .p-home__partsItem--modelroom-button {
    width: 100%;
  }
  .p-home__partsItem--concept-arrow,
  .p-home__partsItem--access-link-arrow,
  .p-home__partsItem--modelroom-arrow {
    margin-top: 34px;
    width: 91px;
  }
  .p-home__dummy3 {
    padding-top: 40px;
  }
  .p-home__accessPhoto {
    aspect-ratio: 320/135;
  }
  .p-home__accessPhoto img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-home__accessCaption {
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.8;
    margin: 18px auto 0;
    max-width: 87.5svw;
    text-align: left;
  }
  .p-home__dummy3Media {
    min-height: 178px;
  }
  .p-home__accessCopy {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    white-space: normal;
    width: 100%;
  }
  .p-home__accessHeading {
    font-size: 13px;
    letter-spacing: 0.34em;
    text-indent: 0.34em;
  }
  .p-home__accessHeadingLine {
    margin-top: 14px;
    width: 113px;
  }
  .p-home__dummy3Media img {
    width: 100%;
  }
  .p-home__accessGallery,
  .p-home__modelroomGallery {
    height: 210px;
  }
  .p-home__dummy6 {
    max-width: 100%;
    padding: 60px 0;
    width: 291.4016px;
  }
  .p-home__dummy4 {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .p-home__parts--modelroom {
    margin: 0 auto;
    width: 87.5svw;
  }
  .p-home__partsItem--modelroom-copy {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 44px;
    margin-top: 74px;
    width: 100%;
  }
  .p-home__partsItem--modelroom-photo {
    margin-bottom: 14px;
    margin-left: calc((87.5svw - 100svw) / 2);
    width: 100svw;
  }
  .p-home__partsItem--modelroom-photo-caption {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 64px;
    text-align: left;
    width: 100%;
  }
  .p-home__partsItem--modelroom-heading-en {
    color: #222;
    font-size: 15px;
    letter-spacing: 0.46em;
    line-height: 1;
    margin-bottom: 14px;
    text-indent: 0.46em;
  }
  .p-home__partsItem--modelroom-heading-line {
    margin-bottom: 40px;
    width: 190px;
  }
  .p-home__partsItem--modelroom-heading-ja {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.05;
    margin-bottom: 12px;
    width: 100%;
  }
  .p-home__partsItem--modelroom-text1,
  .p-home__partsItem--modelroom-text2,
  .p-home__partsItem--modelroom-text3 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 2.15;
    margin-bottom: 0;
    width: 100%;
  }
  .p-home__dummy6 {
    padding-top: 72px;
  }
  .p-home__dummy6 img {
    width: 100%;
  }
}

.scroll-images-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.scroll-images {
  overflow: hidden;
  width: 100%;
}

.p-home__accessGallery .scroll-images .slide-track {
  animation: slideScroll 92s linear infinite;
  display: inline-flex;
  width: 6000px;
}

@keyframes slideScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3000px, 0, 0);
  }
}
.p-home__accessGallery .scroll-images .slide-track .slide {
  display: block;
  width: 250px;
}

.p-home__modelroomGallery .scroll-images .slide-track {
  animation: slideScroll 92s linear infinite;
  display: inline-flex;
  width: 5600px;
}

@keyframes slideScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2800px, 0, 0);
  }
}
.p-home__modelroomGallery .scroll-images .slide-track .slide {
  display: block;
  width: 350px;
}

body.home {
  background-color: transparent;
}

main {
  font-family: "Noto Serif JP";
}
main:not(.modal) {
  background: url(../images/common/bg.webp) repeat-y top center/100svw 79.062svw;
  background-attachment: fixed;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main section:not([class]) .inner {
  margin: 140px auto;
  max-width: 1000px;
  color: #b88800;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner {
    margin: 70px 0;
    padding: 0 20px;
  }
}
main section:not([class]) .inner.narrow {
  max-width: 550px;
}
main section:not([class]) .inner:first-child {
  margin-top: 0;
  padding-top: 140px;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner:first-child {
    padding-top: 70px;
  }
}
main section:not([class]) .inner:last-child {
  margin-bottom: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner:last-child {
    padding-bottom: 70px;
  }
}
main section:not([class]) .inner > h2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner > h2 {
    gap: 30px;
    margin-bottom: 50px;
  }
}
main section:not([class]) .inner > h2 .en {
  font-size: 26px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner > h2 .en {
    font-size: 21px;
  }
}
main section:not([class]) .inner > h2 .ja {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 736px) {
  main section:not([class]) .inner > h2 .ja {
    font-size: 22px;
    white-space: wrap;
  }
}
main section:not([class]) .inner > h2.thin {
  gap: 10px;
}
main section:not([class]) .inner > h2.thin .ja {
  font-size: 20px;
}
main section:not([class]) .inner > p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-design__designIdea {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .p-design__designIdea {
    transform: translateX(20px);
  }
}
.p-design__entranceBody {
  width: 100%;
  aspect-ratio: 1366/728;
  background: url("../images/design/entrance.webp") no-repeat center/cover;
  padding: 50px 0 0 56.515vw;
}
@media screen and (max-width: 736px) {
  .p-design__entranceBody {
    aspect-ratio: auto;
    background-image: url("../images/design/entrance_sp.webp");
    padding: 40px 20px 80px;
  }
}
.p-design__entranceBodyText {
  width: 28.55vw;
  color: #b88800;
}
@media screen and (max-width: 736px) {
  .p-design__entranceBodyText {
    width: 100%;
  }
}
.p-design__entranceBodyText > h2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}
.p-design__entranceBodyText > h2 .en {
  font-size: 1.464vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .p-design__entranceBodyText > h2 .en {
    font-size: 16px;
  }
}
.p-design__entranceBodyText > h2 .ja {
  font-size: 1.4vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 736px) {
  .p-design__entranceBodyText > h2 .ja {
    font-size: 18px;
  }
}
.p-design__entranceBodyText > p {
  font-size: 1vw;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .p-design__entranceBodyText > p {
    font-size: 16px;
  }
}
.p-design__viewContainer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  color: #b88800;
  display: flex;
  gap: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .p-design__viewContainer {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
  }
}
.p-design__viewContainer::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-design__viewHeading {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .p-design__viewHeading {
    font-size: 16px;
  }
}
.p-design__viewBody h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .p-design__viewBody h3 {
    font-size: 18px;
    line-height: 1.75;
  }
}
.p-design__viewBody p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.p-location__mv {
  position: relative;
}
.p-location__mvTitle {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .p-location__mvTitle {
    top: 70px;
  }
}
.p-location__mvTitle > span:nth-child(1) {
  font-size: 19.33px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .p-location__mvTitle > span:nth-child(1) {
    font-size: 15px;
  }
}
.p-location__mvTitle > span:nth-child(2) {
  font-size: 22.09px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .p-location__mvTitle > span:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }
}
.p-location__mvNote {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .p-location__mvNote {
    color: #000;
    position: static;
    margin-top: 10px;
    padding: 0 10px;
    opacity: 0.5;
  }
}
.p-location__column {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  .p-location__column {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-location__columnCol {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 736px) {
  .p-location__columnCol {
    width: 100%;
  }
}
.p-location__columnCol h2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol h2 {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.p-location__columnCol h2 .en {
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol h2 .en {
    font-size: 16px;
  }
}
.p-location__columnCol h2 .ja {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol h2 .ja {
    font-size: 21px;
  }
}
.p-location__columnCol h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol h3 {
    font-size: 18px;
  }
}
.p-location__columnCol p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol p {
    line-height: 1.75;
  }
}
.p-location__columnCol .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-location__columnCol .gridItem {
  position: relative;
}
.p-location__columnCol .gridItem .caption {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.p-location__columnCol .gridItem .caption.right {
  left: auto;
  right: 10px;
}
.p-location__columnCol .gridItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-location__columnCol.left .grid {
  margin-top: 20px;
}
.p-location__columnCol.left .gridItem:nth-child(1) {
  width: calc(57.29% - 5px);
  height: 200px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .gridItem:nth-child(1) {
    height: 134px;
  }
}
.p-location__columnCol.left .gridItem:nth-child(2) {
  width: calc(42.71% - 5px);
  height: 200px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .gridItem:nth-child(2) {
    height: 134px;
  }
}
.p-location__columnCol.left .gridItem:nth-child(3) {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .gridItem:nth-child(3) {
    height: 140px;
  }
}
.p-location__columnCol.left .cols {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .cols {
    flex-direction: column;
  }
}
.p-location__columnCol.left .cols .cols {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .cols .cols {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (min-width: 737px) {
  .p-location__columnCol.left .cols .cols {
    display: none;
  }
}
.p-location__columnCol.left .cols .cols .col {
  width: calc((100% - 10px) / 2) !important;
}
.p-location__columnCol.left .cols .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.left .cols .col:nth-child(1) {
    width: 100%;
  }
}
.p-location__columnCol.left .cols .col:nth-child(1) img {
  margin-top: 30px;
}
.p-location__columnCol.left .cols .col:nth-child(2) {
  width: calc(50% - 10px);
}
.p-location__columnCol.left .cols .col:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-location__columnCol.column1-right {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right {
    flex-direction: column;
  }
}
.p-location__columnCol.column1-right .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right .col:nth-child(1) {
    width: 100%;
  }
}
.p-location__columnCol.column1-right .col:nth-child(1) h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right .col:nth-child(1) h2 {
    margin-bottom: 20px;
  }
}
.p-location__columnCol.column1-right .col:nth-child(1) h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-location__columnCol.column1-right .col:nth-child(1) h3 span {
  font-size: 18px;
}
.p-location__columnCol.column1-right .col:nth-child(1) h3:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right .col:nth-child(1) h3:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-location__columnCol.column1-right .col:nth-child(1) .gridItem {
  width: 100%;
}
.p-location__columnCol.column1-right .col:nth-child(2) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right .col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 737px) {
  .p-location__columnCol.column1-right .col:nth-child(2) {
    order: -1;
  }
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column1-right .col:nth-child(2) .grid {
    flex-direction: row;
  }
  .p-location__columnCol.column1-right .col:nth-child(2) .gridItem {
    width: calc((100% - 10px) / 2);
    aspect-ratio: 136/91;
  }
  .p-location__columnCol.column1-right .col:nth-child(2) .gridItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location__columnCol.column2-right {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column2-right {
    flex-direction: column;
  }
}
.p-location__columnCol.column2-right .col:nth-child(1) {
  width: 58%;
}
@media screen and (max-width: 736px) {
  .p-location__columnCol.column2-right .col:nth-child(1) {
    width: 100%;
  }
}
.p-location__columnCol.column2-right .col:nth-child(1) h3 {
  margin-top: 20px;
}
.p-location__columnCol.column2-right .col:nth-child(1) .gridItem {
  width: 100%;
}
.p-location__columnCol.column2-right .col:nth-child(2) {
  width: calc(42% - 10px);
}
.p-location__columnCol.column2-right .col:nth-child(3) {
  margin-top: 20px;
}
.p-location__items {
  max-width: 1000px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 80px;
}
@media screen and (max-width: 736px) {
  .p-location__items {
    margin: 0 auto 60px;
    padding: 0 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 40px;
  }
}
.p-location__item {
  width: calc((100% - 150px) / 4);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  .p-location__item {
    width: calc((100% - 15px) / 2);
    gap: 10px;
  }
}
.p-location__itemName {
  height: 60px;
}
.p-location__itemName img {
  height: 100%;
  width: auto;
}
.p-location__itemText {
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.66;
}
.p-location__lists {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  font-family: "Noto Sans JP";
  font-size: 15px;
}
@media screen and (max-width: 736px) {
  .p-location__lists {
    padding: 0 20px;
    flex-direction: column;
  }
}
.p-location__list {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 736px) {
  .p-location__list {
    width: 100%;
  }
}
.p-location__list table {
  width: 100%;
}
.p-location__list table:not(:first-child) {
  margin-top: 40px;
}
.p-location__list table caption {
  letter-spacing: 0.2em;
  text-align: left;
  color: #b88800;
}
.p-location__list table td {
  font-size: 13.5px;
}
.p-location__list table td span {
  font-size: 12px;
}
.p-location__list table td:nth-child(1) {
  padding: 10px 10px 0 0;
  width: 100%;
}
.p-location__list table td:nth-child(2) {
  padding: 10px 5px 0 0;
  white-space: nowrap;
}
.p-location__list table td:nth-child(3) {
  padding: 10px 5px 0 0;
  text-align: right;
  white-space: nowrap;
}
.p-location__list table td:nth-child(4) {
  padding: 10px 0 0 0;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 736px) {
  .p-location__list table table,
  .p-location__list table tr,
  .p-location__list table td {
    display: block;
  }
  .p-location__list table tr {
    clear: left;
    padding-top: 10px;
  }
  .p-location__list table td:not(:first-child) {
    float: left;
  }
}
.p-location__listsNote {
  max-width: 1000px;
  margin: 40px auto;
  font-family: "Noto Sans JP";
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .p-location__listsNote {
    padding: 0 20px;
  }
}
.p-location__gallery {
  max-width: 1000px;
  margin: 80px auto 0;
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
@media screen and (max-width: 736px) {
  .p-location__gallery {
    padding: 0 20px 40px;
  }
}
.p-location__galleryItem {
  width: calc((100% - 40px) / 5);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 736px) {
  .p-location__galleryItem {
    width: calc((100% - 10px) / 2);
  }
}
.p-location__galleryItemName {
  font-family: "Noto Sans JP";
  font-size: 12px;
}

.p-concept__mv {
  background: #fff;
}
.p-concept__img2 {
  background: #fff;
  padding: 120px 0;
}
.p-concept__img2 + .inner {
  position: relative;
  z-index: 1;
}
.p-concept__img2 + .inner::before {
  width: 100svw;
  height: 100%;
  background: url("../images/concept/gradation.webp") no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-concept__panoramaBtn {
  margin-top: 120px;
}

.p-mg__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .p-mg__container {
    padding: 0 20px;
    gap: 60px;
  }
}
.p-mg__title {
  width: 856.9524px;
  max-width: 100%;
}
.p-mg__btn {
  width: 380px;
  max-width: 100%;
  transition: opacity 0.3s ease;
}
.p-mg__btn:hover {
  opacity: 0.7;
}
.p-mg__tel {
  width: 627.1553px;
  max-width: 100%;
}
.p-mg__map {
  width: 1000px;
  max-width: 100%;
}
.p-mg__btns {
  margin: 80px 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .p-mg__btns {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.p-mg__btns > a {
  width: 320px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 736px) {
  .p-mg__btns > a {
    font-size: 16px;
  }
}
.p-mg__btns > a:hover {
  opacity: 0.7;
}

.home-topics .inner {
  max-width: 1000px;
}

.home-map .inner {
  max-width: 1000px;
}

.swiper-container {
  position: relative;
  padding-bottom: 26px;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 0;
  background: #000;
  opacity: 0.47;
}

.swiper-pagination-bullet-active {
  background: #b88800;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */
