@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
}

html {
  font-size: 70.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #000;
}

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;
}

* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
.js-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.js-loader.complete {
  opacity: 0;
  pointer-events: none;
}

.loader {
  background-color: #6D442D;
  color: #0038FF;
}
.loader .loading {
  width: 200px;
  padding-top: 30px;
  animation: flash 1s linear infinite;
  text-align: center;
  margin-inline: auto;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
main {
  position: relative;
  margin: 0 auto;
  display: flow-root;
  max-width: 100vw;
  width: 100%;
}

.container {
  max-width: 982px;
  width: 90%;
  margin-inline: auto;
  margin: 0 auto;
  display: flow-root;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.l-articleLayout__nav {
  position: sticky !important;
  float: left;
  width: 30%;
  height: 100vh;
  top: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-articleLayout__nav {
    float: none;
    display: none;
  }
}
.l-articleLayout__nav ul {
  width: 70%;
  width: 50%;
  inset: 0;
  margin: auto;
  display: grid;
  gap: 10px;
}
.l-articleLayout__nav .scroll {
  width: 30%;
}
.l-articleLayout__nav .scroll .text {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.l-articleLayout__nav .scroll .text::after {
  content: "";
  display: inline-block;
  height: 120px;
  width: 1px;
  background: #000;
  margin-top: 10px;
}

.l-articleLayout__article {
  float: right;
  width: 70%;
  position: relative;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-articleLayout__article {
    width: 100%;
  }
}

.main-visual__img .img {
  position: relative;
}
.main-visual__img ul {
  display: flex;
  flex-wrap: wrap;
}
.main-visual__img ul li {
  width: 16.6666666667%;
}
.main-visual__img ul li:nth-of-type(1) {
  animation-delay: 1s;
}
.main-visual__img ul li:nth-of-type(2) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(3) {
  animation-delay: 0s;
}
.main-visual__img ul li:nth-of-type(4) {
  animation-delay: 1s;
}
.main-visual__img ul li:nth-of-type(5) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(6) {
  animation-delay: 1.5s;
}
.main-visual__img ul li:nth-of-type(7) {
  animation-delay: 1s;
}
.main-visual__img ul li:nth-of-type(8) {
  animation-delay: 0s;
}
.main-visual__img ul li:nth-of-type(9) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(10) {
  animation-delay: 1.5s;
}
.main-visual__img ul li:nth-of-type(11) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(12) {
  animation-delay: 0s;
}
.main-visual__img ul li:nth-of-type(13) {
  animation-delay: 1.5s;
}
.main-visual__img ul li:nth-of-type(14) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(15) {
  animation-delay: 1s;
}
.main-visual__img ul li:nth-of-type(16) {
  animation-delay: 0s;
}
.main-visual__img ul li:nth-of-type(17) {
  animation-delay: 0.5s;
}
.main-visual__img ul li:nth-of-type(18) {
  animation-delay: 1s;
}
.main-visual__img .sub-ttl {
  width: 60%;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-top: 30px;
}
.main-visual__img .ttl {
  width: 65%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main-visual__lead {
  max-width: 600px;
  width: 90%;
  margin: 30px auto;
}
.main-visual__nav {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 40px;
}
.main-visual__nav li {
  width: 30%;
}

.sec-wrap.looks1 {
  background: #F5F5F5;
}
.sec-wrap.looks2 {
  background: #F5EFE8;
}
.sec-wrap.looks3 {
  background: #DCD4CA;
  margin-bottom: 100px;
}

.sec-wrap__look {
  padding-bottom: 60px;
}
.sec-wrap__look .mainImg-wrap {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec-wrap__look .mainImg-wrap {
    padding-top: 50px;
  }
}
.sec-wrap__look .mainImg-wrap .img {
  width: 80%;
  margin-inline: auto;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.sec-wrap__look .head {
  position: absolute;
  width: 85%;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-wrap__look .head {
    top: 5%;
  }
}
.sec-wrap__look .sub-head {
  font-family: "span-condensed", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6em;
  line-height: 1;
}
.sec-wrap__look .sub-head div {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .sec-wrap__look .sub-head {
    font-size: 1.5em;
  }
}
.sec-wrap__look .num {
  font-size: 1.8em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-wrap__look .num {
    font-size: 1.5em;
    margin-top: 3px;
  }
}
.sec-wrap__look .img-wrap {
  width: 95%;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-wrap__look .img-wrap {
    width: 100%;
  }
}
.sec-wrap__look .text {
  max-width: 600px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 20px;
}
.sec-wrap__look .credit {
  max-width: 600px;
  width: 90%;
  margin-inline: auto;
}
.sec-wrap__look .credit li {
  display: flex;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
  line-height: 1.2;
  align-items: flex-start;
}
.sec-wrap__look .credit span::after {
  content: "/";
}
.sec-wrap__look .credit span:last-of-type::after {
  content: "";
  margin-right: 20px;
}
.sec-wrap__look .buy-btn {
  background: #0038FF;
}
.sec-wrap__look .buy-btn .item-d-none {
  display: none;
}
.sec-wrap__look .buy-btn a {
  color: #fff;
  padding: 2px 10px;
  display: block;
}

footer .link {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  footer .link {
    max-width: 390px;
    width: 94%;
  }
}
footer .link li {
  margin-left: 10px;
}
footer .link li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
}
footer .link li:first-child {
  margin-left: 0;
}
footer .link li:first-child::before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .link li:nth-child(4) {
    margin-left: 0;
  }
  footer .link li:nth-child(4)::before {
    content: "";
    padding-right: 0;
  }
}
footer .link li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0038FF;
}
footer .copy {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 60px;
}

/* fadein */
.js-inview {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 1s ease 0.4s;
}
.js-inview.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */