@charset "UTF-8";
@import url("https://use.typekit.net/cqp7hrs.css"); /*Narrow*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.24px;
  color: #222;
}
body img, body svg {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  display: block;
}
a {
  color: #222;
}
a:active, a:hover, a:visited {
  color: #222;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.container {
  font-size: 14px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1.1s ease;
}
.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1s ease 0.15s forwards;
  font-size: 1.3rem;
}
.container.active {
  opacity: 1;
}
.header, .footer {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 0 40px;
  z-index: 100;
}
.header {
  margin-top: calc(20 / 1280 * 100vw);
}
.header img {
  width: 100px;
  height: auto;
}
.footer img {
  width: 100%;
  height: auto;
} 
.header a, .footer a {
  transition: all 0.3s ease;
}
.header a:hover, .footer a:hover {
  opacity: 0.5;
}
.header {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  font-size: 0;
  display: flex;
  align-items: center;
}
.header__logo-item {
  position: relative;
}

.header__logo-item:first-child {
  padding-right: 20px;
  margin-right: 20px;
}

.header__logo-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #000;
}
.header__nav {
  display: flex;
  font-size: 12px;
}
.header__nav li {
  margin-right: 12px;
}
.header__nav li:last-child {
  margin-right: 0;
}
.footer {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.footer__left {
  width: 194px;
  height: 2px;
  border-radius: 2px;
  background-color: #cccccc;
  position: relative;
}
.footer__left .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: black;
  width: 0%;
  z-index: 10;
  border-radius: 2px;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__right li {
  font-size: 16px;
}
.footer__right li.insta {
  width: 30px;
  margin-right: 40px;
}
.main {
  margin-top: 80px;
  height: calc(100vh - 120px);
  overflow-x: auto; /* 横スクロールを有効化 */
  overflow-y: hidden; /* 縦スクロール無効化 */
  white-space: nowrap; /* 横並びに */
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none;
}
.main::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.main .contents {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .contents__visual {
  margin: 0 160px 0 200px;
}
.main .contents__visual .img {
  height: calc(1380 / 2000 * 100vh);
}
.main .contents__visual .titleWrap {
  display: flex;
  flex-direction: column;
}
.main .contents__visual .titleWrap .text {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main .contents__visual .titleWrap .credit {
  font-size: 11px;
  margin-top: 50px;
}
.creditFrame {
  display: flex;
  flex-direction: row;
}
.contents__visualFrame {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main .contents__visual .title-logo img {
  width: calc(200 / 375 * 100vw);
  margin-bottom: calc(167 / 375 * 100vw);
}
.main .contents__visual .title {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}
.main .contents__visual .title .title-main {
  font-size: 15px;
}
.main .contents__visual .title .title-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 100%;
}
.contents__visual.contents__box {
  display: flex;
  flex-direction: row;
}
.main .contents__product {
  margin-right: 300px;
}
.main .contents__product .box {
  height: 100%;
}
.main .contents__look .lookContent {
  display: flex;
}
.main .contents__look .lookContent .img-main {
  height: calc(1500 / 2000 * 100vh);
  margin-right: 10px;
  display: flex;
}
#look .lookContent {
  align-items: center;
}
#look03 .lookContent {
  align-items: center;
}
.image-frame--horizontal {
  padding-right: 200px;
}
.lookCredit {
  font-size: 11px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-transform: uppercase;
}
.lookCredit-pb {
  padding-bottom: 20px;
}
.ClassNameLi {
  display: flex;
  gap: 5px;
}
.ClassNameBuy {
  margin-left: 5px;
}
.ClassNameBuy a {
  text-decoration: underline;
}
.ClassNameBuy a:hover {
  text-decoration: none;
  transition: .0.6s;
}
.ClassNameBuy .item-d-none {
  display: none;
}
#look02 .image-frame--credit {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  align-items: flex-end;
}
.lookWrap {
  display: flex;
  align-items: flex-end;
}
.main .contents__look .lookContent .img p:first-child {
  margin-right: 10px;
}
#look .image-frame--row {
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#look .image-frame--row img {
  width: calc((100% - 10px) / 2);
  height: auto;
  display: block;
  object-fit: cover;
}
#look .image-frame--column {
  display: flex;
  gap: 10px;
}
.main .contents__endroll .image img {
  height: calc(1380 / 2000 * 100vh);
}
.main .contents__endroll {
  padding-left: 200px;
}
.contents__info .text {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  line-height: 200%;
}
.contents__info .logo img {
  width: 100px;
}
.main .contents__info {
  padding-right: 300px;
  padding-left: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer__copy {
  font-size: 9px;
}
.footer__title {
  font-size: 13px;
}
.footer__list {
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ClassNameBuy .item-d-none {
  display: none;
}
.main .contents__look .lookContent .image-frame01,
.main .contents__look .lookContent .image-frame05,
.main .contents__look .lookContent .image-frame06 {
  padding-right: 10px;
}
.contents__info .copy {
  font-size: 9px;
  padding-top: 72px;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    font-size: 1.2rem;
  }
  .header, .footer {
    height: 50px;
    padding: 0 15px;
  }
  .header__logo {
    width: 60px;
  }
  .header__nav li {
    margin-right: 12px;
  }
  .footer__left {
    width: 124px;
  }
  .footer__right li {
    font-size: 12px;
  }
  .footer__right li.insta {
    width: 25px;
    margin-right: 15px;
  }
  .main {
    margin-top: 60px;
    height: calc(100dvh - 100px);
  }
  .main .contents__visual .img {
    height: calc(1380 / 2000 * 100vh);
  }
  .main .contents__visual .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .main .contents__look .lookContent {
    display: grid;
    grid-auto-flow: column;
  }
  .main .contents__look .lookContent .img-main {
    height: calc(1500 / 2000 * 100vh);
    margin-right: 20px;
    display: flex;
    font-size: 0;
  }
  .main .contents__info {
    padding-right: 40px;
    padding-left: 80px;
    height: 100%;
    gap: 32px;
  }
  .main .contents__info .title {
    text-align: center;
  }
  .header img {
    width: 60px;
  }
  .header {
    margin-top: calc(10 / 375 * 100vw);
  }
  .header__logo-item:first-child {
    padding-right: 12px;
    margin-right: 12px;
  }
  .main .contents__visual .titleWrap .credit {
    margin-top: 40px;
  }
  .contents__visualFrame {
  gap: 64px;
  }
  #look .lookContent .image-frame--row {
    width: calc(600 / 375 * 100vw);
  }
  #look .lookContent .image-frame--horizontal img {
  width: calc(555 / 375 * 100vw);
  }
  #look .lookContent .image-frame--column img {
  width: calc(295 / 375 * 100vw);
  }
  .image-frame--horizontal {
    padding-right: 100px;
  }
  .main .contents__endroll {
    padding-left: 100px;
  }
  .main .contents__visual {
  margin: 0 80px 0 40px;
}
.main .contents__look .lookContent .image-frame01 img,
.main .contents__look .lookContent .image-frame02 img,
.main .contents__look .lookContent .image-frame05 img,
.main .contents__look .lookContent .image-frame06 img,
.main .contents__look .lookContent .image-frame07 img {
  width: calc(160 / 375 * 100vh);
}
.main .contents__look .lookContent .image-frame03 img {
  width: calc(172 / 375 * 100vh);
}
.main .contents__look .lookContent .image-frame04 img {
  width: calc(300 / 375 * 100vh);
}
.main .contents__look .lookContent .image-frame02,
.main .contents__look .lookContent .image-frame04 {
  padding-right: 100px;
}
.main .contents__look .lookContent .image-frame03 {
  padding-right: 40px;
}

}
@media (min-width: 769px) {
.main .contents__look .lookContent .img-main {
  margin-right: 20px;
}
.main .contents__visual .title-logo img {
  width: calc(560 / 2000 * 100vh);
  margin-bottom: calc(510 / 2000 * 100vh);
}
.main .contents__look .lookContent .image-frame03 img {
  width: calc(1000 / 2000 * 100vh);
}
.main .contents__look .lookContent .image-frame03 {
  padding-right: 40px;
}
.main .contents__look .lookContent .image-frame04 img {
  width: calc(1665 / 2000 * 100vh);
}
.main .contents__look .lookContent .image-frame01 img,
.main .contents__look .lookContent .image-frame02 img,
.main .contents__look .lookContent .image-frame05 img,
.main .contents__look .lookContent .image-frame06 img,
.main .contents__look .lookContent .image-frame07 img {
  width: calc(888 / 2000 * 100vh);
}
.main .contents__look .lookContent .image-frame02,
.main .contents__look .lookContent .image-frame04 {
  padding-right: 160px;
}
.main .contents__box {
  gap: 160px;
}
.contents__visualFrame {
  gap: 80px;
}
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn2 {
  animation: fadeInAnime 1s forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
