@charset "UTF-8";
:root {
  --white: white;
  --black: #333;
  --jp: 14px;
  --en: 10px;
  --mw-container-sm: 100%;
  --w-text: 80%;
  --top-btn-nav: 0;
  --box-shadow: 0 0 5px 1px rgba(51, 51, 51, 0.3);
  --blur: 2px;
}

@media (min-width: 576px) {
  :root {
    --jp: 17px;
    --en: 12px;
  }
}
@media (min-width: 1024px) {
  :root {
    --w-container-sm: 90%;
    --mw-container-sm: 930px;
    --blur: 4px;
    --w-text: 82.5%;
  }
}
.popin, .popin2, #animTemplate, .item-product .item-product-image .hovered, .item-product .btn-item-product:before, .item-product .btn-item-product .textwrapper, .item-product .btn-item-product .imgwrapper, .item-product .btn-item-product .imgwrapper:after, .cta-contact, .drawer-menu .hamburger.item-links-type2.contact, #btn-sound, #btn-sound .icon-wrapper, footer a, .wrapper-navbar, .wrapper-navbar .list-links a, .section-garden .wrapper-catch .garden-text-svg, .item-creators, .item-creators .item-creators-portrait, .item-creators .wrapper-bubble {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.text-center, .cta-contact, .drawer-menu .hamburger.item-links-type2.contact {
  text-align: center;
}

/* end %link-tel */
.drawer-menu .hamburger.item-links-type1 .en:before, .block-lt-blue, .block-purple-blue, #gradient-background .green-grad, .puddle .bluepuddle.reflection:after, .item-product .btn-item-product:before, .item-product .btn-item-product:after, .item-product .btn-item-product .imgwrapper:after, #section-product:before, .bottom-clouds-back-wrapper:before, .leaves.textwrapper:before, .leaves.textwrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  zoom: 1;
}

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

table th {
  font-weight: 400;
}

table tr {
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
:focus:not(:focus-visible) {
  outline: none;
}

html {
  -webkit-text-size-adjust: none; /* for iOS Safari */
  -moz-text-size-adjust: none;
  text-size-adjust: none; /* for other mobile browsers */
}

p, dd {
  line-height: 1.7;
}

a {
  color: #251e1c;
  text-decoration: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.w100 {
  width: 100%;
}

.w100vw {
  width: 100%;
  max-width: 100vw;
}

.overflow-hidden {
  overflow: hidden;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.z-2 {
  z-index: -2;
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z99 {
  z-index: 99;
}

.z100 {
  z-index: 100;
}

.z101 {
  z-index: 101;
}

.z998 {
  z-index: 998;
}

.z999 {
  z-index: 999;
}

.caps {
  text-transform: uppercase;
}

.o1 {
  opacity: 0.1;
}

.o2 {
  opacity: 0.2;
}

.o3 {
  opacity: 0.3;
}

.o4 {
  opacity: 0.4;
}

.o5 {
  opacity: 0.5;
}

.o6 {
  opacity: 0.6;
}

.o7 {
  opacity: 0.7;
}

.o8 {
  opacity: 0.8;
}

.o9 {
  opacity: 0.9;
}

.o10 {
  opacity: 1;
}

.letterspace-m40 {
  letter-spacing: -0.4em;
}

body {
  font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  background: #f2ede2;
  color: #251e1c;
}

.wrapper-navbar {
  position: fixed;
  z-index: 100;
  width: 1600px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9rem 0;
  box-sizing: border-box;
  transform: translateY(-100%);
}

.wrapper-navbar.active {
  transform: translateY(0);
}

.wrapper-navbar .list-links {
  width: 100%;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.wrapper-navbar .list-links a:hover, .wrapper-navbar .list-links a:active {
  opacity: 0.7;
}

.wrapper-navbar .list-links a:last-child .item-links-type2 {
  padding-right: 0;
}

.wrapper-navbar .list-links .item-links-type1 img {
  max-height: 1.8rem;
  height: 100%;
  width: auto;
}

.wrapper-navbar .list-links .item-links-type2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wrapper-navbar .list-links .item-links-type2 img {
  max-height: 2.5rem;
  max-height: 2.125rem;
  height: 100%;
  width: auto;
}

.wrapper-navbar {
  display: none;
}
@media (min-width: 1024px) {
  .wrapper-navbar {
    display: block;
  }
}

.wrapper-full {
  width: 100%;
}

.wrapper-section {
  width: 1600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .wrapper-footer {
    width: 100%;
    max-width: 95%;
  }
}
.section-fv {
  padding-top: 2.8rem;
}
@media (min-width: 1024px) {
  .section-fv {
    padding-top: 4.25rem;
  }
}
.section-fv .videowrapper {
  z-index: 0;
  max-width: unset;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-fv .videowrapper {
    height: 85vh;
  }
}
.section-fv .fv_inner {
  width: 94%;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background: #e8d6ec;
}
@media (max-width: 767px) {
  .section-fv .fv_inner {
    border-radius: 2rem;
  }
}
.section-fv .fv_inner.high {
  height: auto;
  aspect-ratio: 1/0.552;
}
@media (max-width: 767px) {
  .section-fv .fv_inner.high {
    aspect-ratio: 1/1.3;
  }
}
.section-fv .fv_inner .swiper-container,
.section-fv .fv_inner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-fv .fv_inner .swiper-container .fv_main,
.section-fv .fv_inner .swiper-wrapper .fv_main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fv .fv_inner .swiper-container .fv_slide01_text,
.section-fv .fv_inner .swiper-wrapper .fv_slide01_text {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 765px;
  z-index: 100;
  max-width: 65%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .section-fv .fv_inner .swiper-container .fv_slide01_text,
  .section-fv .fv_inner .swiper-wrapper .fv_slide01_text {
    top: 43%;
    max-width: 60%;
  }
}
.section-fv .fv_inner .swiper-container .fv_slide01_text .video_btn,
.section-fv .fv_inner .swiper-wrapper .fv_slide01_text .video_btn {
  position: absolute;
  right: 0;
  top: 88%;
  width: 145px;
  padding: 15px 20px 15px 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.section-fv .fv_inner .swiper-container .fv_slide01_text .video_btn img,
.section-fv .fv_inner .swiper-wrapper .fv_slide01_text .video_btn img {
  line-height: 1;
  vertical-align: middle;
  opacity: 0.4;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .section-fv .fv_inner .swiper-container .fv_slide01_text .video_btn,
  .section-fv .fv_inner .swiper-wrapper .fv_slide01_text .video_btn {
    width: 25vw;
    right: auto;
    left: 0;
    padding: 9px 18px 9px 10px;
    top: calc(100% + 20px);
  }
}
.section-fv .fv_inner .swiper-slide-prev .fv_main,
.section-fv .fv_inner .swiper-slide-duplicate-next .fv_main {
  border-radius: 59px;
}
@media (max-width: 767px) {
  .section-fv .fv_inner .swiper-slide-prev .fv_main,
  .section-fv .fv_inner .swiper-slide-duplicate-next .fv_main {
    border-radius: 2.3rem;
  }
}
.section-fv .fv_inner a:hover .fv_slide01_text .video_btn {
  background: rgba(255, 255, 255, 0.45);
}
.section-fv .fv_inner a:hover .fv_slide01_text .video_btn img {
  opacity: 0.45;
}
.section-fv .fv-flag {
  position: absolute;
  width: 300px;
  max-width: 60%;
  top: 0;
  left: calc(3% + 2rem);
  transform: translateY(70%);
  z-index: 10;
}
@media (max-width: 767px) {
  .section-fv .fv-flag {
    left: calc(3% + 0.5rem);
    transform: translateY(50%);
  }
}
.section-fv .fv-catch {
  position: fixed;
  z-index: 20;
  bottom: 30px;
  width: 580px;
  max-width: 55%;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .section-fv .fv-catch {
    transform: translateX(-7%);
    max-width: 88%;
  }
}
.section-fv .fv-catch.set {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
}
@media (max-width: 767px) {
  .section-fv .fv-catch.set {
    transform: translateY(60%) translateX(-8%);
  }
}

.section-garden {
  margin-top: 5rem;
}

@media (min-width: 1024px) {
  .section-garden {
    margin-top: 8rem;
  }
}
.section-garden .wrapper-catch {
  position: relative;
  width: 100%;
  max-width: var(--mw-container-sm);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 0;
  display: grid;
  align-content: center;
  gap: 1rem;
}

@media (min-width: 576px) {
  .section-garden .wrapper-catch {
    gap: 0;
    max-width: 75vw;
  }
}
@media (min-width: 1024px) {
  .section-garden .wrapper-catch {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 850px;
    gap: 1.5rem;
    transform: translateX(-7.5%);
  }
}
.section-garden .wrapper-catch .garden-text-svg {
  display: block;
  max-width: 596px;
}

@media (min-width: 576px) {
  .section-garden .wrapper-catch .garden-text-svg {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .section-garden .wrapper-catch .garden-text-svg {
    max-width: 596px;
  }
}
.section-garden .wrapper-catch #garden-text-svg-1 {
  transform-origin: top left;
}

.section-garden .wrapper-catch #garden-text-svg-2 {
  margin-left: auto;
  margin-right: 0;
  transform-origin: bottom right;
}

@media (min-width: 1024px) {
  .section-garden .wrapper-catch #garden-text-svg-2 {
    margin-top: -2rem;
    margin-right: 5%;
  }
}
.section-garden .wrapper-gardenview {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 1024px) {
  .section-garden .wrapper-gardenview {
    top: -15rem;
    padding-bottom: 50rem;
    padding-top: 18rem;
  }
}
@media (min-width: 1300px) {
  .section-garden .wrapper-gardenview {
    top: -25rem;
  }
}
@media (min-width: 1024px) {
  .section-garden .videowrapper {
    margin-top: -25rem;
  }
}
@media (max-width: 767px) {
  .section-about {
    max-width: 75%;
  }
}
.section-about p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 2.2;
}
@media (min-width: 1024px) {
  .section-about p {
    font-size: 1.1rem;
    line-height: 2.3;
  }
}
@media (max-width: 767px) {
  .section-about p {
    font-size: 0.9rem;
  }
}
.section-about h2 {
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1400px) {
  .section-about h2 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .section-about h2 {
    width: 100%;
  }
}

.section-about .textwrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-text);
  position: relative;
  z-index: 10;
  margin-left: 55%;
}
@media (max-width: 1300px) {
  .section-about .textwrapper {
    margin-left: 50%;
  }
}
@media (max-width: 1200px) {
  .section-about .textwrapper {
    margin-left: 45%;
  }
}
@media (max-width: 1023px) {
  .section-about .textwrapper {
    margin: 0 0 40px 0;
    max-width: none;
  }
}

.section-about .textwrapper span {
  display: inline;
}

.section-about.flex {
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .section-about.flex {
    flex-wrap: nowrap;
    padding: 2rem 0;
  }
}
.section-about.flex .textwrapper {
  margin-left: auto;
  margin-right: auto;
  order: 0;
  max-width: var(--w-text);
}

@media (min-width: 1024px) {
  .section-about.flex .textwrapper {
    order: 1;
    margin-right: 10%;
  }
}
@media (min-width: 1300px) {
  .section-about.flex .textwrapper {
    margin-right: 5%;
  }
}
.section-about.flex .puddle-bg {
  position: absolute;
  height: 100%;
  min-width: 100vw;
  width: 100%;
  content: "";
  background-color: #acd1e1;
}

.section-about.flex .puddle.parallax {
  position: relative;
  transform: none;
  inset: 0;
  margin: 0;
  order: 1;
  width: 100%;
  min-height: 220px;
  transform: translateX(-33%);
  margin: 4.5rem 0 2rem;
  scale: 1.4;
  display: block;
  -webkit-mask-image: url("../../_assets/SVG/project-puddle.svg");
  mask-image: url("../../_assets/SVG/project-puddle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (min-width: 576px) {
  .section-about.flex .puddle.parallax {
    scale: 1.4;
    margin-top: 6rem;
    transform: translateX(-6%);
  }
}
@media (min-width: 1024px) {
  .section-about.flex .puddle.parallax {
    margin: 0;
    order: 0;
    align-self: center;
    scale: 1.7;
    transform: translateX(-6.5rem);
  }
}
@media (min-width: 1300px) {
  .section-about.flex .puddle.parallax {
    scale: 2.5;
    transform: translateX(-3.5rem);
  }
}
@media (min-width: 1600px) {
  .section-about.flex .puddle.parallax {
    scale: 2.75;
    transform: translateX(1rem);
  }
}
@media (max-width: 767px) {
  .product-tag {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-product {
  position: relative;
  z-index: 0;
  padding-top: 0rem;
}
.section-product .product-header-text {
  padding-bottom: 2rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .section-product .product-header-text {
    max-width: 82.5%;
    padding-bottom: 6rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-product .product-header-text {
    padding-bottom: 5rem;
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .section-product .product-header-text h2 {
    margin-bottom: 25px;
  }
}
.section-product .product-header-text h2 img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-product .product-header-text h2 img {
    max-height: 105px;
  }
}
@media (max-width: 1024px) {
  .section-product p br {
    display: none;
  }
}

.section-product .section-product-top-margin {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .section-product .section-product-top-margin {
    margin-top: 0;
  }
}
.section-creators {
  max-width: var(--mw-container-sm);
  margin-left: auto;
  margin-right: auto;
}

.section-creators .creators-header-text {
  width: 100%;
  max-width: var(--w-text);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .section-creators .creators-header-text {
    width: unset;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.wrapper-garden-ornaments {
  width: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .wrapper-garden-ornaments {
    top: 3rem;
  }
}
@media (min-width: 1300px) {
  .wrapper-garden-ornaments {
    top: -4rem;
  }
}
.wrapper-garden-ornaments > svg {
  padding-top: 4rem;
  scale: 1.3;
  overflow: hidden;
}

@media (min-width: 576px) {
  .wrapper-garden-ornaments > svg {
    padding-top: 14%;
  }
}
@media (min-width: 1024px) {
  .wrapper-garden-ornaments > svg {
    padding-top: 5.5%;
    scale: 1.2;
  }
}
@media (min-width: 1600px) {
  .wrapper-garden-ornaments > svg {
    padding-top: 10rem;
  }
}
.wrapper-garden-ornaments .wrapper-garden-ornaments-left {
  position: absolute;
  top: 0;
  left: -4rem;
  width: 50%;
}

@media (min-width: 576px) {
  .wrapper-garden-ornaments .wrapper-garden-ornaments-left {
    top: -1rem;
    left: -12rem;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .wrapper-garden-ornaments .wrapper-garden-ornaments-left {
    top: 0;
    width: 47.5%;
    left: -18.5rem;
  }
}
.wrapper-garden-ornaments .wrapper-garden-ornaments-right {
  position: absolute;
  top: 2rem;
  width: 92%;
  right: -4rem;
}

@media (min-width: 1024px) {
  .wrapper-garden-ornaments .wrapper-garden-ornaments-right {
    width: 75%;
    right: -15rem;
  }
}
.gardenvideo-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: -12rem;
}
@media (min-width: 1024px) {
  .gardenvideo-wrapper {
    margin-top: -85rem;
  }
}
@media (min-width: 1300px) {
  .gardenvideo-wrapper {
    margin-top: -95rem;
  }
}

.gardenvideo-wrapper .videowrapper {
  background-color: rgb(218, 172, 164);
}
@media (min-width: 1024px) {
  .gardenvideo-wrapper .videowrapper {
    height: 85vh;
  }
}

.ornaments-wrapper {
  width: 100%;
  position: absolute;
}
.ornaments-wrapper .gardenvideo01 {
  width: 300px;
  max-width: 36vw;
  top: 0;
  left: -2rem;
  max-width: 17.5vw;
  transform: translateY(-70%);
}
.ornaments-wrapper .gardenvideo02 {
  width: 400px;
  max-width: 25vw;
  top: 0;
  right: 0;
  transform: translateY(-73%);
}

@media (max-width: 1024px) {
  .gardenview-road {
    margin-top: -1.25rem;
  }
}
.contact_btn {
  width: 180px;
  max-width: 23%;
  right: 30px;
  bottom: 30px;
  position: fixed;
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact_btn {
    right: 12px;
    bottom: 12px;
    max-width: 24%;
  }
}
.contact_btn.active {
  opacity: 1;
  pointer-events: all;
}
.contact_btn a {
  position: relative;
  display: block;
}
.contact_btn a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ffff25;
  border: 2px solid #fff;
  width: 100%;
  padding-top: 100%;
  display: block;
  transition: 0.25s;
}
.contact_btn a:hover::before {
  transform: scale(1.1);
  background: #ffff43;
  box-shadow: 0 0 10px #fff;
}
.contact_btn a:hover img {
  opacity: 0.8;
}
.contact_btn a img {
  position: relative;
  z-index: 10;
  transition: 0.25s;
}

.overwrapper-section-product {
  background: #d7e9f0;
}

.wrapper-section-product-topper .topper-clouds-front {
  position: absolute;
  z-index: 2;
  width: 75%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-section-product-topper .topper-clouds-back {
  width: 140vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: unset;
}

.wrapper-section-product-topper .transition-topper {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.overlay-wrapper .block-lt-blue {
  height: 25vh;
  position: static;
  background-color: red;
}

#section-product {
  position: relative;
  background: linear-gradient(180deg, rgb(215, 232, 239) 0%, rgb(187, 218, 218) 75%, rgb(241, 236, 225) 100%);
}
#section-product .cloud_bottom {
  padding: 30px 0 0 0;
  text-align: center;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  #section-product .cloud_bottom {
    transform: translateY(10%);
  }
}

.bottom-clouds-front-overwrapper {
  position: relative;
  width: 100%;
}

.bottom-clouds-back-wrapper img {
  filter: blur(var(--blur));
}

.bottom-clouds-back-wrapper .backcloud-concealer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  width: 100%;
}

.bottom-clouds-back-wrapper .backcloud-additional {
  max-width: 700px;
  width: 65%;
  position: absolute;
  right: -3rem;
  top: 10vw;
}

@media (min-width: 576px) {
  .bottom-clouds-back-wrapper .backcloud-additional {
    width: 55%;
    top: 3rem;
  }
}
@media (min-width: 1024px) {
  .bottom-clouds-back-wrapper .backcloud-additional {
    width: 25%;
    top: 1rem;
    right: 5vw;
  }
}
@media (min-width: 1600px) {
  .bottom-clouds-back-wrapper .backcloud-additional {
    width: 28%;
    top: 1rem;
  }
}
.bottom-clouds-front-overwrapper {
  width: 100%;
  height: 133vw;
  position: absolute;
  top: 0;
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper {
    height: 100vh;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl {
  position: absolute;
  filter: blur(var(--blur));
}

.bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl-wrapper, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr-wrapper, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl-wrapper {
  position: absolute;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl-wrapper, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr-wrapper, .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl-wrapper {
    height: 25vw;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl {
  width: 225px;
  width: 60vw;
  max-width: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -25%;
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl {
    width: 700px;
    width: 36.4583333333vw;
    left: -352px;
    left: -18.3333333333vw;
  }
}
@media (min-width: 1920px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl {
    width: 700px;
    left: -22rem;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl-wrapper {
  top: -22.5vw;
  left: 0;
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-ftl-wrapper {
    top: -13vw;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr {
  width: 165px;
  width: 44vw;
  max-width: 35%;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr {
    width: 590px;
    width: 30.7291666667vw;
    right: -224px;
    right: -11.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr {
    width: 590px;
    right: -224px;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-fmr-wrapper {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl {
  width: 180px;
  width: 48vw;
  max-width: 35%;
  left: -20%;
  bottom: unset;
}

@media (min-width: 1024px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl {
    width: 500px;
    width: 31.25vw;
    left: -288px;
    left: -15vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1920px) {
  .bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl {
    width: 500px;
    left: -288px;
  }
}
.bottom-clouds-front-overwrapper .product-videowrapper-cloud-fbl-wrapper {
  left: 0;
  bottom: 0;
}

.videowrapper-clouds {
  background-color: rgb(158, 161, 170);
}

.leaves.textwrapper {
  padding-top: 20rem;
  padding-bottom: 3rem;
  position: relative;
  font-family: system-default !important;
  letter-spacing: 0.075em;
}

@media (min-width: 1024px) {
  .leaves.textwrapper {
    padding-bottom: 4rem;
  }
}
.leaves.textwrapper:before {
  top: 2%;
  height: 50%;
  width: 100%;
  background: #95c2bf;
  background: linear-gradient(0deg, rgb(149, 194, 191) 0%, rgba(149, 194, 191, 0) 25%);
  z-index: -1;
}

@media (min-width: 1024px) {
  .leaves.textwrapper:before {
    height: 46%;
    background: linear-gradient(0deg, rgb(149, 194, 191) 0%, rgba(149, 194, 191, 0) 75%);
  }
}
.leaves.textwrapper:after {
  top: unset;
  bottom: -1%;
  height: 50%;
  width: 100%;
  background-color: #95c2bf;
  z-index: -1;
}

@media (min-width: 1024px) {
  .leaves.textwrapper:after {
    height: 54%;
  }
}
.leaves.textwrapper p {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: var(--w-text);
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", -apple-system !important;
}
@media (min-width: 1024px) {
  .leaves.textwrapper p {
    line-height: 2.2;
    font-size: 1.1rem;
    max-width: unset;
  }
}
.leaves.textwrapper p br {
  display: none;
}
@media (min-width: 1024px) {
  .leaves.textwrapper p br {
    display: block;
  }
}

footer {
  background-color: #95c2bf;
  font-family: "Noto Sans JP", -apple-system !important;
}
@media (min-width: 1024px) {
  footer {
    padding-top: 0;
  }
}

.linkarea-footer {
  position: relative;
}

.linkarea-footer .wrapper-section {
  position: relative;
  z-index: 2;
}

.wrapper-footer-links {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .wrapper-footer-links {
    grid-template-areas: "a b c";
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
  }
}
.wrapper-footer-links .wrapper-brand {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1024px) {
  .wrapper-footer-links .wrapper-brand {
    grid-area: b;
  }
}
.wrapper-footer-links .wrapper-brand img {
  width: 55%;
  max-width: 265px;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .wrapper-footer-links .wrapper-brand img {
    max-width: 20vw;
  }
}
@media (min-width: 1024px) {
  .wrapper-footer-links .wrapper-brand img {
    width: 265px;
  }
}
.wrapper-footer-links .wrapper-footernav {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  gap: 1.5rem;
  font-size: 0.8rem;
}

@media (min-width: 1024px) {
  .wrapper-footer-links .wrapper-footernav {
    grid-area: c;
    justify-content: end;
    width: 100%;
    font-size: 0.8rem;
  }
}
.wrapper-footer-links .wrapper-footernav a {
  color: #ffffff;
}

.wrapper-footer-links .wrapper-footernav li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.wrapper-footer-links .wrapper-footernav li:before {
  content: "|";
}

.copyright {
  font-size: 0.85rem;
  font-family: "Hiragino Sans", "Meiryo", sans-serif, system-ui, -apple-system !important;
}

@media (min-width: 1024px) {
  .copyright {
    font-size: 0.7rem;
  }
}
footer a:hover, footer a:active {
  opacity: 0.7;
}

body {
  background-color: #f2ede2;
}

section {
  margin-bottom: 4rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
h2 img {
  width: auto;
  margin-top: 1rem;
  margin-bottom: 0rem;
  max-height: 145px;
}

@media (min-width: 1024px) {
  h2 img {
    max-height: 33px;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
p {
  font-size: 0.9rem;
  line-height: 2.2;
}

@media (min-width: 1024px) {
  p {
    font-size: 1.15rem;
  }
}
.videowrapper {
  width: 95vw;
  height: 95vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .videowrapper {
    width: 100%;
    max-width: 94%;
    height: 87.5vh;
  }
}
@media (max-width: 767px) {
  .videowrapper {
    margin-bottom: 3rem;
    border-radius: 1.2rem;
  }
}
.videowrapper .video_btn {
  transition: 850ms all ease;
  filter: blur(15rem);
}
.videowrapper img, .videowrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 850ms all ease;
  opacity: 0;
  filter: blur(15rem);
  transform-origin: center;
}
.videowrapper img.blur0, .videowrapper video.blur0 {
  filter: blur(0);
  transition: 400ms all ease;
}
.videowrapper img.goeisan_chara, .videowrapper video.goeisan_chara {
  position: absolute;
  left: -20%;
  bottom: -30px;
  width: 18%;
  height: auto;
  opacity: 0.7;
  transform: translateY(50%) scale(0.7) rotate(-15deg);
  filter: blur(0);
  animation: none;
}
@media (max-width: 767px) {
  .videowrapper img.goeisan_chara, .videowrapper video.goeisan_chara {
    width: 22%;
  }
}
.videowrapper img.goeisan_chara.pop, .videowrapper video.goeisan_chara.pop {
  animation: popFull 6s ease-in-out infinite;
}
.videowrapper img.goeisan_text, .videowrapper video.goeisan_text {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 25%;
  margin: 0 auto;
  height: auto;
  filter: blur(0);
  transition: 400ms all ease;
}
@media (max-width: 767px) {
  .videowrapper img.goeisan_text, .videowrapper video.goeisan_text {
    width: 50%;
  }
}
.videowrapper img.goeisan_gd, .videowrapper video.goeisan_gd {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 80px;
  max-width: 15%;
  z-index: 10;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  border-radius: 2px;
  filter: blur(0);
}
@media (max-width: 767px) {
  .videowrapper img.goeisan_gd, .videowrapper video.goeisan_gd {
    right: 3vw;
    bottom: 3vw;
    max-width: 10%;
  }
}
.videowrapper.active img,
.videowrapper.active video,
.videowrapper.active .video_btn {
  opacity: 1;
  filter: blur(0);
}

@keyframes popFull {
  /* 0%：初期位置（隠れた状態） */
  0% {
    left: -20%;
    bottom: -40px;
    opacity: 0.7;
    transform: translateY(50%) scale(0.7) rotate(-15deg);
  }
  /* 10%：ピョンと出る（popIn 相当） */
  10% {
    left: -1px;
    bottom: -1px;
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
  /* 25%：その場で静止 */
  40% {
    left: -1px;
    bottom: -1px;
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
  /* 40%〜60%：ゆらゆらしながら戻る */
  50% {
    transform: translateY(10px) scale(0.95) rotate(7deg);
  }
  55% {
    transform: translateY(5px) scale(0.9) rotate(-7deg);
  }
  70% {
    left: -12%;
    bottom: -50px;
    opacity: 0.8;
    transform: translateY(70%) scale(0.7) rotate(-15deg);
  }
  /* 75%：初期位置で静止 */
  90% {
    left: -20%;
    bottom: -80px;
    opacity: 0.8;
    transform: translateY(70%) scale(0.7) rotate(-15deg);
  }
  /* 100%：再び popIn のスタート位置（次のループへ） */
  100% {
    left: -20%;
    bottom: -40px;
    opacity: 0.8;
    transform: translateY(50%) scale(0.7) rotate(-15deg);
  }
}
@media (max-width: 1400px) {
  .gardenvideo-wrapper .goeisan_wrap {
    height: auto;
    aspect-ratio: 1/0.55;
  }
}
@media (max-width: 767px) {
  .gardenvideo-wrapper .goeisan_wrap {
    aspect-ratio: 1/0.75;
  }
}

.block-lt-blue {
  background: #d7e9f0;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.block-lt-blue.top {
  bottom: unset;
  top: 0;
}

.block-purple-blue {
  background: #a9badf;
  width: 100%;
  bottom: 0;
  left: 0;
}

.block-purple-blue.top {
  bottom: unset;
  top: 0;
}

.abs.tag {
  position: static;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .abs.tag {
    position: absolute;
    width: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .abs.tag.left {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .abs.tag.right {
    right: 0;
  }
}
.abs.tag img {
  display: none;
}

@media (min-width: 1024px) {
  .abs.tag img {
    display: block;
  }
}
.abs.tag .mobile-only {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.15em;
}
@media (min-width: 1024px) {
  .abs.tag .mobile-only {
    display: none;
  }
}

.tar-item-links {
  margin-top: -15vh;
}

.overlay-wrapper {
  position: relative;
  z-index: 1;
  background-color: #f2ede2;
  padding: 0.1px 0;
}

#gradient-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #bcdbdb;
}

#gradient-background .green-grad {
  height: 100%;
  width: 500%;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(188, 219, 219);
  background: radial-gradient(circle, rgb(188, 219, 219) 50%, rgba(188, 219, 219, 0) 100%);
  filter: blur(2.5rem);
}

@media (min-width: 1024px) {
  #gradient-background .green-grad {
    width: 200%;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .textwrapper .destroy-pc {
    display: none;
  }
}
canvas {
  z-index: 99 !important;
}

.break-sp {
  display: block;
}

@media (min-width: 1024px) {
  .break-sp {
    display: none;
  }
}
.break-pc {
  display: none;
}

@media (min-width: 1024px) {
  .break-pc {
    display: block;
  }
}
.btn-cta-contact {
  max-width: var(--mw-container-sm);
  margin: 0 auto;
  display: block;
  width: 70%;
}

@media (min-width: 1024px) {
  .btn-cta-contact {
    margin-top: 3rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1600px) {
  .btn-cta-contact {
    margin-bottom: 20rem;
  }
}
.cta-contact, .drawer-menu .hamburger.item-links-type2.contact {
  font-size: 100%;
  padding: 1.1rem 0;
  border-radius: 8rem;
  background-color: #ffff25;
  color: #251e1c;
  box-shadow: 0 0 0 2px #ffffff;
}

.cta-contact .jp, .drawer-menu .hamburger.item-links-type2.contact .jp {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .cta-contact .jp, .drawer-menu .hamburger.item-links-type2.contact .jp {
    font-size: 1.5rem;
  }
}
.cta-contact .en, .drawer-menu .hamburger.item-links-type2.contact .en {
  font-family: "Dancing Script", cursive;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

@media (min-width: 1024px) {
  .cta-contact .en, .drawer-menu .hamburger.item-links-type2.contact .en {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .cta-contact, .drawer-menu .hamburger.item-links-type2.contact {
    width: 53%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }
  .cta-contact .jp, .drawer-menu .hamburger.item-links-type2.contact .jp {
    font-size: 1.75rem;
  }
}
.cta-contact:hover, .cta-contact:active, .drawer-menu .hamburger.item-links-type2.contact:hover, .drawer-menu .hamburger.item-links-type2.contact:active {
  background-color: #fffdae;
  box-shadow: 0 0 25px 4px #ffffff;
}

br {
  display: none;
}

@media (min-width: 1024px) {
  br {
    display: block;
  }
}
#btn-sound {
  transition-timing-function: ease-out;
  transition-duration: 0.15s;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 11;
}

@media screen and (min-width: 376px) {
  #btn-sound {
    top: 49%;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  #btn-sound {
    top: -7.5rem;
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  #btn-sound {
    right: 1.5%;
    top: -10.5rem;
  }
}
@media (min-width: 1300px) {
  #btn-sound {
    width: 87px;
    height: 87px;
    top: -11rem;
  }
}
#btn-sound[active] .opt-topause {
  opacity: 1;
}

#btn-sound[active] .opt-toplay {
  opacity: 0;
}

#btn-sound:hover .icon-wrapper {
  filter: brightness(105%);
}

#btn-sound:active {
  scale: 0.9;
  filter: brightness(95%);
}

#btn-sound img {
  width: 100%;
  height: 100%;
}

#btn-sound .icon-wrapper {
  transition-timing-function: ease-out;
  transition-duration: 0.15s;
  width: 100%;
  height: 100%;
}

#btn-sound .opt-topause, #btn-sound .opt-toplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

#btn-sound .opt-topause {
  opacity: 0;
}

#btn-sound .opt-toplay {
  opacity: 1;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #251e1c;
  background-color: #ffffff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  text-decoration: none;
  color: #222;
  padding-bottom: 5vh;
  width: 94%;
}

.drawer-brand img {
  width: 225px;
  max-width: 42vw;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  opacity: 0.7;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
  margin-left: auto;
  margin-right: auto;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -5px;
  left: 0;
  content: " ";
  width: 100%;
}

.drawer-hamburger-icon:after {
  top: 5px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: #95c2bf;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
  background-color: #95c2bf;
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
  background-color: #95c2bf;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*!------------------------------------*\
                begin
\*!------------------------------------*/
.drawer--right .drawer-hamburger {
  top: 0;
  right: 3%;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .drawer--right .drawer-hamburger {
    top: 2rem;
    right: 2rem;
  }
}
.drawer-nav {
  background: #95c2bf;
  color: #ffffff;
}

.drawer-open .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #ffffff;
}

.drawer-hamburger {
  --btn-size: 2.2rem;
  width: var(--btn-size);
  height: var(--btn-size);
  padding: 0;
  margin: 0;
  border-radius: 100%;
  /* end &-icon  */
}

@media (min-width: 1024px) {
  .drawer-hamburger {
    --btn-size: 3.75rem;
  }
}
.drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #95c2bf;
}

.header-logo-wrapper {
  width: 242px;
  width: 17.2857142857rem;
  width: 15.125rem;
  max-width: 35vw;
  position: fixed;
  z-index: 11;
  top: 1%;
  left: 3%;
}

@media (min-width: 1024px) {
  .header-logo-wrapper {
    max-width: 40vw;
    top: 1rem;
    left: 2.25rem;
  }
}
.header-logo-wrapper a {
  display: block;
  padding: 1rem;
}

@media (max-width: 1024px) {
  .header-logo-wrapper a {
    padding: 0;
  }
}
.header-logo-wrapper .small {
  font-size: 66%;
  text-align: center;
}

.drawer--right.drawer-open .drawer-nav {
  padding: 0 10.5%;
  box-sizing: border-box;
}

.drawer-menu {
  display: grid;
  gap: 1rem;
  font-size: 80%;
}

.drawer-nav .copyright {
  font-size: 0.75rem;
}

.drawer-menu .hamburger.item-links-type1 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.drawer-menu .hamburger.item-links-type1 .en {
  display: flex;
  align-content: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: -0.25rem;
}

.drawer-menu .hamburger.item-links-type1 .en:before {
  background-color: #ffffff;
  height: 0.25rem;
  width: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: block;
  position: static;
  border-radius: 100%;
}

.drawer-menu .hamburger.item-links-type2 {
  font-weight: 500;
}

.drawer-menu .hamburger.item-links-type2.contact {
  margin-top: 2rem;
  background-color: #ffff25;
  box-shadow: 0 0 0 2px #ffffff;
  padding: 1rem;
  border-radius: 8rem;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .drawer-toggle {
    display: none;
  }
}
/*!------------------------------------*\
                 end

**改造**CUSTOM**改造**CUSTOM**改造**CUSTOM
**CUSTOM**改造**CUSTOM**改造**CUSTOM**改造
**改造**CUSTOM**改造**CUSTOM**改造**CUSTOM
**CUSTOM**改造**CUSTOM**改造**CUSTOM**改造

\*!------------------------------------*/
.popin, .popin2 {
  filter: blur(var(--blur));
  opacity: 0;
  transition-duration: 2s !important;
}

.popin.active, .popin2.active {
  filter: blur(0);
  opacity: 1;
}

@keyframes animTemplate {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
#animTemplate {
  animation-name: animTemplate;
  animation-duration: 40s; /* set the duration of the animation */
  animation-timing-function: ease-in; /* set the timing function */
  animation-iteration-count: infinite; /* set the number of times the animation should run */
}

.item-product .item-product-image .hovered {
  opacity: 0;
  filter: blur(1rem);
}

.item-product.hovered .item-product-image .hovered {
  opacity: 1;
  filter: blur(0);
}

.item-product.hovered .btn-item-product:before {
  box-shadow: 0 0 0 2px #c98527;
}

.item-product.hovered .btn-item-product .textwrapper {
  color: #c98527;
}

.item-product.hovered .btn-item-product .imgwrapper {
  box-shadow: 0 0 0 2px #c98527;
}

.item-product.hovered .btn-item-product .imgwrapper:after {
  background-color: #c98527;
}

@media (max-width: 1024px) {
  .item-product.sp-image-switch .item-product-image .hovered {
    opacity: 1;
    filter: blur(0);
  }
  .item-product.sp-image-switch .btn-item-product:before {
    box-shadow: 0 0 0 2px #c98527;
  }
  .item-product.sp-image-switch .btn-item-product .textwrapper {
    color: #c98527;
  }
  .item-product.sp-image-switch .btn-item-product .imgwrapper {
    box-shadow: 0 0 0 2px #c98527;
  }
  .item-product.sp-image-switch .btn-item-product .imgwrapper:after {
    background-color: #c98527;
  }
}
@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.bouncer {
  animation: bounce 2s infinite ease-in-out;
}

.wrapper-butterfly-box {
  position: absolute;
  width: 48vw;
  max-width: 360px;
  z-index: 1;
  top: 15rem;
  right: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .wrapper-butterfly-box {
    top: -15rem;
    width: 50%;
    max-width: 35vw;
  }
}
.wrapper-butterfly-box svg {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translate3d(2rem, 0, 0px) !important;
}

@media (min-width: 1024px) {
  .wrapper-butterfly-box svg {
    transform: translate3d(6rem, 0px, 0px) !important;
  }
}
.wrapper-garden-ornaments {
  filter: blur(var(--blur));
}

.wrapper-starblock {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .wrapper-starblock {
    width: 66%;
  }
}
.wrapper-starblock img.abs {
  width: 45%;
  right: -55%;
  top: -1.5rem;
  filter: blur(var(--blur));
}

.wrapper-leaves svg g g:first-child, .wrapper-leaves svg g g:nth-child(2), .wrapper-leaves svg g g:nth-child(3), .wrapper-leaves svg g g:nth-child(4), .wrapper-leaves svg g g:nth-child(5), .wrapper-leaves svg g g:nth-child(8), .wrapper-leaves svg g g:nth-child(9), .wrapper-leaves svg g g:nth-child(10), .wrapper-leaves svg g g:nth-child(14) {
  filter: blur(var(--blur));
}

.wrapper-section-product-topper.active .topper-clouds-back {
  opacity: 0;
  transform: translate(-50%, -100vh);
}

.wrapper-section-product-topper.active .grad-concealment {
  opacity: 1;
}

.wrapper-section-product-topper .topper-clouds-front {
  transition: 3s padding-bottom ease;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 1024px) {
  .wrapper-section-product-topper .topper-clouds-front {
    padding-bottom: 30rem;
  }
}
.wrapper-section-product-topper .topper-clouds-back {
  transform-origin: 0;
}

.wrapper-section-product-topper .grad-concealment {
  background: rgb(242, 237, 226);
  background: linear-gradient(0deg, rgba(242, 237, 226, 0) 0%, rgb(242, 237, 226) 100%);
  position: absolute;
  z-index: 111;
  content: "";
  left: 0;
  top: 0;
  height: 25%;
  max-height: 100px;
  width: 100%;
  opacity: 0;
  transition: 0.5s opacity ease;
}

@keyframes cloudShift {
  0% {
    transform: translate(15%, -50%);
  }
  50% {
    transform: translate(-25%, -50%);
  }
  100% {
    transform: translate(15%, -50%);
  }
}
.cloud1, .cloud2 {
  animation: cloudShift 45s normal 0s infinite;
  max-width: 500px;
  width: 35vw;
  position: absolute;
  filter: blur(6px);
}

.cloud1 {
  top: 63%;
  left: -17.5rem;
}

.cloud2 {
  top: 48%;
  right: -17.5rem;
}

.bluepuddle {
  display: block;
}

.overwrapper-leaves {
  position: absolute;
  bottom: 11rem;
}

@media screen and (min-width: 430px) {
  .overwrapper-leaves {
    bottom: 4rem;
  }
}
@media (min-width: 576px) {
  .overwrapper-leaves {
    bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .overwrapper-leaves {
    bottom: -3%;
  }
}
.wrapper-leaves {
  position: relative;
  z-index: -1;
  transform: translateY(0);
}

.wrapper-leaves svg {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px) !important;
  width: 175% !important;
  max-width: unset;
  position: relative;
}

@media (min-width: 1024px) {
  .wrapper-leaves svg {
    width: 162 !important;
  }
}
@media (min-width: 1300px) {
  .wrapper-leaves svg {
    width: 132% !important;
  }
}
@keyframes clouds-door {
  0% {
    scale: 0.9;
    transform-origin: 0;
  }
  50% {
    scale: 0.925;
    transform-origin: 0;
  }
  100% {
    scale: 0.9;
    transform-origin: 0;
  }
}
.clouds-door {
  transition: 3s scale ease;
  position: relative;
  display: flex;
}

.clouds-door.active {
  scale: 0.9;
  animation-name: clouds-door;
  animation-duration: 12s;
  animation-delay: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (min-width: 1024px) {
  .clouds-door.active {
    scale: 0.9;
  }
}
.clouds-door-left {
  padding-top: 4rem;
  width: 55%;
}

.clouds-door-right {
  width: 75%;
}

@media (min-width: 1024px) {
  .clouds-door-right {
    width: 60%;
  }
}
.clouds-door-full {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
}

.clouds-door-full-spacer {
  opacity: 0;
}

.puddle #rainbow {
  filter: blur(2px);
  opacity: 0.75;
}

@media (min-width: 1024px) {
  .puddle.overflow-hidden {
    transform: translateY(-49%);
  }
}
.svg-rainbow {
  position: relative;
  scale: 1;
  top: 15%;
  left: 55%;
  width: 50%;
}

@media (min-width: 576px) {
  .svg-rainbow {
    left: 28%;
    width: 38%;
    max-width: 260px;
  }
}
@media (min-width: 1024px) {
  .svg-rainbow {
    top: 2rem;
    left: 50%;
    width: 50%;
    max-width: 230px;
  }
}
@media (min-width: 1300px) {
  .svg-rainbow {
    top: 2rem;
    left: 15rem;
    width: 30%;
    max-width: 220px;
    position: absolute;
  }
}
.about_outer {
  background: #f1ece1;
  position: relative;
  z-index: 100;
  padding: 50px 0 25px;
}
@media (max-width: 767px) {
  .about_outer {
    padding: 0;
  }
}
.about_outer .section-about {
  padding: 50px 0 0 0;
}
.about_outer .section-about .abs.tag.right {
  top: 0;
}
.about_outer .puddle {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: calc(50% + 25px);
  width: 1200px;
}
@media (max-width: 1200px) {
  .about_outer .puddle {
    right: calc(55% + 25px);
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  .about_outer .puddle {
    position: relative;
    top: 0;
    left: -15%;
    right: auto;
    width: 110%;
    margin: 0 auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .about_outer .puddle {
    width: 115vw;
    left: -50%;
  }
}
.about_outer .puddle .bluepuddle img {
  clip-path: inset(0.5px);
}
.about_outer .puddle .bluepuddle.reflection {
  position: relative;
}
.about_outer .puddle .bluepuddle.reflection::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
  top: 50%;
  left: 50%;
  height: 99%;
  width: 99%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_outer .puddle .bluepuddle.reflection canvas {
  opacity: 0.7;
}
.about_outer .puddle .mask-puddle {
  top: 0;
  transform: scale(1.01);
}

.site_wrap {
  overflow-x: hidden;
}

.about_content {
  position: relative;
  z-index: 200;
  margin: 150px auto;
  max-width: 100%;
  width: 2000px;
}
@media (max-width: 1023px) {
  .about_content {
    margin: 50px auto;
  }
}
.about_content .inner {
  width: 1180px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .about_content .inner {
    max-width: 75%;
  }
}
.about_content .inner .text_wrap {
  padding: 100px 53% 100px 0;
}
@media (max-width: 1023px) {
  .about_content .inner .text_wrap {
    padding: 0 0 50px 0;
  }
}
.about_content .inner .text_wrap p {
  font-size: 1.1rem;
  line-height: 2.4;
}
@media (max-width: 1023px) {
  .about_content .inner .text_wrap p {
    font-size: 1rem;
    line-height: 2.2;
  }
}
@media (max-width: 767px) {
  .about_content .inner .text_wrap p {
    font-size: 0.9rem;
    line-height: 2.2;
  }
}
.about_content .inner .text_wrap p + p {
  margin-top: 1rem;
}
.about_content .video_wrap {
  pointer-events: none;
  border-radius: 3rem;
  overflow: hidden;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translateY(-50%);
  width: 58%;
  aspect-ratio: 1/0.5;
}
@media (max-width: 1600px) {
  .about_content .video_wrap {
    aspect-ratio: 1/0.58;
  }
}
@media (max-width: 1500px) {
  .about_content .video_wrap {
    aspect-ratio: 1/0.65;
  }
}
@media (max-width: 1023px) {
  .about_content .video_wrap {
    position: relative;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .about_content .video_wrap {
    border-radius: 2rem;
  }
}
.about_content .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.about_content.reverse .inner .text_wrap {
  padding: 100px 0 100px 57%;
}
@media (max-width: 1023px) {
  .about_content.reverse .inner .text_wrap {
    padding: 0 0 50px;
  }
}
.about_content.reverse .video_wrap {
  left: auto;
  right: 54%;
}
@media (max-width: 1023px) {
  .about_content.reverse .video_wrap {
    right: 0;
  }
}

.ib {
  display: inline-block;
}

.hid {
  margin-left: -0.5em;
}

.cloud_over {
  pointer-events: none;
}
.cloud_over img {
  width: 100%;
}

.slide_homebnr .swiper-slide .fv_main,
.slide_homebnr .swiper-slide .fv_slide01_text,
.slide_homebnr .swiper-slide .video_btn {
  opacity: 0;
  transition: 1s;
}

.slide_homebnr .swiper-slide.swiper-slide-active .fv_main,
.slide_homebnr .swiper-slide.swiper-slide-active .fv_slide01_text,
.slide_homebnr .swiper-slide.swiper-slide-active .video_btn {
  opacity: 1;
}

.product_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 5%;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .product_list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 82%;
  }
}
@media (max-width: 1380px) {
  .product_list {
    gap: 65px 5%;
  }
}
.product_list .box a {
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
}
.product_list .box a .icon_new {
  position: absolute;
  right: 0;
  top: 36px;
  width: 140px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .product_list .box a .icon_new {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .product_list .box a .icon_new {
    top: 3.5%;
  }
}
.product_list .box a .gd_wrap {
  position: relative;
}
.product_list .box a .gd_wrap .gd {
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: 120px;
  max-width: 10%;
  z-index: 100;
}
@media (max-width: 767px) {
  .product_list .box a .gd_wrap .gd {
    right: 1.5%;
    max-width: 12%;
    bottom: 15px;
  }
}
.product_list .box a .gd_wrap .gd img {
  border-radius: 2px;
}
.product_list .box a figure {
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/0.515;
}
@media (max-width: 767px) {
  .product_list .box a figure {
    margin: 0 -3%;
  }
}
.product_list .box a figure img {
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_list .box a figure img.nomal {
  z-index: 5;
}
.product_list .box a figure img.hover {
  z-index: 1;
  opacity: 0;
}
.product_list .box a:hover figure img.nomal {
  z-index: 5;
  opacity: 0;
}
.product_list .box a:hover figure img.hover {
  opacity: 1;
}
.product_list .box a .text_wrap {
  padding: 0 7%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .product_list .box a .text_wrap {
    padding: 0;
  }
}
.product_list .box a .text_wrap h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.55em;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product_list .box a .text_wrap h3 {
    font-size: 4.5vw;
  }
}
.product_list .box a .text_wrap h3.gd_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1380px) {
  .product_list .box a .text_wrap h3.gd_name {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-right: 110px;
    margin: 0 auto 15px;
    text-align: left;
  }
  .product_list .box a .text_wrap h3.gd_name .lb {
    display: block;
  }
}
@media (max-width: 767px) {
  .product_list .box a .text_wrap h3.gd_name {
    padding-right: calc(20vw + 17px);
  }
}
.product_list .box a .text_wrap h3.gd_name .gd {
  width: 88px;
  padding-left: 20px;
}
@media (max-width: 1380px) {
  .product_list .box a .text_wrap h3.gd_name .gd {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
  }
}
@media (max-width: 767px) {
  .product_list .box a .text_wrap h3.gd_name .gd {
    padding: 8px 0 0 0;
    width: 20vw;
  }
}
.product_list .box a .text_wrap h3.gd_name .gd img {
  border-radius: 2px;
  transform: translateY(-2px);
}
.product_list .box a .text_wrap p {
  font-size: 16px;
  line-height: 2em;
  width: 30em;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .product_list .box a .text_wrap p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .product_list .box a .text_wrap p {
    font-size: 0.9rem;
    line-height: 1.8em;
  }
}

@media (max-width: 767px) {
  .product_list .box a figure img.nomal {
    animation: spNomalAnim 5s infinite;
  }
  .product_list .box a figure img.hover {
    animation: spHoverAnim 5s infinite;
  }
  @keyframes spNomalAnim {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes spHoverAnim {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
.area-bottom {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .area-bottom {
    padding-top: 50px;
  }
}

.video_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  pointer-events: none;
  opacity: 0;
  transition: 0.35s;
}
.video_modal * {
  pointer-events: none;
}
.video_modal.open {
  z-index: 500;
  opacity: 1;
  pointer-events: all;
}
.video_modal.open * {
  pointer-events: all;
}
.video_modal .inner {
  box-sizing: border-box;
  padding: 7vh 5%;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.video_modal .inner video {
  max-width: 100%;
  max-height: 90vh;
}
.video_modal .inner iframe {
  border: 0;
  max-width: 100%;
  max-height: 86vh;
  aspect-ratio: 16/9;
}
.video_modal .close_btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  max-width: 8%;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.video_modal .close_btn:hover {
  opacity: 0.9;
}/*# sourceMappingURL=main.css.map */