@charset "UTF-8";
@import url("https://use.typekit.net/idp2qxg.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  left: calc(50% - 600px);
  top: 50px;
  opacity: 0.1;
}
#loader .title h1 {
  color: #111;
  font-family: neue-haas-unica, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 1rem;
  order: 1;
}
#loader .title h3 {
  color: #111;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  order: 3;
}
#loader .title::after {
  content: "";
  width: 1px;
  margin: 0 0 0 19px;
  background-color: #111;
  order: 2;
}
#loader .title.t2 {
  z-index: 5;
  opacity: 1;
  clip-path: inset(0% 100% 0% 0%);
}

header {
  width: 100%;
  padding: 50px 20px 0 20px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner .title h1 {
  color: #111;
  font-family: neue-haas-unica, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 1rem;
  order: 1;
}
header .inner .title h3 {
  color: #111;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  order: 3;
}
header .inner .title::after {
  content: "";
  width: 1px;
  margin: 0 0 0 19px;
  background-color: #111;
  order: 2;
}
header .hum {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
header .hum span {
  width: 30px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 5px;
}
header .hum span:nth-child(1) {
  top: 10px;
}
header .hum span:nth-child(2) {
  top: 20px;
}
header .hum span:nth-child(3) {
  bottom: 10px;
}

nav {
  width: 100%;
  height: 100vh;
  padding: 50px 20px 0 20px;
  background-color: #111;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
  clip-path: inset(0% 0% 100% 0%);
  pointer-events: none;
  transition: all 0.35s ease-out;
}
nav.active {
  clip-path: inset(0% 0% 0% 0%);
  pointer-events: auto;
}
nav .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .inner .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
nav .inner .title h1 {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  order: 1;
}
nav .inner .title h3 {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  order: 3;
}
nav .inner .title::after {
  content: "";
  width: 1px;
  margin: 0 0 0 19px;
  background-color: #FFF;
  order: 2;
}
nav .inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav .inner2 dl {
  text-align: left;
}
nav .inner2 dl:not(:last-child) {
  margin-bottom: 90px;
}
nav .inner2 dl dt {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
nav .inner2 dl dt a {
  color: #FFF;
}
nav .inner2 dl dd {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding-left: 25px;
}
nav .inner2 dl dd:not(:last-child) {
  margin-bottom: 10px;
}
nav .inner2 dl dd a {
  color: #FFF;
  text-decoration: underline;
}
nav .inner2 dl dd a:hover {
  color: #999;
}
nav .hum {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
nav .hum span {
  width: 30px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 5px;
}
nav .hum span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
nav .hum span:nth-child(2) {
  bottom: 19px;
  transform: rotate(-45deg);
}
nav .hum:hover span {
  background-color: #CCC;
}

main {
  margin: 0 auto 200px auto;
}

section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
section h4 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.4em;
  letter-spacing: 0.3em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
section .credits .credit {
  padding-bottom: 10px;
  border-bottom: dotted 1px #111;
}
section .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
section .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section .credits .credit dl dt strong {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  display: block;
}
section .credits .credit dl dt strong:first-child {
  padding-bottom: 5px;
}
section .credits .credit dl dt span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 0 0 5px;
}
section .credits .credit dl dt span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
section .credits .credit dl dd {
  width: 60px;
  height: 25px;
  display: block;
}
section .credits .credit dl dd a {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
section .credits .credit dl dd a:not([href]) {
  display: none;
}
section .credits .credit dl dd a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  position: absolute;
  z-index: -2;
  left: 0px;
  top: 0px;
}
section .credits .credit dl dd a::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #999;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: width 0.1s ease-in;
}
section .credits .credit dl dd a:hover::after {
  width: 100%;
}
section#title {
  width: 100%;
  max-width: 1240px;
  padding: 180px 20px 0 20px;
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
section#title .text {
  width: calc(50% - 75px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section#title .text h3 {
  width: 100%;
  max-width: 490px;
  height: calc((50vw - 40px - 75px) * 0.2286);
  max-height: 112px;
  background-image: url(../images/logo_muse.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#title .text h4 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.5em;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.5s;
}
section#title .text h4 strong {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.5em;
}
section#title .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in 2s;
}
section#title .photo {
  width: calc(50% + 20px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#title.active .text h3 {
  opacity: 1;
}
section#title.active .text h4 {
  opacity: 1;
}
section#title.active .text p {
  opacity: 1;
}
section#title.active .photo {
  opacity: 1;
}
section#look1 {
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto 200px auto;
}
section#look1 .photo {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#look1 .photo h4 {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
section#look1 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#look1 .combo .credits {
  width: 32.5%;
}
section#look1 .combo .text {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
  width: 45%;
}
section#look1 .combo .text p:not(:last-child) {
  margin-bottom: 10px;
}
section#look1.active .photo {
  opacity: 1;
}
section#look1.active .combo {
  opacity: 1;
}
section#look2 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
section#look2 .photo {
  width: 56.5%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#look2 .combo {
  width: 37.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#look2 .combo .credits {
  width: 100%;
}
section#look2 .combo .text {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
}
section#look2 .combo .text h5 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.25em;
  text-align: left;
  margin-bottom: 60px;
}
section#look2 .combo .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#look2 .combo .text p:not(:last-child) {
  margin-bottom: 10px;
}
section#look2.active .photo {
  opacity: 1;
}
section#look2.active .combo {
  opacity: 1;
}
section#look3 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
section#look3 .photo {
  width: 56.5%;
  order: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#look3 .combo {
  width: 37.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#look3 .combo .credits {
  width: 100%;
}
section#look3 .combo .text {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
}
section#look3 .combo .text h5 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.25em;
  text-align: left;
  margin-bottom: 60px;
}
section#look3 .combo .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#look3 .combo .text p:not(:last-child) {
  margin-bottom: 10px;
}
section#look3.active .photo {
  opacity: 1;
}
section#look3.active .combo {
  opacity: 1;
}

section#look4 {
  width: 100%;
  max-width: 1200px;
  padding: 0px;
  margin: 0 auto 240px auto;
  position: sticky;
  left: 0px;
  top: -75vh;
}
section#look4 .photo {
  width: 50%;
  margin: 0 auto 45px auto;
  position: relative;
}
section#look4 .photo img {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#look4 .photo h4 {
  position: absolute;
  right: -120px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
section#look4 .combo {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
section#look4 .combo .credits {
  width: 53.5%;
}
section#look4 .combo .text {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
  width: 100%;
  margin-bottom: 45px;
}
section#look4 .combo .text p:not(:last-child) {
  margin-bottom: 10px;
}
section#look4.active .photo img, section#look4.active .photo h4 {
  opacity: 1;
}
section#look4.active .combo {
  opacity: 1;
}

section#look5 {
  width: 100%;
  padding: 120px 5% 0 5%;
  background-color: #FFF;
  position: sticky;
  z-index: 5;
}
section#look5 .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section#look5 .inner .set {
  width: 33.333%;
  padding: 0 7px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
section#look5 .inner .set .photo {
  width: 100%;
  margin-bottom: 40px;
}
section#look5 .inner .set .text {
  margin-bottom: 25px;
}
section#look5 .inner .set .text h5 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
}
section#look5 .inner .set .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
}
section#look5 .inner .set .text p:not(:last-child) {
  margin-bottom: 10px;
}
section#look5 .inner .set .combo {
  width: 100%;
  margin-top: auto;
  align-self: flex-end;
}
section#look5 .inner .set:nth-child(1) {
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
section#look5 .inner .set:nth-child(2) {
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
section#look5 .inner .set:nth-child(3) {
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
section#look5 .inner .set:nth-child(4) {
  opacity: 0;
  transition: opacity 0.25s ease-in 1.5s;
}
section#look5 .inner .set:nth-child(5) {
  opacity: 0;
  transition: opacity 0.25s ease-in 1.5s;
}
section#look5 .inner .set:nth-child(6) {
  opacity: 0;
  transition: opacity 0.25s ease-in 1.5s;
}
section#look5.active .inner .set {
  opacity: 1;
}

section#look6 {
  width: 100%;
  padding: 120px 0;
  background-color: #FFF;
  border-bottom: dotted 1px #111;
  position: sticky;
  z-index: 5;
}
section#look6 p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
section#look6 p.sp {
  display: none;
}
section#look6 p:not(:last-child) {
  margin-bottom: 10px;
}

section#look7 {
  width: 100%;
  padding: 120px 0;
  background-color: #FFF;
  border-bottom: dotted 1px #111;
  position: sticky;
  z-index: 5;
}
section#look7 .inner {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section#look7 .inner .photo {
  width: 300px;
  height: 380px;
  background-color: #CCC;
}
section#look7 .inner .text {
  text-align: left;
  width: 400px;
}
section#look7 .inner .text h2 {
  width: 200px;
  height: 46px;
  background-image: url(../images/logo_muse.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 45px;
}
section#look7 .inner .text h5 {
  color: #111;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
section#look7 .inner .text h5 br {
  display: none;
}
section#look7 .inner .text dl dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
section#look7 .inner .text dl dt span {
  font-size: 1.2rem;
}
section#look7 .inner .text dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
section#look7 .inner .text dl dd:not(:last-child) {
  margin-bottom: 20px;
}

footer {
  width: 100%;
  padding: 120px 5%;
  background-color: #FFF;
  box-sizing: border-box;
  position: sticky;
  z-index: 5;
}
footer .inner {
  text-align: left;
  width: 100%;
  padding: 0px;
}
footer .inner ul {
  margin: 0 0 25px 0;
}
footer .inner ul li {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 0px 0;
}
footer .inner ul li span {
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
}
footer .inner p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
footer .inner p:not(:last-child) {
  margin-bottom: 45px;
}
footer .pgtop {
  width: 135px;
  height: 35px;
  position: absolute;
  right: 5%;
  bottom: 120px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-color: #111;
  background-image: url(../images/text_pgtop.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105px 18px;
  transition: all 0.25s ease-in;
}
footer .pgtop a:hover {
  background-color: #999;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 75);
  }

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

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

  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;
  }

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader .title {
    position: absolute;
    left: 13px;
    top: 19px;
    opacity: 0.1;
  }
  #loader .title h1 {
    color: #111;
    font-family: neue-haas-unica, sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.3rem;
    letter-spacing: 0em;
    padding: 3px;
  }
  #loader .title h3 {
    color: #111;
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-left: 14px;
  }
  #loader .title::after {
    margin-left: 13px;
  }
  #loader .title.t2 {
    z-index: 5;
    opacity: 1;
    clip-path: inset(0% 100% 0% 0%);
  }

  header {
    width: 100%;
    padding: 13px 13px 0 13px;
    box-sizing: border-box;
  }
  header .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .title h1 {
    color: #111;
    font-family: neue-haas-unica, sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.3rem;
    letter-spacing: 0em;
    padding: 3px;
  }
  header .inner .title h3 {
    color: #111;
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-left: 14px;
  }
  header .inner .title::after {
    margin-left: 13px;
  }
  header .hum {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  header .hum span {
    width: 30px;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 5px;
  }
  header .hum span:nth-child(1) {
    top: 10px;
  }
  header .hum span:nth-child(2) {
    top: 20px;
  }
  header .hum span:nth-child(3) {
    bottom: 10px;
  }

  nav {
    width: 100%;
    height: 100vh;
    padding: 13px 13px 0 13px;
    background-color: #111;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    box-sizing: border-box;
    clip-path: inset(0% 0% 100% 0%);
    -webkit-clip-path: inset(0% 0% 100% 0%);
    pointer-events: none;
    transition: all 0.35s ease-out;
  }
  nav.active {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    pointer-events: auto;
  }
  nav .inner {
    max-width: 100%;
    margin: 0 auto 45px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  nav .inner .title h1 {
    color: #FFF;
    font-family: neue-haas-unica, sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  nav .inner .title h3 {
    color: #FFF;
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-left: 14px;
  }
  nav .inner .title::after {
    margin-left: 13px;
  }
  nav .inner2 {
    max-width: 100%;
    margin: 0 auto;
  }
  nav .inner2 dl {
    text-align: left;
  }
  nav .inner2 dl:not(:last-child) {
    margin-bottom: 40px;
  }
  nav .inner2 dl dt {
    color: #FFF;
    font-family: neue-haas-unica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  nav .inner2 dl dd {
    color: #FFF;
    font-family: neue-haas-unica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-left: 10px;
  }
  nav .inner2 dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  nav .inner2 dl dd a {
    color: #FFF;
    text-decoration: underline;
  }
  nav .inner2 dl dd a:hover {
    color: #999;
  }
  nav .hum {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  nav .hum span {
    width: 30px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 5px;
  }
  nav .hum span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  nav .hum span:nth-child(2) {
    bottom: 19px;
    transform: rotate(-45deg);
  }
  nav .hum:hover span {
    background-color: #CCC;
  }

  main {
    margin: 0 auto 135px auto;
  }

  section {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  section h4 {
    color: #111;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  section .credits .credit {
    padding-bottom: 10px;
    border-bottom: dotted 1px #111;
  }
  section .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  section .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  section .credits .credit dl dt strong {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0em;
    display: block;
  }
  section .credits .credit dl dt strong:first-child {
    padding-bottom: 5px;
  }
  section .credits .credit dl dt span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section .credits .credit dl dt span:not(.nc)::after {
    content: "(TAX IN)";
    padding: 0 0 0 5px;
  }
  section .credits .credit dl dd {
    width: 60px;
    height: 25px;
    display: block;
  }
  section .credits .credit dl dd a {
    color: #FFF;
    font-family: neue-haas-unica, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    position: relative;
  }
  section .credits .credit dl dd a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #111;
    position: absolute;
    z-index: -2;
    left: 0px;
    top: 0px;
  }
  section .credits .credit dl dd a::after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #999;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    transition: width 0.1s ease-in;
  }
  section .credits .credit dl dd a:hover::after {
    width: 100%;
  }
  section#title {
    max-width: 100%;
    padding: 82px 13px 0 13px;
    margin: 0 auto 70px auto;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  section#title .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  section#title .text h3 {
    width: 283px;
    height: 65px;
    position: absolute;
    left: 13px;
    top: 60px;
  }
  section#title .text h4 {
    position: absolute;
    left: calc(50% + 75px);
    top: 165px;
  }
  section#title .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 13px;
  }
  section#title .photo {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
    order: 1;
  }
  section#look1 {
    max-width: 100%;
    padding: 0px;
    margin: 0 auto 100px auto;
  }
  section#look1 .photo {
    margin-bottom: 26px;
  }
  section#look1 .photo h4 {
    position: absolute;
    right: 10%;
    bottom: 10%;
  }
  section#look1 .combo {
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#look1 .combo .credits {
    width: 100%;
    order: 2;
  }
  section#look1 .combo .text {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
    width: 100%;
    order: 1;
    margin-bottom: 45px;
  }
  section#look1 .combo .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  section#look2 {
    max-width: 100%;
    padding: 0 13px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  section#look2 .photo {
    width: 100%;
    margin-bottom: 27px;
  }
  section#look2 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  section#look2 .combo .credits {
    width: 100%;
  }
  section#look2 .combo .text {
    text-align: left;
    width: 100%;
    margin-bottom: 45px;
  }
  section#look2 .combo .text h5 {
    color: #111;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
    margin-bottom: 27px;
  }
  section#look2 .combo .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#look2 .combo .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  section#look3 {
    max-width: 100%;
    padding: 0 11px 0 43px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  section#look3 .photo {
    width: 100%;
    margin-bottom: 27px;
    order: 1;
  }
  section#look3 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    order: 2;
  }
  section#look3 .combo .credits {
    width: 100%;
  }
  section#look3 .combo .text {
    text-align: left;
    width: 100%;
    margin-bottom: 45px;
  }
  section#look3 .combo .text h5 {
    color: #111;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
    text-align: left;
    margin-bottom: 27px;
  }
  section#look3 .combo .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#look3 .combo .text p:not(:last-child) {
    margin-bottom: 10px;
  }

  section#look4 {
    max-width: 100%;
    padding: 0 45px 0 13px;
    margin: 0 auto 60px auto;
    position: sticky;
    left: 0px;
    top: -25vh;
    box-sizing: border-box;
  }
  section#look4 .photo {
    width: 100%;
    padding: 0 49px 0 0;
    margin: 0 auto 25px auto;
    position: relative;
  }
  section#look4 .photo h4 {
    white-space: nowrap;
    position: absolute;
    right: 0px;
    top: 15px;
  }
  section#look4 .combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 5;
  }
  section#look4 .combo .credits {
    width: 100%;
    padding-right: 30px;
  }
  section#look4 .combo .text {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
    width: 100%;
    padding-right: 49px;
    margin-bottom: 45px;
  }
  section#look4 .combo .text p:not(:last-child) {
    margin-bottom: 10px;
  }

  section#look5 {
    width: 100%;
    padding: 0px;
    background-color: #FFF;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
  }
  section#look5 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#look5 .inner .set {
    width: 100%;
    padding: 35px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: sticky;
    left: 0px;
    top: -50vh;
  }
  section#look5 .inner .set:last-child {
    padding-bottom: 0px;
  }
  section#look5 .inner .set .photo {
    width: 100%;
    margin-bottom: 34px;
  }
  section#look5 .inner .set .text {
    margin-bottom: 25px;
  }
  section#look5 .inner .set .text h5 {
    color: #111;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 25px;
  }
  section#look5 .inner .set .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0em;
  }
  section#look5 .inner .set .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  section#look5 .inner .set .combo {
    width: 100%;
    margin-top: auto;
    align-self: flex-end;
  }
  section#look5 .inner .set:nth-child(1) {
    opacity: 1;
    z-index: 1;
  }
  section#look5 .inner .set:nth-child(2) {
    opacity: 1;
    z-index: 2;
  }
  section#look5 .inner .set:nth-child(3) {
    opacity: 1;
    z-index: 3;
  }
  section#look5 .inner .set:nth-child(4) {
    opacity: 1;
    z-index: 4;
  }
  section#look5 .inner .set:nth-child(5) {
    opacity: 1;
    z-index: 5;
  }
  section#look5 .inner .set:nth-child(6) {
    opacity: 1;
    z-index: 6;
  }

  section#look6 {
    width: 100%;
    padding: 100px 0;
    background-color: #FFF;
    border-bottom: dotted 1px #111;
    position: sticky;
    z-index: 5;
  }
  section#look6 p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0em;
  }
  section#look6 p.pc {
    display: none;
  }
  section#look6 p.sp {
    display: block;
  }
  section#look6 p:not(:last-child) {
    margin-bottom: 10px;
  }

  section#look7 {
    width: 100%;
    padding: 85px 0;
    background-color: #FFF;
    border-bottom: dotted 1px #111;
    position: sticky;
    z-index: 5;
    box-sizing: border-box;
  }
  section#look7 .inner {
    width: 200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#look7 .inner .photo {
    width: 100%;
    height: 250px;
    background-color: #CCC;
    margin-bottom: 26px;
  }
  section#look7 .inner .text {
    text-align: left;
    width: 100%;
  }
  section#look7 .inner .text h2 {
    width: 108px;
    height: 25px;
    background-image: url(../images/logo_muse.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 25px;
  }
  section#look7 .inner .text h5 {
    color: #111;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  section#look7 .inner .text h5 br {
    display: block;
  }
  section#look7 .inner .text dl dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  section#look7 .inner .text dl dt span {
    font-size: 2.4rem;
  }
  section#look7 .inner .text dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0em;
  }
  section#look7 .inner .text dl dd:not(:last-child) {
    margin-bottom: 20px;
  }

  footer {
    width: 100%;
    padding: 38px 18px;
    background-color: #FFF;
    box-sizing: border-box;
    position: sticky;
    z-index: 5;
  }
  footer .inner {
    text-align: left;
    width: 100%;
    padding: 0px;
  }
  footer .inner ul {
    margin: 0 0 25px 0;
  }
  footer .inner ul li {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0em;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 0px 0;
  }
  footer .inner ul li span {
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
  }
  footer .inner p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  footer .inner p:not(:last-child) {
    margin-bottom: 45px;
  }
  footer .pgtop {
    width: 100px;
    height: 20px;
    right: 10px;
    bottom: 35px;
  }
  footer .pgtop a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 14px;
  }
}

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