@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: #000;
  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;
}
img.sp {
  display: none;
}

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-image: url(../images/bg_menu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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: #000;
  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: #FFF;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto 195px auto;
  position: relative;
}
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 h5 {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .credits h5:not(:first-child) {
  padding: 10px 0 0 0;
}
main section .credits > div.item-d-none dl dd a {
  display: none;
}
main section .credits > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
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 .credits > div dl dd a + span {
  display: none;
}
main section#visual {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#visual:not(:last-child) {
  margin-bottom: 400px;
}
main section#visual.on h1 {
  opacity: 1;
}
main section#visual.on .photo {
  opacity: 1;
}
main section#visual h1 {
  width: 256px;
  height: 80px;
  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% - 40px);
  left: 70px;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#visual .photo {
  width: calc(100% - 140px);
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#visual .photo h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
main section#visual .photo > div {
  width: calc(100% - 60px);
}
main section#mylook {
  width: 100%;
}
main section#mylook .block {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block.on {
  opacity: 1;
}
main section#mylook .block .photo {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block .photo.on {
  opacity: 1;
}
main section#mylook .block .line {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block .line.on {
  opacity: 1;
}
main section#mylook .block .deco {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block .deco.on {
  opacity: 1;
}
main section#mylook .block#blk1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk1:not(:last-child) {
  margin-bottom: 70px;
}
main section#mylook .block#blk1 .photo:nth-child(1) {
  width: 47.5%;
  position: relative;
  transform: translateY(-150px);
}
main section#mylook .block#blk1 .photo:nth-child(3) {
  width: 18.5%;
}
main section#mylook .block#blk1 .diary {
  width: 25.5%;
}
main section#mylook .block#blk1 .diary p {
  width: 100%;
  height: 17.66385vw;
  background-image: url(../images/text_diary1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#mylook .block#blk2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk2:not(:last-child) {
  margin-bottom: 100px;
}
main section#mylook .block#blk2 .photo.full {
  width: 100%;
}
main section#mylook .block#blk2 .photo.full:not(:last-child) {
  margin-bottom: 100px;
}
main section#mylook .block#blk2 .line.l1 {
  width: 820px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk2 .line.l1:not(:last-child) {
  margin-bottom: 175px;
}
main section#mylook .block#blk2 .line.l1 .diary {
  width: 313px;
}
main section#mylook .block#blk2 .line.l1 .diary p {
  width: 100%;
  height: 342px;
  background-image: url(../images/text_diary2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#mylook .block#blk2 .line.l1 .set {
  width: 310px;
}
main section#mylook .block#blk2 .line.l1 .set .ph {
  width: 100%;
}
main section#mylook .block#blk2 .line.l1 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk2 .line.l2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk2 .line.l2:not(:last-child) {
  margin-bottom: 85px;
}
main section#mylook .block#blk2 .line.l2 .set:nth-child(1) {
  width: 33.333%;
  position: relative;
  transform: translate(100px, -320px);
}
main section#mylook .block#blk2 .line.l2 .set:nth-child(2) {
  width: 28.5%;
}
main section#mylook .block#blk2 .line.l2 .set .ph {
  width: 100%;
}
main section#mylook .block#blk2 .line.l2 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk2 .line.l3 {
  width: 81.6%;
  margin: 0 0 0 auto;
}
main section#mylook .block#blk2 .line.l3 .set {
  width: 100%;
}
main section#mylook .block#blk2 .line.l3 .set .ph {
  width: 100%;
}
main section#mylook .block#blk2 .line.l3 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk2 .deco {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk2 .deco:not(:last-child) {
  margin-bottom: 110px;
}
main section#mylook .block#blk2 .deco > div:nth-child(1) {
  width: 37.5%;
  position: relative;
  transform: translateY(-215px);
}
main section#mylook .block#blk2 .deco > div:nth-child(2) {
  width: 16.666%;
  margin-left: 12.5%;
}
main section#mylook .block#blk3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk3:not(:last-child) {
  margin-bottom: 175px;
}
main section#mylook .block#blk3 .line.l1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk3 .line.l1 .photo {
  width: 35%;
}
main section#mylook .block#blk3 .line.l1 .diary {
  width: 38.75%;
  position: relative;
  transform: translate(-135px, -75px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk3 .line.l1 .diary > div {
  width: 57%;
  margin: 0 0 105px auto;
}
main section#mylook .block#blk3 .line.l1 .diary p {
  width: 304px;
  height: 17px;
  background-image: url(../images/text_diary3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#mylook .block#blk3 .line.l2 {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk3 .line.l2:not(:last-child) {
  margin-bottom: 80px;
}
main section#mylook .block#blk3 .line.l2 .diary {
  width: 25vw;
  position: relative;
  transform: translateX(20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk3 .line.l2 .diary p {
  width: 100%;
  height: 12vw;
  background-image: url(../images/text_diary4.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 140px;
}
main section#mylook .block#blk3 .line.l2 .diary > div {
  width: 16.666vw;
}
main section#mylook .block#blk3 .line.l2 .set {
  width: 44.1666vw;
}
main section#mylook .block#blk3 .line.l2 .set .ph {
  width: 100%;
}
main section#mylook .block#blk3 .line.l2 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk3 .deco {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk3 .deco > div {
  position: relative;
}
main section#mylook .block#blk3 .deco > div.set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
main section#mylook .block#blk3 .deco > div.set:not(:last-child) {
  margin-bottom: 120px;
}
main section#mylook .block#blk3 .deco > div.set .ph {
  width: 41.666%;
}
main section#mylook .block#blk3 .deco > div.set .credits {
  margin-left: 40px;
}
main section#mylook .block#blk3 .deco > div:nth-child(2) {
  width: 100%;
}
main section#mylook .block#blk3 .deco > div:nth-child(2):not(:last-child) {
  margin-bottom: 150px;
}
main section#mylook .block#blk3 .deco > div:nth-child(3) {
  width: 37.5%;
  transform: translateX(165px);
}
main section#mylook .block#blk3 .deco > div:nth-child(3) .swiper {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk3 .deco > div:nth-child(4) {
  width: 16.666%;
  position: absolute;
  bottom: -125px;
  left: 0px;
}
main section#mylook .block#blk4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk4 .line.l1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk4 .line.l1:not(:last-child) {
  margin-bottom: 30px;
}
main section#mylook .block#blk4 .line.l1 .photo {
  width: 26.666%;
  position: relative;
  transform: translateY(70px);
}
main section#mylook .block#blk4 .line.l1 .diary {
  width: 25.5%;
  position: relative;
  transform: translateY(70px);
}
main section#mylook .block#blk4 .line.l1 .diary p {
  width: 100%;
  height: 34.119vw;
  background-image: url(../images/text_diary5.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#mylook .block#blk4 .line.l1 .set {
  width: 33.333%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk4 .line.l1 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#mylook .block#blk4 .line.l2 {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#mylook .block#blk4 .line.l2:not(:last-child) {
  margin-bottom: 105px;
}
main section#mylook .block#blk4 .line.l2 .set {
  width: 32.5vw;
  position: relative;
  transform: translateX(50px);
}
main section#mylook .block#blk4 .line.l2 .set .ph {
  width: 100%;
}
main section#mylook .block#blk4 .line.l2 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}
main section#mylook .block#blk4 .line.l2 .photo {
  width: 16.666vw;
}
main section#mylook .block#blk4 .line.l3 {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk4 .line.l3 .diary {
  width: 7.84vw;
  position: relative;
  transform: translateY(70px);
}
main section#mylook .block#blk4 .line.l3 .diary p {
  width: 100%;
  height: 3.73184vw;
  background-image: url(../images/text_diary6.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#mylook .block#blk4 .line.l3 .set {
  width: 65vw;
  position: relative;
  transform: translateX(-40px);
}
main section#mylook .block#blk4 .line.l3 .set .ph {
  width: 100%;
}
main section#mylook .block#blk4 .line.l3 .set .ph:not(:last-child) {
  margin-bottom: 20px;
}

footer {
  width: 100%;
  padding: 0 0 195px 0;
  position: relative;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
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: flex-start;
}
footer .inner .staff ul li span {
  color: #000;
  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: #000;
  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: #000;
  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;
  }

  img.pc {
    display: none;
  }
  img.sp {
    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: #000;
    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: #000;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto 50px auto;
    position: relative;
  }
  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 h5 {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .credits h5:not(:first-child) {
    padding: 10px 0 0 0;
  }
  main section .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  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 .credits > div dl dd a + span {
    display: none;
  }
  main section#visual {
    padding: 75px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#visual h1 {
    width: 256px;
    height: 80px;
    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: relative;
    top: auto;
    left: auto;
    z-index: 1;
  }
  main section#visual .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    margin-top: -10px;
  }
  main section#visual .photo h2 {
    display: none;
  }
  main section#visual .photo > div {
    width: 100%;
  }
  main section#mylook {
    width: 100%;
  }
  main section#mylook .block {
    width: 100%;
  }
  main section#mylook .block#blk1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#mylook .block#blk1:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk1::before {
    content: "#2 LONG BEACH";
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0px;
    right: 10px;
    display: block;
  }
  main section#mylook .block#blk1 .photo:nth-child(1) {
    width: calc(100% - 45px);
    margin: 0 auto 50px 0;
    position: relative;
    transform: translateY(0px);
  }
  main section#mylook .block#blk1 .photo:nth-child(3) {
    width: calc(100% - 155px);
    margin: 0 0 0 auto;
  }
  main section#mylook .block#blk1 .diary {
    width: calc(100% - 60px);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk1 .diary p {
    height: calc((100vw - 60px) * 0.6927);
  }
  main section#mylook .block#blk2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk2:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk2 .photo.full {
    width: 100%;
    overflow: hidden;
  }
  main section#mylook .block#blk2 .photo.full:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk2 .photo.full.on img {
    transform: translateX(-60vw);
  }
  main section#mylook .block#blk2 .photo.full img {
    width: 160vw;
    height: auto;
    position: relative;
    transition: all 1.5s ease-in 0s;
  }
  main section#mylook .block#blk2 .line.l1 {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk2 .line.l1:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk2 .line.l1 .diary {
    width: 100%;
    order: 2;
  }
  main section#mylook .block#blk2 .line.l1 .diary p {
    width: 100%;
    height: 277px;
    background-image: url(../images/text_diary2_sp2.png);
  }
  main section#mylook .block#blk2 .line.l1 .set {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  main section#mylook .block#blk2 .line.l1 .set::before {
    content: "";
    background-image: url(../images/text_diary2_sp1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 264px;
    height: 17px;
    margin-bottom: 50px;
    display: block;
  }
  main section#mylook .block#blk2 .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk2 .line.l2:not(:last-child) {
    margin-bottom: 85px;
  }
  main section#mylook .block#blk2 .line.l2 .set:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk2 .line.l2 .set:nth-child(1) .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk2 .line.l2 .set:nth-child(2) {
    width: calc(100% - 35px);
    margin: 0 0 0 auto;
  }
  main section#mylook .block#blk2 .line.l2 .set .ph {
    width: 100%;
  }
  main section#mylook .block#blk2 .line.l2 .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk2 .line.l3 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  main section#mylook .block#blk2 .line.l3 .set {
    width: 100%;
  }
  main section#mylook .block#blk2 .line.l3 .set.on .ph img {
    transform: translateX(-60vw);
  }
  main section#mylook .block#blk2 .line.l3 .set .ph {
    width: 100%;
    overflow: hidden;
  }
  main section#mylook .block#blk2 .line.l3 .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk2 .line.l3 .set .ph img {
    width: 160vw;
    transition: all 1.5s ease-in 0s;
  }
  main section#mylook .block#blk2 .line.l3 .set .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk2 .deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk2 .deco:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk2 .deco > div:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transform: none;
  }
  main section#mylook .block#blk2 .deco > div:nth-child(2) {
    width: 53.5%;
    margin-left: auto;
  }
  main section#mylook .block#blk3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk3:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk3 .line.l1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk3 .line.l1 .photo {
    width: calc(100% - 75px);
    margin-bottom: 100px;
  }
  main section#mylook .block#blk3 .line.l1 .diary {
    width: 100%;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk3 .line.l1 .diary > div {
    width: calc(100% - 110px);
    margin: 0 0 50px auto;
  }
  main section#mylook .block#blk3 .line.l1 .diary p {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.7023);
    background-image: url(../images/text_diary3_sp.png);
  }
  main section#mylook .block#blk3 .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk3 .line.l2:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk3 .line.l2 .diary {
    width: 53.333vw;
    transform: translateX(50px);
    order: 2;
  }
  main section#mylook .block#blk3 .line.l2 .diary p {
    display: none;
  }
  main section#mylook .block#blk3 .line.l2 .diary > div {
    width: 100%;
  }
  main section#mylook .block#blk3 .line.l2 .set {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  main section#mylook .block#blk3 .line.l2 .set .ph {
    width: 100%;
  }
  main section#mylook .block#blk3 .line.l2 .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk3 .line.l2 .set .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk3 .deco {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk3 .deco > div {
    position: relative;
  }
  main section#mylook .block#blk3 .deco > div.set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk3 .deco > div.set:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk3 .deco > div.set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#mylook .block#blk3 .deco > div.set .credits {
    width: calc(100% - 60px);
    margin-left: 0px;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(2) {
    width: 100%;
    overflow: hidden;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(2):not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(2).on img {
    transform: translateX(-60vw);
  }
  main section#mylook .block#blk3 .deco > div:nth-child(2) img {
    width: 160vw;
    position: relative;
    transition: all 1.5s ease-in 0s;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(3) {
    width: 100%;
    transform: none;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(3) .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk3 .deco > div:nth-child(4) {
    display: none;
  }
  main section#mylook .block#blk4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line.l1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line.l1:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line.l1::before {
    content: "";
    width: calc(100% - 60px);
    height: 17px;
    background-image: url(../images/text_diary5_sp1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line.l1 .photo {
    width: calc(100% - 60px);
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk4 .line.l1 .diary {
    width: calc(100% - 60px);
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk4 .line.l1 .diary p {
    width: 100%;
    height: calc((100vw - 60px) * 1.11928);
    background-image: url(../images/text_diary5_sp2.png);
  }
  main section#mylook .block#blk4 .line.l1 .set {
    width: 100%;
  }
  main section#mylook .block#blk4 .line.l1 .set .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk4 .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line.l2:not(:last-child) {
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line.l2 .set {
    width: 100%;
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk4 .line.l2 .set .ph {
    width: 100%;
  }
  main section#mylook .block#blk4 .line.l2 .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk4 .line.l2 .set .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#mylook .block#blk4 .line.l2 .photo {
    width: 53.333vw;
    margin: 0 0 0 auto;
  }
  main section#mylook .block#blk4 .line.l3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line.l3 .diary {
    width: 95px;
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk4 .line.l3 .diary p {
    width: 100%;
    height: 45px;
    background-image: url(../images/text_diary6.png);
  }
  main section#mylook .block#blk4 .line.l3 .set {
    width: 100%;
    transform: none;
  }
  main section#mylook .block#blk4 .line.l3 .set.on .ph img {
    transform: translateX(-60vw);
  }
  main section#mylook .block#blk4 .line.l3 .set .ph {
    width: 100%;
    overflow: hidden;
  }
  main section#mylook .block#blk4 .line.l3 .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#mylook .block#blk4 .line.l3 .set .ph img {
    width: 160vw;
    transition: all 1.5s ease-in 0s;
    position: relative;
  }
  main section#mylook .block#blk4 .line.l3 .set .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  footer {
    padding-bottom: 100px;
  }
  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: flex-start;
    align-items: center;
  }
  footer .inner .staff ul li span {
    color: #000;
    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: #000;
    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: #000;
    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 */
