img {
  width: 100%;
}

body {
  background: #220102;
}

.wrapper {
  padding: 0;
}

.block-header,
.pane-footer {
  background: #fff;
}

.bread {
  padding: 50px 0 0 5px;
}

.pane-main {
  margin: 144px auto 0;
}

.l_contents {
  max-width: 600px;
  overflow-x: clip;
}

.l_contents p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* mainImg */
.mainImg {
  position: sticky;
  top: 0;
  margin: 0px auto;
}

/* head-title */
.head-title {
  position: absolute;
  bottom: 7%;
  width: 100%;
}

h1.title {
  width: 95%;
  margin: 0 auto;
}

div.sub-title {
  width: 45%;
  margin: 0 auto;
}

/* main */
.main {
  font-family: "Shippori Mincho B1", serif;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #220102;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.22em;
}

.main p {
  font-family: "Shippori Mincho B1", serif;
}

.mb20 {
  margin-bottom: 20px;
}

.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product1 {
  width: 70%;
  margin: 0 auto 40px;
}

.product2 {
  position: relative;
}

.product2 img.overlay {
  width: 100%;
  filter: brightness(0.6);
  height: auto;
}

.product2-cont {
  position: absolute;
  top: 12%;
  left: 10%;
  width: 80%;
}

.product2-cont img {
  max-width: 65%;
}

.product2-cont-txt {
  margin-top: 40px;
  text-align: center;
}

.product2-cont-txt p {
  font-size: 14px;
  line-height: 1.6;
}

/* ナビ全体 */
.nav {
  background-color: #2D1516;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 40px;
  padding: 20px;
  height: 130px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#matt-liquid-rouge {
  scroll-padding-top: 360px;
  /* navの高さ */
}

.nav a:hover {
  opacity: 0.7;
}

/* 横並びリスト */
.nav ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

/* リストアイテム */
.nav li {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

/* ナビの間に白い縦線（右端を除く） */
.nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 15px);
  /* 下矢印を除いた高さ */
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

/* リンク全体 */
.nav a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* 画像 */
.nav img {
  width: 60px;
  margin-bottom: 5px;
  flex-shrink: 0;
}

/* テキスト部分 */
.nav span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  letter-spacing: -0.5px;
}

/* MAKEUP LOOKだけ大きく */
.nav li:last-child span,
.fixed_nav li:last-child span {
  font-size: 14px;
  letter-spacing: -0.5px;
}

/* 下矢印 */
.down-arrow {
  border: solid #fff;
  border-width: 0 0.3px 0.3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 5px;
  box-sizing: content-box;
}

.product3 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  z-index: 1000;
}

.product5 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  z-index: 1000;
}

.product4,
.product6,
.product7 {
  min-width: 130px;
  margin-top: 60px;
}

.product4-ttl,
.product6-ttl,
.product7-ttl {
  width: 40%;
  margin: 0 auto;
}

.product7 {
  margin-bottom: 50px;
}

.ttl1 {
  width: 60% !important;
}

.item-li {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 2%;
  justify-content: center;
  margin-top: 40px;
}

.item-img img:nth-child(2) {
  width: 70%;
  height: auto;
  /* 高さは比率に合わせる */
}

.item-li.row2 {
  width: 70%;
}

.item-li.row3 {
  width: 90%;
}

.item-li.row2 li {
  width: 49%;
  max-width: 172.8px;
}

.item-li.row2.example li {
  max-width: none;
}

.item-li.row3 li {
  width: 32%;
}

li[data-index] .item-img,
li[data-index] .item-txt {
  transition: opacity 0.3s;
  opacity: 1 !important;
}

li[data-index]:hover .item-img,
li[data-index]:hover .item-txt {
  opacity: 0.7 !important;
}

.product4 .item-txt,
.product6 .item-txt,
.product7 .item-txt {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: -0.5px;

}

.item-li.row3.example,
.item-li.row2.example {
  width: 100%;
}

.item-li.example {
  column-gap: 0;
}

.item-li.row3.example li {
  flex: 1 0 33.3333%;
  box-sizing: border-box;
}

.item-li.row2.example li {
  flex: 1 0 50%;
  box-sizing: border-box;
}

.p-btn {
  width: 70%;
  margin: 0 auto;
}

.p-btn._buy a img {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #220102;
  padding: 10px 40px;
  margin-top: 30px;
}

.p-btn._allcolor a img {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #220102;
  padding: 10px 80px;
  margin-top: 30px;
}

/* 下段例画像は常に表示 */
.item-li.example li {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  position: relative;
}

/* 強調表示（クリック時） */
.item-li.example li.active {
  opacity: 1;
  /* 強調 */
  z-index: 10;
}

/* 他は薄くなる */
.item-li.example li.dimmed {
  opacity: 0.3;
}


.product-txt {
  position: relative;
  margin-top: 80px;
}

.product-txt._top::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.product-txt p {
  font-size: 16px;
}

.product-txt p+p {
  margin-top: 25px;
}

.product-txt._bottom {
  padding-top: 90px;
}

.underline {
  position: relative;
  /* 擬似要素の基準にするため必須 */
  padding-bottom: 5px;
  /* 線と文字の間隔調整 */
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  /* 線の色 */
  transform: scaleY(0.3);
  /* 高さを 0.3px 相当に縮小 */
  transform-origin: bottom;
}

.underline {
  margin-bottom: 20px;
}

.img-area {
  display: flex;
  flex-wrap: wrap;
}

.img-area>div {
  width: 50%;
}

.chart {
  background-color: #EBEBEB;
  padding: 80px 0 120px;
}

.chart-head {
  width: 30%;
  margin: 0 auto 50px;
}

.chart-img {
  width: 85%;
  margin: 0 auto;
}

.p-btn._check a img {
  width: 300px;
  display: inline-block;
  border: 1px solid #161616;
  background-color: #ebebeb;
  padding: 25px 25px;
  margin: 120px auto 0;
}

.novelty {
  width: 90%;
  margin: 80px auto 0;
  border: 1px solid #fff;
  padding: 40px 60px;
  position: relative;
}

.novelty-head {
  width: 210px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #242d30;
  padding: 0 45px;
}

.novelty-body {
  margin-top: 30px;
}

.novelty-body>p+p {
  margin-top: 25px;
}

.novelty-body>p {
  font-size: 16px;
}

.novelty-img {
  margin-top: 30px;
}

.notes {
  font-size: 12px !important;
  margin-top: 35px;
}

/* swiper */
.swiper-container {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.swiper-slide {
  /*width: 100%;*/
  width: 55% !important;
  max-width: 430px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}


.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10 !important;
  bottom: -30px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 12% !important;
  max-width: 84px;
  height: 4px !important;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #848484 !important;
  opacity: 1;
}

.grid-clm2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* anime */
.FadeIn {
  opacity: 0;
  transform: translateY(10px);
}

.FadeIn.js-actived {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.FadeInRight {
  opacity: 0;
  transform: translateX(20px);
  /* 初期位置を右に */
}

.FadeInRight.js-actived {
  animation-name: fadeInRight;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
    /* 右からスタート */
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    /* 元の位置に */
  }
}

.zoomDown {
  opacity: 0;
}

.zoomDown.js-actived {
  transform: scale(1.05);
  -webkit-animation: zoomDown 1s ease-in-out forwards;
  animation: zoomDown 1s ease-in-out forwards;
}

@keyframes zoomDown {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.imgBlur {
  opacity: 0;
  /*transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.imgBlur.js-actived {
  opacity: 1;
  animation-name: imgBlur;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes imgBlur {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
  }
}


.look._bg {
  /*background-image: url('../img/look-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;*/
}

.look._bg {
  clip-path: inset(0);
  width: 100%;
  text-align: center;
}

.look._bg::after {
  content: "";
  background-image: url('../img/look-bg.jpg');
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.look-ttl {
  width: 95%;
  margin: 20px auto 80px;
  border: none;
  background-color: transparent;
}

.look-model {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas:
    "first first"
    "first first"
    "second third"
}

.look-model>div {
  width: 100%;
  overflow: hidden;
}

.first {
  grid-area: first;

}

.second {
  grid-area: second;
}

.third {
  grid-area: third;
}

.look-item {
  width: 80%;
  margin: 40px auto 80px;
}

.look-item-ttl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  /*place-items: center;*/
  align-items: center;
}

.look-item-ttl>.txt>h3 {
  font-weight: 400;
  font-size: 21px;
  margin: 0 0 20px 0;
  letter-spacing: 0;
  text-align: left;
}

.look-item-ttl>.txt>p {
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}

.look-item-li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.look-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bottom {
  padding-top: 20px;
}

.bottom-ttl {
  width: 95%;
  margin: 0 auto;
}

.bottom-logo {
  width: 22%;
  margin: 40px auto 0;
}

.bottom-new {
  width: 40%;
  margin: 20px auto 0;
}

.bottom-clm {
  margin: 60px auto 0 !important;
}

.link._check a {
  max-width: 300px;
  width: 65%;
  display: inline-block;
  padding: 15px 45px;
  margin: 100px auto 0;
  border: 1px solid #fff;
}

.bread>ol>li>a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .look-item-ttl {
    grid-template-columns: 50px 1fr;
    gap: 10px;
    margin: 0 0 15px 0;
  }

  .look-ttl {
    margin: 20px auto 40px;
  }

  .look-item-ttl>.txt>h3 {
    font-size: 13px;
    padding: 0;
  }

  .look-item-ttl>.txt>p {
    font-size: 11px;
    letter-spacing: -1px;
  }
}


/* anime追加 */
.imgBlur2 {
  opacity: 0;
}

.imgBlur2.js-actived {
  -webkit-animation-name: fuwa;
  animation-name: fuwa;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fuwa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoomDown2 {
  opacity: 0;
}

.zoomDown2.js-actived {
  transform: scale(1.25);
  -webkit-animation: zoomDown2 1.8s ease-in-out forwards;
  animation: zoomDown2 1.8s ease-in-out forwards;
}

@keyframes zoomDown2 {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#slideshow1,
#slideshow2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 600 / 750;
  /* 幅に応じて高さ自動調整 */
}

#slideshow2 {
  margin-top: 50px;
}

/* スライドラッパー */
.slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* 親の高さに合わせる */
}

/* スライドはラッパー内で絶対位置 */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
}

/* スライドバー */
.slidebar-container {
  width: 30%;
  margin: 5px auto 0;
  display: flex;
  gap: 4px;
}

.slidebar {
  flex: 1;
  /* 横幅を均等に広げる */
  height: 5px;
  /* クリックしやすい高さに増やす */

  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  /* 内部の .slidebar-progress 用 */
  cursor: pointer;
  /* クリック可能に見せる */
  margin: 0 5px;
  /* バー同士の間隔 */
  border-radius: 3px;
  /* 見た目を丸める */
  z-index: 10;
  /* スライド画像より前面に */
}

.slidebar-progress {
  width: 0%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.1s linear;
  border-radius: 3px;
  /* バーの角を丸める */
}

p.text-fit {
  white-space: nowrap;
  /* 改行しない */
  display: inline-block;
  /* スケール対象にする */
  transform-origin: left center;
  /* 縮小時の基点 */
  font-size: clamp(11px, 3vw, 14px);
  /* 画面幅に合わせて縮小 */
  max-width: 100%;
}

.item-li.item {
  display: grid;
  margin: 40px auto 0;
  width: 90%;
  max-width: 600px;
  /* 親幅最大 */
}

.item-li.item li {
  width: 100%;
}

/* 3カラム */
.item-li.item.row3 {
  grid-template-columns: repeat(3, 166.67px);
  /* 幅固定 */
  column-gap: 20px;
  /* 通常の間隔 */
  justify-content: center;
  /* 親幅より小さくても中央寄せ */
}

/* 2カラム */
.item-li.item.row2 {
  grid-template-columns: repeat(2, 166.67px);
  /* 幅固定 */
  column-gap: 40px;
  /* 間隔だけ広く */
  justify-content: center;
}

/* side-fixed */
.pcOnly {
  display: block;
}

.side-fixed {
  position: fixed;
  top: 0px;
  left: 50%;
  translate: -50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fixed-left {
  display: grid;
  width: calc(50% - 300px);
  height: 100vh;
  margin-top: 9rem;
  place-items: center;
  text-align: center;
}

.fixed-left .inner {
  width: 70%;
  max-width: 300px;
}

.fixed-left .inner .logo {
  width: 60%;
  margin: 0 auto 70px;
}

.fixed-left .inner .sub {
  margin: 30px auto 100px;
  width: 70%;
}

.fixed-left .inner .txt {
  font-size: 14px;
  line-height: 1.5;
}

.fixed_nav {
  display: grid;
  width: calc(50% - 300px);
  height: 100vh;
  margin-top: 9rem;
  place-items: center;
}

.fixed_nav img {
  width: 100%;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.fixed_nav span {
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.fixed_nav li:last-child span {
  font-size: 20px;
  letter-spacing: -0.5px;
}

.fixed_nav a:hover {
  opacity: 0.7;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  max-width: 300px;
  flex-direction: column;
  gap: 60px;
}

.product-list li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.color-img {
  display: block;
  max-width: 50px;
  width: 20%;
}

.color-name {
  display: block;
  width: 72%;
  padding: 0 7%;
  position: relative;
}

.color-arrow {
  display: block;
  width: 8%;
}

.nav.fixed-bottom {
  position: fixed;
  bottom: 0;
  /* 画面下に固定 */
  left: 0;
  width: 100%;
  /* 必要に応じて調整 */
  z-index: 1000;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }

  .nav {
    padding: 20px 5px;
    /*top: 80px;*/
  }

  .nav span {
    font-size: 9px;
  }
}

@media screen and (max-width: 599px) {
  .product1 {
    width: 80%;
  }

  .product2 {
    width: 100%;
  }

  .product2-cont-txt {
    margin-top: 20px;
  }

  .row3 .p-btn._buy a img {
    padding: 10px 30px;
  }

  .row2 .p-btn._buy a img {
    padding: 7px 25px;
  }

  .p-btn._buy a img {
    /*padding: 10px 28px;*/
  }

  .item-li.row2 {
    width: 100%;
    column-gap: 2%;
  }

  .item-li.example {
    column-gap: 0;
  }

  .item-li.row3 {
    width: 100% 430px;
  }

  .product4 .item-txt,
  .product6 .item-txt,
  .product7 .item-txt {
    margin-top: 10px;
  }

  .product6 .item-txt,
  .product7 .item-txt {
    letter-spacing: -1px;
  }


  .item-li.item.row3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 95%;
  }

  .item-li.item.row2 {
    grid-template-columns: repeat(2, 150px);
    column-gap: 20px;
  }

  .product4 .item-txt,
  .product6 .item-txt,
  .product7 .item-txt {
    margin-top: 10px;
    /*white-space: nowrap;*/
    font-size: 8px;
  }

  .item-li.item.row3 {
    /*grid-template-columns: repeat(3, 110px);*/
  }

  .item-li.item.row2 {
    grid-template-columns: repeat(2, 110px);
    column-gap: 20px;
  }


  .p-btn._allcolor a img {
    padding: 10px 50px;
  }

}

@media screen and (max-width: 375px) {

  .product4 .item-txt,
  .product6 .item-txt,
  .product7 .item-txt {
    margin-top: 10px;
    /*white-space: nowrap;*/
    font-size: 8px;
  }

  .item-li.item.row3 {
    /*grid-template-columns: repeat(3, 110px);*/
  }

  .item-li.item.row2 {
    grid-template-columns: repeat(2, 110px);
    column-gap: 20px;
  }

  .row3 .p-btn._buy a img,
  .row2 .p-btn._buy a img {
    padding: 7px 25px;
  }

  .p-btn._allcolor a img {
    padding: 10px 50px;
  }
}

@media screen and (max-width: 768px) {
  .pane-main {
    margin: 4px 0 0;
  }
}