@charset "UTF-8";

html{
    font-size: calc(16 * (100vw / 1920));
    scroll-behavior: smooth;
}

:root {
  --bw: calc(100vw / 1920);
  --bh: calc(100vh / 1020);
  /* --hover-color: #ff6848; */
  /* --hover-color: #af642d; */
  --hover-color: #80ba34;
  --global-header-height: 100px;
}

body:before{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 1;
  pointer-events: none;
  transition: 1.0s ease;
  z-index: 10000;
}

body.load::before{
  opacity: 0;
}

@media (scripting: none) {
	body.load::before{
    display: none;
	}
}

a[href^="tel:"] {
  pointer-events: none;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* font-size: 1.125rem; */
  /* font-size: 1.125rem; */
  font-size: max(16px,1.125rem);
  scroll-padding-top: var(--global-header-height);
}

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

.spblock,
.spinline {
  display: none;
}

/*=== header ===*/
#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem 4.0625rem;
  z-index: 100;
  transition: 0.3s ease;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.0);
}

.scrolled #global-header,
.cmp #global-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

#global-header .logo {
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}

.scrolled #global-header .logo,
.cmp #global-header .logo {
  opacity: 1;
  visibility: visible;
}

#global-header .logo a {
  display: block;
  color: #80ba34;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem;
  transition: 0.3s ease;
}
#global-header .logo a:hover{
  opacity: 0.8;
}
#global-header .logo a img{
  margin-bottom: 0.3125rem;
}

#global-header nav {
  margin-left: auto;
  width: fit-content;
}

#global-header nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0.625rem;
  height: 100%;
}

#global-header nav ul li {
  display: block;
}

/* #global-header nav a{
  display: flex;
}  */
#global-header .tel {
  margin-right: 0.625rem;
}

#global-header .tel a {
  /* display: flex;
flex-direction: column;
align-items: center; */
  color: #fff;
  font-size: max(30px,1.875rem);
  transition: 0.3s ease;
}

.scrolled #global-header .tel a,
.cmp #global-header .tel a {
  color: #333
}

#global-header .tel a span:first-of-type{
  width: max(30px,1.875rem);
  height: max(30px,1.875rem);
}
#global-header .tel a span:last-of-type{
  display: none;
}
#global-header .tel a span::before {
  transition: 0.3s ease;
}

/* #global-header .tel a span::before{
  background: #fff;
}
.scrolled #global-header .tel a span::before{
  background: #333;
} */

#global-header .tel small {
  font-size:0.875rem;
  display: block;
  margin: 0.25em auto 0;
  width: fit-content;
}

#global-header .calendar-link {
  margin-right: 0.625rem;
}

/* #global-header nav a img {
vertical-align: -0.5em;
  margin-right: 0.625rem;
  width: 1.875rem;
  height: auto;
} */
#global-header .sns-link a {
  width: 3.125rem;
  height: 3.125rem;
  box-shadow: 0 0 0 2px transparent;
}
#global-header .sns-link a img {
  width: 1.875rem;
  height: 1.875rem;
}

.scrolled #global-header .sns-link a,
.cmp #global-header .sns-link a {
  box-shadow: 0 0 0 2px #e9e9e9;
}

#global-header .sns-link a:hover {
  box-shadow: 0 0 0 2px #bbb;
}

/* #global-header .sns-link a img{
  margin-right: 0;
} */
/*=== hero ===*/
#hero {
  width: 100%;
  /* height: 100svh; */
  height: 63.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* #hero::before { */
#hero > figure{
  content: "";
  display: block;
  width: 93.75rem;
  height: 52.5rem;
  border-radius: 0 0 10px 10px;
  /* background: #eee; */
  /* background: #eee center center / cover url(../img/bg_mainv.jpg) no-repeat; */
  position: absolute;
  inset: 0 auto auto 22.5rem;
  z-index: -1;
  overflow: hidden;
  transform-origin: center top;
}
#hero > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

#hero .logo {
  text-align: center;
  padding-top: 12.5rem;
  padding-bottom: 1.25rem;
}

#hero .logo img {
  width: 13.125rem;
  height: auto;
}

#hero .logo p {
  /* font-size: 1.125rem; */
  font-size: max(12px,1.125rem);
  font-weight: 500;
  margin-top: 1.5625rem;
}

#hero nav {
  margin-top: 3.75rem;
  margin-bottom: auto;
  background: #80ba34;
  color: #fff;
  padding: 0 2.75rem 3.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 3.75rem;
  border-radius: 10px;
  width: 28.75rem;
  --mask: url(../img/svg_hero_nav.svg);
  -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  mask-image: var(--mask);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: cover;
}

#hero nav ul {
  margin-top: 3.75rem;
}

#hero li a {
  display: block;
  padding: 1em;
  font-size: max(16px,1.25rem);
  color:#fff;
  transition: 0.3s ease;
}

#hero li a:hover{
  color:#38414a;
}

#hero > p {
  /* font-size: 1.25rem; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.5;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 3.125rem;
  border-right: #fff solid 3.75rem;
  box-sizing: content-box;
  margin-top: 18.75rem;
  margin-bottom: auto;
}

/*=== main ===*/
main {
  position: relative;
}

/*=== goPageTop ===*/
#goPageTop {
  display: flex;
  border-radius: 100vh;
  width: 5rem;
  height: 5rem;
  text-align: center;
  justify-content: center;
  background: #38414a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.1);
  position: sticky;
  /* inset: auto 10.625rem 1.25rem auto; */
  inset: auto 1.25rem 1.25rem auto;
  margin: auto 0 1.25rem auto;
  overflow: hidden;
  text-indent: -2000%;
  z-index: 1000;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.scrolled #goPageTop{
  opacity: 1;
  pointer-events: auto;
}

#goPageTop:hover{
  /* background: #dea33c; */
  background: var(--hover-color);
}

#goPageTop::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
  background-size: contain;
  /* width: 1.5625rem; */
  width: 35.7142857%;
  /* height: 0.9375rem; */
  height: 21.42857%;
  --mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS42NzggMTUiPjxwYXRoIGQ9Ik0uNTkyLDE0LjE5Yy43OTkuODE0LDIuMTA3LjgyNSwyLjkyLjAyNkwxMi45MDksNC45ODZsOS4yMzEsOS4zOTZjLjc5OS44MTQsMi4xMDcuODI1LDIuOTIuMDI2cy44MjUtMi4xMDcuMDI2LTIuOTJMMTQuNDA4LjYxOGMtLjc5OS0uODE0LTIuMTA3LS44MjUtMi45Mi0uMDI2TC42MTgsMTEuMjdjLS44MTQuNzk5LS44MjUsMi4xMDctLjAyNiwyLjkyWiIgc3Ryb2tlLXdpZHRoPSIwIi8+PC9zdmc+);
  -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: var(--mask);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}

/*=== footer ===*/
#global-footer {
  background: #38414a;
  color: #fff;
  text-align: center;
  padding-top: 3.75rem;
}

#global-footer h2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.625rem;
  margin-bottom: 2.1875rem;
}

#global-footer dl {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap:2.5rem;
  font-size: max(14px,1rem);
}

#global-footer dt{
  font-weight: 400;
}
#global-footer dl dd{
  display: flex;
  gap: 0 1em;
}
.footer-sns ul {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 1.875rem;
  margin: 3.125rem auto;
}
/* .footer-sns .sns-link a{

}
.footer-sns .sns-link a img{
  width: 2.375rem;
  height: 2.375rem;
} */

.footer-banners {
  background: #eee;
  color: #38414a;
  margin-top: 3.75rem;
  padding: 2.625rem;
}

.footer-banners ul {
  display: flex;
  gap: 0.8125rem;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}

.footer-banners ul a {
  display: block;
  outline: 1px solid #a3a4a3;
  outline-offset: -1px;
  transition: 0.3s ease;
}
.footer-banners ul a img{
  max-width: 100%;
  height: auto;
  transition: 0.3s ease;
}
/* .footer-banners ul:has(a:hover) a:hover{ */
.footer-banners ul a:hover{
  /* outline: 2px solid var(--hover-color); */
  /* outline-width: 2px; */
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  /* opacity: 0.8; */
}

.footer-copyright {
  text-align: center;
  background: #fff;
  color: #333;
  /* padding: 1.25rem; */
  padding: 1.428em;
  line-height: 1.5;
}

.footer-copyright small {
  font-size: max(14px,0.875rem);
  font-weight: 500;
}

/*=== concept ===*/
#concept {
  padding-top: 2.5rem;
  margin-top: -6.875rem;
  padding-bottom: 6.875rem;
}

#concept .section-copy {
  text-align: left;
  margin-bottom: 3.75rem;
}

/* #concept .intro {
  width: 68.75rem;
  margin: 0 auto;
} */
#concept .intro figure {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
#concept .intro figure {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#concept .intro .inner {
  padding: 2.5rem 5rem 0;
  border-radius: 10px;
  background: #fff;
  margin: -3.75rem 3.125rem 0;
  z-index: 1;
  position: relative;
}

#concept .intro h3 {
  line-height: 1;
  color: #655139;
  font-size: 3.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.6875rem;
}

#concept .intro h3 em {
  color: #80ba34;
  font-size: 7.5rem;
  line-height: 1;
}

#concept .intro p {
  /* font-size: 1.125rem; */
  line-height: 2.555;
}

.concept-item-wrapper .concept-item:nth-child(2n) em {
  inset: 0 0 auto auto;
  margin: 0 0 auto auto;
}

.concept-item-wrapper .concept-item:nth-child(2n) > .inner {
  flex-direction: row-reverse;
}

.concept-item-wrapper .concept-item:nth-child(2n) figure img {
  border-radius: 0 10px 10px 0;
}

.concept-item {
  position: relative;
  margin: 15rem 0;
  /* padding: 7.5rem 0; */
  /* min-height: 100vh; */
}
/* .concept-item + .concept-item {
  margin-top: 15rem;
} */

.concept-item-wrapper .concept-item:last-of-type{
  margin-bottom: 0;
}
.concept-item em {
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0 auto auto 0;
}
.concept-item em span {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
  padding: 0 3.75rem;
  color: #80ba34;
  font-size: 18.75rem;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.concept-item figure {
  width: min(60rem,100%);
  height: auto;
  display: block;
  flex-shrink: 0;
}
/* .concept-item div[data-layout^="full-right"] > figure,
.concept-item div[data-layout^="full-left"] > figure{
  overflow: hidden;
}
.concept-item div[data-layout="full-right"] > figure{
  border-radius: 10px 0 0 10px;
} */

.concept-item div[data-layout^="full-"] > figure span{
  display: block;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.concept-item div[data-layout="full-left"] > figure{
  border-radius: 0 10px 10px 0;
}

.concept-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-item > .inner {
  display: flex;
  gap: 4.375rem;;
  align-items: center;
  position: relative;
}

.concept-item > .inner + .inner {
  margin-top: 7.5rem;
}

.concept-item > .inner h3 {
  font-size: 2.875rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #655139;
}
.concept-item > .inner h3 br{
  display: none;
}

.concept-item > .inner h3 + .handwritten {
  line-height: 1.125;
  rotate: -15deg;
  position: absolute;
  inset: auto auto 0 0;
  translate: -50% -50%;
  z-index: -1;
}

.concept-item-wrapper .concept-item:nth-child(2n) > .inner h3 + .handwritten {
  inset: auto 0 0 auto;
  translate: 50% -50%;
}

.concept-item > .inner .paragraph p {
  color: #333;
  font-size: max(16px,1.125rem);
  line-height: 2.55;
}

.concept-item > .inner p + p {
  margin-top: 1em;
}

.inner:has(.concept-before-after) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0 5.625rem;
}

/* .concept-item-wrapper .concept-item:nth-child(2n-1) .inner:has(.concept-before-after) .paragraph{ */
.inner:has(.concept-before-after):nth-child(2n-1) .paragraph {
  order: 99;
  position: relative;
}

.inner:has(.concept-before-after):nth-child(2n-1) .paragraph img {
  position: absolute;
  inset: auto 0 0 auto;
  translate: 90% 0;
  z-index: -1;
  width: 24.8125rem;
  height: auto;
}

.concept-before-after {
  grid-column: span 2;
}

.concept-before-after .item {
  display: flex;
  gap: 1.25rem;
  width: 100%;
  position: relative;
}

.concept-before-after .item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  translate: 0 50%;
  display: block;
  background: #e4d79a;
  width: 8.125rem;
  height: 4.125rem;
  --mask: url(../img/svg_arrow01.svg);
  -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: var(--mask);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}

.inner:has(.concept-before-after):nth-child(2n-1) .concept-before-after .item:nth-child(2n-1):after {
  inset: 0 0 auto 0;
  translate: 0 -50%;
  scale: 1 -1;
}

.concept-before-after .item + .item {
  margin-top: 7.5rem;
}

.concept-before-after .item > figure {
  flex: 1;
  position: relative;
}

.concept-before-after .item > figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.concept-before-after .item > figure figcaption {
  display: flex;
  width: 6.875rem;
  height: 6.875rem;
  flex-direction: column;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1;
  font-size: 1.75rem;
  margin-top: 0;
  position: absolute;
  inset: auto auto 0 0;
  translate: -50% 50%;
}

.concept-before-after .item > figure figcaption small {
  font-size: 0.875rem;
}

.concept-before-after .item > figure figcaption.threed {
  border-top-right-radius: 0;
  background: #655139;
  font-size: 1.875rem;
}

.concept-before-after .item > figure figcaption.before {
  border-top-right-radius: 0;
  background: #38414a;
}

.concept-before-after .item > figure figcaption.after {
  border-bottom-left-radius: 0;
  background: #dea33c;
  inset: 0 0 auto auto;
  translate: 50% -50%;
}

/* 
#concept03{
  padding-top: 3.75rem;
} */
#concept03.concept-item > .inner {
  margin-bottom: 3.75rem;
}

#concept03.concept-item > .inner + .inner {
  margin-top: 3.75rem;
  margin-bottom: 0;
}

#concept03 .gallery {
  display: flex;
  gap: 1.25em;
  font-size: 1rem;
  justify-content: space-between;
  align-items: center;
}

#concept03 .gallery img {
  height: auto;
  border-radius: 10px;
}

#concept03 .gallery01 img:nth-child(1) {
  margin-right: auto;
  border-radius: 0 10px 10px 0;
  width: 52.25em;
}

#concept03 .gallery01 img:nth-child(2) {
  align-self: flex-end;
  width: 15em;
}

#concept03 .gallery01 img:nth-child(3) {
  width: 21.25em;
}

#concept03 .gallery02 img:nth-child(1) {
  width: 18.75em;
  margin-bottom: 3.75em;
}

#concept03 .gallery02 img:nth-child(2) {
  align-self: flex-end;
  width: 13.75em;
}

#concept03 .gallery02 img:nth-child(3) {
  width: 31.81em;
  border-radius: 0;
  margin-left: auto;
}

/*=== showroom ===*/
#showroom {
  margin-bottom: 0;
  padding-bottom: 0;
}

#showroom .section-copy {
  text-align: center;
  font-size: 3.125rem;
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
}
#showroom .section-copy::before{
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
  translate: 100% -100%;
  width: 15.1875rem;
  height: 15.1875rem;
  position: absolute;
  background: #aace36;
  --mask:url(../img/svg_aplu_home_icon.svg);
    -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: var(--mask);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;

}
#showroom .section-copy + p {
  font-size: max(16px,1.125rem);
  line-height: 2.555;
  padding: 1.875rem 5rem 3.75rem;
}

#showroom .section-body {
  margin-top: 5rem;
  padding: 6.25rem 0 9.375rem;
  background: #eee;
  container-type: inline-size;
}

#showroom .gallery {
  display: flex;
  gap: 0;
}

#showroom .gallery img {
  width: calc(100% / 3);
  height: auto;
  aspect-ratio: 640 / 500;
  flex: 1;
  transform-origin: left center;
}

#showroom .map iframe {
  width: 100%;
  height: 28.75rem;
}
.showroom-information {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-top: 6.25rem;
}
@container (max-width: 1260px){
  .showroom-information {
    grid-column: full-padding-start / full-padding-end !important;
  }
}

.showroom-information .grid {
  display: grid;
  /* grid-template-columns: auto 31.25rem; */
  grid-template-columns: auto 50%;
  gap: 3.75rem;
  margin: 3.75rem;
}

.showroom-information .grid > * {
  flex-shrink: 0;
  /* flex: 1; */
  /* padding: 3.75rem; */
}

.showroom-information h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #38414a;
  padding: 0.8125rem 1.25rem;
}

.showroom-information dl {
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 1.25rem;
  /* background: #d0d0d0; */
}

.showroom-information dt,
.showroom-information dd {
  font-size: max(14px,1rem);
  padding: 0.9375rem;
}

.showroom-information dt {
  background: #eee;
  text-align: center;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d0d0d0;
}

.showroom-information dd + dd {
  border-top: 1px solid #d0d0d0;
}

.showroom-information p {
  font-size: max(14px,1rem);
  line-height: 1.625;
}

.showroom-information p b {
  font-weight: 400;
}

.showroom-information address {
  text-align: center;
}
.showroom-information p:has(.mark01){
  text-align: center;
  margin: 0 auto 1.25rem;
}
/* .showroom-information .mark01 {
  border-radius: 4px;
  border: 2px solid currentColor;
  font-size:max(16px,1.125rem);
  font-weight: 500;
  padding: 0.5rem;
  max-width: min(100%, 15.375rem);
  margin: 0 auto 1.25rem;
} */

.showroom-information address p {
  text-align: left;
  font-size:max(16px,1.125rem);
  line-height: 2;
}

.showroom-information address .tel {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.showroom-information address .tel span {
  scale: 0.9;
}
.showroom-information address .calendar-link{
  margin-inline: auto;
  width: fit-content;
}
.showroom-information address .calendar-link a {
  margin: 1.25rem auto;
}

/*=== works ===*/
#works {
  /* margin-top: 0; */
  background: #38414a url(../img/bg_pattern01.png) repeat;
}

#works .section-title {
  padding-bottom: 8.75rem;
}

#works .gallery {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#works .gallery-wrapper {
  display: flex;
  gap: 0;
  transition-timing-function: linear;
}
/*
#works .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 56.25rem));
  gap: 2.5rem;
  margin: 0 -100%;
  justify-content: center;
}
*/
#works .gallery-wrapper > * {
  display: block;
  border-radius: 10px;
}

#works .work-wrapper {
  background: #fff;
  margin-right: 3.75rem;
  margin-top: 14.625rem;
  /* margin-top: 5rem; */
  margin-bottom: 14.625rem;
  /* padding: 6.25rem 0; */
  padding: 6.25rem 0;
  position: relative;
  z-index: 1;
}
#works .gallery + .work-wrapper{
  margin-top: 5rem;
}

#works .work-wrapper::before,
#works .work-wrapper::after {
  content: "";
  height: 14.625rem;
  width: 100%;
  position: absolute;
  background: #fff;
}

#works .work-wrapper::before {
  inset: 0 auto auto 0;
  translate: 0 -99%;
  clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
}

#works .work-wrapper::after {
  inset: auto auto 0 0;
  translate: 0 99%;
  clip-path: polygon(0 0, 100% 0, 100% 1%, 0% 100%);
}

#works .work h3 {
  text-align: center;
  color: #655139;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 1.875rem;
}

#works .work p {
  font-size: max(16px,1.125rem);
  line-height: 2.55;
  padding: 0 5rem;
}

#works .work .grid {
  display: grid;
  grid-template-columns: 28.125rem auto;
  gap: 4.6875rem;
  margin-top: 6.25rem;
  margin-bottom: 8.75rem;
}

#works .work .grid:not(:has(>*:nth-child(2))) {
    display: block;
}

#works .works-before-after .item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem;
  position: relative;
}

#works .works-before-after .item::before{
content: "";
display: block;
width: 2.75rem;
height: 2rem;
position: absolute;
inset: 0;
margin: auto;
translate: 1% 0;
background: #171c60;
clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

#works .works-before-after .item figure img {
  width: 100%;
  height: auto;
}

#works .works-before-after .item figcaption {
  border-radius: 4px;
  font-family: "Nothing You Could Do", cursive;
  font-size: 1.625rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  background: #38414a;
  padding: 0.125rem 1.25rem;
  margin-bottom: 1.25rem;
}

#works .works-before-after .item figcaption.after {
  background: #dea33c;
}

#works .work .grid dl {
  margin: 0 0 3.125rem;
}

#works .work .grid dl dt,
#works .work .grid dl dd {
  font-size: max(16px,1.125rem);
  font-weight: 400;
  display: inline-block;
  /* padding: 1.25rem 0; */
}

#works .work .grid dl dt::after {
  content: "\FF1A";
}

#works .work .grid dl div:first-child {
  border-top: 1px solid #d0d0d0;
}

#works .work .grid dl div {
  border-bottom: 1px solid #d0d0d0;
  padding: 1.25rem;
}

#works .work .grid h4 {
  font-size: max(16px,1.125rem);
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  background: #655139;
  padding: 0.9375rem;
  width: fit-content;
  min-width: 15.625rem;
  text-align: center;
}

#works .work .grid ol {
  margin: 1.25rem 0;
  list-style: decimal;
  padding-inline-start: 1.5em;
}

#works .work .grid li {
  line-height: 1.5;
}

#works .work .grid li + li {
  margin-top: 0.75em;
}

#works .slider {
  display: grid;
  grid-template-columns: 51.875rem auto;
  gap: 2.5rem;
}

#works .works-before + .works-after {
  margin-top: 7.5rem;
  /* margin-top: 4.5rem; */
}

#works .slider .main {
  position: relative;
  padding-bottom: 3rem;
  display: block;
  --animate-duration: 0.5s;
}

#works .slider .main img {
  border-radius: 10px;
  aspect-ratio: 9 / 6;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#works .slider .main img:last-of-type:not(:first-of-type){
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}

#works .slider .main figcaption{
  margin-top: 1.25rem;
}
#works .slider .main figcaption p{
  font-size: max(16px,1.125rem);
  padding: 0;
  position: absolute;
  inset: auto auto 3rem 0;
  width: 100%;
  line-height: 1.8;
  translate: 0 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#works .slider .main figcaption b.before,
#works .slider .main figcaption b.after {
  display: flex;
  width: 9.875rem;
  height: 9.875rem;
  flex-direction: column;
  border-radius: 100vh 100vh 0 100vh;
  justify-content: center;
  align-items: center;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1;
  font-size: 2.5rem;
  margin-top: 0;
  position: absolute;
  inset: 0 auto auto 0;
  translate: -50% -50%;
}

#works .works-before .main figcaption b.before {
  background: #38414a;
}

#works .works-after .main figcaption b.after {
  background: #dea33c;
}

#works .slider .thumbnails ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#works .slider .thumbnails ul li{
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s ease;
/* outline: 2px solid transparent;
outline-offset: -2px; */
opacity:0.8;
    /* filter: brightness(90%) grayscale(100%); */
    filter:grayscale(100%);
}
#works .slider .thumbnails ul li[data-current='true']{
/* outline: 2px solid #dea33c; */
/* outline:2px solid #38414a; */
opacity: 1;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
/* filter: brightness(100%)  grayscale(0%); */
filter: grayscale(0%);
}

#works .slider .thumbnails ul img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

/*=== other-works ===*/
#other-works {
  margin-top: 0;
  padding-top: 2.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

#other-works .section-title {
  padding-bottom: 6.25rem;
}

#other-works .swiper-slider{
  width: 100%;
  overflow: hidden;
  margin: -2.5rem 0;
  padding: 2.5rem 0;
}
#other-works .swiper-slider ul{
  display: flex;
  gap: 0;
  /* gap: 5rem; */
  /* justify-content: center; */
}

#other-works .swiper-slider .swiper-wrapper{
  transition-timing-function: linear;
  height: auto;
}

#other-works .swiper-slider li {
  display: block;
  width: 47.5rem;
  flex-shrink: 0;
  padding: 0 2.5rem;
  height: auto;
}
#other-works .swiper-slider li > *{
  display: block;
  padding: 0 1.875rem 1.875rem;
  position: relative;
  z-index: 2;
  height: 100%;
  transition: 0.3s ease;
}
#other-works .swiper-slider li > *::before {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 71.4%;
  /* height: calc(100% - 12.5rem); */
  background: #fff;
  border-radius: 10px;
  z-index: -2;
}
/* #other-works .swiper-slider:has(li > *:hover) li > *{ */
#other-works .swiper-slider li > *{
  transition: 0.3s ease;
  opacity: 0.8;
  filter:grayscale(10%);
  scale: 1;
}
#other-works .swiper-slider li.swiper-slide-active > *,
#other-works .swiper-slider li > *:hover{
  opacity: 1.0 !important;
  filter: grayscale(0%) !important;
  scale: 1.05;
}

#other-works .swiper-slider li figure {
  margin-bottom: 1.538em;
}

#other-works .swiper-slider li figure img {
  aspect-ratio: 7 / 5;
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#other-works .swiper-slider li h4,
#other-works .swiper-slider li p {
  margin-left: 2rem;
  margin-right: 2rem;
}

#other-works .swiper-slider li h4 {
  /* font-size: max(26px,1.625rem); */
  font-size: max(22px,1.625rem);
  font-weight: 700;
  /* margin-top: 2.5rem;
  margin-bottom: 1.25rem; */
  margin-top: 1.538em;
  margin-bottom: 0.769em;
}

#other-works .swiper-slider li p {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 0.625rem;
  letter-spacing: -0.05em;
}
#other-works .swiper-navigation-wrapper{
  width: min(68.75rem,100%);
  margin: 0 auto;
  margin: 2.5rem auto 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.125rem;
}
#other-works .swiper-pagination-bullets{
  display: flex;
  gap: 0.3125rem;
}

#other-works .swiper-pagination-bullet{
  display: block;
width: 5rem;
height: 6px;
/* height: 0.375rem; */
background: #fff;
opacity: 0.3;
cursor: pointer;
transition: 0.3s ease;
}
#other-works .swiper-pagination-bullet:hover{
  background: #dea33c;
  opacity: 1;
}
#other-works .swiper-pagination-bullet-active{
opacity: 1;
}
#other-works .swiper-button {
  display: flex;
  gap:10px;
}
#other-works .swiper-button > *{
border-radius: 100vh;
  background: #aa9e8f;
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  color: #fff;
}
#other-works .swiper-button > *:hover{
  background: #dea33c;
}
#other-works .swiper-button > *::before{
  content: "";
  display: block;
  /* width: 0.6rem;
  height: 0.6rem; */
  width: max(8px,0.6rem);
  height: max(8px,0.6rem);
  border-top: max(2px,0.15625rem) solid #fff;
  border-left: max(2px,0.15625rem) solid #fff;
  /* border-top: 2px solid #fff;
  border-left: 2px solid #fff; */
  translate: 25% 0;
  rotate: -45deg;
  transform-origin: center center;
}
#other-works .swiper-button > .swiper-button-prev::before{
  translate: 25% 0;
}
#other-works .swiper-button > .swiper-button-next::before{
  rotate: -225deg;
  translate: 0 0;
}

/*=== flow ===*/
#flow{
  background-image:url(../img/bg_leaf.png);
  background-repeat: no-repeat;
  background-position: right -3.75rem top -15.625rem;
  background-size: 64.6875rem 91.25rem;
}
#flow h2 + p{
  margin-top: 3.75rem;
  line-height: 2.55;
  text-align: center;
}

#flow ol {
  display: block;
  counter-reset: number;
  margin-top:  3.75rem;
  margin-bottom:  2.5rem;
}
#flow li {
  display: grid;
  justify-content: space-between;
  grid-template-areas: 
  "title figure"
  "p figure"
  ". figure";
  border-bottom: 1px solid #d0d0d0;
  padding: 2.5rem 0 2.5rem 5.9375rem;
  gap: 0 1.25rem;
}

#flow li h3{
  grid-area: title;
  color: #655139;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  height:4.375rem;;
}
#flow li h3::before{
  position: absolute;
  inset: 0;
  margin: auto 0 auto -1.875rem;
  content: '0' counter(number);
  counter-increment: number;
    font-family: "Cormorant Garamond", serif;
    font-size: 3.125rem;
  font-weight: 700;
  font-style: normal;
  color: #80ba34;
  display: block;
  width:4.375rem;
  height:4.375rem;
  border: 2px solid currentColor;
  border-radius: 4px;
  line-height: 3.125rem;
  text-align: center;
  translate: -100% 0;
}
#flow li p{
  grid-area: p;
  line-height: 2;
  margin-top:1.25rem;
}
#flow li figure{
  grid-area: figure;
  width: 18.75rem;
}
#flow li figure img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#flow .notes{
  color: #fff;
  background: #38414a;
  line-height: 2;
border-radius: 10px;
/* padding: 1.625rem 3.125rem; */
padding: 3.125rem;
margin-bottom: 0.625rem;
}

/*=== contact ===*/
#contact {
  padding-top: 0;
  padding-bottom: 3.125rem;
}
#contact *[data-layout='full']:has(.section-title){
  background: left center #3b2110 url(../img/bg_contact.jpg) no-repeat;
  padding: 10.625rem 0;
  margin-bottom: 5.625rem;
}
#contact p.popup{
  text-align: center;
  line-height: 1.666;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
#contact .popup-inner{
  display: block;
}
#contact p.popup::before,
#contact p.popup::after,
#contact .popup-inner::before,
#contact .popup-inner::after{
    display: block;
    content: "";
    height: 10px;
    position: absolute;
    border-bottom: 5px dotted #aa9e8f;
    scale: 0.8;
    /* background-image: radial-gradient(circle, #d2c698 1.5px, transparent 2.001px);
    background-position: 0 bottom;
    background-size: 8px 4px;
    background-repeat: repeat-x; */
}
#contact p.popup::before,
#contact p.popup::after{
  width:4.375rem; 
}
#contact .popup-inner::before,
#contact .popup-inner::after{
width: 5.625rem;

}
#contact p.popup::before,
#contact .popup-inner::before{
    bottom: 0;
    left: 0;
    translate: -100% -80%;
    transform-origin: right bottom;
}
#contact p.popup::after,
#contact .popup-inner::after{
    bottom: 0;
    right: 0;
    translate: 100% -80%;
    transform-origin: left bottom;
}
#contact p.popup::before{
rotate: 45deg;
    translate: -125% -80%;
}
#contact .popup-inner::before{
rotate: 65deg;
    translate: -100% 0%;
}
#contact p.popup::after{
rotate: -45deg;
    translate: 125% -80%;
}
#contact .popup-inner::after{
rotate: -65deg;
    translate: 100% 0%;
}
#contact p.popup b{
  font-weight: 400;
}
#contact .tel-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 1.25rem auto;
  gap: 1.25rem;
}
#contact .tel-wrapper .tel{
  margin-bottom: 0.2em;
}
#contact .tel-wrapper .tel span{
    width: max(40px, 3.125rem);
    height: max(40px, 3.125rem);
}
#contact .tel-wrapper .mark01{
  font-size: max(17px,1.0625rem);
  width: 9.53em;
}
#contact .calendar-link {
  opacity: 1 !important;
  margin-inline: auto;
  width: fit-content;
}
#contact .calendar-link a{
  margin-inline: auto;
}
#contact .form {
  background: #eee;
  border-radius: 10px;
  margin: 3.75rem 0 0;
  padding: 5rem 7.5rem;
}
#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="tel"]{
  width: min(37.5rem,100%);
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 0.625rem 0;
}
#contact .form dl {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 1.25rem 3.125rem;
  margin-bottom: 3.75rem;

}
#contact .form dl div{
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: subgrid;
}
#contact .form dt b{
  font-size: max(12px,0.75rem);
  font-weight: 500;
  color: #fff;
  background: #c3c3c3;
  display: flex;
  width: 2.833em;
  padding: 2px;
  /* height:1.125em; */
  justify-content: center;
  align-items: center;
}
#contact .form dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  font-weight: 400;
}
#contact .form dt > p{
  display: inherit;
  justify-content: inherit;
  gap: inherit;
  width: 100%;
}
#contact .form dt b.required{
  background: #dea33c;
}
#contact .form dd > p{
  display: block;
}

#contact .form .submit{
  display: block;
  border-radius: 4px;
  color: #fff;
  background: #38414a;
  text-align: center;
  border: 0;
  /* width: 15.625rem;
  padding: 1.25rem; */
  width: 13.888em;
  padding: 1.111em;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 500;
  font-size: max(18px,1.125rem);
  transition: 0.3s ease;
}
#contact .form .submit:hover{
  background: var(--hover-color);
}

/*=== cmp ===*/
.cmp main {
  margin-top: var(--global-header-height);
}
.cmp main h2{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0.8125rem 1.25rem;
  color: #655139;
}
.cmp main p{
  text-align: center;
line-height: 2.555;
margin: 1em 0;
}
.cmp main .button-link {
  width: fit-content;
  margin-inline: auto;
}
.cmp main .button-link a{
  min-height: 3.125rem;
}

/*=== common ===*/
.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tel {
  /* font-size: 3.125rem; */
  font-size: max(40px,3.125rem);
  font-weight: 700;
}

.tel a {
  display: block;
}

.tel a img {
  display: block;
  visibility: hidden;
}

.tel span {
  vertical-align: -0.15em;
  display: inline-block;
  position: relative;
  /* width: 2.625rem;
  height: 2.625rem; */
  width: max(50px,3.125rem);
  height: max(50px,3.125rem);
}

.tel a span:first-of-type::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: currentColor;
  --mask: url(../img/ico_tel.png);
  -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: var(--mask);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}

.button-link a,
.calendar-link a,
.contact-link a {
  display: flex;
  align-items: center;
  /* padding: 0.625rem 1.25rem; */
  padding: 0.625em 1.25em;
  line-height: 1;
  color: #fff;
  width: fit-content;
  font-size: max(16px,1rem);
  background: inherit;
  border-radius: 4px;
  transition: 0.3s ease;
}

.button-link,
.contact-link {
  border-radius: 4px;
  background: #38414a;
}

.calendar-link {
  border-radius: 4px;
  background: #dea33c;
}

.button-link a:hover,
.contact-link a:hover,
.calendar-link a:hover{
  /* background: #80ba34; */
  /* background: #BA345E; */
  /* background: #BA4F34; */
  /* background: #549D98; */
  /* background: #ff6848; */
  background: var(--hover-color);
}

.calendar-link a img,
.contact-link a img {
  vertical-align: -0.5em;
  margin-right: 0.625rem;
  width: 1.875rem;
  height: auto;
}

.handwritten {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #ede8e2;
}

 .mark01 {
  display: inline-block;
  border-radius: 4px;
  border: 2px solid currentColor;
  font-size: max(16px,1.125rem);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem;
  max-width: min(100%, 15.375rem);
  width: 100%;
  text-align: center;
}

em {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.red {
  color: #eb3333;
}

.sns-link a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100vh;
  scale: 1;
  transition: 0.3s ease;
}
.sns-link a:hover{
  /* scale: 1.1; */
  opacity:0.8;
}
.sns-link a img {
  width: 2.375rem;
  height: 2.375rem;
}

.section-title {
  color: #aa9e8f;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.875rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 1rem;
  line-height: 1;
  margin: 0;
  width: fit-content;
}
.section-title b{
  display: inline-block;
  font-weight: 400;
  position: relative;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.section-title b::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0;
  border-radius: 100vh;
  width: 1rem;
  height: 1rem;
  background: #80ba34;
  translate: -150% -150%;
}

.section-title.right {
  margin-left: auto;
  text-align: right;
}

.section-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  display: block;
  color: #655139;
}

.section-title.white,
.section-title.white small {
  color: #fff;
}

.section-copy {
  color: #655139;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.65;
  /* margin-bottom: 1.25rem;
margin-bottom: 3.75rem; */
}

/* 
section{
  padding: 8.75rem 3.75rem;
} */
section {
  padding: 8.75rem 0;
}

.caption {
  font-size: max(14px,1rem);
  background: #eee;
  border-radius: 10px;
  line-height: 2;
  padding: 0.625rem 1.25rem;
  text-align: center;
  display: block;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

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

.movie {
  width: 100%;
  padding: 0 5rem;
}

.movie img,
.movie iframe,
.movie video {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1.25rem;
  background: #38414a;
  aspect-ratio: 16 / 9;
}


/*
.concept-before-after .item > figure figcaption.threed,
.concept-before-after .item > figure figcaption.before,
 .concept-before-after .item > figure figcaption.after,
 #works .slider .main figcaption b.before,
 #works .slider .main figcaption b.after{
  transform-origin: top center;
  animation-name: rotateInDownRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 1.0s;
}
.concept-before-after .item > figure figcaption.threed,
.concept-before-after .item > figure figcaption.before,
 .concept-before-after .item > figure figcaption.after{
  animation-delay: 1.5s;
}
*/

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
/*=== layout ===*/
/*
1920
1800
1100
940
*/
.layout {
  --gap: 3.75rem;
  --full: var(--gap);
  --full-padding: minmax(var(--gap), 1fr);
  /* --full-padding: var(--gap); */
  --content: 68.75rem;
  /* --popout: minmax(0, 2rem);
  --feature: minmax(0, 5rem); */

  display: grid;
  gap: 0;
  grid-template-columns:
    [full-start] var(--full)
    /* [full-left-start] 0 */
    [full-padding-start] var(--full-padding)
    /* [feature-start] var(--feature)
    [popout-start] var(--popout) */
    /* [full-right-start] 0 */
    [content-start] var(--content) [content-end]
    /* var(--popout) [popout-end]
    var(--feature) [feature-end] */
    /* 0 [full-left-end] */
    var(--full-padding) [full-padding-end]
    /* 0 [full-right-end] */
    var(--full) [full-end];
}

.layout > * {
  grid-column: content;
}

/* .popout {
  grid-column: popout;
}

.feature {
  grid-column: feature;
} */
*[data-layout="full-padding"] {
  grid-column: full-padding;
}

*[data-layout="full-left"] {
  grid-column: full-start / content-end;
}

*[data-layout="full-right"] {
  grid-column: content-start / full-end;
}

*[data-layout="full"] {
  grid-column: full;
}

/*=== ===*/
:root {
  --animate-duration: 1s;
  --animate-delay: 0s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
  animation-delay: var(--animate-delay);
}
*[data-inview]{
  opacity: 0;
  transition: 0.3s ease;
}
.animate__animated[data-inview-delay='0.5s'] {
  --animate-delay: 0.5s;
}
.animate__animated[data-inview-delay='1.0s'] {
  --animate-delay: 1s;
}
.animate__animated[data-inview-delay='1.5s'] {
  --animate-delay: 1.5s;
}
.animate__animated[data-inview-delay='2.0s'] {
  --animate-delay: 2s;
}
.animate__animated[data-inview-delay='2.5s'] {
  --animate-delay: 2.5s;
}
.animate__animated[data-inview-delay='3.0s'] {
  --animate-delay: 3s;
}
.animate__animated[data-inview-delay='3.5s'] {
  --animate-delay: 3.5s;
}
.animate__animated[data-inview-delay='4.0s'] {
  --animate-delay: 4s;
}
.animate__animated[data-inview-delay='4.5s'] {
  --animate-delay: 4.5s;
}
.animate__animated[data-inview-delay='5.0s'] {
  --animate-delay: 5s;
}
.animate__animated[data-inview-delay='5.5s'] {
  --animate-delay: 5.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    /* transform: scale3d(0.3, 0.3, 0.3); */
    transform: scale3d(0.9, 0.9, 0.9);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes scaleUp {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.animate__scaleUp {
  animation-name: scaleUp;
}

@keyframes scaleDown {
  from {
    opacity: 0;
    scale: 1.1;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}
.animate__scaleDown {
  animation-name: scaleDown;
}

@keyframes swing {
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: bottom center;
  animation-name: swing;
}