@charset "utf-8";.p-lookStyle {
  padding:80px 6% 150px;
  font-family: roc-grotesk, sans-serif !important;
}
.p-lookStyleFrame {
  display: flex;
  justify-content: space-between;
}
.p-lookStyleHead {
  width: 25%;
  position: relative;
}
.p-lookStyleHead__title {
  position: sticky;
  top: 80px;
  left: 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7
}
.p-lookStyleHead__title span {
  display: block;
}
.p-lookStyleMain {
  width: 70%;
}
.p-lookStyleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-lookStyleListItem {
  width: 49%;
  position: relative;
}
.p-lookStyleListItem:nth-of-type(n + 3) {
  margin-top: 1vw;
}
.p-lookStyleListItem__img {
  position: relative;
  z-index: 1;
}
.p-lookStyleListItemBtn {
}
.p-lookStyleListItemBtn__open ,
.p-lookStyleListItemBtn__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.p-lookStyleListItemBtn__open {
  background-image: url("/photo/page/20250203/info.png");
}
.p-lookStyleListItemBtn__open img {
  width: 26px;
  height: 26px;
}
.p-lookStyleListItemBtn__close {
  background-image: url("/photo/page/20250203/close.png");
  opacity: 0;
}
.p-lookStyleListItemBtn__close img {
  width: 20px;
  height: 20px;
}
.p-lookStyleListItemBtn.is-open .p-lookStyleListItemBtn__open {
  opacity: 0;
}
.p-lookStyleListItemBtn.is-open .p-lookStyleListItemBtn__close {
  opacity: 1;
}
.p-lookStyleListItemInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 15px 19px;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
  z-index: 5;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lookStyle {
    padding:70px 20px 90px;
  }
  .p-lookStyleFrame {
    display: block;
  }
  .p-lookStyleHead {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
  .p-lookStyleHead__title {
    position: static;
    top: 0px;
    font-size: 18px;
  }
  .p-lookStyleHead__title span {
    display: block;
  }
  .p-lookStyleMain {
    width: 100%;
  }
  .p-lookStyleListItem {
    width: 49%;
  }
  .p-lookStyleListItem:nth-of-type(n + 3) {
    margin-top: 1.7vw;
  }
  .p-lookStyleListItemInfo {
    padding: 0 15px 15px 19px;
    font-size: 14px;
    line-height: 1.7;
  }

}
@media screen and (max-width: 600px) {
  .p-lookStyleListItem {
    width: 100%;
  }
  .p-lookStyleListItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}