@import url("https://use.typekit.net/rus3rqf.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@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: open-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 300px;
  height: 94px;
  background-image: url(../images/logo.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: #E5E9ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

.hum {
  width: 40px;
  height: 11px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.hum:hover {
  opacity: 0.8;
}
.hum.on span {
  background-color: #FFF;
}
.hum.on span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hum.on span:nth-child(2) {
  top: 5px;
  transform: rotate(-45deg);
}
.hum span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.2s ease-in 0s;
}
.hum span:nth-child(1) {
  top: 0px;
}
.hum span:nth-child(2) {
  top: 10px;
}

nav {
  width: 31.25%;
  height: 100%;
  padding: 200px 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 7777;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: all 0.2s ease-in 0s;
}
nav.on {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
nav ul li a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav ul li a:hover {
  color: #E5E9ED;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits > div.item-d-none dl dd {
  display: none;
}
main section .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits > div dl dt span {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .credits > div dl dt span:not(:first-child) {
  margin-left: 5px;
}
main section .credits > div dl dd {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-left: 10px;
}
main section .credits > div dl dd a {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 0 5px;
  transition: all 0.1s ease-in;
}
main section .credits > div dl dd a:hover {
  color: #AA5A57;
}
main section#visual {
  width: 100%;
  position: relative;
}
main section#visual.on h1 {
  opacity: 1;
}
main section#visual.on .photo {
  opacity: 1;
}
main section#visual h1 {
  width: 300px;
  height: 94px;
  background-image: url(../images/logo.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% - 47px);
  left: calc(50% + 0px);
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#visual .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main section#lead {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}
main section#lead.on > div.text {
  opacity: 1;
}
main section#lead.on > div.photo {
  opacity: 1;
}
main section#lead > div.text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#lead > div.text h3 {
  width: 228px;
  height: 20px;
  background-image: url(../images/lead_body.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: 50px;
}
main section#lead > div.text p {
  width: 395px;
  height: 215px;
  background-image: url(../images/lead_text.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 section#lead > div.photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main section#mylook {
  width: 100%;
}
main section#mylook .photo {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main section#mylook .photo.on {
  opacity: 1;
}
main section#mylook .photo:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .photo.single {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#mylook .photo.single > div {
  width: 50%;
}
main section#mylook .photo.trio {
  width: 100%;
}
main section#mylook .photo.trio.on .spswiper .swiper-wrapper .swiper-slide {
  opacity: 1;
}
main section#mylook .photo.trio .spswiper {
  width: 100%;
}
main section#mylook .photo.trio .spswiper .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#mylook .photo.trio .spswiper .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .photo.trio .spswiper .swiper-wrapper .swiper-slide:nth-child(1) {
  transition-delay: 0.25s;
}
main section#mylook .photo.trio .spswiper .swiper-wrapper .swiper-slide:nth-child(2) {
  transition-delay: 0.55s;
}
main section#mylook .photo.trio .spswiper .swiper-wrapper .swiper-slide:nth-child(3) {
  transition-delay: 0.85s;
}
main section#mylook .photo.lphoto {
  width: 100%;
}
main section#mylook .photo.lphoto > div {
  width: calc(100% - 200px);
}
main section#mylook .photo.pair {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main section#mylook .photo.pair.on > div {
  opacity: 1;
}
main section#mylook .photo.pair > div {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .photo.pair > div:nth-child(1) {
  transition-delay: 0.25s;
}
main section#mylook .photo.pair > div:nth-child(2) {
  transition-delay: 0.55s;
}
main section#mylook .photo.full {
  width: 100%;
}
main section#mylook .photo.full > div {
  width: 100%;
}
main section#mylook .block {
  width: 100%;
}
main section#mylook .block:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block .look {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .block .look.on {
  opacity: 1;
}
main section#mylook .block .set {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .block .set.on {
  opacity: 1;
}
main section#mylook .block .diary {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .block .diary.on {
  opacity: 1;
}
main section#mylook .block .thumb {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#mylook .block .thumb.on {
  opacity: 1;
}
main section#mylook .block#blk1 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk1 .look.lk1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
main section#mylook .block#blk1 .look.lk1 .photo {
  width: 53.333%;
}
main section#mylook .block#blk1 .look.lk1 .photo:not(:last-child) {
  margin-bottom: 0px;
}
main section#mylook .block#blk1 .look.lk1 .deco {
  width: 37.5%;
  position: absolute;
  top: 70px;
  right: 0px;
}
main section#mylook .block#blk1 .look.lk1 .credits {
  margin-left: 20px;
}
main section#mylook .block#blk1 .diary {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#mylook .block#blk1 .diary:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk1 .diary p {
  width: 298px;
  height: 96px;
  background-image: url(../images/text_diary1.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 section#mylook .block#blk1 .diary > div {
  width: 25%;
  margin-left: 130px;
}
main section#mylook .block#blk2 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk2 .look.lk2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk2 .look.lk2 .set {
  width: 53.333%;
}
main section#mylook .block#blk2 .look.lk2 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk2 .look.lk2 .set .credits {
  transform: translateX(40px);
}
main section#mylook .block#blk2 .look.lk2 .diary {
  width: 37.5%;
  padding-top: 140px;
  position: relative;
}
main section#mylook .block#blk2 .look.lk2 .diary p {
  width: 330px;
  height: 97px;
  background-image: url(../images/text_diary2.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: 255px;
}
main section#mylook .block#blk2 .look.lk2 .diary .ph {
  width: 100%;
}
main section#mylook .block#blk3 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk3 .look.lk3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk3 .look.lk3 .set {
  width: 50%;
}
main section#mylook .block#blk3 .look.lk3 .set:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk3 .look.lk3 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk3 .look.lk3 .set .credits {
  width: 100%;
}
main section#mylook .block#blk4 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk4 .look.lk4 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk4 .look.lk4 .photos {
  width: 37.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk4 .look.lk4 .photos > div:nth-child(1) {
  width: 100%;
  margin-bottom: 275px;
}
main section#mylook .block#blk4 .look.lk4 .photos > div:nth-child(2) {
  width: calc(100% - 150px);
  position: relative;
  transform: translateX(100px);
}
main section#mylook .block#blk4 .look.lk4 .set {
  width: 53.333%;
}
main section#mylook .block#blk4 .look.lk4 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk4 .look.lk4 .set .credits {
  width: 100%;
}
main section#mylook .block#blk4 .look.lk4 .sp {
  display: none;
}
main section#mylook .block#blk5 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk5 .look.lk5 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk5 .look.lk5 .diary {
  width: 53.333%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk5 .look.lk5 .diary p {
  width: 272px;
  height: 125px;
  background-image: url(../images/text_diary3.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: 120px;
}
main section#mylook .block#blk5 .look.lk5 .diary > div {
  width: 100%;
}
main section#mylook .block#blk5 .look.lk5 .set {
  width: 37.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#mylook .block#blk5 .look.lk5 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk5 .look.lk5 .set .credits {
  width: 100%;
  margin-bottom: 160px;
}
main section#mylook .block#blk5 .look.lk5 .set .deco {
  width: 64%;
}
main section#mylook .block#blk6 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk6 .look.lk6 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk6 .look.lk6 .set {
  width: 50%;
}
main section#mylook .block#blk6 .look.lk6 .set:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk6 .look.lk6 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk6 .look.lk6 .set .credits {
  width: 100%;
}
main section#mylook .block#blk7 .look:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk7 .look.lk7 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk7 .look.lk7 .photo.pair:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk7 .look.lk7 .credits {
  width: calc(100% - 80px);
  position: relative;
}
main section#mylook .block#blk7 .look.lk7 .credits:not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk7 .look.lk7 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk7 .look.lk7 .set .combo {
  width: 51.666%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#mylook .block#blk7 .look.lk7 .set .combo > div .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(1) {
  width: 72.58%;
  margin-bottom: 55px;
}
main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(2) {
  width: 64.5%;
  margin-right: auto;
}
main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(2) .credits {
  transform: translateX(40px);
  position: relative;
}
main section#mylook .block#blk7 .look.lk7 .set .combo > div.diary {
  display: none;
}
main section#mylook .block#blk7 .look.lk7 .set .diary {
  width: 37.5%;
  padding-top: 110px;
}
main section#mylook .block#blk7 .look.lk7 .set .diary p {
  width: 237px;
  height: 180px;
  background-image: url(../images/text_diary4.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: 170px;
}
main section#mylook .block#blk7 .look.lk7 .set .diary div {
  width: 100%;
}
main section#mylook .block#blk8 .diary {
  margin-bottom: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#mylook .block#blk8 .diary p {
  width: 234px;
  height: 13px;
  background-image: url(../images/text_diary5.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 section#mylook .block#blk8 .photo.single {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk8 .photo.single > div:not(.credits) {
  margin-bottom: 20px;
}
main section#mylook .block#blk8 .photo.single > div.credits {
  width: 50%;
}
main section#mylook .block#blk8 .photo.full:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk8 .credits {
  width: calc(100% - 80px);
  margin: 0 auto;
}
main section#mylook .block#blk9 {
  padding: 200px 0;
  background-color: #FFF;
}
main section#mylook .block#blk9 h3 {
  width: 135px;
  height: 35px;
  background-image: url(../images/title_looks.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: 0 auto 150px auto;
}
main section#mylook .block#blk9 .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#mylook .block#blk9 .inner .thumb {
  width: calc((100% - 30px) / 3);
}
main section#mylook .block#blk9 .inner .thumb:not(:nth-child(3n+1)) {
  margin-left: 15px;
}
main section#mylook .block#blk9 .inner .thumb:not(:nth-child(n+7)) {
  margin-bottom: 50px;
}
main section#mylook .block#blk9 .inner .thumb .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk9 .inner .thumb .credits {
  width: 100%;
}

footer {
  width: 100%;
  padding: 0px;
  position: relative;
}
footer .bg {
  width: 100%;
}
footer .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
footer .inner .staff {
  width: 100%;
  margin-bottom: 50px;
}
footer .inner .staff ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .staff ul li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .inner .staff ul li span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
footer .inner .staff ul li span:nth-child(1) {
  text-align: right;
  width: 40%;
}
footer .inner .staff ul li span:nth-child(2) {
  text-align: left;
  width: 40%;
  margin-left: 20px;
}
footer .inner .link:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .link ul li a, footer .inner .link ul li span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .link ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .inner .link ul li span {
  padding: 0 5px;
}
footer .inner .link ul li:nth-child(1) {
  margin-bottom: 50px;
}
footer .inner .link ul li:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .inner .link + p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

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

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .hum {
    width: 30px;
    height: 9px;
    top: 20px;
    right: 10px;
  }
  .hum.on span:nth-child(1) {
    top: 4px;
  }
  .hum.on span:nth-child(2) {
    top: 4px;
  }
  .hum span:nth-child(1) {
    top: 0px;
  }
  .hum span:nth-child(2) {
    top: 8px;
  }

  nav {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  nav ul li a {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  nav ul li a:hover {
    color: #FFF;
  }

  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits > div.item-d-none dl dd {
    display: none;
  }
  main section .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits > div dl dt span {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .credits > div dl dd {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main section .credits > div dl dd a {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-decoration: underline;
    padding: 0 5px;
    transition: all 0.1s ease-in;
  }
  main section .credits > div dl dd a:hover {
    color: #AA5A57;
  }
  main section#visual {
    width: 100%;
    position: relative;
  }
  main section#visual h1 {
    width: 200px;
    height: 63px;
    background-image: url(../images/logo.png);
    top: 75px;
    left: calc(50% - 100px);
  }
  main section#lead {
    margin-bottom: 100px;
  }
  main section#lead > div.text h3 {
    width: 200px;
    height: 18px;
    margin-bottom: 40px;
  }
  main section#lead > div.text p {
    width: 300px;
    height: 195px;
    background-image: url(../images/lead_text_sp.png);
  }
  main section#lead > div.photo {
    width: 100%;
  }
  main section#mylook {
    width: 100%;
  }
  main section#mylook .photo:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .photo.single {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .photo.single > div {
    width: 100%;
  }
  main section#mylook .photo.trio {
    width: 100%;
    overflow: hidden;
  }
  main section#mylook .photo.trio .spswiper .swiper-wrapper .swiper-slide {
    width: 100%;
    opacity: 1;
  }
  main section#mylook .photo.lphoto {
    width: 100%;
  }
  main section#mylook .photo.lphoto > div {
    width: calc(100% - 40px);
  }
  main section#mylook .photo.pair {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .photo.pair > div {
    width: 100%;
  }
  main section#mylook .photo.full {
    width: 100%;
  }
  main section#mylook .photo.full > div {
    width: 100%;
  }
  main section#mylook .block {
    width: 100%;
  }
  main section#mylook .block:not(:last-child) {
    margin-bottom: 150px;
  }
  main section#mylook .block#blk1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk1 .trion {
    order: 1;
  }
  main section#mylook .block#blk1 .lphoto {
    order: 4;
  }
  main section#mylook .block#blk1 .look:not(:last-child) {
    margin-bottom: 150px;
  }
  main section#mylook .block#blk1 .look.lk1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    order: 3;
  }
  main section#mylook .block#blk1 .look.lk1 .photo {
    width: 100%;
    order: 1;
  }
  main section#mylook .block#blk1 .look.lk1 .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk1 .look.lk1 .deco {
    width: 77%;
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    order: 3;
  }
  main section#mylook .block#blk1 .look.lk1 .credits {
    width: calc(100% - 40px);
    margin: 0 0 100px 0;
    order: 2;
  }
  main section#mylook .block#blk1 .diary {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  main section#mylook .block#blk1 .diary:not(:last-child) {
    margin-bottom: 150px;
  }
  main section#mylook .block#blk1 .diary p {
    width: 298px;
    height: 96px;
    margin-bottom: 100px;
  }
  main section#mylook .block#blk1 .diary > div {
    width: 56%;
    margin: 0 auto 0 0;
  }
  main section#mylook .block#blk2 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk2 .look.lk2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk2 .look.lk2::before {
    content: "";
    width: 330px;
    height: 97px;
    background-image: url(../images/text_diary2.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: 100px;
  }
  main section#mylook .block#blk2 .look.lk2 .set {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#mylook .block#blk2 .look.lk2 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk2 .look.lk2 .set .credits {
    width: calc(100% - 40px);
    transform: translateX(20px);
  }
  main section#mylook .block#blk2 .look.lk2 .diary {
    width: 56%;
    padding-top: 0px;
    margin-right: auto;
    position: relative;
  }
  main section#mylook .block#blk2 .look.lk2 .diary p {
    display: none;
  }
  main section#mylook .block#blk2 .look.lk2 .diary .ph {
    width: 100%;
  }
  main section#mylook .block#blk3 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk3 .look.lk3 .set {
    width: 100%;
  }
  main section#mylook .block#blk3 .look.lk3 .set:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk3 .look.lk3 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk3 .look.lk3 .set .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#mylook .block#blk3 .look.lk3 .photo.pair {
    flex-direction: row;
  }
  main section#mylook .block#blk3 .look.lk3 .photo.pair > div {
    width: 50%;
  }
  main section#mylook .block#blk4 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk4 .look.lk4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk4 .look.lk4 .photos {
    width: 80%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk4 .look.lk4 .photos > div:nth-child(1) {
    width: 100%;
    margin-bottom: 0px;
  }
  main section#mylook .block#blk4 .look.lk4 .photos > div:nth-child(2) {
    display: none;
  }
  main section#mylook .block#blk4 .look.lk4 .set {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#mylook .block#blk4 .look.lk4 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk4 .look.lk4 .set .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#mylook .block#blk4 .look.lk4 .sp {
    width: 56%;
    margin-left: auto;
    transform: translateX(-35px);
    position: relative;
    display: block;
  }
  main section#mylook .block#blk5 .photo.single > div {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk5 .photo.single::after {
    content: "";
    width: 272px;
    height: 125px;
    background-image: url(../images/text_diary3.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: 0 auto;
  }
  main section#mylook .block#blk5 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk5 .look.lk5 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#mylook .block#blk5 .look.lk5 .diary {
    width: 80%;
    margin-bottom: 100px;
  }
  main section#mylook .block#blk5 .look.lk5 .diary p {
    display: none;
  }
  main section#mylook .block#blk5 .look.lk5 .diary > div {
    width: 100%;
  }
  main section#mylook .block#blk5 .look.lk5 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk5 .look.lk5 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk5 .look.lk5 .set .credits {
    width: calc(100% - 40px);
    margin-bottom: 100px;
  }
  main section#mylook .block#blk5 .look.lk5 .set .deco {
    width: 56%;
  }
  main section#mylook .block#blk6 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk6 .look.lk6 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk6 .look.lk6 .set {
    width: 100%;
  }
  main section#mylook .block#blk6 .look.lk6 .set:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk6 .look.lk6 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk6 .look.lk6 .set .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#mylook .block#blk7 .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk7 .look.lk7 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk7 .look.lk7 .photo.pair:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk7 .look.lk7 .credits {
    width: calc(100% - 40px);
  }
  main section#mylook .block#blk7 .look.lk7 .credits:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk7 .look.lk7 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(1) {
    width: 100%;
    margin-bottom: 55px;
    order: 1;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(2) {
    width: calc(100% - 80px);
    margin-right: 0;
    order: 3;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div:nth-child(2) .credits {
    width: 100%;
    transform: none;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div.diary {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div.diary div {
    width: 56%;
    margin: 0 auto 100px 0;
  }
  main section#mylook .block#blk7 .look.lk7 .set .combo > div.diary p {
    width: 237px;
    height: 180px;
    background-image: url(../images/text_diary4.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: 0px;
  }
  main section#mylook .block#blk7 .look.lk7 .set .diary {
    display: none;
  }
  main section#mylook .block#blk8 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk8:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk8 .diary {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    order: 1;
  }
  main section#mylook .block#blk8 .diary p {
    width: 234px;
    height: 13px;
    background-image: url(../images/text_diary5.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 section#mylook .block#blk8 .photo.single {
    order: 2;
  }
  main section#mylook .block#blk8 .photo.single:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk8 .photo.single > div.credits {
    width: calc(100% - 40px);
  }
  main section#mylook .block#blk8 .photo.full {
    order: 3;
  }
  main section#mylook .block#blk8 .photo.full:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk8 .credits {
    width: calc(100% - 40px);
    order: 4;
  }
  main section#mylook .block#blk9 {
    padding: 150px 0;
  }
  main section#mylook .block#blk9 h3 {
    width: 80px;
    height: 17px;
    margin: 0 auto 50px auto;
  }
  main section#mylook .block#blk9 .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk9 .inner .thumb {
    width: 100%;
  }
  main section#mylook .block#blk9 .inner .thumb:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main section#mylook .block#blk9 .inner .thumb:not(:nth-child(n+7)) {
    margin-bottom: 0px;
  }
  main section#mylook .block#blk9 .inner .thumb:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk9 .inner .thumb .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk9 .inner .thumb .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  footer .inner .staff {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .inner .staff ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .staff ul li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .inner .staff ul li span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .inner .staff ul li span:nth-child(1) {
    text-align: right;
    width: calc(50% - 5px);
  }
  footer .inner .staff ul li span:nth-child(2) {
    text-align: left;
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  footer .inner .link:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link ul li a, footer .inner .link ul li span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .link ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner .link ul li span {
    padding: 0 5px;
  }
  footer .inner .link ul li:nth-child(1) {
    margin-bottom: 50px;
  }
  footer .inner .link ul li:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .inner .link + p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

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