@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
.l-container {
  width: 100%;
}

.l-container #feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50.8rem 1fr;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e5b3a3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
}
.l-container #feature * {
  color: inherit;
  font-kerning: normal;
  box-sizing: border-box;
  margin: 0;
}
.l-container #feature *::after {
  box-sizing: border-box;
}
.l-container #feature *::before {
  box-sizing: border-box;
}
.l-container #feature a {
  display: block;
  text-decoration: none;
  position: relative;
}
.l-container #feature figure,
.l-container #feature picture,
.l-container #feature img,
.l-container #feature video,
.l-container #feature a {
  display: block;
  width: 100%;
}
.l-container #feature img {
  height: 100%;
}
.l-container #feature .m-item-image {
  position: relative;
}
.l-container #feature .m-item-image::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.3s;
  z-index: 10;
}
.l-container #feature .m-item-image:hover::after {
  opacity: 1;
}
.l-container #feature .product-image {
  position: relative;
}
.l-container #feature .product-image a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.3s;
  z-index: 10;
}
.l-container #feature .product-image a:hover::after {
  opacity: 1;
}
.l-container #feature .content {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.l-container #feature .sidebar {
  position: relative;
}
.l-container #feature .sidebar__inner-wrapper {
  position: sticky;
  display: flex;
  width: 100%;
  height: calc(100vh - 80px);
  top: 80px;
  align-items: center;
  justify-content: center;
}
.l-container #feature .sidebar.left .sidebar__logo {
  width: 34.85rem;
}
.l-container #feature .sidebar.right .sidebar__links {
  display: flex;
  width: 26rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.l-container #feature .sidebar.right .sidebar__links__link {
  width: 100%;
}
.l-container #feature .sidebar.right .sidebar__links a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-weight: bold;
  background-color: #aa5555;
  border-radius: 4.5rem;
  font-size: 1.6666666667rem;
  padding: 2.6666666667rem;
  letter-spacing: 0;
}
.l-container #feature .sidebar.right .sidebar__links a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-white.svg");
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  top: 50%;
  right: 1.6666666667rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.l-container #feature .mv {
  position: relative;
  padding-top: 5.3333333333rem;
}
.l-container #feature .mv__image {
  width: 43rem;
  margin: 0 auto;
}
.l-container #feature .mv__description {
  width: 46.6666666667rem;
  margin: 0 auto;
  margin-top: 4.3333333333rem;
}
.l-container #feature .mv__text {
  font-size: 1.4666666667rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.7;
  color: #3a3a3a;
  padding-top: 2.3333333333rem;
  padding-bottom: 4.6666666667rem;
}
.l-container #feature .mv__text a {
  display: inline;
  text-decoration: underline;
}
.l-container #feature .container {
  position: relative;
}
.l-container #feature .categories__items {
  display: grid;
  grid-template-columns: repeat(2, 22rem);
  grid-template-rows: repeat(2, 6rem);
  justify-content: center;
  column-gap: 2rem;
  row-gap: 2rem;
  padding-bottom: 6.6666666667rem;
}
.l-container #feature .categories__items__item a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #aa5555;
  font-weight: bold;
  border-radius: 3rem;
  font-size: 1.6666666667rem;
  padding: 2.6666666667rem;
  letter-spacing: 0;
}
.l-container #feature .categories__items__item a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-white.svg");
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  top: 50%;
  right: 1.6666666667rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.l-container #feature .section {
  background-color: #fce4de;
  padding-top: 4.8333333333rem;
  padding-bottom: 5.2rem;
  scroll-margin-top: 80px;
}
.l-container #feature .section__title {
  font-size: 2.6666666667rem;
  text-align: center;
  color: #000;
  letter-spacing: 0;
}
.l-container #feature .section__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 5.3333333333rem;
  font-size: 1.8666666667rem;
  background-color: #aa5555;
  border-radius: 2.6666666667rem;
  margin: 0 auto;
}
.l-container #feature .section__link::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-white.svg");
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  top: 50%;
  right: 1.6666666667rem;
  transform: translateY(-50%) rotate(270deg);
  background-position: center;
  background-repeat: no-repeat;
}
.l-container #feature .section.bestseller {
  /* Custom scrollbar (smaller, centered, etc.) */
}
.l-container #feature .section.bestseller .scroll-content {
  overflow-x: auto;
  scrollbar-width: none;
}
.l-container #feature .section.bestseller .scroll-content::web-webkit-scrollbar {
  display: none;
}
.l-container #feature .section.bestseller .ranking-list ul {
  display: grid;
  grid-template-columns: repeat(6, 13.8rem);
  gap: 0.5333333333rem;
  padding-top: 2rem;
  padding-bottom: 3.3333333333rem;
}
.l-container #feature .section.bestseller .ranking-list li {
  flex-shrink: 0;
}
.l-container #feature .section.bestseller .m-item-image {
  position: relative;
}
.l-container #feature .section.bestseller .m-item-description {
  color: #3a3a3a;
  font-size: 1.3333333333rem;
  padding-top: 0.6666666667rem;
  padding-left: 0.6666666667rem;
}
.l-container #feature .section.bestseller .m-item-soldout {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: gray;
  font-size: 1.3333333333rem;
  opacity: 0.7;
}
.l-container #feature .section.bestseller .m-item-name {
  display: none;
}
.l-container #feature .section.bestseller .scroll-wrapper {
  position: relative;
}
.l-container #feature .section.bestseller .scroll-content {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}
.l-container #feature .section.bestseller .scroll-content::-webkit-scrollbar {
  display: none; /* Chrome */
}
.l-container #feature .section.bestseller .scrollbar {
  width: 33.3333333333rem; /* <— smaller width */
  height: 0.6666666667rem;
  background: #e5b3a3;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
.l-container #feature .section.bestseller .thumb {
  width: 6.6666666667rem;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  position: relative;
  pointer-events: auto;
  touch-action: none; /* <- IMPORTANT for touch dragging */
  cursor: grab;
}
.l-container #feature .section.bestseller .thumb:active {
  cursor: grabbing;
}
.l-container #feature .section.bestseller .section__link {
  margin-top: 4rem;
}
.l-container #feature .section.price {
  margin-top: 0.6666666667rem;
}
.l-container #feature .section.price .price__prices {
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  gap: 2rem;
}
.l-container #feature .section.price .price__prices__price {
  position: relative;
  display: flex;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #aa5555;
  border: 1px solid #aa5555;
  overflow: hidden;
}
.l-container #feature .section.price .price__prices__price a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.l-container #feature .section.price .price__prices__price .yen {
  position: relative;
  top: -0.3333333333rem;
  font-size: 2rem;
}
.l-container #feature .section.price .price__prices__price .price {
  position: relative;
  top: -0.3333333333rem;
  font-size: 2.8rem;
}
.l-container #feature .section.price .price__prices__price .up-to {
  position: relative;
  font-size: 1.7333333333rem;
  top: -0.6666666667rem;
}
.l-container #feature .section.price .price__prices__price::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-red.svg");
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  bottom: 1.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
}
.l-container #feature .section.categories {
  margin-top: 0.6666666667rem;
}
.l-container #feature .section.ranking {
  margin-top: 0.6666666667rem;
}
.l-container #feature .section.ranking ul {
  display: grid;
  grid-template-columns: repeat(3, 13.3333333333rem);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  gap: 1.3333333333rem 2rem;
  padding-top: 2.6666666667rem;
  padding-bottom: 2.6666666667rem;
}
.l-container #feature .section.ranking li {
  counter-increment: li-counter;
  position: relative;
  font-weight: bold;
}
.l-container #feature .section.ranking li::after {
  content: counter(li-counter);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a3a;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  top: -1.3333333333rem;
  left: 0.3333333333rem;
  font-size: 1.5rem;
  font-weight: 400;
  z-index: 100;
}
.l-container #feature .section.ranking li img {
  border: 1px solid #e0e0e0;
}
.l-container #feature .section.ranking li:nth-child(1)::after {
  background-color: gold;
  color: #fff;
}
.l-container #feature .section.ranking li:nth-child(2)::after {
  background-color: gray;
  color: #fff;
}
.l-container #feature .section.ranking li:nth-child(3)::after {
  background-color: rgb(171, 57, 37);
  color: #fff;
}
.l-container #feature .section.ranking .m-item {
  position: relative;
}
.l-container #feature .section.ranking .m-item-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 14rem;
  left: 0;
  background-color: gray;
  opacity: 0.7;
  font-size: 1rem;
  z-index: 10;
  display: none;
}
.l-container #feature .section.ranking .m-item-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}
.l-container #feature .section.ranking .m-item-soldout {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: gray;
  font-size: 1.3333333333rem;
  font-weight: 400;
  opacity: 0.7;
}
.l-container #feature .section.ranking .m-item-description {
  color: #494544;
  font-size: 1.3333333333rem;
  font-weight: 400;
}
.l-container #feature .section.ranking .m-item-category {
  display: none;
}
.l-container #feature .section.ranking .m-item-name {
  display: none;
}
.l-container #feature .caution {
  padding-top: 6.6666666667rem;
  padding-left: 3.3333333333rem;
  padding-right: 3.3333333333rem;
  padding-bottom: 6.6666666667rem;
}
.l-container #feature .caution__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.l-container #feature .caution__items {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667rem;
}
.l-container #feature .caution .item__title {
  font-size: 1.4666666667rem;
}
.l-container #feature .caution .item__description {
  font-size: 1.4666666667rem;
  text-align: justify;
  line-height: 1.65;
}
.l-container #feature .caution a {
  display: inline;
  text-decoration: underline;
}
.l-container #feature section.categories {
  overflow-x: auto;
  /* Custom scrollbar (smaller, centered, etc.) */
}
.l-container #feature section.categories .items {
  display: flex;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 5.6666666667rem;
}
.l-container #feature section.categories .items__item {
  position: relative;
  flex-shrink: 0;
  width: 11.1333333333rem;
}
.l-container #feature section.categories .items__item__title {
  position: absolute;
  bottom: -2.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature section.categories .items__item.makeup .items__item__title {
  width: 10rem;
}
.l-container #feature section.categories .items__item.skincare .items__item__title {
  width: 9rem;
}
.l-container #feature section.categories .items__item.haircare .items__item__title {
  width: 7.6666666667rem;
}
.l-container #feature section.categories .items__item.kit .items__item__title {
  width: 5.6666666667rem;
}
.l-container #feature section.categories .items__item.bodycare .items__item__title {
  width: 8.5333333333rem;
}
.l-container #feature section.categories .items .product-image a::after {
  border-radius: 50%;
}
.l-container #feature section.categories .scroll-content {
  overflow-x: auto;
  scrollbar-width: none;
}
.l-container #feature section.categories .scroll-content::web-webkit-scrollbar {
  display: none;
}
.l-container #feature section.categories .scroll-inner {
  display: flex;
  gap: 2rem;
  padding-left: 2rem;
  padding-right: 2rem; /* <- put padding here */
}
.l-container #feature section.categories .scroll-wrapper {
  position: relative;
}
.l-container #feature section.categories .scroll-content {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}
.l-container #feature section.categories .scroll-content::-webkit-scrollbar {
  display: none; /* Chrome */
}
.l-container #feature section.categories .scrollbar {
  width: 33.3333333333rem; /* <— smaller width */
  height: 0.6666666667rem;
  background: #e5b3a3;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
.l-container #feature section.categories .thumb {
  width: 6.6666666667rem;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  position: relative;
  pointer-events: auto;
  touch-action: none; /* <- IMPORTANT for touch dragging */
  cursor: grab;
}
.l-container #feature section.categories .thumb:active {
  cursor: grabbing;
}

.pc-footer {
  position: relative;
  background-color: #fff;
  margin: 0;
  z-index: 10;
}

.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
}

#feature-snslist {
  overflow: hidden;
}

.feature-snslist {
  overflow: hidden;
}

.l-footer,
.pc-footer {
  overflow: hidden;
  padding: 0;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
  overflow: hidden;
}

.pc-footer-top {
  position: relative;
  z-index: 100;
}

.pc-header-main.is-fixed {
  z-index: 1000;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}