:root { --frame: 393px; --black: #000; }
* { box-sizing: border-box; }
html { background: #f3f3f3; }
body { margin: 0; color: var(--black); background: #fff; font-family: "Helvetica Neue", Arial, sans-serif; }
img { display: block; max-width: 100%; }
.collection-frame { width: 100%; max-width: var(--frame); margin: 0 auto; overflow: hidden; background: #fff; }
.hero { position: relative; height: 520px; overflow: hidden; }
.hero__photo { 
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: 49% 29%;
    /*transform: scale(1.15);*/
}
.hero__logo { position: absolute; width: 258px; height: auto; top: 188px; left: 50%; transform: translateX(-50%); }
.intro { 
    width: 90%;
    /* min-height: 258px; */
    /* padding: 63px 15px 15px; */
    margin: 5% auto 15%;
}
.intro p, .look__copy p { margin: 0; font: 400 12px/1.75 "Noto Sans JP", sans-serif; }
.look { 
    position: relative;
    /* min-height: 1970px; */
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding: 0 0 20% 0;
    margin: 0 auto 10%;
}
.look__primary, .look__secondary { display: contents; }
.look__credit { 
    position: relative;
    height: 118px;
    padding: 40px 14px 0;
    z-index: 999;
}
.look__number { position: absolute; top: 2px; left: 14px; font-stretch: condensed; font-size: 36px; font-weight: 700; line-height: 1; }
.look__credit h1 {
    margin: 10px 0 10px;
    font-size: 21px;
    line-height: 1.1;
    font-stretch: condensed;
}
.look__credit p { margin: 8px 0 0; font-size: 12px; }
.look__credit img { 
    position: absolute;
    top: 50%;
    right: 8px;
    width: 42%;
    z-index: 2;
}
.look__main { 
    position: relative;
    /*height: 520px;*/
    margin: 0;
    overflow:hidden;
}
.look__main img { width: 100%; height: 100%; object-fit: cover; }
.look__main img + img {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: main-image-fade 7s ease-in-out infinite;
}
@keyframes main-image-fade {
    0%, 40% { opacity: 0; }
    50%, 90% { opacity: 1; }
    100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .look__main img + img { animation: none; opacity: 1; }
}
.look__copy { display: grid; grid-template-columns: 65px 1fr; column-gap: 0; height: 154px; padding: 24px 27px; }
.look__index { 
    font-size: 15px;
    /* font-weight: 700; */
    line-height: 1.1;
    font-stretch: condensed;
    color: #93bc7e;
}
.look__index strong { display: block; padding-left: 2px; margin-top: 6px; font-size: 32px; line-height: .9; }
.look__sub { position: relative; height: 879px; overflow: hidden; }
.look__sub figure { position: absolute; margin: 0; overflow: hidden; }
.look__sub figure:first-child {
    /* top: 33px; */
    width: 72%;
    /* height: 346px;*/
}
.look__sub figure:last-child { top: 428px; width: 283px; height: 411px; }
.look__sub img { width: 100%; height: 100%; object-fit: cover; }
.look--one .look__sub figure:first-child, .look--three .look__sub figure:first-child { right: 0; }
.look--one .look__sub figure:last-child, .look--three .look__sub figure:last-child { left: 0; }
.look--two .look__sub figure:first-child, .look--four .look__sub figure:first-child {
    left: 0;
}
.look--two .look__sub figure:last-child, .look--four .look__sub figure:last-child {
    right: 0;
}
@media (min-width: 768px) {
    .look--two .look__sub figure:first-child, .look--four .look__sub figure:first-child {
    left: 0;
    margin-top: -15%;
}
.look--two .look__sub figure:last-child, .look--four .look__sub figure:last-child {
    right: 0;
    margin-top: 10%;
    }
}
.look__actions { display: grid; gap: 27px; width: 280px; margin: 40px auto 0; }
.look__actions a { 
    display: grid;
    height: 45px;
    place-items: center;
    color: #fff;
    background: #92bc7e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    font-stretch: condensed;
}

.look--three .look__credit {
    height: 118px;
    padding-top: 39px;
    margin-bottom: 5%;
}
.look--three .look__credit h1 { line-height: 1.1; }
.look--three .look__credit img { top: 65%; }
@media (min-width: 768px) {
  body { background: #fff; }
  .collection-frame { 
    position: relative;
    max-width: none;
    box-shadow: none; 
    width: 1200px;
}
  .hero { height: clamp(640px, 64vw, 900px); }
  .hero__photo { 
    width: 50%;
    object-position: 50% 31%; 
    transform: none; 
    padding: 50px;
}
  .hero__logo { width: clamp(258px, 24vw, 390px); top: 29%; left: calc(58% + min(16.5%, 235px)); filter: brightness(0); transform: translate(-50%, -50%); }
  .intro { position: absolute; z-index: 1; top: clamp(400px, 35vw, 560px); left: 58%; width: min(33%, 470px); min-height: 0; padding: 0; margin: 0; }
  .intro p { font-size: 14px; line-height: 2; }

  .look {
    display: flex;
    gap: clamp(20px, 3vw, 56px);
    align-items: stretch;
    min-height: 0;
    padding: clamp(64px, 3.5vw, 112px) clamp(24px, 4vw, 80px);
    border-bottom: none;
    margin: 0 auto 0;
  }
  .look__primary,
  .look__secondary {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .look__primary { flex: 4 1 0; }
  .look__secondary { flex: 6 1 0; }
  .look__sub { padding-top: clamp(180px, 14vw, 260px); }
  .look--two .look__primary,
  .look--four .look__primary { order: 2; }
  .look--two .look__secondary,
  .look--four .look__secondary { order: 1; }
  .look__credit {
    height: auto;
    padding: 62px 0 24px;
  }
  .look__number { top: 0; left: 0; font-size: 52px; }
  .look__credit h1 { font-size: clamp(22px, 2vw, 30px); line-height: 1.08; }
  .look__credit p { margin-top: 12px; font-size: 14px; }
  .look__credit img { 
    top: 64%;
    right: 0;
    bottom: 14px;
    width: 40%;
}
  .look__main { width: 100%; aspect-ratio: auto; }
  .look__main img,
  .look__sub img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none !important;
  }
  .look__copy {
    width: auto;
    grid-template-columns: 72px 1fr;
    height: auto;
    padding: 56px 0;
  }
  .look__index { font-size: 17px; }
  .look__index strong { margin-top: 8px; font-size: 38px; }
  .look__copy p { font-size: 13px; line-height: 1.9; }
  .look__sub {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: clamp(12px, 1.5vw, 24px);
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
  }
  .look__sub figure,
  .look__sub figure:first-child,
  .look__sub figure:last-child {
    position: static;
    flex: 1 1 0;
    width: auto;
    height: auto;
  }
  .look__actions {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 27px;
    width: min(70%, 280px);
    margin: auto 0 0;
  }
  .look__actions a {
    height: 40px;
    font-size: 18px;
}
  .look__sub figure:first-child { margin-top: clamp(36px, 5vw, 80px); }
  .look--three .look__credit { height: auto; padding-top: 62px; margin-bottom: 0; }
  .look--three .look__credit img { bottom: auto; }
}
.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
/*************************************************
                view
*************************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}