@charset "UTF-8";
:root {
  --scrollbar-width: 0;
}

/**
 * 画面幅からfontSizeを算出する
 */
/**
 * 画面幅からpadding等の余白を算出する
 */
.ff_out {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}

.bg_lightBlue {
  background-color: #D2E5FF;
}

.u-only-pc {
  display: none;
}
@media (min-width: 601px) {
  .u-only-pc {
    display: block;
  }
}

.u-only-sp {
  display: block;
}
@media (min-width: 601px) {
  .u-only-sp {
    display: none;
  }
}

.u-textLink a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 601px) {
  .u-textLink a {
    font-size: 13px;
  }
}
.u-textLink a::after {
  content: "";
  display: inline-block;
  border-radius: 9999px;
  background-color: #E8518F;
  background-image: url(/wp-content/themes/frey-a26/img/new_top/textLink-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px/8px;
  background-position: center center;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 38px;
  height: 18px;
  min-width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-textLink a:hover {
  color: #E8518F;
  opacity: 1;
  text-decoration: underline;
}
.u-textLink a:hover::after {
  opacity: 1;
  background-position-x: 70%;
}
.u-textLink--right {
  text-align: right;
}
.u-textLink--left {
  text-align: left;
}
.u-textLink--center {
  text-align: center;
}

/* Footer Styles */
.l-footer {
  margin-top: 64px;
  background-color: #FFAACE;
  padding: 64px 0 118px;
}
@media (min-width: 961px) {
  .l-footer {
    padding: 80px 0 96px;
    margin-top: 112px;
  }
}
.l-footer__inner {
  padding-left: 38px;
  padding-right: 38px;
}
@media (min-width: 961px) {
  .l-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 961px) {
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
}
.l-footer__top .l-footer__logo {
  display: block;
}
@media (min-width: 961px) {
  .l-footer__top .l-footer__logo {
    display: none;
  }
}
.l-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
@media (min-width: 601px) {
  .l-footer__navi {
    gap: 20px 12px;
  }
}
@media (min-width: 961px) {
  .l-footer__navi {
    width: calc(100% - 290px);
  }
}
.l-footer__navi-block {
  display: contents;
}
@media (min-width: 961px) {
  .l-footer__navi-block {
    display: block;
    width: calc((100% - 24px) / 3);
  }
}
.l-footer__navi-item {
  width: calc((100% - 8px) / 2);
  text-align: left;
}
@media (min-width: 601px) {
  .l-footer__navi-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 961px) {
  .l-footer__navi-item {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .l-footer__navi-item + .l-footer__navi-item {
    margin-top: 12px;
  }
}
.l-footer__navi-item a {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.75;
  color: #333333;
}
@media (min-width: 601px) {
  .l-footer__navi-item a {
    font-size: 14px;
  }
}
.l-footer__navi-item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.13vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/icon_blank.svg) no-repeat left top/contain;
}
@media (min-width: 601px) {
  .l-footer__navi-item a[target=_blank]::after {
    margin-left: 8px;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 961px) {
  .l-footer__info {
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__bottom {
  display: none;
}
@media (min-width: 961px) {
  .l-footer__bottom {
    display: block;
  }
}
.l-footer__btn {
  margin-top: 40px;
}
@media (min-width: 961px) {
  .l-footer__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
.l-footer__btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border: 1.5px solid #FF72B6;
  border-radius: 9999px;
  padding: 5.33vw 12vw;
  font-size: 3.73vw;
  display: inline-block;
  width: 100%;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 601px) {
  .l-footer__btn a {
    padding: 20px 60px;
    font-size: 14px;
  }
}
.l-footer__btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5.33vw;
  width: 38px;
  height: 18px;
  background: url(../img/new_top/icon_btn_arrow.svg) no-repeat left top/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 601px) {
  .l-footer__btn a::after {
    right: 20px;
    width: 38px;
    height: 18px;
  }
}
.l-footer__btn a:hover {
  background-color: #E8518F;
  color: white;
}
.l-footer__btn a:hover::after {
  background: url(../img/new_top/icon_btn_arrow-w.svg) no-repeat left top/contain;
}
.l-footer__language {
  margin-top: 40px;
}
@media (min-width: 961px) {
  .l-footer__language {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}
.l-footer__logo {
  max-width: 50.67vw;
  margin-top: 16vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 601px) {
  .l-footer__logo {
    margin-top: 60px;
    max-width: 190px;
  }
}
@media (min-width: 961px) {
  .l-footer__sns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.l-footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.67vw;
  margin-top: 14.93vw;
}
@media (min-width: 601px) {
  .l-footer__sns ul {
    gap: 40px;
    margin-top: 56px;
  }
}
.l-footer__sns li.x {
  width: 5.87vw;
}
@media (min-width: 601px) {
  .l-footer__sns li.x {
    width: 21px;
  }
}
.l-footer__sns li.instagram {
  width: 6.93vw;
}
@media (min-width: 601px) {
  .l-footer__sns li.instagram {
    width: 26px;
  }
}
.l-footer__sns li.tiktok {
  width: 5.82vw;
}
@media (min-width: 601px) {
  .l-footer__sns li.tiktok {
    width: 21.82px;
  }
}
.l-footer__sns li.youtube {
  width: 9.14vw;
}
@media (min-width: 601px) {
  .l-footer__sns li.youtube {
    width: 34.28px;
  }
}
.l-footer__copy {
  font-size: 2.67vw;
  margin-top: 10.67vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}
@media (min-width: 601px) {
  .l-footer__copy {
    font-size: 10px;
    margin-top: 40px;
  }
}
@media (min-width: 961px) {
  .l-footer__copy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 12px;
  }
}

.l-header {
  height: 60px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header.is-scroll {
  background-color: #FFFFFF;
}
@media (min-width: 1101px) {
  .l-header {
    height: 87px;
    background-color: #ffffff;
  }
}
.l-header__inner {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
@media (min-width: 1101px) {
  .l-header__inner {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.l-header__logo {
  max-width: 103px;
}
@media (min-width: 1101px) {
  .l-header__logo {
    max-width: 120px;
  }
}
@media (min-width: 1241px) {
  .l-header__logo {
    max-width: 159px;
  }
}
.l-header__bar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__panel {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #FFD4E7;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding: 60px 20px;
  overflow-y: auto;
}
@media (min-width: 1101px) {
  .l-header__panel {
    padding: 16px 0px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header__panel.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__panel--sp-logo {
  max-width: 189px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1101px) {
  .l-header__panel--sp-logo {
    display: none;
  }
}
.l-header__nav-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1101px) {
  .l-header__nav-sp {
    display: none;
  }
}
.l-header__nav-sp-btn {
  background: #E8518F;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 37px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.l-header__nav-sp-btn .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 19px;
  background-color: white;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header__nav-sp-btn .line:nth-of-type(1) {
  top: calc(50% - 4px);
}
.l-header__nav-sp-btn .line:nth-of-type(2) {
  top: calc(50% + 4px);
}
.l-header__nav-sp-btn.active {
  position: fixed;
  right: 20px;
  z-index: 99999;
}
.l-header__nav-sp-btn.active .line:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translateY(4px) rotate(-25deg);
          transform: translate(-50%, -50%) translateY(4px) rotate(-25deg);
}
.l-header__nav-sp-btn.active .line:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translateY(-4px) rotate(25deg);
          transform: translate(-50%, -50%) translateY(-4px) rotate(25deg);
}
.l-header__gnav {
  margin-top: 50px;
  padding: 0 20px;
}
@media (min-width: 1101px) {
  .l-header__gnav {
    margin-top: 0;
    padding: 0;
  }
}
.l-header__gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1101px) {
  .l-header__gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
@media (min-width: 1241px) {
  .l-header__gnav-list {
    gap: 24px;
  }
}
.l-header__gnav-item {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1101px) {
  .l-header__gnav-item {
    width: auto;
  }
}
@media (min-width: 1101px) {
  .l-header__gnav-item.home {
    display: none;
  }
}
.l-header__gnav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  font-size: clamp(0px, 15 / (375 - var(--scrollbar-width)) * 100vw, 15px);
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .l-header__gnav-item a {
    font-size: 15px;
  }
}
@media (min-width: 1101px) {
  .l-header__gnav-item a {
    font-size: 13px;
  }
}
.l-header__gnav-item a::after {
  content: "";
  display: inline-block;
  border-radius: 9999px;
  background-color: #E8518F;
  background-image: url(/wp-content/themes/frey-a26/img/new_top/textLink-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px/8px;
  background-position: center center;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 38px;
  height: 18px;
  min-width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1101px) {
  .l-header__gnav-item a::after {
    display: none;
  }
}
.l-header__gnav-item a:hover {
  color: #E8518F;
  opacity: 1;
}
.l-header__gnav-item a:hover::after {
  opacity: 1;
  background-position-x: 70%;
}
.l-header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
  padding: 0 20px;
}
@media (min-width: 1101px) {
  .l-header__link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    padding: 0;
  }
}
.l-header__link-item {
  display: block;
  width: 100%;
}
@media (min-width: 1101px) {
  .l-header__link-item {
    display: none;
  }
}
.l-header__link-item a {
  font-size: clamp(0px, 15 / (375 - var(--scrollbar-width)) * 100vw, 15px);
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .l-header__link-item a {
    font-size: 15px;
  }
}
.l-header__link-item a:hover {
  color: #E8518F;
}
.l-header__utility {
  margin-top: 40px;
}
@media (min-width: 1101px) {
  .l-header__utility {
    margin-top: 0;
    margin-left: 24px;
  }
}
.l-header__utility-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__utility-btn + .l-header__utility-btn {
  margin-top: 16px;
}
.l-header__utility-btn a {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  border-radius: 9999px;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .l-header__utility-btn a {
    font-size: 14px;
  }
}
.l-header__utility-btn a:hover {
  opacity: 1;
}
.l-header__utility-btn.counseling a {
  background-color: #924AC5;
  color: #fff;
  border: 1px solid #924AC5;
  padding: 20px 60px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (min-width: 1101px) {
  .l-header__utility-btn.counseling a {
    padding: 16px 20px 16px 15px;
    width: 220px;
    gap: 8px;
  }
}
@media (min-width: 1241px) {
  .l-header__utility-btn.counseling a {
    padding: 16px 45px 16px 27px;
    width: 266px;
  }
}
.l-header__utility-btn.counseling a::before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  min-width: 22px;
  background: url(../img/new_top/l-header__btn-icon.png) no-repeat left top/contain;
}
.l-header__utility-btn.counseling a:hover {
  background-color: #fff;
  border-color: #692C35;
  color: #924AC5;
}
.l-header__utility-btn.counseling a:hover::before {
  background: url(../img/new_top/l-header__btn-icon--hoevr.png) no-repeat left top/contain;
}
@media (min-width: 1101px) {
  .l-header__utility-btn.mens {
    position: absolute;
    top: 0;
    right: min(244px, 244px + 2.24vw);
    z-index: 99;
    width: auto !important;
  }
}
@media (min-width: 1240px) {
  .l-header__utility-btn.mens {
    right: 290px;
  }
}
.l-header__utility-btn.mens a {
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  border: 1px solid #fff;
}
@media (min-width: 1101px) {
  .l-header__utility-btn.mens a {
    color: #2F3787;
    font-size: 11px;
    padding: 4px 12px;
    background-color: #E2EEFF;
    border: 1px solid #E2EEFF;
  }
}
.l-header__utility-btn.mens a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
@media (min-width: 1101px) {
  .l-header__utility-btn.mens a:hover {
    color: #2F3787;
    background-color: #CEE3FF;
    border: 1px solid #CEE3FF;
  }
}
.l-header__sns {
  margin-top: 40px;
}
@media (min-width: 1101px) {
  .l-header__sns {
    display: none;
    margin-top: 0;
  }
}
.l-header__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.67vw;
}
@media (min-width: 601px) {
  .l-header__sns ul {
    gap: 40px;
  }
}
.l-header__sns li.x {
  width: 5.87vw;
}
@media (min-width: 601px) {
  .l-header__sns li.x {
    width: 21px;
  }
}
.l-header__sns li.instagram {
  width: 6.93vw;
}
@media (min-width: 601px) {
  .l-header__sns li.instagram {
    width: 26px;
  }
}
.l-header__sns li.tiktok {
  width: 5.82vw;
}
@media (min-width: 601px) {
  .l-header__sns li.tiktok {
    width: 21.82px;
  }
}
.l-header__sns li.youtube {
  width: 9.14vw;
}
@media (min-width: 601px) {
  .l-header__sns li.youtube {
    width: 34.28px;
  }
}

.h-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  line-height: 1.2;
}
@media (min-width: 601px) {
  .h-1 {
    margin-bottom: 48px;
  }
}
.h-1 .jpn {
  font-size: clamp(0px, 25 / (375 - var(--scrollbar-width)) * 100vw, 25px);
  font-weight: 600;
  color: #2F3787;
}
@media (min-width: 768px) {
  .h-1 .jpn {
    font-size: 36px;
  }
}
.h-1 .jpn--small {
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
@media (min-width: 768px) {
  .h-1 .jpn--small {
    font-size: 26px;
  }
}
.h-1 .eng {
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
  font-weight: 600;
  color: #5981D3;
  margin-top: 8px;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
@media (min-width: 768px) {
  .h-1 .eng {
    font-size: 22px;
  }
}
.h-1 .eng-white {
  color: rgb(var(--white-clr));
}
.h-1 .eng-pink {
  color: #FF85C4;
}
.h-1-mark {
  width: 36px;
  height: 40px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .h-1-mark {
    width: 57.6px;
    height: 64px;
    margin-bottom: 20px;
  }
}
.h-1-text {
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
  line-height: 1.5;
  color: #333333;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .h-1-text {
    font-size: 11px;
    margin-top: 24px;
  }
}

.c-followBtn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 998;
}
@media (min-width: 768px) {
  .c-followBtn {
    display: none;
  }
}
.c-followBtn.is-scroll {
  display: block;
  position: fixed;
}
@media (min-width: 768px) {
  .c-followBtn.is-scroll {
    display: none;
  }
}
.c-followBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 20px;
  font-size: clamp(0px, 17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  line-height: 1;
  padding: 20px 40px 24px;
  color: #fff;
  border: 1px solid #692C35;
  background-color: #924AC5;
  position: relative;
  border-radius: 12px 12px 0px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-followBtn a::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #844AC5;
  background-color: #B687EC;
  border-radius: 15px 15px 0px 0px;
  z-index: -1;
}
.c-followBtn a::before {
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  min-width: 23px;
  background: url(../img/new_top/l-header__btn-icon.png) no-repeat left top/contain;
  z-index: 1;
}
.c-followBtn a:hover {
  opacity: 1;
}

/* Top Page Styles */
/* KV Section */
#kv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  display: block;
  padding-bottom: 60px;
  background-color: #D6406E;
  container-type: inline-size;
}
@media (min-width: 961px) {
  #kv {
    padding-bottom: 0;
    background-color: transparent;
  }
}
#kv .kv_bg img, #kv .kv_bg source, #kv .kv_bg picture {
  width: 100%;
  height: auto;
}
@media (min-width: 961px) {
  #kv .kv_bg img, #kv .kv_bg source, #kv .kv_bg picture {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-height: 837px;
  }
}
@media (min-width: 961px) {
  #kv .kv_wrap {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8125vw;
    left: 6.25vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 1160px) {
  #kv .kv_wrap {
    left: 13.5416666667vw;
  }
}
@media (min-width: 1440px) {
  #kv .kv_wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 15.4166666667vw;
    left: 22.7083333333vw;
  }
}
#kv .kv_text {
  position: absolute;
  z-index: 1;
  top: 26.6666666667vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  width: 81.0666666667vw;
}
@media (min-width: 961px) {
  #kv .kv_text {
    position: static;
    width: 23.28125vw;
    min-width: 360px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#kv .kv_text .kv-letter {
  opacity: 0;
  -webkit-animation: svgDrop 0.2s linear forwards;
          animation: svgDrop 0.2s linear forwards;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#kv .kv_text .kv-letter-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#kv .kv_text .kv-letter-2 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
#kv .kv_text .kv-letter-3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
#kv .kv_text .kv-letter-4 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
#kv .kv_text .kv-letter-5 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
#kv .kv_text .kv-letter-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#kv .kv_text .kv-letter-7 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
#kv .kv_text .kv-letter-8 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
#kv .kv_text .kv-letter-9 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
#kv .kv_text .kv-letter-10 {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
#kv .kv_text .kv-letter-11 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#kv .kv_text .kv-letter-12 {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
#kv .kv_text .kv-letter-13 {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
#kv .kv_text .kv-letter-14 {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
#kv .kv_text .kv-letter-15 {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
#kv .kv_text .kv-letter-16 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#kv .kv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 961px) {
  #kv .kv_content {
    width: 22.8125vw;
    min-width: 360px;
    bottom: 7.2916666667vw;
    left: 22.7083333333vw;
    margin: 0;
  }
}
#kv .kv_content .kv_bnr {
  width: 100%;
}
#kv .kv_content .kv_bnr picture, #kv .kv_content .kv_bnr source, #kv .kv_content .kv_bnr img {
  width: 100%;
  height: auto;
}
#kv .kv_content .kv_bnr a:hover {
  opacity: 0.9;
}
#kv .kv_catchcopy {
  position: absolute;
  z-index: 1;
  top: 113.3333333333vw;
  left: 18.1333333333vw;
  width: 64vw;
  -webkit-animation: zoomIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}
@media (min-width: 961px) {
  #kv .kv_catchcopy {
    width: 19.8958333333vw;
    top: 26.5625vw;
    left: 53.3333333333vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: none !important;
    transition: none !important;
    will-change: top, left, width;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
#kv .kv_catchcopy img {
  width: 100%;
  height: auto;
}
#kv .kv_txt small {
  font-size: 2.9333333333vw;
  color: rgb(var(--white-clr));
}
@media (min-width: 961px) {
  #kv .kv_txt small {
    font-size: 11px;
    color: #333333;
  }
}

/* Column Top Section */
#column_top {
  padding: 7.91vw 0 17.91vw;
}
#column_top .common_title {
  padding: 24.42vw 0 0;
  margin: 0 0 8.84vw;
}
#column_top .common_title::before {
  width: 14.42vw;
  height: 18.37vw;
  content: "";
  display: block;
  background: url("../img/icon_magnifying_glass.svg") no-repeat left top/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 601px) {
  #column_top .common_title {
    padding: 110px 0 0;
    margin: 0 0 45px;
  }
  #column_top .common_title::before {
    width: 62px;
    height: 79px;
  }
}
#column_top .column_list {
  gap: 6.51vw 6.05vw;
  margin: 0 0 8.13vw;
  padding: 0 1.63vw;
}
#column_top .column_list .thumbnail {
  margin: 0 0 3.48vw;
}
@media (min-width: 601px) {
  #column_top .column_list .thumbnail {
    margin: 0 0 17px;
  }
}
#column_top .column_list .headline {
  line-height: 1.35;
}
@media (min-width: 601px) {
  #column_top .column_list .headline {
    line-height: 1.33;
  }
}
@media (min-width: 601px) {
  #column_top .column_list {
    max-width: 580px;
    row-gap: 50px;
    -webkit-column-gap: calc(100% - 500px);
       -moz-column-gap: calc(100% - 500px);
            column-gap: calc(100% - 500px);
    margin: 0 auto 65px;
    padding: 0;
  }
}
@media (min-width: 961px) {
  #column_top .column_list {
    max-width: 940px;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: calc((100% - 700px) / 3);
       -moz-column-gap: calc((100% - 700px) / 3);
            column-gap: calc((100% - 700px) / 3);
  }
}
@media (min-width: 601px) {
  #column_top {
    padding: 5px 0 80px;
  }
}

/* Top News Section */
#top_news .news_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D2E5FF;
  border: 1.5px solid #5981D3;
  padding: 32px 10px 48px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #top_news .news_wrap {
    padding: 96px 80px 64px;
    border-radius: 40px;
  }
}
#top_news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 601px) {
  #top_news .news_list {
    gap: 16px;
  }
}
#top_news .news_list li {
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (min-width: 601px) {
  #top_news .news_list li {
    padding: 32px 40px;
    border-radius: 15px;
  }
}
#top_news .news_item .ymd {
  color: #2F3787;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_news .news_item .ymd {
    font-size: 14px;
  }
}
#top_news .news_topElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 601px) {
  #top_news .news_topElement {
    gap: 48px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#top_news .news_bottomElement {
  margin-top: 24px;
}
@media (min-width: 601px) {
  #top_news .news_bottomElement {
    margin-top: 20px;
  }
}
#top_news .cate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
}
@media (min-width: 601px) {
  #top_news .cate_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#top_news .cate_wrap .cate {
  padding: 6px 15px;
  border: 1px solid #5981D3;
  border-radius: 4px;
  color: #5981D3;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_news .cate_wrap .cate {
    font-size: 14px;
    padding: 6px 20px;
  }
}
#top_news .cate_wrap .cate.important {
  color: rgb(var(--white-clr));
  background: #FF85C4;
  border-color: #FF85C4;
}
#top_news .news_ttl {
  line-height: 1.5;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_news .news_ttl {
    font-size: 14px;
  }
}
#top_news .btn_area {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#top_news .u-textLink a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

/* Reason Section */
#top_reason {
  background-color: #FFD4E7;
  padding: 48px 0 64px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  #top_reason {
    padding: 112px 0;
  }
}
#top_reason .container {
  position: relative;
  max-width: 1100px;
}
#top_reason .reason_bglight {
  max-width: min(375 / (1920 - var(--scrollbar-width)) * 100vw, 375px);
}
@media (min-width: 768px) {
  #top_reason .reason_bglight {
    max-width: min(1920 / (1920 - var(--scrollbar-width)) * 100vw, 1920px);
  }
}
#top_reason .reason_bglight--pc {
  display: none;
}
@media (min-width: 768px) {
  #top_reason .reason_bglight--pc {
    display: block;
  }
}
#top_reason .reason_bglight--pc .icon-group {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_reason .reason_bglight--pc .icon-cross-1 {
  top: 15%;
  right: 30%;
  width: min(36 / (1920 - var(--scrollbar-width)) * 100vw, 36px);
}
#top_reason .reason_bglight--pc .icon-cross-2 {
  top: 32%;
  left: 30%;
  width: min(36 / (1920 - var(--scrollbar-width)) * 100vw, 36px);
}
#top_reason .reason_bglight--pc .icon-cross-3 {
  top: 88%;
  left: 38%;
  width: min(36 / (1920 - var(--scrollbar-width)) * 100vw, 36px);
}
#top_reason .reason_bglight--pc .icon-star-1 {
  top: 0%;
  left: 5%;
  width: min(26 / (1920 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--pc .icon-star-2 {
  top: 20%;
  left: 10%;
  width: min(26 / (1920 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--pc .icon-star-3 {
  top: 21%;
  right: 0%;
  width: min(26 / (1920 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--pc .icon-star-4 {
  top: 38.5%;
  right: 5%;
  width: min(26 / (1920 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--pc .icon-star-5 {
  top: 54%;
  left: 50%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#top_reason .reason_bglight--pc .icon-star-6 {
  top: 66%;
  left: 36%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#top_reason .reason_bglight--pc .icon-star-7 {
  top: 86%;
  right: 0%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#top_reason .reason_bglight--sp {
  display: block;
}
@media (min-width: 768px) {
  #top_reason .reason_bglight--sp {
    display: none;
  }
}
#top_reason .reason_bglight--sp .icon-group {
  z-index: -1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_reason .reason_bglight--sp .icon-cross-1 {
  top: 8%;
  left: 15%;
  width: min(26 / (375 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--sp .icon-cross-2 {
  top: 60%;
  left: 14%;
  width: min(26 / (375 - var(--scrollbar-width)) * 100vw, 26px);
}
#top_reason .reason_bglight--sp .icon-star-1 {
  top: 20.5%;
  left: 18%;
  width: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
  height: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
}
#top_reason .reason_bglight--sp .icon-star-2 {
  top: 43%;
  right: 13%;
  width: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
  height: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
}
#top_reason .reason_bglight--sp .icon-star-3 {
  top: 81%;
  right: 13%;
  width: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
  height: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
}
#top_reason .reason_bglight--sp .icon-star-4 {
  bottom: -1%;
  left: 13%;
  width: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
  height: min(17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
}
#top_reason .reason_bglight svg {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#top_reason .reason_bglight svg.blink-animation {
  -webkit-animation: blinkRandom var(--blink-duration, 2s) ease-in-out infinite;
          animation: blinkRandom var(--blink-duration, 2s) ease-in-out infinite;
  -webkit-animation-delay: var(--blink-delay, 0s);
          animation-delay: var(--blink-delay, 0s);
}
#top_reason .reason_icon_img {
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: block;
}
@media (min-width: 768px) {
  #top_reason .reason_icon_img {
    max-width: 432px;
  }
}
#top_reason .reason_icon_img img,
#top_reason .reason_icon_img source {
  width: 100%;
  height: auto;
}
#top_reason .reason_icon_img:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 57px;
  height: 55.42px;
  z-index: 1;
  background-image: url("/wp-content/themes/frey-a26/img/new_top/icon_mark_wakaba.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  #top_reason .reason_icon_img:after {
    right: min(-164 / (1920 - var(--scrollbar-width)) * 100vw, -164px);
    bottom: 0;
    width: 69px;
    height: 67.09px;
  }
}
#top_reason .reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 56px;
}
@media (min-width: 768px) {
  #top_reason .reason_list {
    gap: 64px;
    margin-top: 88px;
  }
}
#top_reason .reason_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  #top_reason .reason_item {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item {
    gap: 80px;
  }
}
#top_reason .reason_item + #top_reason .reason_item {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #top_reason .reason_item + #top_reason .reason_item {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  #top_reason .reason_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(even) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (min-width: 768px) {
  #top_reason .reason_item:nth-child(1) {
    gap: 30px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(1) {
    gap: 73px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(1) .reason_img {
    max-width: 465px;
  }
}
@media (min-width: 768px) {
  #top_reason .reason_item:nth-child(2) {
    gap: 20px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(2) {
    gap: 38px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(2) .reason_img {
    max-width: 486px;
  }
}
@media (min-width: 768px) {
  #top_reason .reason_item:nth-child(3) {
    gap: 30px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(3) {
    gap: 86px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(3) .reason_img {
    max-width: 453px;
  }
}
@media (min-width: 768px) {
  #top_reason .reason_item:nth-child(4) {
    gap: 10px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(4) {
    gap: 14.5px;
  }
}
@media (min-width: 961px) {
  #top_reason .reason_item:nth-child(4) .reason_img {
    max-width: 526px;
  }
}
#top_reason .reason_img {
  width: 100%;
  max-width: 329px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  #top_reason .reason_img {
    max-width: 436px;
    width: 45%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#top_reason .reason_content {
  display: contents;
}
@media (min-width: 768px) {
  #top_reason .reason_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
  }
}
#top_reason .reason_content .title {
  font-weight: 600;
  font-size: clamp(0px, 22 / (375 - var(--scrollbar-width)) * 100vw, 22px);
  line-height: 1.5;
  color: #E8518F;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #top_reason .reason_content .title {
    text-align: left;
    font-size: 32px;
  }
}
#top_reason .reason_content .text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  font-weight: 500;
  color: #333333;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_reason .reason_content .text {
    font-size: 16px;
  }
}
#top_reason .reason_content .text-small {
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin-top: 16px;
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
}
@media (min-width: 768px) {
  #top_reason .reason_content .text-small {
    margin-top: 20px;
    font-size: 11px;
  }
}
#top_reason .reason_point {
  max-width: 140px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  #top_reason .reason_point {
    max-width: 200px;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#top_reason .reason_block {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 30px;
  max-width: 500px;
}
@media (min-width: 768px) {
  #top_reason .reason_block {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    max-width: none;
    padding: 0;
  }
}
#top_reason .reason_block .u-textLink {
  margin-top: 24px;
  text-align: right;
}
@media (min-width: 768px) {
  #top_reason .reason_block .u-textLink {
    text-align: left;
  }
}

/* top_flow Section */
#top_flow.top {
  padding-top: 48px;
}
@media (min-width: 768px) {
  #top_flow.top {
    padding-top: 112px;
  }
}
#top_flow .flow_wrap {
  background-color: rgb(var(--white-clr));
  border: 1.5px solid #5981D3;
  border-radius: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 90px;
  max-width: 345px;
}
@media (min-width: 768px) {
  #top_flow .flow_wrap {
    max-width: 600px;
    padding: 120px 0;
  }
}
#top_flow .flow_wrap .u-textLink {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #top_flow .flow_wrap .u-textLink {
    margin-top: 60px;
  }
}
#top_flow .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  #top_flow .flow_item {
    gap: 40px;
  }
}
#top_flow .flow_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  #top_flow .flow_title_wrap {
    gap: 20px;
  }
}
#top_flow .flow_point {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: rgba(255, 133, 196, 0.5);
}
@media (min-width: 768px) {
  #top_flow .flow_point {
    font-size: 62.8318px;
  }
}
#top_flow .flow_title {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.35;
  text-align: center;
  color: #2F3787;
}
@media (min-width: 768px) {
  #top_flow .flow_title {
    font-size: 28px;
  }
}
#top_flow .splide__arrow {
  background: #FF85C4;
  height: 30px;
  width: 30px;
  min-width: 30px;
  top: auto;
  bottom: 19%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #top_flow .splide__arrow {
    bottom: 23%;
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
}
#top_flow .splide__arrow:hover {
  opacity: 0.7;
}
#top_flow .splide__arrow:disabled {
  opacity: 0;
  cursor: default;
}
#top_flow .splide__arrow svg {
  fill: #fff;
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  #top_flow .splide__arrow svg {
    height: 16px;
    width: 16px;
  }
}
#top_flow .splide__arrow--prev {
  left: min(14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_flow .splide__arrow--prev {
    left: 32px;
  }
}
#top_flow .splide__arrow--next {
  right: min(14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_flow .splide__arrow--next {
    right: 32px;
  }
}

/* top_faq Section */
#top_faq {
  padding: 64px 0;
}
@media (min-width: 768px) {
  #top_faq {
    padding: 112px 0;
  }
}
#top_faq .faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top_faq .faq_list .faq {
  position: relative;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  overflow: hidden;
}
#top_faq .faq_list .faq .q,
#top_faq .faq_list .faq .a {
  text-align: left;
  background-color: #D2E5FF;
  color: #333333;
  font-weight: 500;
}
#top_faq .faq_list .faq .q::before,
#top_faq .faq_list .faq .a::before {
  position: absolute;
  display: block;
  content: "";
  left: 4.65vw;
}
#top_faq .faq_list .faq .q {
  display: block;
  position: relative;
  padding: 32px 34px 32px 75px;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  font-weight: 600;
  line-height: 1.39;
  cursor: pointer;
  z-index: 1;
  outline: none;
  border-top: 1px dashed rgb(var(--white-clr));
  border-bottom: 1px dashed rgb(var(--white-clr));
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .q {
    padding: 32px 100px 32px 100px;
    font-size: 16px;
  }
}
#top_faq .faq_list .faq .q::-webkit-details-marker {
  display: none;
}
#top_faq .faq_list .faq .q::before {
  width: 55px;
  height: 37px;
  top: 50%;
  left: 0;
  background: url("../img/new_top/icon_q.svg") no-repeat left top/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top_faq .faq_list .faq .q::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 8px;
  top: 50%;
  right: min(8 / (375 - var(--scrollbar-width)) * 100vw, 8px);
  background: url("../img/new_top/arrow_accodion.svg") no-repeat center top/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .q::after {
    right: min(45 / (1920 - var(--scrollbar-width)) * 100vw, 45px);
  }
}
#top_faq .faq_list .faq .a {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 34px 32px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .a {
    padding: 32px 100px 32px 100px;
    font-size: 16px;
  }
}
#top_faq .faq_list .faq .a::before {
  width: 55px;
  height: 37px;
  left: 0;
  background: url("../img/new_top/icon_a.svg") no-repeat left top/contain;
}
#top_faq .faq_list .faq .a p {
  line-height: 1.65;
  margin-bottom: 28px;
  font-weight: inherit;
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .a p {
    margin-bottom: 28px;
  }
}
#top_faq .faq_list .faq .a p:last-child {
  margin-bottom: 0;
}
#top_faq .faq_list .faq .a p:has(a.check) {
  text-align: left;
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .a p:has(a.check) {
    text-align: right;
  }
}
#top_faq .faq_list .faq .a a {
  color: #333333;
}
#top_faq .faq_list .faq .a a:not(.inline__none),
#top_faq .faq_list .faq .a .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #top_faq .faq_list .faq .a a:not(.inline__none),
  #top_faq .faq_list .faq .a .check {
    font-size: 13px;
  }
}
#top_faq .faq_list .faq .a a:not(.inline__none)::after,
#top_faq .faq_list .faq .a .check::after {
  content: "";
  display: inline-block;
  border-radius: 9999px;
  background-color: #E8518F;
  background-image: url(/wp-content/themes/frey-a26/img/new_top/textLink-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px/8px;
  background-position: center center;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 38px;
  height: 18px;
  min-width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top_faq .faq_list .faq .a a:not(.inline__none):hover,
#top_faq .faq_list .faq .a .check:hover {
  color: #E8518F;
  opacity: 1;
  text-decoration: underline;
}
#top_faq .faq_list .faq .a a:not(.inline__none):hover::after,
#top_faq .faq_list .faq .a .check:hover::after {
  opacity: 1;
  background-position-x: 70%;
}
#top_faq .faq_list .faq .a a:not(.inline__none) + br + a,
#top_faq .faq_list .faq .a .check + br + a {
  margin-top: 16px;
}
#top_faq .faq_list .faq .a .inline__none {
  text-decoration: underline;
  font-weight: 500;
}
#top_faq .faq_list .faq .a .code {
  background-color: #f1eff0;
  font-size: 0.88em;
  border-radius: 4px;
  padding: 1px 4px;
}
#top_faq .faq_list .faq .a small a {
  font-size: 1em;
}
#top_faq .faq_list .faq .a .caution-box01 {
  margin: 0;
  border-radius: 4.6512vw;
  padding: 5.5814vw;
  margin-bottom: 7vw;
  color: #593e49;
  background-color: rgb(var(--grad-b-clr));
}
#top_faq .faq_list .faq .a .caution-box01 p:last-child {
  margin-bottom: 3vw;
}
#top_faq .faq_list .faq .a .caution-box01 .btn {
  height: 13.95vw;
  padding: 0 13.2558vw;
  border-radius: 27.91vw;
}
#top_faq .faq_list .faq .a .caution-box01 .btn::before {
  width: 6.9767vw;
  height: 6.9767vw;
  right: 3.9535vw;
}
#top_faq .faq_list .faq.open .q::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#top_faq .u-textLink {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #top_faq {
    padding: 0 0 75px;
  }
  #top_faq.top {
    padding-top: 90px;
  }
  #top_faq .faq_list {
    max-width: 1100px;
    margin: 0 auto 45px;
  }
  #top_faq .u-textLink {
    margin-top: 60px;
  }
}

/* Clinic List */
#top_cliniclist {
  padding: 64px 0;
}
@media (min-width: 768px) {
  #top_cliniclist {
    padding: 112px 0;
  }
}
#top_cliniclist .top_clinic_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#top_cliniclist .accordion_area {
  position: relative;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  overflow: hidden;
  z-index: 0;
}
#top_cliniclist .accordion_header {
  padding: 20px 24px 20px 24px;
  border: 1px solid #FF85C4;
  background-color: #FFD4E7;
  border: 1.5px solid #FF72B6;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  text-align: left;
  color: #333333;
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
@media (min-width: 768px) {
  #top_cliniclist .accordion_header {
    font-size: 22px;
    padding: 25px 56px 25px 56px;
  }
}
#top_cliniclist .accordion_header:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 18px;
  height: 2px;
  background: #FF85C4;
  display: block;
}
#top_cliniclist .accordion_header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 2px;
  height: 18px;
  background: #FF85C4;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
#top_cliniclist .accordion_header.open:after {
  height: 0;
}
#top_cliniclist .accordion_content {
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(var(--white-clr));
  z-index: -1;
}
#top_cliniclist .accordion_content li:not(:last-child) {
  border-bottom: 1px solid #FFD4E7;
}
#top_cliniclist .accordion_content a {
  padding: 12px 24px 12px 24px;
  display: block;
  color: #333333;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #top_cliniclist .accordion_content a {
    font-size: 16px;
    padding: 25px 32px 25px 56px;
  }
}
#top_cliniclist .u-textLink {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #top_cliniclist .u-textLink {
    margin-top: 60px;
  }
}

/* safety_declaration Section */
#safety_declaration {
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: min(134 / (375 - var(--scrollbar-width)) * 100vw, 134px) 0 min(24 / (375 - var(--scrollbar-width)) * 100vw, 24px);
}
@media (min-width: 768px) {
  #safety_declaration {
    padding: min(64 / (1920 - var(--scrollbar-width)) * 100vw, 64px) 0 min(64 / (1920 - var(--scrollbar-width)) * 100vw, 64px);
  }
}
#safety_declaration::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFAACE;
}
#safety_declaration .container {
  position: relative;
}
#safety_declaration .safety_declaration_bglight {
  max-width: min(375 / (1920 - var(--scrollbar-width)) * 100vw, 375px);
}
@media (min-width: 768px) {
  #safety_declaration .safety_declaration_bglight {
    max-width: min(1920 / (1920 - var(--scrollbar-width)) * 100vw, 1920px);
  }
}
#safety_declaration .safety_declaration_bglight--pc {
  display: none;
}
@media (min-width: 768px) {
  #safety_declaration .safety_declaration_bglight--pc {
    display: block;
  }
}
#safety_declaration .safety_declaration_bglight--pc .icon-group {
  z-index: -1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#safety_declaration .safety_declaration_bglight--pc .icon-cross-1 {
  top: 25%;
  left: 23%;
  width: min(48 / (1920 - var(--scrollbar-width)) * 100vw, 48px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-cross-2 {
  bottom: 0;
  left: 20%;
  width: min(35 / (1920 - var(--scrollbar-width)) * 100vw, 35px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-1 {
  top: 41%;
  right: 4%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-2 {
  top: 5%;
  left: 5%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-3 {
  top: 50%;
  left: -5%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-4 {
  bottom: 15%;
  left: -20%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-5 {
  bottom: 13%;
  right: 15%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--pc .icon-star-6 {
  bottom: 0%;
  right: 0%;
  width: min(25 / (1920 - var(--scrollbar-width)) * 100vw, 25px);
}
#safety_declaration .safety_declaration_bglight--sp {
  display: block;
}
@media (min-width: 768px) {
  #safety_declaration .safety_declaration_bglight--sp {
    display: none;
  }
}
#safety_declaration .safety_declaration_bglight--sp .icon-group {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#safety_declaration .safety_declaration_bglight--sp .icon-cross-1 {
  top: -3%;
  right: 5%;
  width: 26px;
}
#safety_declaration .safety_declaration_bglight--sp .icon-star-1 {
  top: 15.5%;
  left: 15%;
  width: min(18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
#safety_declaration .safety_declaration_bglight--sp .icon-star-2 {
  top: 26.5%;
  right: 3%;
  width: min(18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
#safety_declaration .safety_declaration_bglight--sp .icon-star-3 {
  top: 48.5%;
  right: 2%;
  width: min(18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
@media (min-width: 376px) {
  #safety_declaration .safety_declaration_bglight--sp .icon-star-3 {
    top: 49%;
  }
}
#safety_declaration .safety_declaration_bglight--sp .icon-star-4 {
  bottom: 0%;
  right: 3%;
  width: min(18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
}
#safety_declaration .safety_declaration_bglight svg {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#safety_declaration .safety_declaration_bglight svg.blink-animation {
  -webkit-animation: blinkRandom var(--blink-duration, 2s) ease-in-out infinite;
          animation: blinkRandom var(--blink-duration, 2s) ease-in-out infinite;
  -webkit-animation-delay: var(--blink-delay, 0s);
          animation-delay: var(--blink-delay, 0s);
}
#safety_declaration .mark_img-block {
  display: none;
}
@media (min-width: 961px) {
  #safety_declaration .mark_img-block {
    width: 100%;
    z-index: -1;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: auto;
    min-width: 1400px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 1141px) {
  #safety_declaration .mark_img-block {
    width: 1480px;
  }
}
@media (min-width: 1441px) {
  #safety_declaration .mark_img-block {
    width: 1646px;
  }
}
#safety_declaration .mark_img-block img {
  -webkit-animation: spin 54s linear infinite;
          animation: spin 54s linear infinite;
  width: 100%;
  height: auto;
}
@media (min-width: 961px) {
  #safety_declaration .mark_img-block img {
    min-width: 1400px;
  }
}
@media (min-width: 1141px) {
  #safety_declaration .mark_img-block img {
    width: 1480px;
  }
}
@media (min-width: 1441px) {
  #safety_declaration .mark_img-block img {
    width: 1646px;
  }
}
#safety_declaration .mark_imgSp-block {
  position: absolute;
  z-index: -1;
  height: 300px;
  width: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media (min-width: 601px) {
  #safety_declaration .mark_imgSp-block {
    width: 1140px;
  }
}
@media (min-width: 961px) {
  #safety_declaration .mark_imgSp-block {
    display: none;
  }
}
#safety_declaration .mark_imgSp-block--1 {
  top: 0;
}
#safety_declaration .mark_imgSp-block--1 .mark_imgSp {
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}
#safety_declaration .mark_imgSp-block--2 {
  bottom: 0;
}
#safety_declaration .mark_imgSp-block--2 .mark_imgSp {
  -webkit-transform: translateY(calc(-100% + 230px));
          transform: translateY(calc(-100% + 230px));
}
#safety_declaration .mark_imgSp-block .mark_imgSp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: spin 54s linear infinite;
          animation: spin 54s linear infinite;
}
#safety_declaration .sd_inner {
  padding: 0 0 min(100 / (375 - var(--scrollbar-width)) * 100vw, 100px);
}
@media (min-width: 768px) {
  #safety_declaration .sd_inner {
    padding: min(166 / (1920 - var(--scrollbar-width)) * 100vw, 166px) 0 min(230 / (1920 - var(--scrollbar-width)) * 100vw, 230px);
  }
}
#safety_declaration .main_img {
  max-width: min(235 / (375 - var(--scrollbar-width)) * 100vw, 235px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  #safety_declaration .main_img {
    max-width: 250px;
  }
}
@media (min-width: 961px) {
  #safety_declaration .main_img {
    max-width: 350px;
  }
}
#safety_declaration .talent_img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  text-align: right;
  margin-top: -20px;
}
@media (min-width: 768px) {
  #safety_declaration .talent_img {
    max-width: 1646px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #safety_declaration .talent_img picture {
    width: min(500 / (1920 - var(--scrollbar-width)) * 100vw, 500px);
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 30px;
    top: -100px;
  }
}
@media (min-width: 1141px) {
  #safety_declaration .talent_img picture {
    top: 0px;
    -webkit-transform: translate(0%, -25%);
            transform: translate(0%, -25%);
  }
}
@media (min-width: 1920px) {
  #safety_declaration .talent_img picture {
    right: 0;
  }
}
#safety_declaration .center_text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #safety_declaration .center_text {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#safety_declaration .center_text p {
  font-size: clamp(0px, 15 / (375 - var(--scrollbar-width)) * 100vw, 15px);
  line-height: 2;
  text-align: center;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  #safety_declaration .center_text p {
    font-size: 16px;
  }
}
@media (min-width: 1101px) {
  #safety_declaration .center_text p {
    font-size: 18px;
  }
}
#safety_declaration .sd_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  #safety_declaration .sd_list {
    gap: 2%;
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_list {
    gap: 3.5%;
  }
}
#safety_declaration .sd_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #safety_declaration .sd_list li {
    width: 32%;
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_list li {
    width: 31%;
  }
}
#safety_declaration .sd_list .title {
  margin-bottom: -27px;
  z-index: 0;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #safety_declaration .sd_list .title {
    margin-bottom: min(-20 / (1920 - var(--scrollbar-width)) * 100vw, -20px);
  }
}
#safety_declaration .sd_list .content {
  background-color: #fff;
  border: 1.5px solid #FF72B6;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: min(40 / (375 - var(--scrollbar-width)) * 100vw, 40px) min(30 / (375 - var(--scrollbar-width)) * 100vw, 30px) min(20 / (375 - var(--scrollbar-width)) * 100vw, 20px) min(30 / (375 - var(--scrollbar-width)) * 100vw, 30px);
}
@media (min-width: 768px) {
  #safety_declaration .sd_list .content {
    padding: min(40 / (1920 - var(--scrollbar-width)) * 100vw, 40px) min(30 / (1920 - var(--scrollbar-width)) * 100vw, 30px) min(30 / (1920 - var(--scrollbar-width)) * 100vw, 30px) min(30 / (1920 - var(--scrollbar-width)) * 100vw, 30px);
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_list .content {
    padding: min(40 / (1920 - var(--scrollbar-width)) * 100vw, 40px) min(40 / (1920 - var(--scrollbar-width)) * 100vw, 40px) min(30 / (1920 - var(--scrollbar-width)) * 100vw, 30px) min(40 / (1920 - var(--scrollbar-width)) * 100vw, 40px);
  }
}
#safety_declaration .sd_list .text-block {
  margin-top: 30px;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
}
@media (min-width: 768px) {
  #safety_declaration .sd_list .text-block {
    font-size: 16px;
  }
}
#safety_declaration .sd_list .text-block p {
  font-weight: 500;
  text-align: left;
  color: #333;
}
#safety_declaration .sd_list .text-small {
  margin-top: 12px;
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
  color: #333333;
}
@media (min-width: 768px) {
  #safety_declaration .sd_list .text-small {
    font-size: 11px;
  }
}
#safety_declaration .sd_list .btn_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#safety_declaration .mark_wakaba {
  height: min(46 / (375 - var(--scrollbar-width)) * 100vw, 46px);
  width: min(47.89 / (375 - var(--scrollbar-width)) * 100vw, 47.89px);
  margin-top: min(70 / (375 - var(--scrollbar-width)) * 100vw, 70px);
  margin-right: min(40 / (375 - var(--scrollbar-width)) * 100vw, 40px);
  margin-left: auto;
}
@media (min-width: 768px) {
  #safety_declaration .mark_wakaba {
    margin-right: auto;
    width: min(83.28 / (1920 - var(--scrollbar-width)) * 100vw, 83.28px);
    height: min(80.45 / (1920 - var(--scrollbar-width)) * 100vw, 80.45px);
    margin-right: auto;
    margin-top: min(50 / (1920 - var(--scrollbar-width)) * 100vw, 50px);
  }
}
#safety_declaration .sd_animation {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
#safety_declaration .sd_animation-1,
#safety_declaration .sd_animation-2,
#safety_declaration .sd_animation-3 {
  display: none;
}
@media (min-width: 768px) {
  #safety_declaration .sd_animation-1,
  #safety_declaration .sd_animation-2,
  #safety_declaration .sd_animation-3 {
    display: block;
  }
}
@media (min-width: 768px) {
  #safety_declaration .sd_animation-1 {
    max-width: 176px;
    top: 0;
    right: 0;
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_animation-1 {
    max-width: 252px;
  }
}
@media (min-width: 768px) {
  #safety_declaration .sd_animation-2 {
    max-width: 178px;
    top: 320px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_animation-2 {
    max-width: 255px;
  }
}
@media (min-width: 768px) {
  #safety_declaration .sd_animation-3 {
    max-width: 192.5px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 961px) {
  #safety_declaration .sd_animation-3 {
    max-width: 275px;
  }
}
#safety_declaration .sd_animation-sp {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  #safety_declaration .sd_animation-sp {
    display: none;
  }
}
#safety_declaration .sd_animation-sp-4 {
  max-width: 252px;
  top: min(200 / (375 - var(--scrollbar-width)) * 100vw, 200px);
  left: 0;
}
#safety_declaration .sd_animation-sp-5 {
  max-width: 252px;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes blinkRandom {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

@keyframes blinkRandom {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
/* Top plan_popular Section */
#top_plan_popular {
  position: relative;
  padding-top: 48px;
}
@media (min-width: 768px) {
  #top_plan_popular {
    padding-top: 112px;
  }
}
#top_plan_popular .course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #top_plan_popular .course_list {
    gap: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top_plan_popular .course_item {
  border: 1.5px solid #5981D3;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(var(--white-clr));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #top_plan_popular .course_item {
    width: calc((100% - 26px) / 2);
  }
}
@media (min-width: 1141px) {
  #top_plan_popular .course_item {
    width: calc((100% - 26px) / 3);
  }
}
#top_plan_popular .course_item .u-textLink {
  margin-top: 24px;
}
#top_plan_popular .course_topBlock {
  padding: 12px 20px;
  background-color: #FF85C4;
  margin: 6px 6px 0;
  border-radius: 16px 16px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#top_plan_popular .course_bottomBlock {
  padding: 12px 14px 16px;
}
@media (min-width: 768px) {
  #top_plan_popular .course_bottomBlock {
    padding: 12px 16px 20px;
  }
}
#top_plan_popular .course_img {
  margin: 12px auto 0;
}
#top_plan_popular .course_img--over25 {
  max-width: 156px;
}
#top_plan_popular .course_img--under25 {
  max-width: 119px;
}
#top_plan_popular .course_general {
  color: rgb(var(--white-clr));
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 4.5px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid rgb(var(--white-clr));
  min-width: 218px;
}
@media (min-width: 601px) {
  #top_plan_popular .course_general {
    min-width: 200px;
  }
}
@media (min-width: 601px) {
  #top_plan_popular .course_general ~ .course_head {
    margin-top: 12px;
  }
}
#top_plan_popular .course_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: rgb(var(--white-clr));
}
@media (min-width: 601px) {
  #top_plan_popular .course_name {
    font-size: 28px;
    line-height: 1;
  }
}
#top_plan_popular .course_middlefs {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 601px) {
  #top_plan_popular .course_middlefs {
    font-size: 32px;
  }
}
#top_plan_popular .course_count {
  font-size: 40px;
}
@media (min-width: 601px) {
  #top_plan_popular .course_count {
    font-size: 59px;
  }
}
#top_plan_popular .course_attention {
  margin-top: 12px;
  text-align: left;
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
  line-height: 1.5;
  color: #333333;
}
@media (min-width: 601px) {
  #top_plan_popular .course_attention {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  #top_plan_popular .course_attention {
    margin-top: 20px;
  }
}
#top_plan_popular .course_attention .text-small {
  text-align: left;
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
  line-height: 1.5;
  color: #333333;
}
@media (min-width: 601px) {
  #top_plan_popular .course_attention .text-small {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  #top_plan_popular .course_attention .text-small {
    display: inline;
  }
}
#top_plan_popular .part_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  gap: 8px 4px;
}
@media (min-width: 768px) {
  #top_plan_popular .part_list {
    margin-top: 16px;
  }
}
#top_plan_popular .part_item::before {
  content: "";
  display: inline-block;
  min-width: 13.1px;
  width: 13.1px;
  height: 13.1px;
  margin-right: 4px;
  background: url(../img/new_top/icon_plus.svg) no-repeat left top/contain;
}
#top_plan_popular .part_item:first-child::before {
  display: none;
}
#top_plan_popular .part_tip {
  padding: 5px 16px;
  background-color: #5981D3;
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
  color: rgb(var(--white-clr));
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 768px) {
  #top_plan_popular .part_tip {
    font-size: 16px;
    min-width: 68px;
  }
}
#top_plan_popular .course_price .installments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2F3787;
  font-weight: 500;
}
#top_plan_popular .course_price .monthly {
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
  font-weight: 700;
  margin-top: min(32 / (375 - var(--scrollbar-width)) * 100vw, 32px);
}
@media (min-width: 768px) {
  #top_plan_popular .course_price .monthly {
    font-size: 22px;
    margin-top: 18px;
  }
}
#top_plan_popular .course_price .amount {
  letter-spacing: -0.06em;
  position: relative;
  font-size: clamp(0px, 34 / (375 - var(--scrollbar-width)) * 100vw, 34px);
  font-weight: 700;
}
@media (min-width: 768px) {
  #top_plan_popular .course_price .amount {
    letter-spacing: -0.05em;
    font-size: 36px;
  }
}
#top_plan_popular .course_price .amount .number {
  font-size: clamp(0px, 78 / (375 - var(--scrollbar-width)) * 100vw, 78px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
@media (min-width: 768px) {
  #top_plan_popular .course_price .amount .number {
    font-size: 74px;
  }
}
#top_plan_popular .course_price .amount .tax {
  display: inline-block;
  position: absolute;
  top: min(24 / (375 - var(--scrollbar-width)) * 100vw, 24px);
  right: min(4 / (375 - var(--scrollbar-width)) * 100vw, 4px);
  font-size: clamp(0px, 12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
  font-weight: 600;
}
@media (min-width: 768px) {
  #top_plan_popular .course_price .amount .tax {
    font-size: 14px;
    top: 18px;
    right: 4px;
  }
}
#top_plan_popular .course_price .lump_sum {
  margin-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #333333;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  padding: 4px 8px;
}
#top_plan_popular .courseInfo_block {
  margin-top: 84px;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_block {
    margin-top: 112px;
  }
}
#top_plan_popular .courseInfo_ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_plan_popular .courseInfo_ttlWrap .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.35;
  text-align: center;
  color: #F4619F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4px;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_ttlWrap .title {
    gap: 8px;
    font-size: 32px;
  }
}
#top_plan_popular .courseInfo_ttlWrap .title::before, #top_plan_popular .courseInfo_ttlWrap .title:after {
  content: "";
  display: block;
  width: 51.84px;
  height: 43.51px;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_ttlWrap .title::before, #top_plan_popular .courseInfo_ttlWrap .title:after {
    width: 51.84px;
    height: 43.51px;
  }
}
#top_plan_popular .courseInfo_ttlWrap .title::before {
  background: url(../img/new_top/courseInfo_ttlLeft.svg) no-repeat left top/contain;
}
#top_plan_popular .courseInfo_ttlWrap .title::after {
  background: url(../img/new_top/courseInfo_ttlRight.svg) no-repeat left top/contain;
}
#top_plan_popular .courseInfo_list {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
@media (min-width: 601px) {
  #top_plan_popular .courseInfo_list {
    margin-top: 50px;
  }
}
@media (min-width: 961px) {
  #top_plan_popular .courseInfo_list {
    gap: 16px;
  }
}
#top_plan_popular .courseInfo_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border: 1.5px solid #5981D3;
  border-radius: 85.6951px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: calc(50% - 6.5px);
  min-height: 110px;
}
@media (min-width: 601px) {
  #top_plan_popular .courseInfo_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 30px 45px;
    min-height: auto;
  }
}
@media (min-width: 961px) {
  #top_plan_popular .courseInfo_item {
    width: calc((100% - 32px) / 3);
    gap: 32px;
  }
}
#top_plan_popular .courseInfo_item--counseling .img {
  width: min(46 / (375 - var(--scrollbar-width)) * 100vw, 46px);
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--counseling .img {
    width: auto;
  }
}
#top_plan_popular .courseInfo_item--medical .img {
  width: min(37.7 / (375 - var(--scrollbar-width)) * 100vw, 37.7px);
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--medical .img {
    width: auto;
  }
}
#top_plan_popular .courseInfo_item--test .img {
  width: min(42.3 / (375 - var(--scrollbar-width)) * 100vw, 42.3px);
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--test .img {
    width: auto;
  }
}
#top_plan_popular .courseInfo_item--shaving .img {
  width: min(38 / (375 - var(--scrollbar-width)) * 100vw, 38px);
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--shaving .img {
    width: auto;
  }
}
#top_plan_popular .courseInfo_item--transfer .img {
  width: min(53.8 / (375 - var(--scrollbar-width)) * 100vw, 53.8px);
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--transfer .img {
    width: auto;
  }
}
#top_plan_popular .courseInfo_item--treatment .img {
  width: min(51.2 / (375 - var(--scrollbar-width)) * 100vw, 51.2px);
  margin-top: 5px;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item--treatment .img {
    width: auto;
    margin-top: 0;
  }
}
#top_plan_popular .courseInfo_item .img {
  margin-left: auto;
  margin-right: auto;
}
#top_plan_popular .courseInfo_item .img img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top_plan_popular .courseInfo_item .text {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item .text {
    font-size: 16px;
  }
}
#top_plan_popular .courseInfo_item .text--small {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 768px) {
  #top_plan_popular .courseInfo_item .text--small {
    font-size: 14px;
  }
}
#top_plan_popular .btn_area {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #top_plan_popular .btn_area {
    margin-top: 80px;
  }
}

#top_discount {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
@media (min-width: 601px) {
  #top_discount {
    padding: 112px 0;
  }
}
#top_discount .splide {
  margin-top: 32px;
}
@media (min-width: 961px) {
  #top_discount .splide {
    margin-top: 48px;
  }
}
#top_discount .top_discount_track {
  overflow: initial;
}
@media (min-width: 761px) {
  #top_discount .top_discount_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    cursor: default;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top_discount .top_discount_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #5981D3;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 276px;
  background-color: rgb(var(--white-clr));
  row-gap: 0px;
}
@media (min-width: 761px) {
  #top_discount .top_discount_item {
    display: grid;
    max-width: 360px;
    grid-template-rows: subgrid;
    grid-row: span 3;
    width: 100%;
    min-width: 276px;
  }
}
#top_discount .top_discount_topBlock {
  padding: 16px 24px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  #top_discount .top_discount_topBlock {
    padding: 32px 16px;
    gap: 12px;
  }
}
#top_discount .top_discount_middleBlock {
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #top_discount .top_discount_middleBlock {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 10px 28px;
  }
}
#top_discount .daily-discount .top_discount_middleBlock {
  background-color: #44CE96;
}
#top_discount .daily-discount .img {
  max-width: 122px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top_discount .daily-discount .img {
    max-width: 136px;
  }
}
#top_discount .pair-discount .top_discount_middleBlock {
  background-color: #E3D048;
}
#top_discount .pair-discount .img {
  max-width: 115px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top_discount .pair-discount .img {
    max-width: 125px;
  }
}
#top_discount .u25-discount .top_discount_middleBlock {
  background-color: #FD73AC;
}
#top_discount .u25-discount .img {
  max-width: 138px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top_discount .u25-discount .img {
    max-width: 149px;
  }
}
#top_discount .transfer-discount .top_discount_middleBlock {
  background-color: #7AA4FB;
}
#top_discount .transfer-discount .img {
  max-width: 175px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top_discount .transfer-discount .img {
    max-width: 190px;
  }
}
#top_discount .top_discount_bottomBlock {
  padding: 14px 16px;
}
@media (min-width: 768px) {
  #top_discount .top_discount_bottomBlock {
    padding: 16px 12px;
    min-height: 50px;
  }
}
#top_discount .top_discount_bottomBlock p {
  text-align: center;
  font-size: 11px;
  color: #333333;
}
#top_discount .top_discount_bottomBlock--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}
#top_discount .text-block {
  font-weight: 500;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  line-height: 1.5;
  color: #333333;
}
@media (min-width: 768px) {
  #top_discount .text-block {
    font-size: 16px;
  }
}
#top_discount .top_discount_max {
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  #top_discount .top_discount_max {
    font-size: 17px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
#top_discount .top_discount_price {
  font-weight: 500;
  font-size: 24px;
  color: rgb(var(--white-clr));
  display: contents;
}
@media (min-width: 768px) {
  #top_discount .top_discount_price {
    display: block;
    font-size: 26px;
  }
}
#top_discount .top_discount_price .number {
  font-size: 56px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -0.04em;
  margin-right: 0.04em;
}
@media (min-width: 768px) {
  #top_discount .top_discount_price .number {
    font-size: 62px;
  }
}
#top_discount .top_discount_price .eng {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 43px;
  width: 100%;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  #top_discount .top_discount_price .eng {
    font-size: 47px;
  }
}
#top_discount .top_discount_price .yen {
  font-weight: 800;
}

/** effect text **/
.et-1 {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.et-1.viewed,
.viewed .et-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes rotate-y {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate-y {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.et-2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #A5ECCF), color-stop(0%, transparent));
  background: linear-gradient(to right, #A5ECCF 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 2s ease-out;
  transition: background-size 2s ease-out;
}
.viewed .et-2 {
  background-size: 100% 100%;
}

.container {
  padding: 0 4.65vw;
}
@media (min-width: 601px) {
  .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
  }
}

.top_btn a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.top_btn a::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/frey-a26/img/new_top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 38px;
  height: 18px;
  min-width: 38px;
}

@-webkit-keyframes blinkSmooth {
  0%, 100% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
}

@keyframes blinkSmooth {
  0%, 100% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes svgDrop {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes svgDrop {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}