@charset "UTF-8";

.c-lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.ui--tab {
  display: none;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: calc(100vh + 120px);
  min-height: 960px;
  padding: 0;
  position: relative;
}

h1 {
  width: 90%;
  font-size: 1.2rem;
  position: absolute;
  top: 95%;
  right: 5%;
  text-align: right;
}

.l-col__fv {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}

.fv__image--main {
  width: 50%;
  position: relative;
}

.fv__image--base {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.fv__image--text {
  width: 55%;
  position: absolute;
  top: 67.5%;
  left: 55%;
  mix-blend-mode: color-dodge;
}

.fv__inner {
  width: 37.5%;
}

.fv__box {
  width: 80%;
  margin: 0 auto 5dvh auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fv__ttl {
  font-size: 1.8vw;
  line-height: 1.4;
  align-items: flex-start;
  margin-left: 5vw;
}

.fv__ttl>span {
  display: inline-block;
  background: #fff;
  letter-spacing: .15em;
  color: #41767d;
  padding: 10px 0;
  border-radius: 4px;
  font-weight: 700;
}

.fv__ttl>span:nth-of-type(2) {
  margin-right: 0.7vw;
  margin-top: 3dvh;
}

.fv__ttl>span:nth-of-type(3) {
  margin-right: 0.7vw;
  margin-top: 6dvh;
}

.fv__lead {
  width: 20%;
  margin-top: auto;
}

.fv__slider--pc,
.fv__slider--sp {
  width: 100%;
  margin: 0 auto 1dvh auto;
  overflow: hidden;
  position: relative;
}

.fv__slider--sp {
  display: none;
}

.fv__slider--pc::after,
.fv__slider--sp::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.fv__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease;
  overflow: hidden;
}


.fv__slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fv__slide.active {
  opacity: 1;
  z-index: 1;
}

.fv-ttl {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.fv-ttl>h2 {
  width: 90%;
  order: 2;
  margin-top: -5%;
  margin-left: 5vw;
}

.fv__catchcopy {
  width: auto;
  height: 55%;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.fv__catchcopy>img {
  width: 100%;
}

.fv-link {
  width: 60%;
  height: auto;
  text-align: center;
  margin-left: auto;
}

.fv-link__lead {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}

.fv-link__lead::before,
.fv-link__lead::after {
  display: inline-block;
  content: '';
  height: 18px;
  border-left: 1px solid #1c3843;
  position: absolute;
  top: 50%;
}

.fv-link__lead::before {
  left: -14px;
  transform: translate(0, -50%) rotate(-20deg);
}

.fv-link__lead::after {
  right: -14px;
  transform: translate(0, -50%) rotate(20deg);
}

.fv-link>a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
  position: relative;
}

.link__youtube--icon {
  width: 26.5%;
  position: absolute;
  bottom: 0;
  left: 1.5%;
  pointer-events: none;
}

.fv-anime__wrapper {
  position: absolute;
  top: 38.5%;
  left: 52.5%;
  width: 20%;
}

.fv-anime__main {
  width: 100%;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }

  50% {
    transform: translate(0, -3px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}

.fv-anime__sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: bird-kira 3s ease-in-out 1s infinite alternate;
}

@keyframes bird-kira {
  0% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

.scrolldown__wrap {
  width: auto;
  height: 40%;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.scrolldown__wrap>span {
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-bottom: 10px;
  font-weight: 700;
}

.scrolldown {
  position: relative;
  height: 80px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5AC8D1;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #fff;
}

@keyframes circlemove {
  0% {
    bottom: 80px;
    background: #fff;
  }

  100% {
    bottom: -5px;
    background: #55B496;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.news {
  padding: 0 0 50px 0;
}

.news .l-inner {
  max-width: 1280px;
}

.l-col__news {
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #8F9DA2;
}

.news__heading {
  font-size: 1.6rem;
  font-weight: 500;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #8F9DA2;
}

.news__list {
  position: relative;
  padding-right: 14px;
  box-sizing: border-box;
  flex: 1;
}

.news__item {
  display: flex;
  align-items: center;
  list-style: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%
}

.news__item.active {
  opacity: 1;
  transform: translateY(0);
}

.news__date {
  flex-shrink: 0;
  font-size: 1.4rem;
  margin-right: 20px;
}

.news__link {
  font-weight: normal;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.news__nav {
  display: flex;
  justify-content: space-between;
  width: 76px;
  flex-shrink: 0;
}

.news__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  color: #55B496;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/

.l-col__about {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 80px;
}

.about__image {
  width: 42.5%;
  clip-path: inset(0 0 0 round 10px);
  overflow: hidden;
}

.about__image--sp {
  display: none;
}

.about__inner {
  width: 47.5%;
}

.about .section-heading {
  flex-direction: row;
}

.about .section-heading__title {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-left: 1.5vw;
  padding-bottom: 1dvh;
  border-bottom: 2px dotted #c3bfe9;
}

.about .section-heading__label {
  margin-bottom: 0;
}

.about__text--top {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

.underline--purple {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(146, 175, 180, .3) 50%, rgba(146, 175, 180, .3) 80%);
}

.about__text--bold {
  font-weight: 500;
}

.about-bubble {
  position: relative;
}

.about-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.about-txtWrap {
  height: 148px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.about-txt {
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5ac8d1;
}

.about-txt .text-b,
.about-txt .text-c {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about-txt .text-a {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.about-img {
  width: 100vw;
  height: auto;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.about-illust {
  width: 120px;
  position: absolute;
  bottom: -15%;
  right: -60px;
  z-index: 1;
}

.about-illust__layer {
  position: absolute;
  top: 12.5%;
  right: 22%;
  width: 16%;
  height: auto;
  z-index: 1;
  transform: rotate(0);
  transform-origin: bottom center;
  animation: hand-anima 4s infinite linear 0.5s both;
}

@keyframes hand-anima {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(0);
  }
}

.about__lead {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}

.point__list {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.point__item {
  aspect-ratio: 1 / 1;
  width: 28%;
  border-radius: 50%;
  border: 2px solid #ccc;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  background: rgba(255, 255, 255, .4);
  border-style: solid;
  border-width: 2px;
  position: relative;
}

.point__item:not(:last-of-type)::after {
  display: block;
  content: '';
  width: 26%;
  border-top: 4px dotted #c3bfe9;
  position: absolute;
  top: 50%;
  right: -28%;
}

.point__item--neutral {
  border-color: #DDEEEF;
}

.point__item--cool {
  border-color: #DEE8F6;
}

.point__item--warm {
  border-color: #F2E5F2;
}

.point__list--chart {
  display: none;
}

.point__title {
  font-size: 1.6rem;
  text-align: center;
}

.point__lead {
  font-size: 4rem;
  margin-bottom: 0 !important;
}

.point__desc {
  font-size: 1.4rem;
  text-align: center;
}

.bg-bird {
  width: 25%;
  position: absolute;
  bottom: -2.5%;
  right: 5%;
}

.loop {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.loop__list {
  display: flex;
  align-items: center;
  will-change: transform;
}

.loop__item {
  flex: none;
  padding-right: 60px;
  position: relative;
}

.loop__item::after {
  display: block;
  content: '';
  z-index: -1;
  opacity: .4;
}

.loop__item:nth-of-type(2n+1)::after {
  width: calc(180px * .8);
  height: calc(102px * .8);
  background: url('../img/common/bg__treat--blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
}

.loop__item:nth-of-type(2n)::after {
  width: calc(170px * .9);
  height: calc(126px * .9);
  background: url('../img/common/bg__treat--green.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  bottom: -42px;
}

.loop__item--second {
  margin-top: 80px;
}

.loop__item--forth {
  margin-top: 70px;
}

.loop__item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.loop-deco {
  font-size: 1.2rem;
  position: absolute;
  top: 15%;
  left: 15%;
}

/*----------------------------------------------------
  salon-video
----------------------------------------------------*/
/*--
.salon-video::after {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(45deg, #E6E6FA, #FCEEFB);
}
  --*/
.bg-flower {
  width: 35%;
  position: absolute;
  top: 0;
  left: -10%;
}

.bg-flower--right {
  width: 35%;
  position: absolute;
  bottom: -15%;
  right: -10%;

}

.salon-video .l-inner {
  position: relative;
  z-index: 1;
}

.salon-video__title {
  font-size: 3.6rem;
  text-align: center;
}

.salon-video__col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.salon-video__icon {
  width: 10%;
  margin-right: 2vw;
}

.salon-video__lead {
  font-size: 1.4rem;
}

.salon-video__inner {
  background-color: #fff;
  aspect-ratio: 16 / 9;
}

.videoEmbed {
  width: 85%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 0 auto 80px auto;
}

.videoEmbed__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
  cursor: pointer;
}

.videoEmbed__iframe {
  width: 100%;
  height: 100%;
}

#player {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}


/*----------------------------------------------------
  case
----------------------------------------------------*/
.case {
  overflow: hidden;
  padding-top: 0 !important;
}

.section-heading--case {
  align-items: center;
}

.case__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 70px;
}

.case__lead::after {
  display: block;
  content: '';
  width: calc(520px * 1);
  height: calc(26px * 1);
  background: url('../img/common/line__bubble.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.case__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 100px;
}

.case__item {
  width: 23%;
  padding: 24px 20px 24px 4.5%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid rgba(185, 216, 220, 1);
  background: #fff;
  border-radius: 50vh 50vh 50vh 0;
}

.case__item:nth-of-type(n+5) {
  margin-top: 7dvh;
}

.case__item:nth-of-type(9) {
  margin-left: 12.7%;
}

.case__item:nth-of-type(11) {
  margin-right: 12.7%;
}

.case__icon {
  width: 35%;
  position: absolute;
  bottom: -2.5%;
  left: -7%;
}

.case__text {
  font-size: 1.4rem;
  line-height: 1.6;
}

/*--- result ---*/
.result {
  margin-bottom: 100px;
}

.result__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
}

.l-col__result {
  align-items: center;
  justify-content: space-around;
  margin-bottom: 100px;
}

.result__image {
  width: 42.5%;
  border-radius: 10px;
  overflow: hidden;
}

.result__inner {
  width: 47.5%;
}

.result__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
}

.result__item {
  width: 32%;
}

.attention__list--wrapper {
  text-align: right;
}

.attention__list {
  display: inline-block;
  width: auto;
  font-size: 1.2rem;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 30px;
}

.attention__item {
  text-align: justify;
}

.l-col__comment {
  align-items: center;
}

.comment__icon {
  display: flex;
  width: 20%;
  margin-right: 30px;
  flex-shrink: 0;
}

.comment__bubble {
  width: auto;
  font-size: 1.4rem;
  padding: 20px;
  box-sizing: border-box;
  background: #EBF0F6;
  border-radius: 10px;
  position: relative;
}

.comment__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #EBF0F6;
}

/*---review---*/
.review {
  position: relative;
  margin-bottom: 100px;
}

.review__title {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 10%;
  box-sizing: border-box;
}

.review__title>h3 {
  order: 2;
}

.review__title--en {
  width: auto;
  height: 36px;
  order: 1;
  margin-right: 20px;
}

.l-col__review {
  padding: 60px 10%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
}

.l-col__review::after {
  display: block;
  content: '';
  width: 100vw;
  height: calc(100% - 120px);
  position: absolute;
  top: 120px;
  right: 0;
  background: #EBF0F6;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}

.review__inner {
  width: 68.5%;
  padding-top: 100px;
}

.review__lead {
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
  padding-left: 96px;
  box-sizing: border-box;
}

.review__lead::before {
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  background: url('../img/top/review__number1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

.review__lead-main {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.review__lead-data {
  padding-bottom: 8px;
  border-bottom: 2px dotted rgb(185, 216, 220);
}

.review__image {
  width: 25%;
  flex-shrink: 0;
  clip-path: inset(0 0 0 round 8px);
}

.review__attention {
  font-size: 1rem;
}

/*----------------------------------------------------
  menu
----------------------------------------------------*/
.parts__menu {
  opacity: .6;
}

.menu {
  background: rgba(235, 243, 245, .6);
  padding-top: 80px !important;
}

.section-heading--menu {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.menu__item {
  width: 48%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .6);
  padding: 60px;
  box-sizing: border-box;
  border-radius: 10px;
}

.menu__item:nth-of-type(n+3) {
  margin-top: 80px;
}

.menu__title--wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.menu__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px dotted #b9d8dc;
}

.menu__item--category {
  font-size: 1.6rem;
  padding: 0 10px;
  margin-right: 10px;
  color: #fff;
  border-radius: 4px;
}

.menu__title--sub {
  font-size: 1.4rem;
}

.menu__image {
  border-radius: 50vh 50vh 50vh 0;
  width: 40%;
  margin-left: auto;
  flex-shrink: 0;
}

.menu__desc {
  font-size: 1.8rem;
  margin: 0 auto 30px auto;
}

.menu__link {
  margin-top: auto;
}

.menu__link .link-btn {
  width: 100%;
  height: 52px;
  max-width: 340px;
}

/*----------------------------------------------------
  media
----------------------------------------------------*/
.section-heading--media {
  width: 25%;
}

.section-heading--media .section-heading__title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10%;
}

.media__link {
  width: 100%;
  order: 3;
}

.media__link--sp {
  display: none;
}

.media__link .link-btn {
  width: 80%;
  height: 48px;
  font-size: 1.6rem;
  padding-left: 30px;
  box-sizing: border-box;
  justify-content: flex-start;
}

.media__list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.media-item {
  width: 32%;
}

.media-item:nth-of-type(n+4) {
  margin-top: 5vh;
}

.media-item:not(:nth-of-type(3n-2)) {
  margin-left: calc(4%/2);
}

.media-item__link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.media-item__image {
  margin-bottom: 14px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

.media-item__title {
  color: #41767d;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  width: 92.5%;
  margin: 0 auto 8px auto;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  border-bottom: 1px dotted #c3bfe9;
}

.media-item__desc {
  width: 92.5%;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 auto 14px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.media-item__meta {
  width: 92.5%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 1.2rem;
}

.media-item__category {
  padding: 0 8px;
  background: var(--bg-purple-gradient);
  color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 1920px) {
  .fv {
    min-height: 1080px;
  }
}

@media screen and (max-width:1360px) {

  /*--- menu ---*/
  .menu .l-inner {
    width: 95%;
  }
}

@media screen and (max-width:1280px) {
  .fv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-col__fv {
    padding-top: 0;
  }

  .fv__catchcopy {
    top: 80px;
  }

  .fv-anime__wrapper {
    top: 27.5%;
  }

  /*--- menu ---*/
  .menu__title--wrapper {
    flex-direction: column;
  }

  .menu__title {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }

  .menu__image {
    width: 100%;
    border-radius: 8px;
  }

  .menu__link .link-btn {
    margin-left: auto;
  }
}

@media screen and (max-width:1100px) {

  /*---media---*/
  .media .l-inner {
    flex-direction: column;
  }

  .section-heading--media {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .section-heading--media .section-heading__label {
    margin-bottom: 0;
  }

  .section-heading--media .section-heading__title {
    margin-bottom: 0;
    text-align: left;
    margin-left: 14px;
  }

  .media__link {
    width: 260px;
    margin-left: auto;
  }

  .media__link .link-btn {
    width: 100%;
  }

  .media__list {
    width: 100%;
  }
}

@media screen and (max-width:1024px) {
  .fv-link {
    width: 75%;
  }

  .fv__lead {
    width: 25%;
  }

  .fv__ttl {
    font-size: 2vw;
  }

  /*--- about ---*/
  .l-col__about {
    width: 75%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .about__image--pc {
    display: none;
  }

  .about__image--sp {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .about__inner {
    width: 100%;
  }

  .point__list {
    width: 100%;
  }

  /*--- case ---*/
  .case__item {
    width: 32%;
  }

  .case__item:nth-of-type(n+4) {
    margin-top: 7dvh;
  }

  .case__item:nth-of-type(9) {
    margin-left: initial;
  }

  .case__item:nth-of-type(10) {
    margin-left: 16%;
  }

  .case__item:nth-of-type(11) {
    margin-right: 16%;
  }

  .result__lead br:nth-of-type(2) {
    display: none;
  }

  /*---review---*/
  .l-col__review {
    padding: 60px 5%;
  }

  /*---menu---*/
  .menu__item {
    width: 49%;
    padding: 40px;
  }

  .media-item:not(:nth-of-type(3n-2)) {
    margin-left: initial;
  }

  .media-item:nth-of-type(2n) {
    margin-left: 2%;
  }
}

@media screen and (max-width:896px) {
  .fv {
    width: 100%;
    height: calc(75vh + 120px);
    min-height: initial;
    padding: 0;
    position: relative;
  }

  h1 {
    width: 90%;
    font-size: 1rem;
    position: absolute;
    right: 5%;
    text-align: right;
  }

  .l-col__fv {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
  }

  /*--- news ---*/
  .l-col__news {
    flex-wrap: wrap;
  }

  .news__heading {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }

  .news__heading::before {
    display: block;
    content: '';
    width: calc(8px * 1.4);
    height: calc(9.6px * 1.4);
    background: url('../img/common/icon__dia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
  }

  .news__list {
    width: calc(100% - 80px);
    flex: initial;
    padding-right: 0;
  }

  .news__item {
    align-items: baseline;
  }

  /*---about---*/
  .l-col__about {
    width: 80%;
  }

  .point__title {
    font-size: 1.4rem;
  }

  .point__lead {
    font-size: 3rem;
  }

  .point__desc {
    font-size: 1.2rem;
  }

  .about__lead {
    font-size: 2.2rem;
  }

  /*--- salon-video ---*/
  .videoEmbed {
    width: 100%;
  }

  .salon-video__icon {
    width: 14%;
  }

  /*--- case ---*/
  .case__icon {
    left: -12%;
  }

  /*--- ---*/
  .l-col__result {
    flex-direction: column;
  }

  .result__image {
    width: 75%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .result__list {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .result__inner {
    width: 100%;
  }

  /*--- review ---*/
  .review__title {
    position: relative;
    top: initial;
    left: initial;
    padding: 0;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .review__title--en {
    margin-right: 0;
  }

  .l-col__review {
    flex-direction: column-reverse;
    padding: 60px 10%;
  }

  .review__image {
    width: 100%;
    margin-bottom: 30px;
  }

  .review__inner {
    width: 100%;
    padding-top: 0;
  }

  /*--- menu ---*/
  .menu .l-inner {
    width: 90%;
  }

  .menu__item {
    width: 100%;
    padding: 60px;
  }

  .menu__item:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .menu__title {
    font-size: 3.4rem;
  }

  /*---media---*/
  .media-item__meta {
    font-size: 1rem;
  }

}

@media screen and (max-width:787px) {
  .fv__image--main {
    width: 55%;
  }

  .fv__ttl {
    font-size: 2.6rem;
  }

  .fv-link {
    width: 90%;
  }

  .fv-link__lead {
    font-size: 1.3rem;
  }

  /*---about---*/
  .l-col__about {
    width: 90%;
  }

  .point__list {
    display: none;
  }

  .point__list--chart {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  /*--- case ---*/
  .case__list {
    margin-left: 2%;
  }

  .case__item {
    width: 48%;
  }

  .case__item:nth-of-type(n+3) {
    margin-top: 4dvh;
  }

  .case__item:nth-of-type(10) {
    margin-left: initial;
  }

  .case__item:nth-of-type(11) {
    margin-right: auto;
    margin-left: auto;
  }

  .case__icon {
    left: -8%;
  }

  /*--- media ---*/
  .media-item {
    width: 48%;
  }

  .media-item:nth-of-type(n+3) {
    margin-top: 5vh;
  }

}

@media screen and (max-width:680px) {
  .fv-anime__wrapper {
    left: 58.5%;
  }

  /*--- news ---*/
  .l-col__news {
    padding: 0;
  }

  .news__heading::before {
    width: calc(8px * 1.2);
    height: calc(9.6px * 1.2);
  }

  .news__heading::after {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #8F9DA2;
    margin-left: 8px;
  }

  .news__heading {
    font-size: 1.4rem;
  }

  .news__list {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .news__item {
    flex-direction: column;
  }

  .news__date {
    font-size: 1.2rem;
    margin-right: 0;
  }

  .news__link {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    overflow: initial;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .news__title {
    font-size: 1.4rem;
  }

  .news__nav {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .news__btn:first-of-type {
    margin-right: 4px;
  }

  /*---about---*/
  .l-col__about {
    width: 100%;
  }

  .about__lead .ui--sp {
    display: block;
  }

  .about__lead__bold {
    font-size: 2.6rem;
  }

  /*--- salon-video ---*/
  .salon-video .l-inner {
    width: 95%;
  }

  .salon-video__lead {
    font-size: 1.3rem;
  }

  .salon-video__icon {
    width: 16%;
  }

  /*--- case ---*/
  .case__lead::after {
    width: calc(520px * .8);
    height: calc(26px * .8);
  }

  .case__icon {
    left: -11%;
  }

  .result__image {
    width: 100%;
  }

  .result__list {
    width: 100%;
  }

  .comment__bubble br {
    display: none;
  }

  /*---review---*/
  .l-col__review {
    padding: 30px 5% 60px 5%;
  }

  .l-col__review::after {
    right: -5%;
  }

  /*---media---*/
  .media__link {
    width: 180px;
  }
}

@media screen and (max-width:600px) {
  .about .section-heading {
    flex-direction: column;
  }

  .about .section-heading__title {
    width: 100%;
    padding-left: 14px;
    margin-top: 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:480px) {
  .fv {
    height: calc(var(--vh, 1vh) * 100);
  }

  h1 {
    font-size: 1rem;
    top: 102.5%;
  }

  h1 .ui--sp {
    display: block;
  }

  .l-col__fv {
    height: calc(100% - 80px);
    padding-top: 80px;
    flex-direction: column;
  }

  .fv__image--main {
    width: 100%;
    height: 100%;
  }

  .fv__image--base {
    display: none;
  }

  .fv__slider--pc {
    display: none;
  }

  .fv__slider--sp {
    display: block;
    height: 100%;
  }

  .fv__slider--pc::after,
  .fv__slider--sp::after {
    display: none;
  }

  .fv__inner {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .fv__box {
    width: 96%;
  }

  .fv__ttl {
    font-size: 1.8rem;
    margin-left: 4vw;
  }

  .fv__ttl>span:nth-of-type(2) {
    margin-right: 1.4vw;
  }

  .fv__ttl>span:nth-of-type(3) {
    margin-right: 1.4vw;
  }

  .fv__lead {
    width: 17%;
    margin-top: 15dvh;
  }

  .fv__catchcopy {
    display: none;
  }

  .fv__image--text {
    width: 65%;
    position: absolute;
    top: 48.5%;
    left: initial;
    right: -2.5%;
    z-index: 1;
    mix-blend-mode: color-burn;
  }

  .fv-link {
    width: 80%;
    margin: auto auto 5dvh auto;
  }

  .fv-anime__wrapper {
    width: 50%;
    top: 50%;
    left: 5%;
    z-index: 1;
  }

  .scrolldown__wrap {
    display: none;
  }

  /*---news---*/

  .news {
    padding-top: 100px;
  }

  /*---about---*/
  .about {
    padding-bottom: 40px;
  }

  .l-col__about {
    margin-bottom: 60px;
  }

  .about .section-heading__title {
    font-size: 1.1rem;
    padding-left: 8px;
  }

  .about__image--sp {
    margin-bottom: 20px;
  }

  .about__lead {
    font-size: 1.8rem;
  }

  .about__text--top {
    font-size: 2rem;
  }

  .about__lead__bold {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .section__text--about {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .point__list--chart {
    width: 100%;
  }

  .bg-bird {
    width: 42%;
  }

  /*---salon-video---*/
  .salon-video {
    padding-top: 40px;
  }

  .salon-video__title {
    font-size: 2.6rem;
  }

  .salon-video__icon {
    width: 20%;
    margin-right: 0;
  }

  .salon-video__lead br {
    display: none;
  }

  .salon-video__col {
    width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .videoEmbed {
    margin-bottom: 60px;
  }

  .bg-flower {
    width: 45%;
    top: -5%;
  }

  .bg-flower--right {
    width: 37%;
    bottom: -8%;
  }

  /*--- case ---*/
  .case__lead {
    font-size: 1.8rem;
    white-space: nowrap;
    margin-bottom: 30px;
  }

  .case__lead::after {
    width: calc(520px * .7);
    height: calc(26px * .7);
  }

  .case__list {
    margin-bottom: 60px;
  }

  .case__item {
    width: 100%;
    padding: 20px 20px 20px 4.5%;
    min-height: 88px;
  }

  .case__item:nth-of-type(2n) {
    padding: 20px 4.5% 20px 20px;
    border-radius: 50vh 50vh 0 50vh;
  }

  .case__item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .case__item:nth-of-type(2n) .case__icon {
    left: initial;
    bottom: -2.5%;
    right: -8%;
  }

  .case__icon {
    width: 30%;
    left: -8%;
  }

  .case__text {
    text-align: center;
  }

  .result__lead {
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 60px;
  }

  .l-col__comment {
    flex-direction: column-reverse;
  }

  .attention__list {
    font-size: 1rem;
  }

  .comment__icon {
    width: 25%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
    padding-right: 5%;
  }

  .comment__bubble::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 60%;
    width: calc(60px * .8);
    height: calc(32px * .8);
    border: none;
    border-right: none;
    background: url('../img/common/bubble-hige.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  /*---result--*/
  .result {
    margin-bottom: 80px;
  }

  .review__title--en {
    height: 30px;
    margin-bottom: 5px;
  }

  .review__title>h3 {
    font-size: 1.4rem;
  }

  .l-col__result {
    margin-bottom: 0;
  }

  /*---review---*/
  .review {
    margin-bottom: 40px;
  }

  .l-col__review {
    padding: 30px 0 60px 0;
  }

  .review__image {
    margin-bottom: 14px;
  }

  .review__lead {
    padding-left: 70px;
  }

  .review__lead::before {
    width: 60px;
    height: 60px;
  }

  .review__lead-main {
    font-size: 1.5rem;
  }

  .review__lead-data {
    font-size: 1.2rem;
  }

  /*---menu---*/
  .menu__item {
    padding: 30px 20px;
  }

  .menu__item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .menu__title {
    font-size: 2.4rem;
  }

  .menu__desc {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .menu__link {
    margin-top: initial;
  }

  /*---media---*/
  .media__list {
    margin-bottom: 30px;
  }

  .media-item {
    width: 100%;
  }

  .media-item:nth-of-type(2n) {
    margin-left: 0;
  }

  .media-item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .media__link--pc {
    display: none;
  }

  .media__link--sp {
    display: block;
  }

  /*---loop---*/
  .loop {
    padding: 50px 0;
  }

  .loop__list {
    width: 500vw;
    justify-content: space-around;
  }

  .loop__item {
    padding-right: 0;
  }

  .loop__item--first {
    width: 10%;
  }

  .loop__item--second {
    width: 11.5%;
  }

  .loop__item--third {
    width: 10%;
  }

  .loop__item--forth {
    width: 14.5%;
  }

  .loop__item img {
    width: 100%;
  }
}

@media screen and (max-width:376px) {
  .section__text--about {
    font-size: 1.4rem;
  }
}