@charset "UTF-8";
.btnArea2 {
  width: auto;
}

main .wrapper {
  transition: filter 1.5s ease-out;
}
main .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  transition: background-color 2s ease-out, opacity 1.5s ease-out, filter 1.5s ease-out, visibility 1.5s;
}
main .loading-overlay.is-dismissed {
  opacity: 0;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  visibility: hidden;
  pointer-events: none;
}
main .loading-overlay.is-dismissed .loading-text, main .loading-overlay.is-dismissed .loading-bg {
  opacity: 0;
}
main .loading-overlay .loading-text {
  position: absolute;
  z-index: 10;
  color: #000000;
  font-weight: 500;
  opacity: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  visibility: hidden;
  transition: opacity 2s ease-out, filter 2s ease-out;
}
main .loading-overlay .loading-text#text-main {
  font-size: clamp(1.375rem, 0.898rem + 2.04vw, 1.875rem);
  text-align: center;
  line-height: 1.8;
  color: #000000;
  animation: blurIn 1.5s ease-out forwards;
  visibility: visible;
  letter-spacing: 0.075em;
}
main .loading-overlay .loading-text#text-final {
  font-size: clamp(2rem, 0.628rem + 5.85vw, 3.438rem);
  color: #ffffff;
  letter-spacing: 0.01em;
  transition: opacity 2s ease-out, filter 2s ease-out;
}
main .loading-overlay .loading-text#text-final.is-out {
  opacity: 0 !important;
  filter: blur(10px) !important;
  -webkit-filter: blur(10px) !important;
}
main .loading-overlay .loading-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url("../images/fv/fv_blur_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 768px) {
  main .loading-overlay .loading-bg {
    background: url("../images/fv/fv_blur_bg_sp.jpg") no-repeat center center/cover;
  }
}
main .loading-overlay .loading-bg {
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transition: opacity 3s ease-out, filter 3s ease-out;
  z-index: 5;
}
main .loading-overlay .loading-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 3s ease-out;
  background: rgba(0, 0, 0, 0.5);
}
main .loading-overlay .loading-bg.is-active {
  opacity: 1 !important;
  filter: blur(20px) !important;
  -webkit-filter: blur(20px) !important;
}
main .loading-overlay .loading-text.is-active {
  opacity: 1 !important;
  filter: blur(0) !important;
  -webkit-filter: blur(0) !important;
  visibility: visible !important;
}
main .loading-overlay .loading-bg.is-clear {
  filter: blur(0) !important;
  -webkit-filter: blur(0) !important;
}
main .loading-overlay .loading-bg.is-clear::after {
  background: rgba(0, 0, 0, 0) !important;
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
main .main-content_wrapper {
  display: flex;
  height: auto;
}
main .main-content_wrapper .left-photo-wrap {
  width: 50%;
  height: calc(100vh - var(--header-height, 0px));
  position: sticky;
  top: var(--header-height, 0px);
  overflow: hidden;
}
main .main-content_wrapper .left-photo-wrap .left-photo-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
main .main-content_wrapper .left-photo-wrap .fv-area,
main .main-content_wrapper .left-photo-wrap .mold-urethane-area,
main .main-content_wrapper .left-photo-wrap .proportion-area,
main .main-content_wrapper .left-photo-wrap .back-cushion-area,
main .main-content_wrapper .left-photo-wrap .warranty-area,
main .main-content_wrapper .left-photo-wrap .leg-variations-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out, visibility 1.5s;
  z-index: 2;
  background: #F7F7F7;
}
main .main-content_wrapper .left-photo-wrap .fv-area.is-visible,
main .main-content_wrapper .left-photo-wrap .mold-urethane-area.is-visible,
main .main-content_wrapper .left-photo-wrap .proportion-area.is-visible,
main .main-content_wrapper .left-photo-wrap .back-cushion-area.is-visible,
main .main-content_wrapper .left-photo-wrap .warranty-area.is-visible,
main .main-content_wrapper .left-photo-wrap .leg-variations-area.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 0;
}
main .main-content_wrapper .left-photo-wrap .fv-area h3,
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3,
main .main-content_wrapper .left-photo-wrap .proportion-area h3,
main .main-content_wrapper .left-photo-wrap .back-cushion-area h3,
main .main-content_wrapper .left-photo-wrap .warranty-area h3,
main .main-content_wrapper .left-photo-wrap .leg-variations-area h3 {
  color: #000000;
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 15;
}
main .main-content_wrapper .left-photo-wrap .fv-area h3 span,
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 span,
main .main-content_wrapper .left-photo-wrap .proportion-area h3 span,
main .main-content_wrapper .left-photo-wrap .back-cushion-area h3 span,
main .main-content_wrapper .left-photo-wrap .warranty-area h3 span,
main .main-content_wrapper .left-photo-wrap .leg-variations-area h3 span {
  display: block;
  line-height: 1;
  letter-spacing: 0.075em;
}
main .main-content_wrapper .left-photo-wrap .fv-area h3 span.en,
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 span.en,
main .main-content_wrapper .left-photo-wrap .proportion-area h3 span.en,
main .main-content_wrapper .left-photo-wrap .back-cushion-area h3 span.en,
main .main-content_wrapper .left-photo-wrap .warranty-area h3 span.en,
main .main-content_wrapper .left-photo-wrap .leg-variations-area h3 span.en {
  font-size: clamp(1.563rem, 0.37rem + 5.09vw, 2.813rem);
  margin-bottom: 10px;
}
main .main-content_wrapper .left-photo-wrap .fv-area .fv-product-name {
  position: absolute;
  color: #ffffff;
  font-size: clamp(1.563rem, 0.37rem + 5.09vw, 2.813rem);
  letter-spacing: 0.01em;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
  display: block;
  line-height: 1;
  white-space: nowrap;
  z-index: 10;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area {
  background: transparent;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area .sp-only {
  opacity: 0;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 {
  top: 50px;
  left: 13%;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 span {
  color: #fff;
  text-align: left;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 span:nth-of-type(1) {
  font-size: clamp(1.563rem, 0.966rem + 2.54vw, 2.188rem);
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 span:nth-of-type(2) {
  font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
}
main .main-content_wrapper .left-photo-wrap .scroll-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: 1;
}
main .main-content_wrapper .left-photo-wrap .scroll-img.is-active {
  opacity: 1;
  filter: blur(0);
  z-index: 2;
  object-position: center 60%;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area .scroll-img, main .main-content_wrapper .left-photo-wrap .proportion-area .scroll-img {
  filter: blur(15px);
  transition: opacity 1.5s ease, filter 2s ease;
}
main .main-content_wrapper .left-photo-wrap .mold-urethane-area .scroll-img.is-active, main .main-content_wrapper .left-photo-wrap .proportion-area .scroll-img.is-active {
  filter: blur(0);
}
main .main-content_wrapper .left-photo-wrap .proportion-area .scroll-img {
  top: auto;
  bottom: 0;
  height: 57%;
  object-position: center;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.5s ease-out, filter 1.5s ease-out, visibility 1.5s;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap.is-active {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap .interval-container {
  display: flex;
  width: 100%;
  height: 100%;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap .interval-container .panel {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap .interval-container .panel img {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap .interval-container .left-panel img {
  left: 0;
}
main .main-content_wrapper .left-photo-wrap .interval-full-wrap .interval-container .right-panel img {
  right: 0;
}
main .main-content_wrapper .right-content-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .main-content_wrapper .right-content-wrap h4 {
  font-size: clamp(1.25rem, 0.355rem + 3.82vw, 2.188rem);
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 70px;
}
main .main-content_wrapper .right-content-wrap .section_1_fv {
  padding-bottom: 20vh;
}
main .main-content_wrapper .right-content-wrap .section_1_fv h2 {
  font-size: 30px;
  letter-spacing: 0.075em;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -10vh;
}
main .main-content_wrapper .right-content-wrap .section_1_fv .fv-text-wrap {
  width: 100%;
  margin-bottom: 30vh; /* テキスト同士の縦の間隔 */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
main .main-content_wrapper .right-content-wrap .section_1_fv .fv-text-wrap p {
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}
main .main-content_wrapper .right-content-wrap .section_1_fv .fv-text-wrap p:first-child {
  margin-bottom: 35px;
}
main .main-content_wrapper .right-content-wrap .section_1_fv .fv-text-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane {
  background: #F7F7F7;
  padding: 160px 0 200px;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .section_2_inner {
  width: 85%;
  margin: 0 auto;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .section_2_inner p {
  width: 100%;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane > p {
  font-size: clamp(0.813rem, 0.514rem + 1.27vw, 1.125rem);
  letter-spacing: 0.001em;
  line-height: 2;
  text-align: justify;
  width: 85%;
  margin: 0 auto 70px;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure {
  margin: 70px 0 0;
  width: 100%;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure img {
  width: 100%;
  object-fit: cover;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure img.--pc {
  display: block;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure img.--sp {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .pushing {
  pointer-events: none; /* 動画上のクリック・タップを無視 */
  margin: 100px auto 100px;
  display: block;
  width: 85%;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .sitting-photo {
  width: 60%;
  max-width: 410px;
  margin: 0 auto 0 7.5%;
}
main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .sitting-photo img {
  width: 100%;
  object-fit: cover;
}
main .main-content_wrapper .right-content-wrap .section_3_proportion .section_3_inner {
  width: 85%;
  margin: 250px auto 0;
  padding-top: 200px;
}
main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_3_proportion p {
  font-size: clamp(0.813rem, 0.514rem + 1.27vw, 1.125rem);
  letter-spacing: 0.001em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 70px;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion .section_4_inner {
  width: 85%;
  margin: 250px auto 0;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion p {
  font-size: clamp(0.813rem, 0.514rem + 1.27vw, 1.125rem);
  letter-spacing: 0.001em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 70px;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion figure {
  display: block;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion figure:nth-of-type(1) {
  max-width: 466px;
  width: 100%;
  margin-bottom: 80px;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion figure:nth-of-type(2) {
  max-width: 515px;
  width: 100%;
}
main .main-content_wrapper .right-content-wrap .section_4_back-cushion figure img {
  width: 100%;
}
main .main-content_wrapper .right-content-wrap .section_5_warranty .section_5_inner {
  width: 85%;
  margin: 250px auto 0;
}
main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_5_warranty p {
  font-size: clamp(0.813rem, 0.514rem + 1.27vw, 1.125rem);
  letter-spacing: 0.001em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 70px;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations .section_6_inner {
  width: 85%;
  margin: 250px auto 50px;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading {
  display: none;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations p {
  font-size: clamp(0.813rem, 0.514rem + 1.27vw, 1.125rem);
  letter-spacing: 0.001em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 70px;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations p:last-of-type {
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  color: #333333;
  margin: 10px 0 0 0;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations .leg-photo {
  max-width: 370px;
  width: 45%;
  margin: 0 auto;
}
main .main-content_wrapper .right-content-wrap .section_6_leg-variations .leg-photo img {
  width: 100%;
  object-fit: cover;
}
main .main-content_wrapper {
  /* 画像関連の要素のみ初期状態を設定（テキストは除外） */
}
main .main-content_wrapper .right-content-inner figure,
main .main-content_wrapper .right-content-inner .pushing,
main .main-content_wrapper .right-content-inner .sitting-photo,
main .main-content_wrapper .right-content-inner .leg-photo,
main .main-content_wrapper .right-content-inner .interval-image {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(40px);
  /* 移動は速め、ボケ解消は少し遅れて完了 */
  transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease-out 0.2s;
  will-change: opacity, filter, transform;
}
main .main-content_wrapper {
  /* 表示された時の状態 */
}
main .main-content_wrapper .right-content-inner .is-shown {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  main .main-content_wrapper {
    display: block;
  }
  main .main-content_wrapper .left-photo-wrap {
    width: 100%;
    position: sticky;
    bottom: 0;
    transition: height 2s cubic-bezier(0.15, 0.85, 0.15, 1);
  }
  main .main-content_wrapper .left-photo-wrap.is-shrunk .fv-area {
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 1 !important;
    transition: height 2s cubic-bezier(0.15, 0.85, 0.15, 1), opacity 1s ease, visibility 2s;
  }
  main .main-content_wrapper .left-photo-wrap .fv-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 50;
    opacity: 1;
    visibility: visible;
    transition: height 2s cubic-bezier(0.15, 0.85, 0.15, 1), opacity 1s ease, visibility 0s;
  }
  main .main-content_wrapper .left-photo-wrap .fv-area .scroll-img.sp-only:nth-of-type(n+2) {
    display: none !important;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area .pc-only {
    display: none !important;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area .scroll-img:nth-of-type(1) {
    display: none !important;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area .scroll-img.sp-only {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.5s ease;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area .scroll-img.sp-only.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    filter: blur(0) !important;
  }
  main .main-content_wrapper .left-photo-wrap .mold-urethane-area h3 {
    display: none;
  }
  main .main-content_wrapper .left-photo-wrap .proportion-area {
    display: none !important;
  }
  main .main-content_wrapper .right-content-wrap {
    width: 100%;
    position: relative;
    /* ① FVセクション：画像の下を通す */
  }
  main .main-content_wrapper .right-content-wrap .section_1_fv {
    position: relative;
    z-index: 6;
    background: #ffffff;
    padding-bottom: 0;
  }
  main .main-content_wrapper .right-content-wrap .section_1_fv h2 {
    display: none;
  }
  main .main-content_wrapper .right-content-wrap .section_1_fv .fv-text-wrap {
    padding: 13% 0;
    background: #fff;
    margin-bottom: 0;
  }
  main .main-content_wrapper .right-content-wrap {
    /* ② モールドウレタン以降：画像の上を通る */
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane,
  main .main-content_wrapper .right-content-wrap .section_3_proportion,
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion,
  main .main-content_wrapper .right-content-wrap .section_5_warranty,
  main .main-content_wrapper .right-content-wrap .section_6_leg-variations {
    position: relative;
    z-index: 8;
    background: #fff;
    padding: 80px 20px;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane {
    padding: 70px 0;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto 70px;
    height: auto;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv img {
    width: 100%;
    object-fit: cover;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv h3 {
    position: absolute;
    top: 30px;
    left: 15%;
    z-index: 15;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv h3 span {
    color: #ffffff;
    display: block;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .title-fv h3 span.en {
    font-size: clamp(1.563rem, 0.37rem + 5.09vw, 2.813rem);
    margin-bottom: 10px;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane h4 {
    margin-bottom: 50px;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .section_2_inner p {
    width: 100%;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure {
    margin-bottom: 40px;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure img.--pc {
    display: none;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane figure img.--sp {
    display: block;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane .pushing {
    width: 85%;
    margin: 0 auto;
  }
  main .main-content_wrapper .right-content-wrap .section_2_mold-urethane > p {
    width: 85%;
    margin: 50px auto;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion {
    padding: 60px 0;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .section_3_inner {
    margin: 0 auto;
    padding: 0;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv {
    width: 100%;
    display: block;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv img {
    width: 100%;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv h3 {
    margin-bottom: 50px;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv h3 span {
    display: block;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion .title-fv h3 span.en {
    font-size: clamp(1.563rem, 0.37rem + 5.09vw, 2.813rem);
    margin-bottom: 10px;
  }
  main .main-content_wrapper .right-content-wrap .section_3_proportion h4 {
    margin-top: 50px;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion, main .main-content_wrapper .right-content-wrap .section_5_warranty, main .main-content_wrapper .right-content-wrap .section_6_leg-variations {
    padding: 0;
    box-shadow: none;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading, main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading, main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading {
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    display: block;
    margin-bottom: 70px;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading span, main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading span, main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading span {
    display: block;
    line-height: 1;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading span:nth-of-type(1), main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading span:nth-of-type(1), main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading span:nth-of-type(1) {
    font-size: 25px;
    margin-bottom: 10px;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading span:nth-of-type(2), main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading span:nth-of-type(2), main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading span:nth-of-type(2) {
    font-size: 16px;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .sp-heading.is-hidden, main .main-content_wrapper .right-content-wrap .section_5_warranty .sp-heading.is-hidden, main .main-content_wrapper .right-content-wrap .section_6_leg-variations .sp-heading.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  main .main-content_wrapper .right-content-wrap .section_4_back-cushion .section_4_inner {
    margin: 80px auto;
  }
  main .main-content_wrapper .right-content-wrap .section_5_warranty .section_5_inner {
    margin: 80px auto;
  }
  main .main-content_wrapper .right-content-wrap .section_6_leg-variations .section_6_inner {
    margin: 80px auto;
  }
}
main .end-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 200px 0 150px;
}
main .end-section h5 {
  font-size: clamp(1.563rem, 0.37rem + 5.09vw, 2.813rem);
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 80px;
}
main .end-section p {
  text-align: center;
  font-size: clamp(1.375rem, 0.898rem + 2.04vw, 1.875rem);
  letter-spacing: 0.075em;
  line-height: 2.2;
  max-width: 410px;
  width: 100%;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #DEDEDE;
}
main .end-section .base_btn {
  padding: 1em 1.8em;
}
main .end-section .base_btn span {
  font-size: clamp(0.813rem, 0.723rem + 0.45vw, 0.938rem);
}
@media (max-width: 768px) {
  main .end-section {
    margin-top: 100px;
  }
  main .end-section h5 {
    margin-bottom: 60px;
  }
  main .end-section p {
    padding-bottom: 40px;
    margin-bottom: 50px;
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */