@charset "UTF-8";
@import url("https://use.typekit.net/cto3xwo.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;
  }
}
@keyframes change {
  0% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: acumin-pro, 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;
}

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: 250px;
  height: 64px;
  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;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  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 {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 333;
  pointer-events: none;
}
header .inner {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  width: 80px;
  height: 145px;
  background-image: url(../images/text_month.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  order: 2;
}
header .inner nav {
  order: 1;
}
header .inner nav ul {
  padding: 0px;
}
header .inner nav ul li {
  pointer-events: auto;
}
header .inner nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner nav ul li:hover {
  opacity: 0.7;
}
header .inner nav ul li a {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li span {
  width: 1.2rem;
  height: 2px;
  background-color: #000;
  display: block;
}

#visual {
  width: calc(100% - 240px);
  max-width: 1040px;
  padding: 150px 0 300px 0;
  margin: 0 auto;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual .inner {
  width: 100%;
  position: relative;
}
#visual .inner h2 {
  width: calc(100% - 200px);
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
#visual .inner h2 span:nth-child(1) {
  width: 100%;
  height: calc((100vw - 240px - 200px) * 0.287);
  max-height: 241px;
  background-image: url(../images/title.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;
  margin-bottom: 10px;
}
#visual .inner h2 span:nth-child(2) {
  width: 353px;
  height: 23px;
  background-image: url(../images/subtitle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: auto;
}
#visual .inner .photo {
  width: 100%;
  padding: 0 0 50px 0;
  margin: 0 auto;
  position: relative;
  transform: translateY(-60px);
}
#visual .inner .photo::after {
  content: "";
  width: 68px;
  height: 178px;
  background-image: url(../images/barcode.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;
  bottom: 50px;
  right: -118px;
}
#visual .inner .photo img {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
#visual .inner .photo.on img {
  opacity: 1;
}
#visual .inner h3 {
  width: 100%;
  height: 341px;
  margin: 0 auto;
  background-image: url(../images/catch.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;
  transform: translateX(-50px);
  z-index: 5;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
}
main .inner .sec {
  width: 100%;
  padding: 150px 0;
  background-color: #FFF;
}
main .inner .sec#sec1 {
  z-index: 11;
}
main .inner .sec#sec2 {
  z-index: 12;
}
main .inner .sec#sec3 {
  z-index: 13;
}
main .inner .sec#sec4 {
  z-index: 14;
}
main .inner .sec#sec5 {
  z-index: 15;
}
main .inner .sec#sec6 {
  z-index: 16;
}
main .inner .sec#sec7 {
  z-index: 17;
}
main .inner .sec#sec8 {
  z-index: 18;
}
main .inner .sec#sec9 {
  z-index: 19;
}
main .inner .sec#sec10 {
  z-index: 20;
}
main .inner .sec#sec11 {
  z-index: 21;
}
main .inner .sec.on .insec .photo {
  opacity: 1;
}
main .inner .sec .insec {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .sec .insec .photo {
  width: 510px;
  position: relative;
  opacity: 0;
}
main .inner .sec .insec .photo::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
main .inner .sec .insec .photo::after {
  content: "";
  width: 60px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
main .inner .sec .insec .photo#t1::after {
  background-image: url(../images/num01.png);
}
main .inner .sec .insec .photo#t2::after {
  background-image: url(../images/num02.png);
}
main .inner .sec .insec .photo#t3::after {
  background-image: url(../images/num03.png);
}
main .inner .sec .insec .photo#t4::after {
  background-image: url(../images/num04.png);
}
main .inner .sec .insec .photo#t5::after {
  background-image: url(../images/num05.png);
}
main .inner .sec .insec .photo#t6::after {
  background-image: url(../images/num06.png);
}
main .inner .sec .insec .photo#t7::after {
  background-image: url(../images/num07.png);
}
main .inner .sec .insec .photo#t8::after {
  background-image: url(../images/num08.png);
}
main .inner .sec .insec .photo#t9::after {
  background-image: url(../images/num09.png);
}
main .inner .sec .insec .photo#t10::after {
  background-image: url(../images/num10.png);
}
main .inner .sec .insec .photo#t11::after {
  background-image: url(../images/num11.png);
}
main .inner .sec .insec .photo#t12::after {
  background-image: url(../images/num12.png);
}
main .inner .sec .insec .photo#t13::after {
  background-image: url(../images/num13.png);
}
main .inner .sec .insec .photo#t14::after {
  background-image: url(../images/num14.png);
}
main .inner .sec .insec .photo#t15::after {
  background-image: url(../images/num15.png);
}
main .inner .sec .insec .photo#t16::after {
  background-image: url(../images/num16.png);
}
main .inner .sec .insec .photo#t17::after {
  background-image: url(../images/num17.png);
}
main .inner .sec .insec .photo#t18::after {
  background-image: url(../images/num18.png);
}
main .inner .sec .insec .photo#t19::after {
  background-image: url(../images/num19.png);
}
main .inner .sec .insec .photo#t20::after {
  background-image: url(../images/num20.png);
}
main .inner .sec .insec .photo#t21::after {
  background-image: url(../images/num21.png);
}
main .inner .sec .insec .photo:nth-child(1) {
  transition: opacity 0.35s ease-in 0s;
}
main .inner .sec .insec .photo:nth-child(2) {
  transition: opacity 0.35s ease-in 0.5s;
}
main .inner .sec .insec .photo.slide {
  overflow: hidden;
}
main .inner .sec .insec .photo.slide .btn {
  width: 23px;
  height: 23px;
  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% - 11px);
  z-index: 1;
}
main .inner .sec .insec .photo.slide .btn.prev {
  left: 10px;
}
main .inner .sec .insec .photo.slide .btn.next {
  right: 10px;
  transform: rotate(180deg);
}

article {
  width: 100%;
  margin-bottom: 200px;
}
article .banner {
  width: 1040px;
  margin: 0 auto;
}
article .banner a {
  display: block;
}
article .banner a:hover img {
  opacity: 0.7;
}
article .banner a img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 140px);
  padding: 55px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #666666;
}
footer .infoot p {
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 0 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #8BA5CE;
}
#looks .look-combo {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#looks .look-combo .look:not(:last-child) {
  margin-bottom: 150px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look-combo .look .set .photo {
  width: 520px;
}
#looks .look-combo .look .set .photo.slider {
  overflow: hidden;
  position: relative;
}
#looks .look-combo .look .set .photo.slider .btn {
  width: 16px;
  height: 16px;
  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% - 8px);
  z-index: 5;
}
#looks .look-combo .look .set .photo.slider .btn.prev {
  left: 10px;
}
#looks .look-combo .look .set .photo.slider .btn.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .credits {
  width: 470px;
  padding: 0px;
}
#looks .look-combo .look .set .credits > div {
  width: 100%;
  padding: 0 0 5px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
#looks .look-combo .look .set .credits > div:not(:last-child) {
  margin-bottom: 20px;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dt {
  width: auto;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd {
  width: auto;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd::before {
  content: "COMING SOON";
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd.sl::before {
  content: "SHOP LIMITED";
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd.ll::before {
  content: none;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd a.line {
  color: #FFF;
  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: block;
}
#looks .look-combo .look .set .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look-combo .look .set .credits > div dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .look .set .credits > div dl dt strong {
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .credits > div dl dt span {
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .credits > div dl dt span:last-child::after {
  content: "(TAX IN)";
  display: inline-block;
}
#looks .look-combo .look .set .credits > div dl dd {
  width: 45px;
}
#looks .look-combo .look .set .credits > div dl dd a {
  color: #FFF;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
  padding: 3px 9px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .set .credits > div dl dd a:hover {
  background-color: #666666;
}
#looks .look-combo .look .set .credits > div dl dd a.line {
  display: none;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

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

  #loader .logo {
    width: 125px;
    height: 32px;
    left: calc(50% - 63px);
    top: calc(50% - 16px);
  }

  header {
    width: 100%;
    top: 10px;
    left: 0px;
  }
  header .inner {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  header .inner h1 {
    width: 28px;
    height: 50px;
  }
  header .inner nav ul li {
    pointer-events: auto;
  }
  header .inner nav ul li:hover {
    opacity: 1;
  }
  header .inner nav ul li a {
    color: #000;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }

  #visual {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 60px 0 0px 0;
  }
  #visual .inner h2 {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  #visual .inner h2 span:nth-child(1) {
    width: 100%;
    height: calc((100vw - 60px - 60px) * 0.287);
    max-height: calc((100vw - 60px - 60px) * 0.287);
    margin-bottom: 5px;
  }
  #visual .inner h2 span:nth-child(2) {
    width: 112px;
    height: 7px;
    margin-left: auto;
  }
  #visual .inner .photo {
    padding: 0px;
    transform: translateY(-20px);
    transition: transform 0.35s ease-in 0s;
  }
  #visual .inner .photo.on {
    transform: translateY(-30px);
  }
  #visual .inner .photo.on::after {
    opacity: 1;
  }
  #visual .inner .photo.on + h3 {
    opacity: 1;
  }
  #visual .inner .photo::after {
    width: 27px;
    height: 70px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.35s ease-in 1s;
  }
  #visual .inner h3 {
    width: 100%;
    height: 102px;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: -15px;
    transform: translateX(0px);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.35s ease-in 0.75s;
  }

  main .inner .sec {
    padding: 0px;
    position: sticky;
    top: 50px;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec#sec2 {
    display: none;
  }
  main .inner .sec#sec3 {
    display: none;
  }
  main .inner .sec#sec4 {
    display: none;
  }
  main .inner .sec#sec5 {
    display: none;
  }
  main .inner .sec#sec6 {
    display: none;
  }
  main .inner .sec#sec7 {
    display: none;
  }
  main .inner .sec#sec8 {
    display: none;
  }
  main .inner .sec#sec9 {
    display: none;
  }
  main .inner .sec#sec10 {
    display: none;
  }
  main .inner .sec#sec11 {
    display: none;
  }
  main .inner .sec .insec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .photo {
    width: calc(100% - 40px);
    padding: 50px 0px;
    background-color: #FFF;
    position: sticky;
    top: 0px;
    opacity: 1;
  }
  main .inner .sec .insec .photo::before {
    right: 10px;
    bottom: 60px;
  }
  main .inner .sec .insec .photo::after {
    width: 36px;
    height: 84px;
    left: 20px;
    bottom: 70px;
  }
  main .inner .sec .insec .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec .insec .photo.on img {
    opacity: 1;
    transform: translateY(0px);
  }
  main .inner .sec .insec .photo.slide {
    overflow: hidden;
  }
  main .inner .sec .insec .photo.slide .btn {
    width: 23px;
    height: 23px;
    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% - 11px);
    z-index: 1;
  }
  main .inner .sec .insec .photo.slide .btn.prev {
    left: 10px;
  }
  main .inner .sec .insec .photo.slide .btn.next {
    right: 10px;
    transform: rotate(180deg);
  }
  main .inner .sec .insec .photo img {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    transform: translateY(20px);
  }

  article {
    width: 100%;
    margin-bottom: 100px;
  }
  article .banner {
    width: 100%;
    margin: 0 auto;
  }
  article .banner a:hover img {
    opacity: 1;
  }

  footer .pgtop a {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #000;
  }
  footer .infoot {
    width: calc(100% - 40px);
    padding: 40px 0;
  }
  footer .infoot ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    color: #666666;
  }
  footer .infoot p {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }

  #looks {
    padding: 100px 0 0 0;
  }
  #looks .close {
    width: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #8BA5CE;
  }
  #looks .look-combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 120px;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .set .photo {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .photo.slider {
    overflow: hidden;
    position: relative;
  }
  #looks .look-combo .look .set .photo.slider .btn {
    width: 16px;
    height: 16px;
    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% - 8px);
    z-index: 5;
  }
  #looks .look-combo .look .set .photo.slider .btn.prev {
    left: 10px;
  }
  #looks .look-combo .look .set .photo.slider .btn.next {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .look-combo .look .set .credits {
    width: calc(100% - 40px);
    padding: 0px;
  }
  #looks .look-combo .look .set .credits > div {
    width: 100%;
    padding: 0 0 5px 0;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
  }
  #looks .look-combo .look .set .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .credits > div.item-d-none dl dd::before {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div.item-d-none dl dd a.line {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look-combo .look .set .credits > div dl dt {
    width: calc(100% - 45px);
  }
  #looks .look-combo .look .set .credits > div dl dt strong {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dt span {
    color: #000;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dd {
    width: 45px;
  }
  #looks .look-combo .look .set .credits > div dl dd a {
    color: #FFF;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dd a:hover {
    background-color: #000;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

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