@charset "UTF-8";
@import url("https://use.typekit.net/msg8nmm.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% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-y: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 240px;
  height: 88px;
  background-image: url(../images/logo_2e.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: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
header .inner ul li.line {
  display: none;
}
header .inner ul li a {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #666666;
}

.photo .cb {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.photo .cb::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_cross.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-bottom: 10px;
}
.photo .cb span {
  color: #FFF;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}

main {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 0 300px 0;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
main #visual.on #invisual {
  opacity: 1;
}
main #visual h2 {
  width: 588px;
  height: 217px;
  background-image: url(../images/title.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(50vh - 109px);
  left: calc(50vw - 294px);
  z-index: 10;
}
main #visual #invisual {
  width: 1020px;
  margin: 0 auto;
  transition: opacity 0.5s ease-in 0.25s;
  opacity: 0;
}
main #visual #invisual .photo {
  position: relative;
}
main #lead {
  width: 100%;
  margin-bottom: 100px;
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
main #lead.on {
  opacity: 1;
}
main #lead p {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: 0em;
}
main #contents {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  position: relative;
}
main #contents .sec {
  width: 100%;
  box-sizing: border-box;
}
main #contents .sec#sec1 {
  margin-bottom: 30px;
}
main #contents .sec#sec2 {
  margin-bottom: 300px;
}
main #contents .sec#sec3 .inner {
  width: 450px;
}
main #contents .sec#sec3 .inner .photo {
  width: 100%;
  margin-bottom: 50px;
}
main #contents .sec#sec3 .inner h3 {
  width: 294px;
  height: 80px;
  background-image: url(../images/title2.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-bottom: 40px;
}
main #contents .sec#sec3 .inner p {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #contents .sec .inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .sec .inner .photo {
  width: 100%;
  position: relative;
}
main #contents .sec .inner .photo:not(:last-child) {
  margin-bottom: 30px;
}
main #contents .sec .inner .photo img {
  transition: opacity 0.5s ease-in 0.1s;
  opacity: 0;
}
main #contents .sec .inner .photo.on img {
  opacity: 1;
}
main #contents .sec .inner .photo.slider {
  overflow: hidden;
}
main #contents .sec .inner .photo#p12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .sec .inner .photo#p12 > div {
  width: 50%;
}
main #contents .sec .inner .photo#p12 .cb {
  width: 28px;
}
main #contents .sec .inner .photo#p13 {
  margin-bottom: 150px;
}
main #contents .sec .inner .photo#p17 {
  margin-bottom: 200px;
}
main #contents .sec .inner .photo#p18 {
  width: 510px;
  margin-bottom: 200px;
}
main #contents .sec .inner .combo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .sec .inner .combo:not(:last-child) {
  margin-bottom: 30px;
}
main #contents .sec .inner .combo .photo {
  width: calc(50% - 15px);
}
main #contents .sec .inner .combo .photo:not(:last-child) {
  margin-bottom: 0px;
}
main #contents .sec .inner .combo .photo:nth-child(-n+2) {
  margin-bottom: 30px;
}
main #contents .sec .inner .combo .photo:nth-child(2n+2) {
  margin-left: 30px;
}
main #contents .sec .inner .combo2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .sec .inner .combo2:not(:last-child) {
  margin-bottom: 150px;
}
main #contents .sec .inner .combo2 .deco {
  width: 495px;
  margin: 0 0 100px 0;
}
main #contents .sec .inner .combo2 .photo {
  width: 495px;
  position: relative;
}
main #contents .sec .inner .combo2 .photo:nth-child(2) {
  margin: 0 0 0 auto;
}
main #contents .sec .inner .combo2 .photo:nth-child(3) {
  margin: -180px 0 0 0;
}
main #contents .decotext {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
main #contents .decotext .swiper-wrapper {
  transition-timing-function: linear;
}
footer {
  width: 1020px;
  padding: 60px 0;
  margin: 0 auto;
  border-top: solid 1px #FF0000;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .pgtop a {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #666666;
}
footer .inner .pgtop {
  display: none;
}
footer .inner p {
  color: #FF0000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 160px 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: #666666;
}
#looks .look-combo {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  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 .ph {
  width: 600px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .set .ph .arrow {
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 5;
}
#looks .look-combo .look .set .ph .arrow.left {
  left: 10px;
}
#looks .look-combo .look .set .ph .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .text {
  width: 400px;
  order: 2;
}
#looks .look-combo .look .set .text .credits h5 {
  color: #000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .credits h5:not(:first-child) {
  padding-top: 20px;
}
#looks .look-combo .look .set .text .credits > div {
  width: 100%;
}
#looks .look-combo .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd {
  display: none;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line {
  width: auto;
  display: inline-block;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line a {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line a:hover {
  opacity: 0.7;
}
#looks .look-combo .look .set .text .credits > div dl {
  text-align: left;
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look-combo .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .text .credits > div dl dt span {
  color: #000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .text .credits > div dl dt span:not(:first-child)::before {
  content: "_";
  display: inline;
}
#looks .look-combo .look .set .text .credits > div dl dt span.price {
  width: 100%;
}
#looks .look-combo .look .set .text .credits > div dl dt span.price::after {
  content: " (tax in)";
  display: inline;
}
#looks .look-combo .look .set .text .credits > div dl dt span.price::before {
  content: none;
}
#looks .look-combo .look .set .text .credits > div dl dd a {
  color: #FFF;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 8px 2px 8px;
  background-color: #000;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
#looks .look-combo .look .set .text .credits > div dl dd span {
  color: #000;
  font-family: "meno-banner-condensed", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .text .credits > div dl dd.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;
  }

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    width: 100%;
    height: 100vh;
  }
  #loader .logo {
    width: 120px;
    height: 44px;
  }
  #loader .bar {
    height: 5px;
  }

  header {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li:nth-child(1) {
    order: 1;
  }
  header .inner ul li:nth-child(2) {
    order: 3;
  }
  header .inner ul li.line {
    width: 1px;
    background-color: #FF0000;
    display: block;
    order: 2;
  }
  header .inner ul li a {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  header .inner ul li a:hover {
    color: #FF0000;
  }

  .photo .cb {
    right: 10px;
    bottom: 10px;
  }
  .photo .cb::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .photo .cb span {
    color: #FFF;
    font-family: "meno-banner-condensed", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  main {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 0 100px 0;
    position: relative;
    box-sizing: border-box;
  }
  main #visual {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  main #visual h2 {
    width: 245px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 123px);
  }
  main #visual #invisual {
    width: calc(100% - 20px);
  }
  main #lead {
    width: 100%;
    margin-bottom: 50px;
  }
  main #lead p {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0em;
  }
  main #contents .sec#sec1 {
    margin-bottom: 10px;
  }
  main #contents .sec#sec2 {
    margin-bottom: 150px;
  }
  main #contents .sec#sec3 .inner {
    width: calc(100% - 130px);
  }
  main #contents .sec#sec3 .inner .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  main #contents .sec#sec3 .inner h3 {
    width: 200px;
    height: 54px;
    margin-bottom: 20px;
  }
  main #contents .sec#sec3 .inner p {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main #contents .sec .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .sec .inner .photo {
    width: 100%;
    position: relative;
  }
  main #contents .sec .inner .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .sec .inner .photo.slider {
    overflow: hidden;
  }
  main #contents .sec .inner .photo#p12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #contents .sec .inner .photo#p12 > div {
    width: 50%;
  }
  main #contents .sec .inner .photo#p12 .cb {
    width: auto;
  }
  main #contents .sec .inner .photo#p13 {
    margin-bottom: 75px;
  }
  main #contents .sec .inner .photo#p17 {
    margin-bottom: 100px;
  }
  main #contents .sec .inner .photo#p18 {
    width: 70%;
    margin-bottom: 100px;
  }
  main #contents .sec .inner .combo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #contents .sec .inner .combo:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .sec .inner .combo .photo {
    width: calc(50% - 5px);
  }
  main #contents .sec .inner .combo .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main #contents .sec .inner .combo .photo:nth-child(-n+2) {
    margin-bottom: 10px;
  }
  main #contents .sec .inner .combo .photo:nth-child(2n+2) {
    margin-left: 10px;
  }
  main #contents .sec .inner .combo2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .sec .inner .combo2:not(:last-child) {
    margin-bottom: 75px;
  }
  main #contents .sec .inner .combo2 .deco {
    width: 70%;
    margin: 0 0 10px 0;
  }
  main #contents .sec .inner .combo2 .photo {
    width: 70%;
    position: relative;
  }
  main #contents .sec .inner .combo2 .photo:nth-child(2) {
    margin: 0 0 10px auto;
  }
  main #contents .sec .inner .combo2 .photo:nth-child(3) {
    margin: 0px;
  }
  main #contents .decotext {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
  }
  main #contents .decotext .swiper-wrapper {
    transition-timing-function: linear;
  }
  footer {
    width: calc(100% - 20px);
    padding: 60px 0 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .pgtop {
    display: none;
  }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li span {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #666666;
  }
  footer .inner .pgtop {
    margin-bottom: 60px;
    display: block;
  }
  footer .inner .pgtop a {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .pgtop a:hover {
    color: #FF0000;
  }
  footer .inner p {
    color: #FF0000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    width: 100%;
    height: 100vh;
    padding: 60px 0 0 0;
  }
  #looks .close {
    width: 20px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
  }
  #looks .close div {
    width: 20px;
    height: 20px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span:nth-child(1) {
    width: 20px;
    height: 1px;
    left: 0px;
    top: 10px;
  }
  #looks .close div span:nth-child(2) {
    width: 20px;
    height: 1px;
    left: 0px;
    top: 10px;
  }
  #looks .look-combo {
    width: 100%;
  }
  #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: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .set .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  #looks .look-combo .look .set .ph .arrow {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 5;
  }
  #looks .look-combo .look .set .ph .arrow.left {
    left: 10px;
  }
  #looks .look-combo .look .set .ph .arrow.right {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .look-combo .look .set .text {
    width: calc(100% - 20px);
    order: 2;
  }
  #looks .look-combo .look .set .text .credits {
    width: 100%;
  }
  #looks .look-combo .look .set .text .credits h5 {
    color: #000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }
  #looks .look-combo .look .set .text .credits h5:not(:first-child) {
    padding-top: 20px;
  }
  #looks .look-combo .look .set .text .credits > div {
    width: 100%;
  }
  #looks .look-combo .look .set .text .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .look-combo .look .set .text .credits > div.item-d-none dl dd {
    display: none;
  }
  #looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line {
    width: auto;
    display: inline-block;
  }
  #looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line a {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .text .credits > div.item-d-none dl dd.line a:hover {
    opacity: 0.7;
  }
  #looks .look-combo .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;
  }
  #looks .look-combo .look .set .text .credits > div dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .text .credits > div dl dt span {
    color: #000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .text .credits > div dl dt span:not(:first-child)::before {
    content: "_";
    display: inline;
  }
  #looks .look-combo .look .set .text .credits > div dl dt span.price {
    width: 100%;
  }
  #looks .look-combo .look .set .text .credits > div dl dt span.price::after {
    content: " (tax in)";
    display: inline;
  }
  #looks .look-combo .look .set .text .credits > div dl dt span.price::before {
    content: none;
  }
  #looks .look-combo .look .set .text .credits > div dl dd a {
    color: #FFF;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 8px 2px 8px;
    background-color: #000;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .set .text .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  #looks .look-combo .look .set .text .credits > div dl dd span {
    color: #000;
    font-family: "meno-banner-condensed", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .text .credits > div dl dd.line {
    display: none;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
  }
}

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