.p-top .p-top__text {
  color: white;
  font-size: min(17px, 1.328125vw);
  font-weight: 300;
  letter-spacing: 1.75px;
  /*height: min(163px, 12.734375vw);*/
  overflow: hidden;
  opacity: 0;
}

@media (width <=600px) {
  .p-top .p-top__text {
    width: 56.7430025445vw;
    min-width: 300px;
    /*font-size: 4.3256997455vw;*/
    font-size: 1.995305164319249vh;
    letter-spacing: normal;
    height: auto;
  }
}


.p-top .p-top__content {
  position: absolute;
  right: 3.828125vw;
  width: 37.65625vw;
  bottom: 4.62625vh;
}

@media (width <=600px) {
  .p-top .p-top__content {
    width: 100%;
    min-width: 290px;
    right: auto;
    left: 50%;
    bottom: 5%;
    top: auto;
    transform: translate(-50%, 0);
    padding: 0 7.2519083969vw;
  }
}

/* 全般のスタイル設定 */
.customNav {
  left: max(850px, 64%) !important;
  transform: translateX(-50%);
  margin: 0 auto !important;
  bottom: 13%;
  position: absolute;
  z-index: 999;
}

@media (width <=1280px) {
  .customNav {
    left: max(850px, 65%) !important;
  }
}

@media (width <=992px) {
  .customNav {
    left: 90% !important;
    bottom: 10%;
  }
}

@media (width <=600px) {
  .customNav {
    left: 87% !important;
  }
}

#fp-nav ul,
.customNav ul {
  display: flex;
  flex-direction: column;
}


.customNav ul li,
.customNav ul li span {
  height: 2px;
  margin: 0.8vh 0.6vw 0.8vh 0.6vw;
  display: block;
}


.customNav ul li span {
  background: #000;
  width: 20.57px;
  border-radius: unset;
}

@media (width <=600px) {
  .customNav ul li span {
    background: #000;
    width: 4.589673913043478vw;
  }
}

#fp-nav ul li:hover span,
.customNav ul li span.active {
  width: 61px;
  height: 2px;
  margin: 0.8vh 0.6vw 0.8vh 0.6vw;
  border-radius: unset;
}

@media (width <=600px) {

  #fp-nav ul li:hover span,
  .customNav ul li span.active {
    width: 40px;
    border-radius: unset;
  }
}

.stylist-card-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 0.625vw;
}

.p-stylist .p-stylist__info {
  width: 100%;
  min-width: 0;
  max-width: 57%;
}

.p-stylist .p-stylist__item {
  margin-left: 0.625vw;
  position: relative;
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
}

@media (width <=600px) {
  .p-stylist .p-stylist__items {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    gap: 1.5267175573vw;
    padding-top: calc(var(--vh, 1vh)* 40 / 852* 100);
  }

  .p-stylist .p-stylist__item {
    max-width: 100%;
    min-width: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
    aspect-ratio: auto;
    margin-left: 0;
  }

  .stylist-card-wrapper:nth-child(2n-1) {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
}

.content-title__text {
  flex-wrap: wrap;
  justify-content: center;
}

.l-content .l-content__inner {
  max-height: 100vh;
}


/*==================================
/* トップページ　サロンセクション(ローケーション) 
==================================*/
 /*レスポンシブ時のサロンアイテム動的に変更カウント*/
:root {
     --salon-count: 4.5;
}


/* レスポンシブ時中央寄せ拒否 */
@media (width <=600px) {
.p-location{
  height: 100%;
}
}

/* タイトル位置調整 */
.l-content .p-location__titlebox {
  align-items: flex-start;
  position: relative;
  height: calc(100vh - 10rem);
}

.l-content .p-location__titlebox .p-location__title{
  position: absolute;
  padding-top: 8%;
}

@media (width <= 600px) {
  .l-content .p-location__titlebox {
    position: absolute;
    height: auto;
    top: 5.6rem;
  }
  .l-content .p-location__titlebox .p-location__title{
    padding: 0;
  }
}

.p-location__salons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  height: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 2.4rem 0;
}

@media (width <=1280px) {
  .p-location__salons {
    gap: 2.8rem;
  }
}

@media (width <=992px) {
  .p-location__salons {
    max-width: 100%;
    gap: 1rem;
  }
}
@media (width <=600px) {
  .p-location__salons {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    height: calc(100dvh - 60px);
  }
}

.p-location__salon {
  position: relative;
  width: 48%;
  height: 48%;
  overflow: hidden;
  min-height: calc((100svh - 6rem) / 2.5);
}

@media (width <=600px) {
  .p-location__salon {
    width: 95%;
    margin-left: auto;
        min-height: calc((100dvh - 60px) / 4.5);
        max-height: calc((100dvh - 60px) / 2.5) !important;
        height: calc((100dvh - 60px) / var(--salon-count)) !important;
  }
}

.p-location__salon:hover .p-location__img {
  transform: scale(1.1);
}

.p-location__img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.p-location__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.p-location__salon img {
  object-fit: cover;
  height: 100%;
  transition: all .3s;
}

.p-location__scontent{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-location__logo {
  width: 32rem;
  max-width: 100%;
  position: relative;
}

.p-location__logo::before{
  content: "";
  display: block;
  padding-top: calc(100% / 16 * 3);
}

.p-location__logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (width <=1289px) {
  .p-location__logo {
    width: 32rem;
  }
}

@media (width <=992px) {
  .p-location__logo {
    width: 24rem;
  }
}

@media (width <=600px) {
  .p-location__logo {
    width: 24rem;
  }
}

.p-location__link {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
}

@media (width <=600px) {
  .p-location__link {
    top: 75%;
  }
}


/*==================================
/*  サロン紹介ページ 
==================================*/
@media (width <= 600px) {
  .l-page .p-psalon__inner{
    padding: 2.6171875vw 3.3984375vw 6.2734375vw 3.3984375vw;
    /* height: 100svh */
  }
}

.l-page .p-psalon__content{
  display: flex;
  gap: 4rem;
  margin-left: 4rem;
  height: 100%;
  align-items: flex-start;
}
@media (width <= 992px) {
  .l-page .p-psalon__content{
    gap: 2rem;
    margin-left: 2rem;
    align-items: center;
  }
}
@media (width <= 600px) {
  .l-page .p-psalon__content{
    flex-direction: column;
    margin: 0;
    gap:0;
    height: 100%; 
  }
}

.p-psalon__left{
  width: 50%;
}
@media (width <= 600px) {
  .p-psalon__left{
    width: 100%;
    flex-grow: 1;
  }
}

.p-psalon__right{
  width: 50%;
}
@media (width <= 600px) {
  .p-psalon__right{
    width: 100%;
    margin-bottom:2rem;
  }
}

.l-page .p-psalon__title {
  z-index: 1;
  margin: 0rem 0.8rem 0rem 0.8rem;
  writing-mode: vertical-rl;
  font-size: 2.734375vw;
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 4.140625vw;
  white-space: nowrap;
}
@media (width <= 992px) {
  .l-page .p-psalon__title {
    font-size: 4.9058524173vw;
  }
}
@media (width <= 600px) {
  .l-page .p-psalon__title {
    display: none;
  }
}

.p-psalon__imgs {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  margin-bottom: 3rem;
  max-width: 65rem;
}
@media (width <= 600px) {
  .p-psalon__imgs {
    padding: 0;
    margin-bottom: 0;
  }
}

.p-psalon__img1{
  width: 100%;
  border: 1px solid#fff;
}
@media (width <= 600px) {
  .p-psalon__img1 {
    height: 19rem;
  }
  .p-psalon__img1 img{
    object-fit: cover;
    height: 100%;
  }
}

.p-psalon__img2{
  min-height: 18rem;
  width: 50%;
  border: 1px solid #fff;
}
@media (width <= 600px) {
  .p-psalon__img2 {
    height: 18rem;
    min-height: auto;
  }
}

.p-psalon__img2 img{
  height: 100%;
  object-fit: cover;
}

.p-psalon__img3{
  width: 50%;
  min-height: 18rem;
  border: 1px solid#fff;
}
@media (width <= 600px) {
  .p-psalon__img3 {
    min-height: auto;
    height: 18rem;
  }
}

.p-psalon__img3 img{
  height: 100%;
  object-fit: cover;
}

.p-psalon__rcontent{
  display: flex;
  flex-direction: column;
  max-width: 50rem;
}
@media (width <= 600px) {
  .p-psalon__rcontent {
    margin: 0;
    position: relative;
  }
}

@media (width <=1289px) {
  .p-location__logo {
    max-width: 45rem;
  }
}

.p-psalon__logo{
  margin: 0 auto;
  width: 25vw;
  max-width: 40rem; 
  min-width: 32rem; 
  margin-top: 4rem;
  position: relative;
  order:1;
}
@media (width <=600px) {
  .p-psalon__logo{
    width: calc(var(--vh) * 240 / 852 * 100);
    min-width: auto;
    max-width: 22rem;
    margin-top: 2rem;
  }
}

.p-psalon__logo::before{
  content: "";
  display: block;
  padding-top: calc(100% / 16 * 3);
}

.p-psalon__logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-psalon__icons{
  display: flex;
  gap:2rem;
  margin-top: 1.6rem;
  order:3;
}
@media (width <=600px) {
  .p-psalon__icons {
    position: absolute;
    top: 0;
    right: 1rem;
    gap: 1rem;
  }
}

.p-psalon__icon{
  width: 2.8rem;
  height: 2.8rem;
}
@media (width <=600px) {
  .p-psalon__icon {
    width: 2rem;
    height: 2rem;
  }
}

.p-psalon__desc{
  margin-top: 3.2rem;
  display:flex;
  flex-direction:column;
  gap:1.2rem;
  order:2;
}
@media (width <=600px) {
  .p-psalon__desc {
    gap:.8rem;
    margin-top:.8rem;
    min-height: 8rem;
  }
}

.p-psalon__desctxt {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(16px, 1.25vw);
    font-weight: 300;
    margin: 0;
}
@media (width <=600px) {
  .p-psalon__desctxt {
    font-size: 3.3078880407vw;
  }
}
.p-psalon__hours{
  order:4;
}
@media (width <=600px) {
.p-psalon__hours{
  margin-top:1.8rem;
}
}

.p-psalon__hourstxt
{
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(16px, 1.25vw);
    font-weight: 300;
}

@media (width <=600px) {
  .p-psalon__hourstxt {
    margin:0;
    margin-top: .8rem;
    font-size: 3.3078880407vw;
  }
}

.p-psalon__tel {
    margin-top: 1.2rem;
  	order:5;
}
@media (width <=600px) {
  .p-psalon__tel{
    margin-top: .4rem;
    font-size: 3.3078880407vw;
  }
}

.p-psalon__telicon{
    width: 1.6rem;
    display: inline-block;
    vertical-align: .2rem;
  	margin-right:.4rem;
}
@media (width <=600px){
.p-psalon__telicon{
    display: inline-block;
    width: 1rem;
    vertical-align: .1rem;
  margin-right:0;
}
}

  

.p-psalon__tel a{
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(16px, 1.25vw);
    font-weight: 300;
    padding: 0;
}
@media (width <=600px) {
  .p-psalon__tel a{
    margin-top: .4rem;
    font-size: 3.3078880407vw;
  }
}

.p-psalon__mapicon{
  display: inline-block;
  width: 1.4rem;
  margin-right: .4rem;
}
@media (width <=600px) {
  .p-psalon__mapicon{
    width: .8rem;
    margin-right: .1rem;
  }
}

.p-psalon__access{
  order:6;
}
@media (width <=600px) {
  .p-psalon__access{
    display:flex;
    flex-direction:column;
    gap:.2rem;
  }
}

.p-psalon__accesstxt {
    margin: 0;
    margin-top: .6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(16px, 1.25vw);
    font-weight: 300;
    font-feature-settings: "palt";
}
@media (width <=600px) {
  .p-psalon__accesstxt{
    margin-top: .4rem;
    font-size: 3.3078880407vw;
  }
}

.p-psalon__accesstxt--en{
  padding-left:2.4rem;
}
@media (width <=600px) {
.p-psalon__accesstxt--en{
  padding-left:1.4rem;
}
}


.p-psalon__btns {
  order:7;
  margin-top: 5.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
}
@media (width <=1289px) {
  .p-psalon__btns{
    gap: 1.2rem;
    margin-top:4rem;
  }
}
@media (width <=600px) {
  .p-psalon__btns{
    order:3;
    margin-top: 1.8rem;
    gap: 1rem;
  }
}

.p-psalon__btn{
  width: 100%;
  max-width: 32rem;
  line-height: 3.2rem;
}
@media (width <=1289px) {
  .p-psalon__btn{
    max-width: 27.6rem;
    line-height: 3rem;
  }
}
@media (width <=600px) {
  .p-psalon__btn{
    max-width: 22.7rem;
    line-height: 2.4rem
  }
}

.c-btn--black {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375vw;
  font-weight: 300;
}

.c-btn--black:hover {
  background-color: #fff;
  color: #000;
  transition: all .3s;
}

@media (width <=600px) {
  .c-btn--black{
    font-size: 3.0534351145vw;
  }
}
/* スタイリストカード */
.c-card__saloninfo{
  display: flex;
  gap: .5rem;
}

.c-card__salon{
  display: flex;
  align-items: center;
  padding: 0rem .5rem;
 font-size: clamp(12px, 0.7221241666666667vw, 0.7221241666666667vw);
  background: #000;
  color: #fff;
}
@media (width <=600px) {
.c-card__salon{
  font-size: 2.968617472416667vw;
}
}
/* ハンバーガメニュー */
/* ロゴ追加 */
.l-humbuger .l-humbuger__content{
  overflow: auto;
}

.l-humbuger__logos{
  display: flex;
  flex-direction: column;
  gap: 2.395833333333333vh;
  margin-bottom: 3.45vh;
}
@media (width <=600px) {
  .l-humbuger__logos{
    gap: calc(var(--vh) * 14 / 852 * 100);
    margin-bottom: calc(var(--vh) * 45 / 852 * 100);
  }
}

.l-humbuger__logo {
  width: 100%; 
  max-width: 100%; 
  position: relative;
}

.l-humbuger__logo::before {
  content: "";
  display: block;
  padding-top: calc(100% / 16 * 3);
}

.l-humbuger__logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*==================================
/* ONLINE RESERVATION ポップアップ
==================================*/
.c-reservation_logos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.395833333333333vh;
}

.c-reservation__logo{
  width: 100%; 
  max-width: 16rem; 
  position: relative;
}

.c-reservation__logo::before{
  content: "";
  display: block;
  padding-top: calc(100% / 16 * 3);
}


.c-reservation__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-hidden{
    display: none;
}

/*==================================
/* RECRUIT ページ
==================================*/
.p-recruit img {
  width: auto;
}
.p-recruit__body p,
.p-recruit__body h2,
.p-recruit__body h3,
.p-recruit__body h4,
.p-recruit__body ul,
.p-recruit__body ol {
  line-height: 1.6em;
}

.p-recruit__body strong {
  font-size: 1.1em;
line-height: 1.8em;
}

.p-recruit__body :is(p, h2, h3, h4):not(.c-acc *) {
  margin: 1.25em 0;
}

.p-recruit__body h2 {
  font-weight: 600;
}
@media (width <=600px) {
.p-recruit__body h2.c-rec-lead{
      text-align: center;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 370px) / 230, 24px);
  margin-top:0;
  }
}

.p-recruit__body .wp-block-image .wp-element-caption {
  font-weight: 600;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 600px) / 720, 16px);
}

.p-recruit .c-post__body p {
  font-size: clamp(13px, 13px + (16 - 13) * (100vw - 600px) / 720, 16px);
}

.c-acc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 3.2rem;
  margin-bottom:3.2rem;
  max-width:76.4rem;
}
@media (width <=600px) {
  .c-acc {
    gap: 1.6rem;
  }
}

.c-acc__title-wrap {
  background: #f8f8f8;
  position: relative;
  padding: 0.5em clamp(32px, 32px + (48 - 32) * (100vw - 600px) / 720, 48px);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (width <=600px) {
  .c-acc__title-wrap {
    padding: 0.4em 1.6rem 0.35em 1.6rem;
  }
}

.c-acc__item:last-child {
  border-bottom: none;
}
.c-acc__title-wrap::after {
  content: "";
  background: url(../img/common/icon-acc-toggle.svg) no-repeat center
    center/cover;
  transform: translateY(-50%);
  top: 50%;
  right: 2.4rem;
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.c-acc__title-wrap.is-open::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}

.c-acc__item {
  margin: 0;
  display: flex;
  gap: 1.6rem;
  border-bottom: #e2e2e2 1px solid;
  padding: 1.6rem 0.8rem;
}
@media (width <=600px) {
  .c-acc__item {
    padding: 1rem 0.4rem;
    gap: 0.8rem;
  }
}

.c-acc__item dd,
.c-acc__item dt {
  margin: 0;
  font-weight: 500;
}
.c-acc__item dt {
  min-width: 10rem;
  font-weight: 600;
}
@media (width <=600px) {
  .c-acc__item dt {
    min-width: 6.4rem;
     font-size: clamp(12px, 12px + (15 - 12) * (100vw - 600px) / 720, 15px);
  }
}
.c-acc__item dd {
  flex: 1;
}
@media (width <=600px) {
  .c-acc__item dd {
    font-size: clamp(13px, 13px + (16 - 13) * (100vw - 370px) / 230, 16px);
  }
}

.c-acc__title {
  margin: 0;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 600px) / 720, 18px);
}

.c-acc__content {
  display: none;
  width: 96%;
  margin-left: auto;
  margin-top: 3.2rem;
  margin-bottom:1.6rem;
}
@media (width <=600px) {
  .c-acc__content {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0rem;
  }
}


@media (width <=600px) {
  .c-acc__apply-acc {
    margin-bottom:.4rem;
  }
}


.c-acc__apply-title.is-open .c-acc__apply-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-acc__apply-title {
  position: relative;
  display: flex;
  cursor: pointer;
 padding: 0.5em 1rem 0.4em 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}


.c-acc__apply-toggle {
  flex-basis: 1.8rem;
  margin-right: 1em;
  flex-shrink: 0;
  position: relative;
}
@media (width <=600px) {
  .c-acc__apply-toggle {
    margin-right: 0;
  }
}
.c-acc__apply-toggle::before,
.c-acc__apply-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transition: transform 0.3s ease;
}
.c-acc__apply-toggle::before {
  width: 1px;
  height: 1.4rem;
  transform: translate(-50%, -50%);
}
@media (width <=600px) {
.c-acc__apply-toggle::before {
  height: 1.2rem;
}
}

.c-acc__apply-toggle::after {
  width: 1.4rem;
  height: 1px;
  transform: translate(-50%, -50%);
}
@media (width <=600px) {
.c-acc__apply-toggle::after {
  width: 1.2rem;
}
}

.c-acc__apply-content {
  display: none;
    margin-bottom: 1.6rem;
}

.p-recruit .c-post__body .c-acc__item-lead {
  font-size: 1.6rem;
  margin: 0 0 2.4rem 0;
}
@media (width <=600px) {
  .p-recruit .c-post__body .c-acc__item-lead {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 600px) / 720, 16px);
  }
}

.c-acc__apply-btn {
max-width: clamp(228px, 228px + (300 - 228) * (100vw - 600px) / 720, 300px);
  margin-top: 3.2rem;
}
@media (width <=600px) {
  .c-acc__apply-btn {
    margin-top: 2.4rem;
  }
}

.c-acc__apply-btn .c-btn {
  font-size: clamp(13px, 13px + (17 - 13) * (100vw - 600px) / 720, 17px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1em 0.8rem 0.2em 0.8rem;
}

.c-acc__apply-btn .c-btn--line {
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #0ac755;
  color: #fff;
  gap: 1.6rem;
  padding-bottom: 0.1em;
}

.c-line-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: -2.8rem;
}
@media (width <=600px) {
  .c-line-icon {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: -2.3rem;
  }
}

.c-line-icon img {
  width: 100%;
  height: auto;
}

.p-recruit .c-post__body .c-acc__apply-note {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 600px) / 720, 14px);
}

.c-acc__apply-qr {
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1;
}

.c-acc__apply-qr img {
  width: 100%;
  height: auto;
}

.c-acc__apply-label {
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
    flex-wrap: wrap;
  align-items: center;
  padding: 0.2em 1.4rem;
  gap:4.8rem;
   row-gap: 0.8rem;
}
@media (width <=600px) {
  .c-acc__apply-label {
    padding: 0.8rem 0.8rem;
       row-gap: 0.4rem;
  }
}

.c-acc__apply-label-title {
  font-weight: 600;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 600px) / 720, 14px);
}

.c-acc__apply-label-text {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 13px + (16 - 13) * (100vw - 600px) / 720, 16px);
}