@media screen and (min-width: 811px) {
  .c-intro__image {
    height: auto;
  }
}

.p-sec02 {
  margin-top: 100px;
}

.p-sec02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.p-sec02__flex .textarea {
  width: 510px;
}

.p-sec02__flex .textarea .title {
  font-size: 28px;
  line-height: 1.6071428571;
}

.p-sec02__flex .textarea .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.0625;
}

.p-sec02__flex .image {
  width: 420px;
}

.p-sec02__image {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 810px) {
  .p-sec02__image {
    margin-top: 60px;
  }
}
.p-sec02__image video {
  height: auto;
  width: 1440px;
}

.p-sec02 .c-cta_catalog {
  margin-top: 100px;
}
@media screen and (max-width: 810px) {
  .p-sec02 .c-cta_catalog {
    margin-top: 60px;
  }
}

@media screen and (max-width: 810px) {
  .p-sec02 {
    margin-top: 45px;
  }
  .p-sec02__flex {
    padding: 0 15px;
    display: block;
  }
  .p-sec02__flex .textarea {
    width: auto;
  }
  .p-sec02__flex .textarea .title {
    font-size: 20px;
    text-align: center;
  }
  .p-sec02__flex .textarea .text {
    font-size: 13px;
  }
  .p-sec02__flex .image {
    width: auto;
    margin-top: 25px;
    text-align: center;
  }
}
.p-sec03 {
  margin-top: 100px;
}
@media screen and (max-width: 810px) {
  .p-sec03 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 810px) {
  .p-sec03 .c-titA .ja {
    font-size: 21px;
  }
}
.p-sec03__textarea {
  max-width: 800px;
  margin: 40px auto 0;
  border-radius: 5px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .p-sec03__textarea {
    margin-top: 30px;
    padding: 30px 20px 40px;
  }
}
.p-sec03__textarea .title {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 810px) {
  .p-sec03__textarea .title {
    font-size: 21px;
  }
}
.p-sec03__textarea .text {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 810px) {
  .p-sec03__textarea .text {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
  }
}
.p-sec03__text {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 810px) {
  .p-sec03__text {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 13px;
    text-align: left;
  }
}
.p-sec03__image {
  margin-top: 50px;
}
@media screen and (max-width: 810px) {
  .p-sec03__image {
    text-align: center;
  }
}
.p-sec03__image img {
  border-radius: 5px;
  border: 1px solid #de471a;
}
@media screen and (max-width: 810px) {
  .p-sec03__image img {
    width: 340px;
  }
}

.p-sec04 {
  margin-top: 120px;
}
@media screen and (max-width: 810px) {
  .p-sec04 {
    margin-top: 60px;
  }
}
.p-sec04__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p-sec04__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}

.p-sec05 {
  margin-top: 120px;
}
@media screen and (max-width: 810px) {
  .p-sec05 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 811px) {
  .p-sec05__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 810px) {
  .p-sec05__swiper {
    padding: 0 15px;
  }
  .p-sec05__swiper .swiper {
    overflow: visible;
  }
  .p-sec05__swiper .swiper-button-next, .p-sec05__swiper .swiper-button-prev {
    top: 6rem;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: url(../../images/arrow_white.svg) 50% no-repeat #fff;
    background-size: contain;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  }
  .p-sec05__swiper .swiper-button-next:after, .p-sec05__swiper .swiper-button-prev:after {
    display: none;
  }
  .p-sec05__swiper .swiper-button-prev {
    left: -15px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .p-sec05__swiper .swiper-button-next {
    right: -15px;
  }
  .p-sec05 .c-cardG__image {
    aspect-ratio: 630/493;
  }
}
@media screen and (max-width: 810px) and (max-width: 500px) {
  .p-sec05__swiper .swiper-button-next, .p-sec05__swiper .swiper-button-prev {
    top: 12rem;
  }
}

.p-sec06 {
  margin-top: 120px;
}

.p-sec06__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 35px;
  background: url(../../images/mybrandhome_airy_method@2x.jpg) 50% no-repeat;
  background-size: cover;
}

.p-sec06__image .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 310px;
  border: 1px solid #fff;
  text-align: center;
}

.p-sec06__image .textarea .en {
  margin-top: 20px;
  color: #ff7850;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.23em;
}

.p-sec06__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .p-sec06__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 810px) {
  .p-sec06 {
    margin-top: 60px;
  }
  .p-sec06 .c-inner {
    width: 100%;
  }
  .p-sec06__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-sec06__image .textarea {
    width: 155px;
  }
  .p-sec06__image .textarea .text img {
    width: 92px;
  }
  .p-sec06__image .textarea .en {
    font-size: 10px;
  }
}/*# sourceMappingURL=page-mybrandhome_airy.css.map */