/** Shopify CDN: Minification failed

Line 9:4 Expected ";"

**/
/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap')

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar{
  display: none;
}

html *::-webkit-scrollbar{
  
  display: none;
}

body {
  margin: 0;
  color: #000;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .25s ease;
}

a:hover {
  opacity: .7;
}

.visually-hidden {
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    position: absolute;
    width: 1px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
}

#id_sb_floating_container {
  display: none!important;
}

.yakuhan {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  display: inline!important;
}

@media screen and (min-width: 769px) {
  .medium-up--hide {
    display:none!important;
  }
}

@media screen and (max-width: 768px) {
  .small--hide {
    display:none!important;
  }

  br {
    line-height: 0;
    margin: 0!important;
  }
}

.main {
  overflow-x: hidden;
  overflow-y: hidden;
}

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

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

.outer-width {
    max-width: 1280px;
    margin: 0 auto;
}

.inner-width {
    max-width: 1100px;
    margin: 0 auto;
}

.flex {
  display: flex;
}

.image-and-text {
  justify-content: space-between;
  gap: 70px;
  /* gap: 0px; */
}

.image-and-text--text {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .image-and-text {
    flex-direction: column;
    gap: 0px;
  }
}

.image-and-text h4 {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 26px;
  /* line-height: 58px; */
  line-height: 1;
  font-weight: normal;
  overflow: visible;
}

.image-and-text h4 br {
  display: block;
  content: "";
  margin-bottom: 35px;
}

.image-and-text h4::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  transform: scale(1.17, 1);
}

.image-and-text p {
  font-size: 18px;
  line-height: 48px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .image-and-text--text {
    width: fit-content;
    margin: 0 auto;
  }

  .image-and-text h4 {
    font-size: calc(31 / 768 * 100vw);
    line-height: 2;
  }

  .image-and-text h4:after {
    display: none;
  }

  .image-and-text p {
    font-size: calc(19 / 768 * 100vw);
    line-height: calc(53 / 768 * 100vw);
    letter-spacing: 0.2em;
  }
}
/* common */

/* scroll animations */
@keyframes reveal-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  } 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-text span:not(.yakuhan) {
  opacity: 0;
}

.reveal-text.is-revealed span:not(.yakuhan) {
  animation: reveal-up 1s ease forwards;
  animation-delay: .25s;
}


  .reveal-text.is-revealed span:nth-of-type(1) {
    animation-delay: 0.25s;
  }

  .reveal-text.is-revealed span:nth-of-type(2) {
    animation-delay: 0.5s;
  }

  .reveal-text.is-revealed span:nth-of-type(3) {
    animation-delay: 0.75s;
  }

  .reveal-text.is-revealed span:nth-of-type(4) {
    animation-delay: 1.0s;
  }

  .reveal-text.is-revealed span:nth-of-type(5) {
    animation-delay: 1.25s;
  }

  .reveal-text.is-revealed span:nth-of-type(6) {
    animation-delay: 1.5s;
  }

  .reveal-text.is-revealed span:nth-of-type(7) {
    animation-delay: 1.75s;
  }

  .reveal-text.is-revealed span:nth-of-type(8) {
    animation-delay: 2.0s;
  }

  .reveal-text.is-revealed span:nth-of-type(9) {
    animation-delay: 2.25s;
  }

  .reveal-text.is-revealed span:nth-of-type(10) {
    animation-delay: 2.5s;
  }


.image-and-text .reveal-text {
  opacity: 0;
}

.image-and-text .reveal-text.is-revealed {
   animation: reveal-up 1s ease forwards;
  animation-delay: .25s;
}

@keyframes reveal-up-image {
  0% {
    opacity: 0;
    transform: translateY(150px);
  } 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-images img {
  opacity: 0;
}

 .reveal-images.is-revealed img {
   animation: reveal-up-image 1s ease forwards;
}

 .reveal-images.is-revealed img:nth-of-type(1) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 0.25s;
  }

 .reveal-images.is-revealed img:nth-of-type(2) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 0.5s;
  }

 .reveal-images.is-revealed img:nth-of-type(3) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 0.75s;
  }

 .reveal-images.is-revealed img:nth-of-type(4) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 1.0s;
  }

 .reveal-images.is-revealed img:nth-of-type(5) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 1.25s;
  }

 .reveal-images.is-revealed img:nth-of-type(6) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 1.5s;
  }

 .reveal-images.is-revealed img:nth-of-type(7) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 1.75s;
  }

 .reveal-images.is-revealed img:nth-of-type(8) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 2.0s;
  }

 .reveal-images.is-revealed img:nth-of-type(9) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 2.25s;
  }

 .reveal-images.is-revealed img:nth-of-type(10) {
   animation: reveal-up-image 1s ease forwards;
   animation-delay: 2.5s;
  }


@keyframes reveal-fb {
  0% {
    opacity: 0;
    transform: translateY(20%);
  } 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal-fl {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  } 100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes reveal-fr {
  0% {
    opacity: 0;
    transform: translateX(20%);
  } 100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.reveal-from-bottom {
  opacity: 0;
}

.reveal-from-bottom.is-revealed {
  animation: reveal-fb 1s ease forwards;
}

.reveal-from-left {
  opacity: 0;
}

.reveal-from-left.is-revealed {
  animation: reveal-fl 1s ease forwards;
}

.reveal-from-right {
  opacity: 0;
}

.reveal-from-right.is-revealed {
  animation: reveal-fr 1s ease forwards;
}

.intersection-target:has(img) {
  overflow: hidden;
}

.parallax img, .reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .15s;
}

.parallax-left img {
  transform-origin: left;
}

.parallax-right img {
  transform-origin: right;
}

.parallax-top img {
  transform-origin: top;
}

/* scroll animations */

/* loading */
body:has(.ergolo-loading) {
  overflow: hidden;
}
body:has(.ergolo-loading.loaded) {
  overflow: auto;
}

.ergolo-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background: #000;
}

.ergolo-loading .medium-up--hide {
  width: calc(364 / 768 * 100vw);
  height: auto;
}

@keyframes loaded {
  0% {
    opacity: 1;
  } 100% {
    opacity: 0;
    z-index: -1;
  }
}

.ergolo-loading.loaded {
  animation: loaded 1.5s ease forwards;
}
/* loading */

/* header */

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #fff;
}

.header .outer-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.header-left svg {
  width: 139px;
  height: auto;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.header-right a {
  font-size: 20px;
  letter-spacing: 0.05em;
}



@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  
  .ergolo-sp-logo {
    position: fixed;
    top: calc(35 / 768 * 100vw);
    left: calc(63 / 768 * 100vw);
    z-index: 5;
  }

  .ergolo-sp-logo svg {
    width: calc(117 / 768 * 100vw);
    min-width: 105px;
    height: auto;
  }
  
  .ergolo-sp-hamburger {
    display: block;
    position: fixed;
    top: calc(44 / 768 * 100vw);
    right: calc(47 / 768 * 100vw);
    z-index: 5;
  }
  
  .ergolo-sp-hamburger svg {
    width: calc(51 / 768 * 100vw);
    min-width: 40px;
    height: auto;
  }

  .ergolo-sp-drawer {
    display: none;
  }

  @keyframes drawer {
    0% {
      opacity: 0;  
    } 100% {
      opacity: 1;  
    }
  }
  
  .ergolo-sp-drawer.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background: #000;
    opacity: 0;
    animation: drawer 1s ease forwards;
  }

  .drawer-close-button {
    position: absolute;
    top: calc(50 / 768 * 100vw);
    right: calc(50 / 768 * 100vw);
    width: calc(70 / 768 * 100vw);
    min-width: 40px;
  }

  .drawer-menu {
    display: flex;
    flex-direction: column;
    gap: calc(80 / 768 * 100vw);
    width: fit-content;
  }

  .drawer-menu a {
    font-size: calc(45 / 768 * 100vw);
    color: #fff;
  }
}

/* header */

/* fv */
.main-fv {
  width: 100dvw;
  max-width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media screen and (max-width: 768px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0;
      top: 0;
      right: calc(30 / 768* 100vw);
      left: unset;
      display: flex;
      flex-direction: column;
      width: fit-content;
      gap: calc(15 / 768* 100vw);
      justify-content: center;
  }
  
  .swiper-pagination-bullet {
      width: calc(10 / 768* 100vw);
      height: calc(10 / 768* 100vw);
  }
}

.main-fv .swiper-slide img {
  display: block;
  width: 100%;
  background: #000;
}
/* fv */

/* ergolo-scroll */
@keyframes floating {
  0% {
    transform: translateY(0);
  } 50% {
    transform: translateY(20px);
  } 100% {
  }
}

.ergolo-scroll-container {
  position: relative;
  left: 70px;
  z-index: 3;
  transform: translateY(-80px);
  height: 0;
  overflow: visible;
}

#ergolo-scroll {
  width: 25px;
  animation-name: floating;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-delay: 3.5s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .ergolo-scroll-container {
    left: 3.9%;
  }
}
/* ergolo-scroll */

/* main second */
.main-second {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 1100px;
}

.main-second .second-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  width: fit-content;
  font-size: 23px;
  line-height: 80px;
  color: #fff;
  margin: auto;
}

.main-second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-backdrop-filter: brightness(.5);
  /* backdrop-filter: brightness(.5); */
}

.main-second .second-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.second-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .main-second {
    height: calc(968 / 768 * 100vw);
  }

  .main-second .second-text {
    font-size: calc(23 / 768 * 100vw);
    letter-spacing: 0.4em;
    line-height: calc(80 / 768 * 100vw);
  }
}
/* main second */

/* animation title */
.slide-in-title {
  display: grid;
  width: fit-content;
  max-width: 0;
  position: relative;
  transition: max-width 1s;
  transition-delay: .5s;
  overflow: hidden;
  padding-right: 10px;
}

.slide-in-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.slide-in-title h2 {
  display: block;
  width: fit-content;
  padding-left: max(calc(50vw - 550px), 0px);
  /* padding-left: 145px; */
  /* font-size: 90px; */
  /* line-height: 1.5; */
  margin: 0;
  /* letter-spacing: 0.075em; */
}

@media screen and (max-width: 768px) {
  .slide-in-title {
    padding-right: calc(5 / 768 * 100vw);
  }
  
  .slide-in-title h2 {
    padding-left: calc(100 / 768 * 100vw);
    font-size: calc(86 / 768 * 100vw);
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
}
/* animation title */

/* design */
#design {
  position: relative;
  background: #00385A;
  color: #fff;
}

#design .slide-in-title {
  position: absolute;
  /* top: -56px; */
  top: -13px;
  left: 0;
  z-index: 3;
  transform: translateY(-100%);
}

#design .slide-in-title::after {
  bottom: 21px;
  background: #fff;
}

#design .slide-in-title h2 img {
  width: 277px;
  height: auto;
}

#design .image-and-text h4::after {
  background: #fff;
}

.design-1 {
  margin-bottom: 234px;
}

.design-1.image-and-text h4 {
  margin: 80px 0 100px 0;
}

.design-1 .parallax {
  width: 645px;
  height: 545px;
  position: relative;
  /* bottom: 107px; */
  bottom: 60px;
  z-index: 2;
  margin-left: -55px;
}

.design-1 .image-and-text--text {
  position: relative;
  z-index: 2;
}

.design-1 .image-and-text--text h4::after {
  /* left: -135px;
  width: 573px; */
  left: -75px;
  width: 475px;
}

.design-2 {
  position: relative;
  flex-direction: row-reverse;
  margin-bottom: 210px;
  overflow: visible;
}

.design-2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    right: min(calc(-50vw + 550px), 0px);
    top: -77px;
    width: calc(972 / 1400  * 100vw);
    min-width: 972px;
    max-height: 700px;
    aspect-ratio: 972/509;
    background: url(/cdn/shop/files/design-2-bg.webp);
    background-size: cover;
}

.design-2.image-and-text {
  justify-content: center;
}

.design-2.image-and-text h4 {
  margin: 0 0 100px 0;
}

.design-2 .image-and-text--text h4::after {
  right: -70px;
  /* width: 583px; */
  width: 475px;
}

.design-2 .design-images-container, .design-2 .image-and-text--text {
  position: relative;
  z-index: 1;
}

.design-2 .design-images-container .reveal:nth-of-type(1) {
  width: 385px;
  height: 325px;
}

.design-2 .design-images-container .reveal:nth-of-type(2) {
  position: absolute;
  top: 280px;
  left: 255px;
  z-index: 1;
  width: 305px;
  height: 225px;
}

.design-3 {
  margin-bottom: 240px;  
}

.design-3 .image-and-text--text h4 {
  margin: 35px 0 100px 0;
}

.design-3 .image-and-text--text h4::after {
  left: -135px;
  /* width: 617px; */
  width: 500px;
}

.design-3 .parallax {
  width: 573px;
  height: 430px;
}

.designer {
  position: relative;
}

#design .designer .slide-in-title {
    position: absolute;
    top: 0;
    left: min(calc(-50vw + 550px), 0px);
    z-index: 3;
}

#design .designer .slide-in-title h2 {
  font-size: 63px;
}

#design .designer .slide-in-title:after {
  height: 1px;
  bottom: 28px;
}

#design .designer .slide-in-title h2 img {
  width: 250px;
  height: auto;
}

.designer .flex {
  position: relative;
  justify-content: space-between;
  margin-top: 40px;
}

.designer .flex::after {
  content: "";
  display: block;
  position: absolute;
  top: 105px;
  left: -70px;
  z-index: 0;
  width: 1320px;
  height: 574px;
  background: #000;
}
  
.designer1, .designer2 {
  position: relative;
  z-index: 1;
  width: 470px;
}

.designer-image {
  position: relative;
}

.designer-image img {
  width: 100%;
}

.designer-image .parallax-from-left {
  position:absolute;
  bottom: -30px;
  font-size: 45px;
  letter-spacing: 0.075em;
  line-height: 64px;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  color: transparent;
}

.designer1 .designer-image .parallax-from-left {
  right: -60px;
}

.designer2 .designer-image .parallax-from-left {
  right: -80px;
}

.designer1 .designer-image .parallax-from-left img {
  width: 298px;
  height: auto;
}

.designer2 .designer-image .parallax-from-left img {
  width: 318px;
  height: auto;
}

.designer-image .big-text {
  font-size: 63px;
}

.designer-info {
  margin-top: 30px;
}

.designer-info span {
  display: block;
}

.designer-name {
  font-size: 22px;
  margin-bottom: 10px;
}

.designer-roll {
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.designer-text {
  line-height: 2;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #design .slide-in-title {
      left: 0;
      top: calc(68 / 768 * 100vw);
  }

  #design .slide-in-title:after {
      bottom: calc(39 / 768 * 100vw);
  }

  #design .slide-in-title h2 img {
    width: calc(277 / 768 * 100vw);
    height: auto;
  }

  .design-1 {
      margin-bottom: calc(210 / 768 * 100vw);
  }

  .design-1 .parallax {
    width: calc(704 / 768 * 100vw);
    height: calc(556 / 768 * 100vw);
    position: relative;
    bottom: unset;
    z-index: 2;
    margin-left: auto;
  }

  .design-1 .image-and-text--text {
    position: relative;
    top: calc(-60 / 768 * 100vw);
  }
  
  .design-1.image-and-text h4 {
      margin: 0 0 calc(40 / 768 * 100vw);
  }

  .design-2 {
    flex-direction: column;
    margin-bottom: calc(175 / 768 * 100vw);
  }

  .design-2:after {
    top: calc(-70 / 768 * 100vw);
    left: 0;
    width: 100%;
    height: unset;
    aspect-ratio: 63/35;
    background: url(/cdn/shop/files/design-2-bg_sp.webp);
    background-size: cover;
  }

  .design-2 .design-images-container .reveal:nth-of-type(2) {
      top: 0;
      left: calc(64 / 768 * 100vw);
      z-index: 1;
      width: calc(342 / 768 * 100vw);
      height: calc(260 / 768 * 100vw);
  }

  .design-2 .design-images-container .reveal:nth-of-type(1) {
      position: relative;
      top: calc(127 / 768 * 100vw);
      left: calc(280 / 768 * 100vw);
      width: calc(424 / 768 * 100vw);
      height: calc(356 / 768 * 100vw);
  }

  .design-2.image-and-text h4 {
    margin: calc(85 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
  }

  .design-3 {
    margin-bottom: calc(115 / 768 * 100vw);
  }
  
  .design-3 .parallax {
    width: calc(574 / 768 * 100vw);
    height: calc(410 / 768 * 100vw);
  }
  
  .design-3 .image-and-text--text {
    position: relative;
    top: calc(-135 / 768 * 100vw);
  }

  .design-3 .image-and-text--text h4 {
    margin: 0 0 calc(40 / 768 * 100vw);
  }

  .designer .flex:after {
    display: none;
  }

  .designer .flex {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: calc(10 / 768 * 100vw);
  }

  #design .designer .slide-in-title {
    position: relative;
    left: 0;
    margin-bottom: calc(45 / 768 * 100vw);
    transform: none;
  }

  #design .designer .slide-in-title h2 {
    font-size: calc(50 / 768 * 100vw);
  }

  #design .designer .slide-in-title:after {
    bottom: calc(27 / 768 * 100vw);
  }

  #design .designer .slide-in-title h2 img {
    width: calc(250 / 768 * 100vw);
    height: auto;
  }

  .designer1, .designer2 {
    position: relative;
    width: calc(495 / 768 * 100vw);
  }
  
  .designer1::after, .designer2::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100 / 768 * 100vw);
    z-index: 0;
    width: calc(704 / 768 * 100vw);
    height: calc(625 / 768 * 100vw);
    background: #000;
  }
  
  .designer1::after{
    right: calc((1 - 474 / 768) * -50vw)
  } 
  .designer2::after {
    top: calc(125 / 768 * 100vw);
    left: calc((1 - 474 / 768) * -50vw)
  }
  
  .designer-image {
    z-index: 1;
  }

  .designer-image img {
    display: block;
  }
  
  .designer-image .parallax-from-left {
      bottom:calc(-20 / 768 * 100vw);
      font-size: calc(35 / 768 * 100vw);
      letter-spacing: .075em;
      line-height: 1;
  }

  .designer1 .designer-image .parallax-from-left {
    right: calc(-60 / 768 * 100vw);
  }
  
  .designer2 .designer-image .parallax-from-left {
    right: calc(-70 / 768 * 100vw);
  }
  
  .designer1 .designer-image .parallax-from-left img {
    width: calc(298 / 768 * 100vw);
  }
  
  .designer2 .designer-image .parallax-from-left img {
    width: calc(318 / 768 * 100vw);
  }

  .designer-image .big-text {
    font-size: calc(50 / 768 * 100vw);
  }

  .designer-info {
    position: relative;
    z-index: 1;
    font-size: calc(18 / 768 * 100vw);
    margin-top: calc(30 / 768 * 100vw);
    line-height: 1;
  }

  .designer-name {
    font-size: calc(25 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .designer-roll {
    letter-spacing: 0.05em;
    margin-bottom: calc(30 / 768 * 100vw);
    line-height: 1.5;
  }

  .designer-text {
    margin-bottom: calc(115 / 768 * 100vw);
    text-align: justify;
    /* line-height: 1.5; */
  }
}
/* design */

/* relax */

#relax {
  position: relative;
  padding: 90px 0 220px;
}

#relax::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(1085 / 1400 * 100vw);
  max-height: 1040px;
  aspect-ratio: 1085/1010;
  background: #BDC1C4;
}

#relax::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: calc(775 / 1400 * 100vw);
  /* height: 1000px; */
  aspect-ratio: 775/1000;
  background: #BCC0C3;
  max-height: 800px;
}

.relax-bg-image {
  display: block;
  position: absolute;
  bottom: 440px;
  right: 0;
  z-index: 1;
  width: calc(828 / 1400 * 100vw);
  height: auto;
  max-height: 800px;
  background: #fff;
}

#relax .slide-in-title {
  z-index: 3;
  left: 0;
  top: -10px;
}

#relax .slide-in-title::after {
  background: #000;
  bottom: 6px;
}

#relax .slide-in-title h2 img {
  width: 216px;
}


#relax .image-and-text h4:after {
  background: #000;
}

.relax-1, .relax-2, .relax-3, .relax-4, .relax-5, .relax-5 {
  position: relative;
  z-index: 2;
}

.relax-1 {
  margin-bottom: 125px;
}

.relax1 .image-and-text {
  gap: 105px;  
}

.relax-1 .parallax {
  position: relative;
  bottom: 35px;
  width: 575px;
  height: 450px;
}

.relax-1 h4 {
  margin: 90px 0 100px 0;
}

.relax-1.image-and-text h4:after {
    /* width: 617px; */
    /* left: -100px; */
    width: 570px;
    left: -200px;
}

.relax-2 {
  margin-bottom: 200px;
}

.relax-2 .flex {
  justify-content: center;
}

.relax-2 .flex img {
  width: 360px;
  height: 290px;
}

.relax-2 h4 {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 58px;
  font-weight: normal;
  padding: 0 40px;
}

.relax-2 p {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 48px;
  padding: 0 40px;
}

.relax-3 {
  margin-bottom: 200px;
  left: -40px;
}

.relax-3.flex {
  gap: 65px;
  justify-content: flex-start;
}

.relax-3 h4 {
  margin: 20px 0 100px 0;
}

.relax-3.image-and-text h4:after {
    /* width: 621px; */
  width: 575px;
  left: -50px;
}

.relax-3 .parallax {
  width: 550px;
  height: 370px;
}

.relax-3 .parallax img {
  height: unset!important;
  object-fit: unset!important;
}

.relax-4 {
  flex-direction: row-reverse;
  gap: 60px;
  right: -40px;
  width: 1320px;
  justify-content: flex-end;
  margin-bottom: 200px;
}

.relax-4 h4 {
  margin: 20px 0 100px 0;
}

.relax-4.image-and-text h4:after {
  /* width: 685px; */
  /* left: -70px; */
  width: 625px;
  left: -35px;
}

.relax-4 .parallax {
  width: 575px;
  height: 405px;
}

.relax-5 {
  gap: 120px;
  /* width: 1005px; */
  justify-content: flex-end;
}

.relax-5 .design-images-container {
  position: relative;
}

.relax-5 .reveal:nth-of-type(1) {
  width: 422px;
  height: 360px;
}

.relax-5 .reveal:nth-of-type(2) {
  position: absolute;
  left: 50px;
  bottom: -145px;
  width: 417px;
  height: 300px;
}

.relax-5 h4 {
  margin: 20px 0 100px 0;
}

.relax-5.image-and-text h4:after {
  width: 635px;
  left: -105px;
}

@media screen and (max-width: 768px) {
  #relax {
    padding: calc(80 / 768 * 100vw) 0 calc(205 / 768 * 100vw);
  }

  #relax:before {
    top: calc(95 / 768 * 100vw);
    left: 0;
    z-index: 0;
    width: 100%;
    height: unset;
    aspect-ratio: 384 / 655;
    background: #CBCFD2;
  }

  #relax:after {
    bottom: calc(335 / 768 * 100vw);
    right: 0;
    width: calc(540 / 768 * 100vw);
    height: calc(900 / 768 * 100vw);
    background: #CBCFD2;
}
  
  #relax .slide-in-title {
    position: relative;
    left: 0;
    top: calc(-60 / 768 * 100vw);
    margin-bottom: calc(-15 / 768 * 100vw);
  }

  #relax .slide-in-title:after {
    bottom: calc(26 / 768 * 100vw);
  }

  #relax .slide-in-title h2 img {
    width: calc(216 / 768 * 100vw);
  }

  .relax-1 .parallax {
    position: relative;
    bottom: 0;
    width: calc(640 / 768 * 100vw);
    height: calc(430 / 768 * 100vw);
    margin: 0 auto;
  }

  .relax-1 h4 {
    margin: calc(55 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
  }

  .relax-2 .flex {
    justify-content: flex-start;
    position: relative;
    overflow: visible;
    padding-left: calc(64 / 768 * 100vw);
  }

  .reveal-images.is-revealed img:nth-of-type(1) {
    position: relative;
    width: calc(370 / 768 * 100vw);
    height: calc(305 / 768 * 100vw);
    z-index: 0;
  }
  
  .reveal-images.is-revealed img:nth-of-type(2) {
    position: relative;
    top: calc(-65 / 768 * 100vw);
    left: calc(-70 / 768 * 100vw);
    width: calc(357 / 768 * 100vw);
    height: calc(275 / 768 * 100vw);
    z-index: 1;
  }
  
  .reveal-images.is-revealed img:nth-of-type(3) {
    display: none;
    position: absolute;
    top: calc(458 / 768 * 100vw);
    right: 0;
    width: calc(320 / 768 * 100vw);
    height: calc(285 / 768 * 100vw);
    z-index: 2;
  }

  .relax-2 {
    margin-bottom: calc(160 / 768 * 100vw);
  }

  .relax-2-text {
    position: relative;
    z-index: 2;
  }

  .relax-2 h4 {
    font-size: calc(30 / 768 * 100vw);
    line-height: 2;
    padding: 0 0 0 calc(64 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
  }

  .relax-2 p {
    font-size: calc(19 / 768 * 100vw);
    line-height: calc(53 / 768 * 100vw);
    padding: 0 0 0 calc(64 / 768 * 100vw);
    margin-bottom: 0;
  }

  .relax-3 {
    margin-bottom: calc(150 / 768 * 100vw);
    left: unset;
  }

  .relax-3.flex {
    gap: 0;
  }

  .relax-3 .parallax {
    width: calc(640 / 768 * 100vw);
    height: calc(400 / 768 * 100vw);
    margin: 0 auto;
  }

  .relax-3 h4 {
      margin: calc(60 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
  }

  .relax-4 {
    flex-direction: column;
    gap: 0;
    right: unset;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: calc(95 / 768 * 100vw);
  }

  .relax-4 .parallax {
    width: calc(574 / 768 * 100vw);
    height: calc(405 / 768 * 100vw);
    margin-left: auto;
  }

  .relax-4 .image-and-text--text {
    position: relative;
    top: calc(25 / 768 * 100vw);
    margin: 0 0 0 calc(64 / 768 * 100vw);
  }

  .relax-4 h4 {
    margin: 0 0 calc(40 / 768 * 100vw);
  }

  .relax-bg-image {
    display: block;
    position: absolute;
    bottom: calc(1510 / 768 * 100vw);
    right: unset;
    left: 0;
    z-index: 1;
    width: calc(684 / 768 * 100vw);
    height: calc(950 / 768 * 100vw);
  }

  .relax-5 {
    gap: 0;
    justify-content: flex-start;
  }

  .relax-5 .reveal:nth-of-type(1) {
    position: relative;
    left: calc(64 / 768 * 100vw);
    width: calc(422 / 768 * 100vw);;
    height: calc(360 / 768 * 100vw);;
  }

  .relax-5 .reveal:nth-of-type(2) {
    position: relative;
    left: calc(300 / 768 * 100vw);
    bottom: calc(55 / 768 * 100vw);
    width: calc(400 / 768 * 100vw);;
    height: calc(300 / 768 * 100vw);;
  }
  
  .relax-5 .image-and-text--text {
    position: relative;
    margin: 0 0 0 calc(64 / 768 * 100vw);
  }

  .relax-5 h4 {
    margin: calc(5 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
  }
}

/* style */

#style {
  position: relative;
  background: #000;
  padding-bottom: 227px;
}

#style::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 32.5%;
  aspect-ratio: 91/35;
  background: url(/cdn/shop/files/style12.webp);
  background-color: #fff;
  background-size: cover;
}


#style .slide-in-title {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  color: #fff;
}

#style .slide-in-title::after {
  background: #fff;
  bottom: 22px;
}

#style .slide-in-title h2 img {
  width: 194px;
  height: auto;
}

.style-image-container .reveal-text {
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.26em;
  line-height: 60px;
}

.style-1 .style-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 700 / 329;
}

.style-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-1 .style-image-container .reveal-text {
  position: absolute;
  left: calc(230 / 1400* 100vw);
  top: calc(260 / 1400* 100vw);
}

.style-1 .style-info {
  display: block;
  margin: 15px auto 130px;
  max-width: 1400px;
  color: #fff;
  letter-spacing: 0.05em;
}

.style-2 {
  position: relative;
}

.style-2 .style-image-container {
  position: relative;
  width: 72%;
  aspect-ratio: 101 / 57;
}

.style-2 span.reveal-text {
  position: absolute;
  left: max(calc(72% - 84px));
  top: calc(50% - 60px);
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.26em;
  line-height: 60px;
}

.style-2 span.reveal-text span {
  display: block;
}

.style-2 .style-info {
  display: block;
  margin: 15px auto 270px;
  max-width: 1400px;
  color: #fff;
  letter-spacing: 0.05em;
}

.style-3 {
  position: relative;
}

.style-3::before {
  content: "";
  display: block;
  position: absolute;
  top: -145px;
  right: 0;
  z-index: 0;
  width: 31.8%;
  aspect-ratio: 89 / 160;
  background: url(/cdn/shop/files/style11.webp);
  background-size: cover;
}

.style-3 .style-image-container {
  position: relative;
  top: 0;
  left: 42%;
  z-index: 1;
  width: 42.8%;
  aspect-ratio: 15 / 19;
}

.style-3 .style-image-container .reveal-text {
  position: absolute;
  left: 6.7%;
  top: 13.8%;
  color: #231815;
}

.style-3 .style-image-container .reveal-text span {
  display: block;
}

.style-3 .style-info {
  display: block;
  margin: 15px 0 140px 42%;
  width: 42.8%;
  color: #fff;
  text-align: right;
  letter-spacing: .05em;
}

.style-4 {
  position: relative;
}

.style-4::after {
  content: "";
  display: block;
  position: absolute;
  top: -115px;
  left: 4%;
  width: 17.9%;
  aspect-ratio: 1/1;
  background: url(/cdn/shop/files/style04.webp);
}

.style-4 .style-image-container {
  position: relative;
  left: 10%;
  z-index: 1;
  width: 37.9%;
  aspect-ratio: 53 / 36;
}

.style-4 .reveal-text {
  position: absolute;
  bottom: -155px;
  left: max(calc(50vw - 350px),0px);
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.26em;
  line-height: 60px;
}

.style-4 .reveal-text span {
  display: block;
}

.style-5 {
  position: relative;
  width: 100%;
  margin-bottom: 240px;
  transform: translateY(-35px);
}

.style-5 .style-image-container {
  position: relative;
  z-index: 1;
  width: 45.4%;
  aspect-ratio: 127 / 89;
  margin-left: auto;
}

.style-6 {
  position: relative;
  margin-bottom: 325px;
}

.style-6::after {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  left: 0;
  width: 47.5%;
  aspect-ratio: 133/105;
  background: url(/cdn/shop/files/style07.webp);
}

.style-6 .style-image-container {
  position: relative;
  left: 15.7%;
  z-index: 1;
  width: 46.8%;
  aspect-ratio: 131 / 87;
}

.style-7 {
  margin-bottom: 215px;
}

.style-7 .style-image-container {
  position: relative;
  z-index: 1;
  width: 72.9%;
  aspect-ratio: 51 / 32;
}

.style-8 {
  position: relative;
}

/* .style-8::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 170px;
  right: 0;
  width: 39.6%;
  aspect-ratio: 111/179;
  background: url(/cdn/shop/files/style13.webp);
} */

.style-8-bg {
  display: block;
  position: absolute;
  bottom: 170px;
  right: 0;
  width: 39.6%;
  aspect-ratio: 111/179;
}

.style-8 .style-image-container {
  position: relative;
  left: 45%;
  z-index: 1;
  width: 46%;
  aspect-ratio: 645 / 430;
}

.style-8 .reveal-text {
  position: absolute;
  top: 180px;
  left: 25.5%;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.26em;
  line-height: 60px;
  z-index: 2;
}

.style-8 .reveal-text span {
  display: block;
}

@media screen and (max-width: 768px) {
  #style {
    padding-bottom: calc(250 / 768 * 100vw);
  }
  
  #style:after {
    bottom: calc(-45 / 768 * 100vw);
    width: calc(300 / 768 * 100vw);
    aspect-ratio: 300/90;
  }
  
  #style .slide-in-title {
    top: calc(30 / 768 * 100vw);
    left: 0;
  }

  #style .slide-in-title:after {
    bottom: calc(40 / 768 * 100vw);
  }

  #style .slide-in-title h2 img {
    width: calc(194 / 768 * 100vw);
  }
  
  .style-image-container .reveal-text {
      font-size: calc(23 / 768 * 100vw);
      line-height: calc(60 / 768 * 100vw);
  }

  .style-info {
      font-size: calc(16 / 768 * 100vw);
  }
  
  .style-1 .style-image-container {
      position: relative;
      width: 100%;
      aspect-ratio: 256 / 225;
  }

  .style-1 .style-image-container .reveal-text {
    left: calc(70 / 768 * 100vw);
    top: calc(50% - 9.5vw);
  }

  .style-1 .style-info {
    margin: calc(15 / 768 * 100vw) 0 calc(145 / 768 * 100vw) calc(64 / 768 * 100vw);
  }

  .style-2 .style-image-container {
    position: relative;
    width: calc(615 / 768 * 100vw);
    aspect-ratio: 615 / 390;
  }

  .style-2 span.reveal-text {
    top: calc(150 / 768 * 100vw);
    left: calc(450 / 768 * 100vw);
    font-size: calc(23 / 768 * 100vw);
    line-height: calc(60 / 768 * 100vw);
  }

  .style-2 .style-info {
    margin: calc(15 / 768 * 100vw) 0 calc(325 / 768 * 100vw) calc(64 / 768 * 100vw);
  }

  .style-3:before {
    top: calc(-105 / 768 * 100vw);
    width: calc(360 / 768 * 100vw);
    aspect-ratio: 360 / 705;
  }

  .style-3 .style-image-container {
    left: calc(64 / 768 * 100vw);
    width: calc(565 / 768 * 100vw);
    aspect-ratio: 565 / 762;
  }

  .style-3 .style-image-container .reveal-text {
    left: calc(75 / 768 * 100vw);
    top: calc(140 / 768 * 100vw);
  }

  .style-3 .style-info {
    display: block;
    margin: calc(15 / 768 * 100vw) 0 calc(340 / 768 * 100vw) calc(64 / 768 * 100vw);
    text-align: left;
  }

  .style-4:after {
    top: calc(-105 / 768 * 100vw);
    left: calc(30 / 768 * 100vw);
    width: calc(247 / 768 * 100vw);
  }

  .style-4 .style-image-container {
    left: calc(64 / 768 * 100vw);
    width: calc(482 / 768 * 100vw);
    aspect-ratio: 482 / 330;
  }

  .style-4 .reveal-text {
    bottom: calc(-58 / 768 * 100vw);
    left: calc(400 / 768 * 100vw);
    font-size: calc(23 / 768 * 100vw);
    line-height: calc(60 / 768 * 100vw);
    z-index: 1;
  }

  .style-5 {
    margin: calc(210 / 768 * 100vw) 0 calc(260 / 768 * 100vw);
    transform: translateY(0);
    z-index: 1;
  }

  .style-5 .style-image-container {
    width: calc(455 / 768 * 100vw);
    aspect-ratio: 455 / 320;
  }

  .style-6 {
    margin-bottom: calc(190 / 768 * 100vw);
  }

  .style-6:after {
    top: calc(-348 / 768 * 100vw);
    left: unset;
    right: 0;
    width: calc(640 / 768 * 100vw);
    aspect-ratio: 640/530;
  }

  .style-6 .style-image-container {
    left: 0;
    width: calc(655 / 768 * 100vw);
    aspect-ratio: 655 / 437;
  }

  .style-7 {
    margin-bottom: calc(215 / 768 * 100vw);
  }

  .style-7 .style-image-container {
    width: 100vw;
    aspect-ratio: 768 / 480;
  }

  .style-8 .reveal-text {
    top: calc(250 / 768 * 100vw);
    left: calc(445 / 768 * 100vw);
    font-size: calc(23 / 768 * 100vw);
    line-height: calc(60 / 768 * 100vw);
    z-index: 2;
  }

  .style-8 .style-image-container {
    width: calc(465 / 768 * 100vw);
    aspect-ratio: 465 / 315;
    position: relative;
    left: calc(240 / 768 * 100vw);
  }

  .style-8-bg {
    bottom: calc(150 / 768 * 100vw);
    width: calc(306 / 768 * 100vw);
    aspect-ratio: 306/500;
  }
}
/* style */

/* product-lineup */
#product-lineup {
  padding: 155px 0 0;
}

#product-lineup h2 {
  display: block;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  margin: 0 auto 115px;
}

#product-lineup h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

#product-lineup h2 img {
  width: 442px;
  height: auto;
}

#product-lineup .flex {
  flex-wrap: wrap;
  gap: 70px 2.85%;
}

#product-lineup .flex .product-item {
  display: block;
  width: calc(94.3% / 3);
}

  .product-item img {
  max-width: 100%;
  margin-bottom: 20px;
}

.product-item p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}

.product-buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 280px;
  height: 50px;
  margin: 90px auto 0;
  border: 2px solid #000;
  font-size: 22px;
  line-height: 1;
}

.zaisu-logo {
  display: block;
  width: fit-content;
  margin: 164px auto 192px;
}

.zaisu-logo svg {
  width: 335.6px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #product-lineup {
    padding: calc(155 / 768 * 100vw) 0 0;
  }

  #product-lineup h2 {
    display: block;
    position: relative;
    width: fit-content;
    text-align: center;
    font-size: calc(45 / 768 * 100vw);
    margin: 0 auto calc(110 / 768 * 100vw);
  }

  #product-lineup h2:after {
    bottom: calc(21 / 768 * 100vw);
    height: calc(2 / 768 * 100vw);
  }

  #product-lineup h2 img {
    width: calc(442 / 768 * 100vw);
    height: auto;
  }

  #product-lineup .flex {
    width: calc(640 / 768 * 100vw);
    flex-wrap: wrap;
    gap: calc(65 / 768 * 100vw) calc(40 / 768 * 100vw);
  }

  #product-lineup .flex .product-item {
    width: calc(300 / 768 * 100vw);
  }
  
  #product-lineup .flex .product-item:nth-of-type(1) {
    order: 0;
  }
  
  #product-lineup .flex .product-item:nth-of-type(2) {
    order: 2;
  }
  
  #product-lineup .flex .product-item:nth-of-type(3) {
    order: 4;
  }
  
  #product-lineup .flex .product-item:nth-of-type(4) {
    order: 1;
  }
  
  #product-lineup .flex .product-item:nth-of-type(5) {
    order: 3;
  }
  
  #product-lineup .flex .product-item:nth-of-type(6) {
    order: 5;
  }
  
  #product-lineup .flex .product-item:nth-of-type(7) {
    order: 6;
  }
  
  #product-lineup .flex .product-item:nth-of-type(8) {
    order: 7;
  }
  
  #product-lineup .flex .product-item:nth-of-type(9) {
    order: 8;
  }

  .product-item p {
    font-size: calc(16 / 768 * 100vw);
  }

  .product-buy-button {
    gap: calc(10 / 768 * 100vw);
    width: calc(280 / 768 * 100vw);
    height: calc(50 / 768 * 100vw);
    margin: calc(80 / 768 * 100vw) auto 0;
    border: calc(2 / 768 * 100vw) solid #000;
    font-size: calc(22 / 768 * 100vw);
  }

  .product-buy-button svg {
    width: calc(9 / 768 * 100vw);
  }

  .zaisu-logo {
    margin: calc(150 / 768 * 100vw) auto calc(160 / 768 * 100vw);
  }

  .zaisu-logo svg {
    width: calc(335 / 768 * 100vw);
  }
}
/* product-lineup */

/* ergolo-top-button */
#ergolo-top {
  width: 23px;
  position: fixed;
  bottom: 45px;
  right: 80px;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease;
}

#ergolo-top.is-visible {
  opacity: 1;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #ergolo-top {
      width: calc(75 / 768 * 100vw);
      bottom: calc(45 / 768 * 100vw);
      right: calc(50 / 768 * 100vw);
  }
  
  #ergolo-top svg {
      min-width: 50px;
      width: calc(75 / 768 * 100vw);
  }
}

/* ergolo-top-button */

/* footer */
.footer {
  padding-bottom: 40px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.footer-wrapper {
  padding-top: 30px;
  border-top: 1px solid #808080;
}

.footer-brands {
  display: flex;
  margin-bottom: 25px;
}

.footer-brands-title {
  margin-right: 15px;
  font-size: 22px;
}

.footer-brands-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  padding: 5px 20px;
  color: #000;
  text-decoration: none;
  transition: opacity .25s ease;
}

.footer-brands-link:hover {
  opacity: .7;
}

.footer-address {
  margin-bottom: 15px;
}

.footer-copyright {
  margin-top: 30px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: calc(45 / 768 * 100vw);
    font-size: calc(19 / 768 * 100vw);
  }

  .footer .outer-width {
    max-width: 100vw;
    padding-top: calc(75 / 768 * 100vw);
  }
  
  .footer .inner-width {
    max-width: calc(570 / 768 * 100vw);
  }
  
  .footer-brands {
    margin-bottom: calc(20 / 768 * 100vw);
    justify-content: space-between;
  }

  .footer-brands-title {
    margin-right: calc(25 / 768 * 100vw);
    font-size: calc(27 / 768 * 100vw);
  }

  .footer-brands-link {
    font-size: calc(17 / 768 * 100vw);
    padding: calc(7 / 768 * 100vw) calc(15 / 768 * 100vw);
}

  .footer-address {
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .footer-copyright.text-right {
    margin-top: calc(65 / 768 * 100vw);
    font-size: calc(15 / 768 * 100vw);
    text-align: center;
  }
}
/* footer */

/* 1400px ~ 1280px */
@media screen and (max-width: 1400px) and (min-width: 1280px) {
  #header, #footer .inner-width {
    padding: 0 15px;
  }
}
/* 1400px ~ 1280px */

/* 1280px ~ 1180px */
@media screen and (max-width: 1280px) and (min-width: 1180px) {
  .inner-width {
    max-width: 95vw;
  }
  
  #header, #footer .inner-width {
    padding: 0 15px;
  }

  .designer .flex {
    justify-content: center;
    gap: 6.5%;
  }

  .product-item p {
    font-size: 16px;
  }
}
/* 1280px ~ 1180px */

/* 1180px ~ 1000px */
@media screen and (max-width: 1180px) and (min-width: 1000px) {
  .inner-width {
    max-width: 95vw;
  }
  
  #header, #footer .inner-width {
    padding: 0 15px;
  }

  .header-left svg {
    width: 100px;
  }

  .header-right a {
    font-size: 18px;
  }
  
  .main-second .second-text {
    font-size: 20px;
    line-height: 80px;
  }

  .image-and-text {
    justify-content: center;
    gap: 5%;
  }

  .image-and-text h4 {
    font-size: 22px;
  }

  .image-and-text h4 br {
    display: block;
    content: "";
    margin-bottom: 22px;
  }

  .image-and-text p {
    font-size: 16px;
    line-height: 40px;
  }

  .designer .flex {
    justify-content: center;
    gap: 5%;
  }

  .designer2 .designer-image .parallax-from-left, .designer1 .designer-image .parallax-from-left {
    right: 0px;
  }

  .relax-2 h4 {
    font-size: 24px;
    line-height: 50px;
  }

  .relax-2 p {
    font-size: 16px;
    line-height: 40px;
  }

  .relax-2 .flex img {
    height: auto;
    max-width: calc(100% / 3);
  }
}
/* 1180px ~ 1000px */

/* 1100px ~ 769px */
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .inner-width {
    max-width: 95vw;
  }
  
  #header, #footer .inner-width {
    padding: 0 15px;
  }

  .header-left svg {
    width: 100px;
  }

  .header-right a {
    font-size: 18px;
  }
  
  .main-second .second-text {
    font-size: 20px;
    line-height: 80px;
  }

  .image-and-text {
    justify-content: center;
    gap: 5%;
  }

  .image-and-text h4 {
    font-size: 20px;
  }

  .image-and-text h4 br {
    display: block;
    content: "";
    margin-bottom: 20px;
  }

  .image-and-text p {
    font-size: 14px;
    line-height: 35px;
  }

  .design-1 .parallax {
    margin-left: 0;
    aspect-ratio: 645/545;
    max-width: 54%;
    height: fit-content;
    flex-shrink: 0;
  }

  .design-1.image-and-text h4 {
    margin: 70px 0 70px 0;
  }

  .design-2.image-and-text h4 {
    margin: 0 0 70px 0;
  }

  .design-2 .design-images-container .reveal:nth-of-type(1) {
    max-width: 85%;
    aspect-ratio: 385/325;
    height: fit-content;
  }

  .design-2 .design-images-container .reveal:nth-of-type(2) {
    max-width: 50%;
    aspect-ratio: 305/225;
    height: fit-content;
    top: 250px;
    left: 219px;
  }

  .design-3 .image-and-text--text h4 {
    margin: 25px 0 70px 0;
  }

  .design-3 .parallax {
    max-width: 55%;
    aspect-ratio: 574/430;
    height: fit-content;
    flex-shrink: 0;
  }

  #design .designer .slide-in-title {
    left: -2.5vw;
  }

  .designer .flex {
    justify-content: center;
    gap: 5%;
  }

  .designer-name {
    font-size: 20px;
  }

  .designer-roll, .designer-text {
    font-size: 14px;
  }

  .designer1 .designer-image .parallax-from-left img {
    width: calc(298px * 0.8);
  }

  .designer2 .designer-image .parallax-from-left img {
    width: calc(318px * 0.8);
  }

  .designer2 .designer-image .parallax-from-left, .designer1 .designer-image .parallax-from-left {
    right: 0px;
  }

  .relax-1 h4 {
    margin: 70px 0 70px 0;
  }

  .relax-1 .parallax {
    max-width: 56%;
    aspect-ratio: 575/450;
    height: fit-content;
    flex-shrink: 0;
  }

  .relax-2 h4 {
    font-size: 24px;
    line-height: 50px;
  }

  .relax-2 p {
    font-size: 16px;
    line-height: 40px;
  }

  .relax-2 .flex img {
    height: auto;
    max-width: calc(100% / 3);
  }

  .relax-3 {
    left: 0;
  }

  .relax-3.flex {
    gap: 2.5%;
  }

  .relax-3 h4 {
    margin: 25px 0 70px 0;
  }

  .relax-3 .parallax {
    max-width: 40%;
    aspect-ratio: 550/370;
    height: fit-content;
    flex-shrink: 0;
  }

  .relax-4 {
    right: 0;
    width: 1320px;
    gap: 2.5%;
    justify-content: flex-end;
  }

  .relax-4 h4 {
    margin: 25px 0 70px 0;
  }

  .relax-4 .parallax {
    max-width: 22.3%;
    aspect-ratio: 575 / 405;
    height: fit-content;
    flex-shrink: 0;
  }

  .relax-5 h4 {
    margin: 25px 0 70px 0;
  }

  .relax-5 .reveal:nth-of-type(1) {
    max-width: 80%;
    aspect-ratio: 305 / 225;
    height: fit-content;
    flex-shrink: 0;
  }

  .relax-5 .reveal:nth-of-type(2) {
    left: 150px;
    bottom: -40px;
    max-width: 65%;
    aspect-ratio: 417 / 300;
    height: fit-content;
    flex-shrink: 0;
  }

  #style span.reveal-text {
    font-size: 20px;
    line-height: 48px;
  }

  .style-info {
    font-size: 14px;
  }

  .product-item p {
    font-size: 14px;
  }

  .product-buy-button {
    width: 250px;
    height: 40px;
    font-size: 18px;
  }
}
/* 1100px ~ 769px */

/* 500p以下 */
@media screen and (max-width: 500px) {
  .image-and-text h4 {
    font-size: calc(17 / 375 * 100vw);
    line-height: 2.15;
  }

  .relax-2 h4 {
    font-size: calc(17 / 375 * 100vw);
    line-height: 2.15;
  }

  .image-and-text p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    letter-spacing: 1px;
  }
  
  .relax-2 p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }

  .designer-name {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
  }
  
  .designer-roll {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.75;
  }
  
  .designer-text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.75;
  }

  .designer1::after, .designer2::after {
    width: calc(715 / 768 * 100vw);
    height: calc(760 / 768 * 100vw);
  }
  
  #style .reveal-text {
    font-size: calc(13 / 375 * 100vw);
  }

  .style-4 .reveal-text {
    left: calc(190 / 500 * 100vw);
  }
}
/* 500p以下 */
