@charset "UTF-8";
@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;
}

@media screen and (min-width: 700px) {
  #is-pc {
    display: block;
  }

  #is-sp {
    display: none;
  }

  .el-d-section {
    font-family: "NotoSansCJKMedium", sans-serif;
    margin-bottom: 0;
  }

  .el-mv {
    background: linear-gradient(90deg, #EDFFFF 0%, #EDFFFF 50%, #FFF5FF 50%, #FFF5FF 100%);
  }

  .el-mv__inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .el-mv__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-top {
    position: relative;
    padding-bottom: 5rem;
    margin-top: 5.3rem;
    margin-bottom: 0;
    z-index: 5;
  }

  .time {
    text-align: center;
    margin-bottom: 5.3rem;
    color: #00244d;
    font-size: 18px;
  }

  .time span {
    display: inline-block;
    border-bottom: 1px solid #00244d;
  }

  .el-top__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
  }

  .el-top__bg {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
  }

  .el-top__bg img {
    width: 100%;
    max-width: 100%;
  }

  .el-top__mask {
    max-width: 71rem;
    right: 0;
    z-index: -1;
    max-width: 55.46875vw;
    width: calc(100% - 20vw);
  }

  .el-top__mask img {
    width: 100%;
    max-width: 100%;
  }

  .el-top__content {
    padding-top: 10.5rem;
    max-width: 20vw;
    padding-left: 8rem;
  }

  .el-top__logo {
    width: 13.828125vw;
    height: auto;
    margin: auto;
  }

  .el-top__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-top__text {
    font-size: 1.40625vw;
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
    margin-top: 4rem;
  }

  .el-main {
    position: relative;
  }

  .el-main__inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }

  .el-main__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .el-main__content {
    max-width: 28.671875vw;
    position: absolute;
    z-index: 5;
  }

  .el-main__content--blue {
    color: #54C3F1;
    top: 7%;
    position: absolute;
    right: calc(50% - 34.371875vw);
  }

  .el-main__content--lavender {
    color: #D9AACD;
    top: 38%;
    left: calc(50% - 34.371875vw);
  }

  .el-main__title {
    text-align: center;
    font-family: "MontserratRegular";
    font-size: min(6.6rem, 5.15625vw);
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .el-main__subtitle {
    text-align: center;
    font-family: "NotoSansCJKBold", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .el-main__mask {
    width: 100%;
    margin: 0 auto;
    width: 21.875vw;
    margin-top: 3.5rem;
    max-width: 28rem;
  }

  .el-main__mask img {
    width: 100%;
    max-width: 100%;
  }

  .el-main__text {
    color: #333;
    font-family: "NotoSansCJKMedium", sans-serif;
    line-height: 2.1818181818;
    letter-spacing: 0.05em;
    font-size: min(2.2rem, 1.71825vw);
    margin-top: 2.5vw;
  }

  .el-main__text--blue {
    padding: 0 1.6rem;
  }

  .el-main__text--lavender {
    padding: 0 4.296875vw;
  }

  .el-main__text2 {
    position: absolute;
    color: #000000;
    font-family: "NotoSansCJKBold";
    font-size: 2.5vw;
    line-height: 1.6875;
    right: calc(50% - 37.5vw);
    bottom: 8.5%;
  }

  .el-feature {
    padding: 2rem 0 9.1rem;
    position: relative;
    overflow: hidden;
  }

  .el-feature::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 78.6rem;
    background-image: url(../img/feature-bg-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
    top: 35%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }

  .el-feature::after {
    position: absolute;
    content: "";
    background-image: url(../img/feature-bg-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 64.8rem;
    z-index: -1;
    bottom: -6%;
    left: 30rem;
  }

  .el-feature__inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 10px;
  }

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

  .el-feature__unit {
    width: calc(50% - 12rem * 1/2);
  }

  .el-feature__unit:nth-of-type(2n) {
    margin-top: 8.7rem;
  }

  .el-feature__unit--5 {
    margin-top: -14rem;
  }

  .el-feature__number {
    font-family: "MontserratBold", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    position: relative;
  }

  .el-feature__number--blue {
    color: #54C3F1;
  }

  .el-feature__number--blue::before {
    position: absolute;
    content: "";
    width: 17.1vw;
    height: 1px;
    left: -19.6vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #54C3F1;
  }

  .el-feature__number--pink {
    color: #D9AACD;
  }

  .el-feature__number--pink::before {
    position: absolute;
    content: "";
    width: 39.140625vw;
    height: 1px;
    left: 6.5vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9AACD;
  }

  .el-feature__img {
    margin-top: 3.7rem;
  }

  .el-feature__img--5 {
    position: relative;
  }

  .el-feature__img--5::before {
    position: absolute;
    content: "";
    background: url(../img/feature-06.png) center center/contain no-repeat;
    bottom: -20%;
    right: -28%;
    width: 17.5rem;
    height: 17.5rem;
  }

  .el-feature__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-feature__title {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 3.7rem;
  }

  .el-feature__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
    margin-top: 1.8rem;
  }

  .el-feature__text span {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .el-lineup {
    padding: 0 0 9.23rem;
    border-bottom: 2px solid #336699;
  }

  .el-lineup__title {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.06em;
    background-color: #336699;
    text-align: center;
    padding: 2rem 0;
  }

  .el-lineup__logo {
    margin: 0 auto;
    width: 153px;
    margin-top: 9.2rem;
  }

  .el-lineup__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-lineup__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-lineup__items {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.76rem;
  }

  .el-lineup__item {
    width: calc(50% - 0.5rem);
    text-align: center;
    padding: 4.2rem 0 2.4rem;
  }

  .el-lineup__item:nth-of-type(2n) {
    margin-left: 1rem;
  }

  .el-lineup__item:nth-child(n+3) {
    margin-top: 7.26rem;
  }

  .el-lineup__item--blue {
    background-color: rgba(84, 195, 241, 0.36);
  }

  .el-lineup__item--pink {
    background-color: rgba(217, 170, 205, 0.36);
  }

  .el-lineup__img {
    height: 235px;
    width: auto;
  }

  .el-lineup__img img {
    height: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .el-lineup__name {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 1.8rem;
  }

  .el-lineup__btn {
    max-width: 490px;
    margin: 0 auto;
    margin-top: 9.18rem;
  }

  .el-product {
    padding: 7.7rem 0 7.85rem;
  }

  .el-product__inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .el-product__title {
    color: #336699;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }

  .el-product__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10.25rem;
  }

  .el-product__item {
    width: calc(50% - 1.5rem);
    transition: all 0.3s;
  }

  .el-product__item:hover {
    opacity: 0.7;
  }

  .el-product__item:nth-of-type(2n) {
    margin-left: 3rem;
  }

  .el-product__item:nth-child(n+3) {
    margin-top: 4rem;
  }

  .el-product__item a:hover {
    text-decoration: none;
  }

  .el-product__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-product__text {
    margin-top: 2rem;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }

  #is-xl {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .is-pc {
    display: none;
  }

  #is-xl {
    display: block;
  }

  .el-main__content--blue {
    right: calc(50% - 30.371875vw);
  }

  .el-main__content--lavender {
    left: calc(50% - 30.371875vw);
  }

  .el-main__img {
    position: relative;
    width: 100vw;
  }

  .el-main__title {
    font-size: 4vw;
  }

  .el-main__mask {
    width: 16vw;
  }

  .el-main__text {
    font-size: 1.25vw;
  }

  .el-main__text2 {
    right: 13rem;
    font-size: 3.2rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000001;
  display: 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  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;
  user-select: none;
  color: #333;
}

@media screen and (max-width: 699px) {
  #is-xl {
    display: none;
  }

  .is-pc {
    display: none;
  }

  #is-pc {
    display: none;
  }

  #is-sp {
    display: block;
  }

  .el-d-section {
    font-family: "NotoSansCJKMedium", sans-serif;
    margin-bottom: 0;
  }

  .el-mv {
    background: linear-gradient(90deg, #EDFFFF 0%, #EDFFFF 50%, #FFF5FF 50%, #FFF5FF 100%);
  }

  .el-mv__inner {
    width: 100%;
  }

  .el-mv__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-top {
    position: relative;
    padding-bottom: 5rem;
    margin-top: 5.64rem;
    z-index: 5;
  }

  .time {
    text-align: center;
    margin-bottom: 5.3rem;
    color: #00244d;
    font-size: 1.8rem;
  }

  .time span {
    display: inline-block;
    border-bottom: 1px solid #00244d;
  }

  .el-top__bg {
    width: 100%;
    height: auto;
    z-index: -1;
  }

  .el-top__bg img {
    width: 100%;
    max-width: 100%;
  }

  .el-top__logo {
    width: 11.4rem;
    height: auto;
    margin: auto;
  }

  .el-top__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-top__text {
    font-family: "NotoSansCJKRegular", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
    padding-right: 15px;
    padding-left: 15px;
  }

  .el-main {
    position: relative;
  }

  .el-main__content {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    z-index: 5;
    width: 100%;
  }

  .el-main__content--blue {
    color: #54C3F1;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }

  .el-main__content--lavender {
    color: #D9AACD;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
  }

  .el-main__title {
    text-align: center;
    font-family: "MontserratRegular";
    font-size: 15.4666666vw;
    letter-spacing: 0.05em;
  }

  .el-main__subtitle {
    text-align: center;
    font-family: "NotoSansCJKBold", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .el-main__mask {
    width: 74vw;
    margin: 0 auto;
    max-width: 328px;
    margin-top: 3.4rem;
  }

  .el-main__mask img {
    width: 100%;
    max-width: 100%;
  }

  .el-main__text {
    color: #333;
    font-family: "NotoSansCJKBold", sans-serif;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 4.26vw;
    padding-right: 35px;
    padding-left: 35px;
    margin-top: 3.7rem;
  }

  .el-main__text--lavender {
    padding: 0 4.296875vw;
  }

  .el-main__text2 {
    position: absolute;
    color: #000000;
    font-family: "NotoSansCJKBold";
    font-size: 6.4vw;
    line-height: 2.25;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
    width: 100%;
    text-align: center;
  }

  .el-feature {
    padding: 7.1rem 0 9.1rem;
    position: relative;
    overflow: hidden;
  }

  .el-feature__inner {
    padding: 0 15px;
  }

  .el-feature__unit {
    width: 100%;
    margin-top: 5.65rem;
  }

  .el-feature__unit--1 {
    margin-top: 0;
  }

  .el-feature__unit--3 {
    margin-top: 5.65rem;
  }

  .el-feature__number {
    font-family: "MontserratBold", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    transform: translateX(57.6%);
  }

  .el-feature__number--blue {
    color: #54C3F1;
  }

  .el-feature__number--blue::before {
    position: absolute;
    content: "";
    width: 49.866666vw;
    height: 1px;
    left: -57.5vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #54C3F1;
  }

  .el-feature__number--pink {
    color: #D9AACD;
    transform: translateX(24.8%);
  }

  .el-feature__number--pink::before {
    position: absolute;
    content: "";
    width: 53.866666666vw;
    height: 1px;
    left: 20.933333vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9AACD;
  }

  .el-feature__img {
    margin-top: 2.1rem;
  }

  .el-feature__img--5 {
    position: relative;
  }

  .el-feature__img--5::before {
    position: absolute;
    content: "";
    background: url(../img/feature-06.png) center center/contain no-repeat;
    top: 0.8rem;
    right: 0.8rem;
    width: 14.6rem;
    height: 14.6rem;
  }

  .el-feature__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-feature__title {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 1.24rem;
  }

  .el-feature__text {
    font-family: "NotoSansCJKMedium", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
  }

  .el-feature__text span {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .el-lineup {
    padding: 0 0 5.41rem;
    border-bottom: 2px solid #336699;
  }

  .el-lineup__title {
    font-size: 2.4rem;
    font-family: "NotoSansCJKBold", sans-serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.06em;
    background-color: #336699;
    text-align: center;
    padding: 1rem 0;
  }

  .el-lineup__logo {
    margin: 0 auto;
    width: 153px;
    margin-top: 5rem;
  }

  .el-lineup__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-lineup__logo img {
    width: 100%;
    max-width: 100%;
  }

  .el-lineup__items {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 5.6rem;
  }

  .el-lineup__item {
    width: 100%;
    text-align: center;
    padding: 4.2rem 0 2.4rem;
  }

  .el-lineup__item:nth-of-type(2n) {
    margin-top: 1rem;
  }

  .el-lineup__item:nth-child(3) {
    margin-top: 5.6rem;
  }

  .el-lineup__item--blue {
    background-color: rgba(84, 195, 241, 0.36);
  }

  .el-lineup__item--pink {
    background-color: rgba(217, 170, 205, 0.36);
  }

  .el-lineup__img {
    height: 235px;
    width: auto;
  }

  .el-lineup__img img {
    height: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .el-lineup__name {
    display: inline-block;
    padding-left: 1.3em;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 1.8rem;
    letter-spacing: 0.05em;
  }

  .el-lineup__btn {
    max-width: 345px;
    margin: 0 auto;
    margin-top: 5.58rem;
  }

  .el-c-productDetails2__button--buy {
    background-image: none !important;
  }

  .el-product {
    padding: 4.84rem 0 4.34rem;
  }

  .el-product__inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .el-product__title {
    color: #336699;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "NotoSansCJKBold", sans-serif;
  }

  .el-product__items {
    display: block;
    margin-top: 4.64rem;
  }

  .el-product__item {
    width: 100%;
    transition: all 0.3s;
  }

  .el-product__item:hover {
    opacity: 0.7;
  }

  .el-product__item:nth-of-type(2n) {
    margin-top: 2.2rem;
  }

  .el-product__item:nth-child(n+3) {
    margin-top: 4rem;
  }

  .el-product__item a:hover {
    text-decoration: none;
  }

  .el-product__img img {
    width: 100%;
    max-width: 100%;
  }

  .el-product__text {
    margin-top: 1rem;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}
.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 */