@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=Bodoni+Moda&display=swap");

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

intro

----------------------------------------------------------  */
.top-intro {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-intro > div {
  width: 44%;
}
.top-intro > p {
  width: 49%;
  font-size: 1.7rem;
  line-height: 2.2;
  padding-left: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top-intro {
    padding: 8rem 5%;
    display: block;
    text-align: center;
  }
  .top-intro > div {
    width: 75%;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-intro > p {
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}

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

bxslider

----------------------------------------------------------  */
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper {
  box-shadow: none;
  border: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 1.5rem;
  }
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #5c5c5c;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #5c5c5c;
  text-indent: -9999px;
  display: block;
  width: 7rem;
  height: 3px;
  margin: 0 0.3rem;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

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

news

----------------------------------------------------------  */
.top-news {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
}
.top-news dl {
  display: flex;
  flex-wrap: wrap;
}
.top-news dl dt {
  text-align: center;
  width: 20%;
  padding: 1.5rem 0;
  border-bottom: solid 1px #dbdbdb;
}
.top-news dl dd {
  width: 80%;
  padding: 1.5rem 0;
  border-bottom: solid 1px #dbdbdb;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 8rem 5%;
  }
  .top-news dl {
    display: block;
  }
  .top-news dl dt {
    text-align: left;
    width: 100%;
    padding: 1.5rem 0 0 0;
    border-bottom: none;
  }
  .top-news dl dd {
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
}

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

category

----------------------------------------------------------  */
.top-category {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  padding-bottom: 0;
}
.top-category-vertical,
.top-category-horizontal {
  margin-bottom: 10rem;
}
.top-category-vertical h3 {
  text-align: center;
  margin: 3rem;
}
.top-category-vertical p {
  text-align: center;
  margin-bottom: 4rem;
}
.top-category-vertical .btn {
  margin: 0 auto;
}

.top-category-horizontal {
  display: flex;
  justify-content: space-between;
}

.top-category-horizontal > * {
  width: 46%;
}
.top-category .reverse {
  flex-direction: row-reverse;
}
.top-category h3 {
  line-height: 1;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
.top-category p {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top-category {
    padding: 8rem 5%;
    padding-bottom: 0;
  }

  .top-category .heading {
    margin-bottom: 4rem;
  }

  .top-category-vertical,
  .top-category-horizontal {
    padding-top: 2rem;
    margin-bottom: 8rem;
  }

  .top-category-vertical h3 {
    text-align: left;
    margin: 3rem 0;
  }

  .top-category-vertical p {
    text-align: left;
    margin-bottom: 4rem;
  }

  .top-category-horizontal {
    display: block;
  }

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

  .top-category-horizontal > *:first-of-type {
    margin-bottom: 4rem;
  }
  .top-category p {
    margin-bottom: 3rem;
  }
}

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

pick up

----------------------------------------------------------  */
.top-pick {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  padding-bottom: 6rem;
}
.top-pick-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-pick-inner > * {
  width: 22%;
  margin-bottom: 4rem;
}
.top-pick-inner dl {
  margin-top: 1.5rem;
  text-align: center;
}
.top-pick-inner dt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.top-pick-inner dd {
  color: #808080;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top-pick {
    padding: 8rem 5%;
    padding-bottom: 4rem;
  }
  .top-pick-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-pick-inner > * {
    width: 46%;
    margin-bottom: 4rem;
  }
}

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

ランキング

----------------------------------------------------------  */
.top-rank {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  padding-bottom: 6rem;
}
.top-rank-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-rank-inner > * {
  width: 17.5%;
  margin-bottom: 4rem;
  position: relative;
}
.top-rank-inner dl {
  margin-top: 1.5rem;
  text-align: center;
}
.top-rank-inner dt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.top-rank-inner dd {
  color: #808080;
  font-size: 1.2rem;
}

.top-rank-inner > *::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: 20px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .top-rank {
    padding: 8rem 5%;
    padding-bottom: 4rem;
  }
  .top-rank-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-rank-inner > * {
    width: 46%;
    margin-bottom: 4rem;
  }
}

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

aujua

----------------------------------------------------------  */
.top-item {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  padding-bottom: 5rem;
}
.top-item-inner {
  display: flex;
  flex-wrap: wrap;
}
.top-item-inner > * {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4rem;
}
.top-item-inner > *:nth-of-type(4n) {
  margin-right: 0;
}

.top-item-inner dl {
  margin-top: 2.5rem;
  text-align: center;
}
.top-item-inner dt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.top-item-inner dd {
  color: #808080;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top-item {
    padding: 8rem 5%;
    padding-bottom: 4rem;
  }
  .top-item-inner {
    justify-content: space-between;
  }
  .top-item-inner > * {
    width: 46%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

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

product

----------------------------------------------------------  */
.top-prd,
.search-result {
  border-bottom: solid 1px #dbdbdb;
  padding: 10rem 10%;
  padding-bottom: 5rem;
}
.top-prd .top-item-inner > *,
.search-result .top-item-inner > * {
  margin-bottom: 0;
}
.top-prd .btn,
.search-result .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}

h2 .small {
  font-size: 0.7em;
}

/* #searchResult {
  margin-top: -120px;
  padding-top: 150px;
} */

@media screen and (max-width: 767px) {
  .top-prd,
  .search-result {
    padding: 8rem 5%;
    padding-bottom: 4rem;
  }
}

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

salon

----------------------------------------------------------  */
.top-salon {
  padding: 10rem 10%;
  padding-bottom: 2rem;
}
.top-salon-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top-salon-inner > * {
  width: 46%;
  margin-bottom: 8rem;
}
.top-salon-inner > * dl {
  margin: 2.5rem 0 3.5rem 0;
}
.top-salon-inner > * dl dt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.top-salon-inner > * dl dd {
  text-align: center;
  color: #808080;
}
.top-salon-inner > * dl dd a {
  color: #808080;
}
.top-salon-inner > * dl dd:first-of-type {
  margin-bottom: 0.5rem;
}
.top-salon-inner .btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-salon {
    padding: 8rem 5%;
    padding-bottom: 0;
  }
  .top-salon-inner {
    display: block;
  }
  .top-salon-inner > * {
    width: 100%;
  }
}
