@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;
    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-items {
    display: flex;
    max-width: 405px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 16px;
  }

  .el-item {
    width: calc(50% - 8px);
  }

  .el-item + .el-item {
    margin-left: 15px;
  }

  .el-item img + img {
    margin-top: 10px;
  }

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

  .el-mv__img {
    width: 100%;
  }

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

  .el-contents {
    margin-top: 73px;
  }

  .el-contents__title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .el-contents__items {
    display: grid;
    gap: 18px 19px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    margin-top: 46px;
  }

  .el-contents__item {
    position: relative;
    border: 1px solid #707070;
    border-radius: 73px;
    transition: all 0.3s;
  }

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

  .el-contents__item::before {
    position: absolute;
    content: "";
    background: url(../img/arrow.svg) center center/contain no-repeat;
    width: 15px;
    height: 30px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .el-contents__item a {
    width: calc(100% - 20px);
    display: inline-flex;
    align-items: center;
    padding: 13px 0px 13px 20px;
    border-radius: 73px;
    color: transparent;
  }

  .el-contents__item-img {
    width: 80px;
    height: 80px;
  }

  .el-contents__item-img img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }

  .el-contents__item-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #3B4043;
    margin-left: 8px;
    letter-spacing: 0.05em;
  }

  .el-top {
    margin-top: 140px;
    padding-top: 60px;
  }

  .el-top__inner {
    max-width: 900px;
  }

  .el-top__head {
    text-align: center;
  }

  .el-top__logo {
    margin: 0 auto;
    width: 174px;
    height: auto;
  }

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

  .el-top__head-title {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-top: 44px;
  }

  .el-top__head-img {
    width: 550px;
    height: auto;
    margin: 0 auto;
    margin-top: 37px;
  }

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

  .el-top__items {
    margin-top: 76px;
  }

  .el-top__item {
    display: flex;
    align-items: center;
  }

  .el-top__item--1 {
    align-items: flex-start;
  }

  .el-top__item--2 {
    margin-top: 40px;
    flex-direction: row-reverse;
  }

  .el-top__item--3 {
    position: relative;
    flex-direction: row-reverse;
    margin-top: 70px;
    height: 36vw;
  }

  .el-top__item--4 {
    padding-top: 200px;
    position: relative;
    margin-bottom: 280px;
  }

  .el-top__content {
    width: 50%;
    text-align: center;
  }

  .el-top__content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }

  .el-top__content--1 {
    position: relative;
    width: 49%;
    margin-top: 40px;
  }

  .el-top__content--1::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-01.png) center center/130% no-repeat;
    width: 350px;
    height: 350px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .el-top__content--2 {
    position: relative;
  }

  .el-top__content--2::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-02.png) center center/130% no-repeat;
    width: 350px;
    height: 350px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .el-top__content--2 ::after {
    position: absolute;
    content: "";
    background: url(../img/top-bg-02-sub.png) center center/130% no-repeat;
    width: 250px;
    height: 250px;
    top: -190px;
    right: -30px;
  }

  .el-top__content--2 span {
    font-size: 27px;
  }

  .el-top__content--3 {
    position: relative;
  }

  .el-top__content--3::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-03.png) center center/130% no-repeat;
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .el-top__content--3 span {
    font-size: 27px;
  }

  .el-top__img {
    width: 50%;
  }

  .el-top__img--1 {
    width: 51%;
  }

  .el-top__img--2 {
    position: relative;
    width: 52.44%;
  }

  .el-top__img--2::before {
    position: absolute;
    content: "";
    background: url(../img/top-04-sub.png) center center/140% no-repeat;
    width: 300px;
    height: 300px;
    top: -40px;
    left: -50px;
    z-index: -1;
  }

  .el-top__img--3 {
    position: relative;
    width: 33.29263%;
    margin-left: 16px;
  }

  .el-top__img--3::before {
    position: absolute;
    content: "";
    background: url(../img/top-05-sub.png) center center/140% no-repeat;
    width: 260px;
    height: 260px;
    top: -100px;
    left: -40px;
    z-index: -1;
  }

  .el-top__img--4 {
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .el-top__img--sub4 {
    position: absolute;
    width: 46%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -3%;
    z-index: -1;
  }

  .el-top__img--subsub4 {
    position: absolute;
    width: 41.1111111111%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -2;
  }

  .el-top__img--5 {
    width: 40.7777777778%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .el-top__img--sub5 {
    position: absolute;
    width: 48%;
    height: auto;
    top: -4%;
    right: -5%;
    z-index: -1;
  }

  .el-top__img--subsub5 {
    position: absolute;
    width: 44%;
    height: auto;
    top: -4%;
    right: -1%;
    z-index: -2;
    transform: otate(10deg);
  }

  .el-new {
    margin-top: 90px;
  }

  .el-new__inner {
    max-width: 858px;
  }

  .el-new__top {
    display: flex;
    justify-content: center;
  }

  .el-new__top-img {
    width: 164px;
  }

  .el-new__top-title {
    margin-left: 25px;
    margin-top: 15px;
  }

  .el-new__top-title span {
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }

  .el-new__top-title span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
    width: 3px;
    height: 25px;
    background: #3B4043;
  }

  .el-new__top-title span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    right: 0;
    width: 3px;
    height: 25px;
    background: #3B4043;
  }

  .el-new__top-title p {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3333333333;
    padding-left: 20px;
    margin-top: 20px;
  }

  .el-new__units {
    margin-top: 65px;
  }

  .el-new__unit {
    display: flex;
    align-items: center;
  }

  .el-new__unit + .el-new__unit {
    margin-top: 56px;
  }

  .el-new__img {
    width: 59%;
  }

  .el-new__content {
    width: 41%;
    text-align: center;
    margin-left: 46px;
  }

  .el-new__content-title {
    font-size: 22px;
    letter-spacing: 0.15em;
  }

  .el-new__content-text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 33px;
  }

  .el-new__content-img {
    margin-top: 16px;
  }

  .el-new__items {
    margin-top: 100px;
    max-width: 400px;
  }

  .el-new__product {
    width: 61%;
    max-width: 610px;
    margin: 0 auto;
    margin-top: 61px;
  }

  .el-feature {
    background: #BDE8FC;
    position: relative;
    margin-top: 240px;
    padding-top: 150px;
    margin-bottom: 250px;
    z-index: 100;
  }

  .el-feature::before {
    position: absolute;
    content: "";
    background: url(../img/feature-bg-01.png) center center/contain no-repeat;
    width: 100%;
    height: 18vw;
    left: 0;
    top: -17vw;
  }

  .el-feature::after {
    position: absolute;
    content: "";
    background: url(../img/feautre-bg-02.png) center center/contain no-repeat;
    bottom: -19vw;
    left: 0;
    width: 100vw;
    height: 20vw;
  }

  .el-feature__inner {
    max-width: 925px;
    padding-top: 60px;
  }

  .el-feature__title {
    text-align: center;
  }

  .el-feature__title p:first-child {
    font-size: 34px;
    font-weight: bold;
    color: #0066CC;
  }

  .el-feature__title p:last-child {
    font-size: 42px;
    font-weight: bold;
    color: #0066CC;
  }

  .el-feature__number {
    text-align: center;
    width: 82.5%;
    margin: 0 auto;
  }

  .el-feature__number span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 40px;
  }

  .el-feature__number span:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    background: #3B4043;
  }

  .el-feature__number span::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    background: #3B4043;
  }

  .el-feature__numberWrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 60px;
  }

  .el-feature__numberWrap a {
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #0066CC;
    font-weight: bold;
  }

  .el-feature__numberWrap a::before {
    position: absolute;
    content: "";
    background: url(../img/feature-yellow-bg.png) center center/130% no-repeat;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .el-feature__units {
    margin-top: 60px;
  }

  .el-feature__units--2 {
    margin-top: 100px;
  }

  .el-feature__unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .el-feature__unit + .el-feature__unit {
    margin-top: 60px;
  }

  .el-feature__unit--right {
    flex-direction: row-reverse;
  }

  .el-feature__img {
    width: 445px;
    border-radius: 12px;
  }

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

  .el-feature__img--6::before {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    background: url(../img/feature-06-sub.png) center center/contain no-repeat;
    bottom: -90px;
    right: -90px;
  }

  .el-feature__content {
    width: 400px;
  }

  .el-feature__content-top {
    position: relative;
    height: 70px;
    z-index: 3;
  }

  .el-feature__content-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0066CC;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }

  .el-feature__content-top:before {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/feature-yellow-bg.png) center center/130% no-repeat;
    z-index: -1;
  }

  .el-feature__content-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
  }

  .el-feature__content-text {
    margin-top: 33px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  .el-feature__content-text span {
    display: block;
    font-size: 12px;
    margin-top: 12px;
  }

  .el-feature__box {
    max-width: 100%;
    border-radius: 21px;
    padding-top: 75px;
    padding-bottom: 45px;
    margin-top: 60px;
  }

  .el-feature__items {
    display: flex;
  }

  .el-feature__item {
    background: #fff;
    border-radius: 10px;
    padding: 48px 28px 28px;
    width: calc(50% - 18px);
    display: flex;
    flex-direction: column;
  }

  .el-feature__item + .el-feature__item {
    margin-left: 36px;
  }

  .el-feature__wrap {
    display: flex;
  }

  .el-feature__product {
    width: 150px;
  }

  .el-feature__textWrap {
    width: calc(100% - 150px);
    padding-left: 21px;
  }

  .el-feature__subtitle {
    font-size: 22px;
    font-weight: bold;
  }

  .el-feature__text {
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 1.8;
    margin-top: 10px;
    min-height: 14.4em;
  }

  .el-feature__btn {
    margin-top: 15px;
    max-width: 405px;
  }

  .el-feature__disney {
    margin-top: auto;
  }

  .el-product {
    margin-top: 20vw;
    margin-bottom: 20px;
  }

  .el-product__inner {
    max-width: 750px;
  }

  .el-product__banner {
    width: 670px;
    margin-left: calc(50% - 600px);
    margin: 0 auto;
    margin-top: 100px;
  }

  .el-news__0401 {
    font-size: 17px;
    font-weight: bold;
    padding: 23px 0;
    max-width: 405px;
    margin: 0 auto;
    font-size: 17px;
    color: #0066CC;
    border-top: 1px solid #0066CC;
    border-bottom: 1px solid #0066CC;
    text-align: center;
  }

  .el-play {
    margin-bottom: 132px;
    padding-top: 40px;
  }

  .el-play__text {
    text-align: center;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
  }

  .el-play__subtitle {
    color: #0066CC;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-top: 65px;
  }

  .el-play__subtitle span {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
  }

  .el-play__subtitle span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
    background: #06c;
    height: 66px;
    width: 2px;
  }

  .el-play__subtitle span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    right: 0;
    background: #06c;
    height: 66px;
    width: 2px;
  }

  .el_play__img {
    max-width: 392px;
    margin: 0 auto;
    margin-top: 38px;
  }

  .el_play__img a {
    transition: all 0.3s;
  }
  .el_play__img a:hover {
    opacity: 0.7;
  }

  .el-play__banner {
    max-width: 670px;
    margin: 0 auto;
    margin-top: 93px;
  }

  .el-voice {
    margin-bottom: 88px;
    padding-top: 60px;
  }

  .el-voice__title {
    width: 100%;
  }

  .el-voice__title img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }

  .el-voice__text {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.015em;
    margin-top: 16px;
  }

  .el-voice__banner {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 39px;
    transition: all 0.3s;
  }

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

  .el-voice__banner a {
    display: block;
  }

  .el-voice__banner img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
}
.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 {
    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-items {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .el-items::before {
    display: block;
    content: "";
    padding-top: 87.6923%;
  }

  .el-items img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .el-item {
    width: calc(50% - 7px);
  }

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

  .el-item img:nth-child(2) {
    margin-top: 6px;
  }

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

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

  .el-contents {
    margin-top: 33px;
  }

  .el-contents__inner.el-inner {
    max-width: 360px;
    padding: 0 10px;
  }

  .el-contents__title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .el-contents__items {
    display: block;
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
  }

  .el-contents__item {
    position: relative;
    border: 1px solid #707070;
    border-radius: 73px;
  }

  .el-contents__item + .el-contents__item {
    margin-top: 15px;
  }

  .el-contents__item::before {
    position: absolute;
    content: "";
    background: url(../img/arrow.svg) center center/contain no-repeat;
    width: 15px;
    height: 30px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .el-contents__item a {
    width: calc(100% - 25px);
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 12px 13px;
    border-radius: 73px;
    color: transparent;
  }

  .el-contents__item-img {
    width: 60px;
    height: 60px;
  }

  .el-contents__item-img img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }

  .el-contents__item-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: #3B4043;
    text-align: left;
    letter-spacing: 0.05em;
    margin-left: 18px;
  }

  .el-contents__item-text--wide {
    margin-left: 18px;
  }

  .el-contents__item-text--wide2 {
    margin-left: 18px;
  }

  .el-contents__item-text--wide3 {
    margin-left: 18px;
  }

  .el-top {
    margin-top: 60px;
  }

  .el-top__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .el-top__head {
    text-align: center;
  }

  .el-top__logo {
    margin: 0 auto;
    width: 131px;
    height: auto;
  }

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

  .el-top__head-title {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1.55;
    margin-top: 28px;
  }

  .el-top__head-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 64px;
  }

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

  .el-top__items {
    margin-top: 76px;
  }

  .el-top__item--2 {
    margin-top: 10px;
    z-index: 10;
  }

  .el-top__item--3 {
    position: relative;
    margin-top: 96px;
    height: 150vw;
  }

  .el-top__item--4 {
    position: relative;
    margin-top: 38vw;
    margin-bottom: 160vw;
  }

  .el-top__content {
    text-align: center;
  }

  .el-top__content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }

  .el-top__content--1 {
    position: relative;
    width: 110%;
    margin-left: -5%;
    margin-top: 40px;
    font-size: 17px;
  }

  .el-top__content--1::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-01.png) center center/130% no-repeat;
    width: 250px;
    height: 250px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .el-top__content--2 {
    position: relative;
    font-size: 18px;
  }

  .el-top__content--2::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-02.png) center center/100% no-repeat;
    width: 400px;
    height: 400px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .el-top__content--2 ::after {
    position: absolute;
    content: "";
    background: url(../img/top-bg-02-sub.png) center center/130% no-repeat;
    width: 200px;
    height: 200px;
    top: -200px;
    right: -30px;
    z-index: -1;
  }

  .el-top__content--2 span {
    font-size: 22px;
  }

  .el-top__content--3 {
    position: relative;
    font-size: 18px;
  }

  .el-top__content--3::before {
    position: absolute;
    content: "";
    background: url(../img/top-bg-03.png) center center/100% no-repeat;
    width: 375px;
    height: 375px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .el-top__content--3 span {
    font-size: 22px;
  }

  .el-top__img--1 {
    position: relative;
    width: 101.67%;
    margin-left: -20%;
    margin-top: 170px;
  }

  .el-top__img--1::before {
    position: absolute;
    content: "";
    background: url(../img/top-04-sub.png) center center/contain no-repeat;
    top: -80px;
    right: -120px;
    width: 200px;
    height: 200px;
  }

  .el-top__img--2 {
    position: relative;
    width: 102.93333vw;
    scroll-margin-right: -28vw;
  }

  .el-top__img--2::before {
    position: absolute;
    content: "";
    background: url(../img/top-04-sub.png) center center/140% no-repeat;
    width: 200px;
    height: 200px;
    top: -40px;
    left: -50px;
    z-index: -1;
  }

  .el-top__img--3 {
    position: relative;
    width: 70%;
    margin-left: 16px;
  }

  .el-top__img--3::before {
    position: absolute;
    content: "";
    background: url(../img/top-05-sub.png) center center/140% no-repeat;
    width: 200px;
    height: 200px;
    top: initial;
    bottom: -50px;
    left: initial;
    right: -150px;
    z-index: -1;
  }

  .el-top__img--4 {
    position: absolute;
    width: 100%;
    top: 23rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .el-top__img--sub4 {
    position: absolute;
    width: 110%;
    height: auto;
    top: 23rem;
    left: -10%;
    z-index: -1;
  }

  .el-top__img--subsub4 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 23rem;
    z-index: -2;
  }

  .el-top__img--5 {
    position: absolute;
    width: 90%;
    left: 5%;
    margin-top: 21vw;
  }

  .el-top__img--sub5 {
    position: absolute;
    width: 110%;
    height: auto;
    top: 97px;
    left: -5%;
    z-index: -1;
    margin-top: 21vw;
  }

  .el-top__img--subsub5 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 97px;
    left: 0;
    z-index: -2;
    margin-top: 97px;
  }

  .el-new {
    margin-top: 72px;
  }

  .el-new__top {
    display: flex;
    align-items: center;
  }

  .el-new__top-img {
    width: 90px;
  }

  .el-new__top-title {
    margin-left: 25px;
    margin-top: 15px;
  }

  .el-new__top-title span {
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .el-new__top-title span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
    width: 3px;
    height: 25px;
    background: #3B4043;
  }

  .el-new__top-title span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    right: 0;
    width: 3px;
    height: 25px;
    background: #3B4043;
  }

  .el-new__top-title p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4545454545;
    margin-top: 5px;
  }

  .el-new__units {
    margin-top: 26px;
  }

  .el-new__unit + .el-new__unit {
    margin-top: 89px;
  }

  .el-new__img {
    width: 100%;
    margin-top: 10px;
  }

  .el-new__content {
    width: 100%;
    text-align: center;
  }

  .el-new__content-title {
    font-size: 22px;
    letter-spacing: 0.15em;
    text-align: center;
  }

  .el-new__content-text {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    text-align: left;
    letter-spacing: 0.015em;
  }

  .el-new__items {
    margin-top: 56px;
  }

  .el-new__content-img {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
  }

  .el-new__product {
    margin-top: 16px;
  }

  .el-feature {
    background: #BDE8FC;
    position: relative;
    margin-top: 80px;
    padding-top: 30px;
    margin-bottom: 100px;
    z-index: 100;
  }

  .el-feature::before {
    position: absolute;
    content: "";
    background: url(../img/feature-bg-01.png) center center/contain no-repeat;
    width: 100vw;
    height: 19vw;
    left: 0;
    top: -17vw;
  }

  .el-feature::after {
    position: absolute;
    content: "";
    background: url(../img/feautre-bg-02.png) center center/contain no-repeat;
    bottom: -19vw;
    left: 0;
    width: 100vw;
    height: 21vw;
  }

  .el-feature__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .el-feature__title {
    text-align: center;
  }

  .el-feature__title p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #0066CC;
    letter-spacing: 0.15em;
  }

  .el-feature__title p:last-child {
    font-size: 22px;
    font-weight: bold;
    color: #0066CC;
    margin-top: 10px;
    letter-spacing: 0.15em;
  }

  .el-feature__number {
    text-align: center;
    margin-top: 38px;
  }

  .el-feature__number span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
  }

  .el-feature__number span:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    background: #3B4043;
  }

  .el-feature__number span::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    background: #3B4043;
  }

  .el-feature__numberWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .el-feature__numberWrap a {
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #0066CC;
    font-weight: bold;
    width: 25%;
  }

  .el-feature__numberWrap a:nth-child(n+5) {
    margin-top: 35px;
  }

  .el-feature__numberWrap a::before {
    position: absolute;
    content: "";
    background: url(../img/feature-yellow-bg.png) center center/130% no-repeat;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .el-feature__units {
    margin-top: 60px;
  }

  .el-feature__units--2 {
    margin-top: 45px;
  }

  .el-feature__unit + .el-feature__unit {
    margin-top: 40px;
  }

  .el-feature__unit--right {
    flex-direction: row-reverse;
  }

  .el-feature__img {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
  }

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

  .el-feature__img--6::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: url(../img/feature-06-sub.png) center center/contain no-repeat;
    bottom: -50px;
    right: 10px;
  }

  .el-feature__content {
    width: 100%;
  }

  .el-feature__content-top {
    position: relative;
    height: 70px;
    z-index: 3;
  }

  .el-feature__content-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0066CC;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }

  .el-feature__content-top:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/feature-yellow-bg.png) center center/130% no-repeat;
    z-index: -1;
  }

  .el-feature__content-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 13px;
    width: 110%;
    margin-left: -5%;
  }

  .el-feature__content-text {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 1.6;
  }

  .el-feature__content-text span {
    display: block;
    font-size: 12px;
    margin-top: 12px;
  }

  .el-feature__box {
    margin-top: 30px;
    width: 110%;
    margin-left: -5%;
  }

  .el-feature__items {
    display: block;
  }

  .el-feature__item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: auto;
  }

  .el-feature__item + .el-feature__item {
    margin-left: 0px;
    margin-top: 20px;
  }

  .el-feature__wrap {
    display: block;
  }

  .el-feature__product {
    width: 64.86%;
    margin-left: auto;
  }

  .el-feature__textWrap {
    width: 100%;
  }

  .el-feature__subtitle {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 11px;
  }

  .el-feature__text {
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 1.6;
    margin-top: 13px;
  }

  .el-feature__btn {
    margin-top: 16px;
  }

  .el-feature__disney2 {
    width: 50%;
    max-width: 150px;
    margin-top: 25px;
  }

  .el-product {
    margin-top: 54px;
    margin-bottom: 66px;
  }

  .el-product--1 {
    margin-top: -50px;
  }

  .el-product__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .el-product__banner {
    margin-top: 70px;
    text-align: center;
  }

  .el-product__banner p {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.15em;
  }

  .el-news__0401 {
    font-size: 17px;
    font-weight: bold;
    padding: 23px 0;
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    color: #0066CC;
    border-top: 1px solid #0066CC;
    border-bottom: 1px solid #0066CC;
    text-align: center;
  }

  .el-play {
    margin-bottom: 61px;
  }

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

  .el-play__text {
    text-align: center;
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
  }

  .el-play__subtitle {
    color: #0066CC;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin-top: 54px;
  }

  .el-play__subtitle span {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }

  .el-play__subtitle span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-28deg);
    left: 0;
    background: #06c;
    height: 35px;
    width: 2px;
  }

  .el-play__subtitle span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(28deg);
    right: 0;
    background: #06c;
    height: 35px;
    width: 2px;
  }

  .el_play__img {
    max-width: 392px;
    margin: 0 auto;
    margin-top: 19px;
  }

  .el-play__banner {
    max-width: 670px;
    margin: 0 auto;
    margin-top: 33px;
  }

  .el-voice {
    margin-top: 104px;
    margin-bottom: 67px;
  }

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

  .el-voice__title img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }

  .el-voice__text {
    max-width: 296px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.015em;
    margin-top: 6px;
  }

  .el-voice__banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 29px;
  }

  .el-voice__banner a {
    display: block;
  }

  .el-voice__banner img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */