@charset "UTF-8";
/*-----------------------

        変数

-----------------------*/
:root {
  --baseColor: #646464;
  --base60Color:#a2a2a2;
  --base50Color: #b1b1b1;
  --mainColor: #ea70a6;
  --main80Color: #ee8db8;
  --subColor: #48b68e;
  --sub80Color: #6dc5a5;
  --sub50Color: #a3dac6;
  --sub2Color: #f4b7d2;
  --sub2-10Color: #fef8fa;
  --sub280Color: #fdf4f8;
  --accentColor: #fcf9ed;
  --colorW: #fff;
  --corm: "Cormorant Garamond", serif;
}

.pink {
  color: var(--mainColor);
}

.green {
  color: var(--subColor);
}

/*-----------------------

         COMMON

-----------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: var(--mainColor);
}

a:focus,
a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.flex {
  display: flex;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
  /*サファリのフォームで入力時にズームしないようにする*/
  input, textarea, select {
    font-size: 20px;
    transform: scale(0.8);
  }
  /* ボタンは小さくしないように */
  input[type=submit], input[type=button] {
    font-size: 16px;
    transform: scale(1);
  }
  /* プルダウンは小さくしないように */
  select {
    font-size: 20px;
    transform: scale(1);
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.container,
.wrapper {
  max-width: 136.6rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1369px) {
  .container,
  .wrapper {
    width: 100%;
    padding: 0 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .container,
  .wrapper {
    padding: 0 6%;
  }
}

.corm {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.sec__pb {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 559px) {
  .sec__pb {
    padding-bottom: 10rem;
  }
}
.sec__mb {
  margin-bottom: 24rem;
}
@media only screen and (max-width: 559px) {
  .sec__mb {
    margin-bottom: 12rem;
  }
}

:root {
  --hdr-h: 0px;
}

.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

select::placeholder {
  color: #b6b7b7;
}

input, select, textarea, button, label {
  font-family: inherit !important;
}

.account-page [class^=icon-], [class*=" icon-"] {
  font-family: inherit !important;
  font-size: 0.9em;
}

.top-mv img {
  width: 100vw;
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  padding: 0;
  width: 9.3rem;
  height: 9.3rem;
  right: 2.5rem;
  top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    right: 1rem;
    top: 1rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  right: 2.5rem;
  top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1rem;
    top: 1rem;
  }
}

.close-icon {
  display: none;
}

.drawer-open .close-icon {
  display: block;
}

.drawer-open .open-icon {
  display: none;
}

@media only screen and (max-width: 559px) {
  .close-icon,
  .open-icon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.drawer-hamburger-icon:after {
  background-color: var(--colorW);
  width: 100%;
  width: 3.8rem;
  display: none;
}

.drawer-open .drawer-hamburger-icon:before {
  width: 100%;
  width: 3.8rem;
  display: none;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 3.8rem;
  display: none;
}

.drawer-hamburger-icon:before {
  top: -15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:before {
    top: -7px;
  }
}

.drawer-hamburger-icon:after {
  top: 15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after {
    top: 7px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 1500;
  padding: 2.5rem 3.5rem 3vw;
  background-color: var(--colorW);
}
.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}
.drawer--right .drawer-nav .mypage {
  margin-right: 5vw;
}
.drawer--right .drawer-nav .mypage a {
  color: var(--base50Color);
}
.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}
.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}
.drawer--right .drawer-nav .o-drawer-menu {
  flex-direction: column;
  margin-top: 0;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover {
  /* padding: 2.5rem 0 1rem; */
  position: relative;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul {
  top: 4rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 0 1rem;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li a {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.drawer--right .drawer-nav .o-drawer-menu a {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.o-drawer__wrap {
  padding: 14.5rem 0 6rem;
  width: 1280px;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1440px) {
  .o-drawer__wrap {
    width: 100%;
    padding: 14.5rem 3rem 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__wrap {
    padding: 0;
  }
}
.o-drawer__menu {
  display: flex;
  flex-direction: column;
  color: var(--baseColor);
}
.o-drawer__menu__item {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.o-drawer__menu__item:not(:last-child) {
  margin-bottom: 2rem;
}
.o-drawer__menu__item--second:not(:last-child) {
  margin-bottom: 1rem;
}
.o-drawer__menu__link {
  color: var(--baseColor);
}
.o-drawer__menu__link--second {
  padding: 0;
  font-size: 1.6rem;
  font-size: clamp(1.2rem, calc(1.1029126214rem + 0.2588996764vw), 1.6rem);
  color: var(--baseColor);
  font-weight: 700;
}

.drawer--right .drawer-nav .o-drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}

.drawer--right .drawer-nav .o-drawer-menu.second li:not(:last-child) a {
  margin-bottom: 3rem;
}

.o-drawer__submenu {
  transition: display 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  background: var(--mainColor);
  width: 200%;
  border-radius: 1.3rem;
}
.o-drawer__submenu__item {
  color: var(--colorW);
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.o-drawer__submenu__item:not(:last-child) {
  border-bottom: 1px dashed var(--colorW);
}

.drawer--right .o-drawer__submenu {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  transform: translateX(-50%);
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}
.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.o-drawer-menu-item:hover {
  text-decoration: none;
}

.drawer--right.drawer-open .drawer-nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: 100%;
}

.drawer-open .drawer-nav li a.on + .o-drawer__submenu__item {
  transition: 0.4s;
  visibility: visible;
  opacity: 0.9;
}

.o-drawer__submenu {
  display: none;
  transition: 0.5s;
}

.o-drawer__submenu.active {
  display: block;
  z-index: 600;
  visibility: visible;
  opacity: 1;
}

.o-drawer__menu__item {
  position: relative;
  color: var(--baseColor);
}

li.hover:hover .o-drawer__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--colorW);
  height: 0.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after,
  .drawer--left.drawer-open .drawer-hamburger-icon {
    height: 0.175rem;
  }
}

.o-drawer__info {
  margin-top: 5.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.o-drawer__info .tel {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.o-drawer__info .time {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.o-drawer__info .list {
  margin-bottom: 1.5rem;
}
.o-drawer__info .listitem {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.o-drawer__info .telcaution {
  font-size: 1.6rem;
  line-height: 1;
}

.o-drawer__submenu__link {
  color: var(--colorW);
}

a.js-menu__item__link {
  color: var(--baseColor);
}

@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .flex-c {
    flex-direction: column;
    gap: 2.2rem;
  }
  .drawer--right.drawer-open .drawer-nav {
    padding: 1.2rem 1rem 8rem;
  }
  .o-drawer__flex {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 2.5rem;
    padding-inline: 2rem;
  }
  .o-drawer__flex img {
    width: 100%;
  }
  .o-drawer__wrap {
    padding-inline: 2rem;
    padding-top: 6rem;
  }
  .o-drawer__menu__item {
    padding-bottom: 1rem;
    border-bottom: 1px dashed var(--mainColor);
    text-align: center;
  }
  .o-drawer__menu__link,
  .o-drawer .js-menu__item__link {
    font-size: 1.4rem;
  }
  .o-drawer .o-drawer__menu__item--second {
    line-height: 1;
    text-align: center;
  }
  .o-drawer__submenu__link {
    font-size: 1.4rem;
  }
  .o-drawer__menu--second {
    margin-top: 0;
  }
  .o-drawer__menu__item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  .o-drawer__menu__item--second:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .drawer--right .o-drawer__submenu {
    width: 80%;
    padding: 1rem 2rem 1.5rem;
  }
  .o-drawer__submenu__item {
    padding: 1.5rem 0 0.5rem;
  }
  .o-drawer__submenu__item:last-child {
    padding-bottom: 0;
  }
  .drawer--right .drawer-nav {
    padding: 1.5rem 1rem 3vw;
  }
  .l-hdr__login {
    padding-bottom: 2rem;
    border-bottom: 1px solid;
    margin-bottom: 4rem;
  }
}
.drawer-nav {
  width: 100%;
}

.primary-ttl {
  text-align: center;
  font-size: clamp(3rem, calc(2.4174757282rem + 1.5533980583vw), 5.4rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: -5rem;
  margin-bottom: 2rem;
  z-index: 100;
  position: relative;
  line-height: 1.3;
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    margin-top: -2.5rem;
    margin-bottom: 1rem;
  }
}
.primary-ttl--large {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl--large {
    margin-top: 2rem;
  }
}
.primary-ttl__area {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area {
    margin-bottom: 2rem;
  }
}
.primary-ttl__en {
  text-align: center;
  opacity: 0.15;
  font-family: var(--corm);
  font-size: clamp(4.8rem, calc(3.1009708738rem + 4.5307443366vw), 11.8rem);
  line-height: 1;
  font-weight: 400;
}
.primary-ttl__en--large {
  font-size: clamp(5.4rem, calc(1.686407767rem + 9.9029126214vw), 20.7rem);
  opacity: 0.2;
}
.primary-ttl__img {
  margin-inline: auto;
  display: block;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__img {
    width: 14.7rem;
    height: 1.7rem;
  }
}

.secondary-ttl {
  text-align: center;
  font-size: clamp(3rem, calc(2.4174757282rem + 1.5533980583vw), 5.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: -7rem;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl {
    margin-top: -4rem;
    margin-bottom: 0.5rem;
  }
}
.secondary-ttl__area {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 7.5rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl__area {
    margin-bottom: 3rem;
  }
}
.secondary-ttl__area img {
  width: 29rem;
  height: 17.5rem;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl__area img {
    width: 16rem;
    height: 9.6rem;
  }
}
.secondary-ttl__en {
  text-align: center;
  color: var(--base50Color);
  font-family: var(--corm);
  font-size: clamp(2rem, calc(1.6116504854rem + 1.0355987055vw), 3.6rem);
  letter-spacing: 0.05em;
}
.secondary-ttl__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  z-index: 100;
  text-align: center;
  font-size: 2rem;
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
}
@media only screen and (max-width: 559px) {
  .secondary-ttl__text {
    top: 0.5rem;
  }
}
.secondary-ttl__text span.pink {
  font-size: 2.6rem;
  font-size: clamp(2rem, calc(1.854368932rem + 0.3883495146vw), 2.6rem);
}
.secondary-ttl__text span.small {
  font-size: 1.3rem;
  font-size: clamp(1rem, calc(0.927184466rem + 0.1941747573vw), 1.3rem);
  display: block;
}

.tertiary-ttl {
  text-align: center;
  font-size: clamp(2.4rem, calc(1.9631067961rem + 1.1650485437vw), 4.2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  margin-block: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .tertiary-ttl {
    margin-bottom: 1rem;
  }
}
.tertiary-ttl__area {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .tertiary-ttl__area {
    margin-bottom: 2rem;
  }
}
.tertiary-ttl__en {
  text-align: center;
  color: var(--mainColor);
  font-family: var(--corm);
  font-size: clamp(1.2rem, calc(1.0300970874rem + 0.4530744337vw), 1.9rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .tertiary-ttl__en {
    margin-bottom: 1rem;
  }
}
.tertiary-ttl__img {
  margin-inline: auto;
  display: block;
}
@media only screen and (max-width: 559px) {
  .tertiary-ttl__img--mark {
    width: 3rem;
    height: 1.8rem;
  }
}
.tertiary-ttl__img--border {
  width: 4.9rem;
  height: 0.4rem;
}

.quaternary-ttl {
  font-size: 4.2rem;
  font-size: clamp(2.4rem, calc(1.9631067961rem + 1.1650485437vw), 4.2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--mainColor);
}
.quaternary-ttl span {
  font-size: clamp(1.8rem, calc(1.4601941748rem + 0.9061488673vw), 3.2rem);
}
.quaternary-ttl__area {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .quaternary-ttl__area {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}
.quaternary-ttl__en {
  font-size: clamp(1.3rem, calc(1.0815533981rem + 0.5825242718vw), 2.2rem);
  letter-spacing: 0.05em;
  font-family: var(--corm);
  color: var(--subColor);
}
.quaternary-ttl__en span {
  font-size: clamp(1.8rem, calc(1.4601941748rem + 0.9061488673vw), 3.2rem);
  padding-right: 1rem;
}
@media only screen and (max-width: 559px) {
  .quaternary-ttl__en span {
    padding-right: 0;
  }
}

.primary-ttl__area--course-schedule {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area--course-schedule {
    margin-bottom: 2.5rem;
  }
}

.o-btn {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .o-btn {
    width: 100%;
  }
}
.o-btn__link {
  color: var(--colorW) !important;
  text-decoration: none !important;
  cursor: pointer;
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
  font-weight: 500;
  line-height: 1;
  min-width: 33rem;
  padding-inline: 6rem;
  height: 7rem;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  transition: 0.5s;
}
.o-btn__link--pink {
  background-color: var(--mainColor);
}
.o-btn__link--pink span {
  color: var(--sub2Color);
}
.o-btn__link--green {
  background-color: var(--subColor);
}
.o-btn__link--green span {
  color: var(--sub50Color);
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    min-width: 100%;
    height: 6rem;
  }
}
.o-btn__link span {
  font-family: var(--corm);
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
.o-btn__img {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: 0.5s;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .o-btn__img {
    width: 2rem;
    height: 2rem;
  }
}

.o-card {
  display: grid;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card {
    margin-bottom: 2.5rem;
  }
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: calc((100% - 2rem) / 2) calc((100% - 2rem) / 2);
    gap: 2rem;
  }
}
.o-card__list {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-top: -1.5rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .o-card__list {
    margin-top: -1rem;
    margin-bottom: 0.8rem;
  }
}
.o-card__listitem {
  background-color: var(--sub80Color);
  color: var(--colorW);
  padding: 0.5rem 1.5rem;
  border-radius: calc(infinity * 1px);
  max-width: 19em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: clamp(1.1rem, calc(1.027184466rem + 0.1941747573vw), 1.4rem);
}
@media only screen and (max-width: 559px) {
  .o-card__listitem {
    padding: 0.3rem 1rem;
    max-width: 13em;
    gap: 0.3rem 0.5rem;
  }
}
.o-card__ttl {
  font-size: clamp(1.2rem, calc(1.1029126214rem + 0.2588996764vw), 1.6rem);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1em;
  min-height: 4.6rem;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.o-card__date {
  color: var(--mainColor);
  font-family: var(--corm);
  font-size: clamp(1.2rem, calc(1.0058252427rem + 0.5177993528vw), 2rem);
  line-height: 1;
}
.o-card__img {
  border-radius: 1rem;
  aspect-ratio: 308/176;
  object-fit: cover;
  width: 100%;
}

.o-square__figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div,
.slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div,
.media-slider li div,
.topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next,
.slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before,
.slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure,
.slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img,
.slider2 figure img {
  width: 100%;
  object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

@media only screen and (max-width: 559px) {
  .hero {
    margin-top: var(--hdr-h);
  }
}

@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.slider-container--pc {
  height: 100svw;
  display: block;
}
@media only screen and (max-width: 559px) {
  .slider-container--pc {
    display: none;
  }
}
.slider-container--sp {
  height: 100svh;
  display: none;
}
@media only screen and (max-width: 559px) {
  .slider-container--sp {
    display: block;
  }
}

.slider-wrapper {
  display: grid;
  animation: vertical-animation 30s linear infinite;
}
.slider-wrapper--02 {
  animation-delay: -15s;
  animation: vertical-animation 20s linear infinite;
}
.slider-wrapper--03 {
  animation: vertical-animation 40s linear infinite;
}
.slider-wrapper:last-child {
  position: relative;
}
.slider-wrapper:last-child::after {
  content: "";
  background: url(../img/icon__heart.svg) no-repeat center center/contain;
  width: 6.38rem;
  height: 3.86rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .slider-wrapper:last-child::after {
    width: 3.3rem;
    height: 1.99rem;
    top: -1rem;
  }
}

.item {
  width: 22.8125vw;
  margin: 0 auto 16px;
  list-style-type: none;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .item {
    width: 41.3333333333vw;
    width: 15.5rem;
    margin: 0 auto 5px;
  }
}
.item:not(:last-child)::after {
  content: "";
  background: url(../img/icon__heart.svg) no-repeat center center/contain;
  width: 6.38rem;
  height: 3.86rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .item:not(:last-child)::after {
    width: 3.3rem;
    height: 1.99rem;
    bottom: -1rem;
  }
}
.item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.hero__flex {
  height: calc(100svh - var(--hdr-h));
  align-items: flex-end;
}
@media only screen and (max-width: 559px) {
  .hero__flex {
    height: calc(100svh - var(--hdr-h));
    align-items: flex-start;
  }
}
.hero__slider {
  display: flex;
  gap: 1.5rem;
}

/*
==========================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a, .modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

.modal__content1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px var(--mainColor);
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--mainColor);
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0;
  right: 0;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.o-modal__link {
  cursor: pointer;
}
.o-modal__close {
  cursor: pointer;
}

/*====================================================================
.faq-wrap .accordion
====================================================================*/
.faq-wrap {
  width: 93.8rem;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .faq-wrap {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.faq-wrap .accordion_one .accordion_header {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  display: flex;
  align-items: flex-start;
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #b1b1b1;
  padding-right: 5.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_header {
    padding-bottom: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.faq-wrap .accordion_one .accordion_header:not(:last-child) {
  margin-bottom: 2rem;
}

.faq-wrap .accordion_one .accordion_header::before {
  content: "Q : ";
  position: relative;
  line-height: 1;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box .i_up,
.faq-wrap .accordion_one .accordion_header .i_box .i_diwn {
  transition: 0.5s;
}

.faq-wrap .accordion_one .accordion_header .i_box .i_up {
  display: none;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .i_up {
  display: block;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .i_down {
  display: none;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_header img {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 2rem 4rem;
  background-color: rgba(244, 183, 210, 0.15);
  box-sizing: border-box;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_inner {
    padding: 1.2rem;
  }
}

.faq-wrap .accordion_one .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
}
@media only screen and (max-width: 559px) {
  .faq-wrap .accordion_one .accordion_inner .answer {
    line-height: 1.5;
  }
}

.faq-wrap .accordion_one .accordion_inner .answer::before {
  content: "A : ";
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  top: 0.5rem;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0 2% 5rem;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question::before {
  content: "Q00a0:";
  margin-right: 1rem;
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before,
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:before {
  display: none;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

/*==========
.o-faq {
    max-width: 60rem;
    margin: 0 auto;
}
.o-faq__item {
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    overflow: hidden;
}
.o-faq__question {
    width: 100%;
    padding: 0 1.5rem 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    cursor: pointer;
    text-align: left;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    span {
        display: flex;
        font-size: 1.8rem;
        &::before {
            content: "Q.";
            color: #f36;
            font-size: 3rem;
            margin-right: 1rem;
            position: relative;
            top: -5px;
        }
    }
    &::after {
        content: "＋";
        color: #f36;
        font-size: 3rem;
    }
    &.is-open::after {
        content: "－";
    }
}
.o-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    &__inner {
        display: flex;
        padding: 0 1.5rem 2rem;
        &::before {
            content: "A.";
            color: #f36;
            font-size: 3rem;
            margin-right: 1rem;
        }
    }
}
*/
.faq {
  padding-block: 7.5rem 8rem;
  border-radius: 10rem;
}
@media only screen and (max-width: 559px) {
  .faq {
    border-radius: 3rem;
    padding-block: 3.5rem 5rem;
  }
}
.faq__note {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .faq__note {
    margin-bottom: 3rem;
    line-height: 1.75;
  }
}

.salon-faq {
  background-color: var(--sub2-10Color);
}
.salon-faq .faq-wrap {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .salon-faq .faq-wrap {
    margin-bottom: 3rem;
  }
}

.course-faq {
  background-color: var(--sub2-10Color);
}
.course-faq .faq-wrap {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .course-faq .faq-wrap {
    margin-bottom: 3rem;
  }
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
header {
  padding: 2.5rem 14rem 1.5rem 3.5rem;
}

.hdr-inner {
  justify-content: space-between;
  align-items: flex-start;
}

.navi {
  justify-content: flex-end;
}

p.login img {
  margin-right: 0.5rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  p.login img {
    width: 3rem;
    height: 3rem;
  }
}

header nav {
  margin-top: -5rem;
}

header nav ul > li {
  position: relative;
}

header nav ul > li a {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  color: var(--baseColor);
}

header nav ul > li a span {
  padding-left: 1rem;
}

header nav ul > li a.on {
  color: var(--baseColor);
}

/* カートの表示 ozaki ↓ */
header .right-Area {
  gap: 1.5rem;
}

header .right-Area .cart-area a {
  gap: 1rem;
  align-items: center;
}

header .right-Area .cart-area p {
  background: var(--mainColor);
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.5rem;
  line-height: 1;
}

/* カートの表示 ozaki ↑ */
/*---------ドロワーのアコーディオン調整--------*/
header .linkG {
  position: relative;
  display: flex;
  justify-content: center;
}

.right-Area {
  position: relative;
  overflow: visible; /* ul がはみ出すのを許可 */
  cursor: pointer; /* マウスカーソル */
}

.mypage-list {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 0;
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 100;
  white-space: nowrap; /* 折り返さず横に伸びる */
  width: max-content; /* 中身に応じて広がる */
  min-width: 100%; /* 親と同じ以上にはなるように */
  overflow: visible; /* 子要素のはみ出し許可 */
}

.mypage-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--mainColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

.mypage-item {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
}

.mypage-item a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}

.loginBtn .img-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
}

.mypage.loginBtn.flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 1440px) {
  header nav ul > li a {
    font-size: 1.6rem;
  }
}
.menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}

header nav ul > li a img {
  vertical-align: baseline;
  margin-left: 1rem;
}

header nav ul.sub-menu > li a::after {
  display: none;
}

/*サブメニュー*/
header .flex.navi li {
  position: relative;
}

header .flex.navi li ul.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 9999;
  background: transparent;
  white-space: nowrap;
  width: max-content;
  min-width: 100%;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

header .flex.navi li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 背景の半透明ボックス */
header .flex.navi li ul.sub-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--mainColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

header .flex.navi li ul.sub-menu li {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
  width: 100%;
}

header .flex.navi li ul.sub-menu li:last-child {
  border-bottom: none;
}

header .flex.navi li ul.sub-menu li a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

/* 不要な装飾を無効化 */
header .flex.navi li ul li:first-child {
  border-left: none;
}

header .flex.navi li ul.sub-menu li a::after {
  display: none;
}

header .flex.navi li.current-menu-item ul li::after {
  border-bottom: none;
}

header p.login,
header .mypage.loginBtn p {
  font-size: 1.6rem;
  display: inline-block;
  max-width: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .navi .flex {
  flex-wrap: wrap;
  justify-content: end;
  line-height: 2.1;
  max-width: 72vw;
  margin-top: 0.8vw;
  gap: 4rem;
  color: var(--baseColor);
}

@media screen and (max-width: 1440px) {
  header .navi .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5vw;
    max-width: 100vw;
  }
}
/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  padding: 2rem 11rem 1.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 5rem 0.5rem 1.5rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .l-hdr__inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    align-items: center;
  }
}
.l-hdr__logo {
  width: 16.9270833vw;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 20.7rem;
  }
}
.l-hdr__topcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.l-hdr__topcolumn .mypage p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
}
.l-hdr__cart {
  margin-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart img {
    width: 2.8rem;
    height: 2.6rem;
  }
}
.l-hdr__cart__link {
  display: flex;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1rem, calc(0.854368932rem + 0.3883495146vw), 1.6rem);
  font-weight: 600;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 -1rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart__count {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.5rem -0.5rem 0 -1rem;
  }
}
.l-hdr__navi {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.l-hdr__menu {
  display: flex;
  gap: 0.78125vw;
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) .l-hdr__menu__link::after {
  content: "|";
  padding-left: 0.78125vw;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-hdr__menu__link--ver2 {
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}
.l-hdr__navigroup {
  margin-inline: auto 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
.l-hdr__companygroup {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  .l-hdr__companygroup {
    margin-top: 1rem;
  }
}
.l-hdr__companygroupList {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__companygroupList {
    gap: 0.5rem;
  }
}
.l-hdr__groupname__link {
  font-size: clamp(1.1rem, calc(1.027184466rem + 0.1941747573vw), 1.4rem);
  border: solid 1px;
  border-radius: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__groupname__link {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.drawer-open .l-hdr {
  background: rgb(255, 255, 255);
}

.l-hdr .l-hdr__toparea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--baseColor);
  padding-bottom: 0.5rem;
  margin-block: 2rem 3rem;
}
.l-hdr .l-hdr__toparea .mypage {
  display: flex;
  flex-direction: row;
  border-bottom: none;
  margin-bottom: 0;
  gap: 0.5rem;
  justify-content: center;
}
.l-hdr .l-hdr__toparea .mypage p {
  font-size: 1.4rem;
}
.l-hdr .l-hdr__toparea .mypage-link {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 1rem 1rem 0.5rem;
  color: #fff;
}
.l-hdr ul {
  flex-shrink: 0;
}
.l-hdr ul .mypage-item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
@media only screen and (max-width: 559px) {
  .l-hdr ul .l-hdr__menu__link {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

@media only screen and (max-width: 559px) {
  .hdr {
    padding: 1.2rem 6rem 1.2rem 1rem;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .hdr__contact {
    display: none;
  }
}
.hdr__contactlink {
  background-color: var(--subColor);
  color: var(--colorW);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-radius: calc(infinity * 1px);
  line-height: 1;
  padding: 0.5rem 4.2rem;
}
.hdr__contactlink:hover {
  color: var(--colorW);
}
.hdr__logo {
  width: 52.9rem;
  width: 27.5520833333vw;
  height: 100%;
}
@media only screen and (max-width: 559px) {
  .hdr__logo {
    width: 23.8rem;
  }
}

@media only screen and (max-width: 559px) {
  .hdr-inner.flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 559px) {
  header .mypage.loginBtn p {
    display: none;
  }
}
/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 11rem 0 1.5rem;
  margin-top: 18rem;
  border-top: none;
  background-color: var(--mainColor);
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    margin-top: 9rem;
    padding-top: 7rem;
  }
}

footer .sns-icon-Wrap {
  padding: 5rem 0 7rem;
  gap: 4.5rem;
}

footer .ftr-bottom-Area {
  padding: 5rem 0 2.5rem;
}

footer .ftr-bottom-Area ul {
  margin-bottom: 4rem;
  gap: 4rem;
}

footer .ftr-bottom-Area ul li a {
  color: #fff;
}

footer.main-footer p.copy {
  padding: 2.5rem 0 1.5rem;
}
@media only screen and (max-width: 559px) {
  footer.main-footer p.copy {
    line-height: 1;
  }
}

footer.main-footer p.copy small {
  color: var(--colorW);
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  letter-spacing: 0.1em;
  font-family: var(--corm);
}
@media only screen and (max-width: 559px) {
  footer.main-footer p.copy small {
    line-height: 1;
  }
}

@media only screen and (max-width: 559px) {
  footer.main-footer ul li {
    margin-bottom: 3rem;
  }
}

.ftr-navi ul {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .ftr-navi ul {
    margin-bottom: 5rem;
  }
}

.ftr-navi li {
  display: inline-block;
  padding-inline: 2rem;
  line-height: 1;
}
.ftr-navi li:not(:last-child) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 559px) {
  .ftr-navi li:not(:last-child) {
    border: none;
  }
}

.ftr-navi a {
  text-decoration: none;
  color: var(--colorW);
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1;
}

.ftr-navi i {
  margin-right: 4px; /* アイコンとテキストの間のスペース */
}

.ftr-navi .logo img {
  width: 29rem;
  height: 4.8rem;
}

.hero {
  background: url(../img/bg.webp) no-repeat center center/cover;
  height: calc(100svh - var(--hdr-h));
  overflow: hidden;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 559px) {
  .hero {
    background: url(../img/bg_sp.webp) no-repeat center center/cover;
    height: calc(100svh - var(--hdr-h));
  }
}
.hero__flex {
  display: flex;
  padding-right: 4.5rem;
  padding-right: 2.14375vw;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .hero__flex {
    padding-right: 6%;
    justify-content: flex-end;
    gap: 5rem;
  }
}
.hero__item {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .hero__ttlarea {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 2.5rem;
    margin-top: 3vh;
  }
}
.hero__ttl {
  font-size: 3.3333333333vw;
  letter-spacing: 0.025em;
  line-height: 1.3970588235;
  font-weight: 400;
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    font-size: clamp(2.8rem, 4vh, 3.5rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
  }
}
.hero__ttl span:last-child {
  position: relative;
  top: 2rem;
}
.hero__subttl {
  color: var(--mainColor);
  font-size: 3rem;
  font-size: 1.5625vw;
  letter-spacing: 0.025em;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .hero__subttl {
    font-size: clamp(1.4rem, 2vh, 1.8rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: right;
    margin-bottom: 0;
    position: relative;
    top: 6rem;
  }
}
.hero__visuarea {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .hero__visuarea {
    position: absolute;
    bottom: 0;
    left: -4rem;
  }
}
.hero__visuarea::after {
  content: "";
  background: url(../img/top_mv__text.webp) no-repeat center center/contain;
  width: 55.2rem;
  height: 23.8rem;
  width: 28.75vw;
  height: 12.3958333333vw;
  position: absolute;
  top: -5vw;
  right: -5.5vw;
  z-index: 1000;
}
@media only screen and (max-width: 1369px) {
  .hero__visuarea::after {
    right: -8.5vw;
  }
}
@media only screen and (max-width: 559px) {
  .hero__visuarea::after {
    width: 15rem;
    height: 6.5rem;
    top: -5.5rem;
    right: -10.5rem;
  }
}
.hero__visuarea img {
  width: 31.1rem;
  height: 41.1rem;
  width: 16.1979166667vw;
  height: 21.40625vw;
}
@media only screen and (max-width: 559px) {
  .hero__visuarea img {
    width: 11rem;
    height: 14.6rem;
    width: 18vh;
    height: auto;
    max-width: 16.5rem;
  }
}
.hero__item:first-child {
  padding-left: 13.5rem;
  padding-left: 7.03125vw;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1536px) {
  .hero__item:first-child {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__item:first-child {
    padding-left: 0;
    padding-bottom: 0;
    height: calc(100svh - var(--hdr-h));
  }
}
.hero__slide {
  position: relative;
  height: 79rem;
  overflow: hidden;
  contain: layout paint style;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hero__slide .track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media only screen and (max-width: 559px) {
  .hero__slide .track {
    gap: 0.5rem;
  }
}
.hero__slide .item {
  flex: 0 0 auto;
  position: relative;
}
.hero__slide .item::after {
  content: "";
  background: url(../img/icon__heart.svg) no-repeat center center/contain;
  width: 4.3rem;
  height: 4.2rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .hero__slide .item::after {
    width: 1.5rem;
    height: 1.5rem;
    bottom: -1rem;
  }
}
.hero__slide .item img {
  width: 43.8rem;
  height: 41.8rem;
  display: block;
}
@media only screen and (max-width: 1369px) {
  .hero__slide .item img {
    width: 33.4rem;
    height: 31.9rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__slide .item img {
    width: 15.5rem;
    height: 14.8rem;
  }
}

.catch {
  position: relative;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .catch {
    padding-bottom: 7rem;
  }
}
.catch::after {
  content: "";
  background: url(../img/bg2.svg) no-repeat center center/contain;
  width: 132.7rem;
  height: 131.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .catch::after {
    width: 33rem;
    height: 32.7rem;
  }
}
.catch__wrap {
  padding-top: 14rem;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 559px) {
  .catch__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.catch__ttlarea {
  text-align: center;
  margin-bottom: 6rem;
}
.catch__ttl {
  text-align: center;
  font-size: clamp(3.4rem, calc(3.0116504854rem + 1.0355987055vw), 5rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .catch__ttl {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.catch__ttlimg {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .catch__ttlimg {
    width: 5.7rem;
    height: 3.8rem;
    margin-bottom: 1rem;
  }
}
.catch__ttlen {
  color: var(--mainColor);
  font-family: var(--corm);
  letter-spacing: 0.2em;
  font-size: clamp(1.1rem, calc(0.9786407767rem + 0.3236245955vw), 1.6rem);
  text-align: center;
}
.catch__textarea {
  text-align: center;
}
.catch__textarea p {
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .catch__textarea p {
    text-align: left;
    letter-spacing: 0;
  }
}
.catch__textarea p:not(:last-child) {
  margin-bottom: 4rem;
}

.guide__card {
  gap: 5.5rem;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .guide__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
.guide__card::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/contain;
  width: 100vw;
  height: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .guide__card::before {
    background: url(../img/bg_sp.webp) no-repeat center center/contain;
    width: 35.6rem;
    height: 46rem;
  }
}
.guide__carditem--01 {
  width: calc((100% - 5.5rem) / 2);
  margin-inline: auto;
  margin-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .guide__carditem--01 {
    width: 100%;
  }
}
.guide__carditem--01::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/contain;
  width: 100vw;
  height: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .guide__carditem--01::before {
    background: url(../img/bg_sp.webp) no-repeat center center/contain;
    width: 35.6rem;
    height: 46rem;
  }
}
.guide__carditem--02, .guide__carditem--03 {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .guide__carditem--02::before, .guide__carditem--03::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    pointer-events: none;
    background: url(../img/bg_sp.webp) no-repeat center center/contain;
    width: 35.6rem;
    height: 46rem;
  }
}
.guide__cardttl {
  text-align: center;
  font-size: clamp(2.4rem, calc(1.9631067961rem + 1.1650485437vw), 4.2rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .guide__cardttl {
    margin-bottom: 1.5rem;
  }
}
.guide__cardsubttl {
  font-size: clamp(1.4rem, calc(1.254368932rem + 0.3883495146vw), 2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .guide__cardsubttl {
    margin-bottom: 2rem;
  }
}
.guide__cardtextarea {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .guide__cardtextarea {
    margin-bottom: 3rem;
  }
}
.guide__cardtextarea p {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.guide__cardfigure {
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .guide__cardfigure {
    margin-bottom: 2rem;
  }
}
.guide__cardfigure::after {
  content: "";
  position: absolute;
  right: 3rem;
}
.guide__cardfigure--01::after {
  background: url(../img/top__guide01__text.webp) no-repeat center center/contain;
  width: 14.8rem;
  height: 12.8rem;
  bottom: -1rem;
}
@media only screen and (max-width: 559px) {
  .guide__cardfigure--01::after {
    width: 7.7rem;
    height: 6.5rem;
    bottom: -0.5rem;
    right: 2rem;
  }
}
.guide__cardfigure--02::after {
  background: url(../img/top__guide02__text.webp) no-repeat center center/contain;
  width: 23.6rem;
  height: 15.2rem;
  bottom: -2rem;
}
@media only screen and (max-width: 559px) {
  .guide__cardfigure--02::after {
    width: 12.2rem;
    height: 7.8rem;
  }
}
.guide__cardfigure--03::after {
  background: url(../img/top__guide03__text.webp) no-repeat center center/contain;
  width: 29.4rem;
  height: 15.4rem;
  bottom: -2rem;
}
@media only screen and (max-width: 559px) {
  .guide__cardfigure--03::after {
    width: 12.2rem;
    height: 7.8rem;
  }
}
.guide__cardimg {
  width: 100%;
}

.message {
  position: relative;
}
.message__wrap {
  padding: 20rem 0 7.5rem;
  margin-bottom: 12rem;
  margin-top: -18.5rem;
  width: 100rem;
  margin-inline: auto;
  border-radius: 16.5rem;
  background: linear-gradient(90deg, rgba(255, 179, 179, 0.2) 0%, rgba(242, 245, 176, 0.2) 50%, rgba(202, 249, 207, 0.2) 100%);
  position: relative;
}
@media only screen and (max-width: 559px) {
  .message__wrap {
    width: 100%;
    border-radius: 6rem;
    margin-top: -9rem;
    padding: 10rem 6%;
    margin-bottom: 17rem;
  }
}
.message__wrap::before, .message__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.message__wrap::before {
  background: url(../img/top__message02.webp) no-repeat center center/contain;
  width: 34.6rem;
  height: 83.1rem;
  left: -25rem;
}
@media only screen and (max-width: 1369px) {
  .message__wrap::before {
    left: -15rem;
  }
}
@media only screen and (max-width: 559px) {
  .message__wrap::before {
    display: none;
  }
}
.message__wrap::after {
  background: url(../img/top__message03.webp) no-repeat center center/contain;
  width: 34.8rem;
  height: 89.2rem;
  right: -22rem;
}
@media only screen and (max-width: 1369px) {
  .message__wrap::after {
    right: -15rem;
  }
}
@media only screen and (max-width: 559px) {
  .message__wrap::after {
    display: none;
  }
}
.message__figure {
  text-align: center;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .message__figure img {
    width: 100%;
  }
}
.message__mark {
  display: block;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 559px) {
  .message__mark {
    margin: 0 auto 3rem;
  }
}
.message__ttl {
  color: var(--mainColor);
  font-size: clamp(2.4rem, calc(2.1087378641rem + 0.7766990291vw), 3.6rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .message__ttl {
    margin-bottom: 3.5rem;
  }
}
.message__textarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .message__textarea {
    margin-bottom: 4rem;
  }
}
.message__note {
  text-align: center;
  font-size: 2rem;
  font-size: clamp(1.7rem, calc(1.627184466rem + 0.1941747573vw), 2rem);
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .message__note {
    text-align: left;
  }
}
.message__note span {
  font-size: clamp(2rem, calc(1.9514563107rem + 0.1294498382vw), 2.2rem);
  color: var(--mainColor);
  line-height: 2.1818181818;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .message__note span {
    line-height: 1.5;
  }
}
.message__name {
  font-size: clamp(2.6rem, calc(2.3572815534rem + 0.6472491909vw), 3.6rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .message__name {
    margin-bottom: 4rem;
  }
}
.message__name span {
  font-size: clamp(1.5rem, calc(1.427184466rem + 0.1941747573vw), 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.message__spimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13rem;
  width: 100%;
  text-align: center;
}

.blog-list {
  padding-bottom: 6rem;
}

.instructors {
  position: relative;
  padding-bottom: 12rem;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 559px) {
  .instructors {
    padding-bottom: 15rem;
    margin-bottom: -2.5rem;
  }
}
.instructors::before {
  content: "";
  background: var(--accentColor);
  width: 100%;
  height: calc(100% - 12rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 30rem;
  z-index: -100;
}
@media only screen and (max-width: 559px) {
  .instructors::before {
    border-radius: 6.5rem;
    bottom: inherit;
    top: 3.5rem;
  }
}
.instructors__flexwrap {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .instructors__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.instructors__flex:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .instructors__flex:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .instructors .o-flex__item {
    width: 100%;
  }
}
.instructors__figure {
  position: relative;
}
.instructors__figure::after {
  content: "";
  background: url(../img/top__instructors__text.webp) no-repeat center center/contain;
  width: 20rem;
  height: 11rem;
  position: absolute;
  bottom: 2rem;
  right: 7rem;
}
@media only screen and (max-width: 559px) {
  .instructors__figure::after {
    width: 10.4rem;
    height: 5.7rem;
    right: 5rem;
  }
}
.instructors__figure img {
  width: 100%;
}
.instructors__role {
  padding-top: 2.5rem;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .instructors__role {
    padding-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.instructors__name {
  font-size: clamp(3.1rem, calc(2.8330097087rem + 0.71197411vw), 4.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .instructors__name {
    text-align: center;
  }
}
.instructors__name span {
  font-size: clamp(1.5rem, calc(1.3786407767rem + 0.3236245955vw), 2rem);
  font-family: var(--corm);
  letter-spacing: 0.2em;
}
.instructors__textarea {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .instructors__textarea {
    margin-bottom: 2.5rem;
  }
}
.instructors__course {
  background-color: var(--sub80Color);
  color: var(--colorW);
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  line-height: 1;
  width: fit-content;
  padding: 0.6rem 2rem;
  border-radius: calc(infinity * 1px);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .instructors__course {
    margin: 0 auto 1.5rem;
  }
}
.instructors__note {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .instructors__note {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 559px) {
  .instructors__note--2 {
    text-align: center;
  }
}

.alumni {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 559px) {
  .alumni {
    margin-bottom: 6rem;
  }
}
.alumni__flex {
  margin-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .alumni__flex {
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 4rem;
  }
}
.alumni__flex::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/contain;
  width: 100vw;
  height: 80rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .alumni__flex::before {
    display: none;
  }
}
.alumni .o-flex__item {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .alumni .o-flex__item {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .alumni .o-flex__item::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    pointer-events: none;
    background: url(../img/bg_sp.webp) no-repeat center center/contain;
    width: 35.6rem;
    height: 46rem;
  }
}
.alumni__figure {
  margin-bottom: 2.5rem;
  text-align: center;
}
.alumni__figure img {
  width: 100%;
}
.alumni__name {
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: clamp(2.4rem, calc(1.9631067961rem + 1.1650485437vw), 4.2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .alumni__name {
    margin-bottom: 1.5rem;
  }
}
.alumni__name span {
  font-size: clamp(1.6rem, calc(1.3087378641rem + 0.7766990291vw), 2.8rem);
}
.alumni__nameen {
  line-height: 1;
  margin-bottom: 3rem;
  color: var(--sub80Color);
  font-family: var(--corm);
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.4rem, calc(1.2058252427rem + 0.5177993528vw), 2.2rem);
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .alumni__nameen {
    margin-bottom: 2rem;
  }
}
.alumni__role {
  margin-bottom: 4rem;
  line-height: 1;
  text-align: center;
  font-size: clamp(1.4rem, calc(1.254368932rem + 0.3883495146vw), 2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .alumni__role {
    margin-bottom: 3rem;
  }
}
.alumni__subttl {
  background-color: var(--sub80Color);
  color: var(--colorW);
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  line-height: 1;
  width: fit-content;
  padding: 0.6rem 2rem;
  border-radius: calc(infinity * 1px);
  margin-bottom: 2.5rem;
  margin-inline: auto;
}
.alumni__textarea {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .alumni__textarea {
    margin-bottom: 3rem;
    line-height: 2;
  }
}
.alumni__note {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.alumni__book {
  text-align: center;
}

.visu {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .visu {
    margin-bottom: 3rem;
  }
}
.visu__figure {
  text-align: center;
}

.voice {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .voice {
    margin-bottom: 6rem;
  }
}
.voice__ttlarea {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .voice__ttlarea {
    margin-bottom: 2.5rem;
  }
}
.voice .o-card {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .voice .o-card {
    gap: 2rem 2.5rem;
  }
}
.voice .o-card::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/contain;
  width: 100vw;
  height: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.voice .o-card__listitem {
  background-color: var(--main80Color);
}
.voice .o-card__date {
  color: var(--subColor);
}

.news-list {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .news-list {
    padding-bottom: 8rem;
  }
}

.top-faq {
  background-color: var(--accentColor);
}

/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*header*/
.content-header {
  margin-bottom: 12rem;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/under__mv.webp) no-repeat center center/contain;
  padding: 0;
  min-height: 19.4270833333vw;
}
@media only screen and (max-width: 559px) {
  .content-header {
    margin-bottom: 6rem;
    background: url(../img/under__mv_sp.webp) no-repeat center center/contain;
    min-height: 14.3rem;
    margin-top: var(--hdr-h);
  }
}

.page-header {
  border-bottom: none;
  font-size: clamp(2.4rem, calc(1.7203883495rem + 1.8122977346vw), 5.2rem);
  font-weight: 400;
  max-width: 132.6rem;
  margin-inline: auto;
  padding-inline: 1vw;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-height: 19.4270833333vw;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .page-header {
    max-width: 88%;
    gap: 1.5rem;
    min-height: 14.3rem;
  }
}
.page-header span {
  font-size: clamp(1.4rem, calc(1.0116504854rem + 1.0355987055vw), 3rem);
  color: var(--mainColor);
  font-family: var(--corm);
  letter-spacing: 0.05em;
}

.login-required {
  font-size: 1.6rem;
}

.sns-detail {
  /* margin-top: -11rem; */
  margin-top: -8rem;
  margin-bottom: 5rem;
}

.page-detail-online-salon .content-header {
  display: none;
}

.salon-hero {
  position: relative;
  height: 80rem;
  height: 41.6666666667vw;
}
@media only screen and (max-width: 559px) {
  .salon-hero {
    height: 46rem;
    margin-bottom: 5rem;
    margin-top: var(--hdr-h);
  }
}
.salon-hero::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/contain;
  width: 100vw;
  height: 80rem;
  height: 41.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .salon-hero::before {
    background: url(../img/bg_sp.webp) no-repeat center center/contain;
    height: 46rem;
    width: 35.6rem;
  }
}
.salon-hero__ttlarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: relative;
}
.salon-hero__ttlarea::before, .salon-hero__ttlarea::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.salon-hero__ttlarea::before {
  background: url(../img/salon-hero__img01.webp) no-repeat center center/contain;
  width: 28.6458333333vw;
  height: 27.96875vw;
  left: 7.8125vw;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttlarea::before {
    background: url(../img/salon-hero__img01_sp.webp) no-repeat center center/contain;
    width: 28.9rem;
    height: 8.8rem;
    left: 50%;
    transform: translateX(-50%);
    top: -9rem;
  }
}
.salon-hero__ttlarea::after {
  background: url(../img/salon-hero__img02.webp) no-repeat center center/contain;
  width: 22.1354166667vw;
  height: 27.5vw;
  right: 11.420833vw;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttlarea::after {
    background: url(../img/salon-hero__img02_sp.webp) no-repeat center center/contain;
    width: 27.5rem;
    height: 10.7rem;
    top: 26rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.salon-hero__ttl {
  font-size: clamp(4.6rem, calc(3.6291262136rem + 2.5889967638vw), 8.6rem);
  font-weight: 400;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttl {
    line-height: 1.2;
  }
}
.salon-hero__ttl::after {
  content: "";
  background: url(../img/salon-hero__text.webp) no-repeat center center/contain;
  position: absolute;
  z-index: 10;
  width: 12.7083333333vw;
  height: 7.7083333333vw;
  top: 11.9791666667vw;
  right: -8.8541666667vw;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttl::after {
    width: 7.5rem;
    height: 4.6rem;
    right: -3rem;
    top: 16rem;
  }
}
.salon-hero__ttl .green {
  font-size: clamp(1.7rem, calc(1.4087378641rem + 0.7766990291vw), 2.9rem);
  font-weight: 400;
  display: block;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttl .green {
    margin-bottom: 1.5rem;
    line-height: 1;
  }
}
.salon-hero__ttl .pink {
  font-size: clamp(7.3rem, calc(5.8194174757rem + 3.9482200647vw), 13.4rem);
  font-weight: 400;
}
.salon-hero__ttl .small {
  font-size: clamp(2.6rem, calc(2.0417475728rem + 1.4886731392vw), 4.9rem);
  font-weight: 400;
  display: block;
  padding-top: 3.3rem;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttl .small {
    padding-top: 2rem;
  }
}
.salon-hero__ttlen {
  color: var(--mainColor);
  letter-spacing: 0.2em;
  font-size: clamp(1.7rem, calc(1.3601941748rem + 0.9061488673vw), 3.1rem);
  font-weight: 400;
  font-family: var(--corm);
  text-align: center;
  padding-top: 2.5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .salon-hero__ttlen {
    padding-top: 1.5rem;
  }
}

.salon-about {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 559px) {
  .salon-about {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-about .wrapper {
    display: contents;
  }
}
.salon-about__wrap {
  background: var(--accentColor);
  border-radius: 10rem;
  padding-block: 9rem 12rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-about__wrap {
    border-radius: 4rem;
    padding-block: 4.5rem 6rem;
  }
}
.salon-about__wrap::after {
  content: "";
  background: url(../img/mark__img01.webp) no-repeat center center/contain;
  width: 14.9rem;
  height: 10.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__wrap::after {
    width: 7rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.salon-about__inner {
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .salon-about__inner {
    width: 100%;
    padding-inline: 6%;
  }
}
.salon-about__ttlarea {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__ttlarea {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-about__ttlarea img {
    height: 0.5rem;
    width: auto;
  }
}
.salon-about__ttl {
  font-size: clamp(3rem, calc(2.3203883495rem + 1.8122977346vw), 5.8rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--mainColor);
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 559px) {
  .salon-about__ttl {
    margin-bottom: 1rem;
  }
}
.salon-about__ttlen {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: var(--corm);
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .salon-about__ttlen {
    margin-bottom: -1rem;
    font-size: 1.4rem;
  }
}
.salon-about__subttlarea {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .salon-about__subttlarea {
    margin-bottom: 1.5rem;
  }
}
.salon-about__subttl {
  font-size: clamp(2.4rem, calc(2.0601941748rem + 0.9061488673vw), 3.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: var(--mainColor);
  margin-top: -6.5rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .salon-about__subttl {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}
.salon-about__subttl span {
  color: var(--subColor);
}
.salon-about__subttlen {
  font-family: var(--corm);
  text-align: center;
  color: var(--mainColor);
  font-size: 8rem;
  font-weight: 400;
  opacity: 0.15;
}
@media only screen and (max-width: 559px) {
  .salon-about__subttlen {
    font-size: 3.2rem;
  }
}
.salon-about__subttlen span {
  color: var(--subColor);
}
.salon-about__textarea {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__textarea {
    margin-bottom: 3.5rem;
  }
}
.salon-about__text {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .salon-about__text {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.salon-about__text:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.salon-about__agttl {
  position: relative;
}
.salon-about__agttl::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--base50Color);
}
.salon-about__agttl span {
  color: var(--subColor);
  width: fit-content;
  margin-inline: auto;
  background: var(--accentColor);
  padding: 0 3rem;
  font-size: clamp(2rem, calc(1.7087378641rem + 0.7766990291vw), 3.2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 3.5rem;
  display: block;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-about__agttl span {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-about .o-flex {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.salon-about .o-flex__item {
  width: 100%;
}
.salon-about__agcat {
  color: var(--colorW);
  width: fit-content;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1;
  padding: 0.8rem 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__agcat {
    margin-bottom: 1rem;
  }
}
.salon-about__agcat--pink {
  background-color: var(--main80Color);
}
.salon-about__agcat--green {
  background-color: var(--sub80Color);
}
.salon-about__aglist {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__aglist {
    margin-bottom: 0;
  }
}
.salon-about__aglist li {
  display: flex;
}
.salon-about__price {
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__price {
    margin-bottom: 1.5rem;
  }
}
.salon-about__price .corm--1 {
  font-family: var(--corm);
  font-size: clamp(2.2rem, calc(1.8116504854rem + 1.0355987055vw), 3.8rem);
}
.salon-about__price .corm--2 {
  font-family: var(--corm);
  font-size: clamp(5.2rem, calc(4.7145631068rem + 1.2944983819vw), 7.2rem);
}
.salon-about__pricenote {
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__pricenote {
    margin-bottom: 6rem;
  }
}
.salon-about__pricenote span {
  color: var(--mainColor);
  font-weight: 500;
  font-size: clamp(2rem, calc(1.8058252427rem + 0.5177993528vw), 2.8rem);
}
.salon-about__payment {
  background-color: var(--colorW);
  border-radius: calc(infinity * 1px);
  padding-block: 5.5rem 5rem;
  position: relative;
  margin-bottom: 6rem;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .salon-about__payment {
    margin-bottom: 3rem;
    border-radius: 4rem;
    padding-inline: 2rem;
    padding-block: 3rem;
  }
}
.salon-about__payment::after {
  content: "";
  background: url(../img/salon-about__text.webp) no-repeat center center/contain;
  width: 27.9rem;
  height: 12.4rem;
  position: absolute;
  top: -4rem;
  right: 2rem;
  z-index: 0;
}
@media only screen and (max-width: 559px) {
  .salon-about__payment::after {
    width: 17rem;
    height: 6rem;
    top: -1rem;
    right: -2rem;
  }
}
.salon-about__paymentttl {
  color: var(--mainColor);
  font-size: clamp(2.2rem, calc(2.0058252427rem + 0.5177993528vw), 3rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
  width: 100%;
  text-align: center;
}
.salon-about__paymenttext {
  text-align: center;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymenttext {
    margin-bottom: 2rem;
    text-align-last: left;
    line-height: 1.75;
  }
}
.salon-about__paymentsubttl {
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  font-size: clamp(2rem, calc(1.9029126214rem + 0.2588996764vw), 2.4rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
  font-weight: 500;
}
.salon-about__paymentcont {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentcont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentcont img {
    transform: rotate(90deg);
  }
}
.salon-about__paymentfee {
  line-height: 1;
}
.salon-about__paymentfee--1 span {
  line-height: 1;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
}
.salon-about__paymentfee--1 span:last-child {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
}
.salon-about__paymentfee--1 .corm--1 {
  font-size: 3.2rem;
  font-size: clamp(2rem, calc(1.7087378641rem + 0.7766990291vw), 3.2rem);
}
.salon-about__paymentfee--1 .corm--2 {
  font-size: 5rem;
  font-size: clamp(3.2rem, calc(2.7631067961rem + 1.1650485437vw), 5rem);
  position: relative;
}
.salon-about__paymentfee--1 .corm--2::after {
  content: "";
  background: url(../img/icon__x.svg) no-repeat center center/contain;
  width: 14.8rem;
  height: 3.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentfee--1 .corm--2::after {
    width: 10rem;
    height: 2.5rem;
  }
}
.salon-about__paymentfee--2 span {
  line-height: 1;
  font-size: 2.8rem;
  font-size: clamp(2.2rem, calc(2.054368932rem + 0.3883495146vw), 2.8rem);
}
.salon-about__paymentfee--2 span:last-child {
  font-size: 2rem;
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
}
.salon-about__paymentfee--2 .corm--1 {
  font-size: 4.4rem;
  font-size: clamp(2.6rem, calc(2.1631067961rem + 1.1650485437vw), 4.4rem);
}
.salon-about__paymentfee--2 .corm--2 {
  font-size: 7.4rem;
  font-size: clamp(5rem, calc(4.4660194175rem + 1.4239482201vw), 7.2rem);
}
.salon-about__paymentnote {
  text-align: center;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1;
}
.salon-about__paymentnote .green {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
}
.salon-about__paymentnote .corm--1 {
  font-size: clamp(2.2rem, calc(1.9572815534rem + 0.6472491909vw), 3.2rem);
}
.salon-about__paymentnote .corm--2 {
  font-size: clamp(3.2rem, calc(2.9087378641rem + 0.7766990291vw), 4.4rem);
}
.salon-about__paymentdl {
  width: 59rem;
  margin-inline: auto;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 25% 75%;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentdl {
    width: 100%;
    margin-bottom: 4rem;
    grid-template-columns: 100%;
  }
}
.salon-about__paymentdt, .salon-about__paymentdd {
  font-size: 1.8rem;
  font-size: clamp(1.3rem, calc(1.1786407767rem + 0.3236245955vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentdt, .salon-about__paymentdd {
    margin-bottom: 1rem;
  }
}
.salon-about__paymentdd {
  padding-left: 1rem;
}
.salon-about__paymentdd p {
  display: flex;
}
.salon-about__paymentdt {
  color: var(--subColor);
  margin-bottom: 0.5rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__paymentdt {
    display: block;
    padding-top: 0;
  }
}
.salon-about__movie {
  margin-bottom: 6.5rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-about__movie {
    margin-bottom: 3rem;
  }
}
.salon-about__movie::before {
  content: "";
  background: url(../img/mark__img03.webp) no-repeat center center/contain;
  width: 12.3rem;
  height: 12.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__movie::before {
    width: 6rem;
    height: 6rem;
  }
}
.salon-about__moviettlarea {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  position: relative;
}
.salon-about__moviettl {
  font-size: 3.2rem;
  font-size: clamp(2rem, calc(1.7087378641rem + 0.7766990291vw), 3.2rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: center;
}
.salon-about__moviettl .pink {
  font-size: 4.5rem;
  font-size: clamp(3rem, calc(2.6359223301rem + 0.9708737864vw), 4.5rem);
}
.salon-about__moviettl .small {
  font-size: 1.8rem;
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  padding-left: 1rem;
}
@media only screen and (max-width: 559px) {
  .salon-about__moviettl .small {
    margin-top: 1rem;
    padding-left: 0;
    display: block;
  }
}
.salon-about__moviettlen {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, calc(1.2058252427rem + 0.5177993528vw), 2.2rem);
  letter-spacing: 0.3em;
  font-family: var(--corm);
  line-height: 1;
}
.salon-about__youtube {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .salon-about__youtube iframe {
    width: 100%;
    aspect-ratio: 600/337;
    object-fit: cover;
    height: auto;
  }
}

.salon-visu {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 559px) {
  .salon-visu {
    margin-bottom: 7.5rem;
  }
}

.salon-service {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .salon-service {
    margin-bottom: 6rem;
  }
}
.salon-service__ttlarea {
  margin-bottom: 4.5rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .salon-service__ttlarea {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-service__ttlarea img {
    height: 2rem;
    width: auto;
  }
}
.salon-service__ttltext {
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
}
.salon-service__ttltext::after {
  content: "";
  background: url(../img/mark__img03.webp) no-repeat center center/contain;
  width: 7.9rem;
  height: 7.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.salon-service__ttltext .pink {
  font-size: clamp(2.2rem, calc(2.1029126214rem + 0.2588996764vw), 2.6rem);
}
.salon-service__ttltext .small {
  display: block;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.salon-service__ttl {
  font-size: 4.4rem;
  font-size: clamp(3rem, calc(2.6601941748rem + 0.9061488673vw), 4.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__ttl {
    margin-bottom: 0.5rem;
  }
}
.salon-service__ttl .large {
  font-size: 6.2rem;
  font-size: clamp(4rem, calc(3.4660194175rem + 1.4239482201vw), 6.2rem);
}
.salon-service__text {
  text-align: center;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__text {
    margin-bottom: 4rem;
    line-height: 1.4;
  }
}
.salon-service__list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__list {
    gap: 6rem;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
.salon-service__item {
  background: linear-gradient(90deg, rgba(234, 112, 166, 0.15) 0%, rgba(215, 209, 200, 0.15) 50%, rgba(72, 182, 142, 0.15) 100%);
  border-radius: 8rem;
  position: relative;
  padding-block: 5.5rem 12rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__item {
    border-radius: 4rem;
    padding-block: 3rem 6rem;
  }
}
.salon-service__itemwrap {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .salon-service__itemwrap {
    width: 100%;
    padding-inline: 6%;
  }
}
.salon-service__itemnumber {
  color: var(--subColor);
  font-weight: 400;
  font-family: var(--corm);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5.8rem;
  line-height: 0;
  white-space: pre;
  font-size: clamp(2rem, calc(1.5631067961rem + 1.1650485437vw), 3.8rem);
}
@media only screen and (max-width: 559px) {
  .salon-service__itemnumber {
    top: -3.4rem;
  }
}
.salon-service__itemnumber span {
  font-size: 200%;
}
.salon-service__itemnumber::before, .salon-service__itemnumber::after {
  content: "";
  width: 11rem;
  height: 0.9rem;
  position: relative;
  display: block;
  background: url(../img/border-small.svg) no-repeat center center/contain;
  margin-inline: 2rem;
}
.salon-service__itemttl {
  color: var(--mainColor);
  font-size: clamp(2.6rem, calc(2.3572815534rem + 0.6472491909vw), 3.6rem);
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__itemttl {
    margin-bottom: 0.5rem;
  }
}
.salon-service__itemttl span {
  font-size: clamp(1.6rem, calc(1.4786407767rem + 0.3236245955vw), 2.1rem);
  letter-spacing: 0.05em;
  display: block;
}
.salon-service__itemttlen {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.2em;
  font-family: var(--corm);
  color: var(--base60Color);
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .salon-service__itemttlen {
    margin-bottom: 2rem;
  }
}
.salon-service__itemfigure {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__itemfigure {
    margin-bottom: 2.5rem;
  }
}
.salon-service__itemtext {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.salon-service__itemtext:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .salon-service__itemtext:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.salon-fee {
  margin-bottom: 15rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-fee {
    margin-bottom: 7.5rem;
  }
}
.salon-fee::before {
  content: "";
  background: url(../img/bg3.svg) no-repeat center center/contain;
  width: 100vw;
  height: 118rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .salon-fee::before {
    background: url(../img/bg_sp.svg) no-repeat center center/contain;
    height: 46rem;
    top: 10rem;
    transform: translateX(-50%);
  }
}
.salon-fee__wrap {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .salon-fee__wrap {
    width: 100%;
  }
}
.salon-fee__text {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.salon-fee__text:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .salon-fee__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.salon-fee__note {
  color: var(--mainColor);
  letter-spacing: 0.05em;
  font-size: clamp(2.2rem, calc(2.054368932rem + 0.3883495146vw), 2.8rem);
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  padding-block: 5.5rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-fee__note {
    padding-block: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .salon-fee__note::after {
    content: "";
    width: 100vw;
    z-index: -1;
    pointer-events: none;
    background: url(../img/bg_sp.svg) no-repeat center center/contain;
    height: 46rem;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
}

.salon-flow {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 559px) {
  .salon-flow {
    margin-bottom: 7.5rem;
  }
}
.salon-flow__list {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .salon-flow__list {
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.salon-flow__item {
  background-color: var(--sub280Color);
  border-radius: 3rem;
  padding: 4rem 10rem 3.5rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .salon-flow__item {
    border-radius: 1.5rem;
    padding: 3rem 2rem 2rem;
  }
}
.salon-flow__item:not(:last-child)::after {
  content: "";
  background: url(../img/icon__arrow2.webp) no-repeat center center/contain;
  width: 8.5rem;
  height: 2.6rem;
  bottom: -4.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .salon-flow__item:not(:last-child)::after {
    width: 4rem;
    height: 2rem;
    bottom: -2.5rem;
  }
}
.salon-flow__number {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-family: var(--corm);
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.2em;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  padding: 0.1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -2rem;
  left: 4.5rem;
  padding: 0.1rem 1.5rem 0.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .salon-flow__number {
    left: 2rem;
    top: -1rem;
  }
}
.salon-flow__number span {
  font-size: clamp(2rem, calc(1.6601941748rem + 0.9061488673vw), 3.4rem);
  letter-spacing: 0.3em;
}
.salon-flow__ttl {
  color: var(--subColor);
  font-size: clamp(1.6rem, calc(1.454368932rem + 0.3883495146vw), 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.salon-flow__text {
  margin-top: 2rem;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .salon-flow__text {
    margin-top: 1rem;
  }
}
.salon-flow__note {
  margin-top: 2rem;
}
@media only screen and (max-width: 559px) {
  .salon-flow__note {
    margin-top: 1rem;
  }
}
.salon-flow__caution {
  color: var(--mainColor);
  display: flex;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.salon-flow__caution:not(:last-child) {
  margin-bottom: 0.2rem;
}

.course-schedule {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .course-schedule {
    margin-bottom: 6rem;
  }
}

.course-overview {
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .course-overview .wrapper {
    display: contents;
  }
}
.course-overview__wrap {
  background: var(--accentColor);
  border-radius: 10rem;
  padding-bottom: 8.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__wrap {
    border-radius: 4rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .course-overview .salon-about__subttlarea {
    margin-bottom: 2.5rem;
  }
}
.course-overview__subttl {
  text-align: center;
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: -6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .course-overview__subttl {
    margin-bottom: 1.8rem;
    margin-top: -2rem;
    line-height: 1.4;
  }
}
.course-overview__ttl {
  color: var(--mainColor);
  font-size: clamp(2.6rem, calc(2.3572815534rem + 0.6472491909vw), 3.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5428571429;
  margin-top: -1rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__ttl {
    margin-bottom: 1rem;
  }
}
.course-overview__textarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__textarea {
    margin-bottom: 3rem;
  }
}
.course-overview__text {
  text-align: center;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .course-overview__text {
    text-align: left;
  }
}
.course-overview__text:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.course-overview__text .green {
  width: fit-content;
  margin-inline: auto;
  display: block;
  text-align: left;
  padding-top: 2rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__text .green {
    font-size: 1.8rem;
  }
}
.course-overview__message {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--mainColor);
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .course-overview__message {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.course-overview__name {
  font-size: clamp(2rem, calc(1.8058252427rem + 0.5177993528vw), 2.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.course-overview__name span {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  padding-right: 0.5rem;
}
.course-overview__cont01 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont01 {
    margin-bottom: 3.5rem;
  }
}
.course-overview__visu {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__visu {
    margin-bottom: 3.5rem;
  }
}
.course-overview__visu figure {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont02 .o-flex {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.course-overview__cont02 .o-flex__item {
  width: 100%;
}
.course-overview__pricenote {
  text-align: center;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__pricenote {
    margin-bottom: 3rem;
    line-height: 1.4;
  }
}
.course-overview__pricenote span {
  color: var(--mainColor);
  font-family: var(--corm);
  font-size: clamp(2.4rem, calc(2.1815533981rem + 0.5825242718vw), 3.3rem);
}
.course-overview__pricenote .small {
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
}
.course-overview__paymentdl {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__paymentdl {
    margin-bottom: 3rem;
  }
}
.course-overview__movie {
  margin-bottom: 0;
}
.course-overview__movie::before {
  width: 10.6rem;
  height: 10.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__moviettl {
    line-height: 1.4;
  }
}
.course-overview__cont03 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03 {
    margin-bottom: 4rem;
  }
}
.course-overview__cont03ttlarea {
  margin-bottom: 6rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03ttlarea {
    margin-bottom: 2.5rem;
  }
}
.course-overview__cont03ttl {
  position: relative;
}
.course-overview__cont03ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-overview__cont03ttl span {
  font-size: clamp(2.2rem, calc(1.7145631068rem + 1.2944983819vw), 4.2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  padding: 1.5rem 3rem;
  background: var(--accentColor);
  margin-inline: auto;
  display: block;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03ttl span {
    padding: 1rem 1.5rem;
  }
}
.course-overview__cont03ttlen {
  text-align: center;
  color: var(--mainColor);
  font-family: var(--corm);
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, calc(1.2786407767rem + 0.3236245955vw), 1.9rem);
  line-height: 1;
  margin-bottom: 0rem;
}
.course-overview__cont03textarea {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03textarea {
    margin-bottom: 3.5rem;
  }
}
.course-overview__cont03text {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
.course-overview__cont03text:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03text {
    text-align-last: left;
  }
}
.course-overview__cont03list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03list {
    gap: 2.5rem;
  }
}
.course-overview__cont03itemnumber {
  background-color: var(--main80Color);
  border-radius: calc(infinity * 1px);
  color: var(--colorW);
  margin-bottom: 2rem;
  width: 9.5rem;
  height: 4rem;
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03itemnumber {
    height: 3rem;
    width: 7.5rem;
    margin-bottom: 1rem;
  }
}
.course-overview__cont03itemttl {
  color: var(--subColor);
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  margin-bottom: 2rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03itemttl {
    margin-bottom: 1rem;
  }
}
.course-overview__cont03itemtext {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
}
.course-overview__cont03holder {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont03holder {
    width: 100%;
  }
}
.course-overview__cont04 {
  position: relative;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04 {
    margin-bottom: 8rem;
  }
}
.course-overview__cont04::after {
  content: "";
  background: url(../img/mark__img02.webp) no-repeat center center/contain;
  width: 6.6rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04::after {
    width: 5rem;
    height: 3rem;
    top: -1rem;
  }
}
.course-overview__cont04inner {
  width: 100rem;
  margin-inline: auto;
  background-color: var(--colorW);
  border-radius: 5rem;
  border: 3px solid var(--sub2Color);
  padding-block: 2rem 6.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04inner {
    width: 100%;
    padding-inline: 2rem;
    padding-bottom: 3.5rem;
    border-radius: 2.5rem;
  }
}
.course-overview__cont04holder {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04holder {
    width: 100%;
  }
}
.course-overview__cont04ttlarea {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04ttlarea {
    margin-bottom: 2rem;
  }
}
.course-overview__cont04ttl {
  font-size: clamp(2rem, calc(1.854368932rem + 0.3883495146vw), 2.6rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: var(--mainColor);
  line-height: 1.5;
}
.course-overview__cont04ttl span {
  font-size: clamp(1.6rem, calc(1.454368932rem + 0.3883495146vw), 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.course-overview__cont04ttlimg {
  display: block;
  width: 9.5rem;
  height: 0.8rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04ttlimg {
    margin-top: 1.2rem;
  }
}
.course-overview__cont04list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04list {
    gap: 3.5rem;
  }
}
.course-overview__cont04item {
  position: relative;
}
.course-overview__cont04item::after {
  content: "";
  background: url(../img/mark__img03.webp) no-repeat center center/contain;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: -2.5rem;
  left: 0rem;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04item::after {
    width: 4rem;
    height: 4rem;
    top: -1rem;
  }
}
.course-overview__cont04itemnumber {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 100;
}
.course-overview__cont04itemnumber span {
  font-family: var(--corm);
  color: var(--mainColor);
  font-size: clamp(2rem, calc(1.854368932rem + 0.3883495146vw), 2.6rem);
}
.course-overview__cont04itemttl {
  color: var(--subColor);
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  letter-spacing: 0.05em;
  line-height: 1.55;
  border-bottom: 2px dotted var(--base50Color);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.course-overview__cont04itemflex {
  display: grid;
  grid-template-columns: calc(78% - 1rem) calc(22% - 1rem);
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04itemflex {
    display: flex;
    flex-direction: column;
  }
}
.course-overview__cont04itemtextarea {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04itemtextarea {
    margin-bottom: 1.5rem;
  }
}
.course-overview__cont04itemtext {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
}
.course-overview__cont04itemnote {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  color: var(--mainColor);
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont04itemfigure {
    text-align: center;
  }
}
.course-overview__cont05 .secondary-ttl__area {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05 .secondary-ttl__area {
    margin-bottom: 3rem;
  }
}
.course-overview__cont05 .secondary-ttl {
  font-size: clamp(3rem, calc(2.6601941748rem + 0.9061488673vw), 4.4rem);
}
.course-overview__cont05 .secondary-ttl__en {
  font-size: clamp(2rem, calc(1.8058252427rem + 0.5177993528vw), 2.8rem);
}
.course-overview__cont05holder {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05holder {
    width: 100%;
  }
}
.course-overview__cont05table {
  width: 100%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05table {
    margin-bottom: 2rem;
  }
}
.course-overview__cont05th {
  color: var(--subColor);
  font-size: clamp(1.2rem, calc(1.1029126214rem + 0.2588996764vw), 1.6rem);
  text-align: center;
  vertical-align: middle;
  height: 4rem;
  background: #edf8f4 !important;
  border-color: #e0e0e0 !important;
}
.course-overview__cont05td {
  height: 6rem;
  background-color: var(--colorW);
  text-align: center;
  vertical-align: middle;
}
.course-overview__cont05td:first-child {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05td:first-child {
    line-height: 1.2;
  }
}
.course-overview__cont05td:not(:first-child) {
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  color: var(--mainColor);
  font-weight: 500;
  line-height: 1.1;
}
.course-overview__cont05td:not(:first-child) .yen {
  font-size: clamp(1.6rem, calc(1.454368932rem + 0.3883495146vw), 2.2rem);
  font-family: var(--corm);
}
.course-overview__cont05td:not(:first-child) .number {
  font-size: clamp(2rem, calc(1.6601941748rem + 0.9061488673vw), 3.4rem);
  font-family: var(--corm);
}
.course-overview__cont05td .number-pro {
  font-size: clamp(2rem, calc(1.6601941748rem + 0.9061488673vw), 3.4rem);
  font-family: var(--corm);
}
.course-overview__cont05td--pink {
  color: var(--mainColor);
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem) !important;
  line-height: 1.1;
}
.course-overview__cont05inner {
  padding-inline: 3.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05inner {
    padding-inline: 0;
  }
}
.course-overview__cont05list {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05list {
    margin-bottom: 3rem;
  }
}
.course-overview__cont05item {
  font-size: clamp(1.4rem, calc(1.254368932rem + 0.3883495146vw), 2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05item {
    flex-direction: column;
  }
}
.course-overview__cont05item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.course-overview__cont05item--large {
  justify-content: flex-start;
}
.course-overview__cont05item th {
  background: transparent !important;
  width: 19rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05item th {
    justify-content: flex-start;
  }
}
.course-overview__cont05item th.pink--large {
  justify-content: flex-start;
}
.course-overview__cont05item th,
.course-overview__cont05item td {
  border: none !important;
  line-height: 1.5;
}
.course-overview__cont05item .pink--justify {
  letter-spacing: 0.5em;
}
.course-overview__cont05paymentdl {
  margin: inherit;
}
.course-overview__cont05point {
  width: 74rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05point {
    width: 100%;
  }
}
.course-overview__cont05pointttl {
  background-color: var(--subColor);
  color: var(--colorW);
  width: fit-content;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  line-height: 1;
  padding: 0.8rem 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05pointttl {
    padding: 0.5rem 2rem;
    margin-bottom: 1rem;
  }
}
.course-overview__cont05pointnote {
  color: var(--mainColor);
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05pointnote {
    margin-bottom: 1rem;
  }
}
.course-overview__cont05pointtext {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.course-overview__cont05 .o-btn {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont05 .o-btn {
    margin-top: 3rem;
  }
}
.course-overview__cont06 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont06 {
    margin-bottom: 4rem;
  }
}
.course-overview__cont06agttl span {
  color: var(--mainColor);
}
.course-overview__cont06grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 0;
}
@media only screen and (max-width: 559px) {
  .course-overview__cont06grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}
.course-overview__cont06item:last-child {
  grid-column: 1/span 1;
}
.course-overview__cont06subttl {
  background-color: var(--sub80Color);
  color: var(--colorW);
  width: 12.5rem;
  height: 3.2rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, calc(1.2514563107rem + 0.1294498382vw), 1.5rem);
}
@media only screen and (max-width: 559px) {
  .course-overview__cont06subttl {
    width: 10rem;
    height: 2.5rem;
  }
}
.course-overview__cont06subttl--pink {
  background-color: var(--main80Color);
}
.course-overview__cont06text {
  font-size: clamp(1.4rem, calc(1.2058252427rem + 0.5177993528vw), 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.2727272727;
  font-weight: 500;
  text-align: center;
}
.course-overview__cont06text--green {
  color: var(--subColor);
}
.course-overview__cont06text span {
  font-size: clamp(1.2rem, calc(1.054368932rem + 0.3883495146vw), 1.8rem);
  display: block;
}
/*# sourceMappingURL=style.css.map */
