@import url("https://use.typekit.net/zzj1myc.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: termina, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 206px;
  height: 26px;
  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;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .inner {
  width: 100%;
  height: 30px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .inner ul {
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #333;
}
header .inner ul li span {
  width: 1px;
  height: 90%;
  background-color: #FFF;
  display: block;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .wrapper {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .visual {
  width: 100%;
  padding: 0 0 300px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
main .wrapper .visual .title {
  text-align: left;
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0px;
  z-index: 5;
}
main .wrapper .visual .title.on {
  position: absolute;
}
main .wrapper .visual .title > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 80px;
  left: 80px;
}
main .wrapper .visual .title > div h2 {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .wrapper .visual .title > div p {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .wrapper .visual .v-slider {
  width: 100%;
  overflow: hidden;
}
main .wrapper .visual .v-slider:not(:last-child) {
  margin-bottom: 10px;
}
main .wrapper .visual .v-slider .swiper-wrapper {
  transition-timing-function: linear;
}
main .sec {
  width: 100%;
  padding: 100px 0 50px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
main .sec:not(:last-child) {
  margin-bottom: 200px;
}
main .sec#sec1 .insec {
  width: 1024px;
}
main .sec#sec2 {
  padding-bottom: 0px;
}
main .sec#sec2 .insec {
  width: 800px;
}
main .sec#sec3 {
  padding-bottom: 100px;
}
main .sec .bg {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: -1;
}
main .sec .bg.bg1 {
  background-color: #FFF;
  height: 915px;
  top: 495px;
}
main .sec .bg.bg2 {
  background-color: #FFF;
  height: calc(100% - 425px);
  top: 0px;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec > h3 {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec > h3:not(:last-child) {
  margin-bottom: 40px;
}
main .sec .insec .photo.link {
  width: 800px;
  position: relative;
}
main .sec .insec .photo.link:not(:last-child) {
  margin-bottom: 50px;
}
main .sec .insec .photo.link .text {
  width: 2rem;
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec .photo.link .text::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus.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 .insec .photo.link .text p {
  color: #333;
  font-family: termina, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
main .sec .insec .photo.link .ph {
  width: 100%;
}
main .sec .insec .photo.single {
  width: 600px;
}
main .sec .insec .photo.single:not(:last-child) {
  margin-bottom: 195px;
}
main .sec .insec .photo.combo {
  width: 1024px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .photo.combo:not(:last-child) {
  margin-bottom: 55px;
}
main .sec .insec .photo.combo > div {
  width: calc((100% - 4px) / 2);
}
main .sec .insec .photo.combo > div:not(:nth-child(2n+1)) {
  margin-left: 4px;
}
main .sec .insec .photo.combo > div:not(:nth-child(n+3)) {
  margin-bottom: 4px;
}
main .sec .insec .txt {
  width: 100%;
}
main .sec .insec .txt p {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}
main .sec .insec .thisitem {
  width: 800px;
  position: relative;
}
main .sec .insec .thisitem:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .thisitem h3 {
  width: 701px;
  height: 164px;
  background-image: url(../images/text_thisitem.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: calc(50% - 350px);
  z-index: 1;
}
main .sec .insec .thisitem .ph {
  width: 100%;
  position: relative;
  transform: translateY(60px);
}
main .sec .insec .thisitem .pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .thisitem .pset > div {
  width: 420px;
  position: relative;
}
main .sec .insec .thisitem .pset > div:nth-child(1) {
  transform: translateX(20px);
  z-index: 1;
}
main .sec .insec .thisitem .pset > div:nth-child(2) {
  padding-top: 360px;
}
main .sec .insec .closet {
  width: 800px;
  position: relative;
  overflow: hidden;
}
main .sec .insec .closet:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .closet .itemthumb {
  width: 100%;
  position: absolute;
  top: 765px;
  left: 0px;
  z-index: 3;
}
main .sec .insec .closet .itemthumb span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #FFF;
  margin: 0 5px;
  opacity: 1;
}
main .sec .insec .closet .itemthumb span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
main .sec .insec .other {
  width: 100%;
  overflow: hidden;
}
main .sec .insec .other:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .other .swiper-wrapper .swiper-slide::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus.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;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec .insec .staff {
  width: calc(100% - 256px);
}
main .sec .insec .staff p {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}

footer {
  text-align: left;
  width: 100%;
  padding: 60px 0 40px 0;
  margin: 0 auto;
  border-top: solid 1px #FFF;
  position: relative;
}
footer .infoot {
  width: calc(100% - 256px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .infoot ul:not(:last-child) {
  margin-bottom: 40px;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover {
  opacity: 0.7;
}
footer .infoot p {
  text-align: left;
}
footer .infoot p span {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  color: #FFF;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.4rem;
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 1;
  cursor: pointer;
}
footer .pgtop:hover {
  opacity: 0.7;
}

section.looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 100px 0 100px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
}
section.looks#l1 {
  opacity: 1;
  pointer-events: auto;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 100vh;
}
section.looks .close {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 9999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 15px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 15px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .look {
  width: 680px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
section.looks .look:not(:last-child) {
  margin-bottom: 100px;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set:not(:last-child) {
  margin-bottom: 100px;
}
section.looks .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
section.looks .look .set .photo .text {
  width: 2rem;
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set .photo .text::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
section.looks .look .set .photo .text p {
  color: #333;
  font-family: termina, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
section.looks .look .set .photo .lph {
  width: 100%;
  position: relative;
}
section.looks .look .set .photo .lph:not(:last-child) {
  margin-bottom: 30px;
}
section.looks .look .set .photo .arrow {
  width: 26px;
  height: 26px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(100% - 26px - 15px);
  z-index: 5;
}
section.looks .look .set .photo .arrow.ap {
  left: 15px;
}
section.looks .look .set .photo .arrow.an {
  left: 46px;
  transform: rotate(180deg);
}
section.looks .look .set > .text {
  width: 100%;
  padding: 0px;
}
section.looks .look .set > .text .credits {
  width: 100%;
}
section.looks .look .set > .text .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
section.looks .look .set > .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .look .set > .text .credits > div.item-d-none dl dd::before {
  content: "COMING SOON";
  color: #333;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set > .text .credits > div.item-d-none dl dd a {
  display: none;
}
section.looks .look .set > .text .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set > .text .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set > .text .credits > div dl dt strong:first-child {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set > .text .credits > div dl dt strong:first-child span {
  color: #333;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set > .text .credits > div dl dt strong:first-child span:nth-child(2) {
  margin-left: 5px;
}
section.looks .look .set > .text .credits > div dl dt strong:first-child span:nth-child(2)::after {
  content: "-TAX IN";
  color: #333;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set > .text .credits > div dl dt strong:not(:first-child) {
  color: #333;
  font-family: termina, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set > .text .credits > div dl dd a {
  color: #333;
  font-family: termina, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set > .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 15px;
}
section.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

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

  #loader .logo {
    width: 103px;
    height: 13px;
    top: calc(50% - 7px);
    left: calc(50% - 51px);
  }

  main .wrapper .visual {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main .wrapper .visual .title {
    text-align: left;
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: auto;
    top: 0px;
    z-index: 5;
  }
  main .wrapper .visual .title > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 45px;
    left: 10px;
  }
  main .wrapper .visual .title > div h2 {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .wrapper .visual .title > div h2 span {
    font-size: 2rem;
  }
  main .wrapper .visual .title > div p {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .wrapper .visual .v-slider:not(:last-child) {
    margin-bottom: 2px;
  }
  main .sec {
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  main .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec#sec1 {
    padding-bottom: 0px;
  }
  main .sec#sec1 .insec {
    width: 100%;
  }
  main .sec#sec2 {
    padding: 50px 0 0 0;
  }
  main .sec#sec2 .insec {
    width: 100%;
  }
  main .sec#sec3 {
    padding-bottom: 30px;
  }
  main .sec .bg {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
  }
  main .sec .bg.bg1 {
    background-color: #FFF;
    height: 485px;
    top: 250px;
  }
  main .sec .bg.bg2 {
    background-color: #FFF;
    height: calc(100% - 425px);
    top: 0px;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec > h3 {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec > h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .photo.link {
    width: calc(100% - 20px);
  }
  main .sec .insec .photo.link:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .photo.link .text {
    width: 1.4rem;
    height: calc(100% - 40px);
    top: 20px;
    right: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  main .sec .insec .photo.link .text::after {
    width: 16px;
    height: 16px;
  }
  main .sec .insec .photo.link .text p {
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .photo.link .ph {
    width: 100%;
  }
  main .sec .insec .photo.single {
    width: calc(100% - 84px);
  }
  main .sec .insec .photo.single:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .photo.combo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .photo.combo:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .photo.combo > div {
    width: calc((100% - 1px) / 2);
  }
  main .sec .insec .photo.combo > div:not(:nth-child(2n+1)) {
    margin-left: 1px;
  }
  main .sec .insec .photo.combo > div:not(:nth-child(n+3)) {
    margin-bottom: 1px;
  }
  main .sec .insec .txt {
    width: calc(100% - 20px);
  }
  main .sec .insec .txt p {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: right;
  }
  main .sec .insec .thisitem {
    width: 100%;
  }
  main .sec .insec .thisitem:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec .thisitem h3 {
    width: calc(100% - 50px);
    height: calc((100vw - 50px) * 0.234);
    top: 0px;
    left: 25px;
  }
  main .sec .insec .thisitem .ph {
    transform: translateY(30px);
  }
  main .sec .insec .thisitem .pset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .thisitem .pset > div {
    width: 51.25vw;
    position: relative;
  }
  main .sec .insec .thisitem .pset > div:nth-child(1) {
    transform: translateX(20px);
    z-index: 1;
  }
  main .sec .insec .thisitem .pset > div:nth-child(2) {
    padding-top: 215px;
    transform: translateX(-20px);
  }
  main .sec .insec .closet {
    width: 100%;
  }
  main .sec .insec .closet:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec .closet .itemthumb {
    width: 100%;
    position: absolute;
    top: calc(100% - 18px);
    left: 0px;
    z-index: 3;
  }
  main .sec .insec .closet .itemthumb span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  main .sec .insec .other {
    width: 100%;
    overflow: hidden;
  }
  main .sec .insec .other:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .other .swiper-wrapper .swiper-slide::after {
    width: 16px;
    height: 16px;
    right: 5px;
    bottom: 5px;
  }
  main .sec .insec .staff {
    width: calc(100% - 40px);
  }
  main .sec .insec .staff p {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
  }

  footer {
    padding: 30px 0 30px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
  }
  footer .infoot ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    opacity: 1;
  }
  footer .infoot p {
    text-align: left;
  }
  footer .infoot p span {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    color: #FFF;
    font-family: termina, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 1rem;
    right: 10px;
    bottom: 30px;
  }
  footer .pgtop:hover {
    opacity: 1;
  }

  section.looks {
    padding: 50px 0 50px 0;
  }
  section.looks#l1 {
    opacity: 1;
    pointer-events: auto;
  }
  section.looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    width: 100%;
    height: 100vh;
  }
  section.looks .close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 20px;
    height: 1px;
  }
  section.looks .close span:nth-child(1) {
    top: 10px;
  }
  section.looks .close span:nth-child(2) {
    top: 10px;
  }
  section.looks .close:hover {
    opacity: 0.7;
  }
  section.looks .look {
    width: calc(100% - 20px);
  }
  section.looks .look:not(:last-child) {
    margin-bottom: 50px;
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set:not(:last-child) {
    margin-bottom: 50px;
  }
  section.looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  section.looks .look .set .photo .text {
    width: 1.4rem;
    height: calc(100% - 40px);
    top: 20px;
    right: 10px;
  }
  section.looks .look .set .photo .text::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
  }
  section.looks .look .set .photo .text p {
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .photo .lph {
    width: 100%;
    position: relative;
  }
  section.looks .look .set .photo .lph:not(:last-child) {
    margin-bottom: 30px;
  }
  section.looks .look .set .photo .arrow {
    width: 25px;
    height: 25px;
    top: calc(100% - 25px - 10px);
    z-index: 5;
  }
  section.looks .look .set .photo .arrow.ap {
    left: 10px;
  }
  section.looks .look .set .photo .arrow.an {
    left: 45px;
  }
  section.looks .look .set > .text {
    width: 100%;
    padding: 0px;
  }
  section.looks .look .set > .text .credits {
    width: 100%;
  }
  section.looks .look .set > .text .credits > div {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  section.looks .look .set > .text .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set > .text .credits > div.item-d-none dl dd::before {
    content: "COMING SOON";
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  section.looks .look .set > .text .credits > div.item-d-none dl dd a {
    display: none;
  }
  section.looks .look .set > .text .credits > div dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.looks .look .set > .text .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set > .text .credits > div dl dt strong:first-child {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set > .text .credits > div dl dt strong:first-child span {
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set > .text .credits > div dl dt strong:first-child span:nth-child(2) {
    margin-left: 5px;
  }
  section.looks .look .set > .text .credits > div dl dt strong:first-child span:nth-child(2)::after {
    content: "-TAX IN";
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set > .text .credits > div dl dt strong:not(:first-child) {
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set > .text .credits > div dl dd a {
    color: #333;
    font-family: termina, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set > .text .credits > div dl dd a:hover {
    opacity: 1;
  }
  section.looks .look .set .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 15px;
  }
  section.looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }
}

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