@font-face {
  font-family: "MontserratBold";
  src: url(../../../../assets/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "MontserratRegular";
  src: url(../../../../assets/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "NotoSansCJKBold";
  src: url(../../../../assets/fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSansCJKMedium";
  src: url(../../../../assets/fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSansCJKRegular";
  src: url(../../../../assets/fonts/NotoSansCJKjp-Regular.otf);
}
:root {
  --line-height-pc: 32px;
  --line-height-sm: 28px;
  --font-roboto: "Roboto", sans-serif;
}

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

.el-page {
  overflow: hidden;
  min-width: unset;
}

@media screen and (min-width: 700px) {
  #is-pc {
    display: block;
  }
  #is-sp {
    display: none;
  }
  .el-d-section--fullWidth {
    font-family: "NotoSansCJKMedium", sans-serif;
    color: #3B4043;
    margin-bottom: 0;
  }
  .el-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .el-puana__btn {
    width: 100%;
    margin: 0 auto;
    max-width: 405px;
  }
  .el-c-productDetails2__button--buy {
    padding-left: 95px;
    font-size: 25px;
    line-height: 75px;
    letter-spacing: 0.15em;
    text-align: center;
    background: url(../../../../assets/img/elleair/icon_cart2.svg) 10% center/10% no-repeat;
    background-color: #0068b7;
  }
  .el-title {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 26px 0;
    background: linear-gradient(to bottom, #103675, #00B8EE);
  }
  .el-title span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
  .el-product {
    background-color: white;
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 18px;
  }
  .el-product__img {
    width: 100%;
  }
  .el-product__btn {
    max-width: 280px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .el-btn {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #3366CC;
    border-radius: 6px;
  }
  .el-btn--blue {
    background-color: #0097E0;
  }
  .el-btn::before {
    position: absolute;
    content: "";
    background: url(../img/arrow.png) center center/contain no-repeat;
    width: 5px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
  }
  .el-mv {
    width: 100%;
  }
  .el-mv__img {
    width: 100%;
  }
  .el-mv__text {
    font-size: 18px;
    text-align: center;
    margin-top: 38px;
  }
  .el-mv__text span {
    border-bottom: 1px solid #3B4043;
  }
  .el-top {
    margin-top: 60px;
  }
  .el-top__head {
    position: relative;
  }
  .el-top__head-img {
    width: 100%;
  }
  .el-top__head-content {
    position: absolute;
    background-color: white;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 35px 31px;
  }
  .el-top__head-bigText {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3333333333;
    color: #3366CC;
  }
  .el-top__head-text {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 31px;
    color: #3366CC;
  }
  .el-top__main {
    margin-top: 90px;
  }
  .el-top__content {
    width: 375px;
  }
  .el-top__content1 {
    margin-left: min(17.5vw, 225px);
  }
  .el-top__content2 {
    margin-left: auto;
    margin-top: -120px;
  }
  .el-top__content3 {
    margin-left: min(1.28vw, 10px);
    margin-top: -120px;
  }
  .el-top__content4 {
    margin-left: auto;
    margin-right: 100px;
    margin-top: -120px;
  }
  .el-top__content5 {
    margin-top: -120px;
    margin-left: 100px;
  }
  .el-top__content-inner {
    position: relative;
  }
  .el-top__content-text {
    position: absolute;
    background: white;
    padding: 8px 10px;
    font-size: 16px;
    color: #3366CC;
    line-height: 1.5;
    left: min(-1.5625vw, -20px);
    bottom: min(0.9375vw, 12px);
  }
  .el-top__content-bottom {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 32px;
  }
  .el-top__bottom-content {
    max-width: 44.9vw;
    width: 100%;
    left: 0;
    background-color: white;
    padding: 25px 5px;
    position: absolute;
    bottom: min(3.67vw, 40px);
  }
  .el-top__bottom-text {
    font-size: 16px;
    line-height: 2;
    color: #3366CC;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .el-feature {
    background-color: #F0F3F5;
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .el-feature__img {
    display: block;
    max-width: 405px;
    margin: 0 auto;
  }
  .el-feature__text {
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
    margin-top: 29px;
  }
  .el-feature__units {
    display: block;
    max-width: 502px;
    margin: 0 auto;
    margin-top: 13px;
  }
  .el-feature--blue {
    background: rgba(0, 151, 224, 0.15);
  }
  .el-feature__img--2 {
    max-width: 575px;
  }
  .el-feature__product {
    margin-top: 32px;
  }
  .el-triple {
    background-color: #F0F3F5;
    padding-bottom: 55px;
  }
  .el-triple__title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .el-triple__units {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 133px;
  }
  .el-triple__unit {
    padding: 100px 21px 25px;
    background-color: white;
  }
  .el-triple__unit-head {
    width: 53.2%;
    margin: 0 auto;
    margin-top: -80%;
  }
  .el-triple__unit-text {
    font-size: 15px;
    line-height: 36px;
  }
  .el-triple__unit-text .orange {
    font-size: 22px;
    font-weight: bold;
    background-color: black;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(251, 161, 0, 0.2) 60%, rgba(251, 161, 0, 0.2) 100%);
    z-index: -1;
    letter-spacing: 0.05em;
  }
  .el-triple__unit-text .pink {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(231, 131, 178, 0.2) 60%, rgba(231, 131, 178, 0.2) 100%);
    z-index: -1;
  }
  .el-triple__unit-text .green {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(140, 184, 8, 0.2) 60%, rgba(140, 184, 8, 0.2) 100%);
    z-index: -1;
    letter-spacing: 0.05em;
  }
  .el-secret {
    background-color: #F0F3F5;
    padding-bottom: 58px;
  }
  .el-secret__title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .el-secret__units {
    margin-top: 150px;
  }
  .el-secret__unit {
    position: relative;
  }
  .el-secret__unit + .el-secret__unit {
    margin-top: 260px;
  }
  .el-secret__content {
    width: 28.5%;
    max-width: 190px;
    background-color: white;
    font-size: 36px;
    padding: 34px 48px 24px;
    position: relative;
    margin-left: 25px;
  }
  .el-secret__number {
    color: #3366CC;
    font-size: 64px;
    line-height: 85px;
    position: absolute;
    top: -38px;
    left: 24px;
  }
  .el-secret__subtitle {
    font-size: 36px;
    font-weight: bold;
    color: #3366CC;
    line-height: 1.6388888889;
  }
  .el-secret__text {
    font-size: 16px;
    line-height: 27px;
  }
  .el-secret__text span {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, #d0dfff 60%, #d0dfff 100%);
    z-index: -1;
  }
  .el-secret__img {
    position: absolute;
    width: 37.8%;
    top: -96px;
    right: 27%;
  }
  .el-secret__img2 {
    position: absolute;
    width: 37.8%;
    right: 3.8%;
    top: 130px;
  }
  .el-secret__box {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 0px;
    background: white;
    color: #3366CC;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.7777777778;
    margin-top: 185px;
  }
  .el-secret__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .el-secret__product {
    margin-top: 61px;
  }
  .el-band {
    position: relative;
    margin-top: 70px;
    padding-bottom: 67px;
  }
  .el-band::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    bottom: -54px;
    transform: translateX(-50%);
    border-width: 60px 20px 0 20px;
    border-color: white transparent transparent transparent;
  }
  .el-band__text {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #3366CC;
  }
  .el-band__text span {
    font-size: 27px;
    background-color: #D0DFFF;
  }
  .el-bottom {
    margin-top: 100px;
    margin-bottom: 71px;
  }
  .el-bottom__text {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }
  .el-bottom__btn {
    max-width: 465px;
    margin: 0 auto;
    margin-top: 22px;
  }
  .el-bottom__btn a {
    transition: all 0.3s;
  }
  .el-bottom__btn a:before {
    opacity: 0.8;
  }
}
@media screen and (max-width: 999px) {
  .el-top__content {
    width: 315px;
  }
  .el-top__content1 {
    margin-left: 50px;
  }
  .el-top__content3 {
    margin-top: -50px;
  }
  .el-top__content4 {
    margin-top: -50px;
    margin-right: 0;
  }
  .el-top__content5 {
    margin-left: 50px;
  }
}
.el-c-productDetails2__modalLayer {
  background-image: url(../_var/puana/design2021/img/popup_bg.png);
}

@media screen and (max-width: 699px) {
  #is-pc {
    display: none;
  }
  #is-sp {
    display: block;
  }
  .el-d-section--fullWidth {
    font-family: "NotoSansCJKMedium", sans-serif;
    margin-bottom: 0;
  }
  .el-d-section {
    font-family: "NotoSansCJKMedium", sans-serif;
    color: #3B4043;
    margin-bottom: 0;
  }
  .el-inner {
    max-width: 340px;
    margin: 0 auto;
  }
  .el-puana__btn {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
  .el-title {
    min-width: 320px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6363636364;
    padding: 16px 0;
    background: linear-gradient(to bottom, #103675, #00B8EE);
  }
  .el-title span {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
  }
  .el-product {
    background-color: white;
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 18px;
  }
  .el-product__img {
    width: 100%;
  }
  .el-product__btn {
    max-width: 315px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .el-btn {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #3366CC;
    border-radius: 6px;
  }
  .el-btn--blue {
    background-color: #0097E0;
  }
  .el-btn::before {
    position: absolute;
    content: "";
    background: url(../img/arrow.png) center center/contain no-repeat;
    width: 5px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
  }
  .el-mv {
    width: 100%;
  }
  .el-mv__inner.el-inner {
    max-width: unset;
  }
  .el-mv__img {
    display: block;
    width: 100vw;
    min-width: 320px;
  }
  .el-mv__text {
    font-size: 12px;
    text-align: center;
    margin-top: 28px;
  }
  .el-mv__text span {
    border-bottom: 1px solid #3B4043;
  }
  .el-top {
    margin-top: 24px;
  }
  .el-top__head {
    position: relative;
    width: 100vw;
    min-width: 320px;
    margin-left: calc(50% - 50vw);
  }
  .el-top__head-img {
    width: 100%;
  }
  .el-top__head-content {
    position: absolute;
    background-color: white;
    z-index: 1;
    top: 95px;
    right: 0;
    padding: 16px;
    width: 76%;
  }
  .el-top__head-bigText {
    font-size: min(6.56vw, 22px);
    font-weight: bold;
    line-height: 1.6363636364;
    color: #3366CC;
  }
  .el-top__head-text {
    font-size: min(4.47vw, 15px);
    line-height: 2.0666666667;
    margin-top: 13px;
    color: #3366CC;
  }
  .el-top__main {
    margin-top: 245px;
  }
  .el-top__content1 {
    margin-left: 0;
  }
  .el-top__content2 {
    margin-top: 30px;
    margin-left: auto;
  }
  .el-top__content3 {
    margin-top: 20px;
  }
  .el-top__content4 {
    margin-top: 20px;
    margin-left: auto;
  }
  .el-top__content5 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .el-top__content-inner {
    position: relative;
  }
  .el-top__content-img {
    width: 245px;
    margin-left: -20px;
  }
  .el-top__content:nth-child(2n) .el-top__content-img {
    margin-right: -20px;
    margin-left: auto;
  }
  .el-top__content-text {
    position: absolute;
    background: white;
    padding: 10px 7px;
    font-size: min(15px, 4vw);
    color: #3366CC;
    line-height: 1.6;
    right: 0;
    bottom: 10px;
  }
  .el-top__content:nth-child(2) .el-top__content-text {
    margin-left: 0;
    left: min(-10.66vw, -40px);
    right: initial;
    width: min(53.33vw, 200px);
    text-align: right;
  }
  .el-top__content:nth-child(4) .el-top__content-text {
    margin-left: 0;
    left: min(-10.66vw, -40px);
    right: initial;
    width: min(64.8vw, 243px);
    text-align: center;
  }
  .el-top__content-bottom {
    position: relative;
    width: 100vw;
    min-width: 320px;
    margin-left: calc(50% - 50vw);
    margin-top: 56px;
  }
  .el-top__bottom-content {
    padding: 0 20px;
  }
  .el-top__bottom-text {
    font-size: 15px;
    line-height: 2;
    color: #3366CC;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .el-feature {
    background-color: #F0F3F5;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .el-feature__img {
    display: block;
    max-width: 265px;
    margin: 0 auto;
  }
  .el-feature__text {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8235294118;
    text-align: left;
    margin-top: 16px;
  }
  .el-feature__units {
    display: block;
    max-width: 295px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .el-feature__units2 {
    max-width: 100%;
  }
  .el-feature--blue {
    background: rgba(0, 151, 224, 0.15);
  }
  .el-feature__img--2 {
    max-width: 575px;
  }
  .el-feature__product {
    margin-top: 32px;
  }
  .el-triple {
    background-color: #F0F3F5;
    padding-bottom: 39px;
  }
  .el-triple__title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .el-triple__units {
    max-width: 300px;
    margin-left: auto;
    margin-top: 26px;
    display: grid;
    gap: 30px;
  }
  .el-triple__unit {
    position: relative;
    padding: 21px 20px 21px 71px;
    background-color: white;
  }
  .el-triple__unit-head {
    position: absolute;
    top: 21px;
    left: -31px;
    width: 92px;
    margin: 0 auto;
  }
  .el-triple__unit-text {
    font-size: 15px;
    line-height: 31px;
  }
  .el-triple__unit-text .orange {
    font-size: 20px;
    font-weight: bold;
    background-color: black;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(251, 161, 0, 0.2) 60%, rgba(251, 161, 0, 0.2) 100%);
    z-index: -1;
  }
  .el-triple__unit-text .pink {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(231, 131, 178, 0.2) 60%, rgba(231, 131, 178, 0.2) 100%);
    z-index: -1;
  }
  .el-triple__unit-text .green {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(140, 184, 8, 0.2) 60%, rgba(140, 184, 8, 0.2) 100%);
    z-index: -1;
  }
  .el-secret {
    background-color: #F0F3F5;
    padding-bottom: 54px;
  }
  .el-secret__title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .el-secret__units {
    margin-top: 47px;
  }
  .el-secret__unit {
    position: relative;
  }
  .el-secret__unit + .el-secret__unit {
    margin-top: 31px;
  }
  .el-secret__content {
    max-width: 245px;
    background-color: white;
    font-size: 36px;
    padding: 20px 18px 15px 32px;
    position: relative;
    margin-left: -20px;
  }
  .el-secret__number {
    color: #3366CC;
    font-size: 40px;
    line-height: 53px;
    position: absolute;
    top: -29px;
    left: 33px;
  }
  .el-secret__subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #3366CC;
    line-height: 1.2857142857;
  }
  .el-secret__text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .el-secret__text span {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, #d0dfff 60%, #d0dfff 100%);
    z-index: -1;
  }
  .el-secret__imgs {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .el-secret__img2 {
    margin-top: 31px;
  }
  .el-secret__box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 32px 0px;
    background: white;
    color: #3366CC;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777777778;
    margin-top: 48px;
  }
  .el-secret__items {
    display: grid;
    width: 295px;
    margin: 0 auto;
  }
  .el-secret__item:first-child {
    width: 295px;
    margin-left: auto;
    margin-right: -40px;
  }
  .el-secret__item:nth-child(2) {
    width: 180px;
    margin-top: -22px;
    margin-left: -40px;
  }
  .el-secret__item:nth-child(3) {
    width: 180px;
    margin-top: -60px;
    margin-left: 110px;
  }
  .el-secret__product {
    margin-top: 48px;
  }
  .el-band {
    position: relative;
    margin-top: 26px;
    padding-bottom: 18px;
  }
  .el-band::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    border-width: 43px 14px 0 14px;
    border-color: white transparent transparent transparent;
  }
  .el-band__text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
    color: #3366CC;
  }
  .el-band__text span {
    font-size: 27px;
    padding: 5px 15px;
    background-color: #D0DFFF;
    letter-spacing: -0.05em;
  }
  .el-bottom {
    margin-top: 62px;
    margin-bottom: 71px;
  }
  .el-bottom__text {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
  }
  .el-bottom__btn {
    max-width: 465px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .el-bottom__btn a {
    transition: all 0.3s;
  }
  .el-bottom__btn a:before {
    opacity: 0.8;
  }
}
@media screen and (max-width: 319px) {
  .el-top__head {
    margin-left: 0;
  }
  .el-top__content-bottom {
    margin-left: 0;
  }
  .el-title {
    margin-left: 0;
  }
}
.js-scroll-fade {
  opacity: 0;
  transform: translateY(5%);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

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

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}
/*# sourceMappingURL=style.css.map */