@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 1440px;
  margin: 0 auto;
}

.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

a,
span {
  display: inline-block;
}

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

a {
  text-decoration: none;
}
a:hover {
  color: #fff;
  opacity: 0.8;
}

p,
h1,
h2,
h3,
h4,
a,
span {
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 375px) {
  .d-375-none {
    display: none;
  }
}

.l-container {
  margin: 0 16px;
  max-width: 1080px;
}
@media screen and (min-width: 992px) {
  .l-container {
    margin: 0 min(10.4685212299vw, 143px);
  }
}
@media screen and (min-width: 1280px) {
  .l-container {
    margin: 0 auto;
  }
}

.m-container {
  margin: 0 33px;
}
@media screen and (max-width: 374px) {
  .m-container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .m-container {
    max-width: 980px;
    margin: 0 min(14.1288433382vw, 193px);
  }
}
@media screen and (min-width: 1280px) {
  .m-container {
    margin: 0 auto;
  }
}

.text-gold {
  color: #bf9e3c;
}

.text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .text {
    font-size: 12px;
  }
}

.cta-sp {
  background-color: #04aa9f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 0;
}
.cta-sp .description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cta-sp .main-text {
  font-size: 20px;
  letter-spacing: 0;
  padding-left: 60px;
  position: relative;
  margin-bottom: 8px;
}
.cta-sp .main-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-calendar.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.section-cta {
  padding: 46px 0 40px;
  background-image: url("../img/cta-bg-sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section-cta {
    padding: 50px 0 48px;
    background-image: url("../img/cta-bg-pc.png");
  }
}
.section-cta .phrase {
  color: #333543;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .section-cta .phrase {
    margin-bottom: 16px;
  }
}
.section-cta .sale {
  color: #333543;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-cta .sale {
    margin-bottom: 14px;
  }
}

.cta-common-container .cta-common {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  width: 325px;
  background-color: #04aa9f;
  border-radius: 32px;
  padding: 13px 0;
  position: relative;
  font-weight: bold;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 374px) {
  .cta-common-container .cta-common {
    width: 300px;
  }
}
.cta-common-container .cta-common:hover .arrow {
  right: 20px;
}
.cta-common-container .cta-common .text-1 {
  font-size: 12px;
  margin-bottom: 8px;
}
.cta-common-container .cta-common .text-2 {
  font-size: 16px;
}
.cta-common-container .cta-common .arrow {
  position: absolute;
  font-size: 16px;
  color: #fff;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}

.top-text {
  background-color: #333543;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .top-text {
    font-size: 14px;
    padding: 10px 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .top-text {
    font-size: 8px;
    padding: 10px 0 8px;
  }
  .top-text-big{
    font-size: 30px;
  }
}

.fv {
  position: relative;
}
.fv .img-headspa-container {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .fv .img-headspa-container {
    margin: 0 auto;
  }
}
.fv .title-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .fv .title-container {
    padding: 0;
  }
}
.fv .title-container .inner {
  padding: 0 4%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv .title-container .inner {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv .title-container .inner {
    margin: 0;
  }
}
.fv .title-container .inner .title {
  width: 172px;
}
@media screen and (min-width: 768px) {
  .fv .title-container .inner .title {
    width: 198px;
  }
}
.fv .title-container .inner .fv-cta-pc {
  background-color: #04aa9f;
  padding: 10px 32px;
}
@media screen and (min-width: 768px) {
  .fv .title-container .inner .fv-cta-pc {
    padding: 16px 34px 18px;
  }
}
.fv .title-container .inner .fv-cta-pc .description {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0;
}
.fv .title-container .inner .fv-cta-pc .main-text {
  font-size: 20px;
  letter-spacing: 0;
  padding-left: 70px;
  position: relative;
}
.fv .title-container .inner .fv-cta-pc .main-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-calendar.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 34px;
  top: 50%;
  transform: translatey(-50%);
}
.fv .text-container {
  position: absolute;
  top: 96px;
  left: 50%;
  width: calc(100% - 32px);
  min-width: 300px;
  transform: translateX(-50%);
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .fv .text-container {
    top: 60px;
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .fv .text-container {
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .fv .text-container {
    top: 84px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .fv .text-container {
    top: 120px;
  }
}
.fv .text-container .img-01 {
  width: 300px;
  margin: 0 auto 5px;
}
@media screen and (min-width: 1024px) {
  .fv .text-container .img-01 {
    width: 520px;
    margin: 0 auto;
  }
}
.fv .text-container .fv-subtitle {
  filter: drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.5));
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 15px;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .fv .text-container .fv-subtitle {
    font-size: 23px;
  }
}
@media screen and (min-width: 992px) {
  .fv .text-container .fv-subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .fv .text-container .fv-subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.fv .text-container .fv-title {
  filter: drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.5));
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 374px) {
  .fv .text-container .fv-title {
    font-size: 31px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .fv .text-container .fv-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .fv .text-container .fv-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .fv .text-container .fv-title {
    font-size: 60px;
  }
}
.fv .img-container {
  position: absolute;
  bottom: 114px;
  left: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
@media screen and (max-width: 374px) {
  .fv .img-container {
    bottom: 65px;
  }
}
@media screen and (min-width: 426px) and (min-width: 767px) {
  .fv .img-container {
    bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .fv .img-container {
    left: min(8.1991215227vw, 112px);
    bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .fv .img-container {
    bottom: min(2.196193265vw, 30px);
  }
}
.fv .img-container .img-02 {
  width: 164px;
  margin-left: 16px;
}
@media screen and (max-width: 374px) {
  .fv .img-container .img-02 {
    width: 140px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .fv .img-container .img-02 {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .fv .img-container .img-02 {
    width: 200px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .fv .img-container .img-02 {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .img-container .img-02 {
    width: 350px;
    margin-left: 145px;
  }
}

.fv-price {
  background-color: #061c43;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 20px 0;
}
.fv-price:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 683px;
  height: 38vw;
  max-height: 262px;
  background-image: url("../img/fv-price-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.fv-price:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 683px;
  height: 38vw;
  max-height: 262px;
  background-image: url("../img/fv-price-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.fv-price .content-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .fv-price .content-container {
    padding: 47px 0;
  }
}
.fv-price .content-container .wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 9px 16px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .fv-price .content-container .wrapper {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .wrapper {
    padding: 9px 10px;
  }
}
.fv-price .content-container .wrapper .inner {
  width: 100%;
  border: #bf9e3c 2px solid;
  padding: 20px 16px 22px;
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .wrapper .inner {
    padding: 40px 16px 26px;
  }
}
.fv-price .content-container .wrapper .inner .text-1 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.fv-price .content-container .wrapper .inner .text-2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 57px;
}
@media screen and (max-width: 374px) {
  .fv-price .content-container .wrapper .inner .text-2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .wrapper .inner .text-2 {
    margin-bottom: 24px;
  }
}
.fv-price .content-container .wrapper .inner .price {
  gap: 16px;
}
.fv-price .content-container .wrapper .inner .price:first-of-type {
  margin-bottom: 20px;
}
.fv-price .content-container .wrapper .inner .price .time {
  background-color: #bf9e3c;
  padding: 24px 8px 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.fv-price .content-container .wrapper .inner .price .time .unit {
  font-size: 20px;
}
.fv-price .content-container .wrapper .inner .price .content .normal {
  font-size: 14px;
  letter-spacing: 0.065em;
  color: #c1c1c1;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .wrapper .inner .price .content .normal {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.fv-price .content-container .wrapper .inner .price .content .special {
  flex-wrap: nowrap;
}
.fv-price .content-container .wrapper .inner .price .content .special .value {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.fv-price .content-container .wrapper .inner .price .content .special .unit p:first-child {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}
.fv-price .content-container .wrapper .inner .price .content .special .unit p:last-child {
  font-size: 24px;
}
.fv-price .content-container .wrapper .inner .price .sale {
  position: relative;
}
.fv-price .content-container .wrapper .inner .price .sale:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  height: 74px;
  background-image: url(../img/price-balloon-15.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -16px;
  top: -45px;
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .wrapper .inner .price .sale:after {
    width: 108px;
    height: 108px;
    right: -100px;
    top: -66px;
  }
}
.fv-price .content-container .cta-common-container {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .fv-price .content-container .cta-common-container {
    margin-top: 52px;
  }
}
.fv-price .content-container .cta-common-container .cta-common {
  width: 336px;
  padding: 13px 0;
}
@media screen and (max-width: 374px) {
  .fv-price .content-container .cta-common-container .cta-common {
    width: 300px;
  }
}
.fv-price .wrapper-hidden {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
  width: 100%;
  max-width: 640px;
  margin: 20px auto 96px;
}
@media screen and (min-width: 425px) {
  .fv-price .wrapper-hidden {
    margin: 20px auto 124px;
  }
}
@media screen and (min-width: 768px) {
  .fv-price .wrapper-hidden {
    margin: 20px auto 96px;
  }
}
.fv-price .wrapper-hidden .inner {
  width: 100%;
  border: #bf9e3c 2px solid;
  padding: 20px 16px;
}
.fv-price .wrapper-hidden .inner .text-1 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
.fv-price .wrapper-hidden .inner .text-2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}
.fv-price .wrapper-hidden .inner .price {
  gap: 16px;
}
.fv-price .wrapper-hidden .inner .price:first-of-type {
  margin-bottom: 18px;
  position: relative;
}
.fv-price .wrapper-hidden .inner .price .time {
  background-color: #bf9e3c;
  padding: 20px 10px 10px;
  font-size: 48px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
.fv-price .wrapper-hidden .inner .price .time .unit {
  font-size: 20px;
}
.fv-price .wrapper-hidden .inner .price .content .normal {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #c1c1c1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .fv-price .wrapper-hidden .inner .price .content .normal {
    font-size: 16px;
  }
}
.fv-price .wrapper-hidden .inner .price .content .special {
  flex-wrap: nowrap;
}
.fv-price .wrapper-hidden .inner .price .content .special .value {
  font-size: 54px;
  letter-spacing: 0.1em;
  gap: 10px;
}
.fv-price .wrapper-hidden .inner .price .content .special .unit p:first-child {
  font-size: 12px;
  margin-bottom: 6px;
}
.fv-price .wrapper-hidden .inner .price .content .special .unit p:last-child {
  font-size: 24px;
}

.intro {
  position: relative;
  background-image: url("../img/intro-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 108px 0 70px;
}
@media screen and (min-width: 768px) {
  .intro {
    background-image: url("../img/intro-bg-pc.png");
    padding: 80px 0 64px;
  }
}
.intro:before {
  position: absolute;
  content: "Dry Head Spa";
  display: inline;
  color: rgba(255, 255, 255, 0.2);
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .intro:before {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 80px;
    top: 44%;
    left: 70px;
    transform: translateX(-50%) rotate(-90deg);
  }
}
@media screen and (min-width: 1080px) {
  .intro:before {
    left: 82px;
  }
}
.intro .title-container {
  margin-bottom: 34px;
}
.intro .title-container .img-decoration {
  width: 300px;
  margin-bottom: -2px;
}
.intro .title-container h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.intro .title-container h2 span {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.intro .title-container h3 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .intro .title-container h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.intro .wrapper {
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .intro .wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .intro .wrapper {
    padding: 0;
  }
}
.intro .wrapper .img-headspa {
  width: 340px;
}
@media screen and (max-width: 340px) {
  .intro .wrapper .img-headspa {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .intro .wrapper .img-headspa {
    width: 340px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .intro .wrapper .img-headspa {
    width: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .intro .wrapper .text-container {
    margin-top: -30px;
  }
}
.intro .wrapper .text-container .text {
  margin-bottom: 28px;
  white-space: nowrap;
}
.intro .wrapper .text-container .text:last-child {
  margin-bottom: 0;
}

.solution {
  background-color: #333543;
  padding: 47px 0 45px;
}
@media screen and (min-width: 768px) {
  .solution {
    padding: 68px 0;
  }
}
.solution .question {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 72px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .solution .question {
    margin: 0 auto 60px;
  }
}
.solution .question:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -35px;
  width: 4px;
  height: 87px;
  background-color: #fff;
  transform: translateY(-50%) skew(13deg);
}
.solution .question:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 4px;
  height: 87px;
  background-color: #fff;
  transform: translateY(-50%) skew(-13deg);
}
.solution .question span {
  color: #f6c774;
  font-size: 32px;
}
.solution .case-container {
  flex-wrap: wrap;
  gap: 36px 32px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .solution .case-container {
    gap: 32px 20px;
    margin-bottom: 69px;
  }
}
@media screen and (min-width: 1280px) {
  .solution .case-container {
    gap: 48px 64px;
  }
}
.solution .case-container .case {
  width: 155px;
}
@media screen and (max-width: 374px) {
  .solution .case-container .case {
    width: 128px;
  }
}
@media screen and (min-width: 768px) {
  .solution .case-container .case {
    width: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .solution .case-container .case {
    width: 310px;
  }
}
.solution .case-container .case .img {
  width: 100%;
  margin: 0 auto 11px;
}
@media screen and (min-width: 768px) {
  .solution .case-container .case .img {
    margin-bottom: 15px;
  }
}
.solution .case-container .case .case-num {
  color: #f6c774;
  font-size: 12px;
  margin-bottom: 7px;
}
@media screen and (min-width: 1280px) {
  .solution .case-container .case .case-num {
    margin-bottom: 15px;
  }
}
.solution .case-container .case .description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  .solution .case-container .case .description {
    font-size: 20px;
  }
}
.solution .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  margin-bottom: 10px;
}
.solution .solution-text {
  font-size: 32px;
  background-color: #bf9e3c;
  padding: 16px 10px;
  display: inline;
  line-height: 2.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 374px) {
  .solution .solution-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution-text {
    padding: 14px 20px 9px;
  }
}
.solution .content-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .solution .content-container {
    flex-direction: row;
    margin-top: 26px;
    gap: 20px;
  }
}
.solution .content-container .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .solution .content-container .img {
    width: 88%;
    max-width: 520px;
  }
}
.solution .content-container .text-container {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .solution .content-container .text-container {
    padding-right: 10px;
  }
}
.solution .content-container .text-container .text {
  margin-bottom: 30px;
}
.solution .content-container .text-container .text:last-child {
  margin-bottom: 0;
}

.section-cta-1 {
  padding: 46px 0 42px;
}
@media screen and (min-width: 768px) {
  .section-cta-1 {
    padding: 44px 0 46px;
  }
}
.section-cta-1 .cta-common-container .cta-common {
  padding: 29px 0;
  letter-spacing: 0;
  border-radius: 37px;
}

.section-cta-2 {
  padding: 44px 0 42px;
}
@media screen and (min-width: 768px) {
  .section-cta-2 {
    padding: 44px 0;
  }
}
.section-cta-2 .cta-common-container .cta-common {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 37px;
}

.section-cta-3 {
  padding: 64px 0 60px;
}
@media screen and (min-width: 768px) {
  .section-cta-3 {
    padding: 68px 0 65px;
  }
}
.section-cta-3 .sale {
  font-size: 24px;
  margin-bottom: 18px;
}
.section-cta-3 .cta-common-container .cta-common {
  padding: 29px 0;
  border-radius: 37px;
}

.section-feature {
  padding: 100px 0 70px;
  background-image: url("../img/feature-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-feature {
    padding: 0 0 100px;
    background-image: url("../img/feature-bg-pc.png");
  }
}
@media screen and (min-width: 992px) {
  .section-feature {
    padding: 0 0 82px;
  }
}
.section-feature:before {
  position: absolute;
  content: "Feature";
  position: absolute;
  display: inline;
  color: rgba(255, 255, 255, 0.1);
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-feature:before {
    top: 24px;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .section-feature:before {
    top: 197px;
    left: -80px;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .section-feature .feature-title-container {
    position: relative;
  }
}
.section-feature .feature-title-container .feature-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 374px) {
  .section-feature .feature-title-container .feature-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-feature .feature-title-container .feature-title {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 12px;
  }
}
.section-feature .feature-title-container .feature-title .subtitle {
  font-size: 16px;
  font-weight: 800;
}
.section-feature .feature-title-container .img {
  width: 100%;
}
.section-feature .feature-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container {
    gap: 0;
  }
}
.section-feature .feature-container .feature {
  width: 100%;
  border: #bf9e3c 2px solid;
  padding: 18px 14px 26px 14px;
  background-color: rgba(0, 0, 0, 0.21);
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container .feature {
    padding: 24px 18px 57px 18px;
    flex: 0 0 50%;
  }
}
.section-feature .feature-container .feature .feature-block-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .section-feature .feature-container .feature .feature-block-title {
    position: relative;
    justify-content: center;
    margin-bottom: 32px;
  }
}
.section-feature .feature-container .feature .feature-block-title .feature-num {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .section-feature .feature-container .feature .feature-block-title .feature-num {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-feature .feature-container .feature .feature-block-title .feature-num {
    width: 72px;
  }
}
@media screen and (min-width: 992px) {
  .section-feature .feature-container .feature .feature-block-title .feature-num {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-feature .feature-container .feature .feature-block-title h3 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .section-feature .feature-container .feature .feature-block-title h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-feature .feature-container .feature .feature-block-title h3 {
    font-size: 20px;
  }
}
.section-feature .feature-container .feature .img {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container .feature .img {
    margin: 0 auto 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-feature .feature-container .feature .img {
    max-width: 300px;
  }
}
.section-feature .feature-container .feature .text-01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container .even {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container .top-row {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .section-feature .feature-container .bottom-row {
    padding: 24px 18px 28px 18px;
  }
}
.section-feature .doctor-comment {
  margin-top: 40px;
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .section-feature .doctor-comment {
    display: flex;
    margin-top: 77px;
    margin-bottom: 64px;
    padding: 0 50px;
  }
}
.section-feature .doctor-comment .img {
  max-width: 311px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .section-feature .doctor-comment .img {
    margin: 0 0 20px;
    max-width: none;
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .section-feature .doctor-comment .comment-container {
    margin-left: 40px;
    flex-grow: 1;
  }
}
.section-feature .doctor-comment .comment-container h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .section-feature .doctor-comment .comment-container h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-feature .doctor-comment .comment-container h3 {
    font-size: 19px;
  }
}
.section-feature .doctor-comment .comment-container .content {
  padding: 15px 0 11px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.section-feature .doctor-comment .comment-container .content p:first-child {
  margin-bottom: 28px;
}
.section-feature .step-container {
  border: 2px solid #bf9e3c;
  background-color: rgba(0, 0, 0, 0.21);
  padding: 32px 0 80px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container {
    padding: 34px 0 45px;
  }
}
.section-feature .step-container h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container h3 {
    margin-bottom: 46px;
  }
}
.section-feature .step-container .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 62px;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container .inner {
    flex-direction: row;
  }
}
.section-feature .step-container .inner .step {
  width: 220px;
  position: relative;
}
.section-feature .step-container .inner .step:last-child:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container .inner .step {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .section-feature .step-container .inner .step {
    width: 278px;
  }
}
.section-feature .step-container .inner .step:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("../img/arrow-white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .section-feature .step-container .inner .step:before {
    bottom: auto;
    left: auto;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
}
.section-feature .step-container .inner .step .text-01 {
  padding: 42px 0 18px;
  background-color: #bf9e3c;
  border-radius: 110px 110px 0 0;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container .inner .step .text-01 {
    padding: 37px 0 18px;
    background-color: #bf9e3c;
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-feature .step-container .inner .step .text-01 {
    padding: 56px 0 18px;
    font-size: 32px;
    border-radius: 139px 139px 0 0;
  }
}
.section-feature .step-container .inner .step .text-01 span {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .section-feature .step-container .inner .step .text-01 span {
    font-size: 20px;
    margin-top: 2px;
  }
}
.section-feature .step-container .inner .step .text-02 {
  padding: 16px 0 32px;
  background-color: #fff;
  border-radius: 0 0 110px 110px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-feature .step-container .inner .step .text-02 {
    padding: 16px 0 27px;
    border-radius: 0 0 100px 100px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .section-feature .step-container .inner .step .text-02 {
    padding: 16px 0 50px;
    font-size: 24px;
    border-radius: 0 0 139px 139px;
  }
}

.section-price {
  position: relative;
}
.section-price:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-price {
    background-image: url("../img/price-bg-pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section-price .section-price-title {
  padding: 77px 0 38px;
}
@media screen and (max-width: 767px) {
  .section-price .section-price-title {
    background-image: url("../img/price-title-bg-sp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .section-price .section-price-title {
    padding: 60px 0 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .section-price-title {
    padding: 85px 0 78px;
  }
}
.section-price .section-price-title span {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-price .section-price-title span {
    margin-bottom: 18px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .section-price-title span {
    margin-bottom: 18px;
  }
}
.section-price .section-price-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-price .section-price-title h2 {
    font-size: 24px;
  }
}
.section-price .content-container {
  padding: 40px 0 0 0;
  background-color: #fff;
  margin: 0 16px;
}
@media screen and (max-width: 374px) {
  .section-price .content-container {
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container {
    background-color: #f5f5f5;
    margin: 0 32px;
  }
}
@media screen and (min-width: 992px) {
  .section-price .content-container {
    max-width: 740px;
    margin: 0 min(14.1288433382vw, 193px);
  }
}
@media screen and (min-width: 1080px) {
  .section-price .content-container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container {
    margin: 0 auto;
  }
}
.section-price .content-container .menu-title {
  font-size: 24px;
  color: #061c43;
  margin-bottom: 40px;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .menu-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .menu-title {
    font-size: 32px;
  }
}
.section-price .content-container .course {
  background-color: rgba(6, 28, 67, 0.8);
  border-radius: 8px;
  padding: 40px 16px;
  max-width: 540px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .course {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .course {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .section-price .content-container .course {
    max-width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .course {
    padding: 40px;
  }
}
.section-price .content-container .course h4 {
  font-size: 20px;
  padding: 18px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .course h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .course h4 {
    font-size: 32px;
  }
}
.section-price .content-container .course .course-subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin: 18px auto 14px;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .course .course-subtitle {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .course .course-subtitle {
    margin: 25px auto 1px;
  }
}
.section-price .content-container .course .description {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .course .description {
    line-height: 2;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-price .content-container .course .description {
    font-size: 12px;
  }
}
.section-price .content-container .course .price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .course .price-container {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .course .price-container {
    gap: 44px;
  }
}
.section-price .content-container .course .price-container .price {
  display: flex;
  align-items: center;
  font-size: 40px;
  gap: 12px;
}
.section-price .content-container .course .price-container .price .sign {
  display: inline-block;
  width: 60px;
  flex-shrink: 0;
  border: #fff solid 1px;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 14px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-price .content-container .course .price-container .price .sign {
    padding: 4px 10px;
  }
}
.section-price .content-container .course .price-container .price .detail .value {
  white-space: nowrap;
  font-size: 40px;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .course .price-container .price .detail .value {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-price .content-container .course .price-container .price .detail .value {
    font-size: 28px;
  }
}
.section-price .content-container .course .price-container .price .detail .value .tax {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-price .content-container .course .price-container .price .detail .value .tax {
    font-size: 12px;
  }
}
.section-price .content-container .course .price-container .price .detail .note {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-price .content-container .course .price-container .price .detail .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-price .content-container .regular-course {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .regular-course {
    padding: 36px 20px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .regular-course {
    padding: 36px 40px 40px;
  }
}
.section-price .content-container .regular-course .description {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .regular-course .description {
    margin-bottom: 16px;
  }
}
.section-price .content-container .regular-course .price-container .first-price .sign {
  color: #e6d647;
  border-color: #e6d647;
}
.section-price .content-container .regular-course .price-container .first-price .detail .value {
  color: #e6d647;
}
.section-price .content-container .regular-course .price-container .first-price .detail .value .tax {
  color: #e6d647;
}
.section-price .content-container .regular-course .price-container .first-price .detail .note {
  color: #e6d647;
  margin-top: 6px;
}
.section-price .content-container .premium-course {
  background-color: #061c43;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .premium-course {
    padding: 36px 20px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .premium-course {
    padding: 36px 40px 40px;
  }
}
.section-price .content-container .premium-course:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("../img/no1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .section-price .content-container .premium-course:before {
    top: 72px;
    left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .section-price .content-container .premium-course:before {
    left: 24px;
  }
}
.section-price .content-container .premium-course .description {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .premium-course .description {
    margin-bottom: 16px;
  }
}
.section-price .content-container .premium-course .price-container .first-price .sign {
  color: #e6d647;
  border-color: #e6d647;
}
.section-price .content-container .premium-course .price-container .first-price .detail .value {
  color: #e6d647;
}
.section-price .content-container .premium-course .price-container .first-price .detail .value .tax {
  color: #e6d647;
}
.section-price .content-container .premium-course .price-container .first-price .detail .note {
  color: #e6d647;
  margin-top: 6px;
}
.section-price .content-container .note {
  font-size: 12px;
  color: #333543;
  margin-top: 20px;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .note {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .note {
    font-size: 14px;
  }
}
.section-price .content-container .optional-menu-container {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .optional-menu-container {
    margin-top: 72px;
  }
}
.section-price .content-container .optional-menu-container .optional-menu-title {
  font-size: 24px;
  color: #333543;
  margin-bottom: 20px;
}
.section-price .content-container .optional-menu-container .optional-menu {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section-price .content-container .optional-menu-container .optional-menu:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .optional-menu-container .optional-menu {
    margin-bottom: 14px;
    padding: 18px 40px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .section-price .content-container .optional-menu-container .optional-menu {
    max-width: 720px;
  }
}
.section-price .content-container .optional-menu-container .optional-menu .content {
  color: #333543;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .optional-menu-container .optional-menu .content {
    font-size: 20px;
  }
}
.section-price .content-container .optional-menu-container .optional-menu .price {
  color: #333543;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .optional-menu-container .optional-menu .price {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .facial-menu-container {
    margin-top: 52px;
  }
}
.section-price .content-container .price-cta {
  padding: 40px 0 20px;
}
.section-price .content-container .price-cta .img {
  width: 108px;
  margin: 0 auto 18px;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .price-cta .img {
    margin: 0 auto 20px;
  }
}
.section-price .content-container .price-cta .comment {
  background-color: #bf9e3c;
  padding: 13px 40px;
  margin: 0 auto 16px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .section-price .content-container .price-cta .comment {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 768px) {
  .section-price .content-container .price-cta .comment {
    padding: 14px 40px;
    font-size: 20px;
    margin: 0 auto 24px;
  }
}
.section-price .content-container .price-cta .description {
  color: #333543;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .section-price .content-container .price-cta .description {
    margin-bottom: 12px;
  }
}
.section-price .content-container .price-cta .cta-common-container .cta-common {
  padding: 28px 0;
  letter-spacing: 0;
  border-radius: 36px;
}
.section-price .content-container .price-cta .additional {
  margin-top: 42px;
  color: #333543;
  font-size: 32px;
}
.section-price .content-container .price-cta .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.section-price .content-container .price-cta .dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background-color: #333543;
  border-radius: 3px;
}

.machine {
  background-image: url("../img/machine-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .machine {
    background-image: url("../img/machine-bg-pc.png");
    padding: 58px 0 94px;
  }
}
.machine h2 {
  font-size: 24px;
  background-color: #bf9e3c;
  padding: 12px 10px;
  display: inline;
  line-height: 2.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .machine h2 {
    font-size: 32px;
    padding: 12px 40px;
  }
}
.machine .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .machine .content-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    margin-top: 84px;
  }
}
.machine .content-container .text-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .machine .content-container .text-container {
    margin-left: 50px;
    margin-top: 4px;
  }
}
.machine .content-container .text-container h3 {
  font-size: 24px;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .machine .content-container .text-container h3 {
    font-size: 20px;
  }
}
.machine .content-container .text-container h3 .text-large {
  font-size: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .machine .content-container .text-container h3 .text-large {
    font-size: 40px;
  }
}
.machine .content-container .text-container .text {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .machine .content-container .text-container .text {
    margin-bottom: 28px;
  }
}
.machine .content-container .text-container ul {
  padding: 22px 16px 28px;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 374px) {
  .machine .content-container .text-container ul {
    padding: 22px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .machine .content-container .text-container ul {
    padding: 22px 16px 20px;
  }
}
.machine .content-container .text-container ul li {
  font-size: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .machine .content-container .text-container ul li {
    font-size: 14px;
  }
}
.machine .content-container .text-container ul li:first-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .machine .content-container .text-container ul li {
    font-size: 20px;
  }
}
.machine .content-container .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .machine .content-container .img {
    flex: 0 0 50%;
  }
}
.machine .machine-cta-container {
  margin-top: 38px;
}
.machine .machine-cta-container .machine-cta {
  background-color: #fff;
  color: #333543;
  padding: 29px 0;
  border-radius: 37px;
}
.machine .machine-cta-container .machine-cta i {
  color: #333543;
}

.access {
  background-color: #061c43;
  padding: 40px 0 114px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .access {
    padding: 60px 0 86px;
  }
}
@media screen and (min-width: 1280px) {
  .access {
    padding: 80px 0 86px;
  }
}
.access .access-title-container {
  text-align: center;
}
.access .access-title-container .en {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .access .access-title-container .en {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .access .access-title-container .en {
    margin-bottom: 0px;
  }
}
.access .access-title-container h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .access .access-title-container h2 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .access .access-title-container h2 {
    font-size: 24px;
  }
}
.access .access-title-container h2 span {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .access .access-title-container h2 span {
    font-size: 14px;
  }
}
.access .access-title-container .subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .access .access-title-container .subtitle {
    font-size: 24px;
    margin-bottom: -8px;
  }
}
.access .table-container {
  padding: 20px 16px 40px;
}
.access .table-container .table {
  background-color: #fff;
  border-radius: 20px;
  max-width: 640px;
  margin: 0 auto;
}
.access .table-container .table tr:first-child th {
  border-radius: 20px 0 0 0;
  padding-top: 34px;
}
.access .table-container .table tr:first-child td {
  border-radius: 0 20px 0 0;
  padding-top: 34px;
}
.access .table-container .table tr:last-child th {
  border-radius: 0 0 0 20px;
  padding-bottom: 32px;
}
.access .table-container .table tr:last-child td {
  border-radius: 0 0 20px 0;
  padding-bottom: 32px;
}
.access .table-container .table tr th {
  color: #333543;
  background-color: #f7f7f7;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2;
  width: 27%;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .access .table-container .table tr th {
    padding-left: 40px;
    padding-bottom: 26px;
  }
}
.access .table-container .table tr td {
  color: #333543;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .access .table-container .table tr td {
    padding-left: 28px;
    padding-bottom: 26px;
  }
}
.access .table-container .table tr td .gmap {
  aspect-ratio: 219/140;
}
@media screen and (min-width: 768px) {
  .access .table-container .table tr td .gmap {
    aspect-ratio: 400/140;
  }
}
.access .table-container .table tr td span {
  color: #333543;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.access .table-container .table tr .space-large {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .access .table-container .table tr .space-large {
    padding-bottom: 24px;
  }
}
.access .cta-common-container .cta-description {
  font-size: 16px;
  margin-bottom: 14px;
}
.access .cta-common-container .cta-common {
  padding: 29px 0;
  border-radius: 37px;
}

.section-faq {
  background-color: #333543;
  padding: 42px 0 60px;
}
@media screen and (min-width: 768px) {
  .section-faq {
    padding: 60px 0 60px;
  }
}
@media screen and (min-width: 1280px) {
  .section-faq {
    padding: 80px 0 60px;
  }
}
.section-faq .faq-title-container {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq-title-container {
    margin-bottom: 36px;
  }
}
.section-faq .faq-title-container .en {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-faq .faq-title-container .en {
    font-size: 48px;
  }
}
.section-faq .faq-title-container h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-faq .faq-title-container h2 {
    font-size: 24px;
  }
}
.section-faq .faq-title-container h2 span {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-faq .faq-title-container h2 span {
    font-size: 14px;
  }
}
.section-faq .faq {
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s all ease;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq {
    border-radius: 10px;
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .section-faq .faq {
    max-width: 809px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .section-faq .faq {
    max-width: 1080px;
    margin: 0 auto 20px;
  }
}
.section-faq .faq .question {
  width: 100%;
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 10px 70px 10px 16px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question {
    padding: 22px 70px 22px 40px;
  }
}
.section-faq .faq .question h3 {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question h3 {
    font-size: 20px;
  }
}
.section-faq .faq .question .icon-closed, .section-faq .faq .question .icon-opened {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/faq-closed.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question .icon-closed, .section-faq .faq .question .icon-opened {
    right: 40px;
  }
}
.section-faq .faq .question .icon-opened {
  background-image: url("../img/faq-opened.png") !important;
}
.section-faq .faq .answer {
  display: none;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 16px 12px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .answer {
    font-size: 14px;
    line-height: 2;
    padding: 0px 60px 30px;
  }
}

.footer {
  background-color: #061c43;
  padding: 40px 0 54px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 16px 36px;
}
@media screen and (min-width: 768px) {
  .footer .inner {
    flex-direction: row;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .footer .inner {
    margin: 0 auto 16px;
  }
}
.footer .inner .logo {
  width: 255px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .inner .logo {
    margin-left: 0;
    margin-right: auto;
  }
}
.footer .inner .btn-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer .inner .btn-container {
    flex-direction: row;
  }
}
.footer .inner .btn-container .footer-cta {
  background-color: #04aa9f;
  padding: 20px 22px;
}
@media screen and (min-width: 768px) {
  .footer .inner .btn-container .footer-cta {
    padding: 20px 10px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .inner .btn-container .footer-cta {
    padding: 20px 24px 20px;
  }
}
.footer .inner .btn-container .footer-cta .description {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer .inner .btn-container .footer-cta .description {
    font-size: 12px;
  }
}
.footer .inner .btn-container .footer-cta .main-text {
  font-size: 16px;
  padding-left: 44px;
  position: relative;
}
.footer .inner .btn-container .footer-cta .main-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-calendar.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 54px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer .inner .btn-container .footer-cta .main-text:before {
    left: 36px;
  }
}
.footer .inner .btn-container .footer-tel {
  border: 1px solid #fff;
  padding: 18px 20px 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer .inner .btn-container .footer-tel {
    padding: 16px 20px 16px;
  }
}
.footer .inner .btn-container .footer-tel div {
  gap: 8px;
  margin-bottom: 12px;
}
.footer .inner .btn-container .footer-tel div i {
  font-size: 20px;
  color: #fff;
}
.footer .inner .btn-container .footer-tel div p {
  font-size: 24px;
  letter-spacing: 0;
}
.footer .inner .btn-container .footer-tel .note {
  font-size: 10px;
  letter-spacing: 0;
}
.footer .copyright {
  border-top: 1px solid #fff;
  padding: 24px 0;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 18px 0 46px;
    margin-top: 14px;
  }
}
.footer .copyright p {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .footer .copyright p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */


/* 追加 */

.section-manga {
  position: relative;
}
.section-manga:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-manga {
    background-image: url("../img/price-bg-pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section-manga .section-manga-title {
  padding: 77px 0 38px;
}
@media screen and (max-width: 767px) {
  .section-manga .section-manga-title {
    background-image: url("../img/price-title-bg-sp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .section-manga .section-manga-title {
    padding: 60px 0 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-manga .section-manga-title {
    padding: 85px 0 78px;
  }
}
.section-manga .section-manga-title span {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-manga .section-manga-title span {
    margin-bottom: 18px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-manga .section-manga-title span {
    margin-bottom: 18px;
  }
}
.section-manga .section-manga-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-manga .section-manga-title h2 {
    font-size: 24px;
  }
}
.section-manga .content-container {
  padding: 40px 0 0 0;
  background-color: #fff;
  margin: 0 16px;
}
@media screen and (max-width: 374px) {
  .section-manga .content-container {
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .section-manga .content-container {
    background-color: #f5f5f5;
    margin: 0 32px;
  }
}
@media screen and (min-width: 992px) {
  .section-manga .content-container {
    max-width: 740px;
    margin: 0 min(14.1288433382vw, 193px);
  }
}
@media screen and (min-width: 1080px) {
  .section-manga .content-container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .section-manga .content-container {
    margin: 0 auto;
  }
}

.section-manga .content-container .text-container {
  padding-bottom: 20px;
}
@media screen and (max-width: 374px) {
  .section-manga .content-container .note {
  }
}
@media screen and (min-width: 768px) {
  .section-manga .content-container .note {
  }
}


.section-manga .content-container .note {
  font-size: 12px;
  color: #333543;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 374px) {
  .section-manga .content-container .note {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .section-manga .content-container .note {
    font-size: 14px;
  }
}
