@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body.nosc {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 656px) {
  .sub_header {
    top: 7rem;
  }

  .sub_header ul {
    flex-wrap: nowrap;
  }

  .sub_header .header__wrapper {
    padding: 10px;
  }

  .sub_header nav {
    padding-right: 1rem;
  }

  .sub_header nav::-webkit-scrollbar {
    display: none;
  }

  .sub_header ul li a {
    font-size: 14px;
    white-space: nowrap;
  }

  .main {
    padding-top: 105px;
  }

  .sub_header.hide {
    top: 60px;
  }
}

.dch450_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.dch450_wrapper a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: .3s;
}

.dch450_wrapper a:hover {
  text-decoration: none;
}

.dch450_wrapper * {
  box-sizing: border-box !important;
}

.dch450_wrapper *:focus {
  outline: none;
}

.dch450_wrapper .noPC {
  display: none !important;
}

.dch450_wrapper .noSP {
  display: block !important;
}

.dch450_wrapper .pc {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 51%;
  margin: auto;
}

.dch450_wrapper .sp {
  display: none;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .dch450_wrapper .noPC {
    display: block !important;
  }

  .dch450_wrapper .noSP {
    display: none !important;
  }

  .dch450_wrapper .pc {
    display: none;
  }
  
  .dch450_wrapper .sp {
    display: block;
    width: 70%;
    margin: 30px auto 30px;
  }
}

.dch450_wrapper img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.dch450_wrapper .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

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

.dch450_wrapper .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: ease-in-out .6s;
}

.dch450_wrapper .fadeInUp.active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* 
-------------------------------------------------- */
#dch450 #mv {
  padding: 120px 20px 68px;
}

#dch450 #mv .inner.flex {
  max-width: 1200px;
  align-items: center;
  margin-bottom: 38px;
}

#dch450 #mv .inner.flex .txt {
  flex: 0 1 50%;
  font-feature-settings: "palt";
}

#dch450 #mv .inner.flex .txt .e-angle {
  width: 200px;
  margin-bottom: 3rem;
}

#dch450 #mv .txt h1 {
  font-size: 2.8rem;
  line-height: 1.4;
}

#dch450 #mv .txt h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.37;
  margin: 20px 0 16px;
}

#dch450 #mv .txt p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 31px;
}

#dch450 #mv .inner.flex .img {
  flex: 0 1 45%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #dch450 #mv .inner.flex .color-select {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#dch450 #mv .inner.flex .color-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #dch450 #mv .inner.flex .color-buttons {
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column;
    text-align: center;
  }
}
.color-option {
    display: flex;
    gap: 15px;
}
.color-option--text {
    flex-direction: column;
    gap: 7px;
}
.color-option--text h3{
  font-weight: bold;
}
.color-image {
    border: none;
    background: none;
}
.color-image img.active {
  outline: 2px solid #707070;
  outline-offset: -2px;
  border-radius: 5px;
}
.color-text {
  background: none;
  border: none;
  color: #C4C4C4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
.color-text.active {
  color: #4D4D55;
}


@media screen and (max-width: 767px) {
  .color-text{
    text-align: center;
  }
  #dch450 #mv .inner.flex .color-btn {
    font-size: 1.6rem !important;
    padding: 7px 16px;
  }
}
#dch450 #mv .inner.flex .color-buttons .color-btn:hover {
  background-color: #4D4D55;
  color: #fff;
}
#dch450 #mv .inner.flex .color-select .color-note {
  font-size: 1.4rem;
}
.mv_slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mv_slider .slick-slider {
  max-width: 565px;
  margin: 0 auto;
}

.slick_thumb {
  display: flex;
  justify-content: space-between;
}

.slick_thumb .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: center;
  gap: 1rem;
}

.slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_thumb .slick-slide {
  border: 2px solid #E3E3E3;
  flex: 0 0 9.5%;
  float: none !important;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slick_thumb .slick-slide.slick-current {
  border-color: #3AC7C2;
}

.slick_thumb .slick-slide li {
  display: block !important;
}
.slick.slick-initialized.slick-slider {
  .slick-list.draggable {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1350px) {
  #dch450 #mv .txt h1 {
    font-size: 28px;
  }

  #dch450 #mv .txt h2 {
    font-size: 40px;
  }

  #dch450 #mv .txt p {
    font-size: 20px;
  }

  .mv_slider .slick-slider {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1150px) {
  .mv_slider .slick-slider {
    max-width: 440px !important;
  }
}

@media screen and (max-width: 1050px) {
  #dch450 #mv .txt h1 {
    font-size: 22px;
  }

  #dch450 #mv .txt h2 {
    font-size: 36px;
    margin: 30px 0 20px 0;
  }

  #dch450 #mv .txt p {
    font-size: 18px;
  }

  .mv_slider .slick-slider {
    max-width: 400px !important;
    margin-bottom: 3rem;
  }

  .slick_thumb .slick-track {
    width: 100% !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .slick_thumb .slick-slide {
    flex: 0 1 16%;
  }
}

@media screen and (max-width: 950px) {
  #dch450 #mv .txt h1 {
    font-size: 18px;
  }

  #dch450 #mv .txt h2 {
    font-size: 30px;
  }

  #dch450 #mv .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #dch450 #mv {
    padding: 60px 25px 30px 25px;
  }

  #dch450 #mv .inner.flex {
    display: block;
    margin-bottom: 3px;
  }

  #dch450 #mv .txt {
    margin: 40px 0 0 0;
  }

  #dch450 #mv .txt h1 {
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
  }

  #dch450 #mv .txt h2 {
    font-size: 2rem;
    margin: 15px auto 10px auto;
    font-weight: bold;
    width: fit-content;
  }

  #dch450 #mv .txt p {
    font-size: 1.6rem;
    line-height: 1.65;
    margin: 0 auto 40px;
    width: fit-content;
  }
}
.warranty_inner {
  max-width: 1019px;
  margin: 0 auto;
  padding: 0 69px;
}

@media screen and (max-width: 767px) {
  .warranty_inner {
    padding: 0 12px;
  }
}
.warranty_content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .warranty_content {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}
.warranty_logo {
  max-width: 190px;
  flex: 0 0 190px;
}
@media screen and (max-width: 767px) {
  .warranty_logo {
    max-width: 122px;
    flex: auto;
}
}
.warranty_title {
  color: #00B1B5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .warranty_title {
    text-align: center;
  }
}
.warranty_text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .warranty_text p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.warranty_information {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #4D4D55;
  display: block;
  line-height: 1.8;
}

.feature_wrap {
  position: relative;
}

.feature_wrap .caution {
  position: absolute;
  bottom: 2%;
  right: 6%;
  font-size: 1.2rem;
}

.feature_wrap .product_caution,
.feature_wrap2 .product_caution {
  font-size: 1.2rem;
}

.feature_wrap.re {
  background-position: left top;
}

.feature_wrap .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#feature1.feature_wrap .text.active{
  display: none;
}
.feature_wrap .txt {
  width: 44%;
  margin-left: 6%;
  max-width: 840px;
  padding: 80px 90px;
  background: rgba(255, 255, 255, 0.85);
}
#feature1.feature_wrap {
  margin-bottom: 0;
}

#feature1.feature_wrap .text {
  margin-left: 0;
  padding: 54px 4%;
  transform: translateY(clamp(50%, calc(100vw - 1025px) / 2, 90%));
  width: 39%;
  background: rgba(255, 255, 255, 0.85);
}
/* 2025.04.17追加 */
@media screen and (max-width: 1000px) {
  #feature1.feature_wrap .text {
    width: 39%;
  }
}
#feature1.feature_wrap .text.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature1.feature_wrap .text.active {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #feature1.feature_wrap .text.sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
    #feature1.feature_wrap .text.active {
        display: none;
    }
}

@media screen and (max-width: 767px) {
  #feature1.feature_wrap .text {
    transform: translateY(-37px);
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 23px 13px 23px 26px;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  #feature1.feature_wrap .text{
    display: none;
  }
}

#feature1.feature_wrap .text .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #feature1.feature_wrap .text .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    width: fit-content;
    margin: auto;
  }
}
/* 特徴セクション全体 */
.features {
  padding: 64px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 34px 0 32px;
  }
}
.features__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 36px;
}
@media screen and (max-width: 1050px) {
  .features__inner {
    grid-template-columns: 1fr;
    padding: 0 30px;
    gap: 19px;
  }
}
/* 特徴アイテム */
.features__item {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .features__item:last-child {
    margin-bottom: 0px;
  }
}
/* 番号 */
.features__number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7rem;
  font-weight: bold;
  color: #3AC7C2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features__number {
    font-size: 4rem;
  }
}
/* タグ */
.features__tag {
  position: relative;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .features__tag {
    margin-bottom: 16px;
  }
}
.features__tag-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3AC7C2;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

.features__tag-text::before,
.features__tag-text::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #32c7c7;
}

.features__tag-text::before {
  left: -21px;
  transform: rotate(46deg);
}

.features__tag-text::after {
  right: -23px;
  transform: rotate(136deg);
}

/* タイトル */
.features__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .features__title {
    margin-bottom: 27px;
  }
}
.features__title-underline {
  position: relative;
  display: inline-block;
}

.features__title-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #32c7c7;
}

/* 画像 */
.features__image-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.features__image {
  width: 100%;
  height: auto;
  display: block;
}


/* 説明文 */
.features__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0;
  padding: 0 6px;
  color: #1B1B1D;
}
@media screen and (max-width: 767px) {
  .features__description {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

/* 4つの特長セクション用スタイル */
.features-benefits {
  margin: 0 auto;
  padding-bottom: 45px;
  background-color: #E9F2F0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features-benefits {
    padding-bottom: 22px;
  }
}
.features-benefits__heading {
  background-color: #3AC7C2;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight:bold;
  max-width: 1000px;
  margin: 0 auto 92px;
  padding: 2px 10px;
  width: 81%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .features-benefits__heading {
    font-size: 2.8rem;
    line-height: 1.42;
    padding: 22px 10px;
  }
}
/* 2025.04.17追加＆修正 */
.features-benefits__wrap {
  position: relative;
  margin-bottom: 107px;
  display: flex;
}

@media screen and (max-width: 1050px) {
  .features-benefits__wrap {
    margin-bottom: 39px;
  }
}

.features-benefits__text {
  position: relative;
  z-index: 1;
  transform: translateY(50px);
  background-color: #fff;
  width: 89.5%;
  margin: 0 0 0 auto;
  padding: 77px 69px 50px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__text {
    transform: none;
    padding: 13px 22px;
  }
}

.features-benefits__suppression-img {
    width: 28%;
    margin-bottom: 70px;
}
@media screen and (max-width: 1626px) {
  .features-benefits__suppression-img {
    margin-bottom: 43px;
    width: 100%;
  }  
}
@media screen and (max-width: 1050px) {
  .features-benefits__suppression-img {
    margin-bottom: 24px;
  }  
}
.features-benefits__text-img {
  max-width: 303px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__text-img {
    transform: translate(10px,7px);
    margin: 0 auto;
    display: block;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .features-benefits__text-img {
    max-width: 206px;
  }
}
.features-benefits-figure {
  position: absolute;
  right: 0;
  width: clamp(52%,calc(182vw - 1025px)/2,55%);
  max-width: 792px;
  z-index: 1;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}

@media screen and (max-width: 1050px) {
  .features-benefits-figure {
    position: static;
    width: 94%;
    margin: 0 auto;
  }
}

.features-benefits__wrap-img {
  /*aspect-ratio: 144 / 141;*/
}

@media screen and (max-width: 1050px) {
.features-benefits__wrap-img {
    height: auto;
    max-height: 860px;
  }
}
.features-benefits__evidence {
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0;
  padding-right: 13%;
}
@media screen and (max-width: 1050px) {
  .features-benefits__evidence {
    line-height: 1.66;
    padding-right: 0;
  }
}
/* 2025.04.17追加＆修正ここまで */
.features-benefits__item {
  display: flex;
  align-items: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 1050px) {
  .features-benefits__item {
    flex-direction: column;
    margin-bottom: 28px;
    padding: 0 12.5px;
  }
}
.features-benefits__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .features-benefits__item--reverse {
    flex-direction: column;
    margin-bottom: 42px;
    padding: 0 12.5px;
  }
}
@media screen and (max-width: 1050px) {
  .features-benefits__item--reverse:last-child {
    margin-bottom: 0px;
  }
}

.features-benefits__item__ice-maker {
  align-items: normal;
  margin-bottom: 216px;
}

.features-benefits__item__apps {
  align-items: normal;
  margin-bottom: 53px;
}
@media screen and (max-width: 1050px) {
  .features-benefits__item__ice-maker {
    align-items: center;
    margin-bottom: 51px;
  }
}

@media screen and (max-width: 1050px) {
  .features-benefits__item__apps {
    align-items: center;
    margin-bottom: 20px;
  }
}

.features-benefits__image-container {
  flex: 0 0 45%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .features-benefits__image-container {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
  }
}
.features-benefits__image-container img {
  max-height: 464.56px;
  object-fit: contain;
  object-position: right;
}
.features-benefits__image-container img._op-left{
  object-position: left;
}
.features-benefits__image {
  width: 100%;
  height: auto;
  display: block;
}

.features-benefits__content {
  flex: 0 0 45%;
  padding: 41px clamp(25px, calc(100vw - 1025px) / 2, 72px) 37px;
  background-color: #fff;
}

.features-benefits__content__large-capacity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-benefits__content__ice-maker {
  flex: 0 0 79%;
  transform: translate(-43.5%, 28%);
}

.features-benefits__content__apps {
  flex: 0 0 79%;
  transform: translate(-43.5%, 6%);
}

@media screen and (max-width: 1050px) {
  .features-benefits__content__ice-maker,
  .features-benefits__content__apps {
    transform: none;
  }
}

@media screen and (max-width: 1050px) {
  .features-benefits__content__large-capacity {
    flex-direction: column;
  }
}

@media screen and (max-width: 1050px) {
  .features-benefits__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .features-benefits__content {
    order: 2;
    flex: 0 0 100%;
    width: 87%;
    padding: 14px 23px 25px;
  }
}

@media screen and (max-width: 767px) {
  .features-benefits__content__apps {
    padding: 14px 0 0;
  }
}

.features-benefits__text-content {
  flex: 0 0 69%;
}
.features-benefits__content-text-content {
  width: 50%;
  margin: 0 0 120px auto;
}
@media screen and (max-width: 1050px) {
  .features-benefits__content-text-content {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 23px;
  }
}
.features-benefits__tag {
  color: #3AC7C2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.features-benefits__tag__ice-maker {
  width: 50%;
  margin: 30px 0 9px auto;
}

.features-benefits__tag__apps {
  margin: 4px 0 9px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__tag__ice-maker {
    width: auto;
    margin: 0 0 9px 0;
  }
}
@media screen and (max-width: 767px) {
  .features-benefits__tag {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}

.features-benefits__title {
  color: #4D4D55;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding-left: 19px;
  position: relative;
}

.features-benefits__title__ice-maker {
  width: 50%;
  margin: 0 0 15px auto;
}

.features-benefits__title__apps {
  margin: 0 0 15px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__title__ice-maker,
  .features-benefits__title__apps {
    width: auto;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .features-benefits__title {
    font-size: 2.5rem;
    margin-bottom: 24px;
    padding-left: 21px;
  }
}

.features-benefits__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 80%;
  background-color: #3AC7C2;
}

.features-benefits__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0;
  margin-bottom: 9px;
  color: #1B1B1D;
}
/* 2025.04.17追加 */
.features-benefits__description--nano {
  width: 34%;
}
@media screen and (max-width: 1050px) {
  .features-benefits__description--nano {
    width: auto;
  } 
}
.features-benefits__description__ice-maker {
  width: 50%;
  margin: 0 0 clamp(39px,calc(76vw - 1025px)/2,70px) auto;
}

.features-benefits__description__apps {
  margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__description__ice-maker {
    width: auto;
    margin: 0 0 39px 0;
  }
}
@media screen and (max-width: 767px) {
  .features-benefits__description {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.features-benefits__storage-space-image-wrapper {
  max-width: 111px;
}

.features-benefits__content-img {
  margin-bottom: 45px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__content-img {
    margin-bottom: 0px;
  }
}
.features-benefits__content-appimg {
  flex: 0 0 38%;
}
@media screen and (max-width: 1050px) {
  .features-benefits__content-appimg {
    flex: auto;
  }
}
.connectlife-logo {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .connectlife-logo {
    max-width: 160px;
  }
}
.features-benefits__content-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1050px) {
  .features-benefits__content-flex {
    flex-direction: column;
    gap: 24px;
  }
}

.features-benefits__content-text-bottom-content {
  flex: 0 0 58%;
  transform: translateX(-7px);
}

@media screen and (max-width: 1050px) {
  .features-benefits__content-text-bottom-content {
    transform: none;
    padding: 0 23px;
  }
}

.features-benefits__content-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}

@media screen and (max-width: 1050px) {
  .features-benefits__content-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.features-benefits__content-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0;
}

@media screen and (max-width: 1050px) {
  .features-benefits__content-description {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
/* .features-benefits__badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background-color: #3AC7C2;
  color: #fff;
  padding: 9px 18px 9px 28px;
  border-radius: 33px;
}
@media screen and (max-width: 1050px) {
  .features-benefits__badge {
    display: flex;
    gap: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
    padding: 10px 26px 10px 38px;
  }
}
@media screen and (max-width: 1050px) {
  .features-benefits__badge .sp {
    display: block;
  }
}
.features-benefits__badge-icon {
  margin-right: 10px;
}

.features-benefits__badge-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 1050px) {
  .features-benefits__badge-text {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.features-benefits__badge-number-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 9px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__badge-number-text {
    font-size: 2.7rem;
    margin-right: 3px;
  }
} */

/* .features-benefits__temp-table {
  max-width: 238px;
}

@media screen and (max-width: 1050px) {
  .features-benefits__temp-table {
    max-width: 260px;
    margin: 0 auto;
  }
} */


/* 機能グリッドセクション */
.feature-grid {
  margin: 0 auto;
  padding: 51px 20px 84px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .feature-grid {
    padding: 24px 35px 24px;
  }
}
.feature-grid__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 1050px) {
  .feature-grid__heading {
    font-size: 2.8rem;
    line-height: 1.42;
    margin-bottom: 26px;
  }
}

.feature-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature-grid__container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.feature-grid__item {
  background-color: #F5F7F8;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 767px) {
  .feature-grid__item {
    height: auto;
  }
}

.feature-grid__image {
  width: 100%;
  height: auto;
  display: block;
}

.feature-grid__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  color: #4D4D55;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 32px 15px 21px;
}

@media screen and (max-width: 767px) {
  .feature-grid__title {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 6px;
    padding: 16px 15px 11px;
  }
}

.feature-grid__description {
  padding: 0 30px 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0;
  color: #1B1B1D;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .feature-grid__description {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0 22px 27px;
  }
}
.feature-grid__description-information {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #4D4D55;
}

#feature3.feature_wrap .txt {
  margin-top: -8%;
}

.feature_wrap.re .txt {
  margin-left: auto;
  margin-right: 6%;
}

.feature_wrap .txt h2,
.feature_wrap2 .txt h2 {
  font-size: 39px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
}

.feature_wrap .txt p,
.feature_wrap2 .txt p {
  font-size: 16.5px;
  line-height: 2;
}

.feature_wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 90px 70px;
}

.feature_wrap2 .img {
  flex: 0 1 50%;
  border-radius: 48px;
  overflow: hidden;
}

.feature_wrap2 .txt {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 6%;
}

.feature_wrap2.re .img {
  order: 2;
}

.feature_wrap2.re .txt {
  order: 1;
}

@media screen and (max-width: 1450px) {
  .feature_wrap .txt {
    padding: 50px 4%;
  }

  #feature4 {
    margin-bottom: 40px;
  }

  .feature_wrap2 {
    padding: 50px 70px;
  }

  .feature_wrap2 .txt {
    padding: 0 0 0 4%;
  }

  .feature_wrap2.re .txt {
    padding: 0 4% 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .feature_wrap .txt {
    padding: 40px 3%;
  }

  .feature_wrap2 {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap {
    height: auto;
    padding-top: 0;
    background: none;
  }

  .feature_wrap .caution {
    position: static;
  }

  .feature_wrap .wrap {
    height: auto;
    position: static;
    overflow: visible;
    display: block;
  }

  .feature_wrap .txt {
    width: 100%;
    margin: 0 !important;
    max-width: initial;
    max-width: none;
    padding: 40px;
    background: #fff;
  }

  .feature_wrap .txt h2,
  .feature_wrap2 .txt h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  .feature_wrap2 .txt h2 {
    text-align: left;
  }

  .feature_wrap .txt p,
  .feature_wrap2 .txt p {
    font-size: 13px;
  }

  #feature4 {
    margin-bottom: 0;
  }

  .feature_wrap2 {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
  }

  .feature_wrap2 .img {
    border-radius: 20px 20px 0 0;
  }

  .feature_wrap2 .txt {
    padding: 3rem 2rem !important;
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
    max-width: 100%;
  }
}

.energy {
  margin: 83px auto;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  flex: 0 1 50%;
  width: 100%;
  background: #F5F5F5;
  max-width: 90%;
  position: relative;
}
.energy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 75%;
  background-color: #C3C3C3;
}

.energy .txt {
  width: auto;
}

.energy .sub {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 5% 33px 8%;
}

.energy .img {
  width: 19.5%;
  margin-bottom: 15px;
}

.energy p,
.assurance p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  text-align: center;
}

.caution {
  font-size: 1.4rem;
  padding: 0 20% 10%;
  line-height: 1.5;
}

.caution ul li {
  list-style-type: disc;
}

@media screen and (max-width: 1450px) {
  .assurance .flex {
    padding: 50px 70px;
  }

  .energy p,
  .assurance p {
    font-size: 16px;
  }

  .energy p.comment {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {

  .energy p,
  .assurance p {
    font-size: 15.5px;
  }

  .energy p.comment {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .energy {
    flex-direction: column;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto 30px;
    width: 80%;
  }
  .energy::before {
    width: 90%;
    height: 1px;
  }

  .energy,
  .assurance {
    padding: 0 15px;
  }

  .energy .sub {
    display: block;
    width: 100%;
    padding: 27px 0 20px 0;
  }

  .energy p,
  .assurance p {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .energy p.comment {
    font-size: 1.4rem;
  }

  .energy .img {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
  }

  .energy .txt {
    margin: 0;
    padding: 13px 0 0 0;
    width: 100%;
  }

  .caution {
    padding: 0 4rem 10%;
  }
}

/*仕様*/
.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 5% 0;
}

.specification_title {
  padding-top: 10rem;
  margin-bottom: 3rem;
  color: #000;
  display: flex;
  gap: 3rem;
}

.specification_title h1 {
  font-size: 3rem;
}

.document_button {
  display: flex;
  gap: 2rem;
}

.document_button a {
  border: 2px solid #000;
  border-radius: 5rem;
  color: #000;
  transition: all 0.5s;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  text-align: center;
}

.document_button a:hover {
  background: #000;
  color: #fff;
}

.specification {
  color: #333;
  text-align: left;
}

.specification table {
  width: 100%;
  display: block;
  word-break: break-all;
  border-collapse: collapse;
}

.specification table th, .specification table td {
  color: #000;
  border: 1px solid #ddd;
  padding: 10px 15px;
  line-height: 1.5;
}

.specification table td {
  min-width: 300px;
}

.specification table th {
  white-space: nowrap;
  letter-spacing: 0;
}

.specification table tr .sub_title {
  background-color: #fff !important;
}

.specification table tr:first-child th, .specification table th[rowspan] {
  text-align: center;
  background-color: #F2F4F8;
  color: #000;
  border: 1px solid #ddd;
}

.caution_list {
  padding-left: 1.5em;
  font-size: 1.4rem;
  padding-top: 3rem;
}

.caution_list li {
  list-style-type: disc;
}

@media screen and (max-width: 656px) {
  .specification {
    overflow-x: scroll;
  }

  .specification table {
    font-size: 1.3rem;
  }

  .specification_title {
    flex-direction: column;
    gap: 2rem;
  }

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

  .document_button a {
    width: 48%;
    padding: 1rem;
  }
}

/* 20240710追加 */

.feature_01_top {
  /* max-width: 68%; */
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* 2025.04.17追加 */
@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .feature_01_top {
    /* width: 50%; */
  }
  .feature_01_top.active {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {

  .feature_01_top.active {
    width: auto;
  }
}

.feature_wrap {
  margin-bottom: 150px;
}

.feature_sb {
  position: absolute;
  max-width: 85%;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: #F5F7F8;
  z-index: 1;
  padding: 100px 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature_sb img {
  max-width: 60%;
  height: auto;
}

.feature_sb_in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 95%;
  margin: auto;
  margin-bottom: 30px;
}

.feature_sb_in p {
  width: 380px;
  text-align: left;
  padding: 20px;
  font-size: 2.4rem;
  line-height: normal;
  position: relative;
}

.feature_sb_in p span {
  font-size: smaller;
  position: absolute;
}

.feature_sb p:last-child {
  width: 100%;
  margin-left: 3.8%;
}

#feature2 {
  margin-top: 40%;
}

.feature_03_txt .txt {
  position: absolute;
}

#feature3 .feature_03_txt {
  height: auto;
  position: initial;
}

.feature_sb03 h2 {
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_sb03 h2 img {
  width: 3rem;
  margin: 0 5px 0 0;
  /* padding-top: 3px; */
}

.feature_sb03 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #F5F7F8;
  justify-content: center;
  margin: auto;
  max-width: 85%;
  position: absolute;
  padding: 50px 20px;
  right: 0;
  left: 0px;
  top: 85%;
}

.feature_sb03 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.feature_sb03 li:first-child {
  border-right: 1px solid #C3C3C3;;
}


.dch450_wrapper .feature_03_sb {
  width: 40%;
  height: auto;
  margin: initial;
  padding-right: 2%;
}

.feature_03_sb_in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

.feature_03_sb_in p {
  line-height: 1.6;
  font-size: 1.4rem;
}

.feature_04 {
  margin-top: 10%;
}

.feature_02_sb01 {
  margin-top: 2%;
}

@media screen and (max-width: 767px) {

  .feature_sb_in {
    justify-content: initial;
    flex-direction: column;
  }

  .feature_wrap {
    margin-bottom: initial;
  }

  .feature_sb {
    position: initial;
    z-index: initial;
    padding: 50px 0;
    max-width: 90%;
    margin: auto;
    background: #F5F7F8;
    display: flex;
    align-items: center;
  }

  .feature_sb img {
    max-width: 100%;
    height: auto;
  }
  
  .feature_sb_in p {
    width: 100%;
    padding: 0 4% 30px;
  }

  
  .feature_sb p:last-child {
    /* width: 80%; */
    margin-left: initial;
    line-height: 2;
    padding: 0 7%;
  }

  #feature2 {
    margin-top: 70px;
  }
  
  .feature_sb03 {
    flex-direction: column;
    /* max-width: 90%; */
    margin: 10% auto;
    padding: 50px 5%;
    position: initial;

  }
    
  .feature_sb03 p {
    font-size: 13px;
    line-height: 2;
    max-width: 100%;
    /* margin: auto;  */
  }

  .feature_sb03 li {
    display: flex;
    flex-direction: column;
    width: initial;
  }
  
  .feature_sb03 li:first-child {
    margin-bottom: 30px;
    border-right: initial;
  }

  .feature_sb03 li:last-child {
    padding-top: 50px;
    border-top: 1px solid #C3C3C3;;
    /* max-width: 55%; */
  }

  .feature_sb03 h2 {
    font-size: 2.2rem;
  }
  
  .feature_sb03 h2 img {
    /* width: 10%; */
    /* padding-left: 3px; */
    /* padding-bottom: s4px; */
  }
  
  .dch450_wrapper .feature_03_sb {
    /* max-width: initial; */
    width: fit-content;
    margin: auto;
    height: auto;
  }

  .feature_03_sb_in {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-left: 3%;
  }
  
  
}

/* iframe */

.feature__video {
  /* width: 608px;
  height: 342px; */
  width: 1033.6px;
  height: 581.4px;
  position: relative;
  z-index: 1;
}


.feature__video img {
  width: 100%; 
  aspect-ratio: 16 / 9;
}

.feature__video .iframe {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
}

.feature__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.feature__video a {
  display: block;
}

.feature__video a::after {
  position: absolute;
  content: url("../img/btn-movie-player.svg");
  /* top: 88%; */
  /* left: 19%; */
  bottom: 50%;
  transform: translate(-50%, 50%);
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feature__video a.active {
  opacity: 1;
  cursor: default;
}

.feature__video a.active::after {
  /* opacity: 0; */
  display: none;
}

  #iframe_target_btn {
    top: 55%;
  }


@media screen and (min-width: 1000px) and (max-width: 1450px) {

  .feature__video {
    width: 851.2px;
    /* width: 50%; */
    height: 478.8px;
    aspect-ratio: 16 / 9;
    margin: auto;
  }
  .feature__video.active {
    width: auto;
  }

  .feature__video a.active::after {
    display: none;
  }  

  #feature2 {
    margin-top: 45%;
  }

  .feature_04 {
    margin-top: 20%;
  }

  .feature_sb03 h2 img {
    width: 3rem;
  }

  .feature_sb03 {
    max-width: 95%;
    align-items: flex-start;
  }
  .feature_sb03 h2 {
    line-height: 1.4;
  }

  #iframe_target_btn {
    top: 55%;
  }


}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .feature__video {
    width: 608px;
    height: 342px;
    aspect-ratio: 16 / 9;
    margin: auto;
  }

  .feature__video a.active::after {
    display: none;
  }
  
  .feature_sb {
    max-width: 95%;
    top: 95%;
    padding: 50px 60px;
  }

  .feature_wrap .txt h2, .feature_wrap2 .txt h2 {
    margin-bottom: 20px;
  }

  .feature_wrap .txt p, .feature_wrap2 .txt p {
    font-size: 16.5px;
    line-height: 1.7;
}

  #feature2 {
    margin-top: 65%;
  }

  .feature_04 {
    margin-top: 35%;
  }

  .feature_sb03 {
    max-width: 95%;
    align-items: flex-start;
  }
  .feature_sb03 h2 {
    line-height: 1.4;
  }
}
  #iframe_target_btn {
    /* display: block; */
    width: 300px;
    height: auto;
    margin: auto;
    position: absolute;
    right: 140px;
    top: 60%;
  }
    #iframe_target_btn img {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 100%;
    height: auto;
    margin: auto;
    /* display: block; */
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
  }

@media screen and (max-width: 767px) {

#iframe_target_btn {
    /* display: block; */
    width: 300px;
    height: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25%;
}

  .feature__video iframe {
      top: 50%;
  }

  .feature__video {
    width: 100%;
    height: 50.5vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .feature__video a::after {
    display: none;
  }
  #iframe_target_btn {
    width: 100%;
  }
    /* #iframe_target_btn {
    display: block;
  } */
  #iframe_target_btn img {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 90%;
    height: auto;
    margin: auto;
    /* display: block; */
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
  }
  .feature_sb03 h2 img {
    width: 2.4rem;
}
.feature_wrap #iframe_target_btn.active {
  display: none;
}
}

@media screen and (max-width: 767px) {
  .feature__video {
    height: 53.5vw;
  }
  #iframe_target_btn img {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }

}

/* 閉じるボタンの基本スタイル */
.video-close-btn,
.lity-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
}

.video-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.video-close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: white;
}
.video-close-btn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-close-btn span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* PC版の閉じるボタン位置調整 */
.pc-close-btn,
.lity-close {
  top: -49px;
  right: 20px;
}
@media screen and (max-width: 1050px){
  .pc-close-btn,
  .lity-close {
    top: -50px;
    right: 15px;

  }
  .video-close-btn{
    right: 1rem;
    top: 30%;
  }
}


/* 2025.04.17追加 */
.features-benefits__narrow-fit-section {
  padding: 0 20px;
}
.features-benefits__narrow-fit-top-section {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  padding: 38px 69px 202px;
}
.features-benefits__text-flex {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.features-benefits__text-wrapper {
  flex: 1;
}
.features-benefits__text-flex .features-benefits__description {
  flex: 1;
  margin-bottom: 0px;
}
.features-benefits__video {
    max-width: 1033.6px;
    width: 800px;
    height: 454px;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.js-feature {
  display: block;
  text-align: center;
}
.btn-movie {
  aspect-ratio: 47/14;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  max-width: 235px;
}

.features-benefits__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.features-benefits__details {
  max-width: 1000px;
  margin: -91px auto 84px;
  padding: 50px 65px;
  background-color: #fff;
  border-radius:30px;
  filter: drop-shadow(10px 22px 20px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  display: flex;
  gap: 66px;
}

.features-benefits__detail-item {
  flex: 1;
}

.features-benefits__detail-item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.25;
  margin-bottom: 19px
}

.features-benefits__detail-item-text--02 {
  margin-bottom: 55px;
}
@media screen and (max-width: 1050px) {
  .features-benefits__wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .features-benefits__text {
    width: 81%;
    margin: 0 auto;
    padding: 14px 22px 26px;
  }
  .features-benefits__video {
    width: 800px;
    height: 454px;
  }
}

@media screen and (max-width: 1000px) {
  .features-benefits__text-flex {
    flex-direction: column;
  }
  .features-benefits__details {
    flex-direction: column;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
    .features-benefits__video {
        width: 608px;
        height: 342px;
        aspect-ratio: 16 / 9;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
  .features-benefits__heading {
    margin: 0 auto 23px;
  }
  .features-benefits__narrow-fit-section {
    padding: 0;
  }
  .features-benefits__narrow-fit-top-section {
    width: 81%;
    padding: 16px 21px 90px;

  }
  .features-benefits__text-flex {
    align-items: flex-start;
  }
  .features-benefits__video {
    max-width: 546px;
    width: 89%;
    height: 288px;
  }
  .features-benefits__details {
    border-radius: 20px;
    flex-direction: column;
    margin: 0 auto 39px;
    padding: 29px 22px 16px;
    width: 93%;
    gap: 22px;
  }
  .features-benefits__detail-item-text {
    font-size: 1.4rem;
    line-height: 1.74;
    margin-bottom: 17px;
    padding: 0 22px;
  }
  .features-benefits__detail-item-text--02 {
    margin-bottom: 16px;
  }
  .features-benefits__wrap-img {
    min-height: auto;
    aspect-ratio: 350 / 330;
  }
}

@media screen and (max-width: 380px) {
  .features-benefits__video {
    height: 192px;
  }
}

