@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: "source-han-sans-japanese", sans-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 0.5s ease-in 0s;
}
#loader .photos {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#loader .photos.on > div > div.p1, #loader .photos.on > div > div.p2, #loader .photos.on > div > div.p3 {
  opacity: 1;
}
#loader .photos.on.second > div > div.p4, #loader .photos.on.second > div > div.p5, #loader .photos.on.second > div > div.p6 {
  opacity: 1;
}
#loader .photos > div {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
}
#loader .photos > div > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
#loader .photos > div > div img {
  display: none;
}
#loader .photos > div > div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#loader .photos > div > div.p1 {
  background-image: url(../images/opening1.jpg);
  transition: all 0.35s ease-in 0s;
}
#loader .photos > div > div.p2 {
  background-image: url(../images/opening2.jpg);
  transition: all 0.35s ease-in 0.5s;
}
#loader .photos > div > div.p3 {
  background-image: url(../images/opening3.jpg);
  transition: all 0.35s ease-in 1s;
}
#loader .photos > div > div.p4 {
  background-image: url(../images/opening4.jpg);
  transition: all 0.35s ease-in 0s;
}
#loader .photos > div > div.p5 {
  background-image: url(../images/opening5.jpg);
  transition: all 0.35s ease-in 0.5s;
}
#loader .photos > div > div.p6 {
  background-image: url(../images/opening6.jpg);
  transition: all 0.35s ease-in 1s;
}
#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: #000;
  font-family: "quasimoda", sans-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;
}

main {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 0 50px 0;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  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: 880px;
  margin: 0 auto;
  transition: opacity 0.35s ease-in 0s;
  opacity: 0;
}
main #visual #invisual .photo {
  position: relative;
}
main #lead {
  width: 880px;
  margin: 0 auto;
  transition: opacity 0.5s ease-in;
  position: relative;
  opacity: 1;
}
main #lead.on {
  opacity: 1;
}
main #lead .text {
  text-align: left;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #lead .text .jp {
  width: calc(100% - 380px);
  margin-bottom: 70px;
}
main #lead .text .jp p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main #lead .text .jp p:not(:last-child) {
  margin-bottom: 20px;
}
main #lead .text .en {
  width: calc(100% - 380px);
}
main #lead .text .en p {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main #lead .text .en p:not(:last-child) {
  margin-bottom: 20px;
}
main #lead .photo {
  width: 100%;
}
main #contents {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  position: relative;
}
main #contents .sec {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .sec .inner {
  width: 880px;
  position: sticky;
  top: 0px;
}
main #contents .sec .inner#sc1 h4 {
  background-image: url(../images/name_scene1.png);
  width: 618px;
  height: 183px;
  top: calc(50vh - 91px);
  left: calc(50% - 309px);
}
main #contents .sec .inner#sc2 h4 {
  background-image: url(../images/name_scene2.png);
  width: 670px;
  height: 77px;
  top: calc(50vh - 39px);
  left: calc(50% - 335px);
}
main #contents .sec .inner#sc3 h4 {
  background-image: url(../images/name_scene3.png);
  width: 581px;
  height: 77px;
  top: calc(50vh - 39px);
  left: calc(50% - 290px);
}
main #contents .sec .inner#sc4 h4 {
  background-image: url(../images/name_scene4.png);
  width: 477px;
  height: 74px;
  top: calc(50vh - 37px);
  left: calc(50% - 238px);
}
main #contents .sec .inner.on h4 {
  opacity: 1;
}
main #contents .sec .inner.on.hide h4 {
  opacity: 0;
}
main #contents .sec .inner 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: absolute;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #contents .sec .looks {
  width: 600px;
  padding-bottom: 120px;
  position: sticky;
  z-index: 1;
}
main #contents .sec .looks .look {
  width: 100%;
  position: relative;
  cursor: pointer;
}
main #contents .sec .looks .look:not(:last-child) {
  margin-bottom: 60px;
}
main #contents .sec .looks .look.on .ph .btn {
  transform: rotate(135deg);
}
main #contents .sec .looks .look.on .credits {
  opacity: 1;
  pointer-events: auto;
}
main #contents .sec .looks .look .ph {
  width: 100%;
  position: relative;
}
main #contents .sec .looks .look .ph::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: block;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
main #contents .sec .looks .look .ph .btn {
  content: "";
  width: 40px;
  height: 40px;
  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;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 15;
  transition: all 0.2s ease-out;
}
main #contents .sec .looks .look .ph .btn:hover {
  transform: scale(1.05);
  filter: brightness(0);
}
main #contents .sec .looks .look .ph .ar {
  width: 30px;
  height: 32px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 16px);
  z-index: 20;
  transition: all 0.2s ease-in;
}
main #contents .sec .looks .look .ph .ar:hover {
  filter: brightness(0);
}
main #contents .sec .looks .look .ph .ar.prev {
  left: 10px;
}
main #contents .sec .looks .look .ph .ar.next {
  right: 10px;
  transform: rotate(180deg);
}
main #contents .sec .looks .look .credits {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
  pointer-events: none;
}
main #contents .sec .looks .look .credits > div {
  width: 100%;
}
main #contents .sec .looks .look .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main #contents .sec .looks .look .credits .item-d-none dl dd.items__buy a {
  display: none;
}
main #contents .sec .looks .look .credits .item-d-none dl dd.items__buy a.line {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #contents .sec .looks .look .credits dl {
  width: 65%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #contents .sec .looks .look .credits dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .sec .looks .look .credits dl dt.noprice::before {
  content: none;
}
main #contents .sec .looks .look .credits dl dt::before {
  content: "-";
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
  order: 3;
}
main #contents .sec .looks .look .credits dl dt strong {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec .looks .look .credits dl dt strong:not(:first-child) {
  margin-left: 5px;
}
main #contents .sec .looks .look .credits dl dt strong:nth-child(1) {
  order: 1;
}
main #contents .sec .looks .look .credits dl dt strong:nth-child(2) {
  order: 2;
}
main #contents .sec .looks .look .credits dl dt strong:nth-child(3) {
  order: 4;
}
main #contents .sec .looks .look .credits dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .sec .looks .look .credits dl dd span {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main #contents .sec .looks .look .credits dl dd.items__buy {
  width: 70px;
  margin: 0px;
}
main #contents .sec .looks .look .credits dl dd.items__buy a {
  width: 100%;
  height: 16px;
  border: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main #contents .sec .looks .look .credits dl dd.items__buy a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
main #contents .sec .looks .look .credits dl dd.items__buy a:hover span {
  color: #FFF;
}
main #contents .sec .looks .look .credits dl dd.items__buy a span {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transition: all 0.15s ease-in;
}
main #contents .sec .looks .look .credits dl dd.items__buy a.line {
  display: none;
}
main #contents .sec .looks .look .credits dl dd.linelink {
  display: none;
}

footer {
  width: 880px;
  padding: 0 0 60px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .pgtop a {
  color: #000;
  font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: #000;
  font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #000;
  font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #666666;
}
footer .inner .pgtop {
  display: none;
}
footer .inner p {
  color: #000;
  font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

/* ----------------------------------------------- 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;
    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 0.5s ease-in 0s;
  }
  #loader .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #loader .photos.on > div > div.p1, #loader .photos.on > div > div.p2, #loader .photos.on > div > div.p3, #loader .photos.on > div > div.p4, #loader .photos.on > div > div.p5, #loader .photos.on > div > div.p6 {
    opacity: 1;
  }
  #loader .photos > div {
    width: 100%;
    position: relative;
  }
  #loader .photos > div.set2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  #loader .photos > div.set3 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  #loader .photos > div > div {
    width: 100%;
    opacity: 0;
  }
  #loader .photos > div > div.p1 {
    background-image: url(../images/opening1.jpg);
    transition: all 0.35s ease-in 0s;
  }
  #loader .photos > div > div.p2 {
    background-image: url(../images/opening3.jpg);
    transition: all 0.35s ease-in 1s;
  }
  #loader .photos > div > div.p3 {
    background-image: url(../images/opening5.jpg);
    transition: all 0.35s ease-in 2s;
  }
  #loader .photos > div > div.p4 {
    background-image: url(../images/opening2.jpg);
    transition: all 0.35s ease-in 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  #loader .photos > div > div.p5 {
    background-image: url(../images/opening4.jpg);
    transition: all 0.35s ease-in 1.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  #loader .photos > div > div.p6 {
    background-image: url(../images/opening6.jpg);
    transition: all 0.35s ease-in 2.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  #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: absolute;
    top: 10px;
    left: 10px;
  }
  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: 10px;
  }
  header .inner ul li a {
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #FFF;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 50px 0;
    position: relative;
    box-sizing: border-box;
  }
  main #visual {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main #visual.on #invisual {
    opacity: 1;
  }
  main #visual h2 {
    width: 294px;
    height: 109px;
    top: calc(50% - 55px);
    left: calc(50% - 147px);
  }
  main #visual #invisual {
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
  }
  main #visual #invisual .photo {
    position: relative;
    left: calc(50% - 33.33333vh);
  }
  main #visual #invisual .photo img {
    width: auto;
    height: 100vh;
  }
  main #lead {
    width: 100%;
    margin: 0 auto;
    transition: opacity 0.5s ease-in;
    position: relative;
    opacity: 1;
  }
  main #lead.on {
    opacity: 1;
  }
  main #lead .text {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 40px 0;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #lead .text .jp {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
  main #lead .text .jp p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #lead .text .jp p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #lead .text .jp p br {
    display: none;
  }
  main #lead .text .en {
    width: calc(100% - 80px);
  }
  main #lead .text .en p {
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #lead .text .en p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #lead .text .en p br {
    display: none;
  }
  main #lead .photo {
    width: 100%;
    height: 100%;
    background-image: url(../images/lead.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main #lead .photo img {
    display: none;
  }
  main #contents {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    position: relative;
  }
  main #contents .sec {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .sec .inner {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0px;
    overflow: hidden;
  }
  main #contents .sec .inner#sc1 h4 {
    width: 245px;
    height: 73px;
    top: calc(50vh - 37px);
    left: calc(50% - 123px);
  }
  main #contents .sec .inner#sc2 h4 {
    width: 268px;
    height: 31px;
    top: calc(50vh - 16px);
    left: calc(50% - 134px);
  }
  main #contents .sec .inner#sc3 h4 {
    width: 232px;
    height: 31px;
    top: calc(50vh - 16px);
    left: calc(50% - 116px);
  }
  main #contents .sec .inner#sc4 h4 {
    width: 191px;
    height: 30px;
    top: calc(50vh - 15px);
    left: calc(50% - 96px);
  }
  main #contents .sec .inner img {
    width: auto;
    height: 100vh;
    position: relative;
    left: calc(50% - 33.33333vh);
  }
  main #contents .sec .looks {
    width: calc(100% - 40px);
    padding-bottom: 40px;
  }
  main #contents .sec .looks .look {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  main #contents .sec .looks .look:not(:last-child) {
    margin-bottom: 40px;
  }
  main #contents .sec .looks .look.on .ph .btn {
    transform: rotate(135deg);
  }
  main #contents .sec .looks .look .ph {
    width: 100%;
    position: relative;
  }
  main #contents .sec .looks .look .ph::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
  }
  main #contents .sec .looks .look .ph .btn {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  main #contents .sec .looks .look .ph .btn:hover {
    transform: none;
    filter: none;
  }
  main #contents .sec .looks .look .ph .ar {
    width: 20px;
    height: 21px;
    top: calc(50% - 10px);
    z-index: 10;
  }
  main #contents .sec .looks .look .ph .ar:hover {
    filter: brightness(1);
  }
  main #contents .sec .looks .look .ph .ar.prev {
    left: 10px;
  }
  main #contents .sec .looks .look .ph .ar.next {
    right: 10px;
    transform: rotate(180deg);
  }
  main #contents .sec .looks .look .credits {
    padding: 10px 10px 50px 10px;
  }
  main #contents .sec .looks .look .credits > div {
    width: 100%;
  }
  main #contents .sec .looks .look .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .sec .looks .look .credits dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #contents .sec .looks .look .credits dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .sec .looks .look .credits dl dt::before {
    content: "-";
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
    order: 3;
  }
  main #contents .sec .looks .look .credits dl dt strong {
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .sec .looks .look .credits dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  main #contents .sec .looks .look .credits dl dt strong:nth-child(1) {
    order: 1;
  }
  main #contents .sec .looks .look .credits dl dt strong:nth-child(2) {
    order: 2;
  }
  main #contents .sec .looks .look .credits dl dt strong:nth-child(3) {
    order: 4;
  }
  main #contents .sec .looks .look .credits dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .sec .looks .look .credits dl dd span {
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main #contents .sec .looks .look .credits dl dd.items__buy {
    width: 50px;
  }
  main #contents .sec .looks .look .credits dl dd.items__buy a {
    width: 100%;
    height: 16px;
  }
  main #contents .sec .looks .look .credits dl dd.items__buy a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  main #contents .sec .looks .look .credits dl dd.items__buy a:hover span {
    color: #FFF;
  }
  main #contents .sec .looks .look .credits dl dd.items__buy a span {
    color: #FFF;
    font-family: "quasimoda", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
    transition: all 0.15s ease-in;
  }
  main #contents .sec .looks .look .credits dl dd.linelink {
    display: none;
  }

  footer {
    width: 100%;
    padding: 0 0 60px 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .pgtop {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 1;
  }
  footer .pgtop a {
    color: #000;
    font-family: "quasimoda", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    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 {
    width: calc(100% - 40px);
  }
  footer .inner ul {
    margin-bottom: 20px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "quasimoda", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li span {
    color: #000;
    font-family: "quasimoda", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #000;
  }
  footer .inner p {
    color: #000;
    font-family: "quasimoda", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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