main {
  padding: 80px 0 0 0;
}

.fv__container {
  position: relative;
  width: 93%;
  margin: 0 0 300px auto;
}


.fv__content {
  position: absolute;
  top: 20%;
}

@media screen and (max-width: 1200px) {
  .fv__content {
    top: 10%
  }
}

.fv__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv__content {
    position: static;
  }
  .fv__container {
    width: 100%;
    margin: 0 0 150px auto;
  }

  .fv__sp {
    display: block;
  }
}

.fv__content-ttl h2{
  font-size: clamp(1.5rem, -0.9615rem + 5.1282vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 40px 0;
}

.fv__content-img {
  width: 50%;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 768px) {
  .fv__content-ttl {
    width: 82%;
    margin: 0 auto 72px auto;
  }

  .fv__content-img {
    width: 77%;
  }
}

.fv__content p{
  font-size: clamp(1.5rem, 0.8846rem + 1.2821vw, 1.75rem);
  font-weight: 500;
  line-height: 2.5;
}

.underline {
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
}

.fv__content-note {
  display: inline-block;
  margin: 40px 0 0 0;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .fv__content p {
    width: 82%;
    margin: 80px auto 0 auto;
  }

  .fv__content-note {
    display: block;
    width: 82%;
    margin: 32px auto 0 auto;
  }
}

.fv__img {
  min-width: 1080px;
  width: 74%;
  margin: 0 0 0 auto;
}

.ss__wrap {
  background: linear-gradient(to left, transparent 11%, #FAFAFA 11%);
  margin: -200px 0 0 0;
  padding: 400px 0 200px 0;
}

@media screen and (max-width: 768px) {
  .ss__wrap {
    margin: -400px 0 0 0;
    padding: 600px 0 200px 0;
  }
}

.concept {
  width: 89%;
  max-width: 1253px;
  margin: 200px auto 0 auto;
  display: flex;
  gap: 110px;
}

@media screen and (max-width: 768px) {
  .concept {
    display: block;
    margin: 128px auto 0 auto;
  }
}

.section__heading {
  width: 53%;
}

@media screen and (max-width: 768px) {
  .section__heading {
    width: 100%;
  }
}

.section__heading h2{
  font-family: "Cinzel", serif;
  color: #D1D1D1;
  font-size: clamp(4rem, -1.7143rem + 11.9048vw, 9rem);
}

.section__heading p {
  width: fit-content;
  display: block;
  font-size: clamp(1.5rem, 0.3571rem + 2.381vw, 2.5rem);
  line-height: 1.5;
  margin: 0 -30px 0 auto;
}

.concept__inner {
  width: 37%;
}

@media screen and (max-width: 768px) {
  .concept__inner {
    width: 100%;
  }
  
  .section__heading p {
    margin: 24px 0 64px 0;
  }
}

.concept__inner-desc {
  font-size: clamp(1.25rem, 0.6786rem + 1.1905vw, 1.75rem);
  line-height: 2;
  margin: 0 0 40px 0;
}

.concept__inner-detail {
  line-height: 2;
}

.concept__inner-detail p:nth-of-type(2) {
  margin: 32px 0;
}

.concept__inner-detail p:nth-of-type(3) {
  margin: 0 0 32px 0;
} 

.stylist {
  width: 100%;
  max-width: 1566px;
  margin: 0 0 200px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stylist__inner {
  width: 50%;
}

.stylist__heading {
  width: 44%;
}

@media screen and (max-width: 1260px) {
  .stylist {
    display: block;
  }

  .stylist__inner {
    width: 100%;
  }

  .stylist__heading {
    width: 89%;
    margin: 0 auto;
  }
}

.stylist__heading h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(4rem, -0.6154rem + 9.6154vw, 9rem);
  color: #D1D1D1;
}

.stylist__desc {
  margin: 64px 0 0 80px;
}

.stylist__desc p:first-of-type {
  font-size: clamp(1.5rem, 0.5769rem + 1.9231vw, 2.5rem);
  line-height: 1.5;
  text-indent: -0.5em;
}

.stylist__desc p:last-of-type {
  margin: 72px 0 0 0;
  font-size: clamp(1.25rem, 0.7885rem + 0.9615vw, 1.75rem);
  line-height: 2;
}

.stylist__detail {
  margin: 40px 0 0 80px; 
  line-height: 2;
}

.stylist__detail p:nth-of-type(2) {
  margin: 16px 0;
}


@media screen and (max-width: 1260px) {
  .stylist__heading h2 {
    margin: 64px 0 0 0;
  }

  .stylist__desc {
    margin: 64px 0 0 0;
  }

  .stylist__detail {
    margin: 40px 0 0 0; 
  }
}

.store {
  width: 100%;
  max-width: 1619px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}


.store__heading {
  margin: 150px 0 0 0;
  width: 44%;
}

.store__inner {
  width: 47%;
}

@media screen and (max-width: 1260px) {
  .store {
    flex-direction: column;
  }
  .store__inner {
    width: 100%;
    order: 1;
  }
  .store__heading {
    width: 89%;
    margin: 0 auto;
    order: 2;
  }
}

.store__heading h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(4rem, -0.6154rem + 9.6154vw, 9rem);
  color: #D1D1D1;
}

.store__desc {
  margin: 64px 0 0 80px;
}

.store__desc p:first-of-type {
  font-size: clamp(1.5rem, 0.5769rem + 1.9231vw, 2.5rem);
  line-height: 1.5;
  text-indent: -0.5em;
}

.store__desc p:first-of-type span {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 1em;
}

.store__desc p:last-child {
  margin: 72px 0 40px 0;
  font-size: clamp(1.25rem, 0.7885rem + 0.9615vw, 1.75rem);
  line-height: 2;
}

.store__detail {
  margin: 0 0 0 80px;
  line-height: 2;
}

.store__detail p:nth-of-type(2),
.store__detail p:nth-of-type(4) {
  margin: 32px 0;
}

@media screen and (max-width: 1260px) {
  .store__heading h2 {
    margin: 64px 0 0 0;
  }
  .store__desc {
    margin: 64px 0 0 0;
  }

  .store__detail {
    margin: 0;
  }
}

.weeverywig__container {
  position: relative;
  margin: 200px 19% 0 10%;
  width: 69%;
}

.weeverywig__bg {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: clamp(4rem, -20.5902rem + 32.7869vw, 9rem);
  font-family: "Cinzel", serif;
  color: #D1D1D1;
  top: 0;
  right: -1em;
}

@media screen and (max-width: 768px) {
  .weeverywig__bg {
    top: -1.5em;
    right: 0;
  }
}

.weeverywig__item {
  display: flex;
  gap: 72px;
}

@media screen and (max-width: 1444px) {
 .weeverywig__container {
    margin: 200px auto 0 auto;
    width: 82%;
 }
}


.weeverywig__item-img {
  width: 42%;
}

.weeverywig__item-heading {
  margin: 40px 0 0 0;
}

.weeverywig__item-heading h2{
  width: fit-content;
  font-size: 28px;
  line-height: 2;
  border-bottom: 1px solid;
}

.weeverywig__item-heading p{
  margin: 24px 0 48px 0;
  line-height: 2;
}

.weeverywig__item-heading a{
  color: #B8B8B8;
  font-family: "Cinzel", serif;
}

.weeverywig__item-heading a:hover {
  color: #F15069;
}

.weeverywig__item-heading a::after{
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #B8B8B8;
  margin: 0 0 0 12.5px;
  vertical-align: middle;
}

.weeverywig__item-heading a:hover::after {
  background: #F15069;
}

@media screen and (max-width: 1080px) {
  .weeverywig__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .weeverywig__item {
    display: block
  } 
  .weeverywig__container {
    margin: 227px auto 0 auto;
    width: 100%;
 }

 .weeverywig__item-img {
    width: 100%;
 }
 .weeverywig__item-heading {
    margin: 0 auto;
    width: 82%;
 }

 .weeverywig__item-heading h2 {
    margin: 32px 0 0 0;
    font-size: 24px;
 }
}

.access__container {
  padding: 200px 0 0 0;
  margin: 0 0 200px 0;
  background: #FAFAFA;
}

.access__heading {
  max-width: 1240px;
  width: 87%;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1260px) {
  .access__container {
    padding: 128px 0 0 0;
    margin: 128px 0 200px 0;
  }
  .access__heading {
    display: block;
  }
}
.access__ttl h2{
  font-size: clamp(4rem, -4.8889rem + 18.5185vw, 9rem);
  font-family: "Cinzel", serif;
  color: #D1D1D1;
}

.access__address p,
.access__number p{
  font-size: clamp(1rem, -0.3333rem + 2.7778vw, 1.75rem);
  line-height: 2;
}

.access__address span,
.access_number span {
  line-height: 2;
}

.access__number div span {
  font-size: clamp(0.625rem, -0.0417rem + 1.3889vw, 1rem);
  display: inline-block;
  text-indent: -1em;
  margin: 0 0 0 1em;
  line-height: 1.5;
}

@media screen and (max-width: 1260px) {
  .access__address {
    margin: 40px 0 0 0;
  }
  .access__content {
    margin: 0 0 0 1em;
  }

  .access__address p,
  .access__number p {
    font-size: 20px;
  }

  .access__address span,
  .access_number span {
    line-height: 1.5;
  }

  .access__number {
    margin: 24px 0 0 0;
  }

  .access__number div {
    width: fit-content;
    text-align: center;
    font-size: 10px;
  }
}

.aftercare__container {
  position: relative;
  max-width: 1620px;
  margin: 0 0 0 auto;
}

.aftercare__bg {
  position: absolute;
  writing-mode: vertical-rl;
  top: 10%;
  transform: translateY(-10%);
  font-size: clamp(4rem, -0.6154rem + 9.6154vw, 9rem);
  color: #D1D1D1;
  font-family: "Cinzel", serif;
  margin: 0 -1em 0 0;
}

@media screen and (max-width: 1260px) {
  .aftercare__bg {
    top: -5%;
    left: 0;
    z-index: 10;
  }
}

.aftercare__img {
  width: 62%;
}

.aftercare__heading-contet {
  width: 40%;
  margin: 0 0 0 5%;
}

.aftercare__heading {
  width: 84%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  margin: 0 0 0 auto
}

@media screen and (max-width: 1260px) {
  .aftercare__heading {
    position: relative;
    display: block;
    width: 82%;
  }

  .aftercare__img,
  .aftercare__heading-contet {
    width: 100%;
  }

  .aftercare__heading-contet {
    position: absolute;
    bottom: -10%;
    left: -20%;
  }
}

@media screen and (max-width: 768px) {
  .aftercare__heading-contet {
    top: 60%;
  }
}

.aftercare__heading h2{
  font-size: clamp(1.5rem, -1.7308rem + 4.1026vw, 2.5rem);
  line-height: 1.5;
  margin: 0 0 72px 0;
}

@media screen and (max-width: 768px) {
  .aftercare__heading h2 {
    margin: 0 0 40px 0;
  }
}

.aftercare__heading h2 span {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 1em;
}

.aftercare__heading-contet p:first-of-type{
  line-height: 2;
  margin: 0 0 0 2em;
}

.aftercare__heading-contet p:last-of-type{
  line-height: 2;
  margin: 32px 0 0 2em;
}

.aftercare__list {
  position: relative;
  margin: -65px auto 200px auto;
  width: 81%;
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr) ;
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  z-index: 100;
}

@media screen and (max-width: 1260px) {
  .aftercare__list {
    margin: 132px auto 128px auto; 
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 30px;
  }
}

.aftercare__item {
  border: 1px solid #B9B9B9;
}

.aftercare__item-note {
  grid-area: 2 / 2 / 3 / 3; 
  padding: 0 15px;
}

.aftercare__item-note p span{
  width: 100%;
  display: inline-block;
  font-size: 16px;
  text-indent: -1em;
  margin: 12px 0 0 0;
  text-align: left;
  font-size: 12px;
}

@media screen and (max-width: 1260px) {
  .aftercare__item-note {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.aftercare__item-ttl {
  background: #FFFFFF;
  border-bottom: 1px solid #B9B9B9;
  text-align: center;
  font-size: clamp(1.25rem, 1.0192rem + 0.4808vw, 1.5rem);
  padding: 20px 0;
}

.aftercare__item-content {
  background: #FFFFFF;
  padding: 24px 45px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.faq__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 200px auto;
}


.faq__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq__item-question {
  padding: 32px;
  text-align: center;
  background: #FAFAFA;
  font-size: 20px;
  line-height: 2;
}

.faq__item-answer {
  width: 83%;
  margin: 32px auto 0 auto;
  line-height: 1.5;
}
.faq__item-answer p {
  font-weight: 600;
}

.freeplan__background {
  width: 100%;
  height: auto;
  background: url("../img/freeplan_background.png") no-repeat center / cover;
  padding: 120px 0;
  margin: 200px 0 0;
}

.freeplan__item-container {
  width: 39%;
  background-color: #FFF;
  margin: auto;
  height: auto;
  padding: 51px 152px 48px;
}

.freeplan__welcome-message {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  text-align: center;
}
.freeplan__welcome-message::before {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(45deg);
  margin-right: 20px;
}
.freeplan__welcome-message::after {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(-45deg) ;
  margin-left: 20px;
}

.freeplan__welcome-message span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .freeplan__welcome-message::before {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(45deg);
    margin-right: 16px;
  }
  .freeplan__welcome-message::after {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(-45deg) ;
    margin-left: 16px;
  }
}

.freeplan__reserve-item {
  position: relative;
  max-width: 400px;
  margin: 24px auto 0;
  text-align: center;
  border-radius: 40px;
  background-color: #F15069;
  padding: 15px 120px 16px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
}
.freeplan__reserve-item:hover {
  opacity: 0.7;
}
.freeplan__reserve-item::after {
  position: absolute;
  top: 34px;
  right: 38px;
  content: "";
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.freeplan__reserve-item p:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.freeplan__reserve-item p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.freeplan__reserve-message {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}
.freeplan__reserve-message span {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 60px 16px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .category__rule {
    width: 68%;
    display: flex;
    margin: 70px auto 0 0;
    transform: translateX(-4px);
  }
  .category__rule::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #D1D1D1;
    display: block;
    margin: auto 8px auto 0;
    transform: translateY(4px);
  }

  .category__rule p {
    font-size: 32px;
    margin: auto 0;
    line-height: 1.9;
    color: #D1D1D1;
  }

  .headline__rule {
    width: 83vw;
    margin: 18.5px auto 0;
    font-size: 20px;
  }

  .freeplan__background {
    width: 100%;
    height: auto;
    background: url("../img/freeplan_background.png") no-repeat center / cover;
    padding: 64px 0;
    margin: 127px 0 0;
  }

  .freeplan__item-container {
    width: 91%;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
  }

  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 57px 15px 58px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
  .freeplan__reserve-item::after {
    position: absolute;
    top: 34px;
    right: 25px;
    content: "";
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 500px) {
  .freeplan__item-container {
    width: 91vw;
    max-width: 343px;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
    box-sizing: border-box;
  }
}

.fixed {
  position: relative;
  position: fixed;
  right: 24px;
  bottom: 20px;
  width: 200px;
  height: 210px;
  border-top-left-radius: 46px 46px;
  background-color: #F15069;
  margin-top: 4px;
  z-index: 9999;
}

.fixed__end-button {
  position: absolute;
  display: inline-block;
  content: "";
  top: -4px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}


.fixed__end-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.fixed__info {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Cinzel", serif;
  margin: 20px 0 0;
  color: #FFF;
}

.fixed__img {
  width: 76%;
  margin: 13px auto 0;
}
.fixed__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 152px / 82px;
}

.fixed__text {
  margin-top: 9px;
}

.fixed__text p,.fixed__text h2 {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.fixed__text p {
 font-size: 14px;
}


.fixed__text h2 {
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .fixed {
    position: relative;
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top-left-radius: 46px 46px;
    background-color: #F15069;
    margin-top: 4px;
  }
  
  .fixed__link{
    position: relative;
    display: flex;
  }

  .fixed__info {
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Cinzel", serif;
    margin: 12px 16px 0 49px;
    color: #FFF;
  }

  .fixed__text{
    width: 100%;
    text-align: center;
  }


  .fixed__img {
    display: none;
  }

  .fixed__text h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
}