@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif !important;
}

.lora {
  font-family: "Lora", serif !important;
}

.zGothic {
  font-family: "Zen Kaku Gothic Antique", serif !important;
}

.inter {
  font-family: "Inter", serif !important;
}

@media (min-width: 1680.5px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1680px) and (min-width: 960.5px) {
  html {
    font-size: 0.595vw;
  }
}
@media (max-width: 960px) and (min-width: 750.5px) {
  html {
    font-size: 1.8vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.667vw;
  }
}

* {
  word-break: break-all;
  padding: 0;
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.anchor_fixtop {
  display: block;
  position: relative;
  top: -10rem;
  width: 100%;
  visibility: hidden;
}

.grid-1200 {
  max-width: 1230px;
}

@media (min-width: 767.5px) {
  .wow_custom {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  .wow_custom_delay, .wow_custom_delay1, .wow_custom_delay2 {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  [data-animation=fade-in].show {
    animation: fade_in 500ms 500ms ease-in-out;
    animation-fill-mode: forwards;
  }
  [data-delay="1"].show {
    animation-delay: 1s;
  }
  [data-delay="2"].show {
    animation-delay: 1.7s;
  }
  [data-delay="3"].show {
    animation-delay: 1.8s;
  }
  [data-delay="4"].show {
    animation-delay: 2.3s;
  }
  [data-delay="5"].show {
    animation-delay: 1.8s;
  }
  [data-delay="6"].show {
    animation-delay: 2s;
  }
  [data-animation=fade-left].show {
    animation: fade_left 400ms 200ms ease-in-out;
    animation-fill-mode: forwards;
  }
  [data-animation=fade-right].show {
    animation: fade_right 400ms 200ms ease-in-out;
    animation-fill-mode: forwards;
  }
  @keyframes fade_in {
    0% {
      opacity: 0;
      transition: opacity 0.3s ease, filter 0.7s ease, -webkit-filter 0.7s ease;
    }
    100% {
      opacity: 1;
      transition: opacity 0.3s ease, filter 0.7s ease, -webkit-filter 0.7s ease;
    }
  }
  @keyframes fade_left {
    0% {
      opacity: 0;
      transform: translate3d(-100px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fade_right {
    0% {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
.u-animated__fadeIn.js-show {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.u-animated__fadeIn {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.3s ease, filter 0.7s ease;
  transition: opacity 0.3s ease, filter 0.7s ease, -webkit-filter 0.7s ease;
}

[class*=dflex] {
  display: flex;
  flex-wrap: wrap;
}

[class*=aic] {
  align-items: center;
}

[class*=aie] {
  align-items: flex-end;
}

[class*=ais] {
  align-items: flex-start;
}

[class*=jcc] {
  justify-content: center;
}

[class*=jcsb] {
  justify-content: space-between;
}

[class*=jcfe] {
  justify-content: flex-end;
}

[class*=fcolumn] {
  flex-flow: column;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1024px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all;
  }
}

[class*=grid] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid-1160 {
  max-width: 119rem;
}

body,
html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
button,
select {
  outline: none;
  resize: none;
}

.hv-o {
  transition: ease all 0.5s;
}
.hv-o:hover {
  opacity: 0.8;
}

.ho-main,
.os-main {
  overflow: hidden;
}

.os-y-hidden {
  overflow-y: hidden;
}

.os-section {
  position: relative;
}

.os-align-center {
  text-align: center;
}

.u-sp {
  display: none;
}

ul,
ol {
  list-style: none;
}

.wp {
  width: 100%;
  position: relative;
}

.p-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.grid-1220 {
  max-width: 125rem;
}
.grid-1370 {
  max-width: 140rem;
}

@media (max-width: 960px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  [class*=grid] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
body {
  background-color: #FAF8F2;
}

.house-logo img {
  width: 18.8rem;
}

.gp_house_header {
  position: fixed;
  left: 50%;
  top: 2.1rem;
  z-index: 99;
  transform: translateX(-50%);
  width: 100%;
  max-width: 161.6rem;
  height: 8rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.03);
}

.gp_house_header {
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu li:not(:last-child) {
  margin-right: 3rem;
}
.menu a {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0;
}
@media (min-width: 960.5px) {
  .menu a:hover {
    color: #4e9028;
  }
  .menu a:hover .st-icon::before {
    background-color: #4e9028;
  }
}
.menu .st-icon {
  display: inline-block;
  padding-right: 3rem;
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.menu .st-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
  transform: translateY(-50%) rotate(-90deg);
  transition: ease all 0.35s;
  background-color: #000000;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon-next.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  --_height: 1px;
  --_width: 1.2rem;
  --_center: calc(50% - var(--_height) / 2);
  width: 3.4rem;
  height: 3.4rem;
  background-color: #000000;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.menu-toggle[data-open=true] {
  background-color: #917E51;
}
.menu-toggle .burger {
  height: 1rem;
  width: 1.2rem;
  position: relative;
}
.menu-toggle .burger .line {
  width: var(--_width);
  height: var(--_height);
  background-color: #fff;
  position: absolute;
  transition: all 200ms;
}
.menu-toggle .burger .line:nth-child(1) {
  top: 0;
}
.menu-toggle .burger .line:nth-child(2) {
  top: var(--_center);
}
.menu-toggle .burger .line:nth-child(3) {
  top: calc(100% - var(--_height));
}
.menu-toggle[data-open=true] .burger .line {
  transition: all 200ms;
}
.menu-toggle[data-open=true] .burger .line:nth-child(1) {
  top: var(--_center);
  transform: rotate(45deg);
}
.menu-toggle[data-open=true] .burger .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle[data-open=true] .burger .line:nth-child(3) {
  top: var(--_center);
  transform: rotate(-45deg);
}

.menu-toggle.-basic .burger .line {
  transition: top 0.2s 0.2s, transform 0.2s, opacity 0.2s;
}
.menu-toggle.-basic[data-open=true] .burger .line {
  transition: top 0.2s, transform 0.2s 0.2s, opacity 0.2s 0.15s;
}
.menu-toggle.-basic[data-open=true] .burger .line:nth-child(2) {
  opacity: 0;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: flex;
  }
  .gp_house_header {
    top: 1rem;
    max-width: calc(100% - 2rem);
    height: 5rem;
    border-radius: 1rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.05);
  }
  .gp_house_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 6rem;
    border-radius: 1rem;
    padding: 1.5rem 1.7rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.016);
  }
  .menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .menu a {
    display: flex;
    align-items: center;
    background-color: #FAF8F2;
    border-radius: 0.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
    color: #917E51;
  }
  .menu .st-icon {
    width: 100%;
    display: block;
  }
  .menu .st-icon::before {
    background-color: #917E51;
  }
  .house-logo img {
    width: 10.8rem;
  }
}
.gp_house_about {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gp_house_about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26rem;
  z-index: 12;
  background: linear-gradient(180deg, rgb(250, 248, 242) 0%, rgba(250, 248, 242, 0) 100%), linear-gradient(180deg, rgb(250, 248, 242) 0%, rgba(250, 248, 242, 0) 50%);
}
@media (max-width: 960px) {
  .gp_house_about::before {
    height: 13rem;
  }
}
.gp_house_about--center {
  position: fixed;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 17vh;
  padding-bottom: 15rem;
  text-align: center;
}
.gp_house_about--center---header img {
  border-radius: 0 !important;
}
.gp_house_about--center---desc {
  margin-top: 3.5rem;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 215%;
  letter-spacing: 0.1rem;
}
.gp_house_about--left {
  padding-top: 35rem;
}
.gp_house_about--right {
  position: relative;
  top: 57.4rem;
}
.gp_house_about--right [class*=images] {
  text-align: right;
}
.gp_house_about--right [class*=images]:last-child {
  margin-bottom: 0rem;
}
.gp_house_about img {
  border-radius: 3rem;
  overflow: hidden;
}

.gp_house_about--center---header img {
  width: 45.2rem;
}

[class*=gp_house_about--] [class*=images] {
  margin-bottom: 13rem;
  position: relative;
}
[class*=gp_house_about--] .images1 {
  left: 20.6rem;
}
[class*=gp_house_about--] .images1 img {
  width: 30.4rem;
}
[class*=gp_house_about--] .images2 {
  left: -2rem;
}
[class*=gp_house_about--] .images2 img {
  width: 41.7rem;
}
[class*=gp_house_about--] .images3 {
  left: 21.1rem;
}
@media (min-width: 960.5px) {
  [class*=gp_house_about--] .images3 {
    margin-bottom: 20rem;
  }
}
[class*=gp_house_about--] .images3 img {
  width: 26.9rem;
}
[class*=gp_house_about--] .images4 {
  right: 14.7rem;
}
[class*=gp_house_about--] .images4 img {
  width: 35.2rem;
}
[class*=gp_house_about--] .images5 {
  right: 7rem;
}
@media (min-width: 960.5px) {
  [class*=gp_house_about--] .images5 {
    margin-bottom: 16rem;
  }
}
[class*=gp_house_about--] .images5 img {
  width: 26.3rem;
}
[class*=gp_house_about--] .images6 img {
  width: 41.2rem;
}

.gp_house_brand {
  width: 100%;
  padding-top: 7.9rem;
  background-color: #EAE6D6;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  margin-top: -0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.gp_house_brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66rem;
  background-image: url(../img/brand-line.png);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 2;
  background-size: 199.9rem;
  background-color: #EAE6D6;
}
@media (min-width: 1680.5px) {
  .gp_house_brand::before {
    background-position: top 5.3rem center;
  }
}
@media (max-width: 1680px) {
  .gp_house_brand::before {
    background-position: top 5.3rem right -29rem;
  }
}
.gp_house_brand--title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #C2AE87;
  font-size: 6.9rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.55rem;
}
.gp_house_brand--maps {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-top: 4.5rem;
  padding-bottom: 5.5rem;
}
.gp_house_brand--maps img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gp_house_brand--box {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  background-color: #FAF8F2;
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  background-image: url(../img/brand-line-2.png);
  background-position: top -2.8rem right -5.6rem;
  background-repeat: no-repeat;
  background-size: 85rem;
}
.gp_house_brand--box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 78.5rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/brand-line-3.png);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 2;
  background-size: 196.9rem;
  background-color: #FAF8F2;
}
@media (min-width: 1680.5px) {
  .gp_house_brand--box::before {
    background-position: top center;
  }
}
@media (max-width: 1680px) {
  .gp_house_brand--box::before {
    background-position: top left -23rem;
  }
}
.gp_house_brand--box_inner {
  width: 100%;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.gp_house_brand--box_inner picture {
  display: inline-block;
}
.gp_house_brand--box_inner picture img {
  border-radius: 3rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.gp_house_brand--box_inner picture.active img {
  border-radius: 0rem;
  box-shadow: inherit;
}
.gp_house_brand--box_inner picture.active.vs-1 img {
  width: 31.3rem;
}
.gp_house_brand--box_inner picture.active.vs-2 img {
  width: 29rem;
}
.gp_house_brand--box_inner picture.active.vs-3 img {
  width: 35.1rem;
}
.gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item:first-child {
  order: 1;
}
.gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item:last-child {
  order: 0;
}
.gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item.bg-white {
  padding-left: 0;
  padding-right: 11rem;
}
.gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item.bg-white::after {
  right: -42.8rem;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
}
.gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item.bg-white::before {
  left: -20rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.gp_house_brand--box_inner--item:first-child {
  line-height: 100%;
  font-size: 0;
  width: 60.8rem;
  padding-bottom: 8.2rem;
  position: relative;
  z-index: 2;
}
.gp_house_brand--box_inner--item:last-child {
  width: calc(100% - 60.8rem);
}
.gp_house_brand--box .bg-white {
  background-color: #fff;
  min-height: 77.3rem;
  position: relative;
  padding-left: 11rem;
  display: flex;
  align-items: center;
}
.gp_house_brand--box .bg-white::after, .gp_house_brand--box .bg-white::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}
.gp_house_brand--box .bg-white::before {
  left: -42.8rem;
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
}
.gp_house_brand--box .bg-white::after {
  right: -20rem;
}

[class*=gp_house_brand--maps--link] {
  position: absolute;
  left: 1.6rem;
  top: 22.1rem;
}
[class*=gp_house_brand--maps--link] a {
  width: 30.7rem;
  height: 8rem;
  border-radius: 0.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 1.8rem;
}
[class*=gp_house_brand--maps--link] a::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: #C1AF87;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-image: url(../img/brand-icon-2.png);
  background-position: left 1.2rem top 1.2rem;
  background-repeat: no-repeat;
  background-size: 1.7rem;
  transition: ease all 0.35s;
}
[class*=gp_house_brand--maps--link] a:hover::before {
  background-color: #917E51;
}

.gp_house_brand--maps--link_1 img {
  width: 13.8rem;
}
.gp_house_brand--maps--link_2 {
  top: 31.8rem;
}
.gp_house_brand--maps--link_2 img {
  width: 16.4rem;
}
.gp_house_brand--maps--link_3 {
  left: inherit;
  top: inherit;
  right: 1.6rem;
  bottom: 9.1rem;
}
.gp_house_brand--maps--link_3 img {
  width: 16.7rem;
}
.gp_house_brand--maps--link_3 a {
  height: 9.4rem;
  padding-left: 4.5rem;
  justify-content: flex-start;
}
.gp_house_brand--maps--link_3 a img {
  margin-left: 0;
}
.gp_house_brand--maps--link_4 {
  left: 61.8rem;
  top: 28.7rem;
  transition: ease all 0.35s;
}
.gp_house_brand--maps--link_4 img {
  width: 2.6rem;
}
.gp_house_brand--maps--link_5 {
  left: 48.7rem;
  top: 38.6rem;
  transition: ease all 0.35s;
}
.gp_house_brand--maps--link_5 img {
  width: 2.6rem;
}

.gp_house_brand--maps--link_1:hover ~ .gp_house_brand--maps--link_5,
.gp_house_brand--maps--link_2:hover ~ .gp_house_brand--maps--link_5 {
  top: 37rem;
}

.gp_house_brand--maps--link_3:hover ~ .gp_house_brand--maps--link_4 {
  top: 27rem;
}

.wp-block-group {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wp-block-location {
  padding-left: 2.5rem;
  background-image: url("../img/brand-icon-1.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.7rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0;
}
.wp-block-location.vs-1 {
  color: #695C44;
}
.wp-block-location.vs-1 p {
  border-bottom: 1px solid #695C44;
}
.wp-block-location p {
  display: inline-block;
  padding: 0.2rem 0;
  border-bottom: 1px solid #000000;
}
.wp-block-img {
  margin-top: 20px;
}
.wp-block-desc {
  margin-top: 2.1rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.12rem;
}
.wp-block-desc.coming-soon {
  min-height: 9.9rem;
}
.wp-block-open {
  display: flex;
  align-items: center;
  margin-top: 2.6rem;
  margin-bottom: 1.9rem;
}
.wp-block-open--item {
  width: 11rem;
}
.wp-block-open--item:first-child .open,
.wp-block-open--item:first-child .year {
  display: block;
  text-align: center;
}
.wp-block-open--item:first-child .open span,
.wp-block-open--item:first-child .year span {
  position: relative;
}
.wp-block-open--item:last-child {
  padding-left: 2rem;
  width: calc(100% - 11rem);
  display: flex;
  align-items: center;
}
.wp-block-open .open {
  border: 0.4rem solid #C1AF87;
  color: #C2AE87;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.15rem;
}
.wp-block-open .open span {
  top: 0.1rem;
}
.wp-block-open .year {
  padding-top: 0.2rem;
  color: #C2AE87;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.3rem;
}
.wp-block-open .year span {
  left: 0.3rem;
}
.wp-block-open .date {
  position: relative;
  top: 0.2rem;
  color: #C2AE87;
  font-size: 10rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.3rem;
}
.wp-block-open .date span {
  display: inline-block;
  font-size: 6.5rem;
  position: relative;
  top: -1.1rem;
}
.wp-block-open .date-75 {
  font-size: 7.1rem;
  position: relative;
  top: -0.4rem;
  font-weight: bold;
}
.wp-block-open .ranku {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  margin-left: 0.9rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.3rem;
  background-color: #C2AE87;
  border-radius: 100%;
  position: relative;
  top: -0.6rem;
  padding-bottom: 0.4rem;
  padding-left: 0.3rem;
}
.wp-block-link a {
  width: 31rem;
  height: 8rem;
  background-color: #000000;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.12rem;
  transition: ease all 0.35s;
}
.wp-block-link a:hover {
  background-color: #917E51;
}
.wp-block-maps {
  width: 131rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gp_house_image {
  margin-bottom: -115px;
  position: relative;
  z-index: 10;
}
.gp_house_image .simply-scroll-clip,
.gp_house_image .simply-scroll {
  width: 100%;
  height: 63rem;
  margin-bottom: 0;
}
.gp_house_image .gp_house_image--scroll li {
  height: 63rem;
  width: 62.1rem;
}
.gp_house_image .gp_house_image--scroll li img {
  height: 63rem;
  width: 62.1rem;
}

.gp_house_mainview {
  width: 100%;
  position: relative;
}

.p-mainv__img {
  position: relative;
}

.p-mainv__img_list {
  position: relative;
}

.p-mainv__img_dots {
  position: absolute;
  left: 3.7rem;
  bottom: 2.6rem;
  display: flex;
  align-items: center;
  z-index: 25;
}
.p-mainv__img_dots--item {
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  transition: ease-in-out all 1200ms;
}
.p-mainv__img_dots--item:not(:first-child) {
  transition: ease-in-out all 1200ms 300ms;
}
.p-mainv__img_dots--item.show {
  width: 3rem;
  background-color: #ffffff;
}
.p-mainv__img_dots--item:not(:last-child) {
  margin-right: 0.8rem;
}

@keyframes dots_show {
  0% {
    width: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  80% {
    width: 3rem;
    background-color: #ffffff;
  }
}
@keyframes dots_hide {
  0% {
    width: 3rem;
    background-color: #ffffff;
  }
  100% {
    width: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 960.5px) {
  .p-mainv__img_list {
    display: flex;
    justify-content: space-between;
  }
}
.p-mainv__img_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 62.5%;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (min-width: 960.5px) {
  .p-mainv__img_list::before {
    height: 78.4%;
  }
}
.p-mainv__img_item {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 960.5px) {
  .p-mainv__img_item {
    width: 33.3333333333%;
  }
}
.p-mainv__img_item .p-mainv__img_item_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(1) {
  animation: slideMask 30s ease infinite;
  z-index: 6;
  position: relative;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(1) picture {
  animation: slideMove 30s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(1) picture img {
  animation: slideFade 30s ease infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(2) {
  animation: slideMask 30s 5s ease infinite;
  z-index: 5;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(2) picture {
  animation: slideMove 30s 5s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(2) picture img {
  animation: slideFade 30s 5s ease infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(3) {
  animation: slideMask 30s 10s ease infinite;
  z-index: 4;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(3) picture {
  animation: slideMove 30s 10s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(3) picture img {
  animation: slideFade 30s 10s ease infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(4) {
  animation: slideMask 30s 15s ease infinite;
  z-index: 3;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(4) picture {
  animation: slideMove 30s 15s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(4) picture img {
  animation: slideFade 30s 15s ease infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(5) {
  animation: slideMask 30s 20s ease infinite;
  z-index: 2;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(5) picture {
  animation: slideMove 30s 20s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(5) picture img {
  animation: slideFade 30s 20s ease infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(6) {
  animation: slideMask 30s 25s ease infinite;
  z-index: 1;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(6) picture {
  animation: slideMove 30s 25s linear infinite;
}

.p-mainv__img_item .p-mainv__img_item_inner:nth-child(6) picture img {
  animation: slideFade 30s 25s ease infinite;
}

.p-mainv__img_item picture {
  display: block;
  width: 115%;
  height: 94.5rem;
  max-height: 21rem;
}

@media screen and (min-width: 769px) {
  .p-mainv__img_item picture {
    max-height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .p-mainv__img_item picture {
    height: 100vh;
  }
}
.p-mainv__img_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(1) {
  animation-delay: 0.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(1) img {
  animation-delay: 0.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(2) {
  animation-delay: 5.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(2) img {
  animation-delay: 5.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(3) {
  animation-delay: 10.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(3) img {
  animation-delay: 10.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(4) {
  animation-delay: 15.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(4) img {
  animation-delay: 15.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(5) {
  animation-delay: 20.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(5) img {
  animation-delay: 20.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(6) {
  animation-delay: 25.15s;
}

.p-mainv__img_item:nth-child(2) .p-mainv__img_item_inner:nth-child(6) img {
  animation-delay: 25.15s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(1) {
  animation-delay: 0.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(1) img {
  animation-delay: 0.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(2) {
  animation-delay: 5.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(2) img {
  animation-delay: 5.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(3) {
  animation-delay: 10.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(3) img {
  animation-delay: 10.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(4) {
  animation-delay: 15.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(4) img {
  animation-delay: 15.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(5) {
  animation-delay: 20.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(5) img {
  animation-delay: 20.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(6) {
  animation-delay: 25.3s;
}

.p-mainv__img_item:nth-child(3) .p-mainv__img_item_inner:nth-child(6) img {
  animation-delay: 25.3s;
}

@keyframes slideMask {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  17% {
    z-index: 7;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  24% {
    z-index: 7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  32% {
    z-index: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes slideMove {
  0% {
    transform: translateX(0%);
  }
  24% {
    transform: translateX(-15%);
  }
  79% {
    transform: translateX(-15%);
  }
  80% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideFade {
  0% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedots {
  0% {
    width: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    width: 30px;
    border-radius: 10px;
    background-color: #fff;
  }
}
.p-mainv__text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0rem;
  padding-top: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mainv__text img {
  width: 47.9rem;
}

.p-mainv__scroll {
  position: absolute;
  right: 5.7rem;
  bottom: 3rem;
  z-index: 18;
}
.p-mainv__scroll_icon {
  position: relative;
  width: 16.3rem;
  height: 15.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-mainv__scroll_icon::before, .p-mainv__scroll_icon::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.p-mainv__scroll_icon::before {
  left: 0;
  top: 0;
  background-image: url(../img/scroll-bg.png);
  animation: rotate1turn 20s linear infinite;
  background-size: 16.3rem;
}
.p-mainv__scroll_icon::after {
  left: 0;
  top: 0;
  background-image: url(../img/scroll-text.png);
  background-size: 11.4rem;
  animation: rotate 20s linear infinite;
}
.p-mainv__scroll_icon img {
  position: relative;
  z-index: 5;
  width: 2.4rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate1turn {
  0% {
    transform: rotate(1turn);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .gp_house_footer--bottom,
  .wp-block-desc,
  .wp-block-link a,
  .gp_house_about--center---desc,
  .menu a {
    font-size: 12px !important;
  }
  .wp-block-location {
    font-size: 12px;
    padding-left: 20px;
    background-size: 12px;
  }
  .menu li:not(:last-child) {
    margin-right: 4rem;
  }
  .menu .st-icon {
    padding-right: 27px;
  }
  .menu .st-icon::before {
    width: 18px;
    height: 18px;
    background-size: 7px;
  }
  .wp-block-desc br {
    display: none;
  }
}
@media (max-width: 960px) {
  .gp_house_mainv {
    position: relative;
    z-index: 11;
    overflow: hidden;
  }
  .p-mainv__text_title img {
    width: 31.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .p-mainv__text_title img {
    width: 28rem;
  }
}
@media (max-width: 960px) {
  .p-mainv__scroll {
    right: 1rem;
    bottom: 1rem;
  }
  .p-mainv__scroll_icon {
    width: 13rem;
    height: 12.5rem;
  }
  .p-mainv__scroll_icon::before {
    background-size: 13rem;
  }
  .p-mainv__scroll_icon::after {
    background-size: 9.2rem;
  }
  .p-mainv__scroll_icon img {
    width: 1.9rem;
  }
  .p-mainv__img_item .p-mainv__img_item_inner,
  .p-mainv__img_item picture,
  .p-mainv__img_item,
  .p-mainv__img_item img {
    height: 27.1rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .p-mainv__img_item .p-mainv__img_item_inner,
  .p-mainv__img_item picture,
  .p-mainv__img_item,
  .p-mainv__img_item img {
    height: 33.3333333333dvh;
  }
}
@media (max-width: 960px) and (min-width: 550px) {
  .p-mainv__img_item .p-mainv__img_item_inner,
  .p-mainv__img_item picture,
  .p-mainv__img_item,
  .p-mainv__img_item img {
    height: 27.1rem;
  }
}
@media (max-width: 960px) {
  .gp_house_about--left,
  .gp_house_about--right {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .gp_house_about--left {
    padding-top: 35rem;
  }
  .gp_house_about--right {
    padding-top: 48rem;
    overflow: hidden;
  }
  .gp_house_about {
    align-items: flex-start;
    min-height: 134.5rem;
  }
  .gp_house_about--center {
    width: 100%;
    left: 0;
    top: 0%;
    background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(0);
    background-size: 33rem;
    padding-top: 10rem;
    padding-bottom: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 10;
  }
  .gp_house_about--center---header img {
    width: 25.6rem;
  }
  .gp_house_about--center---desc {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 0.15rem;
  }
  [class*=gp_house_about--] [class*=images] {
    margin-bottom: 11.3rem;
  }
  [class*=gp_house_about--] .images1 {
    left: -3rem;
  }
  [class*=gp_house_about--] .images1 img {
    width: 13.7rem;
  }
  [class*=gp_house_about--] .images2 {
    left: -10rem;
  }
  [class*=gp_house_about--] .images2 img {
    width: 25.1rem;
  }
  [class*=gp_house_about--] .images3 {
    left: -5rem;
  }
  [class*=gp_house_about--] .images3 img {
    width: 17.3rem;
  }
  [class*=gp_house_about--] .images4 {
    right: -7.9rem;
    margin-bottom: 10.8rem;
  }
  [class*=gp_house_about--] .images4 img {
    width: 23rem;
  }
  [class*=gp_house_about--] .images5 {
    right: 3rem;
    margin-bottom: 13rem;
  }
  [class*=gp_house_about--] .images5 img {
    width: 12.6rem;
  }
  [class*=gp_house_about--] .images6 {
    right: -5.6rem;
  }
  [class*=gp_house_about--] .images6 img {
    width: 23.3rem;
  }
  .gp_house_about--right [class*=images]:last-child {
    margin-bottom: 0;
  }
  .gp_house_brand {
    position: relative;
    z-index: 11;
    margin-top: -4rem;
    padding-top: 4.7rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
  .gp_house_brand::before {
    left: 0;
    top: 0;
    height: 31.2rem;
    background-image: url(../img/brand-line-sp.png);
    background-size: 111.7rem;
    background-position: top 1.3rem right -32.5rem;
  }
  .gp_house_brand--title {
    font-size: 3.1rem;
    letter-spacing: 0.25rem;
  }
  .gp_house_brand--maps {
    margin-top: 3.4rem;
    padding-bottom: 4.2rem;
  }
  .gp_house_brand--box {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-top: 6rem;
    background-image: url(../img/brand-line-2-sp.png), url(../img/brand-line-2-1-sp.png);
    background-position: top -1.5rem right -8.2rem, bottom -2.8rem left -41rem;
    background-size: 38.3rem, 88.8rem;
  }
  .gp_house_brand--box::before {
    left: 0;
    top: 93.2rem;
    height: 46.2rem;
    background-image: url(../img/brand-line-3-sp.png);
    background-position: top left -13.8rem;
    background-size: 80.3rem;
  }
  .gp_house_brand--box_inner {
    max-width: 128rem;
    margin-bottom: 6.3rem;
    flex-wrap: wrap;
  }
  .gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item:first-child {
    order: 0;
  }
  .gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item:last-child {
    order: 1;
  }
  .gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item.bg-white {
    padding-right: 0rem;
  }
  .gp_house_brand--box_inner:nth-child(2n) .wp-block-img img {
    width: 20.8rem;
  }
  .gp_house_brand--box_inner--item:first-child {
    width: 100%;
    padding-bottom: 0rem;
    margin-bottom: -18rem;
  }
  .gp_house_brand--box_inner--item:first-child picture {
    width: 27rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .gp_house_brand--box_inner--item:last-child {
    width: 100%;
    padding-top: 21rem;
    padding-bottom: 5.5rem;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .gp_house_brand--box .bg-white {
    background-color: #ffffff;
    min-height: auto;
    padding-left: 0rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
  .gp_house_brand--box .bg-white::after, .gp_house_brand--box .bg-white::before {
    content: none;
  }
  [class*=gp_house_brand--maps--link] {
    display: none;
    left: 3.7rem;
    top: 28.3rem;
  }
  [class*=gp_house_brand--maps--link] a {
    width: 14.2rem;
    height: 4rem;
    padding-right: 2.8rem;
  }
  [class*=gp_house_brand--maps--link] a::before {
    right: 0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1rem;
    background-position: center;
    background-image: url(../img/brand-icon-2-sp.png);
  }
  .gp_house_brand--maps--link_1 {
    display: block;
  }
  .gp_house_brand--maps--link_1 img {
    width: 7.3rem !important;
  }
  .gp_house_brand--maps--link_2 {
    display: block;
    top: 33.1rem;
  }
  .gp_house_brand--maps--link_2 img {
    width: 7.8rem !important;
  }
  .gp_house_brand--maps--link_3 {
    display: block;
    left: inherit;
    top: inherit;
    right: 3.7rem;
    bottom: 6.5rem;
  }
  .gp_house_brand--maps--link_3 a {
    padding-left: 2rem;
    padding-right: 0;
  }
  .gp_house_brand--maps--link_3 img {
    width: 7.2rem !important;
  }
  .wp-block-img {
    margin-top: 2rem;
  }
  .wp-block-img img {
    width: 25rem;
  }
  .wp-block-desc {
    letter-spacing: 0.13rem;
    text-align: justify;
  }
  .wp-block-desc.coming-soon {
    margin-top: 1.8rem;
    min-height: 3.7rem;
  }
  .wp-block-desc.coming-soon + .wp-block-open {
    margin-bottom: 0;
  }
  .wp-block-open {
    margin-top: 1.6rem;
    margin-bottom: 1.7rem;
  }
  .wp-block-open--item {
    width: 6.2rem;
  }
  .wp-block-open--item:last-child {
    padding-left: 1.3rem;
    width: calc(100% - 6.2rem);
  }
  .wp-block-open .open {
    border: 0.2rem solid #C1AF87;
    font-size: 1.2rem;
    line-height: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .wp-block-open .open span {
    top: 0;
  }
  .wp-block-open .year {
    padding-top: 0.1rem;
    font-size: 2.1rem;
    letter-spacing: 0.05rem;
  }
  .wp-block-open .year span {
    left: 0;
  }
  .wp-block-open .date {
    top: 0.2rem;
    font-size: 5.5rem;
  }
  .wp-block-open .date span {
    font-size: 3.6rem;
    top: -0.6rem;
  }
  .wp-block-open .date-75 {
    font-size: 4.2rem;
    top: -0.1rem;
  }
  .wp-block-open .ranku {
    width: 4rem;
    height: 4rem;
    margin-left: 0.3rem;
    font-size: 1.9rem;
    top: -0.09rem;
  }
  .wp-block-link a {
    width: 32.5rem;
    height: 7.4rem;
  }
  .wp-block-maps {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .wp-block-maps img {
    width: 33rem;
  }
  .wp-block-group {
    width: 100%;
    max-width: 32.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .gp_house_image {
    margin-bottom: -11rem;
  }
  .gp_house_image .simply-scroll-clip,
  .gp_house_image .simply-scroll {
    width: 100%;
    height: 27.8rem;
    margin-bottom: 0;
  }
  .gp_house_image .gp_house_image--scroll li {
    height: 27.8rem;
    width: 27.5rem;
  }
  .gp_house_image .gp_house_image--scroll li img {
    height: 27.8rem;
    width: 27.5rem;
  }
  .gp_house_brand--box_inner picture.active.vs-1 img {
    width: 25rem;
  }
  .gp_house_brand--box_inner picture.active.vs-2 img {
    width: 20.8rem;
  }
  .gp_house_brand--box_inner picture.active.vs-3 img {
    width: 23rem;
  }
  .p-mainv__img_dots {
    left: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 960px) and (min-width: 751px) {
  .gp_house_brand--box {
    background-position: top -1.5rem right -8.2rem, bottom 3.2rem left -41rem;
  }
  .gp_house_about--center {
    padding-top: 9.5rem;
    padding-bottom: 9rem;
  }
  .gp_house_about--center---desc {
    line-height: 175%;
  }
  .wp-block-maps > picture {
    width: 33.5rem;
  }
  .wp-block-maps > picture img {
    width: 100%;
  }
  [class*=gp_house_brand--maps--link] {
    top: 45.2rem;
  }
  .gp_house_brand--maps--link_1 img {
    width: 9.3rem !important;
  }
  .gp_house_brand--maps--link_2 img {
    width: 9.8rem !important;
  }
  .gp_house_brand--maps--link_3 img {
    width: 9.2rem !important;
  }
  .gp_house_brand--maps--link_2 {
    top: 53rem;
  }
  [class*=gp_house_brand--maps--link] a {
    width: 23.2rem;
    height: 6rem;
  }
  [class*=gp_house_brand--maps--link] a::before {
    right: 1.5rem;
  }
  .gp_house_brand--maps--link_3 a {
    padding-left: 3rem;
  }
}
@media (max-width: 960px) {
  .gp_house_brand--box_inner:nth-child(2n) .gp_house_brand--box_inner--item:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
body.bg-white {
  background-color: #000;
}

.wp-tomio-video {
  position: relative;
  width: 100%;
  background-color: #917E51;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wp-tomio-video::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 0;
  height: 38.5rem;
  background: linear-gradient(0deg, rgb(67, 58, 52) 0%, rgba(250, 248, 242, 0) 100%);
}
.wp-tomio-video .mainview {
  width: 100%;
  height: 100vh;
}
.wp-tomio-video .mainview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-tomio-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 960px) {
  .wp-tomio-video .mainview {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-tomio-video .mainview {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-tomio-video video {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-tomio-video video {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-tomio-video::before {
    height: 41.8rem;
    background: linear-gradient(0deg, rgba(67, 58, 52, 0.8) 0%, rgba(250, 248, 242, 0) 100%);
  }
}
.wp-tomio-hp {
  background-color: #FAFAFA;
  padding-top: 13.5rem;
  padding-bottom: 18rem;
  background-image: url(../img/tomio/tomio-hp-02.png);
  background-position: right -50.5rem bottom -0.5rem;
  background-repeat: no-repeat;
  background-size: 188rem;
}
@media (max-width: 960px) {
  .wp-tomio-hp {
    padding-top: 4rem;
    padding-bottom: 8.3rem;
    background-size: 115.7rem;
    background-position: right -37.8rem bottom -8rem;
  }
}
.wp-tomio-hp--title {
  color: #000000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.3rem;
}
@media (max-width: 960px) {
  .wp-tomio-hp--title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 135%;
  }
}
.wp-tomio-hp--desc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.12rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-hp--desc {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .wp-tomio-hp--desc {
    line-height: 200%;
    text-align: justify;
    margin-top: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
.wp-tomio-hp_box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .wp-tomio-hp_box {
    flex-wrap: wrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.wp-tomio-hp_box--inner {
  width: 60rem;
}
.wp-tomio-hp_box--inner:nth-child(1) picture {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 960px) {
  .wp-tomio-hp_box--inner:nth-child(1) {
    font-size: 0;
    line-height: 100%;
    margin-bottom: 3rem;
  }
}
.wp-tomio-hp_box--inner:nth-child(2) {
  padding-left: 13rem;
  width: calc(100% - 60rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-hp_box--inner:nth-child(2) {
    padding-left: 10rem;
  }
}
.wp-tomio-hp_box--inner:nth-child(2) picture {
  margin-bottom: 4.7rem;
  display: inline-block;
}
.wp-tomio-hp_box--inner:nth-child(2) picture img {
  width: 36.7rem;
}
@media (max-width: 960px) {
  .wp-tomio-hp_box--inner:nth-child(2) picture {
    margin-bottom: 2.2rem;
  }
  .wp-tomio-hp_box--inner:nth-child(2) picture img {
    width: 23.5rem;
  }
}
@media (max-width: 960px) {
  .wp-tomio-hp_box--inner {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-tomio-hp_box--inner:nth-child(2) {
    padding: 0;
    width: 100%;
    max-width: 37.5rem;
  }
}
.wp-tomio-hp .wp-block-link a {
  width: 35rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-hp .wp-block-link a {
    width: 38rem;
  }
}
@media (max-width: 960px) {
  .wp-tomio-hp .wp-block-link a {
    width: 100%;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-tomio-model {
  background-color: #ffffff;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8.9rem;
  margin-top: -8rem;
}
@media (max-width: 960px) {
  .wp-tomio-model {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 5.1rem;
    margin-top: -4rem;
  }
  .wp-tomio-model_floor {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-tomio-model_floor .button-more {
    padding: 0;
  }
}
.wp-tomio-access {
  background-color: #FAFAFA;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8rem;
  padding-bottom: 21rem;
  margin-top: -7.8rem;
}
@media (max-width: 960px) {
  .wp-tomio-access {
    padding-top: 5rem;
    padding-bottom: 8rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
.wp-tomio-access_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-tomio-access_box--item:nth-child(1) {
  width: 100%;
}
.wp-tomio-access_box--item:nth-child(2) {
  width: calc(100% - 60rem);
  padding-right: 7rem;
}
.wp-tomio-access_box--item:nth-child(3) {
  width: 60rem;
  height: 38.3rem;
  overflow: hidden;
  border-radius: 3rem;
}
.wp-tomio-access_box--item:nth-child(3) iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-access_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-tomio-access_box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-tomio-access_box--item:nth-child(1) {
    width: 100%;
  }
  .wp-tomio-access_box--item:nth-child(2) {
    width: 100%;
    padding-right: 0rem;
  }
  .wp-tomio-access_box--item:nth-child(3) {
    width: 100%;
    height: 20.7rem;
    margin-top: 2rem;
  }
}

.wp-block-link .icon-hp {
  display: inline-block;
  padding-right: 3.5rem;
  background-image: url(../img/tomio/tomio-hp-03.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  padding-bottom: 0.2rem;
}

.wp-tomio-title {
  text-align: center;
  margin-bottom: 4.2rem;
}
.wp-tomio-title span {
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0.15rem;
  line-height: 150%;
  font-weight: 700;
  display: block;
}
.wp-tomio-title span.en {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C2AE87;
  background: url(../img/line_title.png) no-repeat center bottom;
  background-size: 11.3rem;
  padding-bottom: 2.8rem;
}
.wp-tomio-title span.jp {
  letter-spacing: 0.8rem;
}
@media (max-width: 960px) {
  .wp-tomio-title {
    margin-bottom: 1.4rem;
  }
  .wp-tomio-title span {
    font-size: 2.9rem;
  }
  .wp-tomio-title span.en {
    font-size: 1.4rem;
    background-size: 8.7rem;
    padding-bottom: 2rem;
  }
  .wp-tomio-title span.jp {
    margin-top: 1rem;
    letter-spacing: 0.6rem;
  }
}

.wp-tomio-table {
  width: 100%;
  border-spacing: 0px;
}
.wp-tomio-table td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  vertical-align: middle;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.25rem;
  border-bottom: 0.3rem solid #E8E8E8;
}
.wp-tomio-table td:last-child {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.wp-tomio-table td:first-child {
  width: 11.5rem;
}
.wp-tomio-table td .button {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2.5rem;
  background-color: #C1AF87;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0rem;
  transition: ease all 0.35s;
}
.wp-tomio-table td .button:hover {
  background-color: #917E51;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-table td .button {
    font-size: 12px;
    width: 100px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-table td {
    font-size: 12px;
  }
  .wp-tomio-table td:first-child {
    width: 16rem;
  }
}
@media (max-width: 960px) {
  .wp-tomio-table td {
    vertical-align: top;
  }
  .wp-tomio-table td:first-child {
    letter-spacing: 0.1rem;
  }
  .wp-tomio-table td:last-child {
    letter-spacing: 0;
  }
  .wp-tomio-table tr:last-child td:last-child span {
    display: block;
    width: calc(100% + 1rem);
  }
}

.wp-tomio-titlesub {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3rem;
  text-align: center;
  margin-bottom: 8.2rem;
}
.wp-tomio-titlesub span {
  font-size: 2.2rem;
  color: #917E51;
  font-weight: bold;
  line-height: 172%;
  display: inline;
  letter-spacing: 0.18rem;
  position: relative;
  background: linear-gradient(transparent 60%, rgba(193, 175, 135, 0.2) 60%);
}
@media (max-width: 960px) {
  .wp-tomio-titlesub {
    margin-top: 3rem;
    margin-bottom: 3.9rem;
  }
  .wp-tomio-titlesub span {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}

.button--title {
  width: 30rem;
  height: 8rem;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(193, 175, 135, 0.11);
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  letter-spacing: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.button--title strong {
  font-weight: 900;
}
@media (max-width: 960px) {
  .button--title {
    width: 20rem;
    height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}

.wp-tomio-model_floor_box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.wp-tomio-model_floor_box-item {
  flex-basis: calc(50% - 1rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-model_floor_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-tomio-model_floor_box {
    margin-top: 3.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-tomio-model_floor_box {
    gap: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-tomio-model_floor_box-item {
    flex-basis: 100%;
  }
  .wp-tomio-model_floor_box-item img {
    width: 100%;
  }
}

.wp-tomio-model_point {
  padding-top: 15.3rem;
  padding-bottom: 19rem;
}
@media (max-width: 960px) {
  .wp-tomio-model_point {
    padding-top: 6.5rem;
    padding-bottom: 8.3rem;
  }
  .wp-tomio-model_point .button-more a {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
  }
}
.wp-tomio-model_point_box {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.5rem;
}
.wp-tomio-model_point_box .box {
  max-width: 37rem;
  margin-left: auto;
  margin-right: 0;
}
.wp-tomio-model_point_box .box-number {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.wp-tomio-model_point_box .box-number .num {
  width: 12.5rem;
  height: 12rem;
  font-size: 3.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  background-image: url(../img/tomio/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.5rem;
}
.wp-tomio-model_point_box .box-number .txt {
  min-width: 7.9rem;
  background-color: #C1AF87;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0px 1.7rem;
  margin-bottom: 1rem;
}
.wp-tomio-model_point_box .box-number .gp-dflex .f2 {
  min-width: 5rem;
}
.wp-tomio-model_point_box .box-number .gp-dflex strong {
  margin-right: 1.1rem;
}
.wp-tomio-model_point_box .box-number .gp-dflex strong:last-child {
  margin-right: 0;
}
.wp-tomio-model_point_box .box-title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.22rem;
}
.wp-tomio-model_point_box .box-desc {
  max-width: 34.4rem;
  margin-top: 1.6rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
.wp-tomio-model_point_box .box-note {
  background-color: #C1AF87;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 1.8rem;
}
.wp-tomio-model_point_box .box-note strong {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding-bottom: 1.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #ffffff;
}
.wp-tomio-model_point_box .box-note p {
  font-size: 1.8rem;
  line-height: 220%;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-tomio-model_point_box {
    max-width: 135rem;
  }
  .wp-tomio-model_point_box .box {
    max-width: calc(100% - 2rem);
  }
  .wp-tomio-model_point_box .box-desc {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .wp-tomio-model_point_box {
    margin-top: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-tomio-model_point_box .box {
    max-width: 100%;
    margin-right: auto;
  }
  .wp-tomio-model_point_box .box-number {
    margin-bottom: 1.4rem;
  }
  .wp-tomio-model_point_box .box-number .num {
    width: 7rem;
    height: 6.7rem;
    font-size: 1.9rem;
    background-size: 7rem;
  }
  .wp-tomio-model_point_box .box-number .txt {
    margin-bottom: 0.5rem;
  }
  .wp-tomio-model_point_box .box-desc {
    max-width: 100%;
  }
  .wp-tomio-model_point_box .box-note {
    margin-top: 2rem;
    padding-bottom: 3.4rem;
  }
  .wp-tomio-model_point_box .box-note p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.17rem;
  }
}

.wp-tomio-model_point_box-inner {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  margin-bottom: 7.3rem;
}
.wp-tomio-model_point_box-inner--item:first-child {
  flex-basis: 44rem;
}
.wp-tomio-model_point_box-inner--item:last-child {
  flex-basis: calc(100% - 46.7rem);
}
.wp-tomio-model_point_box-inner--item picture.active {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1), 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
}
.wp-tomio-model_point_box-inner:nth-child(2n) .wp-tomio-model_point_box-inner--item:nth-child(1) {
  order: 1;
}
.wp-tomio-model_point_box-inner:nth-child(2n) .wp-tomio-model_point_box-inner--item:nth-child(1) .box {
  margin-left: 0;
  margin-right: auto;
}
.wp-tomio-model_point_box-inner:nth-child(2n) .wp-tomio-model_point_box-inner--item:nth-child(2) {
  order: 0;
}
.wp-tomio-model_point_box-inner:last-child .box-note p {
  letter-spacing: 0.09rem;
}
@media (max-width: 960px) {
  .wp-tomio-model_point_box-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .wp-tomio-model_point_box-inner--item:first-child {
    flex-basis: 100%;
    order: 1;
  }
  .wp-tomio-model_point_box-inner--item:last-child {
    flex-basis: 100%;
    order: 0;
  }
  .wp-tomio-model_point_box-inner--item picture.active {
    width: 100%;
    vertical-align: top;
    box-shadow: inherit;
  }
  .wp-tomio-model_point_box-inner--item picture.active img {
    width: 100%;
  }
}

.wp-block-video--title {
  width: 100%;
  max-width: 153.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 8;
  transform: translateX(-50%);
  padding-top: 13rem;
  padding-bottom: 7rem;
}
.wp-block-video--title .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wp-block-video--title picture.txt img {
  width: 51rem;
}
.wp-block-video--title picture.house img {
  width: 25.2rem;
}
.wp-block-video--title .txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 175%;
  letter-spacing: 0.13rem;
  margin-top: 2.3rem;
}
@media (max-width: 960px) {
  .wp-block-video--title {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-block-video--title {
    height: 95vh;
    padding-bottom: 10rem;
  }
}
@media (max-width: 960px) {
  .wp-block-video--title picture.txt img {
    width: 32.5rem;
  }
  .wp-block-video--title picture.house img {
    width: 15.2rem;
    position: relative;
    left: -1.5rem;
  }
  .wp-block-video--title .txt {
    font-size: 1.4rem;
    line-height: 175%;
    margin-top: 0.9rem;
  }
}

.wp-contact-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
}

.wp-contact-box {
  margin-right: 1.2rem;
  padding-bottom: 1.8rem;
}
.wp-contact-box img {
  width: 18rem;
}
@media (max-width: 960px) {
  .wp-contact-box {
    margin-right: 0;
    padding-bottom: 0;
  }
  .wp-contact-box img {
    width: 13.5rem;
  }
}

.wp-pagetop-box img {
  width: 3.8rem;
}
@media (max-width: 960px) {
  .wp-pagetop-box img {
    width: 4.3rem;
  }
}

.button-more {
  padding: 0 2.5rem;
}
.button-more a {
  background: #FFF46E url(../img/tomio/icon_read_more.png) no-repeat center right 7.6rem;
  background-size: 2.1rem;
  width: 100%;
  max-width: 46rem;
  height: 10.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.2rem;
  padding-right: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.5rem auto 0;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  transition: all 0.35s;
}
.button-more a:hover {
  background-color: #917E51;
  background-image: url(../img/tomio/icon_read_more_02.png);
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .button-more a {
    height: 7.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    background-size: 1.6rem;
    background-position: center right 4.7rem;
    margin: 5.7rem auto 0;
  }
}

body.bg-white {
  background-color: #000;
}

.wp-aroma-video {
  position: relative;
  width: 100%;
  background-color: #917E51;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wp-aroma-video::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 0;
  height: 38.5rem;
  background: linear-gradient(0deg, rgb(67, 58, 52) 0%, rgba(250, 248, 242, 0) 100%);
}
.wp-aroma-video .mainview {
  width: 100%;
  height: 100vh;
}
.wp-aroma-video .mainview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-aroma-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 960px) {
  .wp-aroma-video .mainview {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-aroma-video .mainview {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-aroma-video video {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-aroma-video video {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-aroma-video::before {
    height: 41.8rem;
    background: linear-gradient(0deg, rgba(67, 58, 52, 0.8) 0%, rgba(250, 248, 242, 0) 100%);
  }
}
.wp-aroma-hp {
  background-color: #FAFAFA;
  padding-top: 13.5rem;
  padding-bottom: 18rem;
  background-image: url(../img/tomio/tomio-hp-02.png);
  background-position: right -50.5rem bottom -0.5rem;
  background-repeat: no-repeat;
  background-size: 188rem;
}
@media (max-width: 960px) {
  .wp-aroma-hp {
    padding-top: 4rem;
    padding-bottom: 8.3rem;
    background-size: 115.7rem;
    background-position: right -37.8rem bottom -8rem;
  }
}
.wp-aroma-hp--title {
  color: #000000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.3rem;
}
@media (max-width: 960px) {
  .wp-aroma-hp--title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 135%;
  }
}
.wp-aroma-hp--desc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.12rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-hp--desc {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .wp-aroma-hp--desc {
    line-height: 200%;
    text-align: justify;
    margin-top: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
.wp-aroma-hp_box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .wp-aroma-hp_box {
    flex-wrap: wrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.wp-aroma-hp_box--inner {
  width: 60rem;
}
.wp-aroma-hp_box--inner:nth-child(1) picture {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 960px) {
  .wp-aroma-hp_box--inner:nth-child(1) {
    font-size: 0;
    line-height: 100%;
    margin-bottom: 3rem;
  }
}
.wp-aroma-hp_box--inner:nth-child(2) {
  padding-left: 13rem;
  width: calc(100% - 60rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-hp_box--inner:nth-child(2) {
    padding-left: 10rem;
  }
}
.wp-aroma-hp_box--inner:nth-child(2) picture {
  margin-bottom: 4.7rem;
  display: inline-block;
}
.wp-aroma-hp_box--inner:nth-child(2) picture img {
  width: 36.7rem;
}
@media (max-width: 960px) {
  .wp-aroma-hp_box--inner:nth-child(2) picture {
    margin-bottom: 2.2rem;
  }
  .wp-aroma-hp_box--inner:nth-child(2) picture img {
    width: 23.5rem;
  }
}
@media (max-width: 960px) {
  .wp-aroma-hp_box--inner {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-aroma-hp_box--inner:nth-child(2) {
    padding: 0;
    width: 100%;
    max-width: 37.5rem;
  }
}
.wp-aroma-hp .wp-block-link a {
  width: 35rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-hp .wp-block-link a {
    width: 38rem;
  }
}
@media (max-width: 960px) {
  .wp-aroma-hp .wp-block-link a {
    width: 100%;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-aroma-model {
  background-color: #ffffff;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8.9rem;
  margin-top: -8rem;
}
@media (max-width: 960px) {
  .wp-aroma-model {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 5.1rem;
    margin-top: -4rem;
  }
  .wp-aroma-model_floor {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-aroma-model_floor .button-more {
    padding: 0;
  }
}
.wp-aroma-access {
  background-color: #FAFAFA;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8rem;
  padding-bottom: 21rem;
  margin-top: -7.8rem;
}
@media (max-width: 960px) {
  .wp-aroma-access {
    padding-top: 5rem;
    padding-bottom: 8rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
.wp-aroma-access_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-aroma-access_box--item:nth-child(1) {
  width: 100%;
}
.wp-aroma-access_box--item:nth-child(2) {
  width: calc(100% - 60rem);
  padding-right: 7rem;
}
.wp-aroma-access_box--item:nth-child(3) {
  width: 60rem;
  height: 38.3rem;
  overflow: hidden;
  border-radius: 3rem;
}
.wp-aroma-access_box--item:nth-child(3) iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-access_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-aroma-access_box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-aroma-access_box--item:nth-child(1) {
    width: 100%;
  }
  .wp-aroma-access_box--item:nth-child(2) {
    width: 100%;
    padding-right: 0rem;
  }
  .wp-aroma-access_box--item:nth-child(3) {
    width: 100%;
    height: 20.7rem;
    margin-top: 2rem;
  }
}

.wp-block-link .icon-hp {
  display: inline-block;
  padding-right: 3.5rem;
  background-image: url(../img/tomio/tomio-hp-03.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  padding-bottom: 0.2rem;
}

.wp-aroma-title {
  text-align: center;
  margin-bottom: 4.2rem;
}
.wp-aroma-title span {
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0.15rem;
  line-height: 150%;
  font-weight: 700;
  display: block;
}
.wp-aroma-title span.en {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C2AE87;
  background: url(../img/line_title.png) no-repeat center bottom;
  background-size: 11.3rem;
  padding-bottom: 2.8rem;
}
.wp-aroma-title span.jp {
  letter-spacing: 0.8rem;
}
@media (max-width: 960px) {
  .wp-aroma-title {
    margin-bottom: 1.4rem;
  }
  .wp-aroma-title span {
    font-size: 2.9rem;
  }
  .wp-aroma-title span.en {
    font-size: 1.4rem;
    background-size: 8.7rem;
    padding-bottom: 2rem;
  }
  .wp-aroma-title span.jp {
    margin-top: 1rem;
    letter-spacing: 0.6rem;
  }
}

.wp-aroma-table {
  width: 100%;
  border-spacing: 0px;
}
.wp-aroma-table td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  vertical-align: middle;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.25rem;
  border-bottom: 0.3rem solid #E8E8E8;
}
.wp-aroma-table td:last-child {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.wp-aroma-table td:first-child {
  width: 11.5rem;
}
.wp-aroma-table td .button {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2.5rem;
  background-color: #C1AF87;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0rem;
  transition: ease all 0.35s;
}
.wp-aroma-table td .button:hover {
  background-color: #917E51;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-table td .button {
    font-size: 12px;
    width: 100px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-table td {
    font-size: 12px;
  }
  .wp-aroma-table td:first-child {
    width: 16rem;
  }
}
@media (max-width: 960px) {
  .wp-aroma-table td {
    vertical-align: top;
  }
  .wp-aroma-table td:first-child {
    letter-spacing: 0.1rem;
  }
  .wp-aroma-table td:last-child {
    letter-spacing: 0;
  }
  .wp-aroma-table tr:last-child td:last-child span {
    display: block;
    width: calc(100% + 1rem);
  }
}

.wp-aroma-titlesub {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3rem;
  text-align: center;
  margin-bottom: 8.2rem;
}
.wp-aroma-titlesub span {
  font-size: 2.2rem;
  color: #917E51;
  font-weight: bold;
  line-height: 172%;
  display: inline;
  letter-spacing: 0.18rem;
  position: relative;
  background: linear-gradient(transparent 60%, rgba(193, 175, 135, 0.2) 60%);
}
@media (max-width: 960px) {
  .wp-aroma-titlesub {
    margin-top: 3rem;
    margin-bottom: 3.9rem;
  }
  .wp-aroma-titlesub span {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}

.button--title {
  width: 30rem;
  height: 8rem;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(193, 175, 135, 0.11);
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  letter-spacing: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.button--title strong {
  font-weight: 900;
}
@media (max-width: 960px) {
  .button--title {
    width: 20rem;
    height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}

.wp-aroma-model_floor_box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.wp-aroma-model_floor_box-item {
  flex-basis: calc(50% - 1rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-model_floor_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-aroma-model_floor_box {
    margin-top: 3.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-aroma-model_floor_box {
    gap: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-aroma-model_floor_box-item {
    flex-basis: 100%;
  }
  .wp-aroma-model_floor_box-item img {
    width: 100%;
  }
}

.wp-aroma-model_point {
  padding-top: 15.3rem;
  padding-bottom: 19rem;
}
@media (max-width: 960px) {
  .wp-aroma-model_point {
    padding-top: 6.5rem;
    padding-bottom: 8.3rem;
  }
  .wp-aroma-model_point .button-more a {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
  }
}
.wp-aroma-model_point_box {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.5rem;
}
.wp-aroma-model_point_box .box {
  max-width: 37rem;
  margin-left: auto;
  margin-right: 0;
}
.wp-aroma-model_point_box .box-number {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.wp-aroma-model_point_box .box-number .num {
  width: 12.5rem;
  height: 12rem;
  font-size: 3.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  background-image: url(../img/tomio/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.5rem;
}
.wp-aroma-model_point_box .box-number .txt {
  min-width: 7.9rem;
  background-color: #C1AF87;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0px 1.7rem;
  margin-bottom: 1rem;
}
.wp-aroma-model_point_box .box-number .gp-dflex .f2 {
  min-width: 5rem;
}
.wp-aroma-model_point_box .box-number .gp-dflex strong {
  margin-right: 1.1rem;
}
.wp-aroma-model_point_box .box-number .gp-dflex strong:last-child {
  margin-right: 0;
}
.wp-aroma-model_point_box .box-title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.22rem;
}
.wp-aroma-model_point_box .box-desc {
  max-width: 34.4rem;
  margin-top: 1.6rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
.wp-aroma-model_point_box .box-note {
  background-color: #C1AF87;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 1.8rem;
}
.wp-aroma-model_point_box .box-note strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding-bottom: 1.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #ffffff;
}
.wp-aroma-model_point_box .box-note p {
  font-size: 1.8rem;
  line-height: 220%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-aroma-model_point_box {
    max-width: 135rem;
  }
  .wp-aroma-model_point_box .box {
    max-width: calc(100% - 2rem);
  }
  .wp-aroma-model_point_box .box-desc {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .wp-aroma-model_point_box {
    margin-top: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-aroma-model_point_box .box {
    max-width: 100%;
    margin-right: auto;
  }
  .wp-aroma-model_point_box .box-number {
    margin-bottom: 1.4rem;
  }
  .wp-aroma-model_point_box .box-number .num {
    width: 7rem;
    height: 6.7rem;
    font-size: 1.9rem;
    background-size: 7rem;
  }
  .wp-aroma-model_point_box .box-number .txt {
    margin-bottom: 0.5rem;
  }
  .wp-aroma-model_point_box .box-desc {
    max-width: 100%;
  }
  .wp-aroma-model_point_box .box-note {
    margin-top: 2rem;
    padding-bottom: 3.4rem;
  }
  .wp-aroma-model_point_box .box-note p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.17rem;
  }
}

.wp-aroma-model_point_box-inner {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  margin-bottom: 7.3rem;
}
.wp-aroma-model_point_box-inner--item:first-child {
  flex-basis: 44rem;
}
.wp-aroma-model_point_box-inner--item:last-child {
  flex-basis: calc(100% - 46.7rem);
}
.wp-aroma-model_point_box-inner--item picture.active {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1), 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
}
.wp-aroma-model_point_box-inner:nth-child(2n) .wp-aroma-model_point_box-inner--item:nth-child(1) {
  order: 1;
}
.wp-aroma-model_point_box-inner:nth-child(2n) .wp-aroma-model_point_box-inner--item:nth-child(1) .box {
  margin-left: 0;
  margin-right: auto;
}
.wp-aroma-model_point_box-inner:nth-child(2n) .wp-aroma-model_point_box-inner--item:nth-child(2) {
  order: 0;
}
.wp-aroma-model_point_box-inner:last-child .box-note p {
  letter-spacing: 0.09rem;
}
@media (max-width: 960px) {
  .wp-aroma-model_point_box-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .wp-aroma-model_point_box-inner--item:first-child {
    flex-basis: 100%;
    order: 1;
  }
  .wp-aroma-model_point_box-inner--item:last-child {
    flex-basis: 100%;
    order: 0;
  }
  .wp-aroma-model_point_box-inner--item picture.active {
    width: 100%;
    vertical-align: top;
    box-shadow: inherit;
  }
  .wp-aroma-model_point_box-inner--item picture.active img {
    width: 100%;
  }
}

.wp-block-video--title {
  width: 100%;
  max-width: 153.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 8;
  transform: translateX(-50%);
  padding-top: 13rem;
  padding-bottom: 7rem;
}
.wp-block-video--title .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wp-block-video--title picture.txt img {
  width: 51rem;
}
.wp-block-video--title picture.house img {
  width: 25.2rem;
}
.wp-block-video--title .txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 175%;
  letter-spacing: 0.13rem;
  margin-top: 2.3rem;
}
@media (max-width: 960px) {
  .wp-block-video--title {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-block-video--title {
    height: 95vh;
    padding-bottom: 10rem;
  }
}
@media (max-width: 960px) {
  .wp-block-video--title picture.txt img {
    width: 32.5rem;
  }
  .wp-block-video--title picture.house img {
    width: 15.2rem;
    position: relative;
    left: -1.5rem;
  }
  .wp-block-video--title .txt {
    font-size: 1.4rem;
    line-height: 175%;
    margin-top: 0.9rem;
  }
}

.wp-contact-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
}

.wp-contact-box {
  margin-right: 1.2rem;
  padding-bottom: 1.8rem;
}
.wp-contact-box img {
  width: 18rem;
}
@media (max-width: 960px) {
  .wp-contact-box {
    margin-right: 0;
    padding-bottom: 0;
  }
  .wp-contact-box img {
    width: 13.5rem;
  }
}

.wp-pagetop-box img {
  width: 3.8rem;
}
@media (max-width: 960px) {
  .wp-pagetop-box img {
    width: 4.3rem;
  }
}

.button-more {
  padding: 0 2.5rem;
}
.button-more a {
  background: #FFF46E url(../img/tomio/icon_read_more.png) no-repeat center right 7.6rem;
  background-size: 2.1rem;
  width: 100%;
  max-width: 46rem;
  height: 10.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.2rem;
  padding-right: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.5rem auto 0;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  transition: all 0.35s;
}
.button-more a:hover {
  background-color: #917E51;
  background-image: url(../img/tomio/icon_read_more_02.png);
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .button-more a {
    height: 7.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    background-size: 1.6rem;
    background-position: center right 4.7rem;
    margin: 5.7rem auto 0;
  }
}

.wp-aroma-video .wp-aroma-video__fv {
  width: 100%;
  height: 100vh;
}
.wp-aroma-video .wp-aroma-video__fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wp-aroma-video .wp-block-video--title picture.txt img {
  width: 38rem;
}

@media (max-width: 960px) {
  .wp-aroma-video .wp-block-video--title_sub {
    display: none;
  }
}
.wp-aroma-hp_box--inner:nth-child(1) picture:nth-child(1) {
  margin-bottom: 2rem;
}
.wp-aroma-hp_box--inner:nth-child(1) picture:nth-child(2) {
  display: block;
  text-align: center;
}
.wp-aroma-hp_box--inner:nth-child(1) picture:nth-child(2) img {
  width: 32.7rem;
}
@media (max-width: 960px) {
  .wp-aroma-hp_box--inner:nth-child(1) picture:nth-child(2) img {
    width: 18.7rem;
  }
}

.wp-aroma-model_floor .button-more a,
.wp-aroma-model .button-more a {
  background-color: #366358;
  color: #fff;
  background-image: url(../img/tomio/icon_read_more_02.png);
}
.wp-aroma-model_floor .button-more a:hover,
.wp-aroma-model .button-more a:hover {
  background-color: #917E51;
}

.wp-aroma-model_point_box .box-note {
  background-color: #7D9986;
  position: relative;
  padding: 2.7rem 1.5rem 2.7rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-aroma-model_point_box .box-note .box-note__txt {
  width: 55%;
}
.wp-aroma-model_point_box .box-note p {
  font-size: 1.1rem;
  line-height: 150%;
}
.wp-aroma-model_point_box .box-note p span {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.25rem 1.1rem;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  color: #C1AF87;
}
.wp-aroma-model_point_box .box-note picture {
  display: block;
  width: 38%;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.wp-aroma-model_point_box .box-note picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .wp-aroma-model_point_box .box-note {
    padding-left: 1.8rem;
  }
  .wp-aroma-model_point_box .box-note .box-note__txt {
    width: 60%;
  }
  .wp-aroma-model_point_box .box-note strong {
    font-weight: 400;
  }
  .wp-aroma-model_point_box .box-note p {
    font-size: 1.2rem;
  }
  .wp-aroma-model_point_box .box-note p span {
    padding: 0.25rem 0.1rem;
    font-size: 1rem;
  }
  .wp-aroma-model_point_box .box-note picture {
    width: 30%;
  }
}
.wp-aroma-model_point_box-inner:nth-child(odd) .box-note::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #7D9986;
  z-index: 0;
}

.wp-aroma-model_point_box-inner:nth-child(even) .box-note {
  flex-direction: row-reverse;
}
.wp-aroma-model_point_box-inner:nth-child(even) .box-note::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #7D9986;
  z-index: 0;
}

@media (max-width: 960px) {
  .wp-aroma-model_point_box-inner:nth-child(n) .box-note {
    flex-direction: row;
  }
  .wp-aroma-model_point_box-inner:nth-child(n) .box-note::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #7D9986;
    z-index: 0;
  }
}
@media screen and (max-width: 750px) {
  .contact .c-campaign {
    padding: 5% 0 !important;
  }
  .contact .c-accordion-btn-wrapper {
    padding: 0.5rem 0 0;
  }
  .contact .c-accordion-btn {
    font-size: 1.2rem;
  }
  .contact .c-campaign_title {
    font-size: 1.5rem;
  }
  .contact .c-campaign_text {
    font-size: 1rem;
  }
}
body.bg-white {
  background-color: #000;
}

.wp-unico-video {
  position: relative;
  width: 100%;
  background-color: #917E51;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wp-unico-video::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 0;
  height: 38.5rem;
  background: linear-gradient(0deg, rgb(67, 58, 52) 0%, rgba(250, 248, 242, 0) 100%);
}
.wp-unico-video .mainview {
  width: 100%;
  height: 100vh;
}
.wp-unico-video .mainview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-unico-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 960px) {
  .wp-unico-video .mainview {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-unico-video .mainview {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-unico-video video {
    height: 81.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-unico-video video {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  .wp-unico-video::before {
    height: 41.8rem;
    background: linear-gradient(0deg, rgba(67, 58, 52, 0.8) 0%, rgba(250, 248, 242, 0) 100%);
  }
}
.wp-unico-hp {
  background-color: #FAFAFA;
  padding-top: 13.5rem;
  padding-bottom: 18rem;
  background-image: url(../img/tomio/tomio-hp-02.png);
  background-position: right -50.5rem bottom -0.5rem;
  background-repeat: no-repeat;
  background-size: 188rem;
}
@media (max-width: 960px) {
  .wp-unico-hp {
    padding-top: 4rem;
    padding-bottom: 8.3rem;
    background-size: 115.7rem;
    background-position: right -37.8rem bottom -8rem;
  }
}
.wp-unico-hp--title {
  color: #000000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.3rem;
}
@media (max-width: 960px) {
  .wp-unico-hp--title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 135%;
  }
}
.wp-unico-hp--desc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.12rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-hp--desc {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .wp-unico-hp--desc {
    line-height: 200%;
    text-align: justify;
    margin-top: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
.wp-unico-hp_box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .wp-unico-hp_box {
    flex-wrap: wrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.wp-unico-hp_box--inner {
  width: 60rem;
}
.wp-unico-hp_box--inner:nth-child(1) picture {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 960px) {
  .wp-unico-hp_box--inner:nth-child(1) {
    font-size: 0;
    line-height: 100%;
    margin-bottom: 3rem;
  }
}
.wp-unico-hp_box--inner:nth-child(2) {
  padding-left: 13rem;
  width: calc(100% - 60rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-hp_box--inner:nth-child(2) {
    padding-left: 10rem;
  }
}
.wp-unico-hp_box--inner:nth-child(2) picture {
  margin-bottom: 4.7rem;
  display: inline-block;
}
.wp-unico-hp_box--inner:nth-child(2) picture img {
  width: 36.7rem;
}
@media (max-width: 960px) {
  .wp-unico-hp_box--inner:nth-child(2) picture {
    margin-bottom: 2.2rem;
  }
  .wp-unico-hp_box--inner:nth-child(2) picture img {
    width: 23.5rem;
  }
}
@media (max-width: 960px) {
  .wp-unico-hp_box--inner {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-unico-hp_box--inner:nth-child(2) {
    padding: 0;
    width: 100%;
    max-width: 37.5rem;
  }
}
.wp-unico-hp .wp-block-link a {
  width: 35rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-hp .wp-block-link a {
    width: 38rem;
  }
}
@media (max-width: 960px) {
  .wp-unico-hp .wp-block-link a {
    width: 100%;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-unico-model {
  background-color: #ffffff;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8.9rem;
  margin-top: -8rem;
}
@media (max-width: 960px) {
  .wp-unico-model {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 5.1rem;
    margin-top: -4rem;
  }
  .wp-unico-model_floor {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-unico-model_floor .button-more {
    padding: 0;
  }
}
.wp-unico-access {
  background-color: #FAFAFA;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  padding-top: 8rem;
  padding-bottom: 21rem;
  margin-top: -7.8rem;
}
@media (max-width: 960px) {
  .wp-unico-access {
    padding-top: 5rem;
    padding-bottom: 8rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
.wp-unico-access_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-unico-access_box--item:nth-child(1) {
  width: 100%;
}
.wp-unico-access_box--item:nth-child(2) {
  width: calc(100% - 60rem);
  padding-right: 7rem;
}
.wp-unico-access_box--item:nth-child(3) {
  width: 60rem;
  height: 38.3rem;
  overflow: hidden;
  border-radius: 3rem;
}
.wp-unico-access_box--item:nth-child(3) iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-access_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-unico-access_box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-unico-access_box--item:nth-child(1) {
    width: 100%;
  }
  .wp-unico-access_box--item:nth-child(2) {
    width: 100%;
    padding-right: 0rem;
  }
  .wp-unico-access_box--item:nth-child(3) {
    width: 100%;
    height: 20.7rem;
    margin-top: 2rem;
  }
}

.wp-block-link .icon-hp {
  display: inline-block;
  padding-right: 3.5rem;
  background-image: url(../img/tomio/tomio-hp-03.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  padding-bottom: 0.2rem;
}

.wp-unico-title {
  text-align: center;
  margin-bottom: 4.2rem;
}
.wp-unico-title span {
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0.15rem;
  line-height: 150%;
  font-weight: 700;
  display: block;
}
.wp-unico-title span.en {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C2AE87;
  background: url(../img/line_title.png) no-repeat center bottom;
  background-size: 11.3rem;
  padding-bottom: 2.8rem;
}
.wp-unico-title span.jp {
  letter-spacing: 0.8rem;
}
@media (max-width: 960px) {
  .wp-unico-title {
    margin-bottom: 1.4rem;
  }
  .wp-unico-title span {
    font-size: 2.9rem;
  }
  .wp-unico-title span.en {
    font-size: 1.4rem;
    background-size: 8.7rem;
    padding-bottom: 2rem;
  }
  .wp-unico-title span.jp {
    margin-top: 1rem;
    letter-spacing: 0.6rem;
  }
}

.wp-unico-table {
  width: 100%;
  border-spacing: 0px;
}
.wp-unico-table td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  vertical-align: middle;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.25rem;
  border-bottom: 0.3rem solid #E8E8E8;
}
.wp-unico-table td:last-child {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.wp-unico-table td:first-child {
  width: 11.5rem;
}
.wp-unico-table td .button {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2.5rem;
  background-color: #C1AF87;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0rem;
  transition: ease all 0.35s;
}
.wp-unico-table td .button:hover {
  background-color: #917E51;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-table td .button {
    font-size: 12px;
    width: 100px;
    height: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-table td {
    font-size: 12px;
  }
  .wp-unico-table td:first-child {
    width: 16rem;
  }
}
@media (max-width: 960px) {
  .wp-unico-table td {
    vertical-align: top;
  }
  .wp-unico-table td:first-child {
    letter-spacing: 0.1rem;
  }
  .wp-unico-table td:last-child {
    letter-spacing: 0;
  }
  .wp-unico-table tr:last-child td:last-child span {
    display: block;
    width: calc(100% + 1rem);
  }
}

.wp-unico-titlesub {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3rem;
  text-align: center;
  margin-bottom: 8.2rem;
}
.wp-unico-titlesub span {
  font-size: 2.2rem;
  color: #917E51;
  font-weight: bold;
  line-height: 172%;
  display: inline;
  letter-spacing: 0.18rem;
  position: relative;
  background: linear-gradient(transparent 60%, rgba(193, 175, 135, 0.2) 60%);
}
@media (max-width: 960px) {
  .wp-unico-titlesub {
    margin-top: 3rem;
    margin-bottom: 3.9rem;
  }
  .wp-unico-titlesub span {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}

.button--title {
  width: 30rem;
  height: 8rem;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(193, 175, 135, 0.11);
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  letter-spacing: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.button--title strong {
  font-weight: 900;
}
@media (max-width: 960px) {
  .button--title {
    width: 20rem;
    height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}

.wp-unico-model_floor_box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.wp-unico-model_floor_box-item {
  flex-basis: calc(50% - 1rem);
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-model_floor_box {
    max-width: 135rem;
  }
}
@media (max-width: 960px) {
  .wp-unico-model_floor_box {
    margin-top: 3.2rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-unico-model_floor_box {
    gap: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-unico-model_floor_box-item {
    flex-basis: 100%;
  }
  .wp-unico-model_floor_box-item img {
    width: 100%;
  }
}

.wp-unico-model_point {
  padding-top: 15.3rem;
  padding-bottom: 19rem;
}
@media (max-width: 960px) {
  .wp-unico-model_point {
    padding-top: 6.5rem;
    padding-bottom: 8.3rem;
  }
  .wp-unico-model_point .button-more a {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
  }
}
.wp-unico-model_point_box {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.5rem;
}
.wp-unico-model_point_box .box {
  max-width: 37rem;
  margin-left: auto;
  margin-right: 0;
}
.wp-unico-model_point_box .box-number {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.wp-unico-model_point_box .box-number .num {
  width: 12.5rem;
  height: 12rem;
  font-size: 3.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  color: #C1AF87;
  background-image: url(../img/tomio/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.5rem;
}
.wp-unico-model_point_box .box-number .txt {
  min-width: 7.9rem;
  background-color: #C1AF87;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0px 1.7rem;
  margin-bottom: 1rem;
}
.wp-unico-model_point_box .box-number .gp-dflex .f2 {
  min-width: 5rem;
}
.wp-unico-model_point_box .box-number .gp-dflex strong {
  margin-right: 1.1rem;
}
.wp-unico-model_point_box .box-number .gp-dflex strong:last-child {
  margin-right: 0;
}
.wp-unico-model_point_box .box-title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.22rem;
}
.wp-unico-model_point_box .box-desc {
  max-width: 34.4rem;
  margin-top: 1.6rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
.wp-unico-model_point_box .box-note {
  background-color: #C1AF87;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 1.8rem;
}
.wp-unico-model_point_box .box-note strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding-bottom: 1.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #ffffff;
}
.wp-unico-model_point_box .box-note p {
  font-size: 1.8rem;
  line-height: 220%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .wp-unico-model_point_box {
    max-width: 135rem;
  }
  .wp-unico-model_point_box .box {
    max-width: calc(100% - 2rem);
  }
  .wp-unico-model_point_box .box-desc {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .wp-unico-model_point_box {
    margin-top: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wp-unico-model_point_box .box {
    max-width: 100%;
    margin-right: auto;
  }
  .wp-unico-model_point_box .box-number {
    margin-bottom: 1.4rem;
  }
  .wp-unico-model_point_box .box-number .num {
    width: 7rem;
    height: 6.7rem;
    font-size: 1.9rem;
    background-size: 7rem;
    font-weight: 700;
  }
  .wp-unico-model_point_box .box-number .txt {
    margin-bottom: 0.5rem;
  }
  .wp-unico-model_point_box .box-desc {
    max-width: 100%;
  }
  .wp-unico-model_point_box .box-note {
    margin-top: 2rem;
    padding-bottom: 3.4rem;
  }
  .wp-unico-model_point_box .box-note p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.17rem;
  }
}

.wp-unico-model_point_box-inner {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  margin-bottom: 7.3rem;
}
.wp-unico-model_point_box-inner--item:first-child {
  flex-basis: 44rem;
}
.wp-unico-model_point_box-inner--item:last-child {
  flex-basis: calc(100% - 46.7rem);
}
.wp-unico-model_point_box-inner--item picture.active {
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1), 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
}
.wp-unico-model_point_box-inner:nth-child(2n) .wp-unico-model_point_box-inner--item:nth-child(1) {
  order: 1;
}
.wp-unico-model_point_box-inner:nth-child(2n) .wp-unico-model_point_box-inner--item:nth-child(1) .box {
  margin-left: 0;
  margin-right: auto;
}
.wp-unico-model_point_box-inner:nth-child(2n) .wp-unico-model_point_box-inner--item:nth-child(2) {
  order: 0;
}
.wp-unico-model_point_box-inner:last-child .box-note p {
  letter-spacing: 0.09rem;
}
@media (max-width: 960px) {
  .wp-unico-model_point_box-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .wp-unico-model_point_box-inner--item:first-child {
    flex-basis: 100%;
    order: 1;
  }
  .wp-unico-model_point_box-inner--item:last-child {
    flex-basis: 100%;
    order: 0;
  }
  .wp-unico-model_point_box-inner--item picture.active {
    width: 100%;
    vertical-align: top;
    box-shadow: inherit;
  }
  .wp-unico-model_point_box-inner--item picture.active img {
    width: 100%;
  }
}

.wp-block-video--title {
  width: 100%;
  max-width: 153.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 8;
  transform: translateX(-50%);
  padding-top: 13rem;
  padding-bottom: 7rem;
}
.wp-block-video--title .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wp-block-video--title picture.txt img {
  width: 51rem;
}
.wp-block-video--title picture.house img {
  width: 25.2rem;
}
.wp-block-video--title .txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 175%;
  letter-spacing: 0.13rem;
  margin-top: 2.3rem;
}
@media (max-width: 960px) {
  .wp-block-video--title {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 960px) and (max-width: 750px) {
  .wp-block-video--title {
    height: 95vh;
    padding-bottom: 10rem;
  }
}
@media (max-width: 960px) {
  .wp-block-video--title picture.txt img {
    width: 32.5rem;
  }
  .wp-block-video--title picture.house img {
    width: 15.2rem;
    position: relative;
    left: -1.5rem;
  }
  .wp-block-video--title .txt {
    font-size: 1.4rem;
    line-height: 175%;
    margin-top: 0.9rem;
  }
}

.wp-contact-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
}

.wp-contact-box {
  margin-right: 1.2rem;
  padding-bottom: 1.8rem;
}
.wp-contact-box img {
  width: 18rem;
}
@media (max-width: 960px) {
  .wp-contact-box {
    margin-right: 0;
    padding-bottom: 0;
  }
  .wp-contact-box img {
    width: 13.5rem;
  }
}

.wp-pagetop-box img {
  width: 3.8rem;
}
@media (max-width: 960px) {
  .wp-pagetop-box img {
    width: 4.3rem;
  }
}

.button-more {
  padding: 0 2.5rem;
}
.button-more a {
  background: #FFF46E url(../img/tomio/icon_read_more.png) no-repeat center right 7.6rem;
  background-size: 2.1rem;
  width: 100%;
  max-width: 46rem;
  height: 10.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.2rem;
  padding-right: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.5rem auto 0;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  transition: all 0.35s;
}
.button-more a:hover {
  background-color: #917E51;
  background-image: url(../img/tomio/icon_read_more_02.png);
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .button-more a {
    height: 7.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    background-size: 1.6rem;
    background-position: center right 4.7rem;
  }
}

.wp-unico-video .wp-unico-video__fv {
  width: 100%;
  height: 100vh;
}
.wp-unico-video .wp-unico-video__fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #aaa;
}
.wp-unico-video .wp-block-video--title_box {
  width: 26%;
  text-align: center;
}
.wp-unico-video .wp-block-video--title_box .txt {
  margin-bottom: 3rem;
}

@media (max-width: 960px) {
  .wp-unico-video .wp-unico-video__fv img {
    object-position: left center;
  }
  .wp-unico-video .wp-block-video--title_box {
    width: auto;
  }
  .wp-unico-video .wp-block-video--title_box .txt {
    margin-bottom: 1.5rem;
  }
}
.wp-unico-hp_box--inner:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
.wp-unico-hp_box--inner:nth-child(1) picture:nth-child(1) {
  display: block;
  text-align: center;
  border-radius: 0;
}
.wp-unico-hp_box--inner:nth-child(1) picture:nth-child(1) img {
  width: 32.7rem;
}
@media (max-width: 960px) {
  .wp-unico-hp_box--inner:nth-child(1) picture:nth-child(1) img {
    width: 18.7rem;
  }
}

@media (max-width: 960px) {
  .wp-unico-hp_box--inner:nth-child(1) {
    flex-direction: column-reverse;
  }
}
.wp-unico-model_floor .button-more a,
.wp-unico-model .button-more a {
  background-color: #841C50;
  color: #fff;
  background-image: url(../img/tomio/icon_read_more_02.png);
}
.wp-unico-model_floor .button-more a:hover,
.wp-unico-model .button-more a:hover {
  background-color: #917E51;
}

.wp-unico-model_point_box-inner {
  position: relative;
}

.wp-unico-model_point_box-inner:nth-child(1):after {
  content: "";
  width: 30rem;
  height: 23rem;
  background: url(../img/unico/arrow_long.png) center center/contain no-repeat;
  position: absolute;
  top: 13rem;
  left: 45rem;
}
.wp-unico-model_point_box-inner:nth-child(2):after {
  content: "";
  width: 9rem;
  height: 6rem;
  background: url(../img/unico/arrow_short.png) center center/contain no-repeat;
  transform: scale(-1, -1) rotate(20deg);
  position: absolute;
  bottom: 2rem;
  right: 45rem;
}
.wp-unico-model_point_box-inner:nth-child(3):after {
  content: "";
  width: 9rem;
  height: 6rem;
  background: url(../img/unico/arrow_short.png) center center/contain no-repeat;
  position: absolute;
  bottom: 10rem;
  left: 44rem;
}
.wp-unico-model_point_box-inner:nth-child(4):after {
  content: "";
  width: 20rem;
  height: 16rem;
  background: url(../img/unico/arrow_long.png) center center/contain no-repeat;
  transform: scale(-1, 1) rotate(20deg);
  position: absolute;
  bottom: 6rem;
  right: 47rem;
}
.wp-unico-model_point_box-inner:nth-child(5):after {
  content: "";
  width: 9rem;
  height: 6rem;
  background: url(../img/unico/arrow_short.png) center center/contain no-repeat;
  position: absolute;
  bottom: 8rem;
  left: 44rem;
}

@media (max-width: 960px) {
  .wp-unico-model_point_box-inner:nth-child(1):after {
    width: 26rem;
    height: 30rem;
    transform: rotate(-25deg);
    top: 27rem;
    left: 3rem;
  }
  .wp-unico-model_point_box-inner:nth-child(2):after {
    width: 7rem;
    height: 4rem;
    transform: rotate(-25deg);
    top: 54rem;
    bottom: auto;
    right: auto;
    left: 24rem;
  }
  .wp-unico-model_point_box-inner:nth-child(3):after {
    width: 7rem;
    height: 4rem;
    transform: rotate(-70deg);
    top: 51rem;
    bottom: auto;
    left: 9rem;
  }
  .wp-unico-model_point_box-inner:nth-child(4):after {
    width: 9rem;
    height: 5rem;
    background: url(../img/unico/arrow_short.png) center center/contain no-repeat;
    transform: rotate(-30deg);
    top: 49.5rem;
    bottom: auto;
    right: auto;
    left: 8rem;
  }
  .wp-unico-model_point_box-inner:nth-child(5):after {
    width: 8rem;
    height: 5rem;
    top: 50rem;
    bottom: auto;
    transform: rotate(-30deg);
    left: 0rem;
  }
}
@media (max-width: 750px) {
  .wp-unico-model_point_box-inner:nth-child(1):after {
    width: 17rem;
    height: 13rem;
    top: 37rem;
    left: 2rem;
  }
  .wp-unico-model_point_box-inner:nth-child(2):after {
    width: 6rem;
    height: 3rem;
    top: 48rem;
    right: auto;
    left: 14rem;
  }
  .wp-unico-model_point_box-inner:nth-child(3):after {
    width: 6rem;
    height: 3rem;
    top: 43rem;
    left: 5rem;
  }
  .wp-unico-model_point_box-inner:nth-child(4):after {
    width: 6rem;
    height: 4rem;
    top: 42.5rem;
    left: 5rem;
  }
  .wp-unico-model_point_box-inner:nth-child(5):after {
    width: 6rem;
    height: 4rem;
    top: 46rem;
    left: 0rem;
  }
}
.wp-unico-model_point_box .box-note {
  background-color: #9F5249;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.wp-unico-model_point_box .box-note .box-note__txt {
  padding: 0 0 0 1rem;
  width: 52%;
}
.wp-unico-model_point_box .box-note .box-note__txt p {
  margin-bottom: 1rem;
}
.wp-unico-model_point_box .box-note .box-note__txt strong {
  margin: 0;
  padding: 0;
  padding-right: 1.1rem;
  padding-top: 0.5rem;
  text-align-last: right;
  border-bottom: 0;
  font-weight: 400;
}
.wp-unico-model_point_box .box-note .box-note__size {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.7rem 1.1rem 0.7rem 0.1rem;
  width: 100%;
  text-align: right;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 160%;
  color: #9F5249;
  border-radius: 1rem 0 0 0;
}
.wp-unico-model_point_box .box-note p {
  font-size: 1.1rem;
  line-height: 150%;
}
.wp-unico-model_point_box .box-note picture {
  display: block;
  width: 48%;
  height: 100%;
  background-color: #fff;
}
.wp-unico-model_point_box .box-note picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .wp-unico-model_point_box .box-desc {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .contact .c-campaign {
    padding: 5% 0 !important;
  }
  .contact .c-accordion-btn-wrapper {
    padding: 0.5rem 0 0;
  }
  .contact .c-accordion-btn {
    font-size: 1.2rem;
  }
  .contact .c-campaign_title {
    font-size: 1.5rem;
  }
  .contact .c-campaign_text {
    font-size: 1rem;
  }
}
.contact {
  margin-top: -8rem;
  background: #EAE6D6;
  border-radius: 8rem 8rem 0 0;
  padding: 8rem 0 20rem;
  margin-bottom: -10rem;
}
@media (max-width: 1270px) and (min-width: 960.5px) {
  .contact .grid-1160 {
    max-width: 135rem;
  }
  .contact .p-form-group_head_text {
    font-weight: bold;
  }
}
.contact .p-form {
  background: #FFFFFF;
  border-radius: 2rem;
  padding-top: 5.8rem;
}
.contact .p-submit {
  transition: ease all 500ms;
}
.contact .p-submit:hover {
  background: #917E51;
}
.contact .p-form-group_head {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 400;
  border-bottom: #707070 solid 0.1rem;
  padding-bottom: 1rem;
}
.contact .c-required-plate {
  font-size: 1.4rem;
  background: #D15A5A;
  border-radius: 0.4rem;
  color: #FFFFFF;
  padding: 0.2rem 0.9rem;
  margin-left: 0.9rem;
}

.contact-title-01 {
  text-align: center;
  margin-bottom: 6.3rem;
}
.contact-title-01 span {
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 700;
  display: block;
}
.contact-title-01 span.en {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C2AE87;
  font-family: "Poppins", sans-serif;
  background: url(../img/line_title.png) no-repeat center bottom;
  background-size: 11.3rem;
  padding-bottom: 2.8rem;
}

.p-form-container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}

.p-form-card {
  position: relative;
  width: 100%;
  margin-top: -1.1rem;
  height: auto;
}

.p-form-card_label {
  width: 100%;
  height: 100%;
  padding: 1rem 1.4rem 4rem;
  display: inline-block;
  border-radius: 0.5rem;
  background: #fafafa;
  cursor: pointer;
}

.p-form-card_checkbox {
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  transform: translate(0, 0);
}

.p-form_input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.8rem 0 0;
  display: inline-block;
  border-radius: 0.5rem;
  position: relative;
  transform: translate(0, 0.5rem);
  border: 0.15rem solid #B9B9B9;
}
.p-form_input-checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_check.png) no-repeat center;
  background-size: 1.3rem;
  opacity: 0;
}
.p-form_input-checkbox:checked::before {
  opacity: 1;
}

.p-form-card_checkbox {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  transform: translate(0, 0);
  background: #C1AF87;
}

.p-form-card-thumbnail-l_name {
  text-align: left;
  padding-left: 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.p-form-card_content {
  display: flex;
  justify-content: center;
}
.p-form-card_content img {
  width: 17.7rem;
}

.p-form-card-thumbnail_checkbox {
  border-radius: 100%;
  left: 1.4rem;
  top: 1.4rem;
}

.p-form-card_checkbox::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: rotate(-45deg);
}

.p-form-group .p-form-card .p-form-card_checkbox:checked {
  background: #FFFFFF;
}
.p-form-group .p-form-card .p-form-card_checkbox:checked::after {
  background: #C1AF87;
}

.p-form-card-thumbnail_checkbox::before {
  content: none;
}
.p-form-card-thumbnail_checkbox::after {
  border: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-form-group .p-form-card .p-form-card_checkbox:checked + .p-form-card_label {
  color: #fff;
  background: #C1AF87;
}
.p-form-group dd {
  display: flex;
}

.p-form_textarea:focus,
.p-form_select:focus,
.p-form_input-text:focus {
  box-shadow: 0 0 0 3px #917E51 inset;
}

.formError .formErrorContent {
  background: #917E51;
  border-radius: unset;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #917E51;
}

.p-form-group_inner {
  padding-top: 3rem;
}
.p-form-group_inner.vs-03 {
  padding-top: 0;
  margin-top: -0.9rem;
  margin-bottom: -1.6rem;
}

.p-form-group {
  margin-bottom: 3rem;
}

.p-form-group.vs-01 .p-form-item dd {
  width: 39rem;
}

.u-font-size-80 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin: 1.9rem 0 2.6rem;
}

.p-form-item.vs-02 dl {
  display: flex;
  margin-bottom: 2rem;
}
.p-form-item.vs-02 dl:last-child {
  margin-bottom: 0;
}
.p-form-item.vs-02 dd {
  width: 39rem;
}

.vs-flatpickr {
  position: relative;
}
.vs-flatpickr::before {
  content: "";
  position: absolute;
  background: url(../img/icon_flatpickr.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  pointer-events: none;
}

@media (max-width: 1270px) and (min-width: 960.5px) {
  .u-font-size-80, .p-form-group_head_text, .p-form-bottom_text, .p-form-label, .p-form-item dt, .p-submit, .p-form_select, .p-form-card-thumbnail-l_name, .p-form_input-text {
    font-size: 12px;
  }
  .p-form_input-text, .p-form_select {
    height: 30px;
  }
  .contact .c-required-plate {
    font-size: 11px;
  }
  .p-form_input-text::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .contact {
    border-radius: 3rem 3rem 0 0;
    padding: 5rem 0 8rem;
    margin-bottom: -3rem;
    margin-top: -4rem;
  }
  .contact-title-01 {
    margin-bottom: 2.2rem;
  }
  .contact-title-01 span {
    font-size: 2.9rem;
  }
  .contact-title-01 span.en {
    font-size: 1.4rem;
    background-size: 8.8rem;
    padding-bottom: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .contact .p-form {
    border-radius: 1rem;
    padding-top: 2.7rem;
  }
  .p-form-card {
    margin-top: 0;
  }
  .p-form-card_label {
    padding: 1.2rem 1rem 3rem;
  }
  .p-form-card_content img {
    width: 15.4rem;
  }
  .p-form-card-thumbnail_checkbox {
    left: 1rem;
  }
  .p-form-card-thumbnail-l_name {
    margin-bottom: 2rem;
  }
  .p-form-item dt {
    width: 100%;
    margin-bottom: 0.9rem;
  }
  .p-form-item dd {
    width: 100%;
  }
  .p-form-item.vs-02 dl {
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
  }
  .p-form-item.vs-02 dd {
    width: 100%;
  }
  .p-form-group {
    margin-bottom: 3rem;
  }
  .p-form-group_inner {
    padding-top: 2rem;
  }
  .p-form-group_inner.vs-03 {
    margin-bottom: -1.5rem;
  }
  .p-form-bottom {
    padding: 0;
  }
  .u-font-size-80 {
    letter-spacing: 0.1rem;
    margin: 1rem 0 0;
  }
  .p-submit {
    width: 100%;
    padding: 2.015rem 0;
  }
  .p-submit-box {
    padding-top: 2rem;
  }
  .flatpickr-calendar.animate.open {
    left: 3.5rem !important;
  }
  .p-form-bottom_text {
    letter-spacing: 0.1rem;
    line-height: 145%;
  }
  .p-form_textarea {
    width: 100%;
    height: 6.3rem;
    line-height: 130%;
    margin-bottom: -0.3rem;
    letter-spacing: 0.1rem;
    padding-right: 1.6rem;
  }
  .formError {
    left: 3rem !important;
  }
  .formError .formErrorContent {
    font-size: 1.1rem;
  }
}
footer {
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

.gp_house_footer {
  width: 100%;
  position: relative;
  z-index: 12;
  background-color: #917E51;
  text-align: center;
  padding-top: 7.5rem;
  padding-bottom: 7.1rem;
}
.gp_house_footer--logo a {
  display: inline-block;
}
.gp_house_footer--bottom {
  margin-top: 3.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14rem;
}
.gp_house_footer--bottom a {
  display: inline-block;
  text-decoration: underline;
}
.gp_house_footer--bottom p {
  display: block;
  margin-top: 0.9rem;
}

.gp_house_footer--logo img {
  width: 15.3rem;
}

@media (max-width: 960px) {
  footer {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
  .gp_house_footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .gp_house_footer--logo img {
    width: 11.5rem;
  }
  .gp_house_footer--bottom {
    margin-top: 2.1rem;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.min.css.map */