@charset "UTF-8";
@import url("https://use.typekit.net/ejw5lgw.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: "aktiv-grotesk-condensed", 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 h3 {
  width: 240px;
  height: 152px;
  background-image: url(../images/logo_muse_blk.png);
  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: 50px;
  right: 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: 10px;
}
header .inner ul li.line {
  width: 1.4rem;
  height: 1px;
  background-color: #000;
}
header .inner ul li a {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  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: 0px;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 20px;
}
main #visual.on #invisual {
  opacity: 1;
}
main #visual h2 {
  width: 598px;
  height: 220px;
  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(50% - 110px);
  left: calc(50% - 299px);
  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 #contents {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  position: relative;
}
main #contents .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .line .thumb {
  width: 50%;
}
main #contents .line .quarte {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .line .quarte .thumb {
  width: 50%;
}
main #contents .line2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .line2 .trio {
  width: 25%;
  flex-direction: column;
}
main #contents .line2 .trio .thumb {
  width: 100%;
}
main #contents .line2 .quarte {
  width: 75%;
  flex-wrap: wrap;
}
main #contents .line2 .quarte .thumb {
  width: 50%;
}
main #contents .trio {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: calc(100% - 1px);
  overflow: hidden;
}
main #contents .trio .thumb {
  width: 33.3333333333%;
}
main #contents .quarte {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .quarte .thumb {
  width: 25%;
}
main #contents .thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
main #contents .thumb.on img {
  opacity: 1;
}
main #contents .thumb#t1.on::before {
  opacity: 1;
}
main #contents .thumb#t1::before {
  content: "";
  width: calc(100% - 120px);
  height: calc(100% - 200px);
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 100px;
  left: 60px;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main #contents .thumb#t1::after {
  width: 90px;
  height: 57px;
  background-image: url(../images/logo_muse.png);
  bottom: 20px;
  right: auto;
  left: 20px;
}
main #contents .thumb#t1 img {
  transition-delay: 0.15s;
}
main #contents .thumb#t2 img {
  transition-delay: 0.3s;
}
main #contents .thumb#t3 img {
  transition-delay: 0.45s;
}
main #contents .thumb#t4 img {
  transition-delay: 0.6s;
}
main #contents .thumb#t5 img {
  transition-delay: 0.75s;
}
main #contents .thumb#t6 img {
  transition-delay: 0.9s;
}
main #contents .thumb#t7 img {
  transition-delay: 1.05s;
}
main #contents .thumb#t8 img {
  transition-delay: 1.2s;
}
main #contents .thumb#t9 img {
  transition-delay: 1.35s;
}
main #contents .thumb#t10 img {
  transition-delay: 1.5s;
}
main #contents .thumb#t11 img {
  transition-delay: 1.65s;
}
main #contents .thumb#t12 img {
  transition-delay: 1.8s;
}
main #contents .thumb#t13 img {
  transition-delay: 1.95s;
}
main #contents .thumb#t14 img {
  transition-delay: 2.1s;
}
main #contents .thumb#t15 img {
  transition-delay: 2.25s;
}
main #contents .thumb#t16 img {
  transition-delay: 2.4s;
}
main #contents .thumb#t17 img {
  transition-delay: 2.55s;
}
main #contents .thumb#t18 img {
  transition-delay: 2.7s;
}
main #contents .thumb#t19 img {
  transition-delay: 2.85s;
}
main #contents .thumb#t20 img {
  transition-delay: 3s;
}
main #contents .thumb#t21 img {
  transition-delay: 3.15s;
}
main #contents .thumb#t22 img {
  transition-delay: 3.3s;
}
main #contents .thumb#t23 img {
  transition-delay: 3.45s;
}
main #contents .thumb::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: 10px;
  bottom: 10px;
  z-index: 1;
}
main #contents .thumb img {
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main #contents .other {
  width: 33.3333333333%;
  background-color: #000;
}
main #contents .other .inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
main #contents .other .inner h3 {
  width: 80px;
  margin: 0 0 auto auto;
}
main #contents .other .inner h3 span {
  width: 100%;
  height: 51px;
  background-image: url(../images/logo_muse.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 #contents .other .inner p {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 80px;
}
main #contents .other .inner p:last-child {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin: 0px;
}
main #contents .other .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
main #contents .other .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
main #contents .other .inner ul li a {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}
main #contents .other .inner ul li:hover a {
  color: #666666;
}

#looks {
  width: 50%;
  height: 100vh;
  padding: 60px 0 0 0;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 0;
}
#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: #FFF;
  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: #d4d5d4;
}
#looks .look-combo {
  width: 512px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: revert;
  z-index: 1;
}
#looks .look-combo .look {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look:not(:last-child) {
  margin-bottom: 160px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .set .photo .arrow {
  width: 14px;
  height: 24px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
}
#looks .look-combo .look .set .photo .arrow.left {
  left: 10px;
}
#looks .look-combo .look .set .photo .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .text {
  width: 100%;
  padding: 0px;
  order: 2;
}
#looks .look-combo .look .credits {
  width: 100%;
}
#looks .look-combo .look .credits > div {
  width: 100%;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
  width: auto;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #808080;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
#looks .look-combo .look .credits > div dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span:not(:first-child) {
  padding: 0 0 0 5px;
}
#looks .look-combo .look .credits > div dl.items__credit dd {
  margin: 0px;
}
#looks .look-combo .look .credits > div dl.items__credit dd a {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div dl.items__credit dd a:hover {
  color: #d4d5d4;
  text-decoration: underline;
}
#looks .look-combo .look .credits > div dl.items__credit 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;
  }

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

  #loader h3 {
    width: 120px;
    height: 76px;
  }

  main #contents .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .line .thumb {
    width: 100%;
  }
  main #contents .line .quarte {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #contents .line .quarte .thumb {
    width: 50%;
  }
  main #contents .line2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .line2 .trio {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
  main #contents .line2 .trio .thumb {
    width: 50%;
  }
  main #contents .line2 .quarte {
    width: 100%;
    flex-wrap: wrap;
  }
  main #contents .line2 .quarte .thumb {
    width: 50%;
  }
  main #contents .trio {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .trio .thumb {
    width: 100%;
  }
  main #contents .quarte {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #contents .quarte .thumb {
    width: 50%;
  }
  main #contents .thumb {
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: all 0.5s ease-in;
  }
  main #contents .thumb#t1::before {
    width: calc(100% - 70px);
    height: calc(100% - 120px);
    top: 60px;
    left: 35px;
  }
  main #contents .thumb#t1::after {
    width: 60px;
    height: 38px;
    bottom: 10px;
    left: 10px;
  }
  main #contents .thumb.on {
    opacity: 1;
  }
  main #contents .thumb::after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
  main #contents .other {
    width: 100%;
    background-color: #000;
  }
  main #contents .other .inner {
    width: 100%;
    height: 125vw;
    padding: 20px;
  }
  main #contents .other .inner h3 {
    width: 80px;
    margin: 0 0 auto auto;
  }
  main #contents .other .inner p {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 80px;
  }
  main #contents .other .inner p:last-child {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #contents .other .inner ul {
    margin-bottom: 50px;
  }
  main #contents .other .inner ul li a {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main #contents .other .inner ul li:hover a {
    color: #FFF;
  }

  #looks {
    width: 100%;
    padding: 40px 0 0 0;
  }
  #looks::before {
    width: 100%;
  }
  #looks .close {
    width: 20px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 20px;
    height: 20px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 20px;
    height: 1px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 20px;
    height: 1px;
    left: 0px;
    top: 10px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #FFF;
  }
  #looks .look-combo {
    width: calc(100% - 40px);
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 60px;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #looks .look-combo .look .credits {
    width: 100%;
  }
  #looks .look-combo .look .credits > div {
    width: 100%;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
    width: auto;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a {
    display: none;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
    color: #808080;
  }
  #looks .look-combo .look .credits > div:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  #looks .look-combo .look .credits > div dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span:not(:first-child) {
    padding: 0 0 0 5px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd {
    margin: 0px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a:hover {
    color: #d4d5d4;
    text-decoration: underline;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a.line {
    display: none;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

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