@charset "UTF-8";
@import url("https://use.typekit.net/xqw4ulr.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666666;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 143px;
  height: 23px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 72px);
  top: calc(50% - 11px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}
header ul {
  width: 1.8rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li:not(:last-child) {
  margin-bottom: 5px;
}
header ul li span {
  color: #FF0037;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
header ul li a {
  color: #FF0037;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #000;
}

/* common credits------ */
.credits h4 {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 20px);
}
.credits h4:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits > div dl dt span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dt span.price {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits > div dl dt span.price::before {
  content: "¥";
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dd {
  width: 80px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 9px;
  border: solid 1px #000;
  border-radius: 40px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}
.credits .ilink {
  text-align: left;
  width: 100%;
  padding: 0px;
  background-image: none;
}
.credits .ilink a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .ilink a:hover {
  text-decoration: underline;
}

/* -------------------- */
#visual {
  width: 100%;
  padding: 80px 0 0 0;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual.on .inner .photo {
  clip-path: circle(100% at 50% 50%);
}
#visual .inner {
  width: 995px;
  position: relative;
}
#visual .inner h2 {
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease-in 0.25s;
}
#visual .inner h2 span {
  background-image: url(../images/visual_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 1025px;
}
#visual .inner .photo {
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  transition: all 0.5s ease-in 1s;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#lead {
  width: 100%;
  margin: 0 auto 150px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#lead.on {
  opacity: 1;
}
#lead h3 {
  color: #FF0037;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
#lead p {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
#lead p:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.1s;
}
main .sec:not(:last-child) {
  margin-bottom: 60px;
}
main .sec.on {
  opacity: 1;
}
main .sec.sec1 {
  margin-bottom: 280px;
}
main .sec.sec1 .thumbs .thumb {
  width: 50%;
  position: relative;
}
main .sec.sec1 .thumbs .thumb:nth-child(2n) {
  border-left: solid 1.5px #000;
}
main .sec.sec1 .thumbs .thumb:nth-child(2n+1) {
  border-right: solid 1.5px #000;
}
main .sec.sec1 .thumbs .thumb:not(:nth-child(n+9)) {
  margin-bottom: 80px;
  border-bottom: solid 3px #000;
}
main .sec.sec1 .thumbs .thumb .name {
  text-align: left;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}
main .sec.sec1 .thumbs .thumb .name::after {
  content: "";
  width: 31px;
  height: 44px;
  background-image: url(../images/icon_detail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec.sec1 .thumbs .thumb .name dl dt {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
main .sec.sec1 .thumbs .thumb .name dl dd {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .sec.sec1 .thumbs .thumb .photo {
  width: 100%;
  border-bottom: solid 3px #000;
}
main .sec.sec1 .thumbs .thumb .photo:hover img {
  opacity: 0.7;
}
main .sec.sec1 .thumbs .thumb .photo img {
  transition: all 0.25s ease-in 0s;
}
main .sec.sec1 .thumbs .thumb .credit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec.sec1 .thumbs .thumb .credit dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec.sec1 .thumbs .thumb .credit dl dt {
  width: 140px;
  height: 18px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec.sec1 .thumbs .thumb .credit dl dt:not(:last-child) {
  margin-bottom: 40px;
}
main .sec.sec1 .thumbs .thumb .credit dl dd {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
main .sec.sec1 .thumbs .thumb .credit dl dd:not(:last-child) {
  margin-bottom: 20px;
}
main .sec.sec2 h3 {
  color: #FF0037;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec.sec2 .thumbs .thumb {
  width: calc((100% - 9px) / 4);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec.sec2 .thumbs .thumb:not(:nth-child(4n+1)) {
  margin-left: 3px;
}
main .sec.sec2 .thumbs .thumb:not(:nth-child(4n+1))::before {
  content: "";
  width: 3px;
  height: calc(100% + 6px);
  background-color: #000;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}
main .sec.sec2 .thumbs .thumb:not(:nth-child(n+5)) {
  margin-bottom: 40px;
  border-bottom: solid 3px #000;
}
main .sec.sec2 .thumbs .thumb .name {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 15px;
  border-bottom: solid 3px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
main .sec.sec2 .thumbs .thumb .name span {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
main .sec.sec2 .thumbs .thumb .photo {
  background-color: #FFF;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec.sec2 .thumbs .thumb .photo .ph {
  width: 100%;
}
main .sec.sec2 .thumbs .thumb .photo > p {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
main .sec.sec2 .thumbs .thumb .photo > p > strong {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 20px;
  width: 100%;
  display: inline-block;
}
main .sec.sec2 .thumbs .thumb .photo .credits {
  width: 100%;
  padding: 0 15px 20px 15px;
  margin-top: auto;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt {
  text-align: left;
  width: calc(100% - 60px);
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span.price {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span.price::before {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd {
  width: 60px;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 9px;
  border: solid 1px #000;
  border-radius: 40px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd a:hover {
  opacity: 0.7;
}
main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd span {
  display: none;
}
main .sec .thumbs {
  width: calc(100% - 100px);
  min-width: 1240px;
  padding: 0 3px;
  margin: 0 auto;
  border-bottom: solid 3px #000;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main .sec .thumbs::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .sec .thumbs::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
main .sec .thumbs .thumb {
  border-top: solid 3px #000;
  position: relative;
}

footer {
  text-align: center;
  width: 100%;
  padding: 60px;
  margin: 0 auto;
  position: relative;
}
footer .infoot p.cp {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks.active .inlooks .look .set .photo.slider .swiper-wrapper .swiper-slide {
  pointer-events: auto;
}
#looks .inlooks {
  width: 100%;
  padding: 115px 0px;
}
#looks .inlooks .space {
  width: 100%;
  height: 100vh;
}
#looks .inlooks .button {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 5;
}
#looks .inlooks .button .close {
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
}
#looks .inlooks .button .close:hover {
  opacity: 0.7;
}
#looks .inlooks .button .close span {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .button .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 19px;
}
#looks .inlooks .button .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 19px;
}
#looks .inlooks .look {
  width: 1100px;
  padding: 0px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 150px;
}
#looks .inlooks .look.on {
  opacity: 1;
}
#looks .inlooks .look .set {
  width: 100%;
  background-color: #000;
  border: solid 3px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#looks .inlooks .look .set .photo {
  width: 600px;
  position: relative;
  overflow: hidden;
}
#looks .inlooks .look .set .photo.slider .arrow {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .photo.slider .arrow:hover {
  opacity: 0.7;
}
#looks .inlooks .look .set .photo.slider .arrow.prev {
  left: 10px;
}
#looks .inlooks .look .set .photo.slider .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .inlooks .look .set .photo.slider .swiper-wrapper .swiper-slide {
  padding: 0px;
  pointer-events: none;
}
#looks .inlooks .look .set .data {
  width: calc(100% - 600px - 3px);
  background-color: #FFF;
}
#looks .inlooks .look .set .data .name {
  text-align: left;
  width: 100%;
  padding: 25px 35px;
  border-bottom: solid 3px #000;
}
#looks .inlooks .look .set .data .name h4 {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
}
#looks .inlooks .look .set .data .name h5 {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#looks .inlooks .look .set .data .name .insta a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .data .name .insta a:hover {
  opacity: 0.7;
}
#looks .inlooks .look .set .data .name .insta a::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../images/icon_instagram.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#looks .inlooks .look .set .data .name .insta a span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
#looks .inlooks .look .set .data .product {
  width: 100%;
  padding: 0 35px 25px 35px;
}
#looks .inlooks .look .set .data .product > div {
  width: 100%;
}
#looks .inlooks .look .set .data .product p {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  header {
    right: 10px;
    top: 10px;
  }
  header ul {
    width: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  header ul li span {
    color: #FFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
  }
  header ul li a {
    color: #FFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    color: #000;
  }

  /* common credits------ */
  .credits h4 {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 20px);
  }
  .credits h4:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
  }
  .credits > div dl dt span.price {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .credits > div dl dt span.price::before {
    content: "¥";
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dd {
    width: 70px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 9px;
    border: solid 1px #000;
    border-radius: 40px;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  .credits .ilink {
    text-align: left;
    width: 100%;
    padding: 0px;
    background-image: none;
  }
  .credits .ilink a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits .ilink a:hover {
    text-decoration: underline;
  }

  /* -------------------- */
  #visual {
    width: calc(100% - 20px);
    padding: 40px 0 0 0;
    margin: 0 auto 75px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #visual.on .inner h2 {
    opacity: 1;
  }
  #visual .inner {
    width: 100%;
    position: relative;
  }
  #visual .inner h2 {
    width: 100%;
  }
  #visual .inner h2 span {
    background-image: url(../images/visual_bg.png);
    height: calc((100vw - 20px) * 1.0255);
  }

  #lead {
    width: calc(100% - 40px);
    margin: 0 auto 75px auto;
  }
  #lead h3 {
    color: #FF0037;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #lead p {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  #lead p br {
    display: none;
  }
  #lead p:not(:last-child) {
    margin-bottom: 10px;
  }

  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec.on {
    opacity: 1;
  }
  main .sec.sec1 {
    margin-bottom: 140px;
  }
  main .sec.sec1 .thumbs .thumb {
    width: 50%;
    position: relative;
  }
  main .sec.sec1 .thumbs .thumb:nth-child(2n) {
    border-left: solid 1px #000;
  }
  main .sec.sec1 .thumbs .thumb:nth-child(2n+1) {
    border-right: solid 1px #000;
  }
  main .sec.sec1 .thumbs .thumb:not(:nth-child(n+9)) {
    margin-bottom: 40px;
    border-bottom: solid 2px #000;
  }
  main .sec.sec1 .thumbs .thumb .name {
    text-align: left;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #FFF;
  }
  main .sec.sec1 .thumbs .thumb .name::after {
    content: "";
    width: 20px;
    height: 28px;
    background-image: url(../images/icon_detail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main .sec.sec1 .thumbs .thumb .name dl {
    width: calc(100% - 25px);
  }
  main .sec.sec1 .thumbs .thumb .name dl dt {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }
  main .sec.sec1 .thumbs .thumb .name dl dd {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .sec.sec1 .thumbs .thumb .name dl dd span {
    display: none;
  }
  main .sec.sec1 .thumbs .thumb .photo {
    width: 100%;
    border-bottom: solid 2px #000;
  }
  main .sec.sec1 .thumbs .thumb .photo:hover img {
    opacity: 1;
  }
  main .sec.sec1 .thumbs .thumb .credit {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec.sec1 .thumbs .thumb .credit dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec.sec1 .thumbs .thumb .credit dl dt {
    width: 120px;
    height: 15px;
  }
  main .sec.sec1 .thumbs .thumb .credit dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec.sec1 .thumbs .thumb .credit dl dd {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  main .sec.sec1 .thumbs .thumb .credit dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec.sec2 h3 {
    color: #FF0037;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec.sec2 .thumbs .thumb {
    width: calc((100% - 2px) / 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(4n+1))::before {
    content: none;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(2n+1)) {
    margin-left: 2px;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(2n+1))::before {
    content: "";
    width: 2px;
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(n+5)) {
    margin-bottom: 0px;
    border-bottom: none;
  }
  main .sec.sec2 .thumbs .thumb:not(:nth-child(n+7)) {
    margin-bottom: 20px;
    border-bottom: solid 2px #000;
  }
  main .sec.sec2 .thumbs .thumb .name {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    min-height: 50px;
    padding: 10px 15px;
    border-bottom: solid 2px #000;
  }
  main .sec.sec2 .thumbs .thumb .name span {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  main .sec.sec2 .thumbs .thumb .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec.sec2 .thumbs .thumb .photo .ph {
    width: 100%;
  }
  main .sec.sec2 .thumbs .thumb .photo > p {
    padding: 0 10px;
  }
  main .sec.sec2 .thumbs .thumb .photo > p > strong {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 10px;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits {
    width: 100%;
    padding: 0 10px 20px 10px;
    margin-top: auto;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span.price {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    margin: 0px;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dt span.price::before {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd {
    width: 40px;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 6px;
    border-radius: 40px;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd a:hover {
    opacity: 1;
  }
  main .sec.sec2 .thumbs .thumb .photo .credits > div dl dd span {
    display: none;
  }
  main .sec .thumbs {
    width: 100%;
    min-width: 100%;
    padding: 0 2px;
    border-bottom: solid 2px #000;
  }
  main .sec .thumbs::before {
    width: 2px;
  }
  main .sec .thumbs::after {
    width: 2px;
  }
  main .sec .thumbs .thumb {
    border-top: solid 2px #000;
  }

  footer {
    padding: 40px;
  }
  footer .infoot p.cp {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  #looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  #looks.active ul.btnset {
    display: block;
  }
  #looks.active .inlooks .look .set .photo.slider .swiper-wrapper .swiper-slide {
    pointer-events: auto;
  }
  #looks .inlooks {
    padding: 50px 0px;
  }
  #looks .inlooks .space {
    width: 100%;
    height: 100vh;
  }
  #looks .inlooks .button {
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
  }
  #looks .inlooks .button .close:hover {
    opacity: 1;
  }
  #looks .inlooks .look {
    width: calc(100% - 20px);
    padding: 0px;
    margin: 0 auto;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 75px;
  }
  #looks .inlooks .look .set {
    width: 100%;
    background-color: #000;
    border: solid 3px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
  }
  #looks .inlooks .look .set .photo.slider .arrow {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  #looks .inlooks .look .set .photo.slider .arrow:hover {
    opacity: 1;
  }
  #looks .inlooks .look .set .photo.slider .arrow.prev {
    left: 10px;
  }
  #looks .inlooks .look .set .photo.slider .arrow.next {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .inlooks .look .set .photo.slider .swiper-wrapper .swiper-slide {
    padding: 0px;
    pointer-events: none;
  }
  #looks .inlooks .look .set .data {
    width: 100%;
  }
  #looks .inlooks .look .set .data .name {
    padding: 20px;
    border-bottom: solid 2px #000;
  }
  #looks .inlooks .look .set .data .name h4 {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
  }
  #looks .inlooks .look .set .data .name h5 {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #looks .inlooks .look .set .data .name .insta a:hover {
    opacity: 1;
  }
  #looks .inlooks .look .set .data .name .insta a::before {
    width: 15px;
    height: 15px;
  }
  #looks .inlooks .look .set .data .name .insta a span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  #looks .inlooks .look .set .data .product {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #looks .inlooks .look .set .data .product > div {
    width: 100%;
  }
  #looks .inlooks .look .set .data .product p {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #looks .inlooks .look .set .data .product .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
