@charset "UTF-8";
/*ページ全体共通設定*/
:root {
  --sp: 375 * 100vw;
}

.lookbook_250710 {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Shippori Mincho Regular";
}
.lookbook_250710 *, .lookbook_250710 li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.lookbook_250710 img {
  width: 100%;
}
.lookbook_250710 li {
  list-style-type: none;
}
.lookbook_250710 a {
  text-decoration: none;
  color: #000000;
}
.lookbook_250710 .fade, .lookbook_250710 .fade2 {
  opacity: 0;
}
.lookbook_250710 .fade.active {
  animation: fade 1s ease-in-out forwards;
}
.lookbook_250710 .fade2.active {
  animation: fade2 1s ease-in-out forwards;
}
@font-face {
  font-family: "Shippori Mincho Regular";
  src: url("font/ShipporiMincho-Regular.ttf");
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lookbook_250710 .kv-area {
  width: 100%;
  padding-top: 146px;
  background: url(../../images/lookbook_250710/kv-back.png) no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/0.76;
}
.lookbook_250710 .kv-area .kv-img {
  width: 483px;
  margin: 0 auto;
  position: relative;
}
.lookbook_250710 .kv-area .kv-img img:nth-of-type(1) {
  position: absolute;
  width: 469px;
  top: -88px;
  left: 7px;
  z-index: 2;
}
.lookbook_250710 .kv-area .read h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.08em;
  margin-top: 60px;
}
.lookbook_250710 .kv-area .read p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
.lookbook_250710 h2 {
  width: 100px;
  margin: 0 auto;
}
.lookbook_250710 .flex-img {
  display: flex;
  flex-wrap: wrap;
}
.lookbook_250710 .marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.lookbook_250710 .marquee .marquee-track {
  display: flex;
  width: 200%; /* 2倍の長さ（ループ用） */
  animation: marqueeScroll 30s linear infinite;
}
.lookbook_250710 .marquee .marquee-track .marquee-content {
  display: flex;
  width: 50%; /* 元の画像列 */
}
.lookbook_250710 .marquee .marquee-track .marquee-content .marquee-item {
  flex-shrink: 0;
  position: relative;
}
.lookbook_250710 .price {
  font-family: "Instrument Serif", serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin-top: 17px;
}
.lookbook_250710 .sticky {
  position: sticky;
  top: 100px;
  z-index: 0;
}
.lookbook_250710 .item01 .flex-img, .lookbook_250710 .item05 .flex-img {
  margin-top: 20px;
  gap: 0 10px;
}
.lookbook_250710 .item01 .flex-img .img01, .lookbook_250710 .item01 .flex-img .img02, .lookbook_250710 .item05 .flex-img .img01, .lookbook_250710 .item05 .flex-img .img02 {
  width: 190px;
}
.lookbook_250710 .item01 .img03, .lookbook_250710 .item05 .img03 {
  width: 384px;
  margin-top: 12px;
}
.lookbook_250710 .item01 {
  width: 674px;
  margin: 42px auto 0;
  padding-left: 74px;
}
.lookbook_250710 .item01 h2 {
  margin-left: 213px;
}
.lookbook_250710 .item01 .marquee {
  margin-top: 17px;
}
.lookbook_250710 .item01 .marquee .marquee-content {
  gap: 0 14px;
}
.lookbook_250710 .item01 .marquee .marquee-content .marquee-item {
  width: 190px;
}
.lookbook_250710 .item01 .img03 {
  margin-left: auto;
}
.lookbook_250710 .item05 {
  width: 598px;
  margin: 127px auto 0;
}
.lookbook_250710 .item05 .flex-img {
  justify-content: flex-end;
}
.lookbook_250710 .item05 .marquee {
  margin-top: 16px;
}
.lookbook_250710 .item05 .marquee .marquee-track {
  width: 190%;
}
.lookbook_250710 .item05 .marquee .marquee-track .marquee-content {
  gap: 0 15px;
}
.lookbook_250710 .item05 .marquee .marquee-track .marquee-content .marquee-item {
  width: 267px;
}
.lookbook_250710 .item02, .lookbook_250710 .item06 {
  margin-top: 96px;
  padding: 31px 0 53px;
}
.lookbook_250710 .item02 .swiper-container, .lookbook_250710 .item06 .swiper-container {
  width: 1010px;
  margin: 20px auto;
}
.lookbook_250710 .item02 .img03, .lookbook_250710 .item06 .img03 {
  width: 386px;
  margin: 30px auto 0;
}
.lookbook_250710 .item02 {
  background: url(../../images/lookbook_250710/item02-back.png) no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/0.67;
  padding: 31px 0 53px;
}
.lookbook_250710 .item06 {
  background: url(../../images/lookbook_250710/item06-back.png) no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/0.7;
}
.lookbook_250710 .item03 {
  width: 748px;
  margin: -15px auto 0;
}
.lookbook_250710 .item03 .flex-img {
  margin-top: 20px;
}
.lookbook_250710 .item03 .flex-img .img01 {
  width: 190px;
  margin-left: 30px;
}
.lookbook_250710 .item03 .flex-img .img02 {
  width: 406px;
  margin: 100px 0 0 92px;
}
.lookbook_250710 .item03 .flex-img .img03 {
  width: 190px;
  margin: -403px 0 0 85px;
  position: relative;
}
.lookbook_250710 .item03 .flex-img .img03 .ashirai {
  width: 122px;
  position: absolute;
  top: 23px;
  left: -85px;
  animation: spin 15s linear infinite;
}
.lookbook_250710 .item03 .flex-img .price {
  margin: 15px 0 0 429px;
}
.lookbook_250710 .item04, .lookbook_250710 .item07 {
  width: 406px;
}
.lookbook_250710 .item04 .images, .lookbook_250710 .item07 .images {
  margin-top: 20px;
}
.lookbook_250710 .item04 .images .img02, .lookbook_250710 .item04 .images .img03, .lookbook_250710 .item04 .images .img04, .lookbook_250710 .item07 .images .img02, .lookbook_250710 .item07 .images .img03, .lookbook_250710 .item07 .images .img04 {
  width: 244px;
  position: relative;
  transform: translateZ(0);
  z-index: 2;
}
.lookbook_250710 .item04 .images .img02 a:hover, .lookbook_250710 .item04 .images .img03 a:hover, .lookbook_250710 .item04 .images .img04 a:hover, .lookbook_250710 .item07 .images .img02 a:hover, .lookbook_250710 .item07 .images .img03 a:hover, .lookbook_250710 .item07 .images .img04 a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lookbook_250710 .item04 .images .img02, .lookbook_250710 .item07 .images .img02 {
  margin: 15px auto 0;
}
.lookbook_250710 .item04 .images .img03, .lookbook_250710 .item04 .images .img04, .lookbook_250710 .item07 .images .img03, .lookbook_250710 .item07 .images .img04 {
  margin: 20px auto 0;
}
.lookbook_250710 .item04 .price, .lookbook_250710 .item07 .price {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.lookbook_250710 .item04 {
  margin: 127px auto 0;
}
.lookbook_250710 .item07 {
  margin: -89px auto 0;
}
.lookbook_250710 .staff {
  margin: 141px auto 0;
  width: 648px;
}
.lookbook_250710 .staff ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Instrument Serif", serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.lookbook_250710 .staff ul li:not(:nth-of-type(4), :last-child)::after {
  content: "/";
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .lookbook_250710 .kv-area {
    width: 100%;
    padding-top: 146px;
    background: url(../../images/lookbook_250710/kv-back_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1.6;
  }
  .lookbook_250710 .kv-area .kv-img {
    width: calc(350 / var(--sp));
  }
  .lookbook_250710 .kv-area .kv-img img:nth-of-type(1) {
    width: calc(339 / var(--sp));
    top: calc(-63 / var(--sp));
    left: calc(5 / var(--sp));
  }
  .lookbook_250710 .kv-area .read h1 {
    font-size: calc(15 / var(--sp));
    line-height: calc(20 / var(--sp));
    margin-top: calc(45 / var(--sp));
  }
  .lookbook_250710 .kv-area .read p {
    font-size: calc(12 / var(--sp));
    line-height: calc(22 / var(--sp));
    margin-top: calc(25 / var(--sp));
  }
  .lookbook_250710 h2 {
    width: calc(351 / var(--sp));
  }
  .lookbook_250710 .price {
    font-size: calc(12 / var(--sp));
    line-height: calc(22 / var(--sp));
    margin-top: calc(17 / var(--sp));
  }
  .lookbook_250710 .sticky {
    top: calc(100 / var(--sp));
  }
  .lookbook_250710 .item01 .flex-img, .lookbook_250710 .item05 .flex-img {
    margin-top: calc(10 / var(--sp));
    gap: 0 calc(5 / var(--sp));
  }
  .lookbook_250710 .item01 .flex-img .img01, .lookbook_250710 .item01 .flex-img .img02, .lookbook_250710 .item05 .flex-img .img01, .lookbook_250710 .item05 .flex-img .img02 {
    width: calc(172 / var(--sp));
  }
  .lookbook_250710 .item01 .img03, .lookbook_250710 .item05 .img03 {
    width: 100%;
    margin-top: calc(10 / var(--sp));
  }
  .lookbook_250710 .item01 {
    width: calc(349 / var(--sp));
    margin-top: calc(143 / var(--sp));
    padding-left: 0;
  }
  .lookbook_250710 .item01 h2 {
    margin-left: 0;
  }
  .lookbook_250710 .item01 .marquee {
    margin-top: calc(15 / var(--sp));
  }
  .lookbook_250710 .item01 .marquee .marquee-track {
    width: 310%;
  }
  .lookbook_250710 .item01 .marquee .marquee-track .marquee-content {
    gap: 0 calc(13 / var(--sp));
  }
  .lookbook_250710 .item01 .marquee .marquee-track .marquee-content .marquee-item {
    width: calc(166 / var(--sp));
  }
  .lookbook_250710 .item05 {
    width: calc(349 / var(--sp));
    margin-top: calc(98 / var(--sp));
  }
  .lookbook_250710 .item05 .marquee {
    margin-top: 16px;
  }
  .lookbook_250710 .item05 .marquee .marquee-track {
    width: 310%;
  }
  .lookbook_250710 .item05 .marquee .marquee-track .marquee-content {
    gap: 0 calc(15 / var(--sp));
  }
  .lookbook_250710 .item05 .marquee .marquee-track .marquee-content .marquee-item {
    width: calc(232 / var(--sp));
  }
  .lookbook_250710 .item02, .lookbook_250710 .item06 {
    margin-top: calc(64 / var(--sp));
    padding: calc(31 / var(--sp)) 0 calc(53 / var(--sp));
  }
  .lookbook_250710 .item02 .swiper-container, .lookbook_250710 .item06 .swiper-container {
    width: 100%;
    margin: calc(10 / var(--sp)) auto;
  }
  .lookbook_250710 .item02 .img03, .lookbook_250710 .item06 .img03 {
    width: calc(303 / var(--sp));
    margin-top: calc(21 / var(--sp));
  }
  .lookbook_250710 .item02 {
    background: url(../../images/lookbook_250710/item02-back_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1.66;
    padding: calc(31 / var(--sp)) 0 calc(53 / var(--sp));
  }
  .lookbook_250710 .item06 {
    background: url(../../images/lookbook_250710/item06-back_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1.56;
  }
  .lookbook_250710 .item03 {
    width: 100%;
    margin-top: calc(40 / var(--sp));
  }
  .lookbook_250710 .item03 .flex-img {
    margin-top: calc(10 / var(--sp));
  }
  .lookbook_250710 .item03 .flex-img .img01 {
    width: calc(172 / var(--sp));
    margin-left: calc(13 / var(--sp));
  }
  .lookbook_250710 .item03 .flex-img .img02 {
    width: 100%;
    margin: calc(10 / var(--sp)) 0 0 0;
  }
  .lookbook_250710 .item03 .flex-img .img03 {
    width: calc(173 / var(--sp));
    margin: calc(10 / var(--sp)) calc(12 / var(--sp)) 0 calc(190 / var(--sp));
  }
  .lookbook_250710 .item03 .flex-img .img03 .ashirai {
    width: calc(111 / var(--sp));
    top: calc(21 / var(--sp));
    left: calc(-77 / var(--sp));
  }
  .lookbook_250710 .item03 .flex-img .price {
    margin: calc(17 / var(--sp)) auto 0;
  }
  .lookbook_250710 .item04, .lookbook_250710 .item07 {
    width: 100%;
  }
  .lookbook_250710 .item04 .images, .lookbook_250710 .item07 .images {
    margin-top: calc(10 / var(--sp));
  }
  .lookbook_250710 .item04 .images .img02, .lookbook_250710 .item04 .images .img03, .lookbook_250710 .item04 .images .img04, .lookbook_250710 .item07 .images .img02, .lookbook_250710 .item07 .images .img03, .lookbook_250710 .item07 .images .img04 {
    width: calc(225 / var(--sp));
  }
  .lookbook_250710 .item04 .images .img02, .lookbook_250710 .item07 .images .img02 {
    margin-top: calc(12 / var(--sp));
  }
  .lookbook_250710 .item04 .images .img03, .lookbook_250710 .item04 .images .img04, .lookbook_250710 .item07 .images .img03, .lookbook_250710 .item07 .images .img04 {
    margin-top: calc(20 / var(--sp));
  }
  .lookbook_250710 .item04 .price, .lookbook_250710 .item07 .price {
    margin-top: calc(35 / var(--sp));
  }
  .lookbook_250710 .item04 {
    margin-top: calc(97 / var(--sp));
  }
  .lookbook_250710 .item07 {
    margin-top: calc(39 / var(--sp));
  }
  .lookbook_250710 .staff {
    margin-top: calc(100 / var(--sp));
    width: 100%;
  }
  .lookbook_250710 .staff ul {
    flex-direction: column;
    font-size: calc(10 / var(--sp));
    line-height: calc(22 / var(--sp));
  }
  .lookbook_250710 .staff ul li:not(:nth-of-type(4), :last-child)::after {
    display: none;
  }
}/*# sourceMappingURL=lookbook_250710.css.map */