@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: "Garamond", serif;
  position: absolute;
  top: 50%;
  left: -3.2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.kv > span:last-of-type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Garamond", serif;
  position: absolute;
  top: 50%;
  right: -5.2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 0.75rem;
  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: "Garamond", serif;
  font-size: 5.625rem;
  position: absolute;
  left: 70px;
  bottom: 75px;
  line-height: 1;
  z-index: 999;
}

.kv-copy span {
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: -10px;
}

.slider {
  background: #000;
}

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

.slider > div::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  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: 3rem;
  position: relative;
  z-index: 99;
  text-align: center;
}

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

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

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

.slide-4 {
  background: url(../img/transparent_slider.png) no-repeat center / cover;
}

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

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

.top-news,
.top-product,
.top-feature,
.staff_slider,
.top-wrap {
  /*padding-bottom: 60px;*/
  padding: 50px 0 60px 0;
  background-color: #fff;
}

.top-wrap {
  background: #fff5e4;
  padding: 200px 5%;
}
.top-feature-sec2 {
  background: #8f5d00;
}

.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: "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;
  aspect-ratio: 1;
  object-fit: cover;
  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: 1.3rem;
  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;
}

/* .collections {
  background: #82e0ff;
}

.collection2 {
  margin-top: 40px;
} */

.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: 7em;
  height: 0;
  border-top: 2px solid red;
  transform: rotate(-10deg);
  top: 14px;
  left: 11px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .price-slash-mode {
    transform: rotate(-7deg);
    top: 12px;
  }
}

.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: 0.75rem;
  text-align: center;
  font-family: futura, serif;
}

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

.btn-primary {
  padding: 20px !important;
  border-radius: 4px !important;
  font-size: 1rem;
}

@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: 1.5rem;
    margin-left: -5px;
  }

  .slider {
    background: #000;
  }

  .slider > div {
    height: 225px;
  }

  .slider p {
    font-size: 2rem;
    line-height: 1.4;
  }

  .top-wrap {
    padding-bottom: 80px !important;
  }

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

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

  .top-product {
    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-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;
    justify-content: space-between;
  }

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

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

  .top-product-inner3 div:last-child {
    margin-left: 0;
  }

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

  .top-product-inner3 img {
    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- > * {
    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: 1.125rem;
  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: 0.8125rem;
  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: "Garamond", serif;
  /*    font-style: normal;*/
  letter-spacing: 0.15em;
  width: 240px;
  position: relative;
  color: #000;
}

header .btn {
  font-family: "Garamond", serif;
  font-style: normal;
  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;
  margin-top: 4rem;
}

.top-item {
  background: #8f5d00;
  padding: 120px 10%;
}

.top-itemlist {
  background: #fff5e4;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .top-itemlist {
    background: #fff5e4;
    padding: 10px 0;
  }

  #sec5 .top-itemlist {
    padding-top: 80px;
  }
}

.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,
.top-feature-1 h2::after,
.top-item h2::after {
  content: "";
  height: 0.4rem;
  width: 6rem;
  display: block;
  margin-top: 2.5rem;
}

.top-feature p {
  line-height: 1.8;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-feature h2::after,
  .top-feature-1 h2::after,
  .top-item h2::after {
    content: "";
    height: 0.4rem;
    width: 6rem;
    display: block;
    margin-top: 0.5rem;
  }

  .top-feature p {
    line-height: 1.8;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

  .collection2 {
    margin-bottom: 80px;
  }

  .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: 0.75rem;
  }

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

.heading-1 {
  font-size: 2rem;
}

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

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

.footerfont {
  font-family: futura, serif;
  font-size: 1.0625rem;
}

.small {
  font-size: 0.625rem;
}

.medium {
  font-size: 1.125rem;
}

.inu {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 300;
}

.inu span {
  font-weight: 1000;
}

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

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

  .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: "Garamond", serif;
    font-style: normal;
    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;
    font-size: 30px;
    line-height: 50px;
  }

  .top-wrap .heading-category {
    margin-bottom: 12px;
  }
}

.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 {
  height: 100vh;
} */
.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: 420px;
  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: 60px 0 150px 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.5rem;
  font-weight: 500;
  color: var(--body);
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  margin-bottom: 24px;
  font-family: "Garamond", serif;
}

.headeing2-recommend-ttl1 {
  text-align: center;
}

.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: 2.5rem;
  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:after,
.category-inner2:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
} */
.category-inner dl dt,
.category-inner2 dl dt {
  margin: 1rem 0 0 0;
  text-align: center;
  font-family: futura, serif;
  font-size: 1.2rem;
}

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

.category-inner > *::before,
.category-inner2 > *::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: 1.25rem;
}

.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";
}

#shoppingCategories {
  margin-bottom: 80px;
}

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

  .category-inner > *::before,
  .category-inner2 > *::before {
    font-size: 2rem;
  }

  /* #subscriptionCategories {
    padding-bottom: 120px;
  } */

  /* #sec2_1,
  #sec2_2 {
    padding-top: 50px;
    padding-bottom: 80px;
  } */

  #sec2_1 {
    padding-bottom: 160px;
  }

  #sec2_2 {
    padding-bottom: 20px;
    background: #82e0ff;
  }

  #shoppingCategories {
    margin-bottom: 80px;
  }

  #rankedCategories {
    margin-bottom: 40px;
  }

  .recommend-content {
    margin: 60px 0;
  }
}

/* ランキング　ページ内リンク位置調整 */
a#coupon2 {
  position: relative;
  top: -3rem;
  z-index: -1;
}

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

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

/* 検索結果 */
.search-result {
  padding-bottom: 60px;
}

/* PRODUCT */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(300% / 3);
  height: 50px;
  border-bottom: 2px solid #8f5d00;
  background-color: #e9e9e9;
  line-height: 50px;
  font-size: 1.25rem;
  text-align: center;
  color: #8f5d00;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

h3.heading {
  font-size: 2rem;
}

.base-width-prd {
  width: 90%;
  margin: 0 auto;
}

.bottom-prd {
  padding-bottom: 60px;
}

.term {
  padding-top: 80px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.top-prd {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 60px;
}

/*選択されているタブのコンテンツのみを表示*/
#regular-product:checked ~ #regularProduct,
#normal-product:checked ~ #normalProduct,
#products:checked ~ #prds {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #8f5d00;
  color: #fff;
  cursor: initial;
}

.top-shop {
  background: #fff;
  padding: 120px 10%;
}

.top-shop .btn3 {
  margin: 0 auto;
}

.gnav {
  background: #8f5d00;
  padding: 10px;
  margin-top: 40px;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
}

.gnav ul li {
  width: 14%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.gnav ul li a {
  display: flex;
  background: #fff;
  padding: 5px 0;
  font-size: 1.25rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
}

.gnav ul li a:hover {
  opacity: 1;
  background-color: #8f5d00;
  color: #fff;
}

.policy {
  text-align: right;
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .policy {
    margin-top: 12px;
    text-align: center;
  }
}

#sec2_1,
#sec2_2,
#sec2_3,
#sec3_2,
#sec5,
#sec7,
#searchResult {
  padding-top: 200px !important;
  margin-top: -200px !important;
}

#concept,
#sec1,
#sec3_1 {
  padding-top: 220px !important;
  margin-top: -220px !important;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  #concept {
    font-size: 28px;
    line-height: 40px;
    padding-top: 180px !important;
    margin-top: -200px !important;
  }

  #sec1 {
    font-size: 28px;
    line-height: 40px;
  }

  #sec2_2 {
    padding-top: 40px !important;
    margin-top: -40px !important;
  }

  .inu {
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
  }

  .inu span {
    font-weight: 1000;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
