@charset "UTF-8";
@import url("https://use.typekit.net/icq6kwb.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@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: "minion-pro", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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: #DDE8EB;
  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: column;
  justify-content: center;
  align-items: center;
  gap: 86px 0;
}
#loader .inner::after {
  content: "";
  width: 161px;
  height: 150px;
  background-image: url(../images/logo345blk.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 .inner h2 {
  width: 160px;
  height: 49px;
  background-image: url(../images/logo.svg);
  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: #000;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  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(-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: #FFF;
  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: 305px;
  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: #000;
  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: "minion-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav .menu dl dd a:hover {
  color: #DDE8EB;
}

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 top;
  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 h5 {
  color: #FFF;
  font-family: "minion-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main section .credits .incredit h5:not(:first-child) {
  padding-top: 16px;
}
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: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div.item-d-none dl dd a + span:not(:first-child) {
  margin-left: 5px;
}
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: #646363;
}
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: mpwrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#visual.on .hero .title .logo, main section#visual.on .hero .title h3, main section#visual.on .hero .title p {
  opacity: 1;
}
main section#visual.on figure h4, main section#visual.on figure img {
  opacity: 1;
}
main section#visual .hero {
  width: 100%;
  position: relative;
}
main section#visual .hero .title {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
main section#visual .hero .title .logo {
  width: 110px;
  height: 34px;
  background-image: url(../images/logo_wh.svg);
  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: 56px;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#visual .hero .title h3 {
  color: #FFF;
  font-family: "minion-pro", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 32px;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#visual .hero .title p {
  color: #FFF;
  font-family: "minion-pro", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#visual figure {
  width: 100%;
  height: auto;
}
main section#visual figure h4 {
  width: 90px;
  height: 400px;
  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;
  position: absolute;
  top: calc(100% - 200px);
  left: 25%;
  -webkit-mix-blend-mode: difference;
  mix-blend-mode: difference;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.75s ease-in 1s;
}
main section#visual figure img {
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main section#lead {
  width: 45.7%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 120px 0 0 0;
  margin: 0 auto 0 auto;
}
main section#lead.on h3, main section#lead.on p {
  opacity: 1;
}
main section#lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
  width: 60%;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  position: relative;
}
main section#looks .line {
  text-align: left;
  width: 100%;
}
main section#looks .line .pager {
  width: calc(100% - 16px);
}
main section#looks .line .pager span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.2s linear;
}
main section#looks .line .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
main section#looks .line.l1.on .combo .pset, main section#looks .line.l1.on .combo .deco {
  opacity: 1;
}
main section#looks .line.l1 .combo {
  width: 100%;
  padding: 0 0 0 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#looks .line.l1 .combo .pset {
  width: 41%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 0 0 0;
  gap: 20px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l1 .combo .pset .slider {
  width: 100%;
  position: relative;
}
main section#looks .line.l1 .combo .pset .slider .pager.pg1 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
main section#looks .line.l1 .combo .deco {
  width: 42.1875%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l1 .combo .deco h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section#looks .line.l1 .combo .deco figure {
  width: 50%;
}
main section#looks .line.l2 {
  margin: -264px 0 160px 0;
}
main section#looks .line.l2.on .combo .slider, main section#looks .line.l2.on .combo .deco {
  opacity: 1;
}
main section#looks .line.l2 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#looks .line.l2 .combo .slider {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 0;
  margin-left: 60px;
  order: 2;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l2 .combo .slider .pset {
  width: 75%;
  position: relative;
}
main section#looks .line.l2 .combo .slider .pset .pager.pg2 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
main section#looks .line.l2 .combo .deco {
  width: 50%;
  padding: 264px 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l2 .combo .deco h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 100px auto;
}
main section#looks .line.l2 .combo .deco .set {
  width: 62.5%;
}
main section#looks .line.l2 .combo .deco .set figure {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l3.on .combo .slider {
  opacity: 1;
}
main section#looks .line.l3.on .combo .set {
  opacity: 1;
}
main section#looks .line.l3 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l3 .combo .slider {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
  margin: 0 0 120px 60px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l3 .combo .slider figure {
  width: 35.15625%;
}
main section#looks .line.l3 .combo .slider .pset {
  width: 35.15625%;
  position: relative;
}
main section#looks .line.l3 .combo .slider .pset .pager.pg3 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
main section#looks .line.l3 .combo .slider .number {
  width: 29.6875%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section#looks .line.l3 .combo .slider .number h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section#looks .line.l3 .combo .set {
  width: 30.46875%;
  position: relative;
  transform: translateX(-40px);
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l3 .combo .set figure {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l4 {
  margin-top: -416px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l4.on .combo .set, main section#looks .line.l4.on .combo .number {
  opacity: 1;
}
main section#looks .line.l4 .combo {
  width: calc(100% - 260px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l4 .combo .set {
  width: 52.95%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l4 .combo .set figure {
  width: 100%;
}
main section#looks .line.l4 .combo .number {
  margin-left: 75px;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l4 .combo .number h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transform: translateY(-320px);
}
main section#looks .line.l4 .snap {
  width: 31.25%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(-120px);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l4 .snap.on {
  opacity: 1;
}
main section#looks .line.l4 .snap figure {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l5 {
  margin-top: -248px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l5.on .combo .set, main section#looks .line.l5.on .combo .number {
  opacity: 1;
}
main section#looks .line.l5 .combo {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#looks .line.l5 .combo .set {
  width: 42.1875%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l5 .combo .set .pset {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main section#looks .line.l5 .combo .set .pset .pager.pg5 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
main section#looks .line.l5 .combo .set .credits {
  width: 100%;
  padding: 0 0 0 40px;
}
main section#looks .line.l5 .combo .number {
  margin-left: 80px;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l5 .combo .number h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
main section#looks .line.l5 .snap {
  width: 31.25%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(-120px);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l5 .snap.on {
  opacity: 1;
}
main section#looks .line.l5 .snap figure {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l6 {
  margin-top: -160px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l6.on .combo .set, main section#looks .line.l6.on .combo .number {
  opacity: 1;
}
main section#looks .line.l6 .combo {
  width: 100%;
  padding: 0 0 0 100px;
  margin: 0 0 104px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#looks .line.l6 .combo .set {
  width: 44.53125%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 0;
  order: 2;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l6 .combo .set .pset {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main section#looks .line.l6 .combo .set .pset .pager.pg6 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
main section#looks .line.l6 .combo .number {
  width: 30.46875%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px 0;
  order: 1;
  position: relative;
  transform: translateY(144px);
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .line.l6 .combo .number h4 {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 0 auto;
}
main section#looks .line.l6 .combo .number figure {
  width: 77%;
}
main section#looks .line.l6 .snap {
  width: 31.25%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line.l6 .snap.on {
  opacity: 1;
}
main section#looks .line.l6 .snap figure {
  width: 100%;
}
main section#looks .profile {
  text-align: left;
  width: 100%;
  padding: 0 125px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 85px;
  position: relative;
}
main section#looks .profile.on .photo::before,
main section#looks .profile.on .photo figure,
main section#looks .profile.on .photo .credits {
  opacity: 1;
}
main section#looks .profile.on .text {
  opacity: 1;
}
main section#looks .profile .photo {
  width: 50.485%;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
main section#looks .profile .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #DDE8EB;
  position: absolute;
  top: 260px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .profile .photo figure {
  width: 100%;
  margin-bottom: 20px;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .profile .photo figure img {
  width: 100%;
}
main section#looks .profile .photo .credits {
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section#looks .profile .text {
  padding: 190px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .profile .text figure {
  width: 150px;
}
main section#looks .profile .text dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  margin: auto 0 16px 0;
}
main section#looks .profile .text dl dt {
  color: #000;
  font-family: "minion-pro", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section#looks .profile .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section#looks .profile .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  width: 25vw;
}

footer {
  width: 100%;
  padding: 200px 0 80px 0;
  margin: 0px auto;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
footer.on {
  opacity: 1;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 100px 0;
}
footer .inner .wrap {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 120px;
}
footer .inner .wrap .staff {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .wrap .staff p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
}
footer .inner .wrap .staff p span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
}
footer .inner .wrap .staff p span:nth-child(1) {
  min-width: 120px;
}
footer .inner .wrap .staff p span a {
  text-decoration: underline;
}
footer .inner .wrap .staff p span a:hover {
  color: #646363;
}
footer .inner .wrap dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
footer .inner .wrap dl dt {
  width: 160px;
  margin-bottom: 40px;
}
footer .inner .wrap dl dt span {
  width: 100%;
  height: 49px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .wrap dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner .wrap dl dd a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .wrap dl dd a:hover {
  color: #646363;
}
footer .inner .wrap .logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
footer .inner .wrap .logo figure {
  width: 130px;
}
footer .inner .wrap .logo > p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: auto;
}
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::after {
    width: 50px;
    height: 47px;
  }
  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .hum {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 1px;
    right: 0px;
    z-index: 111;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  .hum:hover {
    opacity: 0.75;
  }
  .hum.on > div span {
    background-color: #DDE8EB;
  }
  .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: #FFF;
    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%;
    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: #DDE8EB;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto 56px 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 top;
    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 h5 {
    color: #FFF;
    font-family: "minion-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main section .credits .incredit h5:not(:first-child) {
    padding-top: 16px;
  }
  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: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .incredit > div.item-d-none dl dd a + span:not(:first-child) {
    margin-left: 5px;
  }
  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: #646363;
  }
  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: mpwrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 96px;
  }
  main section#visual.on .hero .title .logo, main section#visual.on .hero .title h3, main section#visual.on .hero .title p {
    opacity: 1;
  }
  main section#visual.on figure h4, main section#visual.on figure img {
    opacity: 1;
  }
  main section#visual.on img.sp {
    opacity: 1;
  }
  main section#visual .hero {
    width: 100%;
    position: relative;
  }
  main section#visual .hero .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -24px;
    right: 0px;
    z-index: 1;
    -webkit-mix-blend-mode: difference;
    mix-blend-mode: difference;
  }
  main section#visual .hero .title .logo {
    width: 94px;
    height: 29px;
    margin-bottom: 40px;
  }
  main section#visual .hero .title h3 {
    color: #FFF;
    font-family: "minion-pro", serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main section#visual .hero .title p {
    color: #FFF;
    font-family: "minion-pro", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main section#visual figure {
    width: 64px;
    height: auto;
    position: absolute;
    top: calc(50% - 142px);
    left: 16px;
  }
  main section#visual figure h4 {
    width: 64px;
    height: 284px;
    position: relative;
    top: auto;
    left: auto;
  }
  main section#visual img.sp {
    opacity: 0;
    transition: opacity 0.75s ease-in 0s;
  }
  main section#lead {
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    margin: 0 auto 48px auto;
  }
  main section#lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    width: 100%;
  }
  main section#looks {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
  }
  main section#looks .line {
    text-align: left;
    width: 100%;
  }
  main section#looks .line.l1 {
    margin-bottom: 104px;
  }
  main section#looks .line.l1 .combo {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 28px 0;
  }
  main section#looks .line.l1 .combo .pset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 20px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main section#looks .line.l1 .combo .pset .slider {
    width: 100%;
  }
  main section#looks .line.l1 .combo .pset .credits {
    width: calc(100% - 48px);
  }
  main section#looks .line.l1 .combo .deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px 0;
  }
  main section#looks .line.l1 .combo .deco h4 {
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0 0 0 50px;
  }
  main section#looks .line.l1 .combo .deco figure {
    width: calc(100% - 105px);
    margin-left: auto;
  }
  main section#looks .line.l2 {
    margin: 0 0 72px 0;
  }
  main section#looks .line.l2 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l2 .combo .slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px 0;
    margin-left: 0px;
    order: 1;
  }
  main section#looks .line.l2 .combo .slider .pset {
    width: 100%;
  }
  main section#looks .line.l2 .combo .slider .credits {
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l2 .combo .slider .credits::before {
    content: "Nº002";
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0 0 32px auto;
    position: relative;
    transform: translateX(-40px);
  }
  main section#looks .line.l2 .combo .deco {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  main section#looks .line.l2 .combo .deco h4 {
    display: none;
  }
  main section#looks .line.l2 .combo .deco .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l2 .combo .deco .set figure {
    width: 100%;
    margin-bottom: 0px;
  }
  main section#looks .line.l2 .combo .deco .set .credits {
    width: calc(100% - 48px);
  }
  main section#looks .line.l3 {
    margin: 0 0 80px 0;
  }
  main section#looks .line.l3 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 .combo .slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    margin: 0 0 48px 0;
  }
  main section#looks .line.l3 .combo .slider figure {
    width: 100%;
  }
  main section#looks .line.l3 .combo .slider .pset {
    width: 100%;
    margin-bottom: 48px;
  }
  main section#looks .line.l3 .combo .slider .number {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l3 .combo .slider .number h4 {
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section#looks .line.l3 .combo .set {
    width: 100%;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l3 .combo .set figure {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .line.l3 .combo .set .credits {
    width: calc(100% - 48px);
  }
  main section#looks .line.l4 {
    margin: 0 0 72px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l4 .combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l4 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main section#looks .line.l4 .combo .set::before {
    content: "Nº004";
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    width: calc(100% - 280px);
    margin-bottom: 12px;
    display: inline-block;
    order: 2;
  }
  main section#looks .line.l4 .combo .set figure {
    width: 100%;
    order: 1;
  }
  main section#looks .line.l4 .combo .set .credits {
    width: calc(100% - 48px);
    order: 3;
  }
  main section#looks .line.l4 .combo .number {
    margin-left: 0px;
    display: none;
  }
  main section#looks .line.l4 .snap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: none;
  }
  main section#looks .line.l4 .snap figure {
    width: 100%;
  }
  main section#looks .line.l4 .snap .credits {
    width: calc(100% - 48px);
  }
  main section#looks .line.l5 {
    margin: 0 0 104px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l5 .combo {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line.l5 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main section#looks .line.l5 .combo .set::before {
    content: "Nº005";
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    width: calc(100% - 140px);
    margin-bottom: 12px;
    display: inline-block;
    order: 2;
  }
  main section#looks .line.l5 .combo .set .pset {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main section#looks .line.l5 .combo .set .credits {
    width: calc(100% - 48px);
    padding: 0px;
    order: 3;
  }
  main section#looks .line.l5 .combo .number {
    display: none;
  }
  main section#looks .line.l5 .combo .number h4 {
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
  }
  main section#looks .line.l6 {
    margin: 0 0 56px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#looks .line.l6 .combo {
    width: 100%;
    padding: 0px;
    margin: 0 0 32px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l6 .combo .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    gap: 20px 0;
    order: 1;
  }
  main section#looks .line.l6 .combo .set .pset {
    width: 100%;
    margin-bottom: 0px;
  }
  main section#looks .line.l6 .combo .set .credits {
    width: calc(100% - 48px);
  }
  main section#looks .line.l6 .combo .number {
    width: calc(100% - 72px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 48px 0;
    order: 2;
    position: relative;
    transform: none;
  }
  main section#looks .line.l6 .combo .number h4 {
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 0 auto;
  }
  main section#looks .line.l6 .combo .number figure {
    width: 100%;
  }
  main section#looks .line.l6 .snap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: none;
  }
  main section#looks .line.l6 .snap figure {
    width: 100%;
  }
  main section#looks .profile {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main section#looks .profile .photo {
    width: 100%;
    margin-bottom: 64px;
  }
  main section#looks .profile .photo::before {
    top: 160px;
  }
  main section#looks .profile .photo figure {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#looks .profile .photo .credits {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  main section#looks .profile .text {
    width: calc(100% - 48px);
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main section#looks .profile .text figure {
    width: 150px;
    margin-bottom: 56px;
  }
  main section#looks .profile .text dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin: auto 0 16px 0;
  }
  main section#looks .profile .text dl dt {
    color: #000;
    font-family: "minion-pro", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section#looks .profile .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section#looks .profile .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    width: 100%;
  }
  main section#looks .profile .text p a {
    color: #000;
  }
  main section#looks .profile .text p a:hover {
    color: #646363;
  }

  footer {
    padding: 0 0 80px 0;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 100px 0;
  }
  footer .inner .wrap {
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px 0;
  }
  footer .inner .wrap .staff {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .wrap .staff p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 32px;
  }
  footer .inner .wrap .staff p span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
  }
  footer .inner .wrap .staff p span:nth-child(1) {
    min-width: 120px;
  }
  footer .inner .wrap dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  footer .inner .wrap dl dt {
    width: 160px;
    margin-bottom: 40px;
  }
  footer .inner .wrap dl dt span {
    width: 100%;
    height: 49px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .wrap dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner .wrap dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.34em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .wrap dl dd a:hover {
    color: #DDE8EB;
  }
  footer .inner .wrap .logo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  footer .inner .wrap .logo figure {
    width: 130px;
  }
  footer .inner .wrap .logo > p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  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;
  }
}
