@charset "UTF-8";
:root {
  --line-height-pc: 32px;
  --line-height-sm: 28px;
  --font-roboto: "Roboto", sans-serif;
}

.el-headerC {
  background: #ecf6ff !important;
}

.js-scroll-fade {
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.is-scroll-fade {
  opacity: 1;
  transform: translateY(0);
}

.delay_2s {
  transition-delay: 0.2s;
}

.delay_4s {
  transition-delay: 0.4s;
}

.slide-arrow {
  position: absolute;
  top: 312px;
  width: 45px;
  height: 80px;
  z-index: 1;
  cursor: pointer;
}

.prev-arrow {
  left: -15px;
  background: url(../img/prev_arrow.png) center center/contain no-repeat;
}

.next-arrow {
  right: -15px;
  background: url(../img/next_arrow.png) center center/contain no-repeat;
}

@media screen and (max-width: 699px) {
  .slide-arrow {
    width: 39px;
    height: 78px;
    top: 218px;
  }
  .prev-arrow {
    left: 0;
  }
  .next-arrow {
    right: 0;
  }
}
@media screen and (min-width: 700px) {
  #is-pc {
    display: block;
  }
  #is-sp {
    display: none;
  }
  .el-page__content .el-carousellB__bullets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .el-page__content .el-page-content-image-pc {
    position: relative;
    background: linear-gradient(90deg, #f6d1d8 33.3%, #e98c60 33.3%, #e98c60 66.7%, #E4EBEF 66.7%);
    text-align: center;
  }
  .el-page__content .el-page-content-image-pc .glide-one {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-left {
    position: absolute;
    top: 6%;
    left: -4%;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-left img {
    width: 50%;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-bottom {
    position: absolute;
    bottom: -16%;
    left: 0;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-bottom img {
    width: 50%;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-right {
    position: absolute;
    top: 0;
    right: -20%;
  }
  .el-page__content .el-page-content-image-pc .glide-one .pc-mv-right img {
    width: 50%;
  }
  .el-page__content .el-page-content-image-sm {
    display: none;
  }
  .el-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
    height: 100%;
  }
  .el-top {
    margin-top: 124px;
  }
  .el-top__text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.026em;
  }
  .el-top__imgs {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    margin-top: 33px;
  }
  .el-top__img1 {
    width: 188px;
  }
  .el-top__img2 {
    width: 262px;
    margin-left: 55px;
    margin-top: 75px;
  }
  .el-top__img3 {
    width: 188px;
    margin-left: 55px;
    margin-top: 163px;
  }
  .el-color {
    margin-top: 94px;
  }
  .el-color__title {
    position: relative;
    text-align: center;
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .el-color__title::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 342px;
    height: 24px;
    top: 0;
    background: url(../img/color.png) center center/contain no-repeat;
  }
  .el-color__title::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 342px;
    height: 24px;
    bottom: 0;
    background: url(../img/color.png) center center/contain no-repeat;
  }
  .el-color__title-main {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #595757;
  }
  .el-color__title-sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 27px;
  }
  .el-color__lists {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 54px;
  }
  .el-color__list {
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
  }
  .el-color__list:hover {
    opacity: 0.7;
  }
  .el-slider {
    height: 685px;
    margin-top: 95px;
    overflow: hidden;
  }
  .el-slider__items {
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
  }
  .el-slider__items .slick-list {
    overflow: unset;
  }
  .el-slider__items .slick-track {
    display: flex;
  }
  .el-slider__items .slick-slide {
    height: auto !important;
  }
  .el-slider__item {
    position: relative;
    padding: 56px 85px 120px;
    height: 100%;
  }
  .el-slider__item--rose {
    background-color: #FBF2F2;
    color: #A73A45;
  }
  .el-slider__item--gray {
    background-color: #EFEEEE;
    color: #595757;
  }
  .el-slider__item--beige {
    background-color: #FCECE4;
    color: #A8625B;
  }
  .el-slider__item--white {
    background-color: #F2FAFF;
    color: #6CA2C3;
    padding-top: 110px;
  }
  .el-slider__item--pink {
    background-color: #F7ECF5;
    color: #C380A6;
    padding-top: 110px;
  }
  .el-slider__item--gray2 {
    background-color: #E5E5E6;
    color: #707070;
    padding-top: 110px;
  }
  .el-slider__item--blue {
    background-color: #EDF8F8;
    color: #6DB1BA;
    padding-top: 110px;
  }
  .el-slider__color {
    position: absolute;
    top: 22px;
    left: 32px;
  }
  .el-slider__color--rose {
    width: 23px;
  }
  .el-slider__color--beige {
    width: 35px;
  }
  .el-slider__color--gray {
    width: 35px;
  }
  .el-slider__color--white {
    width: 24px;
  }
  .el-slider__color--pink {
    width: 24px;
  }
  .el-slider__color--gray2 {
    width: 35px;
    left: 25px;
    top: 24px;
  }
  .el-slider__color--blue {
    width: 24px;
  }
  .el-slider__wrap {
    display: grid;
    grid-template-columns: 52.5% 1fr;
    gap: 35px;
  }
  .el-slider__item--white .el-slider__wrap,
.el-slider__item--pink .el-slider__wrap,
.el-slider__item--gray2 .el-slider__wrap,
.el-slider__item--blue .el-slider__wrap {
    grid-template-columns: 55% 1fr;
  }
  .el-slider__wrap > .el-slider__new {
    display: none;
  }
  .el-slider__wrap > .el-slider__subtitle {
    display: none;
  }
  .el-slider__wrap > .el-slider__text {
    display: none;
  }
  .el-slider__content {
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .el-slider__item--blue .el-slider__content,
.el-slider__item--gray2 .el-slider__content,
.el-slider__item--white .el-slider__content,
.el-slider__item--pink .el-slider__content {
    height: 456px;
  }
  .el-slider__subtitle {
    position: relative;
    width: 110%;
    font-size: 52px;
    font-weight: bold;
  }
  .el-slider__subtitle span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.025em;
    right: 30px;
  }
  .el-slider__item--white .el-slider__subtitle,
.el-slider__item--pink .el-slider__subtitle,
.el-slider__item--gray2 .el-slider__subtitle,
.el-slider__item--blue .el-slider__subtitle,
.el-slider__item--beige .el-slider__subtitle {
    font-size: 48px;
  }
  .el-slider__text {
    width: 120%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 18px;
  }
  .el-slider__img2 {
    display: block;
    margin-top: 38px;
  }
  .el-slider__item--rose .el-slider__img2,
.el-slider__item--gray .el-slider__img2 {
    margin-top: 87px;
  }
  .el-slider__img1 img:nth-child(2),
.el-slider__img2 img:nth-child(2) {
    display: none;
  }
  .el-slider__nav {
    position: relative;
    z-index: 1;
    height: 32px;
    max-width: 406px;
    margin: 0 auto;
    margin-top: -65px;
  }
  .el-slider__nav .slick-list {
    height: 100%;
  }
  .el-slider__nav .slick-track {
    transform: unset !important;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .el-slider__nav-btn {
    position: relative;
    width: 18px !important;
    height: 18px;
    border-radius: 50%;
    margin: 0 18px;
    cursor: pointer;
  }
  .el-slider__nav-btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
  }
  .el-slider__nav-btn.slick-current::before {
    opacity: 1;
  }
  .el-slider__nav-btn:nth-child(2) {
    background-color: #A73A45;
    border: 1px solid #A73A45;
  }
  .el-slider__nav-btn:nth-child(2)::before {
    border: 1px solid #A73A45;
  }
  .el-slider__nav-btn:nth-child(1) {
    background-color: #A8625B;
    border: 1px solid #A8625B;
  }
  .el-slider__nav-btn:nth-child(1)::before {
    border: 1px solid #A8625B;
  }
  .el-slider__nav-btn:nth-child(6) {
    background-color: #595757;
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(6)::before {
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(4) {
    background-color: #FFFFFF;
    border: 1px solid #6CA2C3;
  }
  .el-slider__nav-btn:nth-child(4)::before {
    border: 1px solid #6CA2C3;
  }
  .el-slider__nav-btn:nth-child(3) {
    background-color: #C380A6;
    border: 1px solid #C380A6;
  }
  .el-slider__nav-btn:nth-child(3)::before {
    border: 1px solid #C380A6;
  }
  .el-slider__nav-btn:nth-child(5) {
    background-color: #707070;
    border: 1px solid #707070;
  }
  .el-slider__nav-btn:nth-child(5)::before {
    border: 1px solid #707070;
  }

  .el-slider__new {
    width: 76px;
    margin-bottom: 20px;
  }
  .el-middle {
    margin-top: 121px;
  }
  .el-middle__inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .el-middle__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .el-middle__imgs {
    display: flex;
    margin-top: -75px;
  }
  .el-middle__img1 {
    width: 153px;
    margin-top: 135px;
  }
  .el-middle__img2 {
    width: 320px;
    margin-left: 54px;
    margin-top: 135px;
  }
  .el-middle__img3 {
    width: 156px;
    margin-left: 55px;
  }
  .el-feature {
    overflow: hidden;
    margin-top: 130px;
  }
  .el-feature__title {
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #707070;
    padding-top: 91px;
  }
  .el-feature__title::before {
    position: absolute;
    content: "";
    max-width: 713px;
    width: 100%;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(../img/feature_01.png) center center/contain no-repeat;
  }
  .el-feature__title span:nth-child(1) {
    color: #D67773;
  }
  .el-feature__title span:nth-child(2) {
    color: #A73A45;
  }
  .el-feature__title span:nth-child(3) {
    color: #E98D60;
  }
  .el-feature__title span:nth-child(4) {
    color: #A8625B;
  }
  .el-feature__title span:nth-child(5) {
    color: #C380A6;
  }
  .el-feature__title span:nth-child(6) {
    color: #336699;
  }
  .el-feature__title span:nth-child(7) {
    color: #6CA2C3;
  }
  .el-feature__text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 36px;
  }
  .el-feature__lists {
    max-width: 750px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 77px 86px;
    margin: 0 auto;
    margin-top: 101px;
    margin-bottom: 70px;
  }
  .el-feature__list-number {
    position: relative;
    background-color: white;
    height: 63px;
    display: flex;
    flex-direction: column;
  }
  .el-feature__list-number::before {
    position: absolute;
    content: "";
    width: 227px;
    height: 1px;
    bottom: 0;
    right: 0;
  }
  .el-feature__list-number .u-small {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .el-feature__list-number .u-big {
    font-size: 46px;
    letter-spacing: 0.05em;
  }
  .el-feature__list-number .one {
    display: inline-block;
    -webkit-animation: text_animation_left 2s steps(1) 0.5s infinite;
            animation: text_animation_left 2s steps(1) 0.5s infinite;
  }
  .el-feature__list-number .two {
    display: inline-block;
    -webkit-animation: text_animation_right 2s steps(1) 0.55s infinite;
            animation: text_animation_right 2s steps(1) 0.55s infinite;
  }
  .el-feature__list-number .three {
    display: inline-block;
    -webkit-animation: text_animation_left 2s steps(1) 0.6s infinite;
            animation: text_animation_left 2s steps(1) 0.6s infinite;
  }
  .el-feature__list-number .four {
    display: inline-block;
    -webkit-animation: text_animation_right 2s steps(1) 0.65s infinite;
            animation: text_animation_right 2s steps(1) 0.65s infinite;
  }
  .el-feature__list-number .five {
    display: inline-block;
    -webkit-animation: text_animation_left 2s steps(1) 0.7s infinite;
            animation: text_animation_left 2s steps(1) 0.7s infinite;
  }
  .el-feature__list-number .six {
    display: inline-block;
    -webkit-animation: text_animation_left 2s steps(1) 0.8s infinite;
            animation: text_animation_left 2s steps(1) 0.8s infinite;
  }
  .el-feature__list-number .seven {
    display: inline-block;
    -webkit-animation: text_animation_right 2s steps(1) 0.9s infinite;
            animation: text_animation_right 2s steps(1) 0.9s infinite;
  }
  @-webkit-keyframes text_animation_left {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @keyframes text_animation_left {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes text_animation_right {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @keyframes text_animation_right {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  .el-feature__list:nth-child(odd) .el-feature__list-number {
    color: #6CA2C3;
  }
  .el-feature__list:nth-child(odd) .el-feature__list-number::before {
    background-color: #6CA2C3;
  }
  .el-feature__list:nth-child(even) .el-feature__list-number {
    color: #D67773;
  }
  .el-feature__list:nth-child(even) .el-feature__list-number::before {
    background-color: #D67773;
  }
  .el-feature__list-img {
    display: block;
    margin-top: 40px;
  }
  .el-feature__list:nth-child(1) .el-feature__list-img img {
    max-width: unset;
    width: 114%;
  }
  .el-feature__list:nth-child(2) .el-feature__list-img {
    height: 390px;
  }
  .el-feature__list:nth-child(2) .el-feature__list-img img {
    width: 97%;
  }
  .el-feature__list:nth-child(3) .el-feature__list-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .el-feature__list:nth-child(4) .el-feature__list-img img {
    width: 190%;
    max-width: unset;
    transform: translateX(-10%);
    margin: 3% 0 1%;
  }
  .el-feature__list-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5384615385;
    margin-top: 23px;
    width: 110%;
  }
  .el-feature__list:nth-child(odd) .el-feature__list-title {
    color: #6CA2C3;
  }
  .el-feature__list:nth-child(even) .el-feature__list-title {
    color: #D67773;
  }
  .el-feature__list-text {
    font-size: 16px;
    line-height: 2;
    margin-top: 32px;
  }
  .el-feature__list:nth-child(2) .el-feature__list-text {
    max-width: 298px;
  }
  .el-feature__list:nth-child(3) .el-feature__list-text {
    max-width: 313px;
  }
  .el-feature__list:nth-child(5) .el-feature__list-text {
    width: 105%;
  }
  .el-feature__list:nth-child(7) .el-feature__list-text {
    width: 105%;
  }
  .el-feature__list-imgjis{
    display: inline-block;
    max-width: 100%;
    width: 285px;
    margin-top: 23px;
  }
  .el-feature__list-text--small {
    max-width: 316px;
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1.4285714286;
    margin-top: 26px;
  }
  .el-feature__bottom {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 134px;
    margin-bottom: 70px;
  }
  .el-feature__bottom span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-top: 23px;
  }
  .el-d-section--fullBG4 {
    background-color: #fdf9f2;
    padding: 168px 0 70px;
    margin-top: 90px;
  }
  .el-d-section--fullBG4 .el-content-product-list {
    max-width: 1000px;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__title {
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    width: 600px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ab3d45;
    margin-bottom: 98px;
    padding-bottom: 34px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__title::before {
    position: absolute;
    content: "";
    width: 454px;
    height: 1px;
    background-color: #ab3d45;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__sub-title {
    text-align: center;
    margin: 10px 0 16px;
    font-size: 14px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth {
    position: relative;
    max-width: 940px;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .glide__track {
    border: 3px solid #fff;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .glide__track ul {
    height: 267px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-left {
    position: absolute;
    top: -4%;
    left: -2%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-left img {
    width: 45%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-bottom {
    position: absolute;
    bottom: -7%;
    text-align: center;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-bottom img {
    width: 50%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-right {
    position: absolute;
    top: -11%;
    right: 0;
    text-align: right;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-right img {
    width: 50%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__subtitle {
    font-size: 30px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
    color: #595757;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__units {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
    margin-bottom: 90px;
    margin-top: 0px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit {
    width: calc(25% - 30px);
    margin-left: 40px;
    text-align: center;
    margin-top: 40px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit img {
    width: 88%;
    margin-bottom: 21px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit:first-child, .el-d-section--fullBG4 .el-content-product-list .product-list__unit:nth-child(5) {
    margin-left: 0;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__text {
    text-align: left;
    line-height: 2;
    letter-spacing: 0em;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list-button {
    margin: auto;
    width: 486px;
    transition: all 0.2s;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list-button .item-more {
    padding: 30px 60px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #336699;
    border-radius: 5px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list-button:hover {
    opacity: 0.7;
  }
  .el-d-section--fullBG5 {
    padding: 70px 0;
  }
  .el-d-section--fullBG5 .el-content-product-button {
    margin: auto;
    width: 486px;
  }
  .el-d-section--fullBG5 .el-content-product-button .item-more {
    padding: 30px 30px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #336699;
    border-radius: 5px;
  }
  .el-d-section-reviews {
    padding: 25px 0 65px;
    background-color: #ecf6ff;
  }
  .el-d-section-reviews .el-d-heading {
    margin-bottom: 25px;
    color: gray;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .el-d-section-reviews .el-d-heading__symbol {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../../..../assets/img/brands/common/brand_symbol_03.png);
    background-size: cover;
  }
  .el-d-section-reviews .el-d-reviews__items {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
  }
  .el-d-section-reviews .el-d-reviews__item {
    box-sizing: border-box;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%;
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: calc(33.33333% - 13.33333px);
    margin-bottom: 25px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fff;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #edf0f3 solid;
    display: flex;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head .el-buttonA {
    margin-top: 10px;
    padding: 7px 30px 7px 20px;
    float: right;
    min-height: 30px;
    font-size: 13px;
    background: #0068b7;
    color: #fff;
    border-radius: 5px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head .el-buttonA.el-buttonA--fit {
    width: auto;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head .el-buttonA.el-buttonA--arrowR::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 10px;
    transform: rotate(-45deg);
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head-brand-logo {
    margin-right: 10px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__additional-head-title-and-button {
    flex: 0 0 65%;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__posted-date {
    font-size: 12px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__avator .cs-avatar {
    color: #333;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item__avator .cs-avatar__name {
    padding-left: 0;
    font-size: 14px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-rating {
    margin: 6px 0;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__text {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    height: 58.8px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__button {
    margin-bottom: 10px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__button a {
    display: flex;
    align-items: center;
    float: right;
    font-size: 14px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__button a::after {
    margin-top: -5px;
    border-right: 1px #00a3d9 solid;
    border-bottom: 1px #00a3d9 solid;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__button span {
    margin-right: 5px;
  }
  .el-d-section-reviews .el-d-reviews__item .pm-rvw-item-showMore__button span::before {
    content: "少なく表示";
  }
  .el-d-section-reviews .el-d-reviews__item .show .pm-rvw-item-showMore__text {
    height: auto;
  }
  .el-d-section-reviews .el-d-reviews__item .show .pm-rvw-item-showMore__text::after {
    opacity: 0;
    visibility: hidden;
  }
  .el-d-section-reviews .el-d-reviews__item .show .pm-rvw-item-showMore__button a::after {
    margin-bottom: -7px;
    transform: rotate(225deg);
  }
  .el-d-section-reviews .el-d-reviews__button {
    text-align: center;
  }
  .el-d-section-reviews .el-d-reviews__button .el-buttonB {
    color: #0068b7;
    border: 1px solid #0068b7;
    background: #fff;
  }
  .el-d-section-reviews .el-d-reviews__button .el-buttonB .el-buttonB--arrowR::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    transform: rotate(-45deg);
  }
  .el-d-section-reviews .el-d-reviews__button .el-buttonB.el-buttonB--w225 {
    max-width: 225px;
  }
  .el-d-videoListA__itemLink {
    color: #00a3d9;
  }
  .el-d-section--colored {
    display: none;
  }
  .el-content-first__item .sp,
.el-content-third__item .sp,
.el-content-fourth__item .sp,
.el-content-fifth__item .sp,
.el-content-sixth__item .sp {
    display: none;
  }
  .u-mobile {
    display: none;
  }
  .el-top-smallText {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 43px;
  }
  .el-top-smallText span {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #383838;
  }
  .product-list__smallTitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-list__smallTitle img {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin-right: 34px;
  }
  .product-list__smallTitle span {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0.25em;
    padding-bottom: 14px;
    color: #595757;
    border-bottom: 1px solid #707070;
  }
  .product-list__units.mb-180 {
    margin-bottom: 180px !important;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit--small img {
    width: 100%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000001;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  background-image: url(https://www.elleair.jp../_var/puana/design2021/img/popup_bg.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: none !important;
  z-index: 50000005;
}

.mfp-content {
  margin: 0 auto;
  padding: 45px 65px;
  min-width: 650px;
  min-height: 480px;
  background-color: #fff;
  cursor: auto;
  border: 5px solid #badcea;
  min-height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ecshop_list {
  margin: 10px auto 0;
  width: 700px;
  text-align: center;
}
.ecshop_list li {
  margin: 0 2px;
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-bottom: 25px;
}
.ecshop_list li a {
  display: block;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #d8d9d2;
  text-align: center;
  margin: 0;
  padding: 5px 0 0;
  background-color: #f5fdff;
}
.ecshop_list li a img {
  width: auto;
  height: 100%;
}

.text_center {
  text-align: center;
}

.close {
  margin: 15px 0 0;
}

.popup-modal-dismiss img {
  border-radius: 5px;
  border: 1px solid #d8d9d2;
}

.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #333;
}

@media screen and (max-width: 699px) {
  #is-pc {
    display: none;
  }
  #is-sp {
    display: block;
  }
  .el-page__content {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  }
  .el-page__content .el-page-content-image-pc {
    display: none;
  }
  .el-page__content .el-page-content-image-sm {
    display: block;
  }
  .el-content-top-pc {
    display: none;
  }
  .el-content-top-sm {
    text-align: center;
    margin-bottom: 30px;
  }
  .el-content-top-sm p {
    display: inline-block;
    border-bottom: 1px solid #383838;
    color: #383838;
    font-size: 10px;
    line-height: 1.5;
  }
  .el-content__belt--pc {
    display: none;
  }
  .el-content__belt--sp {
    display: block;
  }
  .el-top {
    margin-top: 40px;
  }
  .el-top__inner {
    max-width: 285px;
    margin: 0 auto;
  }
  .el-top__text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.75;
  }
  .el-top__imgs {
    display: flex;
    margin-top: 32px;
  }
  .el-top__img1 {
    width: 91px;
    margin-top: 38px;
  }
  .el-top__img2 {
    width: 147px;
    margin-top: 77px;
    margin-left: -23px;
  }
  .el-top__img3 {
    width: 108px;
    margin-left: -39px;
  }
  .el-color {
    margin-top: 74px;
  }
  .el-color__title {
    position: relative;
    text-align: center;
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .el-color__title::before {
    position: absolute;
    content: "";
    width: 285px;
    height: 20px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/color.png) center center/contain no-repeat;
  }
  .el-color__title::after {
    position: absolute;
    content: "";
    width: 285px;
    height: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../img/color.png) center center/contain no-repeat;
  }
  .el-color__title-main {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.025em;
  }
  .el-color__title-sub {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-top: 19px;
  }
  .el-color__lists {
    max-width: 285px;
    margin: 0 auto;
    margin-top: 33px;
    display: grid;
    gap: 25px 23px;
    grid-template-columns: repeat(3, 1fr);
  }
  .el-color__list {
    display: flex;
    align-items: flex-end;
  }
  .el-color__list a {
    display: block;
  }
  .el-slider {
    margin-top: 48px;
    overflow: hidden;
  }
  .el-slider__items {
    margin: 0 auto;
    max-width: 330px;
    height: 520px;
  }
  .el-slider__items .slick-list {
    overflow: unset;
    height: 100%;
  }
  .el-slider__items .slick-track {
    display: flex;
    height: 100%;
  }
  .el-slider__items .slick-slide {
    height: auto !important;
  }
  .el-slider__item {
    position: relative;
    padding: 60px 22px 63px;
  }
  .el-slider__item--rose {
    background-color: #FBF2F2;
    color: #A73A45;
  }
  .el-slider__item--gray {
    background-color: #EFEEEE;
    color: #595757;
  }
  .el-slider__item--beige {
    background-color: #FCECE4;
    color: #A8625B;
  }
  .el-slider__item--white {
    background-color: #F2FAFF;
    color: #6CA2C3;
  }
  .el-slider__item--pink {
    background-color: #F7ECF5;
    color: #C380A6;
  }
  .el-slider__item--gray2 {
    background-color: #E5E5E6;
    color: #707070;
  }
  .el-slider__item--blue {
    background-color: #EDF8F8;
    color: #6DB1BA;
  }
  .el-slider__color {
    position: absolute;
    top: 16px;
    left: 6px;
  }
  .el-slider__color--rose {
    width: 14px;
  }
  .el-slider__color--beige {
    width: 21px;
  }
  .el-slider__color--gray {
    width: 21px;
  }
  .el-slider__color--white {
    width: 14px;
  }
  .el-slider__color--pink {
    width: 14px;
  }
  .el-slider__color--gray2 {
    width: 21px;
  }
  .el-slider__color--blue {
    width: 14px;
  }
  .el-slider__new {
    width: 51px;
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .el-slider__subtitle {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .el-slider__subtitle img {
    margin: 0 auto;
  }
  .el-slider__subtitle span {
    display: block;
    font-size: 11px;
    margin-top: 3px;
  }
  .el-slider__content > .el-slider__new {
    display: none;
  }
  .el-slider__content > .el-slider__subtitle {
    display: none;
  }
  .el-slider__content > .el-slider__text {
    display: none;
  }
  .el-slider__text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.025em;
    margin-top: 27px;
  }
  .el-slider__item--blue .el-slider__text {
    margin-top: 13px;
  }
  .el-slider__img1 {
    display: block;
    max-width: 195px;
    margin: 0 auto;
    margin-top: 23px;
  }
  .el-slider__img1 img:nth-child(1) {
    display: none;
  }
  .el-slider__content {
    max-width: 195px;
    margin: 0 auto;
    margin-top: 8px;
  }
  .el-slider__img2 {
    display: block;
    width: 50%;
    margin-left: auto;
  }
  .el-slider__img2 img:nth-child(1) {
    display: none;
  }
  .el-slider__nav {
    position: relative;
    z-index: 1;
    height: 32px;
    max-width: 285px;
    margin: 0 auto;
    margin-top: -42px;
    transform: translateY(-22px);
  }
  .el-slider__nav .slick-list {
    height: 100%;
  }
  .el-slider__nav .slick-track {
    transform: unset !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .el-slider__nav-btn {
    position: relative;
    width: 12px !important;
    height: 12px;
    border-radius: 50%;
    margin: 0 13px;
    cursor: pointer;
  }
  .el-slider__nav-btn::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
  }
  .el-slider__nav-btn.slick-current::before {
    opacity: 1;
  }
  .el-slider__nav-btn:nth-child(2) {
    background-color: #A73A45;
    border: 1px solid #A73A45;
  }
  .el-slider__nav-btn:nth-child(2)::before {
    border: 1px solid #A73A45;
  }
  .el-slider__nav-btn:nth-child(1) {
    background-color: #A8625B;
    border: 1px solid #A8625B;
  }
  .el-slider__nav-btn:nth-child(1)::before {
    border: 1px solid #A8625B;
  }
  .el-slider__nav-btn:nth-child(7) {
    background-color: #595757;
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(7)::before {
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(4) {
    background-color: #FFFFFF;
    border: 1px solid #6CA2C3;
  }
  .el-slider__nav-btn:nth-child(4)::before {
    border: 1px solid #6CA2C3;
  }
  .el-slider__nav-btn:nth-child(3) {
    background-color: #C380A6;
    border: 1px solid #C380A6;
  }
  .el-slider__nav-btn:nth-child(3)::before {
    border: 1px solid #C380A6;
  }
  .el-slider__nav-btn:nth-child(6) {
    background-color: #595757;
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(6)::before {
    border: 1px solid #595757;
  }
  .el-slider__nav-btn:nth-child(5) {
    background-color: #707070;
    border: 1px solid #707070;
  }
  .el-slider__nav-btn:nth-child(5)::before {
    border: 1px solid #707070;
  }
  .el-middle__inner {
    max-width: 315px;
    margin: 0 auto;
  }
  .el-middle__text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 72px;
    margin-left: 15px;
  }
  .el-middle__imgs {
    display: flex;
  }
  .el-middle__img1 {
    margin-top: 40px;
    width: 70px;
  }
  .el-middle__img2 {
    width: 145px;
    margin-top: 82px;
    margin-left: 19px;
  }
  .el-middle__img3 {
    width: 98px;
    margin-left: -18px;
  }
  .el-feature {
    overflow: hidden;
    margin-top: 84px;
  }
  .el-feature__title {
    position: relative;
    text-align: center;
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.025em;
    padding-top: 77px;
  }
  .el-feature__title::before {
    position: absolute;
    content: "";
    max-width: 285px;
    width: 100%;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(../img/feature_01_sp.png) center center/contain no-repeat;
  }
  .el-feature__title span:nth-child(1) {
    color: #D67773;
  }
  .el-feature__title span:nth-child(2) {
    color: #A73A45;
  }
  .el-feature__title span:nth-child(3) {
    color: #E98D60;
  }
  .el-feature__title span:nth-child(4) {
    color: #A8625B;
  }
  .el-feature__title span:nth-child(5) {
    color: #C380A6;
  }
  .el-feature__title span:nth-child(6) {
    color: #336699;
  }
  .el-feature__title span:nth-child(7) {
    color: #6CA2C3;
  }
  .el-feature__text {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.04em;
    margin-top: 19px;
  }
  .el-feature__lists {
    max-width: 345px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .el-feature__list {
    max-width: 345px;
  }
  .el-feature__list-number {
    max-width: 283px;
    position: relative;
    background-color: white;
    height: 63px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .el-feature__list-number::before {
    position: absolute;
    content: "";
    width: 233px;
    height: 1px;
    bottom: 5px;
    right: 0;
  }
  .el-feature__list-number .u-small {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .el-feature__list-number .u-big {
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  .el-feature__list-number .one {
    display: inline-block;
    -webkit-animation: text_animation_left 3s steps(1) 0.5s infinite;
            animation: text_animation_left 3s steps(1) 0.5s infinite;
  }
  .el-feature__list-number .two {
    display: inline-block;
    -webkit-animation: text_animation_right 3s steps(1) 0.55s infinite;
            animation: text_animation_right 3s steps(1) 0.55s infinite;
  }
  .el-feature__list-number .three {
    display: inline-block;
    -webkit-animation: text_animation_left 3s steps(1) 0.6s infinite;
            animation: text_animation_left 3s steps(1) 0.6s infinite;
  }
  .el-feature__list-number .four {
    display: inline-block;
    -webkit-animation: text_animation_right 3s steps(1) 0.65s infinite;
            animation: text_animation_right 3s steps(1) 0.65s infinite;
  }
  .el-feature__list-number .five {
    display: inline-block;
    -webkit-animation: text_animation_left 3s steps(1) 0.7s infinite;
            animation: text_animation_left 3s steps(1) 0.7s infinite;
  }
  .el-feature__list-number .six {
    display: inline-block;
    -webkit-animation: text_animation_left 3s steps(1) 0.8s infinite;
            animation: text_animation_left 3s steps(1) 0.8s infinite;
  }
  .el-feature__list-number .seven {
    display: inline-block;
    -webkit-animation: text_animation_right 3s steps(1) 0.9s infinite;
            animation: text_animation_right 3s steps(1) 0.9s infinite;
  }
  @-webkit-keyframes text_animation_left {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @keyframes text_animation_left {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes text_animation_right {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  @keyframes text_animation_right {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(-5px);
    }
    90% {
      transform: translateY(-5px);
    }
    95% {
      transform: translateY(0);
    }
  }
  .el-feature__list:nth-child(odd) .el-feature__list-number {
    color: #6CA2C3;
  }
  .el-feature__list:nth-child(odd) .el-feature__list-number::before {
    background-color: #6CA2C3;
  }
  .el-feature__list:nth-child(even) .el-feature__list-number {
    color: #D67773;
  }
  .el-feature__list:nth-child(even) .el-feature__list-number::before {
    background-color: #D67773;
  }
  .el-feature__list-img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .el-feature__list:not(:nth-child(1)) .el-feature__list-img {
    max-width: 285px;
  }
  .el-feature__list:nth-child(4) .el-feature__list-img {
    width: 500px;
    transform: translateX(-7%);
    max-width: 500px;
  }
  .el-feature__list:nth-child(3) .el-feature__list-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .el-feature__list-title {
    max-width: 285px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .el-feature__list:nth-child(odd) .el-feature__list-title {
    color: #6CA2C3;
  }
  .el-feature__list:nth-child(even) .el-feature__list-title {
    color: #D67773;
  }
  .el-feature__list:nth-child(1) .el-feature__list-title {
    margin-top: 5px;
  }
  .el-feature__list-text {
    max-width: 285px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .el-feature__list-imgjis{
    display: block;
    max-width: 285px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .el-feature__list-text--small {
    max-width: 285px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: -0.05em;
    margin-top: 30px;
  }
  .el-feature__bottom {
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.75;
    max-width: 285px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .el-feature__bottom span {
    display: block;
    font-size: 12px;
    line-height: 1.3846153846;
    margin-top: 29px;
    letter-spacing: 0.03em;
  }
  .el-content-feature {
    padding: 102px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f2f2f2;
  }
  .el-content-feature .feature-header-pc {
    display: none;
  }
  .el-content-feature .feature-header-sm {
    margin: auto;
    padding: 0 25px 0 45px;
    margin-bottom: 120px;
    line-height: var(--line-height-sm);
  }
  .el-content-feature .feature-header-sm__title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #3eae6e;
    font-weight: normal;
    line-height: 35px;
  }
  .el-content-feature .feature-product {
    margin-bottom: 40px;
  }
  .el-content-feature .feature-product .feature-product-top {
    position: relative;
    margin-bottom: 20px;
  }
  .el-content-feature .feature-product .feature-product-top__text, .el-content-feature .feature-product .feature-product-top__text-other {
    position: absolute;
    top: -36%;
    left: 68%;
    font-size: 12px;
    font-weight: 500;
    color: #3eae6e;
    transform: rotate(45deg);
    letter-spacing: 1px;
  }
  .el-content-feature .feature-product .feature-product-top__rhombus, .el-content-feature .feature-product .feature-product-top__rhombus-other {
    position: relative;
    left: 19%;
    width: 40px;
    height: 40px;
    background: #3eae6e;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    z-index: 2;
  }
  .el-content-feature .feature-product .feature-product-top__rhombus span, .el-content-feature .feature-product .feature-product-top__rhombus-other span {
    font-family: var(--font-roboto);
    color: #fff;
    font-size: 22px;
    text-align: center;
    transform: rotate(45deg);
    line-height: 40px;
  }
  .el-content-feature .feature-product .feature-product-top__rhombus .center, .el-content-feature .feature-product .feature-product-top__rhombus-other .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .el-content-feature .feature-product .feature-product-top__rhombus {
    left: 81%;
  }
  .el-content-feature .feature-product .feature-product-top__line, .el-content-feature .feature-product .feature-product-top__line-other {
    position: absolute;
    right: 3px;
    bottom: 67.6%;
    width: 80%;
    border-bottom: 2px solid #3eae6e;
  }
  .el-content-feature .feature-product .feature-product-top__line {
    left: 3px;
  }
  .el-content-feature .feature-product .feature-product-item {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0 60px;
    display: flex;
    flex-direction: column;
  }
  .el-content-feature .feature-product .feature-product-item__left {
    position: relative;
  }
  .el-content-feature .feature-product .feature-product-item__left .item-title-sm {
    position: absolute;
    left: 77%;
    top: 7%;
    font-weight: 400;
    color: #3eae6e;
    line-height: 19px;
  }
  .el-content-feature .feature-product .feature-product-item__left .item-title-sm p:nth-child(1) {
    margin-top: 40px;
    margin-right: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__left .sm-2 {
    top: 12%;
    left: 12.5%;
  }
  .el-content-feature .feature-product .feature-product-item__left .sm-2 p:nth-child(1) {
    width: 15px;
    margin-top: 100px;
    margin-right: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__left .sm-2 p:nth-child(2) {
    width: 15px;
  }
  .el-content-feature .feature-product .feature-product-item__left .sm-6 {
    top: 8%;
    left: 17.5%;
  }
  .el-content-feature .feature-product .feature-product-item__left .sm-6 p:nth-child(1) {
    margin-top: 50px;
    margin-right: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap {
    position: relative;
    overflow: hidden;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-1 {
    width: 64vw;
    height: 87.2vw;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-1 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-2 {
    margin-left: auto;
    width: 64vw;
    height: 87.2vw;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-2 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-3 {
    left: 3vw;
    width: 69.4vw;
    height: 42.5vw;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-4 {
    width: 100%;
    height: 53.4vw;
    overflow: hidden;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-4 img {
    position: absolute;
    max-width: unset;
    width: 115%;
    margin-left: 5vw;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-5 {
    width: 88vw;
    height: auto;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-5 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-6 {
    margin-left: auto;
    width: 64vw;
    height: 61.4vw;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-6 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-child {
    position: absolute;
    bottom: -7vw;
    right: 0;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-70px, 70px);
  }
  .el-content-feature .feature-product .feature-product-item__left .image-wrap-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-content-feature .feature-product .feature-product-item__left-3 {
    left: -5%;
  }
  .el-content-feature .feature-product .feature-product-item .item-left-3 .item-title-sm {
    top: -3%;
    left: 78.5%;
  }
  .el-content-feature .feature-product .feature-product-item__right, .el-content-feature .feature-product .feature-product-item__right-2, .el-content-feature .feature-product .feature-product-item__right-3, .el-content-feature .feature-product .feature-product-item__right-4, .el-content-feature .feature-product .feature-product-item__right-5, .el-content-feature .feature-product .feature-product-item__right-6, .el-content-feature .feature-product .feature-product-item__right-7 {
    line-height: var(--line-height-sm);
    margin: 120px 40px 0;
  }
  .el-content-feature .feature-product .feature-product-item__right h3, .el-content-feature .feature-product .feature-product-item__right-2 h3, .el-content-feature .feature-product .feature-product-item__right-3 h3, .el-content-feature .feature-product .feature-product-item__right-4 h3, .el-content-feature .feature-product .feature-product-item__right-5 h3, .el-content-feature .feature-product .feature-product-item__right-6 h3, .el-content-feature .feature-product .feature-product-item__right-7 h3 {
    display: none;
  }
  .el-content-feature .feature-product .feature-product-item__right .first-description, .el-content-feature .feature-product .feature-product-item__right-2 .first-description, .el-content-feature .feature-product .feature-product-item__right-3 .first-description, .el-content-feature .feature-product .feature-product-item__right-4 .first-description, .el-content-feature .feature-product .feature-product-item__right-5 .first-description, .el-content-feature .feature-product .feature-product-item__right-6 .first-description, .el-content-feature .feature-product .feature-product-item__right-7 .first-description {
    margin-bottom: 30px;
  }
  .el-content-feature .feature-product .feature-product-item__right {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  }
  .el-content-feature .feature-product .feature-product-item__right p {
    margin-top: 6px;
  }
  .el-content-feature .feature-product .feature-product-item__right-2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    margin: 30px 40px 0;
  }
  .el-content-feature .feature-product .feature-product-item__right-3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    padding: 0;
    margin: 98px 40px 0;
  }
  .el-content-feature .feature-product .feature-product-item__right-3 p:last-child {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.05em;
  }
  .el-content-feature .feature-product .feature-product-item__right-4 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    position: relative;
    margin: 0;
    padding: 0vw 10vw 0 38vw;
  }
  .el-content-feature .feature-product .feature-product-item__right-4 .sm-4 {
    position: absolute;
    top: 4vw;
    left: 12%;
  }
  .el-content-feature .feature-product .feature-product-item__right-4 .sm-4 p:nth-child(1) {
    margin-top: 100px;
    margin-right: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__right-4 .sm-4 p:nth-child(2) {
    margin-top: 20px;
    width: 15px;
    margin-right: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__right-4 .sm-4 p:nth-child(3) {
    width: 15px;
  }
  .el-content-feature .feature-product .feature-product-item__right-5, .el-content-feature .feature-product .feature-product-item__right-7 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    position: relative;
    margin: 0;
    padding: 7vw 18vw 0 7vw;
  }
  .el-content-feature .feature-product .feature-product-item__right-5 .sm-5, .el-content-feature .feature-product .feature-product-item__right-7 .sm-5 {
    position: absolute;
    left: 78%;
    top: 8vw;
    margin-left: 10px;
  }
  .el-content-feature .feature-product .feature-product-item__right-5 p, .el-content-feature .feature-product .feature-product-item__right-7 p {
    margin-right: 40px;
  }
  .el-content-feature .feature-product .feature-product-item__right-6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    margin: 0;
    padding: 40px 40px;
  }
  .el-content-feature .feature-product .feature-product-item__right-7 {
    padding-bottom: 25px;
  }
  .el-content-feature .feature-product .feature-product-item__right-7 p + p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .el-content-feature .feature-product .product-item-3 {
    padding-top: 35px;
  }
  .el-content-feature .feature-product .item-2-sm,
.el-content-feature .feature-product .item-4-sm,
.el-content-feature .feature-product .item-6-sm {
    flex-direction: column-reverse;
  }
  .el-content-feature .feature-product .item-2-sm {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .el-content-feature .feature-product .item-4-sm {
    padding-bottom: 150px;
  }
  .el-content-feature .feature-product .item-5 {
    padding-top: 0;
    margin-bottom: 120px;
  }
  .el-content-feature .feature-product .item-7 {
    padding-bottom: 124px;
  }
  .el-d-section--fullBG4 {
    background-color: #fdf9f2;
    padding: 35px 0 50px;
    margin-top: 72px;
  }
  .el-d-section--fullBG4 .el-content-product-list {
    max-width: 1000px;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__title {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10px;
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ab3d45;
    margin-bottom: 50px;
    padding-bottom: 17px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__title::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #ab3d45;
    width: 234px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__sub-title {
    margin: 8px 0 13px;
    font-size: 10px;
    text-align: center;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items {
    margin: 20px;
    margin: auto;
    margin-bottom: 36px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth {
    position: relative;
    max-width: 940px;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .glide__track {
    border: 3px solid #fff;
    margin: auto;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-left {
    position: absolute;
    top: -4%;
    left: -2%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-left img {
    width: 20%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-bottom {
    position: absolute;
    bottom: -7%;
    text-align: center;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-bottom img {
    width: 50%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-right {
    position: absolute;
    top: -12%;
    right: -4%;
    text-align: right;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__items .glide-sixth .pc-mv-right img {
    width: 50%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__subtitle {
    font-size: 19px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 31px;
    color: #595757;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__units {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 16px;
    margin-top: 33px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit {
    width: calc(50% - 5px);
    text-align: center;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 41px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit:nth-of-type(2n) {
    margin-right: 0;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__unit img {
    width: 62%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list-button {
    margin: auto;
    width: 90%;
  }
  .el-d-section--fullBG4 .el-content-product-list .product-list-button .item-more {
    padding: 18px 10px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background-color: #336699;
    border-radius: 5px;
  }
  .el-d-section--fullBG5 {
    padding: 48px 0 50px;
  }
  .el-d-section--fullBG5 .el-content-product-button {
    margin: auto;
    width: 90%;
  }
  .el-d-section--fullBG5 .el-content-product-button .item-more {
    padding: 18px 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #336699;
    border-radius: 5px;
  }
  .el-c-productDetails2__button {
    width: 80%;
    max-width: 80% !important;
  }
  .el-d-section--colored {
    background: #ecf6ff !important;
  }
  .el-content-first__item .pc,
.el-content-third__item .pc,
.el-content-fourth__item .pc,
.el-content-fifth__item .pc,
.el-content-sixth__item .pc {
    display: none;
  }
  .mfp-content {
    padding: 15px;
    text-align: center;
    width: 80%;
    min-width: 200px;
    min-height: 0;
    font-size: 1.3rem;
    background-color: #fff;
    cursor: auto;
    position: relative;
    display: inline-block;
  }
  .onlineshop_btn li a img {
    width: auto;
    height: 100%;
  }
  .ecshop_list {
    width: 90%;
    margin: 10px auto 0;
    text-align: center;
  }
  .ecshop_list li {
    margin: 0;
    margin-bottom: 25px;
    background-color: #f5fdff;
    box-sizing: border-box;
    width: auto;
  }
  .ecshop_list li img {
    width: auto;
    height: 100%;
  }
  .close {
    margin: 15px 0 0;
  }
  .el-top-smallText p {
    text-align: center;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.025em;
    margin-top: 15px;
  }
  .el-top-smallText span {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #383838;
  }
  .product-list__smallTitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-list__smallTitle img {
    display: inline-block;
    max-width: 70px;
    width: 100%;
    margin-right: 16px;
  }
  .product-list__smallTitle span {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0.15em;
    padding-bottom: 9px;
    color: #595757;
    border-bottom: 1px solid #707070;
  }
  .product-list__units.mb-180 {
    margin-bottom: 69px !important;
  }
}
.el-c-productDetails2__modalLayer {
  background-image: url(https://www.elleair.jp../_var/puana/design2021/img/popup_bg.png);
}

.el-c-productDetails2__buttonItems {
  position: initial;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */