@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");

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

パララックス用背景

----------------------------------------------------------  */
.bg_wh {
  background-color: #fff;
  z-index: 999999;
}

:root {
  --black: #000000;
  --body: #333333;
  --gray01: #464646;
  --gray02: #707070;
  --white: #fff;
  --grayDivider: #d2d2d2;
  --grayBg: #f2f2f2;
}

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

index

----------------------------------------------------------  */
.kv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.kv > span:first-of-type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 50%;
  left: -3.2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.kv > span:last-of-type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 50%;
  right: -5.2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.kv > span:last-of-type::after {
  content: "";
  background: #333;
  width: 1px;
  height: 200px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 3px;
}

.kv-copy {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  position: absolute;
  left: 70px;
  bottom: 75px;
  line-height: 1;
  z-index: 999;
}

.kv-copy span {
  display: block;
  font-style: italic;
  font-size: 24px;
  margin-left: -10px;
}

.slider {
  background: #000;
}

.slider > div {
  height: 560px;
  position: relative;
}

.slider > div::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}

.slider > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.slider p {
  font-family: "Bodoni Moda", serif;
  color: #fff;
  line-height: 1;
  font-size: 48px;
  position: relative;
  z-index: 99;
  text-align: center;
}

.slide-1 {
  background: url(../img/fv1.jpg) no-repeat center / cover;
}

.slide-2 {
  background: url(../img/fv2.jpg) no-repeat center / cover;
}

.slide-3 {
  background: url(../img/fv3.jpg) no-repeat center / cover;
}

/*
.kv-copy::first-letter {
    font-family: 'Homemade Apple', cursive;
}
*/

.top-intro {
  padding: 80px 0;
  background-color: #fff;
}

.top-concept,
.top-news,
.staff_slider {
  /*padding-bottom: 60px;*/
  padding: 120px 0 60px 0;
  background-color: #fff;
}

.top-prd,
.top-product {
  padding-bottom: 60px;
  background-color: #fff;
}

.top-ranked {
  padding-top: 60px;
}

.swiper-container {
  width: 80%;
}

.top-salon {
  padding-bottom: 120px;
  background-color: #fff;
}

.top-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-intro > * {
  width: 45%;
}

.top-intro p {
  font-weight: bold;
  line-height: 2.6;
}

.top-news {
  position: relative;
}

.top-news-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-news-inner > * {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news-inner > *:nth-of-type(1) {
  margin-bottom: 40px;
}

.top-news-inner > * > * {
  width: 45%;
}

.top-news-inner img {
  width: 100%;
}

.top-news-inner dl dt {
  color: #808080;
  font-size: 0.71rem;
  margin-bottom: 10px;
}

.top-news-inner dl dt span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  color: #333;
  font-size: 1.14rem;
}

.top-news-inner dl dd {
  font-size: 0.78rem;
}

.top-news .btn {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: 0;
  top: 0;
}

.top-product-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-product-inner > * {
  width: 19%;
}

.top-product-inner > *:first-of-type {
  margin-bottom: 0px;
}

.top-product-inner img {
  width: 100%;
  height: auto;
}

.top-product-inner dl dt {
  line-height: 1.6;
  margin: 0px 0 5px 0;
  text-align: left;
  font-size: 0.85rem;
}

.top-product-inner dl dd {
  font-size: 0.85rem;
  color: #808080;
}

.top-product-inner dl dt:nth-of-type(2) {
  line-height: 1;
  margin: 16px 0 35px 0;
  text-align: center;
  font-weight: 300;
}

.top-product-inner dl dt span {
  line-height: 1.6;
  margin: 40px 0 35px 0;
  text-align: center;
  font-size: 0.7rem;
  color: #808080;
  background-color: #fff;
}

.top-product-inner3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-product-inner3 > * {
  width: 17%;
  margin-bottom: 2rem;
}

.top-product-inner3 > *:first-of-type {
  margin-bottom: 0px;
}

.top-product-inner3 img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 0.8rem;
}

.top-product-inner3 dl dt {
  line-height: 1.6;
  margin: 0px 0 5px 0;
  text-align: center;
  font-size: 0.85rem;
  font-family: futura, serif;
}

.top-product-inner3 dl dd {
  font-size: 0.85rem;
  color: #808080;
}

.top-product-inner3 dl dt:nth-of-type(2) {
  line-height: 1;
  margin: 16px 0 35px 0;
  text-align: center;
  font-weight: 300;
}

.top-product-inner3 dl dt span {
  line-height: 1.6;
  margin: 40px 0 35px 0;
  text-align: center;
  font-size: 0.7rem;
  color: #808080;
  background-color: #fff;
}

.product-wrapper {
  position: relative;
  display: inline-block;
}

.price-slash {
  position: relative;
  width: 40%;
  height: 0;
  border-top: 2px solid red;
  transform: rotate(-10deg);
  top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.price-slash-mode {
  position: relative;
  width: 40%;
  height: 0;
  border-top: 2px solid red;
  transform: rotate(-10deg);
  top: 14px;
  left: 36px;
  margin-left: auto;
  margin-right: auto;
}

.price-arrow {
  position: relative;
  margin-top: 8px;
}

.price-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-salon-inner {
  display: flex;
  flex-wrap: wrap;
}

.top-salon-inner img {
  width: 100%;
  height: auto;
}

.top-salon-inner > * {
  width: 31%;
  margin-bottom: 80px;
  margin-right: 3.5%;
}

.top-salon-inner > *:nth-of-type(3n) {
  margin-right: 0;
}

.top-salon-inner dl {
  height: 8rem;
}

.top-salon-inner dl dt {
  line-height: 1;
  margin: 30px 0;
  color: #808080;
  font-family: "Bodoni Moda", serif;
  text-align: center;
  font-size: 1.28rem;
}

.top-salon-inner dl dd {
  font-size: 12px;
  text-align: center;
  font-family: futura, serif;
}

.top-salon-inner dl dd:last-of-type {
  margin-bottom: 25px;
}

.btn-primary {
  border: solid 1px #333 !important;
  padding: 20px !important;
  border-radius: 4px !important;
  font-size: 16px;
}

#rankedAreas {
  scroll-margin-top: 80px;
}

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

  .kv > span:first-of-type {
    display: none;
  }

  .kv > span:last-of-type {
    display: none;
  }

  .kv > span:last-of-type::after {
    content: "";
    background: #333;
    width: 1px;
    height: 200px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 3px;
  }

  .kv-copy {
    font-size: 3.42rem;
    left: 20px;
    bottom: 20px;
  }

  .kv-copy span {
    font-size: 24px;
    margin-left: -5px;
  }

  .slider {
    background: #000;
  }

  .slider > div {
    height: 250px;
  }

  .slider p {
    font-size: 32px;
    line-height: 1.4;
  }

  .top-intro {
    padding: 40px 0 0px;
  }

  .top-news,
  .top-product {
    padding-bottom: 30px;
  }

  /* .top-product {
    padding-top: 80px;
  } */

  .top-ranked,
  .top-products {
    padding-top: 80px;
  }

  .top-salon {
    padding-bottom: 1px;
    margin-top: 50px;
  }

  .top-intro {
    display: block;
  }

  .top-intro img {
    object-fit: cover;
    height: 28vh;
  }

  .top-intro > * {
    width: 100%;
  }

  .top-intro > *:first-of-type {
    margin-bottom: 30px;
  }

  .staff_slider {
    padding: 60px 0 10px;
  }

  .top-news-inner {
    display: block;
  }

  .top-news-inner > * {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-news-inner > * {
    margin-bottom: 40px;
  }

  .top-news-inner > * > * {
    width: 47%;
  }

  .top-news-inner img {
    width: 100%;
  }

  .top-news-inner dl dt {
    font-size: 0.71rem;
  }

  .top-news-inner dl dt span {
    font-size: 1.14rem;
  }

  .top-news-inner dl dd {
    font-size: 0.78rem;
  }

  .top-news .btn {
    position: relative;
  }

  .top-product {
    padding-top: 80px;
  }

  .top-product-inner {
    display: flex;
    text-align: center;
  }

  .top-product-inner > * {
    width: 100%;
  }

  .top-product-inner div {
    width: 40%;
    position: relative;
    margin: 0 auto;
  }

  .top-product-inner > *:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .top-product-inner img {
    width: 90%;
    height: auto;
  }

  .top-product-inner dl dt {
    font-size: 1.2rem;
    margin-bottom: 1px;
    text-align: left;
  }

  .top-product-inner dl dt:nth-child(2n) {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }

  .top-product-inner dl dd {
    font-size: 0.85rem;
  }

  .top-product-inner3 {
    display: flex;
    text-align: center;
  }

  .top-product-inner3 > * {
    width: 100%;
  }

  .top-product-inner3 div {
    width: 50%;
    position: relative;
    margin: 0 auto;
  }

  .top-product-inner3 > *:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .top-product-inner3 img {
    width: 90%;
    height: auto;
    border-radius: 50%;
  }

  .top-product-inner3 dl dt {
    font-size: 1.2rem;
    margin-bottom: 1px;
    text-align: center;
  }

  .top-product-inner3 dl dt:nth-child(2n) {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }

  .top-product-inner3 dl dd {
    font-size: 0.85rem;
  }

  .top-salon-inner {
    display: block;
  }

  .top-salon-inner > * {
    width: 100%;
    margin-right: 0;
  }

  .top-salon-inner > *:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .top-salon-inner dl dt {
    font-size: 1.28rem;
  }

  .top-salon-inner dl dd {
    font-size: 0.85rem;
  }

  .top-product-inner2 {
    display: flex;
    text-align: center;
    overflow-y: scroll;
  }

  .top-product-inner2 > * {
    flex: auto;
  }

  .top-product-inner2 > *:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .top-product-inner2 img {
    width: 150px;
    height: 150px;
    /*
        width: 200px;
        height: 200px;
*/
    line-height: 200px;
    background-color: green;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 10px auto;
  }
}

.midasi {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  color: #333;
  font-size: 18px;
  color: #808080;
  line-height: 1.6;
  font-weight: 100;
}

.midasi1 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.saru {
  font-size: 13px;
  color: #808080;
  line-height: 1;
  font-weight: 200;
}

.fv {
  position: relative;
}

.fv ul {
  position: absolute;
  top: 1rem;
  right: 4rem;
  display: flex;
}

.fv ul li:first-child {
  margin-right: 2rem;
}

.fv ul li {
  width: 1.5rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .fv ul {
    top: 4rem;
    right: 1.5rem;
  }

  .fv ul li:first-child {
    margin-right: 1rem;
  }

  .fv ul li {
    width: 2rem;
  }
}

.fv-copy {
  font-family: "Cormorant Garamond", serif;
  /*    font-style: italic;*/
  letter-spacing: 0.15em;
  width: 240px;
  position: relative;
  color: #000;
}

header .btn {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.15em;
  position: relative;
}

header .btn::after {
  content: "";
  background: url(../img/ico_window1.png);
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  transition: all 0.3s;
}

header .btn:hover::after {
  content: "";
  background: url(../img/ico_window2.png);
  background-size: 15px 10px;
  width: 15px;
  height: 0px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
}

@media screen and (max-width: 767px) {
  .header .btn {
    width: auto;
    margin: 0 20px;
  }
}

.top-feature {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.top-feature-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.top-feature-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0;
}

.top-feature-1 > *,
.top-feature-2 > * {
  width: 46%;
}

.top-feature h2::after {
  content: "";
  height: 0.4rem;
  width: 6rem;
  display: block;
  margin-top: 2.5rem;
}

.top-feature p {
  line-height: 1.8;
  font-size: 16px;
}

.top-feature li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .top-feature {
    width: 90%;
    padding: 6rem 0 0 0;
  }

  .top-feature-1 {
    display: block;
  }

  .top-feature-2 {
    display: block;
    margin: 8rem 0;
  }

  .top-feature-2:last-child {
    margin-bottom: 0;
  }

  .top-feature-1 > *,
  .top-feature-2 > * {
    width: 100%;
  }

  .top-feature-1 > *:first-of-type,
  .top-feature-2 > *:first-of-type {
    margin-bottom: 3rem;
  }

  .btn2 {
    text-align: center;
    color: #333333;
    line-height: 1;
    display: block;
    width: 150px;
    padding: 10px;
    transition: all 0.3s;
    border: solid 1px #333333;
    padding: 20px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #fff;
    letter-spacing: 3px;
    font-size: 12px;
  }

  .btn3 {
    text-align: center;
    color: #fff;
    line-height: 1;
    display: block;
    width: 200px;
    padding: 10px;
    transition: all 0.3s;
    border: solid 1px #333333;
    padding: 20px;
    margin: 20px auto;
    /*    margin: 0 auto;*/
    border-radius: 3px;
    background-color: #4c444d;
    letter-spacing: 3px;
    font-size: 12px;
  }
}

.heading-1 {
  font-size: 28px;
}

.heading2 {
  text-align: center;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.heading2 span {
  text-align: center;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.footerfont {
  font-family: futura, serif;
  font-size: 13px;
  margin-right: 1rem;
  margin-left: 1rem;
}

.small {
  font-size: 10px;
}

.medium {
  font-size: 16px;
}

.inu {
  text-align: center;
  font-weight: 900;
}

.kiji {
  font-size: 13px;
  color: #808080;
  line-height: 1;
  font-weight: 200;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .momo {
    max-width: 800px;
    margin: auto;
  }

  .top-product-inner2 {
    display: flex;
    /*        justify-content: space-between;*/
    width: 100%;
    margin: auto;
    overflow-y: scroll;
  }

  .top-product-inner2 > * {
    width: 19%;
  }

  .top-product-inner2 > *:first-of-type {
    margin-bottom: 20px;
  }

  .top-product-inner2 img {
    margin-top: 20px;
    width: 130px;
    height: 130px;
    line-height: 200px;
    background-color: green;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }

  .btn2,
  .btn3 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  header .btn {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    letter-spacing: 0.15em;

    padding-right: 30px;
    position: relative;
  }

  header .btn::after {
    content: "";
    background: url(../img/ico_window1.png);
    background-size: 15px 10px;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 11px;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .heading-category {
    margin-bottom: 0px;
  }
}

.products-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--body);
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 8px 0;
}

.products-description {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--gray02);
  text-align: center;
  line-height: 1.8;
}

/*recomend*/
.recommend::before {
  display: block;
  background: url(../img/img2.JPG) no-repeat center center / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100vh;
}

.recommend-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.recommend-content {
  width: 380px;
  height: 380px;
  background-color: #fff;
  border: solid 4px var(--gray02);
  padding: 48px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 56px 0;
}

.recommend-content::before {
  content: "";
  display: block;
  border: solid 4px var(--gray02);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
}

.heading2-recommend-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--body);
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  margin-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
}

.heading2-recommend-ttl-sub {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--body);
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 12px;
  /*recomendここまで*/
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

/*recomend sp*/

@media screen and (max-width: 767px) {
  .recommend {
    padding: 40px 0;
  }

  .recommend-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }

  .recommend-content {
    width: 90%;
    height: auto;
    background: var(--white);
    border: solid 2px var(--gray02);
    padding: 32px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .recommend-content::before {
    content: "";
    display: block;
    border: solid 2px var(--gray02);
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    pointer-events: none;
  }
}

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

swiper

----------------------------------------------------------  */
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide dl dt {
  font-size: 1rem;
  color: var(--body);
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 8px 0;
  font-family: futura, serif;
}

.swiper-slide dl dd {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--gray02);
  text-align: center;
  line-height: 1.8;
}

.swiper-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .sip-slider,
  .swiper-container,
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide img {
    transition-duration: 100ms !important;
  }
}

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

category

----------------------------------------------------------  */
.category h2 {
  text-align: center;
}

.category h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.category .btn {
  margin: 0 auto;
}

.category > section:not(:last-of-type) {
  margin-bottom: 40px;
}

.category-inner,
.category-inner2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-inner > *,
.category-inner2 > * {
  width: 18%;
  margin-bottom: 4rem;
  position: relative;
}

.category-inner dl dt,
.category-inner2 dl dt {
  margin: 1rem 0 0 0;
  text-align: center;
  font-family: futura, serif;
  font-size: 14px;
}

.category-inner dl dd,
.category-inner2 dl dd {
  text-align: center;
  font-family: futura, serif;
  font-size: 14px;
}

.category-inner > *::before,
.category-inner2 > *::before,
.category-inner3 > *::before {
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: "Josefin Sans", serif;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 18px;
}

.category-inner img,
.category-inner2 img {
  width: 100%;
  height: auto;
}

.category-inner > *:nth-of-type(1)::before {
  content: "1";
}

.category-inner > *:nth-of-type(2)::before {
  content: "2";
}

.category-inner > *:nth-of-type(3)::before {
  content: "3";
}

.category-inner > *:nth-of-type(4)::before {
  content: "4";
}

.category-inner > *:nth-of-type(5)::before {
  content: "5";
}

.category-inner > *:nth-of-type(6)::before {
  content: "6";
}

.category-inner > *:nth-of-type(7)::before {
  content: "7";
}

.category-inner > *:nth-of-type(8)::before {
  content: "8";
}

.category-inner > *:nth-of-type(9)::before {
  content: "9";
}

.category-inner > *:nth-of-type(10)::before {
  content: "10";
}

/* youtube */
.iframe-embed {
  position: relative;
  width: 100%;
  padding-top: 53%;
}
.iframe-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ranked-category {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rank1::before {
  content: "1";
}

.rank2::before {
  content: "2";
}

.rank3::before {
  content: "3";
}

.rank4::before {
  content: "4";
}

.rank5::before {
  content: "5";
}

.rank6::before {
  content: "6";
}

.rank7::before {
  content: "7";
}

.rank8::before {
  content: "8";
}

.rank9::before {
  content: "9";
}

.rank10::before {
  content: "10";
}

@media screen and (max-width: 767px) {
  .category-inner > *,
  .category-inner2 > * {
    width: 48%;
  }
}

/* スタッフ */
.insta {
  position: absolute;
  right: 0;
  bottom: 32px;
}

/* サイドバーリンク先の位置を調整 */
#searchResult::before,
#salonList::before,
#concept::before,
#product::before {
  content: "";
  display: block;
  height: 9rem;
  margin-top: -9rem;
}
.top-feature-1,
.top-feature-2 {
  scroll-margin-top: 9rem;
}

.rank1 {
  padding: 15px;
  text-align: center;
}

.rank2 {
  padding: 15px;
  text-align: center;
}

.rank3 {
  padding: 15px;
  text-align: center;
}

.rank4 {
  padding: 15px;
  text-align: center;
}

.rank5 {
  padding: 15px;
  text-align: center;
}

.rank6 {
  padding: 15px;
  text-align: center;
}

.rank7 {
  padding: 15px;
  text-align: center;
}

.rank8 {
  padding: 15px;
  text-align: center;
}

.rank9 {
  padding: 15px;
  text-align: center;
}

.rank10 {
  padding: 15px;
  text-align: center;
}
