@charset "utf-8";
 
@font-face {
    font-family: "OptimaLTPro-Roman";
    src: url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.eot");
    src: url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/b6718b05abed06cc4525f3a4ab71be65.svg#OptimaLTPro-Roman")format("svg");
}
 
 

 
@font-face {
  font-family: 'SukhumvitSet';
  src: url('./fonts/SukhumvitSet-Medium.woff2') format('woff2');
  font-weight: normal;  
  font-style: normal;
  font-display: swap;
}
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。 by omukai
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

.jp{
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Noto Serif JP","MS PMincho",serif;
  font-weight: normal;
}


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

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

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

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

:focus {
  outline: none;
}

:root {
  --primary: #5C685B;
  --secondary: #A98C6F; 
  --tertiary: #ffffff; 
}
body.palette2 {
  --primary: #333;
  --secondary: #9b9b9b;
  --tertiary: #F7f7f7;
}
html{
  font-size: 62.5%;
}


/*--------------------------------
common
--------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  
font-family: "OptimaLTPro-Roman" ,SukhumvitSet; 
  font-weight: 500; /* 400だと細すぎる端末がある */
 font-size: clamp(16px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #efe272;
}
a.is-inherit:hover {
  color: inherit;
}

button,
[type=submit],
[type=reset] {
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

strong {
  color: #efc100;
  font-weight: inherit;
}

sup,
sub {
  font-weight: normal;
  font-size: 0.625rem;
}

.vertical-text {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.fit-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

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

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.align-item-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.img-wrapper {
  position: relative;   padding: 20px;
}
.img-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  z-index: 1;
}

@media (max-width: 767px) {
.img-wrapper {
    padding: 0px;
}
}

@media (min-width: 768px) {
  .img-wrapper .caption.up {
    bottom: auto;
    top: 0;
  }
}

.inline-block {
  display: inline-block;
}

.grid-wrapper {
  display: grid;
}

.place-center {
  place-items: center;
}

.svg-symbol {
  display: none;
}

.layout-stack > * + * {
    margin-top: 32px;
}
.layout-stack-wide > * + * {
    margin-top: 60px;
}
.layout-stack-narrow > * + * {
    margin-top: 16px;
}
.layout-stack-min > * + * {
    margin-top: 8px;
}
/*--------------------------------
layout
--------------------------------*/
.wrapper {
  /* overflow: hidden; */
}

.container {
  position: relative;
}
body.has-header {
  padding-top: 85px;
}
body.has-header .header{
  transform: none;
}
body.has-header .page-heading-wrap{
  border-top: 1px solid #CBCBCB;
}
body.has-header .page-heading-wrap{
  border-top: 1px solid #CBCBCB;
}

.fix-content {
  position: relative;
}
@media (min-width: 768px) {
  .fix-content {
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
  }
  .fix-content.is-end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

.grid-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid-col2 {
    grid-template-columns: 1fr;
  }
  body.has-header {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .home .main-content {
    margin-left: 50vw;
    width: 50vw;
    min-height: 100vh;
  }
}

.is-screen {
  min-height: 100vh;
  overflow: hidden;
}

.is-sticky {
  max-height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .is-sticky {
    position: relative;
  }
}

.inner {
  margin: 0 auto;
  width: min(100% - 48px, 93%);
  max-width: 1200px;
}
.new-inner{
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1200px;
}
.inner-narrow {
  max-width: 878px;
}

.inner-half {
  max-width: 600px;
}

.inner-mid {
  max-width: 1400px;
}
.inner-wide {
  max-width: 1500px;
}

.inner-fit {
  width: 100%;
  max-width: none;
}

.inner-full {
  max-width: none;
}



.general-section {
  position: relative;
}

.general-section .new-inner {
  padding: 80px 0;
}
.general-section .new-inner.pd-wide {
  padding: 160px 0;
}
.general-section .inner {
  padding: 60px 0;
}
.general-section .inner + .inner {
  padding-top: 0;
}
.general-section .new-inner + .new-inner {
  padding-top: 0;
}
.general-section .inner.mb-0 {
  padding-bottom: 0;
}
.general-section .inner-min {
  padding: clamp(16px, 3vw, 40px) 0;
}

.general-parts {
  margin-bottom: clamp(16px, 6vw, 40px);
}

.btn-space {
  margin: clamp(16px, 3vw, 40px) 0;
  text-align: center;
}

.has-gap {
  gap: 32px;
}
@media (max-width: 991px) {
  .has-gap {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .general-section .inner {
    padding: 40px 0;
  }
  .general-section .new-inner.pd-wide {
    padding: 60px 0;
  }
  .new-inner{
    width: calc(100% - 32px);
  }
  .new-inner.inner-fit{
    width: 100%;
  }
  .general-section .new-inner {
    padding: 40px 0;
  }
  .general-section .inner.inner-fit.inner-right {
    width: calc(100% - 66px);
    margin:  0 0 0 auto;
    padding-right: 16px;
  }
}

.col-2 {
  width: 50%;
}
.has-gap > .col-2 {
  width: calc(50% - 16px);
}

.col-3 {
  width: 33.3333333333%;
}
.has-gap > .col-3 {
  width: calc(33.3333333333% - 22px);
}

.col-4 {
  width: 25%;
}
.has-gap > .col-4 {
  width: calc(25% - 24px);
}

@media (max-width: 767px) {
  .col-2,
  .has-gap > .col-2 {
    width: 100%;
  }
  .col-3,
  .has-gap > .col-3 {
    width: 100%;
  }
  .sp-col-2 {
    width: 50%;
  }
  .has-gap > .sp-col-2 {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .has-gap > .col-4 {
    width: calc(25% - 12px);
  }
}
/*--------------------------------
component
--------------------------------*/
.primary-heading {
  margin-bottom: 1.4em;
  font-family: "OptimaLTPro-Roman";
  font-size: clamp( 1.8rem,2.5vw , 3rem);
  line-height: 1.7;
  font-weight: 400;
}

.primary-heading2 { 
  font-family: "OptimaLTPro-Roman";
  font-size: clamp( 2.4rem,2.8vw , 5rem);
  line-height: 1.7;
  font-weight: 400;
}
.subtitle-heading{
  margin-bottom: 1.4em;
}

@media (max-width: 991px) {
  .primary-heading {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

.secondary-heading {
  margin-bottom: 0.8em;
  font-size: 2.625rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .secondary-heading {
    font-size: 1.875rem;
  }
}

.tertiary-heading {
  margin-bottom: 0.8em;
  font-size: 2.375rem;
  line-height: 1.5;
}
.page-primary-heading {
  margin-bottom: 0.8em;
  font-size: clamp(  24px , 2.2vw , 36px);
  line-height: 1.5;
}
.page-primary-heading.mb-wide{
  margin-bottom: 1.2em;
}
.page-tertiary-heading {
  margin-bottom: 0.8em;
  font-size: clamp( 16px , 1.4vw , 24px);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .tertiary-heading {
    font-size: 1.75rem;
  }
}

.quaternary-heading {
  margin-bottom: 0.8em;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .quaternary-heading {
    font-size: 1.375rem;
  }
}

.page-title {
  margin-bottom: 0.8em;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 2.5rem;
  }
}
.page-heading-wrap{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.page-heading-wrap.static{
  height: 13.8496vw;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
}
@media (max-width: 767px) {
  .page-heading-wrap.static{
    height: 32.801vw;
  }
}
.page-heading{
  max-width: 1400px;
  width: calc(100% - 48px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.page-heading .en{
  font-size: clamp( 36px , 3.6vw,  50px);
  margin-bottom: .3em;
  letter-spacing: 0.015em;
}
.page-heading .jp{
  font-size: clamp( 12px , 1.2vw,  18px);
}

.lead {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .lead {
    font-size: 1rem;
  }
}

.note { 
  line-height: 1.5;
}
.page-lead {
  margin-bottom: 1em;
  font-size: clamp( 14px , 1.2vw , 18px);
  line-height: 2;
}
.page-note {
  margin-bottom: 1em;
  font-size: clamp( 12px , 1vw , 16px);
  line-height: 2;
}

.small-note {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 991px) {
  .small-note {
    font-size: 0.75rem;
  }
}

.caption {
  margin: 0.4em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .caption {
    font-size: 1.2rem;
  }
}

[type=text],
[type=search],
[type=password],
[type=tel],
[type=email],
[type=num],
[type=date],
select,
textarea {
  margin-right: 4px;
  padding: 12px 8px;
  max-width: 100%;
  background: #f8f8f8;
  font-size: 1.125rem;
  font-weight: inherit;
  color: inherit;
  line-height: 1.3;
  border: 0;
  vertical-align: middle;
}
[type=text]:last-child,
[type=search]:last-child,
[type=password]:last-child,
[type=tel]:last-child,
[type=email]:last-child,
[type=num]:last-child,
[type=date]:last-child,
select:last-child,
textarea:last-child {
  margin-right: 0;
}
[type=text]:focus,
[type=search]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=num]:focus,
[type=date]:focus,
select:focus,
textarea:focus {
  background-color: #fff;
}

select {
  padding: 6px 32px 6px 12px;
  background: url(images/select_arrow.png) no-repeat right 8px center #fff;
  background-size: 14px auto;
  text-indent: 0.01px;
  text-overflow: "";
  border: 1px solid #cecece;
  border-radius: 10px;
}

textarea {
  min-height: 100px;
}

.text-150 {
  width: 150px;
}

.text-fit {
  width: 100%;
}


.btn {
  padding: 8px 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.link-btn{
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 280px;
  width: 100%;
  padding-right: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555555 ;
  color:#333333;
  position: relative;
  transition: .4s;
}
.link-btn::before{
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background: var(--primary);
  transition: .4s;
}
.link-btn:hover::before{
  width: 100%;
}
.link-btn:hover{
  color: inherit;
}
.link-btn.is-light:hover{
  color: #fff;
}
a:hover p.link-btn::before{
  width: 100%;
}
.link-btn.is-light{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) ;
}
.link-btn.is-light::before{
  background: #fff;
}
.link-btn.is-light svg path{
  stroke: #fff;
}
.general-btn {
  padding: 0 16px;
  min-width: 190px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
  background: #6cc24a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
}
.general-btn span {
  transition: transform 0.3s ease-out;
}
.general-btn::after {
  width: 6px;
  height: 6px;
  display: block;
  background: #52af2d;
  content: "";
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
.general-btn:hover {
  color: #fff;
}
.general-btn:hover span {
  transform: translateX(4px);
}
.general-btn:hover::after {
  transform: translateX(-8px);
}
.general-btn.has-icon::after {
  display: none;
}

.cta-btn {
  padding: 0 24px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  background: #6cc24a;
  color: #fff;
  font-weight: 700;
}
.cta-btn:hover {
  color: #fff;
  background-color: #52af2d;
}

.submit-btn {
  justify-content: center;
}
.submit-btn:disabled {
  opacity: 0.3;
}

.btn-min {
  padding: 0 10px;
  width: 76px;
  min-width: auto;
  height: 32px;
  font-size: 0.875rem;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  display: block;
  content: "";
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  content: "";
}

.bg-white {
  background: #fff;
}

.bg-light {
  background: #FAFAFA;
}


.bg-dark {
  background: #000;
  color: #fff;
}

.bg-lightgray {
  background: #f8f8f8;
}

.bg-gray {
  background: #9a9a9a;
}

.text-orange{
  color: #fa4000 !important;
}

.breadcrumbs {
  position: absolute;
  top: 16px;
  left: 32px;
  z-index: 2;
  display: flex;
  gap: 4px;
  font-size: 0.875rem;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .breadcrumbs {
    left: auto;
    right: 32px;
    gap: 16px;
    transform-origin: left top;
    transform: translate(100%, 0) rotate(90deg);
  }
}
.breadcrumbs .no-link {
  color: #656565;
}

.img-item {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .img-item {
    margin: 32px 0;
  }
}

/*--------------------------------
header
--------------------------------*/
.header {
  padding: 60px 0;
  width: 94px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: transform 0.3s ease-out, padding 0.3s ease-out;
}
.header .logo {
  width: 28px;
  height: 164px;
  background: url(../images/common/logo.svg) no-repeat left top;
  background-size: contain;
  transition: opacity 0.3s;
  mix-blend-mode: difference;
}

.header .logo a {
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header {
    padding: 36px 0 ;
    width: 50px;
  }
  .header .logo {
    width: 15px;
    height: 88px;
  }
}

.is-conpact .header::before {
  transform: translateY(0);
}
.is-conpact .header,
.is-conpact2 .header {
  transform: translateY(0);
}

/* .is-scroll .header .logo {
  opacity: 0;
} */
 

.gnav {
  margin-right: 90px;
  gap: 40px;
  flex-wrap: nowrap;
  align-items: center;
}
.gnav .nav-link {
  padding: 8px 0;
  position: relative;
  color: #000;
  font-weight: 500;
}
.gnav .nav-link:hover {
  color: #000;
}
.gnav .nav-link::after {
  margin: 0 auto;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #efc100;
}
.gnav .nav-link.is-current::after {
  width: 100%;
}
.nav-container{
  margin: 0 auto;
  width: calc(100% - 225px);
  padding-right: 225px;
}
.nav-container .global-nav{
  display: flex;
  gap: 32px;
  color: #fff;
  justify-content: flex-end;
}
.nav-container .global-nav a:hover{
  color: var(--primary);
}
@media (max-width: 1260px) {
  .gnav {
    gap: 16px;
  }
  .nav-container .global-nav{
    display: none;
  }
}
@media (max-width: 1110px) {
  .gnav .nav-list:nth-child(3), .gnav .nav-list:nth-child(4), .gnav .nav-list:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .gnav {
    margin-right: 0;
    position: fixed;
    right: 8px;
    bottom: 8px;
  }
}
.global-nav-icon{
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 991px) {
  .global-nav-icon{
    margin-top: 32px;
    justify-content: flex-start;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hamburger {
  padding: 0 0;
  width: 28px;
  height: 28px;
  display: flex;
  position: fixed;
  left: 33px;
  top: calc(50vh - 28px);
  z-index: 12;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  transform: translateY(-50%);
  transition: top 0.3s ease-out;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* @media (min-width: 992px) {
  .is-conpact .hamburger {
    top: 40px;
  }
} */
.hamburger i {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background: #000;
  transition: all 0.3s cubic-bezier(0.59, -0.1, 0.58, 0.96);
}
/* .hamburger i:last-child {
  width: 22px;
} */
.hamburger .circle-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.hamburger .circle-bg,
.hamburger .circle-stroke {
  opacity: 0;
}
.hamburger .circle-bg {
  transition: opacity 1s ease-out;
}
.hamburger:hover .circle-bg {
  opacity: 1;
}
.hamburger:hover .circle-stroke {
  opacity: 1;
  stroke-dasharray: 246;
  stroke-dashoffset: 246;
  animation: strokeLineAnimation 1s ease-in-out reverse forwards;
}
.is-open .hamburger .circle-line {
  animation: strokeClose 0.3s cubic-bezier(0.51, 0.03, 0.58, 1.36) both 0.2s;
  background: #F2EADC;
}
.is-open .hamburger .circle-stroke {
  opacity: 1;
}
.is-open .hamburger i:nth-of-type(1) {
  transform: translate(0, 9px) rotate(225deg);
}
.is-open .hamburger i:nth-of-type(2) {
  transform: rotate(-225deg);
}
.is-open .hamburger i:last-child {
  transform: rotate(-180deg);
  opacity: 0;
}
/* @media (max-width: 991px) {
  .hamburger {
    padding: 0 11px;
    width: 50px;
    height: 50px;
    top: 38px;
    right: 8px;
  }
} */
@media (max-width: 767px) {
  .hamburger {
    padding: 0 0;
    left: 11px;
  }
  .header::before{
    height: 50px;
  }
}

@keyframes strokeClose {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes strokeLineAnimation {
  0% {
    stroke-dasharray: 246;
  }
  0% {
    stroke-dasharray: 492;
  }
}
.drawer-menu {
    padding: 110px 0;
  width: calc(100% - 94px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 9;
  opacity: 1;
  visibility: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 991px) {
  .drawer-menu .global-wrap-item{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .drawer-menu {
    /* padding-bottom: 15%; */
    padding-top: 48px;
    padding-left: 50px;
    justify-content: flex-start;
    width: 100%;
    left: 0;
    padding-bottom: 48px;
  }
  .drawer-menu .global-wrap-item:first-child{
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 2px solid #F7F7F7;
  }
}
.drawer-menu .nav-item {
  width: calc(100% - 120px);
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .drawer-menu .nav-item{
    width: calc(100% - 48px);
    overflow-y: scroll;
  }
}
.drawer-menu .global-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.drawer-menu .global-wrap.jc-start {
  justify-content: flex-start;
}
.drawer-menu .global-wrap.jc-bw {
  justify-content: space-between;
}
.global-info-text{
  font-size: 14px;
  margin-top: 1.2em;
  margin-bottom: .8em;
}
.global-info-tel{
  font-size: 36px;
}
.tel-link{
  pointer-events: none;
  color: #000;
}
@media (max-width: 1250px) {
  .drawer-menu .global-wrap {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .drawer-menu .global-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .tel-link{
  pointer-events: all;
  text-decoration: underline;
  }
}
/* .drawer-menu .global-wrap .global-nav{
  flex: 1;
} */
.drawer-menu .nav-link .detail-text{
  /* font-size: 65%; */
  display: flex;
  gap: 12px;
  align-items: center;
}
.drawer-menu a.nav-link:hover{
  color: var(--primary);
}
/* .drawer-menu .global-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-.5px);
  left: 50%;
  background: #000;
} */
.drawer-menu .nav-title {
  margin-bottom: 0.8em;
  font-size: 1rem;
}
.drawer-menu .nav-list.mt-none {
  margin-top: 0;
}
.drawer-menu .nav-list.first {
  margin-top: 0;
}
.drawer-menu .nav-link {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 35px;
  color: #000;
  line-height: 1.5;
  color: var(--primary);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  border-top: 2px solid #EDECE8;
  letter-spacing: .15em;
  padding-right: 12px;
}
.drawer-menu .nav-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #EDECE8;
}
.drawer-menu .nav-list:last-child .nav-link {
  border-bottom: 2px solid #EDECE8;
}
.drawer-menu .nav-link .arrow{
  display: block;
  transform: rotate(45deg) translateX(-8px) translateY(8px);
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #474645;
  border-right: 1px solid #474645;
}
.drawer-menu .nav-link .plus{
  position: relative;
  width: 25px;
  height: 25px;
}
.drawer-menu .nav-link .plus::before,
.drawer-menu .nav-link .plus::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #474645;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}
.drawer-menu .nav-link .plus::after{
  transform: translate(-50%) rotate(90deg);
  transition: .4s;
}
.drawer-menu .nav-link.is-close .plus::after{
  transform: translate(-50%) rotate(0deg);
}
.nav-list-wrap{
  width: calc(100% - 40px);
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.nav-list-item{
  width: calc(100% / 5 - 25.6px);
}
.nav-list-text{
  color: #474645;
  margin-top: 1em;
}
.accordion-body{
  display: none;
}
/* @media screen and (min-width:992px) and (max-width: 1250px) {
  .drawer-menu .nav-link {
    font-size: 1.6rem;
  }
} */
.drawer-menu .nav-link .insta-icon{
  width: 40px;
}

@media (max-width: 991px) {
  .drawer-menu .nav-link {
    font-size: 16px;
    height: 60px;
  }
  .nav-list-wrap{
    width: 100%;
    gap: 16px;
  }
  .nav-list-item{
    width: calc(100% / 2 - 8px);
  }
}
.drawer-menu .nav-link:hover {
  color: #000;
}
.drawer-menu .nav-link .small-text {
  display: inline-block;
  font-size: 50%;
  padding-left: 1em;
  border-left: 2px solid;
}
.is-open .drawer-menu {
  opacity: 1;
  /* transform: scale(1); */
  transform: translateX(0);
  visibility: visible;
}
.drawer-menu .footer-sub-menu {
  justify-content: center;
}
.drawer-menu .footer-sub-menu .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .drawer-menu .footer-sub-menu .nav-link {
    font-size: 14px;
  }
  .drawer-menu .footer-sub-menu {
    margin-bottom: 32px;
  }
}

/* .drawer-foot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 991px) {
  .drawer-foot {
    position: static;
  }
} */
.nav-line-bnr{
  display: block;
  max-width: 400px;
  width: 40%;
  margin-top: 40px;
  transition: .4s;
}
@media (min-width: 992px) {
  .nav-line-bnr:hover{
    opacity: .7;
  }
}
@media (max-width: 991px) {
  .nav-line-bnr{
    width: 100%;
  }
}

/*--------------------------------
bukken header
--------------------------------*/
.header.bukken-header .logo{
  background: unset;
  height: auto;
  width: 165px;
}
.header.bukken-header .logo a{
  text-indent: unset;
}
.header.bukken-header .logo a .bukken-name{
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 1em;
  color: #000;
}
.header.bukken-header .nav-container{
  width: calc(100% - 165px);
  padding-right: 165px;
} 
.header.bukken-header .nav-container .global-nav{
  gap: 0;
} 
.header.bukken-header .nav-container .global-nav .nav-list{
  padding: 0 16px;
} 
/* .header.bukken-header .nav-container .global-nav .nav-list:not(:first-child){
  border-left: 1px solid #000;
}  */
.header.bukken-header .nav-container .global-nav .nav-list .nav-link{
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} 
.header.bukken-header .nav-container .global-nav .nav-list .nav-link::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: #967865;
  transition: .4s;
} 
.outline .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(7) .nav-link::before,
.equipment .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(6) .nav-link::before,
.plan-page .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(5) .nav-link::before,
.plan-detail .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(5) .nav-link::before,
.access .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(4) .nav-link::before,
.gallery .header.bukken-header .nav-container .global-nav .nav-list:nth-of-type(3) .nav-link::before{
  width: 100%;
} 
.header.bukken-header .nav-container .global-nav .nav-list .nav-link:hover::before{
  width: 100%;
} 
.drawer-menu.bukken-drawer .global-wrap.jc-bw{
  /* flex-direction: column;
  align-items: flex-end;
  gap: 32px; */
}
.drawer-menu.bukken-drawer .global-wrap.jc-bw .global-info{
  margin-bottom: 32px;
  text-align: center;
}
.drawer-menu.bukken-drawer .global-wrap.jc-bw .global-info .bukken-name{
  display: block;
  color: #000;
  margin-top: .6em;
}
.bukken-line{
  position: fixed;
  top: 22.5px;
  right: 128px;
  z-index: 12;
  background: #fff;
  box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.35);
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
.bukken-line:hover{
  color: #fff;
  background: var(--primary);
}
@media (max-width: 1439px) {
  .bukken-line{
    display: none;
  }
}
@media (max-width: 991px) {
  .drawer-menu.bukken-drawer .line-check-btn {
        display: block;
    }
}
@media (max-width: 767px) {
  .drawer-menu.bukken-drawer .nav-item:first-child {
    border-bottom: none;
    padding-bottom: 32px;
  }
  .drawer-menu.bukken-drawer .global-wrap-item:first-child{
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 16px;
  }
  .drawer-menu.bukken-drawer .line-check-btn{
    display: block;
  }
  .header.bukken-header .logo {
    /* width: 145px; */
    padding-bottom: 6px;
    width: auto;
  }
  .header.bukken-header .logo a .bukken-name {
    margin-top: .6em;
  }
  .drawer-menu.bukken-drawer .global-wrap .global-nav:first-child {
        padding-bottom: 0;
        margin-bottom: 16px;
        border-bottom: none;
    }
}


/*--------------------------------
footer
--------------------------------*/
.footer-container {
  padding-right: 60px;
  position: relative;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.drawer-menu .footer-container{
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-container .inner {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .footer-container .inner {
    padding-top: 40px;
  }
}

.footer-menu {
  position: relative;
}
/* @media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 64px;
  }
} */
.footer-menu .global-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 42px;
}
.footer-menu .global-nav .nav-list {
  width: fit-content;
}
@media (max-width: 991px) {
  .footer-menu .global-nav {
    flex-wrap: wrap;
    max-width: 600px;
  }
  .footer-menu .global-nav .nav-list {
    width: calc(100% );
  }
  .footer-menu .global-nav {
    gap: 24px;
  }
  
}
@media (max-width: 767px) {
  .footer-menu .global-nav {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  display: inline-block;
}
.footer-menu a.nav-link:hover {
  color: var(--primary);
}
@media (max-width: 991px) {
  .footer-menu .nav-link {
    display: inline-block;
  }
}
/* .footer-menu .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background: #f8ee91;
  transition: transform 0.4s;
} */
.footer-menu .nav-link:hover {
  color: #000;
  text-underline-offset: 8px;
}
.footer-menu .nav-link:hover::before {
  transform: translateY(-4px);
}
.footer-menu .nav-link .small-text {
  display: inline-block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid;
}
@media (max-width: 991px) {
  .footer-menu .nav-link .small-text {
    vertical-align: middle;
  }
}

.footer-sub-menu {
  justify-content: center;
}
.footer-sub-menu .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.footer-sub-menu a.nav-link:hover {
  color: var(--primary);
}
/* @media (max-width: 991px) {
  .footer-sub-menu .nav-link {
    font-size: 1.125rem;
  }
} */

.copyright {
  padding: 0;
  font-style: normal;
  font-size: clamp( 1rem,1vw,1.4rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5C685B;
}

.footer-meta {
  /* margin-bottom: 100px; */
}
/* @media (max-width: 767px) {
  .footer-meta {
    margin-bottom: 40px;
  }
} */
.footer-meta .logo {
  margin-bottom: 8px;
  width: 172px;
  height: 60px;
  background: url(../images/common/logo-color.svg) no-repeat left top;
  background-size: contain;
}
.footer-meta .logo a {
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-meta .logo {
    margin-bottom: 16px;
  }
}
.footer-meta .address {
  font-size: 0.75rem;
  line-height: 1.5;
}
/* .address .large-text{
  font-size: 140%;
} */
.insta-link{
  width: 40px;
  display: block;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-wrapper .footer-item:first-child{
    padding-top: 60px;
  }
}
.footer-wrapper .footer-item:last-child{
  max-width: 1000px;
  width: 100%;
  position: relative;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1fr 144px;
}
.footer-grid-item:first-child{
  border-bottom: 2px solid #F7F7F7;
  /* border-right: 2px solid #F7F7F7; */
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 48px;
}
.footer-grid-item:nth-of-type(2){
  border-bottom: 2px solid #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footer-grid-item:nth-of-type(3){
  padding-top: 32px;
  padding-bottom: 80px;
  /* border-right: 2px solid #F7F7F7; */
}
.footer-arrow{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-arrow::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-top: 3px solid #967865;
  border-left: 3px solid #967865;
}
@media (max-width: 991px) {
  .footer-grid-item:first-child {
    border-bottom: 2px solid #F7F7F7;
    /* border-right: 2px solid #F7F7F7; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 48px;
  }
  .footer-grid-item:nth-of-type(3) {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-container {
    padding: 16px;
    height: 48px;
  }
  .footer-grid{
    grid-template-columns: 1fr;
    position: relative;
  }

  .footer-grid-item:first-child {
    border-bottom: none;
    border-right: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .footer-menu .global-nav .nav-list{
    width: 100%;
  }
  .footer-grid-item:nth-of-type(2){
    width: 80px;
    /* height: 60px; */
    height: 128px;
    position: absolute;
    gap: 16px;
    top: 29px;
    right: -24px;
    border-right: 2px solid #F7F7F7;
    border-left: 2px solid #F7F7F7;
  }
  .footer-grid-item:nth-of-type(3){
    display: none;
  }
  .footer-grid-item:nth-of-type(4){
    width: 80px;
    height: 60px;
    position: absolute;
    top: -32px;
    right: -24px;
    border-bottom: 2px solid #F7F7F7;
    border-right: 2px solid #F7F7F7;
    border-left: 2px solid #F7F7F7;
  }
  .footer-sub-menu{
    margin-top: 32px;
  }
}
/*--------------------------------
bukken footer
--------------------------------*/
.bukken-footer-logo{
  margin-bottom: 40px;
  width: 280px;
  text-align: center;
}
.bukken-footer-logo .bukken-name{
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  color: #000;
}
.bukken-footer .footer-menu .global-nav .nav-list{
  width: auto;
}
.bukken-footer .footer-menu .global-nav .nav-list .detail-text{
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .bukken-footer-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    width: 200px;
  }
  .bukken-footer-logo .bukken-name {
    font-size: 12px;
  }
  .bukken-footer .footer-grid-item:nth-of-type(2){
    display: none;
  }
}
/*--------------------------------
top
--------------------------------*/
@keyframes fadeInType {
  0%{
    opacity: 1;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100%{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.mv-text{
  position: absolute;
  font-size: clamp(10px, 2.5vw, 14px); line-height: 1;
  font-weight: normal;
  top: 20px;
  right: 60px;  text-align: center; 
}

 

.mv-text p{
  margin-top: 40px; color: #fff;
}

.mv-text .vertical-text {
    writing-mode: vertical-rl;   /* แนวตั้ง อ่านบน → ล่าง */
    text-orientation: upright;   /* ตัวอักษรตั้งตรง */ 
   line-height: 0.2;   /* ลดระยะห่าง */
    letter-spacing: 2px;
}

.mv-text .jp{

}

.up-text{
  overflow: hidden;
  line-height: 1;
}

.mv-text .up-text .inline-block{
  line-height: 1.3;
}

.up-text .inline-block{
  line-height: 1;
}
.up-text .inline-block.fadeInUp{
    animation-name: fadeInType;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
  .up-text .inline-block.bw{
    margin: -.2em 0;
    line-height: 1.5;
  }
  /* .general-section .up-text{
    display: inline;
  }
  .general-section .up-text .inline-block{
    display: inline;
  } */
}
.top-section{ 
  width: 100%;
  aspect-ratio: 50 / 31;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
}
.flex-thumb{
  width: 56%;
}
.flex-head{
  width: calc(44% - 60px);
}
.flex-block{
  width: 65%;
  margin: 0 auto;
}
.flex-block-head{
  margin-top: 60px;
}
.flex-thumb-small{
  width: 42%;
  margin-top: 60px;
}
.flex-box{
  display: grid;
  grid-template-columns: 60% 24%;
}
.location-section{
  background: #EDECE8;
  margin-top: 60px;
}
.location-wrap{
  margin: 0 auto;
  width: calc(100% - 120px);
  display: grid;
  grid-template-columns: calc(40% - 60px) 60%;
  gap: 60px;
}
.location-section + .location-section{
  margin-bottom: 60px;
}
.location-head{
  width: 180px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-top: 12px;
  text-align: center;
  margin-bottom: 60px;
}
.location-head .num{
  font-size: 2rem;
}
.location-head .text{
  margin-top: 1em;
  line-height: 1.7;
  font-size:clamp(1.4rem ,1.4vw,1.6rem);
}
@media (max-width: 767px) {
  .flex-wrap{
    gap: 32px;
  }
  .flex-wrap.reverse{
    flex-direction: column-reverse;
  }
  .flex-thumb{
    width: 100%;
  }
  .flex-head{
    width: 100%;
  }
  .flex-block{
    width: 100%;
  }
  .flex-block-head {
    margin-top: 32px;
  }
  .flex-thumb-small{
    width: 48%;
    margin-top: 16px;
  }
  .thumb-right{
    /* margin-right: -16px;
    width: calc(100% + 16px); */
  }
  .thumb-left{
    /* margin-left: -66px;
    width: calc(100% + 66px); */
  }
  .thumb-wide{
    margin-left: -66px;
    margin-right: -16px;
    width: calc(100% + 82px);
  }
  .flex-box{
    grid-template-columns: 100%;
  }
  .location-section{
    background: #EDECE8;
    margin-top: 0px;
  }
  .location-wrap{
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1fr ;
    gap: 24px;
  }
  .location-section + .location-section{
    margin-top: 0;
    margin-bottom: 0;
  }
  .location-head{
    width: 140px;
    padding-top: 8px;
    margin-bottom: 32px;
  }
  .location-head .num{
    font-size: 2rem;
  }
  .location-head .text{
    margin-top: 1em;
    line-height: 1.7;
    font-size:clamp(1.4rem ,1.4vw,1.6rem);
  }
}
.scroll-hint {
  padding-top: 66px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 0.75rem;
  text-align: center;
}
.scroll-hint::before {
  margin: 0 auto 0;
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  animation: scrollAni 1s ease-in-out infinite;
}
.hero .scroll-hint {
  color: #fff;
}
.hero .scroll-hint::before {
  background: #fff;
}

.mv{
  position: relative;
  opacity: 0;
  animation: 2s fadeIn 0.2s forwards;
  padding-bottom: 60px;
  height: 100vh;
  padding-bottom: 60px;
}
.mv .fit-img{
  width: 100%;
  height: calc(100% - 60px);
  object-fit: cover;
}
.main-body{
  padding: 60px 60px 0 150px;
} 

.main-body2{
  padding: 40px 60px 0 150px;
} 

.wrapper{
  position:relative;
  isolation:isolate;
}
#canvas{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: block;
}
.jquery-ripples {
    position: relative;
    z-index: 0;
}
/* 画面全体のWebGLキャンバス */
#seenRippleCanvas{
  position: fixed; 
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
z-index: 9999;
}
/* seen-villa系は「WebGL側で描画した画像」を見せるので、元は消す */
.js-ripple img,
.js-ripple picture{
  opacity: 0;
}

/* figure自体のサイズ確保（念のため） */
.js-ripple{
  position: relative;
}
/* 元のDOMが上に来るように */
.wrapper, .main-body{
  position: relative;
  z-index: 1;
}

/* “is-rippled” は seen-villa っぽく微変化させたければ任意 */
.js-ripple.is-rippled{
  /* 例：ほんの少し明るく/コントラスト */
  /* filter: contrast(1.03) brightness(1.02); */
}
.main-body{ position: relative; z-index: 1; }
.fadeInUp{
  animation-timing-function: ease-out;
}
@media (min-width: 768px) {
  .sticky-wrap{
    position: relative;
  }
  .sticky-head{
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .sticky-head.flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sticky-block{
    min-height: 80vh;
  }
}
@media (max-width: 767px) {
  .mv{
    position: relative;
    opacity: 0;
    animation: 2s fadeIn 0.2s forwards;
    padding-bottom: 0;
  }
  .mv .fit-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .mv,
  .location .mv{
    padding-bottom: 0;
  }
  .mv-text{
   width: 100%;
  top: 20px;
  left: auto; right: auto;  text-align: center; 
}

 
  .home .mv + .general-section .inner{
    padding-top: 0;
  }
  .top-section{
    aspect-ratio: 393 / 853;
    padding: 0 16px 0 66px;
  }
  .main-body{
    padding: 0;
  }
  .copy-item:first-child{
    height: auto;
    position: static;
    /* padding: 60px 0; */
    padding-bottom: 60px;
  }
  /* .copy-item:last-child{
    display: none;
  } */
  .fv-item{
    width: 100%;
    height: 50vh;
  }
  .mv-copy{
            font-size: 4.6vw;
        /* margin-top: 8%; */
        transform: unset;
        top: 51vh;
  }
  .mv-logo {
    width: 97vw;
    top: auto;
    top: 42vh;
    transform: translateX(-50%);
  }
  .fv-anker{
    top: calc(92vh - 18vw);
    left: 2%;
    width: 18vw;
  }
  .fv-anker img{
    width: 14%;
  }
  .fv-anker svg{
    width: 20vw;
    height: 20vw;
  }
  .copy-text{
    line-height: 2;
  }
  .copy-text + .copy-text{
    margin-top: .8em;
  }
  .scroll-text svg{
    width: 20vw;
    filter: drop-shadow(3px 3px 5px #000);
  }
  .scroll-text {
    bottom: 5%;
  }
}
@keyframes scrollAni {
  0% {
    height: 50px;
    top: 0;
  }
  50% {
    height: 0;
    top: 50px;
  }
  51% {
    top: 0;
  }
  100% {
    top: 0;
    height: 50px;
  }
}
.mv-line-bnr{
  max-width: 400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  width: 50%;
  transition: .4s;
}
@media (min-width: 992px) {
  .mv-line-bnr:hover{
    opacity: .7;
  }
}
.residence-card {
  margin: 0 auto;
  max-width: 625px;
  background: #fff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.15);
}
.residence-card + .residence-card {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .residence-card + .residence-card {
    margin-top: 40px;
  }
  .mv-line-bnr{
    width: 83%;
    bottom: 3%;
  }
}
.residence-card .card-content {
  padding: 40px 0;
  color: #000;
}
.residence-card .property-name {
  margin-bottom: 0.4em;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .residence-card .property-name {
    font-size: 1.125rem;
  }
}
.residence-card .property-name img {
  width: auto;
  height: 24px;
}
@media (max-width: 767px) {
  .residence-card .property-name img {
    height: 18px;
  }
}
.residence-card .meta-data {
  font-size: 0.75rem;
  grid-template-columns: 60px 1fr;
  gap: 8px;
}

.arrow-btn {
  padding: 8px 24px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 3px solid #f0e87b;
  transition: padding 0.3s ease-out;
}
.arrow-btn:hover {
  padding-bottom: 2px;
}

.residence-card-thumb {
  overflow: hidden;
}
.residence-card-thumb .fit-img {
  transition: transform 0.3s ease-out;
}

.residence-card-link {
  display: block;
  transition: background 0.3s;
}
.residence-card-link:hover {
  background: #F2EADC;
}
.residence-card-link:hover .arrow-btn {
  padding-bottom: 2px;
}

.gallery-container .fit-img,
.gallery-container2 .fit-img {
  width: auto;
  height: 25vh;
  object-fit: contain;
}

.circle-box {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .circle-box {
    width: 400px;
    height: 400px;
  }
}
.circle-box .secondary-heading {
  margin-bottom: 0;
}

.circle-title {
  margin-bottom: 0.4em;
  font-size: clamp(2.875rem, 7.8vw, 4.75rem);
  font-weight: 300;
  line-height: 1.2;
}

.layer {
  width: 100%;
  min-height: 500px;
  pointer-events: none;
}

.grid-item {
  position: relative;
}

.layer1 .grid-wrapper {
  grid-template-columns: 40% 1fr 38%;
  grid-template-rows: 1fr 1fr;
  gap: 80px 40px;
  align-items: center;
}
.layer1 .grid-wrapper .grid-item:nth-child(2) {
  grid-column: 3;
  grid-row: 2;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .layer1 .grid-wrapper .grid-item:nth-child(2) {
    transform: translate(0, 70px);
  }
}
@media (max-width: 767px) {
  .layer1 .grid-wrapper {
    rid-template-columns: 45% 1fr 43%;
    gap: 80px 9px;
  }
}

.layer2 .grid-wrapper {
  grid-template-columns: 32% 35%;
  grid-template-rows: 1fr 0.8fr 1fr;
  gap: 40px 120px;
  justify-content: center;
  align-items: center;
}
.layer2 .grid-wrapper .grid-item:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
  transform: translateX(40px);
}
@media (max-width: 767px) {
  .layer2 .grid-wrapper .grid-item:nth-child(1) {
    transform: translateX(-30px);
  }
}
.layer2 .grid-wrapper .grid-item:nth-child(2) {
  grid-column: 1;
  grid-row: 3;
}
.layer2 .grid-wrapper .grid-item:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  transform: translate(-20px, 10px);
}
@media (max-width: 767px) {
  .layer2 .grid-wrapper {
    grid-template-columns: 48% 37%;
    grid-template-rows: 1fr 0.1fr 1fr;
  }
}

.layer3 .grid-wrapper {
  grid-template-columns: 35%;
  grid-template-rows: 1fr 1fr;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .layer3 .grid-wrapper {
    gap: 0;
  }
}
.layer3 .grid-wrapper .grid-item:nth-child(1) {
  margin-top: 32px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .layer3 .grid-wrapper .grid-item:nth-child(1) {
    margin-top: 70px;
    margin-right: 10px;
  }
}
.layer3 .grid-wrapper .grid-item:nth-child(2) {
  margin: 0 0 0 70px;
}
@media (max-width: 767px) {
  .layer3 .grid-wrapper .grid-item:nth-child(2) {
    margin: 0;
    transform: translate(30px, -13px);
  }
}
@media (max-width: 767px) {
  .layer3 .grid-wrapper .grid-item:nth-child(3) {
    transform: translate(30px, -13px);
  }
}

.gallery-title {
  display: grid;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.grid-item a {
  pointer-events: visible;
}
.grid-item a:hover .gallery-title {
  opacity: 1;
}




/*トップナビ内バナー*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.nav-modal-container,
.qr-modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
  background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    z-index: 13;
}
/*モーダル本体の擬似要素の指定*/
.nav-modal-container:before,
.qr-modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.nav-modal-container.active,
.qr-modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}

/*--------------------------------
state
--------------------------------*/
.is-none {
  display: none;
}

.disabled {
  opacity: 0.1;
  cursor: default;
  pointer-events: none;
}

.unscrollable {
  height: 100%;
  overflow: hidden;
}

.coming-soon {
  opacity: 0.8;
  pointer-events: none;
}

.none {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.is-fv {
  opacity: 0;
  animation-fill-mode: both;
  visibility: hidden;
}

.is-light {
  color: #fff;
}

.is-dark {
  color: #000;
}

.gray-text {
  color: #656565;
}
.is-key {
  color: #5C685B;
}
.is-key2 {
  color: var(--primary);
}
.is-key3 {
  color: var(--secondary);
}

.is-accent {
  color: #6cc24a;
}

.is-shadow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}

.is-marker {
  background: linear-gradient(transparent 50%, #f8ee91 50%);
}

.is-radius {
  border-radius: 10px;
  overflow: hidden;
}

.is-alert {
  color: #ff1c1c;
}


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

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

.text-left {
  text-align: left;
}

@media (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }

  .sp-text-right {
    text-align: right;
  }

  .sp-text-left {
    text-align: left;
  }
  .sp-block{
    display: block;
  }
}

.text-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #f0e87b;
  text-decoration-thickness: 3px;
}
.text-link:hover {
  letter-spacing: 0.15em;
  text-underline-offset: 8px;
}
.text-link svg {
  margin-right: 8px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.small-text {
  font-size: 70%;
}
.middle-text {
  font-size: 90%;
}
.large-text {
  font-size: 150%;
}

.line-wide {
  line-height: 2.4;
}
.en-font {
  font-family: "futura-pt", sans-serif;
}
.garamond-font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.gothic-font {
font-family:"Yu Gothic","Yu Gothic UI","游ゴシック体","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.shippori{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.hoo-serif {
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
}

.is-semibold {
  font-weight: 600;
}

.is-bold {
  font-weight: 800;
}

.is-thin {
  font-weight: 300;
}
.is-reg{
  font-weight: 400;
}

.has-line {
  padding-bottom: 0.2em;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #cecece;
}

.has-border-top {
  border-top: 1px solid #cecece;
}

.has-border-bottom {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #656565;
}

@media (min-width: 992px) {
  .pc-order-2 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .sp-none {
    display: none; line-height: 1;  
  }

  .primary-heading .sp-none{

  }

}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .tab-none {
    display: none;
  }
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

.marginTop-40{
  margin-top: clamp(8px, 2vw, 40px);
}
.hoverNone:hover{
  color: #000;
  opacity: 1;
}
.flex-column{
  flex-direction: column;
}
.residence .equipments ul li.flex-column{
  padding-top: 10px;
}
.cs{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
}
.wow{
  visibility: hidden;
}

.logo-foot img{
  height: 40px; margin-top: 80px;
}

.pdf-viewer{
  width:100%;
  height:100vh;
  border:none;
  border-radius:8px;
  overflow:hidden;
}


.timeline-section{
    width:90%; margin: 20px 0 50px;
    max-width:1200px; 
    position:relative;
    font-size: clamp(14px, 2.5vw, 14px); line-height: 2;
}

/* เส้น timeline */
.timeline-section::before{
    content:"";
    position:absolute;
    left:6px;
    top:0;
    width:1px;
    height:100%;
    background:#d8d8d3;
}

.timeline-item{
    position:relative;
    display:grid;
    /* grid-template-columns: 200px 1fr; */
    column-gap:0px;  
}

/* จุด */
.timeline-item::before{
    content:"";
    position:absolute;
    left:2px;
    top:10px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#6c8a67;
}

/* ฝั่ง title */
.timeline-title{
     letter-spacing:1px;
    color:#667766; padding-left: 20px;  padding-top: 4px;
    text-transform:uppercase;
}

/* ฝั่ง content */
.timeline-content{
    max-width:560px; padding-left: 20px; 
     font-size: clamp(12px, 2.5vw, 12px); line-height: 1.5;
}

 

/* item สีจาง */
.timeline-item.light .timeline-title,
.timeline-item.light .th,
.timeline-item.light .en{
    color:#b2aa9d;
}

.timeline-item.light::before{
    background:#a39b8d;
}


/* responsive */
@media(max-width:768px){

    .timeline-section::before{
        left:10px;
    }

    .timeline-item{
        grid-template-columns:1fr;
        padding-left:40px;
        row-gap:24px;
        margin-bottom:80px;
    }

    .timeline-item::before{
        left:3px;
    }

    .timeline-title{ 
    }

    .timeline-content .th,
    .timeline-content .en{ 
    }
}

.product-feature{
  margin-top: 20px;
margin-left: 20px; line-height: 1.5;
}

@media (max-width: 767px) {
  .product-feature{
 margin:  20px 0  0 0;
  }
}

.product-feature-image{
 padding: 20px;
}

.list-feature{
   
    display:grid; margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    gap:0 20px; 
}

.list-feature div{ 
    color:#667766;  font-size: clamp(12px, 2.5vw, 12px); line-height: 1.5;
}
 
.product-spe{
  display:grid; margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    gap:0 20px; 
   font-size: clamp(12px, 2.5vw, 12px); line-height: 1.5;
}

.product-spe div{
   border-bottom: 1px #ccc solid; padding: 5px 0;
}

.product-feature .remark{
  color:#667766;  font-size: clamp(12px, 2.5vw, 12px); line-height: 1.5; margin-top: 20px;
}

.sumo{
  width: 250px; margin-bottom: 20px;
}

.corporate-table-area{
margin-top: 70px; border-top: 1px #fa4000 solid;
}

.corporate-table{
  display:grid;  
    grid-template-columns: 200px 1fr;
    gap:0 20px; 
    padding: 15px 0; border-bottom: 1px #fa4000 solid;
}

.corporate-table div{ 
}