@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.product-details__top-part {
  padding: 0rem 0;
  background-color: #ffffff;
}
.product-details__top-part .product-details__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-details__top-part .product-details__title-wrap .product-details__title {
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 2rem;
}
.product-details__top-part .product-details__title-wrap .product-details__subtitle {
  font-size: 30px;
  font-weight: 400;
}
.product-details__top-part .product-details__top-detail {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 90px 2rem;
  gap: 40px;
}
.product-details__top-part .product-details__top-detail .product-details__top-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view {
  padding: 0 0 5rem;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-arrow {
  display: none;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box .product-photo__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .product-photo__photo-select {
  width: 125px;
  height: 125px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .product-photo__photo-select:active {
  border: 1px solid #2A2424;
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__1 {
  background-image: url(../img/airest/airest_1.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__2 {
  background-image: url(../img/airest/airest_2.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__3 {
  background-image: url(../img/airest/airest_3.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__4 {
  background-image: url(../img/airest/airest_4.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__5 {
  background-image: url(../img/airest/airest_5.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__6 {
  background-image: url(../img/airest/airest_6.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__7 {
  background-image: url(../img/airest/airest_7.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .photo-box__8 {
  background-image: url(../img/airest/airest_8.webp);
}
.product-details__top-part .product-details__top-detail .product-details__top-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__brief-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 3rem;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__feature-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #CDCDCD;
  line-height: 2.5;
  margin-bottom: 15px;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__feature-wrap {
  padding-bottom: 35px;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__feature-wrap .product-details__feature-list {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__feature-wrap .product-details__feature-list::before {
  content: "・";
  box-sizing: border-box;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__capacities {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__capacities .product-details__capacities-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__capacities .product-details__capacities-box {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #2A2424;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__capacities .product-details__capacities-box .product-details__capacities-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 12px 11px 12px;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__logo-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__logo-wrap .product-details__logo-box {
  max-width: 100%;
}
.product-details__top-part .product-details__top-detail .product-details__top-right .product-details__logo-wrap .product-details__logo-box .product-details__logo-img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-details__top-part .product-details__title-wrap .product-details__title {
    font-size: 60px;
    padding-bottom: 1rem;
  }
  .product-details__top-part .product-details__title-wrap .product-details__subtitle {
    font-size: 20px;
  }
  .product-details__top-part .product-details__top-detail {
    flex-direction: column;
    padding: 2rem 1.5rem 0;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left {
    width: 100%;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view {
    padding: 0 0 0;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box {
    height: 300px;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-right {
    width: 100%;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-right .product-details__logo-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .product-details__top-part {
    padding: 2rem 0 4rem;
  }
  .product-details__top-part .product-details__title-wrap .product-details__title {
    font-size: 40px;
    padding-bottom: 1rem;
  }
  .product-details__top-part .product-details__title-wrap .product-details__subtitle {
    padding: 0 1rem;
    font-size: 16px;
    text-align: center;
    line-height: 1.25;
  }
  .product-details__top-part .product-details__top-detail {
    flex-direction: column;
    padding: 2rem 1.5rem 0;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left {
    width: 100%;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view {
    padding: 0 0 0;
    position: relative;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box {
    height: 300px;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box .product-photo__main-arrow {
    position: absolute;
    display: none;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box .product-photo__main-arrow .product-photo__arrow-img {
    max-width: 100%;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box .photo-arrow__left {
    position: absolute;
    z-index: 10;
    left: 0;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__main-view .product-photo__main-box .photo-arrow__right {
    position: absolute;
    z-index: 10;
    right: 0;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-left .product-photo__wrap .product-photo__photo-box .product-photo__photo-select {
    width: 80px;
    height: 80px;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-right {
    width: 100%;
  }
  .product-details__top-part .product-details__top-detail .product-details__top-right .product-details__logo-wrap {
    gap: 15px;
  }
}
.product-content__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5rem 0;
}
.product-content__button-wrap .product-content__button {
  width: 35vw;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-content__button-wrap .product-content__button .product-content__button-text {
  font-size: 20px;
  font-weight: 400;
}
.product-content__button-wrap .product-content__button.active {
  background-color: #2A2424;
  border-color: #2A2424;
}
.product-content__button-wrap .product-content__button.active .product-content__button-text {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .product-content__button-wrap {
    flex-direction: column;
    padding: 2rem 0;
  }
  .product-content__button-wrap .product-content__button {
    width: 60vw;
    height: 40px;
  }
  .product-content__button-wrap .product-content__button .product-content__button-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .product-content__button-wrap {
    flex-direction: column;
    padding: 1rem 0;
  }
  .product-content__button-wrap .product-content__button {
    width: 60vw;
    height: 40px;
  }
  .product-content__button-wrap .product-content__button .product-content__button-text {
    font-size: 16px;
  }
}
.product-details {
  background-color: #ffffff;
}
.product-details .product-details__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7rem 0rem 0;
}
.product-details .product-details__wrap .product-details_award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 7rem;
}
.product-details .product-details__wrap .product-details_award-box .award-box_img {
  width: 800px;
  box-sizing: border-box;
}
.product-details .product-details__wrap .product-details_award-box .award-box_img img {
  width: 100%;
  height: auto;
}
.product-details .product-details__wrap .product-details_award-box .award-box_text {
  padding: 3rem 0 2rem;
}
.product-details .product-details__wrap .product-details_award-box .award-box_text p {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.product-details .product-details__wrap .product-details_award-box .award-box_text p .bold_text {
  font-weight: 600;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button {
  background-color: #2A2424;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 35rem;
  padding: 2.5rem 0 3.5rem;
  border-radius: 5px;
  border: 2px solid #2A2424;
  transition: 0.3s;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button svg {
  color: #ffffff;
  width: 83px;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button p {
  padding-left: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button:hover {
  background-color: #ffffff;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button:hover svg {
  color: #2A2424;
}
.product-details .product-details__wrap .product-details_award-box .award-box_button:hover p {
  color: #2A2424;
}
.product-details .product-details__wrap .product-details__youtube-box {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16/9;
  padding-bottom: 7rem;
}
.product-details .product-details__wrap .product-details__youtube-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.product-details .product-details__wrap .product-details__features {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 60px;
  margin-bottom: 150px;
  align-items: center;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left {
  width: 50%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #2A2424;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__title::before {
  content: "";
  background-color: #EFEFEF;
  display: block;
  height: 20px;
  width: calc(100% + 20px);
  position: absolute;
  z-index: -10;
  bottom: -7px;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__img-wrap {
  max-width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__img-wrap .product-details__img {
  width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .carbon {
  display: flex;
  justify-content: center;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .carbon .product-details__img {
  width: 75%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__video-wrap {
  max-width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__video-wrap video {
  width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right {
  width: 50%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #2A2424;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__title::before {
  content: "";
  background-color: #EFEFEF;
  display: block;
  height: 20px;
  width: calc(100% + 20px);
  position: absolute;
  z-index: -10;
  bottom: -7px;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__img-wrap {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__img-wrap .product-details__img {
  width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__img-wrap .product-details__img-desc {
  color: #939393;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 5px;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .cadr .product-details__img {
  width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__video-wrap {
  max-width: 100%;
}
.product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__video-wrap video {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .product-details .product-details__wrap {
    padding: 7rem 1rem;
  }
  .product-details .product-details__wrap .product-details_award-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 7rem;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_img {
    width: 80vw;
    box-sizing: border-box;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_img img {
    width: 100%;
    height: auto;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text {
    padding: 3rem 0 2rem;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text p {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text p .bold_text {
    font-weight: 600;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button {
    background-color: #2A2424;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 35rem;
    padding: 2.5rem 0 3.5rem;
    border-radius: 5px;
    border: 2px solid #2A2424;
    transition: 0.3s;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button svg {
    color: #ffffff;
    width: 83px;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button p {
    padding-left: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover {
    background-color: #ffffff;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover svg {
    color: #2A2424;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover p {
    color: #2A2424;
  }
}
@media screen and (max-width: 768px) {
  .product-details {
    padding: 0 2rem;
  }
  .product-details .product-details__wrap {
    padding: 4rem 0rem;
  }
  .product-details .product-details__wrap .product-details__features {
    margin-bottom: 100px;
    gap: 2rem;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__title::before {
    width: 50%;
    height: 3px;
    bottom: -10px;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__title::before {
    width: 50%;
    height: 3px;
    bottom: -10px;
  }
  .product-details .product-details__wrap .feature_1 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_2 {
    flex-direction: column;
  }
  .product-details .product-details__wrap .feature_3 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_4 {
    flex-direction: column;
  }
  .product-details .product-details__wrap .feature_5 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_6 {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .product-details {
    padding: 0 2rem;
  }
  .product-details .product-details__wrap {
    padding-top: 4rem;
  }
  .product-details .product-details__wrap .product-details_award-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 7rem;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_img {
    width: 80vw;
    box-sizing: border-box;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_img img {
    width: 100%;
    height: auto;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text {
    padding: 3rem 0 2rem;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text p {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_text p .bold_text {
    font-weight: 600;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button {
    background-color: #2A2424;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 0 1.5rem;
    border-radius: 5px;
    border: 2px solid #2A2424;
    transition: 0.3s;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button svg {
    color: #ffffff;
    width: 40px;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button p {
    padding-left: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover {
    background-color: #ffffff;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover svg {
    color: #2A2424;
  }
  .product-details .product-details__wrap .product-details_award-box .award-box_button:hover p {
    color: #2A2424;
  }
  .product-details .product-details__wrap .product-details__features {
    margin-bottom: 100px;
    gap: 2rem;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__title {
    font-size: 24px;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__title ::before {
    width: 50%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .product-details__desc {
    font-size: 16px;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .carbon .product-details__img {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-left .real-life .product-details__img {
    width: 100%;
    content: url("../img/airest/feature_5_sp.webp");
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__title {
    font-size: 24px;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__title ::before {
    width: 50%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .product-details__desc {
    font-size: 16px;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .cadr .product-details__img {
    width: 100%;
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .structure .product-details__img {
    width: 100%;
    content: url("../img/airest/feature_4_sp.webp");
  }
  .product-details .product-details__wrap .product-details__features .product-details__features-right .all_year .product-details__img {
    width: 100%;
    content: url("../img/airest/feature_8_sp.webp");
  }
  .product-details .product-details__wrap .feature_1 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_2 {
    flex-direction: column;
  }
  .product-details .product-details__wrap .feature_3 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_4 {
    flex-direction: column;
  }
  .product-details .product-details__wrap .feature_5 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_6 {
    flex-direction: column;
  }
  .product-details .product-details__wrap .feature_7 {
    flex-direction: column-reverse;
  }
  .product-details .product-details__wrap .feature_8 {
    flex-direction: column;
  }
}
.product-spec {
  background-color: #ffffff;
  padding-top: 7rem;
}
.product-spec .product-spec__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap {
  width: 100%;
  padding-bottom: 5rem;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-titlebox {
  height: 60px;
  width: 100%;
  background-color: #2A2424;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-titlebox .product-spec__measurements-titletext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  gap: 3rem;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox .product-spec__measurements-imgdesc {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox .product-spec__measurements-imgdesc span {
  font-weight: 300;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(1) {
  width: 600px;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(1) .product-spec__measurements-img {
  max-width: 100%;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(2) {
  width: 330px;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(2) .product-spec__measurements-img {
  max-width: 100%;
}
.product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-smalldesc {
  padding-left: 15%;
  font-size: 14px;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap {
  width: 100%;
  padding-bottom: 5rem;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-titlebox {
  height: 60px;
  width: 100%;
  background-color: #2A2424;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-titlebox .product-spec__parts-titletext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
  gap: 10rem;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox .product-spec__parts-imgdesc {
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 1rem;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(1) {
  width: 150px;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(1) .product-spec__parts-img {
  width: 100%;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(2) {
  width: 300px;
}
.product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(2) .product-spec__parts-img {
  width: 100%;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .product-spec__table-titlebox {
  height: 60px;
  width: 100%;
  background-color: #2A2424;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .product-spec__table-titlebox .product-spec__table-titletext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap {
  width: 100%;
  padding-bottom: 5rem;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-empty {
  background-color: #F5F5F5;
  width: calc(25% + 1px);
  height: 75px;
  border: 1px solid #CDCDCD;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row {
  width: 37.5%;
  height: 75px;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-1 {
  background-color: #F5F5F5;
  border: 1px solid #CDCDCD;
  height: 37.5px;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-1 p {
  font-size: 16px;
  font-weight: 400;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-2 {
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  height: 36.5px;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-2 p {
  font-size: 16px;
  font-weight: 500;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-1 {
  width: calc(25% + 1px);
  height: 37.5px;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-1 p {
  font-size: 16px;
  font-weight: 400;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-2 {
  width: 75%;
  border: 1px solid #CDCDCD;
  height: 37.5px;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-2:hover {
  background-color: #F5F5F5;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-2 p {
  font-size: 16px;
  font-weight: 400;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-3 {
  width: calc(15% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-top: none;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-3 p {
  font-size: 16px;
  font-weight: 400;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type1 {
  width: 10%;
  display: flex;
  flex-direction: column;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type1 .table-cell {
  background-color: #F5F5F5;
  border: 1px solid #CDCDCD;
  border-top: none;
  border-left: none;
  height: 37.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type1 .table-cell p {
  font-size: 16px;
  font-weight: 300;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type2 {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type2 .table-cell {
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-top: none;
  border-left: none;
  height: 37.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type2 .table-cell:hover {
  background-color: #F5F5F5;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-4 {
  width: calc(15% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-top: none;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type1 {
  width: 10%;
  display: flex;
  flex-direction: column;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type1 .table-cell {
  background-color: #F5F5F5;
  border: 1px solid #CDCDCD;
  border-top: none;
  border-left: none;
  height: 37.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type1 .table-cell p {
  font-size: 16px;
  font-weight: 300;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type2 {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type2 .table-cell {
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-top: none;
  border-left: none;
  height: 37.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type2 .table-cell:hover {
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .product-spec {
    padding-top: 4rem;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-titlebox {
    height: 50px;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-titlebox .product-spec__measurements-titletext {
    font-size: 20px;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details {
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: center;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(1) {
    width: 80vw;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-details .product-spec__measurements-imgbox:nth-child(2) {
    width: 50vw;
  }
  .product-spec .product-spec__wrap .product-spec__measurements-wrap .product-spec__measurements-smalldesc {
    padding-left: 0;
  }
  .product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-titlebox {
    height: 50px;
  }
  .product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-titlebox .product-spec__parts-titletext {
    font-size: 20px;
  }
  .product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details {
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 4rem;
  }
  .product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(1) {
    width: 20vw;
  }
  .product-spec .product-spec__wrap .product-spec__parts-wrap .product-spec__parts-details .product-spec__parts-imgbox:nth-child(2) {
    width: 50vw;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .product-spec__table-titlebox {
    height: 50px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .product-spec__table-titlebox .product-spec__table-titletext {
    font-size: 20px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap {
    min-width: 160vw;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-1 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row .table-header__cell-2 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-1 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-2 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-3 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type1 .table-cell p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type2 .table-cell p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-4 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type1 .table-cell p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type2 .table-cell p {
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 600px) {
  .product-spec .product-spec__wrap {
    padding: 0 1.5rem;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap {
    min-width: 650px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-empty {
    width: 250px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-header .table-header__cell-2row {
    width: 200px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-1 {
    width: 250px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-1 .table-cell__type-2 {
    width: 400px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-3 {
    width: 125px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-cell__type-4 {
    width: 125px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type1 {
    width: 125px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-2row-type2 {
    width: 400px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type1 {
    width: 125px;
  }
  .product-spec .product-spec__wrap .product-spec__table-wrap .table-scroll .table-wrap .table-row__type-2 .table-row__cell-4row-type2 {
    width: 400px;
  }
}/*# sourceMappingURL=airest_style.css.map */