@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

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

.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.js-fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
}


.contents {
  position: relative;
  z-index: 99;
}

.section-mainimage {
  background-color: #F5F4F7;
  clip-path: ellipse(2920px 100% at center top);
  z-index: 3;
  position: relative;
  margin-top: -5vw;
}

@media screen and (max-width: 768px) {
  .section-mainimage {
    clip-path: ellipse(1000px 100% at center top);
    margin-top: 0;
  }
}

.mainimage {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainimage {
    max-width: none;
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
  }
}

.mainimage img {
  display: block;
  width: 100%;
  height: auto;
}

.section-intro {
  background-image: url(/images/orient_star/collection/contemporary/lp/three-hand-2026aw/intro.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 240px;
  padding-bottom: 240px;
  clip-path: ellipse(2920px 100% at center top);
  position: relative;
  z-index: 2;
}

.en .section-intro {
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .section-intro {
    margin-top: calc(2vw - 10px);
    padding-top: 90px;
    padding-bottom: 80px;
    clip-path: none;
    z-index: 4;
  }
  .en .section-intro {
    margin-top: -60px;
  }
}

.intro {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 40px;
  }
}

.intro__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 32px;
  }
}

.intro__body {
  margin-top: 65px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .intro__body {
    margin-top: 36px;
  }
}

.intro__body p {
  font-size: 24px;
  line-height: 2.2;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .intro__body p {
    font-size: 14px;
    line-height: 2.2;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
}

.intro__body p + p {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .intro__body p + p {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 0 15px;
  }
}

.section-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: -75px;
  z-index: 1;
  position: relative;
}

.en .section-youtube{
    margin-top: -105px;
}

@media screen and (max-width: 768px) {
  .section-youtube {
    aspect-ratio: auto;
    margin-top: -18px;
  }
}

.youtube {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube {
    height: auto;
  }
}

.youtube video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube video {
    height: auto;
  }
}

.volume-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 50;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.volume-btn img {
  width: 50px;
  height: 50px;
  display: block;
}

.volume-btn .volume-off {
  display: none;
}

.volume-btn.muted .volume-on {
  display: none;
}

.volume-btn.muted .volume-off {
  display: block;
}

.section-concept {
  background-color: #fff;
  position: relative;
  height: 1560px;
  background-image: url(/images/orient_star/collection/contemporary/lp/three-hand-2026aw/concept-bg.webp);
  background-size: cover;
  background-position: 0px 32%;
}

@media screen and (max-width: 1024px) {
  .section-concept {
    display: flex;
    flex-direction: column;
    height: auto;
      background-image: url(/images/orient_star/collection/contemporary/lp/three-hand-2026aw/concept-bg-sp.webp);
          background-size: contain;
    background-position: top 30px center;
  }
}

.concept__image1 {
  position: absolute;
  top: 0;
  left: min(0px, calc(100vw - 1920px));
  width: 1200px;
}

@media screen and (max-width: 1024px) {
  .concept__image1 {
    position: relative;
    order: 2;
    top: -15vw;
    left: 0;
    max-width: 105%;
    width: 105%;
  }
}

@media screen and (max-width: 768px) {
  .concept__image1 {
    top: calc(-5vw - 20px);
    width: 90%;
  }
}

.concept__image1 img {
  display: block;
  width: 100%;
  height: auto;
}

.concept__image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1200px;
}

.en .concept__image2{
    bottom: -120px;
}

@media screen and (max-width: 1024px) {
  .concept__image2 {
    order: 3;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .concept__image2 {
    order: 3;
    bottom: -20vw;
    width: 100%;
    z-index: 1;
  }
}

.concept__image2 img {
  display: block;
  width: 100%;
  height: auto;
}

.concept {
  margin: 0 auto;
  padding: 140px 40px;
}

/* .en .concept {
    padding: 110px 40px 140px;
} */

@media screen and (max-width: 768px) {
  .concept {
    order: 1;
    padding: 60px 15px;
  }

  .en .concept {
    padding: 60px 15px;
  }
}

.concept__text {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .concept__text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.concept__title {
  font-family: "EB Garamond", serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .concept__title {
    font-size: 32px;
    font-weight: 500;
  }
}

.concept__body {
  margin-top: 36px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .concept__body {
    margin-top: 28px;
  }
}

.concept__body p {
  font-size: 18px;
  line-height: 2.2;
  color: #000;
}

@media screen and (max-width: 768px) {
  .concept__body p {
    font-size: 14px;
    line-height: 2.2;
  }
}

.concept__body p + p {
  margin-top: 24px;
}

.section-product {
  background-color: #fff;
}

.product {
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .product {
    padding: 64px 24px;
  }
}

@media screen and (max-width: 768px) {
  .product {
    margin-top: 5vw;
    padding: 100px 15px 80px;
  }
}

.product__title {
  font-family: "EB Garamond", serif;
  font-size: 64px;
  font-weight: 500;
  margin-left: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .product__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .product__title {
    font-size: 32px;
    margin-left: 0;
  }
}

.product__subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 100px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .product__subtitle {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-top: 9px;
  }
}

.product__text {
  max-width: 662px;
  margin-left: 100px;
  margin-top: 36px;
  font-size: 18px;
  line-height: 2.2;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .product__text {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .product__text {
    max-width: none;
    margin-left: 0;
    margin-top: 28px;
    font-size: 14px;
    line-height: 2.2;
  }
}

.product__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(16px, 4.5vw, 87px);
  margin-top: 64px;
  width: 114%;
  margin-left: -7%;
  padding-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .product__images {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .product__images {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.product__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef0f2;
  border-radius: clamp(48px, 9vw, 160px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
  .product__image {
    border-radius: 22vw;
    aspect-ratio: 1 / 1;
  }
}

.product__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__image1 {
  grid-column: 1;
  grid-row: 1;
}

@media screen and (max-width: 768px) {
  .product__image1 {
    grid-row: 1;
  }
}

.product__image2 {
  grid-column: 2;
  grid-row: 1;
}

@media screen and (max-width: 768px) {
  .product__image2 {
    grid-row: 2;
  }
}

.product__image2 img {
  object-fit: cover;
}

.product__image3 {
  grid-column: 1;
  grid-row: 2;
}

@media screen and (max-width: 768px) {
  .product__image3 {
    grid-row: 5;
  }
}

.product__image4 {
  grid-column: 2;
  grid-row: 2;
}

@media screen and (max-width: 768px) {
  .product__image4 {
    grid-row: 4;
  }
}

.product__image4 img {
  object-fit: cover;
}

.product__image5 {
  grid-column: 3;
  grid-row: 1 / 3;
  aspect-ratio: auto;
  max-height: 1430px;
}

@media screen and (max-width: 768px) {
  .product__image5 {
    grid-row: 3;
    aspect-ratio: 1 / 1;
    max-height: none;
  }
}

@media screen and (max-width: 768px) {
  .product__image3 img,
  .product__image5 img {
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .product__image1,
  .product__image2,
  .product__image3,
  .product__image4,
  .product__image5 {
    grid-column: 1;
    grid-row: auto;
  }
}

.section-colortheme {
  background: #e2e4e5;
  padding: 160px 40px 240px;
  clip-path: ellipse(2920px 100% at center bottom);
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-colortheme {
    padding: 21vw 15px 96px;
    clip-path: ellipse(250vw 100% at center bottom);
  }
}

.colortheme {
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 340px);
  align-items: flex-end;
  gap: clamp(24px, 4vw, 56px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .colortheme {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 48px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme {
    gap: 0;
    justify-items: stretch;
  }
}

.colortheme::before {
  background-color: #fff;
  width: 65vw;
  max-width: 1244px;
  height: calc(109% - 215px);
  max-height: 585px;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  border-radius: 96px;
}

@media screen and (max-width: 1024px) {
  .colortheme::before {
    width: 100%;
    max-height: initial;
    bottom: -70px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme::before {
    content: none;
  }
}

.colortheme__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .colortheme__left {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__left {
    align-items: flex-start;
    gap: 12px;
  }
}

.colortheme__title {
  font-family: "EB Garamond", serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .colortheme__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__title {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.colortheme__subtitle {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  width: calc(50vw - 200px);
  max-width: 760px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1024px) {
  .colortheme__subtitle {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__subtitle {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    width: 100%;
  }
}

.colortheme__swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 476px;
  width: 100%;
  margin-left: 56px;
}

@media screen and (max-width: 1024px) {
  .colortheme__swatches {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__swatches {
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    max-width: none;
    margin-left: 0;
    padding: 16px 16px 0;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
  }
}

.colortheme__swatch {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
  transition:
    opacity 0.45s ease,
    border-radius 0.45s ease;
}

@media screen and (max-width: 768px) {
  .colortheme__swatch {
    border-radius: 14.4px;
  }
}

.colortheme__swatch--gold {
  background-color: #e6ce99;
}

.colortheme__swatch--lightblue {
  background-color: #bcd9eb;
}

.colortheme__swatch--silver {
  background-color: #ddd;
}

.colortheme__swatch--copper {
  background-color: #f3ccaa;
}

.colortheme__swatch--active {
  opacity: 1;
  border-radius: 120px;
}

@media screen and (max-width: 768px) {
  .colortheme__swatch--active {
    border-radius: 38.2px;
  }
}

.colortheme__swatch-name {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  transition: font-size 0.45s ease;
}

@media screen and (max-width: 768px) {
  .colortheme__swatch-name {
    font-size: 12.6px;
  }
}

.colortheme__swatch--active .colortheme__swatch-name {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .colortheme__swatch--active .colortheme__swatch-name {
    font-size: 14.4px;
  }
}

.colortheme__hero {
  width: clamp(240px, 34vw, 560px);
}

@media screen and (max-width: 768px) {
  .colortheme__hero {
    width: 100%;
    max-width: none;
    padding: 18px 16px 0;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
  }
}

.colortheme__hero-grid {
  display: grid;
}

.colortheme__hero-img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
}

@media screen and (max-width: 768px) {
  .colortheme__hero-img {
    width: 80%;
    margin: 0 auto -53px;
  }
}

.colortheme__hero-img--active {
  opacity: 1;
}

.colortheme__detail {
  display: none;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .colortheme__detail {
    align-items: center;
    width: 100%;
    max-width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__detail {
    align-items: flex-start;
    gap: 12px;
    max-width: none;
    margin-top: 65px;
  }
}

.colortheme__detail--active {
  display: flex;
}

.colortheme__detail-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  color: #000;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .colortheme__detail-text {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .colortheme__detail-text {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    margin-bottom: 12px;
  }
}

.colortheme__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .colortheme__info {
    gap: 0;
    align-items: flex-start;
  }
}

.colortheme__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.colortheme__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #222062;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #222062;
}

@media screen and (max-width: 768px) {
  .colortheme__tag {
    font-size: 14px;
  }
}

.colortheme__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #222062;
}

.colortheme__model {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 47px;
  letter-spacing: 0.18em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .colortheme__model {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 2.88px;
    text-align: left;
  }
}

.colortheme__model-no {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .colortheme__model-no {
    font-size: 24px;
  }
}

.colortheme__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .colortheme__actions {
    gap: 12px;
  }
}

.colortheme__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 40px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.colortheme__btn:hover {
  background-color: rgb(34, 32, 98);
  color: #fff;
}

.colortheme__ig {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  transition: opacity 0.3s ease;
}

.colortheme__ig:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .colortheme__ig {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 345px;
  }
}

.section-line-up {
  margin: 160px auto 0;
  width: 1200px;
}

@media screen and (max-width: 768px) {
  .section-line-up {
    margin: 20vw auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-line-up img {
    margin-top: 15vw;
  }
}

.section-cta {
  background-color: #eef0f2;
  padding: clamp(64px, 8vw, 131px) 40px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  max-width: 1840px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta {
    flex-direction: column;
    gap: 32px;
  }
}

.cta__image {
  flex: 0 0 348px;
  width: 348px;
}

@media screen and (max-width: 768px) {
  .cta__image {
    flex: none;
    width: 70%;
    max-width: 280px;
  }
}

.cta__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cta__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 16px;
  line-height: 47px;
}

@media screen and (max-width: 768px) {
  .cta__name {
    line-height: 1.6;
  }
}

.cta__model {
  font-size: 32px;
}

.cta__sns {
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__sns svg {
  width: 24px;
  height: 24px;
  fill: #000;
}

.cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .cta__buttons {
    width: 100%;
    max-width: 341px;
    align-items: center;
  }
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.cta__btn--primary {
  width: 100%;
  background-color: #222062;
  color: #fff;
}

.cta__btn--secondary {
  width: 240px;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .cta__btn--secondary {
    width: 100%;
  }
}