@import url("https://use.typekit.net/icq6kwb.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
@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: "Manrope", sans-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: #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: 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: #646363;
  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: 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: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  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 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: "Manrope", sans-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: "Zen Kaku Gothic New", 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;
  gap: 0 4px;
}
main section .credits .incredit > div dl.strong dt span {
  font-weight: 700;
}
main section .credits .incredit > div dl.strong dd a {
  font-weight: 700;
}
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;
  gap: 0 4px;
}
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: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: none;
}
main section .combo > dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  margin: 0 0 20px 0;
}
main section .combo > dl > dt {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .combo > dl > dd {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .combo > dl + p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  margin: 0 0 20px 0;
}
main section#visual {
  width: 100%;
  display: flex;
  flex-wrap: mpwrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  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 .hero .lead .photos .swiper-wrapper .swiper-slide img {
  opacity: 1;
}
main section#visual.on figure h4, main section#visual.on figure img {
  opacity: 1;
}
main section#visual .title {
  width: 80%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#visual .title h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 75px;
  height: calc(100vh - 40px);
  padding: 20px 0;
}
main section#visual .title h2 span {
  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 .title h2 span:nth-child(1) {
  background-image: url(../images/logo.png);
  width: 34px;
  height: 110px;
  order: 2;
}
main section#visual .title h2 span:nth-child(2) {
  background-image: url(../images/title1.png);
  width: 12px;
  height: 125px;
  order: 1;
}
main section#visual .title h2 span:nth-child(3) {
  background-image: url(../images/title2.png);
  width: 12px;
  height: 135px;
  order: 3;
}
main section#visual .title figure {
  width: calc(100% - 75px);
}
main section#visual .hero {
  width: calc(20% - 25px);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 25px;
}
main section#visual .hero h4 {
  display: none;
}
main section#visual .hero .lead {
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px 0;
}
main section#visual .hero .lead h3 {
  width: 30px;
  height: 457px;
  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 .hero .lead .photos {
  width: 100%;
}
main section#visual .hero .lead .photos .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 55px 0;
}
main section#visual .hero .lead .photos .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
main section#visual .hero .lead .photos .swiper-wrapper .swiper-slide:nth-child(2) img {
  transition-delay: 0.75s;
}
main section#visual .hero .lead .photos .swiper-wrapper .swiper-slide img {
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
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: "Shippori Mincho", 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 {
  margin: -155px 0 45px 0;
}
main section#looks .line.l1.on .set {
  opacity: 1;
}
main section#looks .line.l1 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 40px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l1 .set > figure {
  width: 39%;
}
main section#looks .line.l1 .set .text {
  width: 37.9%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l1 .set .text h4 {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 110px auto;
}
main section#looks .line.l1 .set .text .combo {
  width: 68%;
}
main section#looks .line.l2 {
  margin: 0px 0 45px 0;
}
main section#looks .line.l2.on .set {
  opacity: 1;
}
main section#looks .line.l2 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l2 .set .photos {
  width: 62.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l2 .set .photos > figure {
  width: 50%;
}
main section#looks .line.l2 .set .text {
  width: calc(37.5% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
}
main section#looks .line.l2 .set .text .photos {
  display: none;
}
main section#looks .line.l2 .set .text > figure {
  width: calc(100% - 110px);
  margin: 0 0 0 auto;
}
main section#looks .line.l2 .set .text .combo {
  width: calc(100% - 80px);
}
main section#looks .line.l3 {
  width: calc(100% - 120px);
  margin: 0 auto 0 0;
}
main section#looks .line.l3 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#looks .line.l3 .photos figure:nth-child(1) {
  width: 50%;
}
main section#looks .line.l3 .photos figure:nth-child(2) {
  width: 29.5%;
}
main section#looks .line.l4 {
  width: calc(100% - 40px);
  margin: 0 0 224px auto;
}
main section#looks .line.l4.on .set {
  opacity: 1;
}
main section#looks .line.l4 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l4 .set .photos {
  width: 40.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l4 .set .photos > figure {
  width: 100%;
}
main section#looks .line.l4 .set .photos > figure.sub {
  width: 70%;
  position: absolute;
  left: calc(-70% + 30px);
}
main section#looks .line.l4 .set .text {
  width: 28.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
  position: relative;
  transform: translateY(-110px);
}
main section#looks .line.l4 .set .text > figure {
  display: none;
}
main section#looks .line.l4 .set .text .combo {
  width: calc(100% - 80px);
}
main section#looks .line.l5 {
  width: calc(100% - 20px);
  margin: 0 auto 160px 0;
}
main section#looks .line.l5.on .set {
  opacity: 1;
}
main section#looks .line.l5 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l5 .set .photos {
  width: 62%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
main section#looks .line.l5 .set .photos > figure {
  width: 100%;
}
main section#looks .line.l5 .set .photos > figure.sub {
  width: 25.65%;
  position: absolute;
  top: -150px;
  left: 40px;
}
main section#looks .line.l5 .set .text {
  width: calc(38% - 130px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l5 .set .text .photo {
  width: 100%;
  margin-bottom: 50px;
}
main section#looks .line.l5 .set .text .photo .swiper-wrapper .swiper-slide:nth-child(2) {
  display: none;
}
main section#looks .line.l5 .set .text .combo {
  width: 100%;
}
main section#looks .line.l6 {
  width: 100%;
  margin: 0 auto 176px 0;
}
main section#looks .line.l6.on .set {
  opacity: 1;
}
main section#looks .line.l6 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l6 .set .text {
  width: 28.125%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
main section#looks .line.l6 .set .text > figure {
  width: 100%;
  margin-bottom: 50px;
}
main section#looks .line.l6 .set .text .combo {
  width: calc(100% - 50px);
}
main section#looks .line.l6 .set .slider {
  width: 46.875%;
  position: relative;
}
main section#looks .line.l6 .set .slider .swiper-wrapper {
  width: 100%;
}
main section#looks .line.l6 .set .slider .pager {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
}
main section#looks .line.l6 .set .slider .pager span {
  background-color: #FFF;
}
main section#looks .line.l6 .set .spph {
  display: none;
}
main section#looks .line.l7 {
  width: calc(100% - 145px);
  margin: 0 auto 225px 0;
}
main section#looks .line.l7.on .set {
  opacity: 1;
}
main section#looks .line.l7 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l7 .set > figure {
  width: 55.5%;
}
main section#looks .line.l7 .set .text {
  width: calc(44.5% - 175px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l7 .set .text > figure {
  width: 100%;
  margin-bottom: 50px;
}
main section#looks .line.l7 .set .text .combo {
  width: 100%;
}
main section#looks .line.l8 {
  width: calc(100% - 260px);
  margin: 0;
}
main section#looks .line.l8.on .set {
  opacity: 1;
}
main section#looks .line.l8 .set {
  width: 100%;
  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;
  position: relative;
}
main section#looks .line.l8 .set .photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l8 .set .photos .slide {
  width: 100%;
}
main section#looks .line.l8 .set .photos .slide.sps8-1 .swiper-wrapper .swiper-slide:nth-child(1) {
  padding: 25px 0 0 30px;
  order: 2;
}
main section#looks .line.l8 .set .photos .slide.sps8-1 .swiper-wrapper .swiper-slide:nth-child(2) {
  padding: 0 0 25px 30px;
  order: 1;
}
main section#looks .line.l8 .set .photos .slide.sps8-2 .swiper-wrapper .swiper-slide:nth-child(1) {
  padding: 0 30px 25px 0;
}
main section#looks .line.l8 .set .photos .slide.sps8-2 .swiper-wrapper .swiper-slide:nth-child(2) {
  padding: 25px 30px 0 0;
}
main section#looks .line.l8 .set .photos .slide .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l8 .set .photos .slide .swiper-wrapper .swiper-slide {
  width: 50%;
  box-sizing: border-box;
}
main section#looks .line.l8 .set .text {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l8 .set .text .combo {
  width: 62.5%;
}
main section#looks .line.l9 {
  width: 100%;
  margin: 0 auto 225px 0;
}
main section#looks .line.l9.on .set {
  opacity: 1;
}
main section#looks .line.l9 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l9 .set .photo {
  width: 29.6875%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#looks .line.l9 .set .photo > figure {
  width: 100%;
  margin-bottom: 20px;
}
main section#looks .line.l9 .set .photo .credits {
  width: 100%;
  padding: 0 0 0 40px;
}
main section#looks .line.l9 .set .text {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
  position: relative;
  transform: translateY(-64px);
}
main section#looks .line.l9 .set .text .photos {
  width: 100%;
}
main section#looks .line.l9 .set .text .photos .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l9 .set .text .photos .swiper-wrapper .swiper-slide {
  width: 50%;
}
main section#looks .line.l9 .set .text .combo {
  width: 50%;
  position: relative;
}
main section#looks .line.l10 {
  width: calc(100% - 80px);
  margin: 0 auto;
}
main section#looks .line.l10.on .set {
  opacity: 1;
}
main section#looks .line.l10 .set {
  width: calc(100% - 35px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-stat;
  gap: 0px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  position: relative;
}
main section#looks .line.l10 .set .text {
  width: 39.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#looks .line.l10 .set .text figure {
  width: 150px;
}
main section#looks .line.l10 .set .text .ph {
  display: none;
}
main section#looks .line.l10 .set .text > div {
  width: calc(100% - 150px);
  max-width: 290px;
  padding: 140px 0 0 0;
}
main section#looks .line.l10 .set .text > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
  margin-bottom: 16px;
}
main section#looks .line.l10 .set .text > div dl dt {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#looks .line.l10 .set .text > div dl dd {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section#looks .line.l10 .set .text > div dl + p {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section#looks .line.l10 .set .text > div figure {
  width: 100%;
}
main section#looks .line.l10 .set .text > div figure a {
  display: block;
  transition: all 0.2s ease-in 0s;
}
main section#looks .line.l10 .set .text > div figure a:hover {
  opacity: 0.75;
}
main section#looks .line.l10 .set .photo {
  width: 36.5%;
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line.l10 .set .photo > figure {
  width: 100%;
  margin-bottom: 32px;
}
main section#looks .line.l10 .set .photo h5 {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main section#looks .line.l10 .set .photo .credits {
  width: 100%;
  padding: 0px;
}

footer {
  width: 100%;
  padding: 120px 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: "Shippori Mincho", 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: auto;
    left: 0px;
    z-index: 111;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  .hum:hover {
    opacity: 0.75;
  }
  .hum.on {
    background-color: #000;
  }
  .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 100% 0 0);
  }
  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: 50px 0 0 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits .incredit h5 {
    color: #FFF;
    font-family: "Manrope", sans-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: "Shippori Mincho", 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;
    gap: 0 4px;
  }
  main section .credits .incredit > div dl.strong dt span {
    font-weight: 700;
  }
  main section .credits .incredit > div dl.strong dd a {
    font-weight: 700;
  }
  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;
    gap: 0 4px;
  }
  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: "Shippori Mincho", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: none;
  }
  main section .combo > dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin: 0 0 20px 0;
  }
  main section .combo > dl > dt {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .combo > dl > dd {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .combo > dl + p {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    margin: 0 0 20px 0;
  }
  main section#visual {
    width: 100%;
    display: flex;
    flex-wrap: mpwrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
    position: relative;
    z-index: 1;
  }
  main section#visual .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#visual .title h2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 55px;
    height: auto;
    padding: 0px;
    order: 2;
  }
  main section#visual .title h2 span:nth-child(1) {
    width: 33px;
    height: 107px;
  }
  main section#visual .title h2 span:nth-child(2) {
    background-image: url(../images/title1.png);
    width: 11px;
    height: 115px;
    order: 1;
    position: relative;
    transform: translateY(-30px);
  }
  main section#visual .title h2 span:nth-child(3) {
    background-image: url(../images/title2.png);
    width: 11px;
    height: 141px;
    order: 3;
  }
  main section#visual .title figure {
    width: calc(100% - 55px);
    order: 1;
  }
  main section#visual .hero {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px 0;
  }
  main section#visual .hero h4 {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual .hero .lead {
    width: calc(100% - 50px);
    padding: 0px;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 auto;
  }
  main section#visual .hero .lead h3 {
    width: 25px;
    height: 381px;
    position: relative;
    transform: translateY(105px);
  }
  main section#visual .hero .lead .photos {
    width: 70%;
  }
  main section#visual .hero .lead .photos .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
  }
  main section#visual .hero .lead .photos .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  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 {
    margin: 0 0 56px 0;
  }
  main section#looks .line.l1.on .set {
    opacity: 1;
  }
  main section#looks .line.l1 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  main section#looks .line.l1 .set > figure {
    width: 100%;
  }
  main section#looks .line.l1 .set .text {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l1 .set .text h4 {
    display: none;
  }
  main section#looks .line.l1 .set .text .combo {
    width: 100%;
  }
  main section#looks .line.l2 {
    margin: 0 0 40px 0;
  }
  main section#looks .line.l2.on .set {
    opacity: 1;
  }
  main section#looks .line.l2 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  main section#looks .line.l2 .set .photos {
    display: none;
  }
  main section#looks .line.l2 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px 0;
  }
  main section#looks .line.l2 .set .text .photos {
    width: 100%;
    display: block;
  }
  main section#looks .line.l2 .set .text > figure {
    width: calc(100% - 75px);
    margin: 0 auto 0 0;
  }
  main section#looks .line.l2 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l3 {
    width: 100%;
    margin: 0 0 60px 0;
  }
  main section#looks .line.l3 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  main section#looks .line.l3 .photos figure:nth-child(1) {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l3 .photos figure:nth-child(2) {
    width: calc(100% - 35px);
    order: 1;
  }
  main section#looks .line.l4 {
    width: 100%;
    margin: 0 0 60px 0;
  }
  main section#looks .line.l4 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 0;
  }
  main section#looks .line.l4 .set .photos {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l4 .set .photos > figure {
    width: 100%;
  }
  main section#looks .line.l4 .set .photos > figure.sub {
    display: none;
  }
  main section#looks .line.l4 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px 0;
    position: relative;
    transform: none;
    order: 1;
  }
  main section#looks .line.l4 .set .text > figure {
    width: calc(100% - 25px);
    margin: 0 auto 0 0;
    display: block;
  }
  main section#looks .line.l4 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l5 {
    width: 100%;
    margin: 0 auto 60px 0;
  }
  main section#looks .line.l5 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px 0;
  }
  main section#looks .line.l5 .set .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  main section#looks .line.l5 .set .photos > figure {
    width: 100%;
    display: none;
  }
  main section#looks .line.l5 .set .photos > figure.sub {
    width: 50%;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    z-index: 1;
  }
  main section#looks .line.l5 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#looks .line.l5 .set .text .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#looks .line.l5 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l6 {
    width: 100%;
    margin: 0 0 60px 0;
  }
  main section#looks .line.l6.on .set {
    opacity: 1;
  }
  main section#looks .line.l6 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  main section#looks .line.l6 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    order: 3;
  }
  main section#looks .line.l6 .set .text > figure {
    display: none;
  }
  main section#looks .line.l6 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l6 .set .slider {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l6 .set .slider .pager {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
  }
  main section#looks .line.l6 .set .slider .pager span {
    background-color: #FFF;
  }
  main section#looks .line.l6 .set .spph {
    width: calc(100% - 15px);
    margin-left: auto;
    display: block;
  }
  main section#looks .line.l7 {
    width: 100%;
    margin: 0 auto 60px 0;
  }
  main section#looks .line.l7 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  main section#looks .line.l7 .set > figure {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l7 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main section#looks .line.l7 .set .text > figure {
    width: calc(100% - 45px);
    margin: 0 auto 30px 0;
  }
  main section#looks .line.l7 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l8 {
    width: 100%;
    margin-bottom: 60px;
  }
  main section#looks .line.l8 .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;
    position: relative;
  }
  main section#looks .line.l8 .set .photos .slide {
    width: 100%;
  }
  main section#looks .line.l8 .set .photos .slide.sps8-1 .swiper-wrapper .swiper-slide:nth-child(1) {
    padding: 0px;
    order: 1;
  }
  main section#looks .line.l8 .set .photos .slide.sps8-1 .swiper-wrapper .swiper-slide:nth-child(2) {
    padding: 0px;
    order: 2;
  }
  main section#looks .line.l8 .set .photos .slide.sps8-2 .swiper-wrapper .swiper-slide:nth-child(1) {
    padding: 0px;
  }
  main section#looks .line.l8 .set .photos .slide.sps8-2 .swiper-wrapper .swiper-slide:nth-child(2) {
    padding: 0px;
  }
  main section#looks .line.l8 .set .photos .slide .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#looks .line.l8 .set .photos .slide .swiper-wrapper .swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }
  main section#looks .line.l8 .set .text {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#looks .line.l8 .set .text .combo {
    width: 100%;
  }
  main section#looks .line.l9 {
    width: 100%;
    margin: 0 0 40px 0;
  }
  main section#looks .line.l9 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px 0;
  }
  main section#looks .line.l9 .set .photo {
    display: none;
  }
  main section#looks .line.l9 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px 0;
    position: relative;
    order: 1;
    transform: none;
  }
  main section#looks .line.l9 .set .text .photos {
    width: calc(100% - 35px);
    margin: 0 auto 0 0;
  }
  main section#looks .line.l9 .set .text .combo {
    width: calc(100% - 40px);
  }
  main section#looks .line.l10 {
    width: 100%;
    margin: 0 auto;
  }
  main section#looks .line.l10.on .set {
    opacity: 1;
  }
  main section#looks .line.l10 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 150px 0;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  main section#looks .line.l10 .set .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px 0;
    position: relative;
    order: 2;
  }
  main section#looks .line.l10 .set .text figure {
    width: 150px;
    position: absolute;
    top: -90px;
    right: 20px;
    z-index: 1;
  }
  main section#looks .line.l10 .set .text .ph {
    width: 100%;
    padding: 0px;
    display: block;
  }
  main section#looks .line.l10 .set .text > div {
    width: calc(100% - 40px);
    padding: 0;
  }
  main section#looks .line.l10 .set .text > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    margin-bottom: 16px;
  }
  main section#looks .line.l10 .set .text > div dl dt {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#looks .line.l10 .set .text > div dl dd {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section#looks .line.l10 .set .text > div dl + p {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section#looks .line.l10 .set .text > div figure {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  main section#looks .line.l10 .set .photo {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main section#looks .line.l10 .set .photo > figure {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#looks .line.l10 .set .photo h5 {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main section#looks .line.l10 .set .photo .credits {
    width: calc(100% - 40px);
    padding: 0px;
  }

  footer {
    padding: 65px 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.1rem;
    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: 112px;
  }
  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: "Shippori Mincho", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}
