@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #593A32;
  font-size: 14px;
  background: #FCF8F1;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
}

a {
  cursor: pointer;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
a:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

button {
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
button:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.hidden-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-tab {
  display: block;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-tab {
    display: none;
  }
}

.hidden-pc {
  display: block;
}
@media screen and (min-width: 1280px) {
  .hidden-pc {
    display: none;
  }
}

.is-hidden {
  display: none;
}

.c-section__head {
  padding-top: 68px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 42.43px; /* 176.792% */
  letter-spacing: 3px;
  text-align: center;
}

.c-section__head-sub {
  position: relative;
  margin-top: 37px;
  color: #CB0B57;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.64px; /* 118.857% */
  letter-spacing: 3px;
  text-align: center;
}
.c-section__head-sub::after {
  content: "";
  position: absolute;
  width: 129px;
  height: 1px;
  background: #CB0B57;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-accent-text {
  color: #CB0B57;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-cta__button a {
  display: block;
  padding: 14px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.gallery__swiper {
  padding-bottom: 120px;
  padding-right: 0;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 1280px) {
  .gallery__swiper {
    padding-right: 0;
  }
}

.gallery__slide {
  max-width: 315px !important;
  width: 100% !important;
}
@media screen and (min-width: 1280px) {
  .gallery__slide {
    max-width: 400px !important;
  }
}

.gallery__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 64px !important;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #FFF;
  opacity: 1;
}
.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CB0B57;
  width: 12px;
  height: 12px;
}

.gallery__prev,
.gallery__next {
  display: none;
}
.gallery__prev::after,
.gallery__next::after {
  display: none;
}

.gallery__next-arrow {
  display: block;
  width: 100px;
  height: 40px;
  color: #593A32;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.76px;
  margin-top: 235px;
  margin-right: 8%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gallery__next-arrow::after {
  display: none;
}
.gallery__next-arrow:hover {
  opacity: 0.6;
}
.gallery__next-arrow:hover .next-arrow {
  width: 50px;
}

.next-arrow {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-top: 7.1px;
  border-radius: 9999px;
  background-color: #593A32;
  top: -38px;
  right: -45px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.next-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 11px;
  height: 1px;
  border-radius: 9999px;
  background-color: #593A32;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}

.c-products {
  padding: clamp(3.6875rem, 3.03125rem + 1.3671875vw, 4.125rem) 0 clamp(3.75rem, 2.0625rem + 3.515625vw, 4.875rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-products__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.c-products__contents {
  text-align: center;
}
.c-products__contents-head {
  display: inline-block;
  background: #E57D95;
  padding: clamp(0rem, -0.1875rem + 0.390625vw, 0.125rem) clamp(0.3125rem, -0.53125rem + 1.7578125vw, 0.875rem);
  color: #FFF;
  text-align: center;
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.5rem, 1.3125rem + 0.390625vw, 1.625rem);
  letter-spacing: 5.242px;
}
.c-products__contents-logo {
  margin: 11px 0 14px;
}
.c-products__contents-img {
  position: relative;
  width: 254px;
  height: 254px;
  background: #FFF;
  border-radius: 50%;
  margin: 0 auto;
}
.c-products__contents-img img {
  position: absolute;
  max-width: 133px;
  width: 100%;
  top: clamp(0.625rem, 0.15625rem + 0.9765625vw, 0.9375rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-products__contents-img img {
    max-width: 140px;
  }
}
.c-products__contents-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-products__contents-text {
    margin-top: 23px;
  }
}
.c-products__contents-text span {
  position: relative;
  z-index: 10;
}
.c-products__contents-text span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #E57D95;
  z-index: -2;
}
.c-products__button {
  position: relative;
  margin-top: clamp(2.5rem, 1.1875rem + 2.734375vw, 3.375rem);
  display: inline-block;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-products__button-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 1px;
  border-radius: 6px;
  background: #593A32;
}
.c-products__button-icon:nth-of-type(2) {
  width: 16px;
  height: 1px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-products__button-modal {
  padding: 15px clamp(4.1875rem, 3.71875rem + 0.9765625vw, 4.5rem);
  color: #593A32;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2px;
}
.c-products__modal {
  border: none;
  border-radius: 10px;
  max-width: clamp(20.875rem, -9.6875rem + 63.671875vw, 41.25rem);
  width: 100%;
  padding: 14px 25px;
  color: #593A32;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-products__modal-head {
  position: relative;
}
.c-products__modal-head-text {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2px;
}
.c-products__modal-head-text::after {
  content: "";
  position: absolute;
  background: #593A32;
  max-width: 281px;
  width: 100%;
  height: 1px;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-products__modal-close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-products__modal-close {
    top: -5px;
    right: -15px;
  }
}
.c-products__modal-close:hover {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-products__modal-body {
  margin-top: 42px;
  text-align: left;
  font-size: clamp(0.6875rem, 0.21875rem + 0.9765625vw, 1rem);
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -1px;
}
.c-products__modal-body p {
  margin-bottom: 16px;
}
.c-products__modal-body__small, .c-products__modal-body ul {
  font-size: clamp(0.5625rem, 0.09375rem + 0.9765625vw, 0.875rem);
}
.c-products__country {
  padding: 21px 31px 35px;
  margin: 76px auto 0;
  max-width: 800px;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
.c-products__country__swiper {
  padding-bottom: 40px;
}
.c-products__country__swiper-card {
  padding: 19px 33px 10px 24px;
  max-width: 315px;
  height: 505px;
  width: 100%;
  border-radius: 20px;
  margin: 39px 0 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
@media screen and (min-width: 1280px) {
  .c-products__country__swiper-card {
    padding: 19px 24px 10px;
    max-width: 400px;
  }
}
.c-products__country-head {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
.c-products__course {
  margin: 115px auto 15px;
  max-width: 800px;
  width: 100%;
}
.c-products__course input[name=tab_item] {
  display: none;
}
.c-products__course__swiper {
  padding-bottom: 0;
}
.c-products__course-item {
  display: block;
  float: left;
  width: 50%;
  padding: 22px 20px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 4px;
  background: #F2D7DE;
  color: #CB0B57;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-products__course-item:hover {
  opacity: 0.75;
}
.c-products__course-contents {
  height: 487px;
  display: none;
  padding: 25px 40px;
  clear: both;
  overflow: hidden;
  background: #FFF;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #E57D95;
  border-right: 2px solid #E57D95;
  border-left: 2px solid #E57D95;
}
.c-products__course-contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 59px;
}
.c-products__course-contents__box-item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 5.242px;
}
.c-products__course-contents__box-item-course {
  margin-bottom: clamp(0.9375rem, 0.46875rem + 0.9765625vw, 1.25rem);
  color: #CB0B57;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 4px;
}
.c-products__course-contents__box-item-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 3px;
}
.c-products__course-contents__box-item-attention {
  margin-top: 11px;
  margin-bottom: 20px;
  padding: 2px 26px;
  background: #FCF8F1;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}
.c-products__course-contents__box-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.c-products__course-contents__box-item-body .preminx3-img {
  max-width: 99px;
  width: 100%;
}
.c-products__course-contents__box-item-body .preminx1-img {
  max-width: 80px;
  width: 100%;
}
.c-products__course-contents__box-item-body-contents {
  max-width: 327px;
  width: 100%;
  text-align: left;
}
.c-products__course-contents__box-item-body-contents img {
  width: 100%;
}
.c-products__course-contents__box-item-body-contents__button {
  margin-top: 6px;
  border-radius: 30px;
  background: #E57D95;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 274px;
  width: 100%;
  text-align: center;
}
.c-products__course-contents__box-item-body-contents__button a {
  display: block;
  color: #FFF;
  padding: 8px 10px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.28px;
}
.c-products__course-contents__box-item:nth-child(2) {
  position: relative;
}
.c-products__course-contents__box-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #D9D9D9;
  max-width: 741px;
  width: 100%;
  height: 1px;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-products__course-contents__box-item:nth-child(2) .c-products__course-contents__box-item-body {
  gap: 22px;
}
.c-products__course-attention {
  max-width: 315px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: clamp(0.5rem, -0.15625rem + 1.3671875vw, 0.9375rem);
  font-size: 9.912px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 181.589% */
  letter-spacing: 1.456px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-products__course-attention {
    display: block;
  }
}
.c-products__course__swiper-card {
  max-width: 315px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .c-products__course__swiper-card {
    max-width: 400px;
  }
}
.c-products__course__swiper-card-head {
  padding: 22px 10px;
  border-radius: 20px 20px 0px 0px;
  background: #E57D95;
  color: #FFF;
}
.c-products__course__swiper-card-body {
  height: 519px;
  background: #FFF;
  padding: 15px 17px;
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #E57D95;
}
@media screen and (min-width: 1280px) {
  .c-products__course__swiper-card-body {
    height: 600px;
  }
}

.l-footer {
  background: #F6F4F0;
  padding: clamp(1.5625rem, 0.90625rem + 1.3671875vw, 2rem) 0 clamp(1.25rem, 0.3125rem + 1.953125vw, 1.875rem);
  text-align: center;
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-footer__contents-logo img {
  width: 222px;
}
.l-footer__nav {
  margin-top: 32px;
}
.l-footer__nav-list {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.l-footer__nav-list-item {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
.l-footer__nav-list-item:nth-child(1)::after, .l-footer__nav-list-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #593A32;
  width: 1px;
  height: 19px;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__nav-list-item:nth-child(2) {
  padding-left: 36px;
}
.l-footer__nav-list-item:nth-child(2)::after {
  display: none;
}
.l-footer__tel {
  margin-top: clamp(0.875rem, 0.125rem + 1.5625vw, 1.375rem);
}
.l-footer__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 21px;
}
.l-footer__copylight {
  margin-top: 5px;
}
.l-footer__copylight-sp {
  display: block;
  margin-top: 13px;
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
  padding: clamp(0.75rem, -0.375rem + 2.34375vw, 1.5rem) 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.l-header__logo {
  text-align: center;
}
.l-header__links {
  position: relative;
}
.l-header__links-login {
  position: absolute;
  right: 20px;
  top: -30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__links-login {
    right: -9px;
  }
}
.l-header__links-login a p {
  margin-top: clamp(0.1875rem, -0.28125rem + 0.9765625vw, 0.5rem);
  font-size: clamp(0.5rem, 0.21875rem + 0.5859375vw, 0.6875rem);
  font-weight: 500;
}

.header-links {
  position: relative;
}

.l-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.l-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 1280px) {
  .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .l-left {
    background: url(../106_img/left-img.png) no-repeat center center/cover;
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (min-width: 1280px) {
  .l-right {
    width: 50vw;
    overflow-y: auto;
    height: auto;
    overflow-x: hidden;
  }
}

.l-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.l-mv__content {
  padding: clamp(11.25rem, 10.59375rem + 1.3671875vw, 11.6875rem) 0 clamp(11.875rem, 10.65625rem + 2.5390625vw, 12.6875rem);
  text-align: center;
}
.l-mv__content-text {
  font-weight: 600;
  line-height: clamp(1.625rem, 1.0625rem + 1.171875vw, 2rem);
  letter-spacing: 0.7px;
  font-family: "Noto Serif JP", serif;
}
.l-mv__content-style2 {
  padding: clamp(9.75rem, -2.0625rem + 24.609375vw, 17.625rem) 0 clamp(12.5625rem, 12.375rem + 0.390625vw, 12.6875rem);
}
.l-mv__img {
  position: relative;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  max-width: none;
  background: #FFF;
}
.l-mv__img img {
  max-width: 819px;
}
@media screen and (max-width: 767px) {
  .l-mv__img img {
    max-width: 100%;
  }
}

.l-fv {
  position: relative;
  z-index: 5;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", YuMincho, "Noto Serif JP", "MS PMincho", "MS Mincho", serif;
}

.l-fv__wrapper {
  position: relative;
}

.l-fv__wrapper.fv-hidden {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
}

.l-fv__body1 {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-fv__body2 {
  margin-top: 500px;
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-fv__body2 {
    margin-top: 300px;
  }
}

.bg-image-fixed {
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../106_img/mv-img.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 背景を固定 */
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .bg-image-fixed {
    top: -300px;
  }
}

/* iOS用に background-attachment を上書き */
@supports (-webkit-touch-callout: none) {
  .bg-image-fixed {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 500px;
    background-attachment: scroll;
    background: url(../106_img/mv-img.jpg) no-repeat center center/cover;
    margin-top: -300px;
    z-index: -2;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 初期値 */
    will-change: transform;
  }
}
#fv1 {
  background-color: #FCF8F1;
  z-index: 6;
}

#fv2 {
  background-color: #FCF8F1;
}

.p-cta-bg {
  background: url(../106_img/p-cta-main_sp.png) no-repeat center center/cover;
  width: 100vw;
  height: 152vw;
}
@media (min-width: 500px) {
  .p-cta-bg {
    background: url(../106_img/p-cta-main_pc.png) no-repeat center center/cover;
    height: 100vw;
  }
}
@media (min-width: 1000px) {
  .p-cta-bg {
    background: url(../106_img/p-cta-main_tab.png) no-repeat center center/cover;
    height: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta-bg {
    background: url(../106_img/p-cta-main_pc.png) no-repeat center center/cover;
    width: 50vw;
    height: 50vw;
  }
}
.p-cta__head {
  padding-top: 47px;
  text-align: center;
}
.p-cta__head-brown {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-cta__head-pink {
  padding-top: 12px;
  color: #E57D95;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-cta__head-logo {
  padding-top: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 42.43px; /* 235.722% */
  letter-spacing: 3px;
}
.p-cta__contents {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCDCE3), to(#F2E2E5));
  background: linear-gradient(0deg, #FCDCE3 0%, #F2E2E5 100%);
}
.p-cta__contents__inner {
  max-width: 600px;
  margin: 0 auto;
}
.p-cta__contents-img {
  margin-bottom: 26px;
}
.p-cta__contents-buy {
  padding-top: 6px;
}
.p-cta__contents-buy a {
  background: #E57D95;
}
.p-cta__contents-coupon {
  margin-top: 17px;
}
.p-cta__contents-coupon a {
  background: #02C052;
}
.p-cta__contents-sale {
  margin-top: 45px;
}
.p-cta__contents-sale__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-cta__contents-sale__rakuten-button a {
  background: #BF0000;
}
.p-cta__contents-sale__yahoo {
  margin-top: 36px;
}
.p-cta__contents-sale__yahoo-button a {
  background: #FF8401;
}
.p-cta__contents-sale__rakuten-term, .p-cta__contents-sale__yahoo-term {
  margin-top: -10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 42.43px;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
}
.p-cta__contents-sale__rakuten-term span, .p-cta__contents-sale__yahoo-term span {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #BF0000;
  font-weight: 700;
}
.p-cta__contents-sale__rakuten-term::after, .p-cta__contents-sale__yahoo-term::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #FFF;
  z-index: -2;
}
.p-cta__contents-sale__yahoo-term {
  margin-top: -12px;
}
.p-cta__contents-sale__yahoo-term span {
  color: #FF8401;
}
.p-cta__contents-sale__yahoo-term::after {
  height: 24px;
}
.p-cta__contents-infomation {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cta__contents-infomation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-cta__contents-infomation-head {
  width: 100%;
  background: #593A32;
  padding: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: 3px;
}
.p-cta__contents-infomation-body {
  width: 100%;
  color: #593A32;
  background: #FFF;
  padding: 14px 10px 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: 3px;
}
.p-cta__modal {
  border: none;
  padding: 29px 24px 26px;
  text-align: left;
}
.p-cta__modal span {
  padding-bottom: 22px;
  text-align: left;
  color: #593A32;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.p-merit {
  background: #FFF;
  padding-bottom: clamp(3.5rem, -0.625rem + 8.59375vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__inner {
    padding: 0;
  }
}
.p-merit__head-sub {
  margin-top: 24px;
}
.p-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: clamp(3.625rem, -0.78125rem + 9.1796875vw, 6.5625rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.75rem, -0.3125rem + 4.296875vw, 3.125rem);
}
.p-merit__list-item {
  max-width: inherit;
  width: inherit;
}
.p-merit__list-item img {
  position: relative;
  width: 95%;
  right: -5%;
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-merit__list-item img {
    width: 75%;
    right: -25%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-merit__list-item img {
    width: 65%;
    right: -35%;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__list-item img {
    width: 90%;
    right: -10%;
  }
}
.p-merit__list-item-contents {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -23px;
  left: 20px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-merit__list-item-contents {
    padding-left: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-merit__list-item-contents {
    padding-left: 35%;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__list-item-contents {
    padding-left: 10%;
  }
}
.p-merit__list-item-contents-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 42.43px; /* 106.075% */
  letter-spacing: 5.242px;
}
@media screen and (min-width: 1280px) {
  .p-merit__list-item-contents-number {
    font-size: 48px;
  }
}
.p-merit__list-item-contents-head {
  padding: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem) 0 clamp(1rem, -0.21875rem + 2.5390625vw, 1.8125rem);
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 500;
  line-height: 43px; /* 175% */
  letter-spacing: 3px;
}
.p-merit__list-item-contents-text {
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-contents-text-small {
    font-size: 11px;
    line-height: 32px;
  }
}

.p-movie {
  padding-bottom: 79px;
}
.p-movie__head-sub {
  margin-top: 9px;
}
.p-movie__head-sub::after {
  top: 27px;
}
.p-movie__contents {
  padding-top: 41px;
}
.p-movie__contents-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: 1px;
}
.p-movie__iframe {
  padding-top: 48px;
  text-align: center;
}
.p-movie__iframe iframe {
  width: clamp(20.875rem, 2.96875rem + 37.3046875vw, 32.8125rem);
  height: clamp(12.5rem, 1.8125rem + 22.265625vw, 19.625rem);
}

.p-about {
  background: #fff;
  padding-bottom: 50px;
}
.p-about__head {
  padding-top: 50px;
}
.p-about__head-sub {
  margin-top: 12px;
}
.p-about__content {
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  gap: 35px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-about__content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__content {
    max-width: 550px;
    margin: 0 auto;
  }
}
.p-about__content-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}

.p-reason {
  background: #FFEAEE;
  padding-bottom: 31px;
}
.p-reason__inner {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .p-reason__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-reason__head-sub {
  margin-top: 11px;
}
.p-reason__contents-heading {
  padding-top: 46px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 32.76px; /* 234% */
  letter-spacing: 2px;
}
.p-reason__slider {
  padding-top: clamp(2.0625rem, -0.75rem + 5.859375vw, 3.9375rem);
  padding-bottom: clamp(1.9375rem, -1.0625rem + 6.25vw, 3.9375rem);
}
.p-reason__swiper-card {
  background: #FCF8F1;
  border-radius: 20px;
  padding: 30px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCF8F1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 311px;
  height: 430px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .p-reason__swiper-card {
    width: 400px;
  }
}
.p-reason__swiper-card__body {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason__swiper-card__body-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 35.36px; /* 196.444% */
  letter-spacing: 4.16px;
}
.p-reason__swiper-card__body-title span {
  font-weight: 700;
}
.p-reason__swiper-card__body-desc {
  font-size: 13.284px;
  font-weight: 500;
  line-height: 28px; /* 210.774% */
  letter-spacing: 3.12px;
}
@media screen and (min-width: 1280px) {
  .p-reason__swiper-card__body-desc {
    margin-top: 39px;
  }
}

.p-point {
  background: #fff;
  padding-bottom: 55px;
}
.p-point__inner {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .p-point__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-point__head-sub {
  margin-top: 23px;
}
.p-point__contents {
  padding-top: 52px;
}
.p-point__contents-heading {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}
.p-point__swiper {
  padding-bottom: 160px;
}
.p-point__swiper-card {
  padding-top: 39px;
  width: 311px;
}
@media screen and (min-width: 1280px) {
  .p-point__swiper-card {
    width: 400px;
  }
}
.p-point__swiper-card__contennts {
  height: 477px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-point__swiper-card__contennts-head {
  background: #E57D95;
  padding: 12px 10px;
  border-radius: 20px 20px 0px 0px;
}
.p-point__swiper-card__contennts-head-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 32.76px; /* 204.75% */
  letter-spacing: 1px;
  text-align: center;
}
.p-point__swiper-card__contennts-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 8px;
  background: #FCF8F1;
  border-radius: 0px 0px 20px 20px;
  gap: 22px;
}
.p-point__swiper-card__contennts-body-img img {
  width: 177px;
}
.p-point__swiper-card__contennts-body-dec {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.p-point__swiper-card__message {
  padding-top: 31px;
  text-align: center;
}
.p-point__swiper-card__message-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32.76px; /* 204.75% */
  letter-spacing: 1px;
}
.p-point__swiper-card__message-accent {
  display: inline-block;
  background: #E57D95;
  margin-top: clamp(0.375rem, 0.09375rem + 0.5859375vw, 0.5625rem);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32.76px; /* 182% */
  letter-spacing: 1px;
}
.p-point__swiper-card__message-accent2 {
  background: none;
}
.p-point__swiper-card__message-accent2__phrase {
  display: block;
  background: #E57D95;
}
.p-point__swiper-card__message-accent2__phrase:nth-child(2) {
  margin-top: 4px;
}
.p-point__pagination {
  gap: 9px;
}
.p-point__pagination .swiper-pagination-bullet {
  background: #ECD7DC;
}
.p-point__gallery__next-arrow {
  margin-top: 408px;
}

.p-series {
  padding-bottom: 56px;
}
.p-series__head {
  font-size: 24px;
  letter-spacing: 2px;
}
.p-series__contents-heading {
  padding-top: 46px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 5.242px;
}
.p-series__contents-table {
  max-width: 500px;
  width: 100%;
  margin: 36px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  background: #FCF8F1;
  overflow: hidden;
  border-radius: 16px;
}
.p-series__contents-table th, .p-series__contents-table td {
  border: 1px solid #D9D9D9;
  vertical-align: middle;
}
.p-series__contents-table thead {
  color: #FFF;
}
.p-series__contents-table thead th {
  background: #E57D95;
  font-weight: bold;
  padding: 6px 0 2px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2.808px;
}
.p-series__contents-table thead th:nth-child(2) {
  border: none;
  border-top-left-radius: 16px;
}
.p-series__contents-table thead .none-th {
  border: none;
  background: #FCF8F1;
}
.p-series__contents-table tbody {
  background: #FFF;
}
.p-series__contents-table tbody th {
  background: #FFF;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 5.242px;
  height: 78px;
}
.p-series__contents-table tbody th p {
  display: none;
}
.p-series__contents-table tbody .matanity-img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-series__contents-table tbody td {
  width: 178px;
  height: 78px;
}
.p-series__contents-table tbody td p {
  text-align: center;
  font-size: clamp(0.5rem, 0.3125rem + 0.390625vw, 0.625rem);
  font-weight: 500;
  line-height: 13px;
}
.p-series__contents-table tbody .flex-th {
  min-width: 78px;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.p-series__contents-table tbody .flex-th img {
  width: 34px;
}
.p-series__contents-table .border-radius-top-left {
  border-top-left-radius: 16px;
}
.p-series__contents-table .border-radius-bottom-right {
  border-bottom-right-radius: 16px;
}
.p-series__contents-table .border-radius-bottom-left {
  border-bottom-left-radius: 16px;
}
.p-series__contents-table .mark {
  display: inline-block;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 42.43px; /* 163.192% */
  letter-spacing: 3px;
}
.p-series__contents-table .mark--circle {
  color: #CB0B57;
}

.p-energy__detail {
  padding-top: 71px;
  padding-bottom: 68px;
  background: #FFF;
}
.p-energy__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-energy__detail-head-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 42.43px; /* 212.15% */
  letter-spacing: 3px;
  z-index: 10;
}
.p-energy__detail-head-text::after {
  content: "";
  position: absolute;
  background: #E57D95;
  width: 297px;
  height: 29px;
  z-index: -2;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-energy__detail-contents {
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
.p-energy__detail-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
.p-energy__detail-contents__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.125rem, -1.09375rem + 2.5390625vw, 0.9375rem);
  width: clamp(6.75rem, 5.0625rem + 3.515625vw, 7.875rem);
}
.p-energy__detail-contents__list-item-text {
  position: relative;
  text-align: center;
  font-size: clamp(0.75rem, 0.5625rem + 0.390625vw, 0.875rem);
  font-weight: 500;
  line-height: clamp(1.25rem, 1.0625rem + 0.390625vw, 1.375rem);
}
.p-energy__detail-contents__list-item:nth-child(2) .p-energy__detail-contents__list-item-text::after, .p-energy__detail-contents__list-item:nth-child(3) .p-energy__detail-contents__list-item-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: #593A32;
  top: 0;
  left: -17px;
}
.p-energy__data {
  background: #FFEAEE;
  padding: 77px 0 60px;
}
.p-energy__data-contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2.75rem, 0.6875rem + 4.296875vw, 4.125rem);
}
.p-energy__data-contents__top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-energy__data-contents__top-left {
    gap: 20px;
  }
}
.p-energy__data-contents__top-left-head {
  font-size: clamp(0.75rem, 0.5625rem + 0.390625vw, 0.875rem);
  font-weight: 500;
  line-height: clamp(1rem, 0.53125rem + 0.9765625vw, 1.3125rem);
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-energy__data-contents__top-left {
    background: none;
  }
}
.p-energy__data-contents__top-left:nth-child(1)::after {
  position: absolute;
  content: "+";
  color: #CB0B57;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px; /* 37.5% */
  letter-spacing: 1px;
  right: -43px;
  top: 64%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .p-energy__data-contents__top-left:nth-child(1)::after {
    right: -48px;
  }
}
.p-energy__data-contents__top-left-graph {
  position: relative;
}
.p-energy__data-contents__top-left-graph img {
  width: clamp(6.25rem, 4.375rem + 3.90625vw, 7.5rem);
}
.p-energy__data-contents__top-left-graph-text {
  position: absolute;
  font-size: clamp(0.5rem, 0.3125rem + 0.390625vw, 0.625rem);
  font-weight: 500;
  line-height: 10px; /* 125% */
  letter-spacing: 1px;
  left: -35px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-energy__data-contents__top-left-graph-text span {
  font-size: 8px;
}
.p-energy__data-contents__top-left-graph .right-graph {
  left: -14px;
}
.p-energy__data-contents__bottom {
  position: relative;
  width: clamp(20.875rem, 5.3125rem + 32.421875vw, 31.25rem);
  height: clamp(14.5rem, 10.65625rem + 8.0078125vw, 17.0625rem);
  border-radius: 20px;
  background: #FFF;
  margin: 42px auto 0;
  padding: 22px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
.p-energy__data-contents__bottom::after {
  content: "";
  position: absolute;
  background: url(../106_img/arrow_sp.png) no-repeat center center/contain;
  width: 55px;
  height: 28px;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-energy__data-contents__bottom-head {
  color: #CB0B57;
  text-align: center;
  font-size: clamp(0.75rem, 0.375rem + 0.78125vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.125rem, 0.375rem + 1.5625vw, 1.625rem); /* 162.5% */
  letter-spacing: 1px;
}
.p-energy__data-contents__bottom-graph {
  position: relative;
}
.p-energy__data-contents__bottom-graph img {
  width: 157px;
}
.p-energy__data-contents__bottom-graph-text1, .p-energy__data-contents__bottom-graph-text2 {
  position: absolute;
  padding: 4px 4px 3px 6px;
  font-size: clamp(0.5rem, 0.3125rem + 0.390625vw, 0.625rem);
  font-weight: 500;
  line-height: 10px; /* 125% */
  letter-spacing: 1px;
  border-radius: 5px;
  background: #FCF8F1;
}
.p-energy__data-contents__bottom-graph-text1 {
  left: -42px;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-energy__data-contents__bottom-graph-text2 {
  right: -67px;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-products-pink__contents-head {
  background: #E57D95;
}
.p-products-pink__contents-text span::after {
  background: #E57D95;
}
.p-products-pink__country-head {
  color: #E57D95;
}

.p-products-yellow {
  background: #FFF;
}
.p-products-yellow__contents-head {
  background: #ECC100;
}
.p-products-yellow__contents-img {
  background: #FCF8F1;
}
.p-products-yellow__contents-text span::after {
  background: #ECC100;
}
.p-products-yellow__button {
  background: #FCF8F1;
}
.p-products-yellow__modal {
  background: #FCF8F1 !important;
}
.p-products-yellow__country {
  background: #FCF8F1;
}
.p-products-yellow__country__swiper-card {
  padding: 22px 20px 10px 30px;
  background: #FCF8F1;
  height: 456px;
}
@media screen and (min-width: 1280px) {
  .p-products-yellow__country__swiper-card {
    padding: 22px 24px 10px;
  }
}
.p-products-yellow__country-head {
  color: #ECC100;
  margin-bottom: 24px;
}
.p-products-yellow__course-item {
  background: #FEE371;
  color: #F18F13;
}
.p-products-yellow__course-contents {
  border-bottom: 2px solid #ECC100;
  border-right: 2px solid #ECC100;
  border-left: 2px solid #ECC100;
}
.p-products-yellow__course-contents__box {
  border: 2px solid #ECC100;
}
.p-products-yellow__course-contents__box-item-course {
  color: #ECC100;
}
.p-products-yellow__course-contents__box-item-body-contents__button {
  background: #ECC100;
}
.p-products-yellow__course-card-head {
  background: #ECC100;
}

.p-products-yellow__course input:checked + .p-products-yellow__course-item {
  background: #ECC100;
  color: #FFF;
}

.p-products-green__contents-head {
  background: #66B775;
}
.p-products-green__contents-text span::after {
  background: #66B775;
}
.p-products-green__country__swiper-card {
  height: 597px;
}
.p-products-green__country-head {
  color: #66B775;
}
.p-products-green__country-capsule {
  margin: 26px 0 9px;
}
.p-products-green__course-item {
  background: #EAF3D1;
  color: #66B775;
}
.p-products-green__course-card-head {
  background: #66B775;
}
.p-products-green__course-contents {
  border-bottom: 2px solid #66B775;
  border-right: 2px solid #66B775;
  border-left: 2px solid #66B775;
}
.p-products-green__course-contents__box {
  border: 2px solid #66B775;
}
.p-products-green__course-contents__box-item-course {
  color: #66B775;
}
.p-products-green__course-contents__box-item-body-contents__button {
  background: #66B775;
}

.p-products-green__course input:checked + .p-products-green__course-item {
  background: #66B775;
  color: #FFF;
}

.p-select {
  background: #FFF;
  padding-bottom: 16px;
}
.p-select__message {
  margin-top: 39px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}
.p-select__message-bottm {
  margin-top: 32px;
}
.p-select__message-text {
  padding-bottom: 32px;
}
.p-select__message-text:nth-child(3) {
  padding-bottom: 22px;
}
.p-select__features {
  max-width: 500px;
  padding: 36px 18px 52px;
  margin: 0 auto;
  border-radius: 20px;
  background: #F1EFEF;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-select__features {
    max-width: 600px;
    margin: 16px auto;
  }
}
.p-select__features-head {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #593A32;
}
.p-select__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 452px;
  width: 100%;
  margin: 32px auto 0;
  gap: clamp(1.25rem, 0.5rem + 1.5625vw, 1.75rem);
}
.p-select__features-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.3125rem, -0.25rem + 1.171875vw, 0.6875rem);
}
.p-select__features-list-item img {
  margin-top: 5px;
  width: 21px;
  height: 21px;
}
.p-select__features-list-item__text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.p-positive {
  padding-bottom: 44px;
}
.p-positive__features {
  max-width: 500px;
  padding: 27px 18px 34px 12px;
  margin: 28px auto 45px;
  border-radius: 20px;
  background: #FFEAEE;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-positive__features {
    max-width: 600px;
    margin: 45px auto;
  }
}
.p-positive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  gap: clamp(1.25rem, 0.5rem + 1.5625vw, 1.75rem);
}
.p-positive__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6px;
}
.p-positive__list-item img {
  margin-top: 6px;
  width: 21px;
  height: 21px;
}
.p-positive__list-item-text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.p-positive__list-message {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}
.p-positive__list-message-text {
  padding-bottom: 28px;
}

.p-qa {
  background: #FFEAEE;
  padding-bottom: 32px;
}
.p-qa__inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1280px) {
  .p-qa__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-qa__head-sub {
  margin-top: 6px !important;
}
.p-qa__contents {
  margin-top: 54px;
}
@media screen and (min-width: 1280px) {
  .p-qa__swiper-slide {
    max-width: 400px !important;
  }
}
.p-qa__swiper-card {
  height: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  padding: 38px 16px;
}
@media screen and (min-width: 1280px) {
  .p-qa__swiper-card {
    height: 500px;
  }
}
.p-qa__swiper-card-quetion {
  position: relative;
  color: #CB0B57;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: 5.242px;
}
.p-qa__swiper-card-quetion::after {
  content: "";
  position: absolute;
  width: 234px;
  height: 1px;
  background: #CB0B57;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-qa__swiper-card-quetion3::after {
    top: 88px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-qa__swiper-card-quetion3::after {
    top: 88px;
  }
}
.p-qa__swiper-card-answer {
  max-width: 558px;
  width: 100%;
  margin: 57px auto 0;
}
.p-qa__swiper-card-answer-main {
  margin-bottom: 24px;
  color: #367F9F;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2px;
}
.p-qa__swiper-card-answer-dec {
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2px;
}
.p-qa__swiper-card-answer-dec:nth-of-type(3) {
  margin-top: 24px;
}
.p-qa__gallery__next-arrow {
  margin-top: 330px;
}
@media screen and (min-width: 1280px) {
  .p-qa__gallery__next-arrow {
    margin-top: 250px;
  }
}