@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&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;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

a:hover, a:active, a.active {
  color: #0000FF;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #0000FF;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 206px;
  height: 26px;
  background-image: url(../images/logo_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  opacity: 0;
}

header {
  width: 100%;
  padding: 30px 30px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
}
header h1 {
  width: 76px;
  height: 10px;
  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;
  margin: 0;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li {
  pointer-events: auto;
}
header ul li a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #FFF;
}
header ul li:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
main section#visual {
  width: 100%;
  background-color: #0000FF;
  margin-bottom: 200px;
  position: relative;
  overflow: hidden;
}
main section#visual h2 {
  width: 60.8%;
  height: 32.528vw;
  background-image: url(../images/title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.25s ease-in 1.25s;
}
main section#visual .inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
main section#visual .inner .photo {
  position: absolute;
  opacity: 0;
}
main section#visual .inner .photo.ph1 {
  width: auto;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transition: opacity 0.1s ease-in 0.25s;
}
main section#visual .inner .photo.ph1 img {
  width: auto;
  height: 100%;
}
main section#visual .inner .photo.ph2 {
  width: 39%;
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: opacity 0.1s ease-in 0s;
}
main section#visual .inner .photo.ph3 {
  width: 32%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: opacity 0.1s ease-in 0.5s;
  display: none;
}
main section#visual .inner .photo.ph4 {
  width: 75.8%;
  border-top: solid 20px #FF1D25;
  top: 17.65%;
  right: 0px;
  z-index: 3;
  transition: opacity 0.1s ease-in 0.75s;
}
main section#visual.on h2 {
  opacity: 1;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section.sec {
  width: 100%;
}
main section.sec:not(:last-child) {
  margin-bottom: 200px;
}
main section.sec#sec1 .inner {
  width: calc(100% - 220px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec#sec1 .inner .photo {
  width: 50%;
  opacity: 0;
}
main section.sec#sec1 .inner .photo:nth-child(1) {
  transition: opacity 0.25s ease-in 0s;
}
main section.sec#sec1 .inner .photo:nth-child(2) {
  transition: opacity 0.25s ease-in 0.5s;
}
main section.sec#sec1 .inner .photo.on {
  opacity: 1;
}
main section.sec#sec2 {
  overflow: hidden;
}
main section.sec#sec2 .slider {
  width: 100%;
  transition: transform 1s ease-in;
}
main section.sec#sec2 .slider:hover {
  transform: scale(1.05);
}
main section.sec#sec3 {
  overflow: hidden;
}
main section.sec#sec3 .slider {
  width: 100%;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
main section.sec#sec3 .slider.on {
  clip-path: inset(0 0 0 0);
}
main section.sec#sec3 .photo {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
main section.sec#sec3 .photo.on {
  clip-path: inset(0 0 0 0);
}
main section.sec#sec4 .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec#sec4 .inner .photo {
  width: 50%;
  opacity: 0;
}
main section.sec#sec4 .inner .photo.on {
  opacity: 1;
}
main section.sec#sec4 .inner .photo:nth-child(1) {
  transition: opacity 0.25s ease-in 0s;
}
main section.sec#sec4 .inner .photo:nth-child(2) {
  transition: opacity 0.25s ease-in 0.5s;
}
main section.sec#sec5 {
  overflow: hidden;
}
main section.sec#sec5:not(:last-child) {
  margin-bottom: 0px;
}
main section.sec#sec5 .slider {
  width: 100%;
  position: relative;
}
main section.sec#sec5 .catch {
  width: 100%;
  background-color: #FFF;
  padding: 140px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
main section.sec#sec5 .catch h3 {
  width: 1026px;
  height: 82px;
  background-image: url(../images/catch.svg);
  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.sec#sec6 {
  overflow: hidden;
}
main section.sec#sec6 .slider {
  width: 100%;
  transition: transform 0.5s ease-in;
  position: relative;
}
main section.sec#sec6 .slider .swiper-slide {
  padding-bottom: 75vh;
}
main section.sec#sec7 {
  opacity: 0;
  transition: opacity 0.25s ease-in 0.25s;
}
main section.sec#sec7.on {
  opacity: 1;
}
main section.sec#sec7 .inner {
  background-image: url(../images/photo10.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 400px);
  margin: 0 auto;
  overflow: hidden;
}
main section.sec#sec7 .inner .slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main section.sec#sec8 {
  background-color: #000;
  position: relative;
}
main section.sec#sec8:not(:last-child) {
  margin-bottom: 300px;
}
main section.sec#sec8 .bg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
main section.sec#sec8 .inner {
  width: 100%;
  padding: 270px 0 100px 0;
  position: relative;
  z-index: 1;
}
main section.sec#sec8 .inner > .photo {
  width: calc(100% - 900px);
  margin: 0 auto 70px auto;
  transition: opacity 0.25s ease-in 0s;
}
main section.sec#sec8 .inner .photos {
  width: 100%;
  padding: 0 95px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section.sec#sec8 .inner .photos .photo {
  position: relative;
  margin: 0px;
}
main section.sec#sec8 .inner .photos .photo:nth-child(1) {
  width: 55.85%;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
main section.sec#sec8 .inner .photos .photo:nth-child(1).on {
  opacity: 1;
}
main section.sec#sec8 .inner .photos .photo:nth-child(2) {
  width: 31.25%;
  top: 200px;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.5s;
}
main section.sec#sec8 .inner .photos .photo:nth-child(2).on {
  opacity: 1;
}
main section.sec#sec9 .inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.sec#sec9 .inner > .photo {
  width: calc((100% - 20px) / 3);
  transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
main section.sec#sec10 {
  position: sticky;
  top: 0px;
}
main section.sec#sec10 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec#sec10 .inner > div {
  width: 50%;
}
main section.sec#sec11 {
  position: sticky;
}
main section.sec#sec11:not(:last-child) {
  margin-bottom: 0px;
}
main section.sec#sec11 .inner {
  width: 100%;
}
main section.sec#sec11 .logo {
  width: 100%;
  height: 67.5vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
main section.sec#sec11 .logo h3 {
  width: 364px;
  height: 46px;
  background-image: url(../images/logo_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}

footer {
  text-align: left;
  width: 100%;
  padding: 200px 0px;
  margin: 0 auto;
  background-color: #FFF;
  box-sizing: border-box;
  position: sticky;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
footer .inner ul li a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
}
footer .inner ul li a:hover {
  opacity: 0.7;
}
footer .inner ul li:not(:first-child) {
  margin-left: 5px;
}
footer .inner ul li.line {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
}
footer .inner p {
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
footer .inner p.credit {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  margin-bottom: 80px;
}

section.looks {
  background-color: rgba(0, 0, 155, 0.8);
  width: 100%;
  height: 100%;
  padding: 150px 0 110px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
}
section.looks#l1 {
  opacity: 1;
  pointer-events: auto;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 100vh;
}
section.looks .close {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 60px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 30px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 30px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .look {
  width: 1120px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
section.looks .look:not(:last-child) {
  margin-bottom: 80px;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section.looks .look .set:not(:last-child) {
  margin-bottom: 100px;
}
section.looks .look .set .photo {
  width: 680px;
  position: relative;
}
section.looks .look .set .photo div {
  width: 100%;
}
section.looks .look .set .photo div:not(:last-child) {
  margin-bottom: 30px;
}
section.looks .look .set .text {
  width: calc(100% - 680px - 40px);
  padding: 60px 0 0 0;
  border-top: solid 2px #FFF;
}
section.looks .look .set .text .credits {
  width: 100%;
}
section.looks .look .set .text .credits h5 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
section.looks .look .set .text .credits h5:not(:last-child) {
  margin-bottom: 20px;
}
section.looks .look .set .text .credits > div {
  width: 100%;
}
section.looks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 40px;
}
section.looks .look .set .text .credits > div.item-d-none dl dd::before {
  content: "COMING SOON";
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits > div.item-d-none dl dd a {
  display: none;
}
section.looks .look .set .text .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
section.looks .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits > div dl dt span {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits > div dl dt span:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}
section.looks .look .set .text .credits > div dl dt span:not(:first-child)::after {
  content: "-tax in";
  margin-left: 5px;
  display: inline-block;
}
section.looks .look .set .text .credits > div dl dt span:not(:first-child) br {
  display: none;
}
section.looks .look .set .text .credits > div dl dd a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 15px;
}
section.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .bar {
    height: 5px;
  }
  #loader .text h3 {
    width: 140px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 70px);
  }

  header {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  header h1 {
    width: 76px;
    height: 10px;
    background-image: url(../images/logo_blue.svg);
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  header ul li a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  main section#visual {
    width: 100%;
    background-color: #0000FF;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  main section#visual h2 {
    width: 89.6%;
    height: 47.936vw;
    bottom: 20px;
    left: 10px;
  }
  main section#visual .inner {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  main section#visual .inner .photo {
    position: absolute;
    opacity: 0;
  }
  main section#visual .inner .photo.ph1 {
    width: 100%;
    height: auto;
    position: relative;
  }
  main section#visual .inner .photo.ph1 img {
    width: 100%;
    height: auto;
  }
  main section#visual .inner .photo.ph2 {
    width: 39%;
    top: 0px;
    right: 0px;
    z-index: 1;
    transition: opacity 0.1s ease-in 0s;
  }
  main section#visual .inner .photo.ph3 {
    width: calc(100% - 50px);
    right: auto;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  main section#visual .inner .photo.ph4 {
    width: 100%;
    border-top: solid 10px #FF1D25;
    top: 22%;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec#sec1 .inner {
    width: calc(100% - 32px);
  }
  main section.sec#sec2 .slider {
    transition: transform 0.5s ease-in;
  }
  main section.sec#sec2 .slider:hover {
    transform: scale(1);
  }
  main section.sec#sec3 {
    overflow: hidden;
  }
  main section.sec#sec3 .slider {
    width: 100%;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  main section.sec#sec3 .slider.on {
    clip-path: inset(0 0 0 0);
  }
  main section.sec#sec3 .photo {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  main section.sec#sec3 .photo.on {
    clip-path: inset(0 0 0 0);
  }
  main section.sec#sec5 {
    overflow: hidden;
  }
  main section.sec#sec5:not(:last-child) {
    margin-bottom: 0px;
  }
  main section.sec#sec5 .slider {
    width: 100%;
    position: relative;
  }
  main section.sec#sec5 .catch {
    padding: 40px 0;
  }
  main section.sec#sec5 .catch h3 {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.08);
  }
  main section.sec#sec6:not(:last-child) {
    margin-bottom: 60px;
  }
  main section.sec#sec6 .slider .swiper-slide {
    padding-bottom: 0px;
  }
  main section.sec#sec7:not(:last-child) {
    margin-bottom: 60px;
  }
  main section.sec#sec7 .inner {
    width: calc(100% - 116px);
  }
  main section.sec#sec7 .inner .slider {
    width: calc(100% - 28px);
  }
  main section.sec#sec8:not(:last-child) {
    margin-bottom: 50px;
  }
  main section.sec#sec8 .inner {
    width: 100%;
    padding: 80px 0 0 0;
  }
  main section.sec#sec8 .inner > .photo {
    width: calc(100% - 146px);
    margin: 0 auto 50px auto;
  }
  main section.sec#sec8 .inner .photos {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section.sec#sec8 .inner .photos::before {
    content: "";
    width: 100%;
    height: 135px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  main section.sec#sec8 .inner .photos .photo:nth-child(1) {
    width: calc(100% - 106px);
    margin-bottom: 50px;
  }
  main section.sec#sec8 .inner .photos .photo:nth-child(2) {
    width: 100%;
    padding: 0 40px 0 90px;
    top: 0px;
    z-index: 1;
  }
  main section.sec#sec9:not(:last-child) {
    margin-bottom: 60px;
  }
  main section.sec#sec10:not(:last-child) {
    margin-bottom: 60px;
  }
  main section.sec#sec10 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section.sec#sec10 .inner > div {
    width: 50%;
  }
  main section.sec#sec11 .inner {
    width: 100%;
    position: sticky;
  }
  main section.sec#sec11 .logo {
    width: 100%;
    height: 67.5vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.sec#sec11 .logo h3 {
    width: 140px;
    height: 18px;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 75px 0px 150px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner ul {
    margin-bottom: 40px;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  footer .inner p {
    color: #707070;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  footer .inner p.credit {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }

  section.looks {
    padding: 45px 0 110px 0;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    width: 100%;
    height: 50vh;
  }
  section.looks .close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .close span {
    width: 30px;
    height: 1px;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 15px;
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 15px;
  }
  section.looks .close:hover {
    opacity: 1;
  }
  section.looks .look {
    width: calc(100% - 36px);
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section.looks .look .set:not(:last-child) {
    margin-bottom: 60px;
  }
  section.looks .look .set .photo {
    width: 100%;
    margin-bottom: 40px;
  }
  section.looks .look .set .text {
    width: calc(100% - 40px);
    padding: 40px 0 0 0;
    border-top: solid 1px #FFF;
  }
  section.looks .look .set .text .credits {
    width: 100%;
  }
  section.looks .look .set .text .credits h5 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits h5:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set .text .credits h5:not(:first-child) {
    margin-top: 20px;
  }
  section.looks .look .set .text .credits > div {
    width: 100%;
  }
  section.looks .look .set .text .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  section.looks .look .set .text .credits > div.item-d-none dl dd::before {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.looks .look .set .text .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text .credits > div dl dt span {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  section.looks .look .set .text .credits > div dl dt span:first-child {
    font-weight: 600;
    margin-bottom: 5px;
  }
  section.looks .look .set .text .credits > div dl dt span:not(:first-child)::after {
    content: "-tax in";
    margin-left: 5px;
    display: inline-block;
  }
  section.looks .look .set .text .credits > div dl dd a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div dl dd a:hover {
    opacity: 1;
  }
  section.looks .look .set .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 15px;
  }
  section.looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 375px) {
  section.looks .look {
    width: calc(100% - 20px);
  }
  section.looks .look .set .text {
    width: calc(100% - 20px);
  }
  section.looks .look .set .text .credits > div.item-d-none dl dd::before {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div dl dt span {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div dl dt span:not(:first-child) br {
    display: block;
  }
  section.looks .look .set .text .credits > div dl dd a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

/*# sourceMappingURL=style.css.map */
