@charset "UTF-8";

body {
  background: #000;
}

#main {
  line-height: 1.8;
  background: #fff;
}

.makeup2025-container {
  padding: 0 0 100px;
  margin: 0 auto;
  letter-spacing: 0.03em;
}

.makeup2025-container *,
.makeup2025-container *::before,
.makeup2025-container *::after {
  box-sizing: border-box;
}

.makeup2025-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  outline: none;
}

.makeup2025-container button {
          appearance: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}

.makeup2025-container button,
.makeup2025-container input,
.makeup2025-container a {
  -webkit-tap-highlight-color: transparent;
}

.makeup2025-container sup {
  font-size: 8px;
  letter-spacing: 0;
  vertical-align: super;
}

.makeup2025-container .hn {
  font-family: HelveticaNeueLTStd-Th;
}

.makeup2025-container .makeup2025-note {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.makeup2025-kv {
  width: 100%;
  margin: 0 0 50px;
}

.makeup2025-kv img {
  width: 100%;
}

.makeup2025-sec-width {
  max-width: 710px;
  margin: 0 auto;
}

.makeup2025-main-title {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.2;
}

.makeup2025-main-text-box {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

.makeup2025-main-text-box.is-open {
  transition: padding 0.3s ease;
}

.makeup2025-main-text-box.is-open .makeup2025-main-text::after {
  display: none;
}

.makeup2025-main-text-box.is-open .makeup2025-main-text-more::after {
  content: "-";
}

.makeup2025-main-text {
  position: relative;
  max-height: 270px;
  overflow-y: hidden;
  transition: max-height 0.3s ease;
}

.makeup2025-main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #fff 100%);
}

.makeup2025-main-text p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.makeup2025-main-text p.text-01 {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 13px;
}

.makeup2025-main-text p .makeup2025-note {
  margin-top: 25px;
}

.makeup2025-main-text-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.03em;
  background-color: transparent;
  border: none;
}

.makeup2025-main-text-more::after {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-left: 0.2em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  content: "+";
  transform: translateY(-0.07em);
}

.makeup2025-lineup {
  padding: 0 40px;
  margin-bottom: 130px;
}

.makeup2025-lineup-title {
  width: 117px;
  margin: 0 auto 40px;
}

.makeup2025-lineup-list {
  display: flex;
  flex-wrap: wrap;
}

.makeup2025-lineup-item {
  display: flex;
  width: 168px;
  margin: 0 5px 20px 0;
  border: 1px solid #e5e5e5;
}

.makeup2025-lineup-item:nth-of-type(5n) {
  margin-right: 0;
}

.makeup2025-lineup-item:nth-of-type(7) .makeup2025-lineup-item-name {
  font-size: 11px;
}

.makeup2025-lineup-item a {
  position: relative;
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.makeup2025-lineup-item a:hover {
  opacity: 0.7;
}

.makeup2025-lineup-item-badge {
  margin-bottom: 15px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.makeup2025-lineup-item-img {
  margin-bottom: 20px;
}

.makeup2025-lineup-item-img img {
  display: inline-block;
  max-height: 100%;
}

.makeup2025-lineup-item-img img.lu-img-01 {
  width: 100px;
  margin-top: 80px;
}

.makeup2025-lineup-item-img img.lu-img-02 {
  width: 40px;
}

.makeup2025-lineup-item-img img.lu-img-03 {
  width: 95px;
  margin-top: 130px;
}

.makeup2025-lineup-item-img img.lu-img-04 {
  width: 95px;
  margin-top: 130px;
}

.makeup2025-lineup-item-img img.lu-img-05 {
  width: 45px;
  margin-top: 80px;
}

.makeup2025-lineup-item-img img.lu-img-06 {
  width: 41px;
  margin-top: 30px;
}

.makeup2025-lineup-item-img img.lu-img-07 {
  width: 156px;
  margin-top: 82px;
}

.makeup2025-lineup-item-img img.lu-img-08 {
  width: 100px;
  margin-top: 80px;
}

.makeup2025-lineup-item-img img.lu-img-09 {
  width: 110px;
  margin-top: 76px;
}

.makeup2025-lineup-item-name {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.makeup2025-lineup-item-price {
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 0;
}

.makeup2025-lineup-item-detail {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 10px;
  letter-spacing: 0.03em;
  transform: scale(0.8);
  transform: translate(-50%, 0);
}

.makeup2025-lineup-item-detail::after {
  position: absolute;
  top: 6px;
  right: -12px;
  width: 8px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
}

.makeup2025-product {
  margin-bottom: 100px;
}

.makeup2025-product-main-img {
  width: 940px;
  margin: 0 calc(50% - 470px) 50px;
}

.makeup2025-product-main-img img {
  width: 100%;
}

.makeup2025-product-badge {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 25px;
  font-size: 10px;
  border: 1px solid #000;
}

.makeup2025-product-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}

.makeup2025-product-title i {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transform: translateY(-0.07em);
  vertical-align: middle;
}

.makeup2025-product-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
}

.makeup2025-product-name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.makeup2025-product-price {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.makeup2025-product-detail {
  padding: 62px 50px 85px;
}

.makeup2025-product-detail-title button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.makeup2025-product-detail-title button::before, .makeup2025-product-detail-title button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
}

.makeup2025-product-detail-title button::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.makeup2025-product-detail-title button.is-open::after {
  opacity: 0;
}

.makeup2025-product-detail-content-inner {
  padding: 25px 0 0;
}

.makeup2025-product-detail-list-name {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

#lu-09 .makeup2025-product-detail-list-name {
  margin-bottom: 5px;
}

#lu-09 .makeup2025-product-detail-text-01 {
  margin-bottom: 5px;
  font-size: 14px;
}

#lu-09 .makeup2025-product-detail-text-02 {
  margin-bottom: 24px;
  font-size: 14px;
}

#lu-09 .makeup2025-product-detail-text-03 {
  margin-bottom: 30px;
  font-size: 14px;
}

#lu-09 .makeup2025-product-detail-note {
  margin-bottom: 30px;
  line-height: 1.3;
}

.makeup2025-product-detail-list {
  margin-bottom: 30px;
}

.makeup2025-product-detail-list li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1.5em;
}

.makeup2025-product-detail-list li:last-child {
  margin-bottom: 0;
}

.makeup2025-product-detail-ingredient {
  margin-bottom: 30px;
}

.makeup2025-product-detail-ingredient .ttl {
  margin-bottom: 5px;
  font-size: 11px;
  text-indent: -0.5em;
}

.makeup2025-product-detail-ingredient ul {
  margin-bottom: 24px;
}

.makeup2025-product-detail-ingredient ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.makeup2025-product-detail-ingredient ul li:last-child {
  margin-bottom: 0;
}

.makeup2025-product-detail-ingredient ul li::before {
  position: absolute;
  top: 0.7em;
  left: 0.2em;
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.makeup2025-product-detail-note {
  margin-bottom: 24px;
}

.makeup2025-product-detail-note-img {
  display: block;
  width: 100px;
  margin-bottom: 24px;
}

.makeup2025-product-detail-info {
  margin-bottom: 24px;
}

.makeup2025-product-detail-info p {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.5;
}

.makeup2025-product-detail-link {
  text-align: right;
}

.makeup2025-product-detail-link a {
  font-size: 13px;
  text-decoration: underline;
}

.makeup2025-product-main-slider {
  position: relative;
}

.makeup2025-product-main-slider .slide-item span {
  display: block;
  width: 400px;
  margin: 0 auto 20px;
  text-align: center;
}

.makeup2025-product-main-slider .slide-item span img {
  display: inline-block;
  width: 300px;
  max-height: 100%;
}

.makeup2025-product-main-slider .slide-item span img.product-01-01 {
  width: 252px;
}

.makeup2025-product-main-slider .slide-item span img.product-01-02 {
  width: 400px;
}

.makeup2025-product-main-slider .slide-item span img.product-02-01 {
  width: 40px;
}

.makeup2025-product-main-slider .slide-item span img.product-02-02 {
  width: 19px;
}

.makeup2025-product-main-slider .slide-item span img.product-03-01 {
  width: 252px;
}

.makeup2025-product-main-slider .slide-item span img.product-04-01 {
  width: 252px;
}

.makeup2025-product-main-slider .slide-item span img.product-05-01 {
  width: 130px;
}

.makeup2025-product-main-slider .slide-item span img.product-06-01 {
  width: 100px;
}

.makeup2025-product-main-slider .slide-item span img.product-08-01 {
  width: 252px;
}

.makeup2025-product-main-slider .slide-item span img.product-09-01 {
  width: 270px;
}

.makeup2025-product-main-thumbs,
.makeup2025-product-sub-thumbs {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}

.makeup2025-product-main-thumbs .thumb,
.makeup2025-product-sub-thumbs .thumb {
  display: flex;
  align-items: center;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border 0.3s;
}

.makeup2025-product-main-thumbs .thumb.active,
.makeup2025-product-sub-thumbs .thumb.active {
  border-color: #000;
}

.makeup2025-product-slider-text {
  margin-top: 30px;
}

.makeup2025-product-slider-text .name {
  font-size: 18px;
  text-align: center;
}

.makeup2025-product-slider-text .name span {
  display: inline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

.makeup2025-product-slider-text .text {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}

.makeup2025-product-main-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 420px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.makeup2025-product-main-navigation .prev,
.makeup2025-product-main-navigation .next {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: rotate(45deg);
}

.makeup2025-product-main-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.makeup2025-product-main-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

#product-02 .makeup2025-product-main-navigation {
  width: 400px;
  transform: translate(-50%, -140%);
}

#product-07 .makeup2025-product-main-navigation {
  width: 480px;
  transform: translate(-50%, -200%);
}

.makeup2025-product-color-detail {
  display: none;
}

.makeup2025-product-color-detail.active {
  display: block;
}

.makeup2025-product-cartbtn {
  width: 243px;
  margin: 35px auto 20px;
}

.makeup2025-product-cartbtn a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.makeup2025-product-cartbtn a:hover {
  color: #000;
  background-color: #fff;
}

.makeup2025-product-colorbtn {
  width: 243px;
  margin: 0 auto;
}

.makeup2025-product-colorbtn button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
}

.makeup2025-product-colorbtn button::before, .makeup2025-product-colorbtn button::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
}

.makeup2025-product-colorbtn button::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.makeup2025-product-colorbtn button.is-open::after {
  opacity: 0;
}

.makeup2025-product-colordetail-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 0;
}

.makeup2025-product-colordetail-img {
  width: 220px;
  margin: 0;
}

.makeup2025-product-colordetail-text-box {
  width: 335px;
}

.makeup2025-product-colordetail-name {
  margin-bottom: 15px;
  font-size: 20px;
}

.makeup2025-product-colordetail-text {
  font-size: 14px;
  line-height: 2;
}

.makeup2025-product-colordetail-note {
  margin-top: 10px;
}

.makeup2025-bmu-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.25;
}

.makeup2025-bmu-main-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.makeup2025-bmu-main-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.makeup2025-bmu-main-link li {
  width: 220px;
  margin: 0 25px 10px 0;
}

.makeup2025-bmu-main-link li:nth-of-type(3n) {
  margin-right: 0;
}

.makeup2025-bmu-main-link li a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.9;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.makeup2025-bmu-main-link li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(0, -50%);
}

.makeup2025-bmu-sec {
  margin-bottom: 100px;
}

.makeup2025-bmu-sec-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 2;
}

.makeup2025-bmu-slider {
  width: 740px;
  margin: 0 calc(50% - 370px) 60px;
  overflow-x: hidden;
}

.makeup2025-bmu-slider .swiper {
  width: 100%;
  padding: 0 15px;
  overflow: visible;
}

.makeup2025-bmu-slider-navigation {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 725px;
  transform: translate(-50%, 0);
}

.makeup2025-bmu-slider-navigation .prev,
.makeup2025-bmu-slider-navigation .next {
  width: 23px !important;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: rotate(45deg);
}

.makeup2025-bmu-slider-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.makeup2025-bmu-slider-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.makeup2025-bmu-slider-item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

.makeup2025-bmu-slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.makeup2025-bmu-slider-item-name {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.makeup2025-bmu-slider-item-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.makeup2025-bmu-slider-item-price {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.makeup2025-bmu-slider-item-btn a {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.makeup2025-bmu-slider-item-btn a:hover {
  color: #000;
  background-color: #fff;
}

.makeup2025-bmu-chart-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
}

.makeup2025-bmu-chart-img {
  width: 600px;
  margin: 0 auto;
}

.makeup2025-fys-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.25;
}

.makeup2025-fys-main-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.makeup2025-fys-colorchart {
  margin-bottom: 80px;
}

.makeup2025-fys-colorchart-title {
  font-size: 32px;
  line-height: 2.5;
}

.makeup2025-fys-colorchart-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.makeup2025-fys-colorchart-text-02 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.makeup2025-fys-colorchart-img {
  margin-bottom: 10px;
  cursor: pointer;
}

.makeup2025-fys-colorchart-note {
  font-size: 11px;
}

.makeup2025-fys-colorchart-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  visibility: hidden;
  background: rgb(0 0 0 / 70%);
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.makeup2025-fys-colorchart-modal.active {
  display: flex;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.makeup2025-fys-colorchart-modal-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  cursor: pointer;
}

.makeup2025-fys-colorchart-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.makeup2025-fys-colorchart-modal-inner img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 10px;
  cursor: default;
     object-fit: contain;
  background-color: #fff;
}

.makeup2025-fys-colorchart-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
}

.makeup2025-fys-colorchart-modal-close-btn::before, .makeup2025-fys-colorchart-modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #fff;
}

.makeup2025-fys-colorchart-modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.makeup2025-fys-colorchart-modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.modal-open {
  position: fixed;
  top: var(--scroll-y);
  width: 100%;
  overflow-y: scroll;
}

.makeup2025-fys-counseling {
  margin-bottom: 50px;
}

.makeup2025-fys-counseling-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.makeup2025-fys-counseling-text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.makeup2025-fys-counseling-btn {
  width: 300px;
  margin: 0 auto;
}

.makeup2025-fys-counseling-btn a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.makeup2025-fys-counseling-btn a:hover {
  color: #000;
  background-color: #fff;
}

.makeup2025-main-link {
  text-align: center;
}

.makeup2025-main-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  text-decoration: none;
}

.makeup2025-main-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

/* js */
.js-makeup2025-accordion-content {
  display: none;
}