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

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

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

.el-d-section picture {
  display: block;
}

@media screen and (min-width: 700px) {
  .el-page__content .el-page-content-image-pc {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .el-page__content .el-page-content-image-pc img {
    width: 100%;
    max-width: 100%;
  }
  .el-page__content .el-page-content-image-pc #is-sp {
    display: none;
  }
  .el-page__content .el-page-content-image-pc #is-pc {
    display: block;
  }
  .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;
  }
  #is-sp {
    display: none;
  }
  #is-pc {
    display: block;
  }
  .el-d-section {
    margin-bottom: 0px;
    background-color: white;
  }
  .el-about {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding-top: 95px;
    padding-bottom: 103px;
    background: url(../img/about_bg_pc.png) center top/cover no-repeat;
  }
  .el-about__topText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    border-bottom: 1px solid #383838;
    margin-bottom: 2em;
  }
  .el-about__img {
    max-width: 664px;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
  }
  .el-about__img2 {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    margin-top: 4px;
  }
  .el-about__text {
    font-size: rem(18);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
    line-height: 1.8888888889;
    margin-top: 10px;
  }
  .el-recommend {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .el-content-recommend__inner {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
  .el-content-recommend {
    position: relative;
    margin: 0 auto;
    padding-bottom: 100px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .el-content-recommend__title {
    width: 100%;
    margin-left: 23px;
  }
  .el-content-recommend__title img {
    max-width: none;
    width: 101%;
  }
  .el-content-recommend__arrow {
    width: 76px;
    height: 76px;
    margin: 0 auto;
  }
  .el-content-recommend__arrow img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--four {
    padding-top: 65px;
    padding-bottom: 56px;
    background-color: #00A0CA;
  }
  .el-content-recommend__item--four .el-content-recommend__head {
    width: 34.5%;
    margin: 0 auto;
    margin-bottom: 56px;
  }
  .el-content-recommend__item--four .el-content-recommend__head img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--four .el-content-recommend__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 50% 45.25%;
    gap: 25px;
  }
  .el-content-recommend__item--four .el-content-recommend__body {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    margin-top: 75px;
  }
  .el-content-recommend__item--four .el-content-recommend__text {
    width: 100%;
  }
  .el-content-recommend__item--four .el-content-recommend__body--one .el-content-recommend__text img {
    width: 100%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__body--two .el-content-recommend__text img {
    width: 96.5%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__body--three .el-content-recommend__text img {
    width: 91%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__body--four .el-content-recommend__text img {
    width: 99%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__body--five .el-content-recommend__text img {
    width: 72%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__body--left {
    text-align: left;
  }
  .el-content-recommend__item--four .el-content-recommend__text {
    font-size: 30px;
    font-weight: bold;
    color: #336699;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    font-feature-settings: "palt";
  }
  .el-content-recommend__item--four .el-content-recommend__subtext {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7777777778;
    margin-bottom: 10px;
    margin-left: 36px;
    margin-top: 20px;
  }
  .el-content-recommend__item--four .el-content-recommend__subtext--small {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: -0.015em;
    margin-left: 36px;
  }
  .el-content-recommend__item--four .el-content-recommend__body--right {
    display: flex;
    align-items: center;
  }
  .el-content-recommend__item--four .el-content-recommend__body--right img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__content {
    position: relative;
    background-color: white;
    padding: 82px 55px 48px 5px;
    border-radius: 8px;
  }
  .el-recommend__icon {
    position: absolute;
    width: 103px;
    height: 56px;
    top: 19px;
    left: 23px;
  }
  .el-content-recommend__body--five .el-content-recommend__body--right {
    position: relative;
  }
  .el-content-recommend__body--five .el-content-recommend__body--right::before {
    position: absolute;
    content: "";
    width: 146px;
    height: 146px;
    bottom: -33px;
    right: -40px;
    background: url(../img/mure6.png) center center/contain no-repeat;
  }
  .el-lineup {
    padding-top: 56px;
    padding-bottom: 57px;
    background: linear-gradient(to bottom, white 0%, white 300px, #CDF0FC 100%);
  }
  .el-lineup__inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .el-lineup__package {
    max-width: 676px;
    margin: 0 auto;
  }
  .el-lineup__head {
    margin-top: 70px;
  }
  .el-lineup__head-text {
    max-width: 524px;
    margin: 0 auto;
  }
  .el-lineup__head-img {
    max-width: 465px;
    margin: 0 auto;
    margin-top: 37px;
  }
  .el-lineup__subtitle {
    font-size: 24px;
    color: white;
    background-color: #00A0CA;
    margin-top: 56px;
    text-align: center;
    padding: 8px;
  }
  .el-lineup__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 25px;
    margin-top: 33px;
  }
  .el-lineup__item {
    background-color: white;
    padding: 28px;
    min-height: 340px;
  }
  .el-lineup__item-img {
    width: 126px;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
  }
  .el-lineup__item-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #00A0CA;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 23px;
  }
  .el-lineup__btn {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 32px;
  }
  .el-lineup__btn a {
    background-color: #336699;
    display: inline-block;
    width: 100%;
    padding: 25px;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: white;
    transition: all 0.3s;
    border-radius: 6px;
  }
  .el-lineup__btn a:hover {
    opacity: 0.7;
  }
  .el-d-section--fullWidth__point {
    background: #F6F6F6;
  }
  .el-content-sixth {
    padding-top: 70px;
    padding-bottom: 77px;
    width: 85.93%;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    max-width: 860px;
  }
  .el-content-sixth__title {
    margin: 0 auto;
    margin-bottom: 31px;
    max-width: 309px;
  }
  .el-content-sixth__points {
    display: flex;
    font-size: 24px;
    color: #369;
    justify-content: space-around;
    padding: 6px 0;
    margin-bottom: 38px;
    background-image: url(../img/blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 1;
  }
  .el-content-sixth__point {
    position: relative;
    font-weight: bold;
  }
  .el-content-sixth__point::before {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 5.5px 0 5.5px;
    border-color: #CDF0FC transparent transparent transparent;
    content: "";
  }
  .el-content-sixth__point span {
    font-size: 32px;
  }
  .el-content-sixth__point:nth-child(2)::before {
    border-color: #ADE2F5 transparent transparent transparent;
  }
  .el-content-sixth__point:nth-child(3)::before {
    border-color: #9BDEF6 transparent transparent transparent;
  }
  .el-content-sixth__point:nth-child(4)::before {
    border-color: #BBE5F5 transparent transparent transparent;
  }
  .el-content-sixth__items {
    display: flex;
  }
  .el-content-sixth__item {
    text-align: center;
    width: 25%;
  }
  .el-content-sixth__item--head {
    color: #369;
    font-size: 24px;
    height: 59px;
  }
  .el-content-sixth__item--head img {
    height: 100%;
    width: auto;
    display: inline-block;
  }
  .el-content-sixth__item--img {
    width: 84%;
    max-width: 84%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 39px;
    margin-bottom: 20px;
  }
  .el-content-sixth__item--text {
    font-size: 16px;
    line-height: 1.5;
    width: 84%;
    margin: 0 auto;
    text-align: left;
  }
  .el-content-sixth__video {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 56px;
    padding-top: 56.25%;
  }
  .el-content-sixth__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .el-content-seventh {
    width: 67.1%;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 77.5px;
    padding-bottom: 70px;
  }
  .el-content-seventh__title {
    color: #369;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
  }
  .el-content-seventh__items {
    display: flex;
    flex-wrap: wrap;
  }
  .el-content-seventh__item {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .el-content-seventh__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .el-content-seventh__item:last-child {
    margin-bottom: 77px;
  }
  .el-content-seventh__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .el-content-seventh__text {
    font-weight: 600;
    font-size: 15px;
  }
  .el-c-productDetails2__buttonItem {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
  .el-c-productDetails2__button--buy {
    color: #fff;
    margin-top: 20px;
  }
  .slick-prev {
    left: 25px !important;
    background-image: url(../img/arrow-line-prev.png) !important;
    background-repeat: no-repeat !important;
    width: 11px;
    height: 24px;
    transform: translate(0, 10px);
  }
  .slick-prev::before {
    content: "";
  }
  .slick-next {
    right: 25px !important;
    background-image: url(../img/arrow-line.png) !important;
    background-repeat: no-repeat !important;
    width: 14px;
    height: 24px;
    transform: translate(0, 10px);
  }
  .slick-next::before {
    content: "";
  }
  .el-c-productDetails2__buttonItems {
    width: auto;
  }
  .el-btn {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 32px;
  }
  .el-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    background-color: #00A0CA;
    width: 100%;
    font-size: 20px;
    letter-spacing: -0.03em;
    height: 70px;
  }
}
@media screen and (max-width: 699px) {
  .el-content-recommend__item--one {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .el-d-section {
    margin-bottom: 0px;
  }
  .el-d-section--fullTop {
    background: linear-gradient(#CDF0FC, #fff);
  }
  .el-page__content .el-page-content-image-pc {
    display: none;
  }
  .el-page__content .el-page-content-image-sm {
    display: block;
  }
  #is-sp {
    display: block;
  }
  #is-pc {
    display: none;
  }
  .el-content-first {
    position: relative;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 62px;
    padding-top: 30px;
  }
  .el-content-first .el-content-first__text {
    line-height: 1.625;
    margin-bottom: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.05em;
  }
  .el-content-first .el-content-first__wrap {
    display: flex;
  }
  .el-content-first .el-content-first__content {
    width: 40%;
    margin-right: 10%;
  }
  .el-content-first .el-content-first__img {
    width: 50%;
  }
  .el-d-section--fullBG1 {
    background-image: url(../img/blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    position: relative;
    background-position: left bottom;
  }
  .el-about {
    background: url(../img/about_bg_sp.png) center center/cover no-repeat;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .el-about__topText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    border-bottom: 1px solid #383838;
    margin-bottom: 2em;
  }
  .el-about__text {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.625;
    margin: 0 auto;
    margin-top: 12px;
    max-width: 290px;
  }
  .el-about__img {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .el-content-recommend__inner {
    width: 100%;
  }
  .el-content-recommend__head {
    padding-top: 45px;
    color: #369;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .el-content-recommend__body {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
  .el-content-recommend__img,
.el-content-recommend__img--one,
.el-content-recommend__img--two {
    height: 96px !important;
    width: auto;
    margin-bottom: 0px;
  }
  .el-content-recommend__img img,
.el-content-recommend__img--one img,
.el-content-recommend__img--two img {
    height: 100%;
    max-height: 100%;
  }
  .el-content-recommend__title {
    max-width: 345px;
    margin: 0 auto;
  }
  .el-content-recommend__title img {
    display: block;
    width: 100%;
  }
  .el-content-recommend__arrow {
    width: 31px;
    height: 31px;
  }
  .el-content-recommend__arrow img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--three .el-content-recommend__head,
.el-content-recommend__item--four .el-content-recommend__head {
    width: 85.6%;
    margin: 0 auto;
    margin-bottom: 17px;
  }
  .el-content-recommend__item--three .el-content-recommend__head img,
.el-content-recommend__item--four .el-content-recommend__head img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--three {
    padding-top: 0px;
    padding-bottom: 44px;
  }
  .el-content-recommend__item--three .el-content-recommend__content {
    display: block;
  }
  .el-content-recommend__item--three .el-content-recommend__body {
    display: block;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 32px;
  }
  .el-content-recommend__item--three .el-content-recommend__subtext {
    font-size: 16px;
    font-weight: medium;
    line-height: 1.625;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
  }
  .el-content-recommend__item--three .el-content-recommend__body--left {
    width: 100%;
  }
  .el-content-recommend__item--three .el-content-recommend__body--right {
    width: 100%;
    margin: 0 auto;
  }
  .el-content-recommend__item--three .el-content-recommend__body--right img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--three .el-content-recommend__body--one {
    margin-bottom: 40px;
    padding-bottom: 22px;
    border-bottom: 2px solid #369;
  }
  .el-content-recommend__item--three .el-content-recommend__body--two .el-content-recommend__body--right {
    width: 100%;
  }
  .el-content-recommend__item--three .el-content-recommend__body--two .el-content-recommend__body--left .el-content-recommend__text {
    margin-bottom: 30px;
  }
  .el-content-recommend__text {
    margin-bottom: 15px;
    margin-left: -10px;
  }
  .el-content-recommend__body--one .el-content-recommend__text img {
    width: 95%;
  }
  .el-content-recommend__body--two .el-content-recommend__text img {
    width: 97%;
  }
  .el-content-recommend__body--three .el-content-recommend__text img {
    width: 92%;
  }
  .el-content-recommend__body--four .el-content-recommend__text img {
    width: 97%;
  }
  .el-content-recommend__body--five .el-content-recommend__text img {
    width: 70.5%;
    max-width: unset;
  }
  .el-content-recommend__item--four .el-content-recommend__content {
    position: relative;
    display: block;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 69px;
    padding-bottom: 32px;
    border-radius: 8px;
  }
  .el-content-recommend__item--four .el-recommend__icon {
    position: absolute;
    width: 86px;
    top: 21px;
    left: 15px;
  }
  .el-content-recommend__item--four .el-content-recommend__head {
    width: 65%;
  }
  .el-content-recommend__item--four .el-content-recommend__body {
    display: grid;
    gap: 15px;
    padding-bottom: 48px;
    margin-top: 50px;
  }
  .el-content-recommend__item--four .el-content-recommend__body--left {
    width: 100%;
  }
  .el-content-recommend__item--four .el-content-recommend__wrap {
    display: flex;
    align-items: flex-start;
  }
  .el-content-recommend__item--four .el-content-recommend__point {
    color: #369;
    background: #FFF999;
    border: 2px solid #369;
    border-radius: 8px;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .el-content-recommend__item--four .el-content-recommend__point span {
    font-size: 16px;
  }
  .el-content-recommend__item--four .el-content-recommend__subtext {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 17px;
    letter-spacing: -0.03em;
    text-align: justify;
  }
  .el-content-recommend__item--four .el-content-recommend__subtext--small {
    font-size: 14px;
    letter-spacing: -0.015em;
    margin-bottom: 15px;
    line-height: 1.4285714286;
    margin-top: -10px;
  }
  .el-content-recommend__item--four .el-content-recommend__body--right {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .el-content-recommend__item--four .el-content-recommend__body--right img {
    width: 100%;
    max-width: 100%;
  }
  .el-content-recommend__item--four .el-content-recommend__body--five .el-content-recommend__body--right::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 104px;
    background: url(../img/mure6.png) center center/contain no-repeat;
    right: -20px;
    bottom: -20px;
  }
  .el-d-section--fullBG2 {
    background-color: #00A0CA;
    margin-bottom: 48px;
    padding-top: 34px;
  }
  .el-content-four {
    width: 76%;
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }
  .el-content-four .el-content-recommend__body--right {
    display: block;
  }
  .el-content-four__item--one {
    margin-bottom: 46px;
  }
  .el-content-four__item--one .el-content-four__head {
    width: 76%;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .el-content-four__point {
    font-size: 12px;
    color: #369;
    padding-bottom: 7px;
    margin-bottom: 4px;
    position: relative;
  }
  .el-content-four__point span {
    font-size: 20px;
  }
  .el-content-four__point::after {
    content: "";
    width: 85px;
    height: 5px;
    background-color: #FFF999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .el-content-four__head {
    font-size: 18px;
    color: #369;
    margin-bottom: 18px;
    line-height: 1.7;
    letter-spacing: -0.09em;
  }
  .el-content-four__text {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    line-height: 1.625;
    letter-spacing: -0.02em;
  }
  .el-content-four__img {
    width: 100% !important;
    max-width: 100%;
  }
  .el-content-four__item--two {
    margin-bottom: 46px;
  }
  .el-content-four__item--two .el-content-four__head {
    margin-bottom: 10px;
    width: 100%;
  }
  .el-content-four__text--top,
.el-content-four__text--bottom {
    text-align: left;
  }
  .el-content-four__text--top {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.625;
  }
  .el-content-four__text--bottom {
    font-size: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .el-content-four__item--three .el-content-four__img {
    width: 88%;
    height: auto;
  }
  .el-content-four__item--three .el-content-four__head {
    width: 40%;
    margin-bottom: 18px;
  }
  .el-content-fifth__table-sp {
    display: table;
  }
  .el-content-fifth__table-pc {
    display: none;
  }
  .el-content-fifth__table {
    width: 100%;
    max-width: 100%;
  }
  .table__title {
    background: #369;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 6px 0px;
  }
  .table__item {
    border: 1px solid #369;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 19px 30px;
    border-left: none;
    border-right: none;
  }
  .table__img {
    display: block;
    margin-right: 26px;
    height: 146px;
    width: auto;
  }
  .table__text {
    line-height: 1.5;
    display: inline-block;
    text-align: left;
    width: 203px;
  }
  .table-row-2 .table__item {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .table-row-2 .table__img {
    height: 287px;
    max-height: 287px;
    width: auto;
    margin-bottom: 30px;
  }
  .table-row-3 .table__item {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .table-row-3 .table__img {
    height: 264px;
    max-height: 264px;
    width: auto;
    margin-bottom: 48px;
  }
  .el-d-section--fullWidth__point {
    background: #F6F6F6;
    border-bottom: 2px solid #369;
  }
  .el-content-sixth {
    padding-top: 42px;
    padding-bottom: 42px;
    width: 100%;
    margin: 0 auto;
  }
  .el-content-sixth__title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .el-content-sixth__title img {
    width: 70%;
  }
  .el-content-sixth__slider {
    margin-top: 27px;
  }
  .el-content-sixth__points {
    display: flex;
    font-size: 17px;
    color: #369;
    justify-content: space-around;
    padding: 0px;
    margin-bottom: 36px;
    position: relative;
    background-image: url(../img/blue-bg.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .el-content-sixth__points span {
    font-size: 24px;
  }
  .el-content-sixth__points::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5.5px 0 5.5px;
    border-color: #ADE2F5 transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .el-content-sixth__point {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .el-content-sixth__items {
    display: flex;
  }
  .el-content-sixth__item {
    text-align: center;
    width: 100%;
  }
  .el-content-sixth__item:last-child .el-content-sixth__item--head {
    margin-bottom: 26px;
  }
  .el-content-sixth__item--head {
    color: #369;
    font-size: 20px;
    height: 19px;
    margin-bottom: 27px;
  }
  .el-content-sixth__item--head img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .el-content-sixth__item--img {
    width: 69%;
    max-width: 69%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 16px;
  }
  .el-content-sixth__item--text {
    font-size: 14px;
    text-align: left;
    line-height: 1.8571428571;
    width: 76%;
    margin: 0 auto;
  }
  .el-content-sixth__video {
    position: relative;
    max-width: 345px;
    padding-top: 56.25%;
    margin: 0 auto;
    margin-top: 42px;
  }
  .el-content-sixth__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .el-content-link {
    width: 92%;
    max-width: 346px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .el-d-section--fullBG4 {
    background-color: #ECF6FF;
  }
  .el-content-seventh {
    width: 92%;
    max-width: 346px;
    margin: 0 auto;
    padding-top: 77.5px;
    padding-bottom: 70px;
  }
  .el-content-seventh__title {
    color: #369;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px;
    text-align: center;
  }
  .el-content-seventh__items {
    display: block;
  }
  .el-content-seventh__item {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .el-content-seventh__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .el-content-seventh__item:last-child {
    margin-bottom: 0px;
  }
  .el-content-seventh__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .el-content-seventh__text {
    font-weight: 600;
    font-size: 15px;
  }
  .el-c-productDetails2__buttonItem {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .el-c-productDetails2__button--buy {
    color: #fff;
    padding: 0px 24px;
    max-width: 345px;
    margin-top: 20px;
  }
  .el-lineup {
    background: linear-gradient(to bottom, white 0%, white 245px, #CDF0FC 100%);
    padding-bottom: 42px;
  }
  .el-lineup__package {
    width: 100%;
    max-width: 375px;
    padding: 0 25px;
    margin: 0 auto;
  }
  .el-lineup__head {
    margin-top: 49px;
  }
  .el-lineup__head-text {
    max-width: 198px;
    margin: 0 auto;
  }
  .el-lineup__head-img {
    max-width: 285px;
    margin: 0 auto;
    margin-top: 13px;
  }
  .el-lineup__subtitle {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 42px;
    text-align: center;
    color: white;
    font-size: 20px;
    letter-spacing: 0.06em;
    padding: 10px 0;
    background-color: #00A0CA;
  }
  .el-lineup__items {
    display: grid;
    gap: 14px;
    margin-top: 25px;
  }
  .el-lineup__item {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    height: 170px;
    background-color: white;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .el-lineup__item-img {
    width: 83px;
  }
  .el-lineup__item-img img {
    display: inline-block;
    width: 100%;
  }
  .el-lineup__item-text {
    font-size: 16px;
    font-weight: bold;
    color: #00A0CA;
    line-height: 1.5;
    margin-left: 24.5px;
  }
  .el-lineup__btn {
    display: block;
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .el-lineup__btn a {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: white;
    background-color: #369;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-radius: 6px;
  }
  .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;
  }
  .slide-arrow {
    position: absolute;
    width: 11px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prev-arrow {
    left: 20px;
    background: url(../img/prev.png) center center/contain no-repeat;
  }
  .next-arrow {
    right: 20px;
    background: url(../img/next.png) center center/contain no-repeat;
  }
  .el-c-productDetails2__buttonItems {
    width: auto;
  }
  .el-btn {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .el-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    background-color: #00A0CA;
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.03em;
    height: 63px;
  }
}
.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__buttonItems {
  position: initial;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */