.oupute_premium_goods_read {
  width: 100%;
}

/* oupute_goods_read/index.css */
.oupute_premium_goods_read .oupute_goods_read {
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  color: var(--oupute-color-title, #222222);
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  --oupute-goods-read-visual-size: 482px;
}

.oupute_premium_goods_read .oupute_goods_read *,
.oupute_premium_goods_read .oupute_goods_read *::before,
.oupute_premium_goods_read .oupute_goods_read *::after {
  box-sizing: border-box;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-container {
  width: min(var(--oupute-container-max, 1440px), calc(100% - 48px));
  max-width: var(--oupute-container-max, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
  padding: 128px 0 105px;
  background: #F8F8F8;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 632px) minmax(0, 768px);
  gap: 40px;
  align-items: center;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-gallery {
  display: grid;
  grid-template-columns: 120px minmax(0, 482px);
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: 632px;
  min-width: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell {
  position: relative;
  display: grid;
  grid-template-rows: 44px 16px 396px 14px 44px;
  grid-template-areas:
    "prev"
    "."
    "thumbs"
    "."
    "next";
  gap: 0;
  align-items: center;
  justify-items: center;
  width: 120px;
  height: 514px;
  min-width: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::before,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 120px;
  height: 40px;
  pointer-events: none;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::before {
  top: 2px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::after {
  bottom: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow {
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #3D3D3D;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.24s ease, opacity 0.24s ease;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-prev {
  grid-area: prev;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-next {
  grid-area: next;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow:hover {
  background: transparent;
  color: var(--oupute-color-primary, #F2821F);
  box-shadow: none;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow.swiper-button-disabled,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs {
  grid-area: thumbs;
  width: 120px;
  height: 396px;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs .swiper-slide {
  width: 120px;
  height: 120px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.24s ease, opacity 0.24s ease;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb.swiper-slide-thumb-active,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb.is-active {
  border-color: #FD752A;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-swiper {
  width: 100%;
  max-width: var(--oupute-goods-read-visual-size);
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-link.is-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(242, 130, 31, 0.92);
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-play svg {
  width: 34px;
  height: 34px;
  display: block;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-info {
  height: var(--oupute-goods-read-visual-size);
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
  margin: 0;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.72px;
  overflow-wrap: anywhere;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
  margin: 20px 0 0;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  max-height: none;
  min-height: 0;
  flex: 1 1 auto;
  margin-bottom: 32px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-wrap: anywhere;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle::-webkit-scrollbar {
  width: 4px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.08);
  border-radius: 999px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle::-webkit-scrollbar-thumb {
  background: var(--oupute-color-primary, #F2821F);
  border-radius: 999px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-inquiry {
  flex: 0 0 auto;
  width: 100%;
  min-height: 60px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 50px;
  border: 1px solid var(--oupute-color-primary, #F2821F);
  background: var(--oupute-color-primary, #F2821F);
  color: #FFFFFF;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-inquiry:hover {
  border-color: var(--oupute-color-primary-hover, #DA751C);
  background: var(--oupute-color-primary-hover, #DA751C);
  color: #FFFFFF;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-detail {
  padding: 0 0 120px;
  background: #F8F8F8;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext {
  width: 100%;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  overflow-wrap: anywhere;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h4,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h5,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h6 {
  text-align: left !important;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext > *:first-child {
  margin-top: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext > *:last-child {
  margin-bottom: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 {
  margin: 45px 0;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1:first-child,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2:first-child,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3:first-child {
  margin-top: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3 {
  margin: 45px 0;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  text-align: left;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h4,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h5,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h6 {
  margin: 42px 0 20px;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext p {
  margin: 0 0 20px;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext p.is-image-only {
  margin: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext p.is-image-only + p.is-image-only {
  margin-top: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext strong,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext b {
  font-weight: 700;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext em,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext i {
  font-style: italic;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext a {
  color: var(--oupute-color-primary, #F2821F);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext ul,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext ol {
  margin: 0 0 26px;
  padding-left: 1.4em;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext li {
  margin: 0 0 10px;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext blockquote {
  margin: 40px 0;
  padding: 28px 34px;
  border-left: 4px solid var(--oupute-color-primary, #F2821F);
  background: #FFFFFF;
  color: #222222;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext p > img:only-child {
  width: 100%;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext video,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext iframe {
  max-width: 100%;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext iframe {
  display: block;
  margin: 40px auto;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext table {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  margin: 45px 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 !important;
  outline: 0;
  table-layout: fixed;
  background: #FFFFFF;
  color: #222222;
  box-shadow: none;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext col,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext colgroup {
  width: auto !important;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1 + table,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 + table,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3 + table {
  margin-top: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext table + h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext table + h2,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext table + h3 {
  margin-top: 0;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext thead,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext tbody,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext tr {
  min-height: 72px;
  border: 0 !important;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext tr:nth-child(odd) {
  background: #FFFFFF;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext tr:nth-child(even) {
  background: #F8F8F8;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td {
  min-height: 72px;
  padding: 20px 60px;
  border: 0 !important;
  color: #222222;
  font-family: var(--oupute-font-family, "Montserrat", Arial, sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th:first-child,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td:first-child {
  width: 34% !important;
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 1600px) {
  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-container {
    max-width: var(--oupute-container-max, 1440px);
  }
}
@media screen and (max-width: 1400px) {
  .oupute_premium_goods_read .oupute_goods_read {
    --oupute-goods-read-visual-size: 428px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-container {
    width: min(var(--oupute-container-max, 1440px), calc(100% - 40px));
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
    padding: 110px 0 92px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero-grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 36px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-gallery {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 24px;
    max-width: 560px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell {
    grid-template-rows: 40px 14px 360px 12px 40px;
    grid-template-areas:
      "prev"
      "."
      "thumbs"
      "."
      "next";
    gap: 0;
    width: 108px;
    height: 466px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::before,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::after {
    width: 108px;
    height: 36px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow {
    width: 40px;
    height: 40px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs {
    width: 108px;
    height: 360px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs .swiper-slide {
    width: 108px;
    height: 108px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
    font-size: 48px;
    line-height: 56px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .oupute_premium_goods_read .oupute_goods_read {
    --oupute-goods-read-visual-size: 482px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
    padding: 88px 0 78px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-gallery {
    justify-self: center;
    max-width: 632px;
    grid-template-columns: 120px minmax(0, 482px);
    gap: 30px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell {
    grid-template-rows: 44px 16px 396px 14px 44px;
    grid-template-areas:
      "prev"
      "."
      "thumbs"
      "."
      "next";
    gap: 0;
    width: 120px;
    height: 514px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow {
    width: 44px;
    height: 44px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs {
    width: 120px;
    height: 396px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs .swiper-slide {
    width: 120px;
    height: 120px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-info {
    height: auto;
    width: min(768px, 100%);
    margin: 0 auto;
    overflow: visible;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
    max-height: none;
    margin-bottom: 0;
    overflow-y: visible;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-inquiry {
    margin-top: 42px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-detail {
    padding-bottom: 100px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
    font-size: 44px;
    line-height: 52px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 {
    margin: 45px 0;
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 992px) {
  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
    padding: 70px 0 64px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
    font-size: 40px;
    line-height: 48px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
    margin-top: 18px;
    font-size: 20px;
    line-height: 32px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-detail {
    padding-bottom: 82px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext {
    font-size: 18px;
    line-height: 30px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 {
    margin: 45px 0;
    font-size: 40px;
    line-height: 48px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3 {
    margin: 45px 0;
    font-size: 30px;
    line-height: 40px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td {
    padding: 18px 34px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th:first-child,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td:first-child {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oupute_premium_goods_read .oupute_goods_read {
    --oupute-goods-read-visual-size: none;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-container {
    width: min(var(--oupute-container-max, 1440px), calc(100% - 32px));
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
    padding: 56px 0 54px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero-grid {
    gap: 38px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    max-width: 560px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-swiper {
    max-width: none;
    width: 100%;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell {
    width: 100%;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    grid-template-rows: none;
    grid-template-areas: "prev thumbs next";
    gap: 10px;
    height: auto;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::before,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell::after {
    display: none;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow {
    width: 40px;
    height: 40px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-prev svg {
    transform: rotate(-90deg);
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-next svg {
    transform: rotate(-90deg);
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs {
    width: 100%;
    height: 82px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs .swiper-slide {
    width: 82px;
    height: 82px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
    font-size: 34px;
    line-height: 42px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
    font-size: 18px;
    line-height: 29px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-inquiry {
    min-height: 56px;
    margin-top: 32px;
    font-size: 17px;
    line-height: 30px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-detail {
    padding-bottom: 64px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext {
    font-size: 16px;
    line-height: 27px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 {
    margin: 38px 0;
    font-size: 34px;
    line-height: 42px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h3 {
    margin: 38px 0;
    font-size: 26px;
    line-height: 34px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h4,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h5,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h6 {
    margin: 32px 0 16px;
    font-size: 22px;
    line-height: 30px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext table {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    margin: 38px 0;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext {
    overflow-x: hidden;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td {
    width: auto !important;
    padding: 16px 14px;
    font-size: 17px;
    line-height: 28px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext th:first-child,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext td:first-child {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-container {
    width: min(var(--oupute-container-max, 1440px), calc(100% - 28px));
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero {
    padding: 42px 0 42px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-hero-grid {
    gap: 30px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs-shell {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumb-arrow {
    width: 36px;
    height: 36px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs {
    height: 70px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-thumbs .swiper-slide {
    width: 70px;
    height: 70px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-main-swiper {
    border-radius: 16px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-title {
    font-size: 30px;
    line-height: 38px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-inquiry {
    margin-top: 26px;
    padding: 9px 22px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-detail {
    padding-bottom: 52px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h1,
.oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext h2 {
    margin: 32px 0;
    font-size: 30px;
    line-height: 38px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext p {
    margin-bottom: 16px;
  }

  .oupute_premium_goods_read .oupute_goods_read .oupute-goods-read-richtext blockquote {
    margin: 28px 0;
    padding: 22px 24px;
  }
}

/* oupute_premium_certificates/index.css */
.oupute_premium_goods_read .oupute_premium_certificates_main {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  background: #181d27;
  color: #ffffff;
  font-family: var(--oupute-font-family, var(--font-family));
}

.oupute_premium_goods_read .oupute_premium_certificates_main *,
.oupute_premium_goods_read .oupute_premium_certificates_main *::before,
.oupute_premium_goods_read .oupute_premium_certificates_main *::after {
  box-sizing: border-box;
}

.oupute_premium_goods_read .oupute_premium_certificates_main a {
  color: inherit;
  text-decoration: none;
}

.oupute_premium_goods_read .oupute_premium_certificates_main button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.oupute_premium_goods_read .oupute_premium_certificates_main img,
.oupute_premium_goods_read .oupute_premium_certificates_main svg {
  display: block;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-inner {
  position: relative;
  z-index: 1;
  width: min(var(--oupute-container-max, 1440px), calc(100% - 48px));
  margin: 0 auto;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-header {
  text-align: center;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 60px;
  font-weight: 800;
  line-height: 73px;
  letter-spacing: 0;
  text-align: center;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slider {
  margin-top: 80px;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-swiper {
  width: 100%;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-swiper .swiper-wrapper {
  align-items: stretch;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slide {
  height: auto;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card {
  display: block;
  width: 100%;
  aspect-ratio: 333 / 423;
  padding: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 3.6px 3.6px rgba(64, 64, 64, 0.06);
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 6px;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-media {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.32s ease;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card:hover .oupute-premium-cert-media img,
.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card:focus-visible .oupute-premium-cert-media img {
  transform: scale(1.035);
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav:hover:not(.is-disabled),
.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav:focus-visible:not(.is-disabled) {
  color: #ffffff;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav:active:not(.is-disabled) {
  transform: translateY(1px);
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-nav svg {
  width: 36px;
  height: 36px;
}

.oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-divider {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 24px;
  background: rgba(234, 234, 234, 0.7);
}
@media screen and (max-width: 1500px) {
  .oupute_premium_goods_read .oupute_premium_certificates_main {
    padding: 104px 0;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
    font-size: 54px;
    line-height: 66px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slider {
    margin-top: 68px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card {
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .oupute_premium_goods_read .oupute_premium_certificates_main {
    padding: 88px 0;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
    font-size: 48px;
    line-height: 58px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slider {
    margin-top: 56px;
  }
}
@media screen and (max-width: 992px) {
  .oupute_premium_goods_read .oupute_premium_certificates_main {
    padding: 72px 0;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
    font-size: 42px;
    line-height: 52px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slider {
    margin-top: 48px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-controls {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .oupute_premium_goods_read .oupute_premium_certificates_main {
    padding: 64px 0;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-inner {
    width: calc(100% - 32px);
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
    font-size: 36px;
    line-height: 44px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-card {
    padding: 14px;
  }
}
@media screen and (max-width: 480px) {
  .oupute_premium_goods_read .oupute_premium_certificates_main {
    padding: 56px 0;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-inner {
    width: calc(100% - 28px);
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-title {
    font-size: 30px;
    line-height: 38px;
  }

  .oupute_premium_goods_read .oupute_premium_certificates_main .oupute-premium-cert-slider {
    margin-top: 40px;
  }
}

/* oupute_premium_advantages/index.css */
.oupute_premium_goods_read .oupute_premium_advantages {
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  background: #ffffff;
  color: #333333;
  font-family: var(--oupute-font-family, var(--font-family));
}

.oupute_premium_goods_read .oupute_premium_advantages *,
.oupute_premium_goods_read .oupute_premium_advantages *::before,
.oupute_premium_goods_read .oupute_premium_advantages *::after {
  box-sizing: border-box;
}

.oupute_premium_goods_read .oupute_premium_advantages img,
.oupute_premium_goods_read .oupute_premium_advantages svg {
  display: block;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-inner {
  display: grid;
  grid-template-columns: 515px 925px;
  align-items: center;
  width: min(var(--oupute-container-max, 1440px), calc(100% - 48px));
  margin: 0 auto;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-copy {
  width: min(515px, 100%);
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-heading {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-eyebrow {
  margin: 0;
  color: #333333;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-title {
  width: min(485px, 100%);
  margin: 0;
  color: #333333;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 26px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-feature {
  display: flex;
  align-items: center;
  gap: 19px;
  min-width: 0;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 25px;
  color: var(--oupute-color-primary, #f2821f);
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-icon svg {
  width: 24px;
  height: 25px;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-feature-text {
  min-width: 0;
  color: #333333;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stats {
  display: grid;
  grid-template-columns: repeat(3, 295px);
  gap: 20px;
  width: 925px;
  height: 399px;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat {
  position: relative;
  min-width: 0;
  height: 399px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--oupute-color-primary, #f2821f);
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(251, 121, 34, 0.7);
  pointer-events: none;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-copy {
  position: absolute;
  left: 18%;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: #ffffff;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-number {
  display: block;
  color: #ffffff;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0;
  white-space: nowrap;
}

.oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-label {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
  .oupute_premium_goods_read .oupute_premium_advantages {
    padding: 104px 0;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-inner {
    grid-template-columns: minmax(360px, 0.56fr) minmax(0, 1fr);
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .oupute_premium_goods_read .oupute_premium_advantages {
    padding: 88px 0;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-copy {
    width: 100%;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-title {
    width: min(760px, 100%);
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin-top: 40px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stats {
    height: auto;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat {
    height: auto;
    aspect-ratio: 295 / 399;
  }
}
@media screen and (max-width: 992px) {
  .oupute_premium_goods_read .oupute_premium_advantages {
    padding: 72px 0;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-copy {
    left: 24px;
    right: 20px;
    bottom: 22px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-number {
    font-size: 36px;
    line-height: 44px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stat-label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .oupute_premium_goods_read .oupute_premium_advantages {
    padding: 64px 0;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-inner {
    width: calc(100% - 32px);
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    width: min(420px, 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .oupute_premium_goods_read .oupute_premium_advantages {
    padding: 56px 0;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-inner {
    width: calc(100% - 28px);
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-heading {
    gap: 18px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-title {
    font-size: 22px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-feature {
    align-items: flex-start;
    gap: 14px;
  }

  .oupute_premium_goods_read .oupute_premium_advantages .oupute-premium-adv-feature-text {
    font-size: 16px;
    line-height: 1.35;
  }
}

/* oupute_faq/index.css */
.oupute_premium_goods_read .oupute_faq {
  padding: 7.5rem 0;
  background: #F8F8F8;
  font-family: var(--font-family);
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__header {
  margin-bottom: 5rem;
  text-align: center;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__title {
  color: var(--title-text-color);
  font-family: var(--font-family);
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__desc {
  margin-top: 1.875rem;
  color: var(--title-text-color);
  font-family: var(--font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__body {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__list {
  min-width: 0;
  flex: 1;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item {
  position: relative;
  padding: 0 0 2.5rem;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item+.oupute_faq__item {
  padding-top: 2.5rem;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: var(--title-text-color);
  text-align: left;
  cursor: pointer;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__question {
  flex: 1;
  font-family: var(--font-family);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.22;
  text-transform: capitalize;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item.is-active .oupute_faq__question {
  color: var(--color-primary);
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__icon {
  position: relative;
  flex: 0 0 3.75rem;
  width: 3.75rem;
  aspect-ratio: 1 / 1;
  border-radius: var(--oupute-radius-pill);
  background: #D9D9D9;
  transition: background-color 0.3s ease;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item.is-active .oupute_faq__icon {
  background: var(--color-primary);
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__icon::before,
.oupute_premium_goods_read .oupute_faq .oupute_faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: var(--color-second);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item.is-active .oupute_faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding-top 0.3s ease;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__item.is-active .oupute_faq__answer {
  grid-template-rows: 1fr;
  padding-top: 2rem;
  opacity: 1;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__answer-inner {
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__answer-text {
  color: #222;
  font-family: var(--font-family);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__media {
  flex: 0 0 27.33%;
  width: 27.33%;
  aspect-ratio: 446 / 595;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_faq .oupute_faq__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .oupute_premium_goods_read .oupute_faq .oupute_faq__body {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .oupute_premium_goods_read .oupute_faq .oupute_faq__media {
    flex-basis: auto;
    width: 100%;
  }
}

/* oupute_use_cases_overview/index.css */
.oupute_premium_goods_read .oupute_use_cases_overview_main {
  position: relative;
  box-sizing: border-box;
  --oupute-use-cases-bottom-space: clamp(56px, 6.25vw, 120px);
  --oupute-use-cases-content-bottom-gap: clamp(56px, 12.8646vw, 247px);
  width: 100%;
  padding: 80px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  overflow: hidden;
  background: hsla(0, 0%, 97%, 1);
  color: #ffffff;
  font-family: var(--oupute-font-family, var(--font-family));
}

.oupute_premium_goods_read .oupute_use_cases_overview_main *,
.oupute_premium_goods_read .oupute_use_cases_overview_main *::before,
.oupute_premium_goods_read .oupute_use_cases_overview_main *::after {
  box-sizing: border-box;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main img {
  display: block;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--oupute-use-cases-bottom-space);
  left: 0;
  overflow: hidden;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-inner {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-header {
  width: min(1200px, 100%);
  margin: 0 auto;
  text-align: center;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2084;
  overflow-wrap: anywhere;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
  position: relative;
  width: 1397px;
  max-width: 100%;
  height: 496px;
  margin-top: 82px;
  margin-left: 0;
  margin-right: auto;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 678px;
  height: 228px;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 678px;
  height: 228px;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 228px;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 480px;
  width: 440px;
  height: 228px;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 440px;
  height: 228px;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-icon {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
  position: absolute;
  top: 126px;
  right: 18px;
  left: 18px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: var(--oupute-font-family, var(--font-family));
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2084;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1480px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, clamp(188px, 16.3vw, 228px));
    gap: clamp(24px, 2vw, 28px);
    width: 100%;
    height: auto;
    margin-left: auto;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(n) {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: auto;
    height: auto;
    padding: 28px 18px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-icon {
    position: static;
    transform: none;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
    position: static;
    margin: 0;
    padding: 0;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(4) {
    grid-column: 3 / span 2;
    grid-row: 2;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 1400px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main {
    padding: 70px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-inner {
    width: min(1160px, calc(100% - 40px));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-title {
    font-size: 50px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
    font-size: 22px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
    font-size: 22px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main {
    padding: 60px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    grid-template-rows: repeat(2, 188px);
    gap: 24px;
    margin-top: 62px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main {
    padding: 50px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-title {
    font-size: 42px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
    font-size: 18px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(178px, auto);
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(5) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main {
    padding: 40px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-inner {
    width: calc(100% - 40px);
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-title {
    font-size: 34px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
    font-size: 16px;
    line-height: 1.45;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(160px, auto);
    gap: 20px;
    margin-top: 44px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(5) {
    grid-column: auto;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card {
    min-height: 160px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main {
    padding: 30px 0 calc(var(--oupute-use-cases-content-bottom-gap) + var(--oupute-use-cases-bottom-space));
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-inner {
    width: calc(100% - 32px);
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-title {
    font-size: 28px;
    white-space: normal;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-grid {
    grid-auto-rows: minmax(150px, auto);
    gap: 16px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(1),
.oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card:nth-child(2) {
    grid-column: auto;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card {
    min-height: 150px;
  }

  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .oupute_premium_goods_read .oupute_use_cases_overview_main .oupute-use-cases-desc {
    max-width: 280px;
    font-size: 14px;
  }
}
