@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 {
  background-color: #FFF;
}
.hum.on > div span:nth-child(1) {
  top: 5px;
  transform: rotate(-45deg);
}
.hum.on > div span:nth-child(2) {
  top: 5px;
  transform: rotate(45deg);
}
.hum > div {
  width: 20px;
  height: 20px;
  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_navi.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 dd:not(:last-child) {
  margin-bottom: 24px;
}
nav .menu dl dd a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav .menu dl dd a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}

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 .wrap {
  width: 100%;
  padding: 0 0 0 45px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 70px;
  left: 0px;
}
main section#visual .wrap h2 {
  width: 120px;
  height: 37px;
  background-image: url(../images/logo_iena.png);
  background-repeat: no-epeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#visual .wrap .set {
  width: calc(100% - 120px - 25px);
  position: relative;
}
main section#visual .wrap .set::before {
  content: "Autumn/Winter 2025";
  width: 115px;
  height: 447px;
  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: -50px;
  left: -70px;
  z-index: 1;
}
main section#visual .wrap .set .photo {
  width: 100%;
  margin-bottom: 70px;
}
main section#visual .wrap .set .lead {
  width: 677px;
  height: 180px;
  background-image: url(../images/lead.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#visual .bg {
  width: 100%;
  height: auto;
}
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.075s;
}
main section#looks .line.on {
  opacity: 1;
}
main section#looks .line.l1 {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 75px;
  position: relative;
}
main section#looks .line.l1 .text p {
  width: 465px;
  height: 79px;
  background-image: url(../images/text1.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: 20px;
}
main section#looks .line.l1 .photo {
  width: 39%;
}
main section#looks .line.l1 .deco {
  width: calc(27.5% + 40px);
  padding: 0 0 50px 40px;
  background-image: url(../images/bg_photo02.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50% auto;
  position: absolute;
  bottom: -190px;
  left: 0px;
}
main section#looks .line.l1 .deco > div {
  width: 100%;
  position: relative;
  transform: rotate(1deg);
}
main section#looks .line.l2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 110px;
}
main section#looks .line.l2 h4 {
  width: 390px;
  height: 36px;
  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;
  margin-bottom: 144px;
}
main section#looks .line.l2 .photo {
  width: 46.875%;
}
main section#looks .line.l3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
main section#looks .line.l3 .photo {
  width: 46.875%;
}
main section#looks .line.l3 .combo {
  width: calc(51.325% - 150px);
  padding: 115px 100px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l3 .combo p {
  width: 290px;
  height: 166px;
  background-image: url(../images/text2.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: 20px;
}
main section#looks .line.l3 .combo .credits {
  margin-bottom: 130px;
}
main section#looks .line.l3 .combo .ph {
  width: 23.45vw;
  margin: 0 0 0 auto;
}
main section#looks .line.l4 {
  width: 100%;
  margin: 0 auto 120px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#looks .line.l4 .photo {
  width: 60%;
}
main section#looks .line.l5 {
  width: 100%;
  margin-bottom: 136px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 40px;
}
main section#looks .line.l5 .photo {
  width: 73.5%;
}
main section#looks .line.l5 h4 {
  width: 27px;
  height: 327px;
  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: relative;
  transform: translateY(-50px);
}
main section#looks .line.l6 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 115px;
}
main section#looks .line.l6 .photo {
  width: 39%;
}
main section#looks .line.l6 .combo {
  width: calc(61% - 80px);
  padding: 45px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l6 .combo p {
  width: 625px;
  height: 58px;
  background-image: url(../images/text3.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: 20px;
}
main section#looks .line.l6 .combo .credits {
  margin-bottom: 50px;
}
main section#looks .line.l6 .combo .ph {
  width: 35vw;
  margin: 0 0 0 auto;
}
main section#looks .line.l7 {
  width: 100%;
  margin-bottom: 105px;
}
main section#looks .line.l8 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l8 .photo {
  width: 41.8%;
  padding: 70px 0 0 0;
}
main section#looks .line.l8 .combo {
  width: 37.9%;
  margin-left: 155px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l8 .combo .ph {
  width: 100%;
  margin-bottom: 125px;
}
main section#looks .line.l8 .combo p {
  width: 381px;
  height: 145px;
  background-image: url(../images/text4.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: 20px;
}
main section#looks .line.l9 {
  width: calc(100% - 120px);
  margin: 0 auto 210px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l9 .combo:nth-child(1) {
  width: 35%;
}
main section#looks .line.l9 .combo:nth-child(1) .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l9 .combo:nth-child(2) {
  width: 32%;
  transform: translateY(240px);
  z-index: 1;
}
main section#looks .line.l9 .combo:nth-child(2) .ph {
  width: 100%;
  padding: 30px 60px 0 0;
  background-image: url(../images/bg_p14.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
  margin-bottom: 20px;
  position: relative;
}
main section#looks .line.l9 .combo:nth-child(2) .ph::before {
  content: "";
  width: 188px;
  height: 91px;
  background-image: url(../images/tape_p14.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: -30px;
  left: calc(50% - 94px);
  z-index: 1;
}
main section#looks .line.l9 .combo:nth-child(2) .ph img {
  width: 100%;
  position: relative;
  transform: rotate(-1deg);
}
main section#looks .line.l10 {
  width: 100%;
  padding-left: 10%;
  margin: -300px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l10 .combo:nth-child(1) {
  width: 33%;
}
main section#looks .line.l10 .combo:nth-child(1) .ph {
  width: 100%;
  margin-bottom: 50px;
}
main section#looks .line.l10 .combo:nth-child(1) p {
  width: 432px;
  height: 57px;
  background-image: url(../images/text5.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: 20px;
}
main section#looks .line.l10 .combo:nth-child(2) {
  width: 38.7%;
  transform: translateY(530px);
  z-index: 1;
}
main section#looks .line.l10 .combo:nth-child(2) .ph {
  width: 100%;
  padding: 0px;
  margin-bottom: 50px;
  position: relative;
}
main section#looks .line.l10 .combo:nth-child(2) .ph::before {
  content: "";
  width: 27px;
  height: 297px;
  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;
  position: absolute;
  bottom: 100px;
  left: 25px;
  z-index: 1;
}
main section#looks .line.l10 .combo:nth-child(2) p {
  width: 296px;
  height: 101px;
  background-image: url(../images/text6.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: 20px;
}
main section#looks .line.l11 {
  width: 100%;
  margin: 0 auto 130px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 190px;
  position: relative;
}
main section#looks .line.l11 .combo {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
main section#looks .line.l11 .combo::before {
  content: "MAKEUP BALANCE";
  width: 294px;
  height: 36px;
  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;
  position: absolute;
  top: 70%;
  right: -145px;
  z-index: 1;
}
main section#looks .line.l11 .combo .ph {
  width: 100%;
  margin-bottom: 75px;
}
main section#looks .line.l11 .combo .spph {
  display: none;
}
main section#looks .line.l11 .combo .text {
  transform: translateX(24px);
  position: relative;
}
main section#looks .line.l11 .combo .text p {
  width: 494px;
  height: 57px;
  background-image: url(../images/text7.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: 20px;
}
main section#looks .line.l11 .photo {
  width: 21.875%;
}
main section#looks .line.l12 {
  width: 100%;
  margin: 0 auto 195px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 70px 0;
  position: relative;
}
main section#looks .line.l12 .photo {
  width: 77.75%;
}
main section#looks .line.l12 .combo {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l12 .combo .photos {
  width: 67.8%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l12 .combo .photos > div {
  width: 50%;
}
main section#looks .line.l12 .combo .photos > div:nth-child(2) > div:not(:last-child) {
  margin-bottom: 20px;
}
main section#looks .line.l12 .combo .text {
  width: calc(32.2% - 30px);
  position: relative;
}
main section#looks .line.l12 .combo .text p {
  width: 345px;
  height: 101px;
  background-image: url(../images/text8.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: -30px;
  left: -70px;
}
main section#looks .line.l12 .combo .text .credits {
  padding: 120px 0 0 30px;
}
main section#looks .line.l12 .combo .text .spph {
  display: none;
}
main section#looks .line.l13 {
  width: 100%;
  margin: 0 auto 85px auto;
  position: relative;
}
main section#looks .line.l13 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 35px;
}
main section#looks .line.l13 .combo .ph {
  width: 41.8%;
  padding-bottom: 80px;
  position: relative;
}
main section#looks .line.l13 .combo .text {
  width: 58.2%;
  position: relative;
}
main section#looks .line.l13 .combo .text p {
  width: 462px;
  height: 79px;
  background-image: url(../images/text9.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: 20px;
}
main section#looks .line.l13 .sub {
  width: 30%;
  position: absolute;
  top: -85px;
  left: 60%;
}
main section#looks .line.l13 .sub .ph {
  margin-bottom: 20px;
}
main section#looks .line.l14 {
  width: 100%;
}
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: 140px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: calc(100% - 80px);
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
footer .inner dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner dl dd:nth-last-child(2) {
  margin-bottom: 45px;
}
footer .inner dl dd a {
  color: #000;
  font-family: "Roboto", 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 dl dd span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .staff p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 50px;
}
footer .inner .staff p span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: left;
}
footer .inner .staff p span:nth-child(1) {
  width: 120px;
}
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::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: 0px;
  }
  main section#visual .wrap {
    padding: 0 0 0 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    left: 0px;
  }
  main section#visual .wrap h2 {
    display: none;
  }
  main section#visual .wrap .set {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#visual .wrap .set::before {
    content: "Autumn/Winter 2025";
    width: 115px;
    height: 447px;
    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: -50px;
    left: -40px;
    z-index: 1;
  }
  main section#visual .wrap .set::after {
    content: "";
    width: 120px;
    height: 37px;
    background-image: url(../images/logo_iena.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: 30px;
    order: 2;
  }
  main section#visual .wrap .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main section#visual .wrap .set .photo img {
    display: none;
  }
  main section#visual .wrap .set .photo img.sp {
    display: block;
  }
  main section#visual .wrap .set .lead {
    width: calc(100% - 10px);
    height: calc((100vw - 40px - 10px) * 0.64385);
    background-image: url(../images_sp/lead.png);
    order: 3;
  }
  main section#visual .bg {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
  }
  main section#visual .bg img {
    display: none;
  }
  main section#visual .bg img.sp {
    display: block;
  }
  main section#looks .line.l1 {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 75px;
    position: relative;
  }
  main section#looks .line.l1 .text {
    width: 100%;
    margin-bottom: 40px;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l1 .text::before {
    content: "";
    width: 283px;
    height: 77px;
    background-image: url(../images_sp/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;
    margin-bottom: 30px;
  }
  main section#looks .line.l1 .text p {
    width: 276px;
    height: 167px;
    background-image: url(../images_sp/text1.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l1 .photo {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  main section#looks .line.l1 .deco {
    width: calc(100% - 20px);
    padding: 0 15px 95px 40px;
    background-image: url(../images/bg_photo02.jpg);
    background-repeat: no-repeat;
    background-position: left 10px bottom;
    background-size: 50% auto;
    position: relative;
    bottom: auto;
    left: auto;
    order: 3;
  }
  main section#looks .line.l2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main section#looks .line.l2 h4 {
    display: none;
  }
  main section#looks .line.l2 .photo {
    width: 100%;
  }
  main section#looks .line.l2 .photo img {
    display: none;
  }
  main section#looks .line.l2 .photo img.sp {
    display: block;
  }
  main section#looks .line.l3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
  main section#looks .line.l3 .photo {
    width: calc(100% - 55px);
    margin: 0 auto 40px 0;
  }
  main section#looks .line.l3 .combo {
    width: calc(100% - 60px);
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 .combo p {
    width: 290px;
    height: 166px;
    background-image: url(../images/text2.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: 20px;
  }
  main section#looks .line.l3 .combo .credits {
    margin-bottom: 50px;
  }
  main section#looks .line.l3 .combo .ph {
    width: calc(100% - 45px);
    margin: 0 0 0 auto;
  }
  main section#looks .line.l4 {
    margin: 0 auto 40px auto;
  }
  main section#looks .line.l4 .photo {
    width: 100%;
  }
  main section#looks .line.l5 {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main section#looks .line.l5 .photo {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
  }
  main section#looks .line.l5 .photo img {
    display: none;
  }
  main section#looks .line.l5 .photo img.sp {
    display: block;
  }
  main section#looks .line.l5 h4 {
    width: 195px;
    height: 57px;
    background-image: url(../images_sp/catch3.png);
    transform: none;
  }
  main section#looks .line.l6 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }
  main section#looks .line.l6 .photo {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l6 .combo {
    width: calc(100% - 60px);
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main section#looks .line.l6 .combo p {
    width: 275px;
    height: 123px;
    background-image: url(../images_sp/text3.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l6 .combo .credits {
    margin-bottom: 0px;
  }
  main section#looks .line.l6 .combo .ph {
    display: none;
  }
  main section#looks .line.l7 {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
  }
  main section#looks .line.l7 img {
    width: 150vw;
  }
  main section#looks .line.l8 {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l8 .photo {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  main section#looks .line.l8 .combo {
    width: 100%;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main section#looks .line.l8 .combo .ph {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#looks .line.l8 .combo p {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.5146);
    background-image: url(../images_sp/text4.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l8 .combo .credits {
    width: calc(100% - 60px);
  }
  main section#looks .line.l9 {
    width: 100%;
    margin: 0 auto 104px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#looks .line.l9 .combo:nth-child(1) {
    width: 100%;
    margin-bottom: 150px;
  }
  main section#looks .line.l9 .combo:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l9 .combo:nth-child(1) .credits {
    width: 100%;
    padding: 0 20px;
  }
  main section#looks .line.l9 .combo:nth-child(2) {
    width: 100%;
    transform: translateY(0px);
  }
  main section#looks .line.l9 .combo:nth-child(2) .ph {
    width: 100%;
    padding: 25px 50px 25px 20px;
    background-image: url(../images/bg_p14.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
    margin-bottom: 20px;
    position: relative;
  }
  main section#looks .line.l9 .combo:nth-child(2) .ph::before {
    content: "";
    width: 188px;
    height: 91px;
    background-image: url(../images/tape_p14.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: -30px;
    left: calc(50% - 94px);
    z-index: 1;
  }
  main section#looks .line.l9 .combo:nth-child(2) .ph img {
    width: 100%;
    position: relative;
    transform: rotate(-1deg);
  }
  main section#looks .line.l9 .combo:nth-child(2) .credits {
    width: 100%;
    padding: 0 20px;
  }
  main section#looks .line.l10 {
    width: 100%;
    padding-left: 0;
    margin: 0px auto 54px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#looks .line.l10 .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l10 .combo:nth-child(1) {
    width: 100%;
    margin-bottom: 80px;
  }
  main section#looks .line.l10 .combo:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#looks .line.l10 .combo:nth-child(1) p {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.2642);
    background-image: url(../images_sp/text5.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l10 .combo:nth-child(2) {
    width: 100%;
    transform: translateY(0px);
  }
  main section#looks .line.l10 .combo:nth-child(2) .ph {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
  main section#looks .line.l10 .combo:nth-child(2) p {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.3412);
    background-image: url(../images_sp/text6.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l10 .combo .credits {
    width: calc(100% - 60px);
  }
  main section#looks .line.l11 {
    width: 100%;
    margin: 0 auto 35px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
  }
  main section#looks .line.l11 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l11 .combo::before {
    margin-bottom: 24px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    order: 2;
  }
  main section#looks .line.l11 .combo .ph {
    width: 100%;
    margin-bottom: 24px;
    order: 1;
  }
  main section#looks .line.l11 .combo .spph {
    width: calc(100% - 95px);
    margin: 0 auto 40px 0;
    display: block;
    order: 3;
  }
  main section#looks .line.l11 .combo .text {
    width: calc(100% - 60px);
    transform: translateX(0px);
    position: relative;
    order: 4;
  }
  main section#looks .line.l11 .combo .text p {
    width: 100%;
    height: calc((100vw - 60px) * 0.41);
    background-image: url(../images_sp/text7.png);
    margin-bottom: 20px;
  }
  main section#looks .line.l11 .photo {
    display: none;
  }
  main section#looks .line.l12 {
    width: 100%;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main section#looks .line.l12 .photo {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#looks .line.l12 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l12 .combo .photos {
    display: none;
  }
  main section#looks .line.l12 .combo .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 20px 0;
  }
  main section#looks .line.l12 .combo .text p {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.384375);
    background-image: url(../images_sp/text8.png);
    position: relative;
    top: auto;
    left: auto;
  }
  main section#looks .line.l12 .combo .text .credits {
    width: calc(100% - 40px);
    padding: 0px;
  }
  main section#looks .line.l12 .combo .text .spph {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l12 .combo .text .spph > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#looks .line.l13 {
    width: 100%;
    margin: 0 auto 54px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#looks .line.l13 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    order: 2;
  }
  main section#looks .line.l13 .combo .ph {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 40px;
    position: relative;
  }
  main section#looks .line.l13 .combo .text {
    width: calc(100% - 60px);
  }
  main section#looks .line.l13 .combo .text p {
    width: calc(100% - 40px);
    height: calc((100vw - 100px) * 0.4786);
    background-image: url(../images_sp/text9.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: 20px;
  }
  main section#looks .line.l13 .sub {
    width: calc(100% - 95px);
    margin: 0 auto 70px 0;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
  }
  main section#looks .line.l13 .sub .ph {
    margin-bottom: 20px;
  }
  main section#looks .line.l13 .sub .credits {
    width: 100%;
    padding: 0 0 0 20px;
  }
  main section#looks .line.l14 {
    width: 100%;
  }
  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 {
    padding: 50px 0;
  }
  footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner dl {
    padding: 0 0 0 120px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  footer .inner dl dd {
    text-align: left;
  }
  footer .inner dl dd:not(:last-child) {
    margin-bottom: 4px;
  }
  footer .inner dl dd:nth-last-child(2) {
    margin-bottom: 25px;
  }
  footer .inner dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner dl dd a:hover {
    color: #605951;
  }
  footer .inner dl dd span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .staff {
    margin-bottom: 40px;
  }
  footer .inner .staff p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
  }
  footer .inner .staff p span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    white-space: nowrap;
    text-align: left;
  }
  footer .inner .staff p span:nth-child(1) {
    width: 120px;
  }
  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 */
