@charset "UTF-8";
@import url("https://use.typekit.net/veq0xbv.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@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: benton-modern-display, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ECE6DC;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 143px;
  height: 55px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #ECE6DC;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

.fixlogo {
  width: 90px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 11;
}
.fixlogo h2 {
  width: 100%;
  height: 35px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

main {
  width: 100%;
  padding: 50px 0 150px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main section {
  box-sizing: border-box;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits .incredit > div:not(:last-child) {
  margin-bottom: 8px;
}
main section .credits .incredit > div.item-d-none dl dd a {
  display: none;
}
main section .credits .incredit > div.item-d-none dl dd a + span {
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt::before {
  content: "/";
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 8px;
  display: inline-block;
  order: 2;
}
main section .credits .incredit > div dl dt::after {
  content: "/";
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 8px;
  display: inline-block;
  order: 4;
}
main section .credits .incredit > div dl dt span {
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dt span:not(:first-child) {
  margin-left: 8px;
}
main section .credits .incredit > div dl dt span:nth-child(1) {
  order: 1;
}
main section .credits .incredit > div dl dt span:nth-child(2) {
  order: 3;
}
main section .credits .incredit > div dl dt span:nth-child(3) {
  order: 5;
}
main section .credits .incredit > div dl dd:not(:first-child) {
  margin-left: 30px;
}
main section .credits .incredit > div dl dd span {
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd a {
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: all 0.1s ease-in;
}
main section .credits .incredit > div dl dd a:hover {
  color: #605951;
}
main section .credits .incredit > div dl dd a + span {
  display: none;
}
main section .credits .incredit > div dl dd a + span.notice {
  width: 100%;
  text-align: right;
}
main section .credits .incredit > div dl + p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}
main section#visual {
  width: calc(100% - 100px);
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#visual:not(:last-child) {
  margin-bottom: 150px;
}
main section#visual.on h3,
main section#visual.on h4 {
  opacity: 1;
}
main section#visual.on .set .ph {
  opacity: 1;
}
main section#visual.on .set h3 {
  opacity: 1;
}
main section#visual h3 {
  width: 80%;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
main section#visual h3 span {
  width: 100%;
  height: calc((100vw - 100px) * 0.8 * 0.1895);
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#visual h4 {
  color: #000;
  font-family: benton-modern-display, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s ease-in 2s;
}
main section#visual .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main section#visual .set .ph {
  opacity: 0;
}
main section#visual .set h3 {
  opacity: 0;
}
main section#visual .set.set1 {
  margin: -30px 0 0 0;
}
main section#visual .set.set1 .ph {
  width: 70%;
  transition: opacity 0.3s ease-in 0.5s;
}
main section#visual .set.set1 h3 {
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in 0.75s;
}
main section#visual .set.set1 h3 span {
  height: calc((100vw - 100px) * 0.3 * 0.42);
  background-image: url(../images/title2.png);
}
main section#visual .set.set2 .ph {
  width: 30%;
  transition: opacity 0.3s ease-in 1.25s;
}
main section#visual .set.set2 h3 {
  width: 70%;
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.3s ease-in 1s;
}
main section#visual .set.set2 h3 span {
  width: 100%;
  height: calc((100vw - 100px) * 0.7 * 0.18);
  background-image: url(../images/title3.png);
  background-size: auto 100%;
}
main section#visual .set.set3 {
  margin-top: calc((100vw - 100px) * -0.144);
  justify-content: flex-start;
  position: relative;
}
main section#visual .set.set3 .ph {
  width: 22.8%;
  transition: opacity 0.3s ease-in 1.5s;
}
main section#visual .set.set3 h3 {
  width: 42.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.3s ease-in 1.75s;
}
main section#visual .set.set3 h3 span {
  width: 100%;
  height: calc((100vw - 100px) * 0.425 * 0.299);
  background-image: url(../images/title4.png);
  margin-left: 8px;
}
main section#lead {
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#lead.on {
  opacity: 1;
}
main section#lead:not(:last-child) {
  margin-bottom: 210px;
}
main section#lead .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#lead .inner p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0em;
  text-align: center;
}
main section#looks {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line {
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#looks .line.on {
  opacity: 1;
}
main section#looks .line:not(:last-child) {
  margin-bottom: 10px;
}
main section#looks .line h4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main section#looks .line.l1 {
  width: calc(100% - 100px);
}
main section#looks .line.l1:not(:last-child) {
  margin-bottom: 250px;
}
main section#looks .line.l1 .look {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#looks .line.l1 .look.on {
  opacity: 1;
}
main section#looks .line.l1 .look:not(:last-child) {
  margin-bottom: 480px;
}
main section#looks .line.l1 .look h4 {
  width: 507px;
  height: 134px;
  background-image: url(../images/name_cat1.png);
  z-index: 3;
}
main section#looks .line.l1 .look .photos {
  width: 100%;
  margin: -30px 0 0 0;
  position: relative;
}
main section#looks .line.l1 .look .photos .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l1 .look .photos .inner:not(:last-child) {
  margin-bottom: 30px;
}
main section#looks .line.l1 .look .photos .inner > div {
  width: 50%;
}
main section#looks .line.l1 .look .photos .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#looks .line.l1 .look .photo-quad {
  width: 100%;
}
main section#looks .line.l1 .look .photo-quad .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l1 .look .photo-quad .set:nth-child(1) {
  margin-bottom: 100px;
}
main section#looks .line.l1 .look .photo-quad .set:nth-child(1) > div:nth-child(2) {
  width: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
main section#looks .line.l1 .look .photo-quad .set:nth-child(2) > div:nth-child(2) {
  width: 50%;
  margin-top: 0px;
}
main section#looks .line.l1 .look .photo-quad .set > div {
  width: 50%;
  position: relative;
}
main section#looks .line.l1 .look .photo-quad .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
main section#looks .line.l2 {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l2:not(:last-child) {
  margin-bottom: 250px;
}
main section#looks .line.l2 h4 {
  width: 560px;
  height: 105px;
  background-image: url(../images/name_cat2.png);
  margin-bottom: 50px;
}
main section#looks .line.l2 .look {
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#looks .line.l2 .look.on {
  opacity: 1;
}
main section#looks .line.l2 .look.lk3 {
  width: 780px;
  margin: 0 auto 150px auto;
}
main section#looks .line.l2 .look.lk3 .photos > div {
  width: 100%;
  position: sticky;
  top: 0px;
}
main section#looks .line.l2 .look.lk4 {
  width: calc(100% - 100px);
  margin-bottom: 150px;
  position: relative;
}
main section#looks .line.l2 .look.lk4::before {
  content: "";
  width: 100%;
  height: calc((100vw - 100px) * 1.07);
  background-image: url(../images/text_bg.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: 0px;
  left: 0px;
  z-index: 0;
}
main section#looks .line.l2 .look.lk4 .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
main section#looks .line.l2 .look.lk4 .photo > div {
  width: 60%;
}
main section#looks .line.l2 .look.lk4 .set {
  width: 100%;
  margin-top: calc((100vw - 100px) * -0.37);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
main section#looks .line.l2 .look.lk4 .set .ph {
  width: 50%;
}
main section#looks .line.l2 .look.lk4 .set .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#looks .line.l2 .look.lk5 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main section#looks .line.l2 .look.lk5 .set {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main section#looks .line.l2 .look.lk5 .set > div {
  width: 50%;
}
main section#looks .line.l2 .look.lk5 .combo {
  width: 100%;
  height: calc((100vw - 100px) * 1.05);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
main section#looks .line.l2 .look.lk5 .combo .incombo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main section#looks .line.l2 .look.lk5 .combo .incombo .photo {
  width: 80%;
  position: relative;
  z-index: 3;
  transform: translateY(calc((100vw - 100px) * 0.1));
}
main section#looks .line.l2 .look.lk5 .combo .bg {
  width: 100%;
  clip-path: inset(0 0 0 0);
}
main section#looks .line.l2 .look.lk5 .combo .bg img {
  top: 0px;
  position: relative;
}
main section#looks .line.l2 .look.lk5 .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l3 {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l3:not(:last-child) {
  margin-bottom: 300px;
}
main section#looks .line.l3 .title {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l3 .title .photo {
  width: 70%;
}
main section#looks .line.l3 .title h4 {
  width: 107px;
  height: 534px;
  background-image: url(../images/name_cat3.png);
  margin-bottom: 50px;
}
main section#looks .line.l3 .look {
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#looks .line.l3 .look.on {
  opacity: 1;
}
main section#looks .line.l3 .look.lk6 {
  width: 100%;
  margin-bottom: 150px;
}
main section#looks .line.l3 .look.lk6 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l3 .look.lk6 .set .photo {
  width: 50%;
}
main section#looks .line.l3 .look.lk6 .set .photo > div {
  width: 100%;
}
main section#looks .line.l3 .look.lk6 .set .photo > div:not(:last-child) {
  margin-bottom: 30px;
}
main section#looks .line.l3 .look.lk6 .set .photo > div.credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#looks .line.l3 .look.lk7 {
  width: 100%;
}
main section#looks .line.l3 .look.lk7 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l3 .look.lk7 .combo .ph1 {
  width: 60%;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}
main section#looks .line.l3 .look.lk7 .combo .ph2 {
  width: 55%;
  background-color: #51311D;
  padding: 20px;
  margin: -320px 0 0 auto;
  position: relative;
}
main section#looks .line.l3 .look.lk7 .combo .set {
  width: 100%;
  margin-top: -160px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
main section#looks .line.l3 .look.lk7 .combo .set .ph3 {
  width: 60%;
}
main section#looks .line.l4 {
  width: calc(100% - 100px);
  padding: 150px 0 0 0;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l4 .inner {
  width: 944px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l4 .inner h4 {
  width: 302px;
  height: 95px;
  background-image: url(../images/logo_unique.png);
  margin-bottom: 50px;
}
main section#looks .line.l4 .inner .text {
  width: 500px;
  margin-bottom: 100px;
}
main section#looks .line.l4 .inner .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
main section#looks .line.l4 .inner .photo {
  width: 100%;
  margin-bottom: 16px;
}
main section#looks .line.l4 .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l4 .inner .set h5 {
  width: 490px;
  height: 144px;
  background-image: url(../images/name_ex.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 section#looks .swiper {
  overflow: hidden;
}
main section#looks .swiper .swiper-wrapper {
  width: 100%;
  /*
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  */
}

footer {
  width: 100%;
  padding: 60px 0;
  border-top: solid 1px #000;
  position: relative;
}
footer .inner {
  text-align: left;
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 48px;
}
footer .inner dl dd:not(:last-child) {
  margin-bottom: 16px;
}
footer .inner dl dd a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner dl dd a:hover {
  color: #605951;
}
footer .inner dl + p {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  width: 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-lr;
}

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

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .fixlogo {
    width: 45px;
    top: 10px;
    right: 10px;
  }
  .fixlogo h2 {
    width: 100%;
    height: 18px;
  }

  main {
    width: 100%;
    padding: 20px 0 100px 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits .incredit {
    width: 100%;
  }
  main section .credits .incredit > div {
    width: 100%;
  }
  main section .credits .incredit > div:not(:last-child) {
    margin-bottom: 8px;
  }
  main section .credits .incredit > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits .incredit > div.item-d-none dl dd a + span {
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .incredit > div dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt::before {
    content: "/";
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 8px;
    display: inline-block;
    order: 2;
  }
  main section .credits .incredit > div dl dt::after {
    content: "/";
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 8px;
    display: inline-block;
    order: 4;
  }
  main section .credits .incredit > div dl dt span {
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dt span:not(:first-child) {
    margin-left: 8px;
  }
  main section .credits .incredit > div dl dt span:nth-child(1) {
    order: 1;
  }
  main section .credits .incredit > div dl dt span:nth-child(2) {
    order: 3;
  }
  main section .credits .incredit > div dl dt span:nth-child(3) {
    order: 5;
  }
  main section .credits .incredit > div dl dd:not(:first-child) {
    margin-left: auto;
  }
  main section .credits .incredit > div dl dd span {
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd a {
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd a:hover {
    color: #000;
  }
  main section#visual {
    width: calc(100% - 20px);
  }
  main section#visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main section#visual h3 {
    width: 298px;
  }
  main section#visual h3 span {
    height: 56px;
  }
  main section#visual h4 {
    color: #000;
    font-family: benton-modern-display, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  main section#visual .set.set1 {
    margin: 0px 0 0 0;
  }
  main section#visual .set.set1 .ph {
    width: 262px;
  }
  main section#visual .set.set1 h3 {
    width: calc(100% - 262px - 5px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    transform: translateY(0px);
  }
  main section#visual .set.set1 h3 span {
    height: 100%;
    background-position: left bottom;
  }
  main section#visual .set.set2 .ph {
    width: calc(100% - 262px - 5px);
  }
  main section#visual .set.set2 h3 {
    width: 176;
    padding: 5px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#visual .set.set2 h3 span {
    width: 176px;
    height: 47px;
    background-image: url(../images/title3.png);
  }
  main section#visual .set.set3 {
    margin-top: calc((100vw - 20px - 262px - 5px) * -1 + 56px);
    justify-content: flex-start;
    position: relative;
  }
  main section#visual .set.set3 .ph {
    width: 84px;
  }
  main section#visual .set.set3 h3 {
    width: 158px;
    margin-left: 4px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#visual .set.set3 h3 span {
    width: 100%;
    height: 47px;
    margin-left: 0px;
  }
  main section#lead {
    width: 100%;
  }
  main section#lead:not(:last-child) {
    margin-bottom: 72px;
  }
  main section#lead .inner p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0em;
  }
  main section#looks {
    width: 100%;
  }
  main section#looks .line:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#looks .line h4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  main section#looks .line.l1 {
    width: 100%;
  }
  main section#looks .line.l1:not(:last-child) {
    margin-bottom: 88px;
  }
  main section#looks .line.l1 .look {
    width: 100%;
    position: relative;
  }
  main section#looks .line.l1 .look:not(:last-child) {
    margin-bottom: 320px;
  }
  main section#looks .line.l1 .look h4 {
    width: 208px;
    height: 55px;
  }
  main section#looks .line.l1 .look .photos {
    margin: -13px 0 0 0;
    position: relative;
  }
  main section#looks .line.l1 .look .photos .inner:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#looks .line.l1 .look .photos .inner > div {
    width: 50%;
  }
  main section#looks .line.l1 .look .photos .credits {
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l1 .look .photo-quad {
    width: 100%;
  }
  main section#looks .line.l1 .look .photo-quad .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#looks .line.l1 .look .photo-quad .set:nth-child(1) {
    margin-bottom: 70px;
  }
  main section#looks .line.l1 .look .photo-quad .set:nth-child(1) > div:nth-child(2) {
    width: 70%;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1;
  }
  main section#looks .line.l1 .look .photo-quad .set:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  main section#looks .line.l1 .look .photo-quad .set:nth-child(2) > div:nth-child(2) {
    width: 50%;
    margin: 0px 0 0 auto;
    position: absolute;
    top: -150px;
    right: 10px;
  }
  main section#looks .line.l1 .look .photo-quad .set > div {
    width: 70%;
    position: relative;
  }
  main section#looks .line.l1 .look .photo-quad .credits {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main section#looks .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l2:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#looks .line.l2 h4 {
    width: 293px;
    height: 55px;
    margin-bottom: 20px;
  }
  main section#looks .line.l2 .look.lk3 {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  main section#looks .line.l2 .look.lk3 .photos > div {
    width: 100%;
    position: sticky;
    top: 0px;
  }
  main section#looks .line.l2 .look.lk4 {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
  }
  main section#looks .line.l2 .look.lk4::before {
    content: "";
    width: 100%;
    height: 107vw;
    top: 100px;
    left: 0px;
    z-index: 0;
  }
  main section#looks .line.l2 .look.lk4 .photo {
    width: calc(100% - 20px);
    margin-bottom: 50px;
  }
  main section#looks .line.l2 .look.lk4 .photo > div {
    width: calc(100% - 60px);
  }
  main section#looks .line.l2 .look.lk4 .set {
    width: calc(100% - 20px);
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  main section#looks .line.l2 .look.lk4 .set .ph {
    width: calc(100% - 88px);
    margin-bottom: 20px;
  }
  main section#looks .line.l2 .look.lk4 .set .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l2 .look.lk5 {
    width: 100%;
    position: relative;
  }
  main section#looks .line.l2 .look.lk5 .set {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#looks .line.l2 .look.lk5 .set > div {
    width: 100%;
  }
  main section#looks .line.l2 .look.lk5 .combo {
    width: 100%;
    height: 125vw;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  main section#looks .line.l2 .look.lk5 .combo .incombo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main section#looks .line.l2 .look.lk5 .combo .incombo .photo {
    width: 80%;
    position: relative;
    z-index: 3;
  }
  main section#looks .line.l2 .look.lk5 .combo .bg {
    width: 100%;
    clip-path: inset(0 0 0 0);
  }
  main section#looks .line.l2 .look.lk5 .combo .bg img {
    top: 150px;
    position: relative;
  }
  main section#looks .line.l2 .look.lk5 .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l3:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#looks .line.l3 .title {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  main section#looks .line.l3 .title .photo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l3 .title h4 {
    width: 41px;
    height: 205px;
    background-image: url(../images/name_cat3.png);
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  main section#looks .line.l3 .look {
    width: 100%;
  }
  main section#looks .line.l3 .look.lk6 {
    width: calc(100% - 40px);
    margin-bottom: 80px;
  }
  main section#looks .line.l3 .look.lk6 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l3 .look.lk6 .set .photo {
    width: 100%;
  }
  main section#looks .line.l3 .look.lk6 .set .photo > div {
    width: 100%;
  }
  main section#looks .line.l3 .look.lk6 .set .photo > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#looks .line.l3 .look.lk6 .set .photo > div.credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 .look.lk7 {
    width: calc(100% - 40px);
  }
  main section#looks .line.l3 .look.lk7 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l3 .look.lk7 .combo .ph1 {
    width: calc(100% - 48px);
    margin: 0 auto 0 0;
    position: relative;
    z-index: 1;
  }
  main section#looks .line.l3 .look.lk7 .combo .ph2 {
    width: calc(100% - 77px);
    margin: -50px 0 0 auto;
    position: relative;
    transform: translateX(10px);
  }
  main section#looks .line.l3 .look.lk7 .combo .set {
    width: 100%;
    margin-top: -30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#looks .line.l3 .look.lk7 .combo .set .ph3 {
    width: calc(100% - 38px);
    margin-bottom: 20px;
  }
  main section#looks .line.l3 .look.lk7 .combo .set .credits {
    width: 100%;
  }
  main section#looks .line.l4 {
    width: 100%;
    padding: 80px 0 0 0;
    border-top: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l4 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l4 .inner h4 {
    width: 254px;
    height: 80px;
    background-image: url(../images/logo_unique.png);
    margin-bottom: 30px;
  }
  main section#looks .line.l4 .inner .text {
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
  main section#looks .line.l4 .inner .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main section#looks .line.l4 .inner .text p br {
    display: none;
  }
  main section#looks .line.l4 .inner .photo {
    width: calc(100% - 20px);
    margin-bottom: 16px;
  }
  main section#looks .line.l4 .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l4 .inner .set h5 {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.29388);
    margin-bottom: 40px;
  }
  main section#looks .line.l4 .inner .set .credits {
    width: calc(100% - 40px);
  }
  main section#looks .swiper {
    overflow: hidden;
  }
  main section#looks .swiper .swiper-wrapper {
    width: 100%;
    /*
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    display: flex;
    */
  }

  footer {
    padding: 30px 0 20px 0;
  }
  footer .inner {
    text-align: left;
    width: calc(100% - 40px);
  }
  footer .inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 60px;
  }
  footer .inner dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner dl dd a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner dl dd a:hover {
    color: #000;
  }
  footer .inner dl + p {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    right: 10px;
    bottom: 20px;
  }
}

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