@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..900;1,100..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: "Roboto", 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;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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: 200px;
  height: 62px;
  background-image: url(../images/logo_iena.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: 48px;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 111;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.hum:hover {
  opacity: 0.5;
}
.hum.on > div span:nth-child(1) {
  top: 5px;
  transform: rotate(-30deg);
}
.hum.on > div span:nth-child(2) {
  top: 5px;
  transform: rotate(30deg);
}
.hum > div {
  width: 20px;
  height: 10px;
  position: relative;
}
.hum > div span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.hum > div span:nth-child(1) {
  top: 0px;
}
.hum > div span:nth-child(2) {
  top: 9px;
}

nav {
  width: 100%;
  height: 100%;
  max-width: 375px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  transition: all 0.2s ease-in 0s;
  clip-path: inset(0 0 0 100%);
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav .menu {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .menu dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
nav .menu dl dt {
  background-image: url(../images/title_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 20px;
  margin-bottom: 40px;
}
nav .menu dl dd:not(:last-child) {
  margin-bottom: 24px;
}
nav .menu dl dd a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
nav .menu dl dd a:hover {
  color: #605951;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main::before {
  content: "";
  width: 100%;
  height: 100vh;
  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 .incredit > div:not(:last-child) {
  margin-bottom: 8px;
}
main section .credits .incredit > div.item-d-none dl dd a {
  display: none;
}
main section .credits .incredit > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dd:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd span:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.1s ease-in;
}
main section .credits .incredit > div dl dd a:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a:hover {
  color: #605951;
}
main section .credits .incredit > div dl dd a + span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: none;
}
main section#visual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 128px;
}
main section#visual .photo {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: -1;
}
main section#visual .text {
  width: 50%;
  padding: 20px 0 70px 70px;
  opacity: 0;
  transition: all 0.5s ease-in;
}
main section#visual .text.on {
  opacity: 1;
}
main section#visual .text h2 {
  width: 120px;
  height: 37px;
  background-image: url(../images/logo_iena_white.png);
  background-repeat: no-epeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 56px;
}
main section#visual .text h3 {
  width: 200px;
  height: 20px;
  background-image: url(../images/title_white.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: 40px;
}
main section#visual .text p.en {
  width: 550px;
  height: 415px;
  background-image: url(../images/lead_en.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: 40px;
}
main section#visual .text p.jp {
  width: 400px;
  height: 190px;
  background-image: url(../images/lead_jp.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#looks {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main section#looks .line {
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.1s;
}
main section#looks .line.on {
  opacity: 1;
}
main section#looks .line.l1 {
  width: 100%;
  margin-bottom: 200px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l1 .look {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#looks .line.l1 .look h4 {
  width: 504px;
  height: 50px;
  background-image: url(../images/catch1.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: 195px;
  left: calc(39% + 130px);
}
main section#looks .line.l1 .look .photo {
  width: 39%;
  margin: 0px;
}
main section#looks .line.l1 .look .deco {
  width: 21.875%;
  position: relative;
  transform: translateY(70px);
}
main section#looks .line.l1 .look .credits {
  margin: 0 auto 0 48px;
}
main section#looks .line.l2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l2 .photo {
  width: calc(100% - 320px);
  padding-right: 60px;
  margin-bottom: 20px;
}
main section#looks .line.l2 .credits {
  width: calc(100% - 320px);
}
main section#looks .line.l3 {
  width: 100%;
}
main section#looks .line.l3 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l3 .set .text {
  width: 65%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#looks .line.l3 .set .text h4 {
  width: 324px;
  height: 50px;
  background-image: url(../images/catch2.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#looks .line.l3 .set .photo {
  width: 35%;
}
main section#looks .line.l4 {
  width: calc(100% - 80px);
  margin: 0 auto 185px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
main section#looks .line.l4 h4 {
  width: 360px;
  height: 16px;
  background-image: url(../images/catch3.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: 390px;
  left: calc(50% + 140px);
}
main section#looks .line.l4 .set {
  width: 50%;
}
main section#looks .line.l4 .set .photo {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l4 .deco {
  width: 25%;
  position: relative;
  transform: translate(-60px, 70px);
}
main section#looks .line.l5 {
  width: 100%;
  margin-bottom: 285px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l5.on > .photo {
  opacity: 1;
}
main section#looks .line.l5 .set {
  width: 31.25%;
  overflow: hidden;
}
main section#looks .line.l5 .set .photo {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l5 .set .credits {
  padding: 0 0 0 20px;
}
main section#looks .line.l5 > .photo {
  width: 31.25%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#looks .line.l5 > .photo:nth-child(2) {
  transform: translateY(155px);
  transition-delay: 1s;
}
main section#looks .line.l6 {
  width: calc(100% - 320px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l6 .text {
  width: 481px;
}
main section#looks .line.l6 .text h4 {
  width: 100%;
  height: 85px;
  background-image: url(../images/catch4.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#looks .line.l6 .set {
  width: 31.25%;
  padding: 0 20px 0 0;
}
main section#looks .line.l6 .set .photo {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l7 {
  width: 100%;
  margin: 0 auto 330px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l7.on .combo .set {
  opacity: 1;
}
main section#looks .line.l7.on .combo .photo {
  opacity: 1;
}
main section#looks .line.l7.on .text {
  opacity: 1;
}
main section#looks .line.l7 .deco {
  width: calc(100% - 610px);
  margin-bottom: 25px;
}
main section#looks .line.l7 .deco > div {
  width: 41.8%;
}
main section#looks .line.l7 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l7 .combo .set {
  width: 41.8%;
  padding: 80px 0 0 0;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#looks .line.l7 .combo .set .photo {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l7 .combo .set .credits {
  padding: 0 0 0 40px;
}
main section#looks .line.l7 .combo .photo {
  width: 37.5%;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main section#looks .line.l7 .text {
  width: 50%;
  margin-left: auto;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main section#looks .line.l7 .text h4 {
  width: 359px;
  height: 16px;
  background-image: url(../images/catch5.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#looks .line.l8 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#looks .line.l8.on h4 {
  opacity: 1;
}
main section#looks .line.l8.on .combo .set {
  opacity: 1;
}
main section#looks .line.l8 h4 {
  width: 298px;
  height: 17px;
  background-image: url(../images/catch6.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;
  bottom: 250px;
  left: calc(50% - 175px);
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
main section#looks .line.l8 .deco {
  width: 37.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  top: -145px;
  left: calc(50% + 85px);
}
main section#looks .line.l8 .deco > div {
  width: 50%;
}
main section#looks .line.l8 .deco > div .ph {
  margin-bottom: 20px;
}
main section#looks .line.l8 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l8 .combo .set {
  opacity: 0;
}
main section#looks .line.l8 .combo .set:nth-child(1) {
  width: 39%;
  transition: all 0.5s ease-in 0.5s;
}
main section#looks .line.l8 .combo .set:nth-child(1) .credits {
  padding: 0 0 0 40px;
}
main section#looks .line.l8 .combo .set:nth-child(2) {
  width: 35.15%;
  transition: all 0.5s ease-in 1s;
  padding: 450px 0 0 0;
}
main section#looks .line.l8 .combo .set .photo {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l8 .combo .photo {
  width: 37.5%;
}
main section#looks .line.l8 .text {
  width: 50%;
  margin-left: auto;
}
main section#looks .line.l8 .text h4 {
  width: 377px;
  height: 17px;
  background-image: url(../images/catch5.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#looks .line.l9 {
  width: 100%;
  margin: 0 auto 210px auto;
  position: relative;
}
main section#looks .line.l9 .combo {
  width: calc(100% - 220px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l9 .combo .set {
  width: 32%;
}
main section#looks .line.l9 .combo .set .photo {
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
main section#looks .line.l9 .combo .set .credits {
  width: 100%;
  padding: 0 0 0 60px;
}
main section#looks .line.l9 .combo > .photo {
  width: 22.64%;
  margin-left: 70px;
  position: relative;
  transform: translateY(-44px);
}
main section#looks .line.l9 .combo > .photo:last-child {
  margin-left: 20px;
}
main section#looks .line.l10 {
  width: 100%;
  margin-bottom: 85px;
}
main section#looks .line.l10 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l10 .set .photo {
  width: 78.125%;
  margin-bottom: 85px;
}
main section#looks .line.l10 .set .text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#looks .line.l10 .set .text h4 {
  width: 354px;
  height: 50px;
  background-image: url(../images/catch7.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#looks .line.l11 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l11 .set {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l11 .set .photo {
  width: 37%;
}
main section#looks .line.l11 .set .credits {
  width: 26%;
  padding: 0 0 0 20px;
}
main section#looks .line.l11 .sp {
  display: none;
}
main section#looks .swiper {
  overflow: hidden;
}
main section#looks .swiper .swiper-wrapper {
  width: 100%;
  /*
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  */
}

footer {
  width: 100%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
  padding: 100px 0;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner dl {
  width: calc(100% - 660px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
footer .inner dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner dl dd a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner dl dd a:hover {
  color: #605951;
}
footer .inner .staff {
  width: calc(100% - 660px);
}
footer .inner .staff p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .staff p span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
footer .inner .staff p span:nth-child(1) {
  width: 25%;
}
footer .inner > p {
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: calc(100% - 440px);
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Noto Sans JP", 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;
  }

  .title {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 0 0;
    position: fixed;
    top: 0px;
    left: 5px;
  }

  .hum {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 111;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  .hum:hover {
    opacity: 0.5;
  }
  .hum.on > div span {
    background-color: #FFF;
  }
  .hum.on > div span:nth-child(1) {
    top: 5px;
    transform: rotate(-30deg);
  }
  .hum.on > div span:nth-child(2) {
    top: 5px;
    transform: rotate(30deg);
  }
  .hum > div {
    width: 20px;
    height: 10px;
    position: relative;
  }
  .hum > div span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  .hum > div span:nth-child(1) {
    top: 0px;
  }
  .hum > div span:nth-child(2) {
    top: 9px;
  }

  nav {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    transition: all 0.2s ease-in 0s;
    clip-path: inset(0 0 0 100%);
  }
  nav.on {
    clip-path: inset(0 0 0 0);
  }
  nav .menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .menu dl dt {
    width: 150px;
    height: 47px;
    margin-bottom: 48px;
  }
  nav .menu dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .menu dl dd a:hover {
    color: #FFF;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  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 .incredit > div:not(:last-child) {
    margin-bottom: 8px;
  }
  main section .credits .incredit > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits .incredit > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .incredit > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main section .credits .incredit > div dl dd {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main section .credits .incredit > div dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.1s ease-in;
  }
  main section .credits .incredit > div dl dd a:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a:hover {
    color: #605951;
  }
  main section .credits .incredit > div dl dd a + span {
    display: none;
  }
  main section#visual {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0px;
  }
  main section#visual .photo {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: -1;
  }
  main section#visual .photo img {
    display: none;
  }
  main section#visual .photo img.sp {
    display: block;
  }
  main section#visual .text {
    width: 100%;
    padding: 20px 20px 70px 20px;
  }
  main section#visual .text h2 {
    width: 80px;
    height: 25px;
    background-image: url(../images/logo_iena_white.png);
    margin-bottom: 106px;
  }
  main section#visual .text h3 {
    width: 200px;
    height: 20px;
    background-image: url(../images/title_white.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: 40px;
  }
  main section#visual .text p.en {
    width: 100%;
    height: calc((100vw - 40px) * 1.55625);
    background-image: url(../images_sp/lead_en.png);
    margin-bottom: 30px;
  }
  main section#visual .text p.jp {
    width: 100%;
    height: calc((100vw - 40px) * 0.56818);
    background-image: url(../images/lead_jp.png);
  }
  main section#looks {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line {
    text-align: left;
  }
  main section#looks .line.l1 {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main section#looks .line.l1 .look {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l1 .look h4 {
    width: 304px;
    height: 120px;
    background-image: url(../images_sp/catch1.png);
    margin: 0 0 60px 0;
    position: relative;
    top: auto;
    left: auto;
    order: 3;
  }
  main section#looks .line.l1 .look .photo {
    width: 100%;
    margin: 0 0 20px 0;
    order: 1;
  }
  main section#looks .line.l1 .look .deco {
    width: calc(100% - 95px);
    margin: 0 0 0 auto;
    position: relative;
    transform: translateY(0px);
    order: 4;
  }
  main section#looks .line.l1 .look .credits {
    width: calc(100% - 40px);
    margin: 0 0 55px 0;
    order: 2;
  }
  main section#looks .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px;
    order: 3;
  }
  main section#looks .line.l2 .photo {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  main section#looks .line.l2 .photo .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l2 .photo .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main section#looks .line.l2 .photo .swiper-wrapper .swiper-slide:nth-child(1) {
    order: 2;
  }
  main section#looks .line.l2 .photo .swiper-wrapper .swiper-slide:nth-child(2) {
    order: 1;
  }
  main section#looks .line.l2 .credits {
    width: calc(100% - 40px);
  }
  main section#looks .line.l3 {
    width: 100%;
    margin-bottom: 70px;
    order: 2;
  }
  main section#looks .line.l3 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  main section#looks .line.l3 .set .text h4 {
    width: 324px;
    height: 50px;
    background-image: url(../images_sp/catch2.png);
  }
  main section#looks .line.l3 .set .photo {
    width: calc(100% - 75px);
    margin-bottom: 70px;
    order: 1;
  }
  main section#looks .line.l4 {
    width: 100%;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    order: 4;
  }
  main section#looks .line.l4 h4 {
    width: 217px;
    height: 50px;
    background-image: url(../images_sp/catch3.png);
    margin-bottom: 70px;
    position: relative;
    top: auto;
    left: auto;
    order: 2;
  }
  main section#looks .line.l4 .set {
    width: 100%;
    margin-bottom: 65px;
    order: 1;
  }
  main section#looks .line.l4 .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l4 .set .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#looks .line.l4 .deco {
    width: calc(100% - 75px);
    margin: 0 0 0 auto;
    transform: translate(0px, 0px);
    order: 3;
  }
  main section#looks .line.l5 {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 5;
  }
  main section#looks .line.l5 .set {
    width: 100%;
  }
  main section#looks .line.l5 .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l5 .set .credits {
    padding: 0 20px;
  }
  main section#looks .line.l5 > .photo {
    display: none;
  }
  main section#looks .line.l6 {
    width: 100%;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 6;
  }
  main section#looks .line.l6 .text {
    width: 291px;
    margin-bottom: 70px;
  }
  main section#looks .line.l6 .text h4 {
    width: 100%;
    height: 119px;
    background-image: url(../images_sp/catch4.png);
  }
  main section#looks .line.l6 .set {
    width: calc(100% - 75px);
    margin-left: auto;
    padding: 0px;
  }
  main section#looks .line.l6 .set .photo {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  main section#looks .line.l7 {
    width: 100%;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 7;
  }
  main section#looks .line.l7 .deco {
    width: calc(100% - 95px);
    margin: 0 auto 70px 0;
    order: 1;
  }
  main section#looks .line.l7 .deco > div {
    width: 100%;
  }
  main section#looks .line.l7 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 3;
  }
  main section#looks .line.l7 .combo .set {
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
  }
  main section#looks .line.l7 .combo .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l7 .combo .set .credits {
    padding: 0 20px;
  }
  main section#looks .line.l7 .combo .photo {
    width: calc(100% - 76px);
  }
  main section#looks .line.l7 .text {
    width: 100%;
    margin: 0 0 70px 0;
    order: 2;
  }
  main section#looks .line.l7 .text h4 {
    width: 287px;
    height: 50px;
    background-image: url(../images_sp/catch5.png);
    margin: 0 auto;
  }
  main section#looks .line.l8 {
    width: 100%;
    margin: 0 auto 95px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    order: 8;
  }
  main section#looks .line.l8 h4 {
    display: none;
  }
  main section#looks .line.l8 .deco {
    width: 100%;
    margin-bottom: 95px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
  }
  main section#looks .line.l8 .deco > div {
    width: 100%;
  }
  main section#looks .line.l8 .deco > div:nth-child(1) {
    display: none;
  }
  main section#looks .line.l8 .deco > div .ph {
    margin-bottom: 20px;
  }
  main section#looks .line.l8 .deco > div .ph img {
    display: none;
  }
  main section#looks .line.l8 .deco > div .ph img.sp {
    display: block;
  }
  main section#looks .line.l8 .deco > div .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#looks .line.l8 .combo {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  main section#looks .line.l8 .combo::before {
    content: "";
    width: 296px;
    height: 16px;
    background-image: url(../images_sp/catch6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 60px;
    position: relative;
    display: block;
    order: 2;
  }
  main section#looks .line.l8 .combo .set:nth-child(1) {
    width: 100%;
    margin-bottom: 60px;
    order: 1;
  }
  main section#looks .line.l8 .combo .set:nth-child(1) .credits {
    padding: 0 20px;
  }
  main section#looks .line.l8 .combo .set:nth-child(2) {
    width: calc(100% - 75px);
    padding: 0px;
    margin-left: auto;
    order: 3;
  }
  main section#looks .line.l8 .combo .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l8 .combo .photo {
    width: 37.5%;
  }
  main section#looks .line.l8 .text {
    width: 50%;
    margin-left: auto;
  }
  main section#looks .line.l8 .text h4 {
    width: 377px;
    height: 17px;
    background-image: url(../images/catch5.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#looks .line.l9 {
    width: 100%;
    margin: 0 auto 70px auto;
    position: relative;
    order: 9;
  }
  main section#looks .line.l9 .combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l9 .combo .set {
    width: calc(100% - 75px);
    margin: 0 auto 25px 0;
  }
  main section#looks .line.l9 .combo .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l9 .combo .set .credits {
    width: 100%;
    padding: 0 20px;
  }
  main section#looks .line.l9 .combo > .photo {
    width: 100%;
    margin-left: 0px;
    position: relative;
    transform: translateY(0px);
  }
  main section#looks .line.l9 .combo > .photo:last-child {
    display: none;
  }
  main section#looks .line.l9 .combo > .photo img {
    display: none;
  }
  main section#looks .line.l9 .combo > .photo img.sp {
    display: block;
  }
  main section#looks .line.l10 {
    width: 100%;
    margin-bottom: 70px;
    order: 11;
    display: none;
  }
  main section#looks .line.l10 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l10 .set .photo {
    width: 100%;
    margin-bottom: 70px;
  }
  main section#looks .line.l10 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#looks .line.l10 .set .text h4 {
    width: 250px;
    height: 84px;
    background-image: url(../images_sp/catch7.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#looks .line.l11 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    order: 10;
  }
  main section#looks .line.l11 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l11 .set .photo {
    width: 100%;
    order: 1;
  }
  main section#looks .line.l11 .set .photo:nth-child(1) {
    margin-bottom: 20px;
    order: 1;
  }
  main section#looks .line.l11 .set .photo:nth-child(2) {
    order: 4;
  }
  main section#looks .line.l11 .set .credits {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    order: 2;
  }
  main section#looks .line.l11 .set .sp {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px;
    order: 3;
  }
  main section#looks .line.l11 .set .sp .photo {
    width: 100%;
    margin-bottom: 70px;
    order: 1;
  }
  main section#looks .line.l11 .set .sp .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  main section#looks .line.l11 .set .sp .text h4 {
    width: 249px;
    height: 85px;
    background-image: url(../images_sp/catch7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }

  footer {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
    padding: 40px 0;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner dl {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    margin-bottom: 70px;
  }
  footer .inner dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner dl dd a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner dl dd a:hover {
    color: #605951;
  }
  footer .inner .staff {
    width: calc(100% - 40px);
    margin-bottom: 70px;
  }
  footer .inner .staff p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .staff p span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .inner .staff p span:nth-child(1) {
    width: 50%;
  }
  footer .inner > p {
    text-align: center;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Noto Sans JP", 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 */
