/* PC_SUB DEDICATED FILE */
/* =========================================================
   38_promo.css (PC)
   - Promotion Center: News / Video / News Detail
   - Clean full replacement (synced title motion + size tuning)
   ========================================================= */

/* =========================================================
   Shared Title Motion
   ========================================================= */
@keyframes promoHeadFadeDown{
  0%{
    opacity: 0;
    transform: translate3d(0,-24px,0);
  }
  100%{
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}

/* =========================================================
   Promo News List
   ========================================================= */
.promo-news{
  padding: 12px 0 64px;
}

.promo-news__inner{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.promo-news__head{
  margin-bottom: 34px;
  text-align: center;
}

.promo-news__title{
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.04em;
  word-break: keep-all;
  opacity: 0;
  transform: translate3d(0,-24px,0);
  animation: promoHeadFadeDown .95s cubic-bezier(.22,.61,.36,1) .08s forwards;
}

.promo-news__title-sub{
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 400;
  color: #444;
  vertical-align: baseline;
}

.promo-news__title-main{
  display: inline-block;
  font-size: 32px;
  font-weight: 550;
  color: #c89459;
  vertical-align: baseline;
}

.promo-news__slider{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.promo-news__arrow{
  position: absolute;
  top: 126px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(46,59,66,0.14);
  border-radius: 999px;
  background: #fff;
  color: #2e3b42;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
  z-index: 2;
}

.promo-news__arrow:hover{
  background: #837765;
  color: #fff;
  border-color: #837765;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

.promo-news__arrow:disabled{
  opacity: .35;
  cursor: default;
  box-shadow: none;
  transform: none;
}

.promo-news__arrow--prev{ left: -76px; }
.promo-news__arrow--next{ right: -76px; }

.promo-news__viewport{
  width: 100%;
  overflow: hidden;
}

.promo-news__track{
  display: flex;
  gap: 28px;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.promo-news__card{
  flex: 0 0 calc((100% - 84px) / 4);
  min-width: 0;
}

.promo-news__link{
  display: block;
  color: inherit;
  text-decoration: none;
}

.promo-news__thumb{
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f4f4;
  aspect-ratio: 16 / 10;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.promo-news__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

.promo-news__link:hover .promo-news__thumb img{
  transform: scale(1.05);
}

.promo-news__card-title{
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #812756;
  word-break: keep-all;
}

.promo-news__card-desc{
  margin: 0 0 12px;
  min-height: 3.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.02em;
  color: #666;
  word-break: keep-all;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.promo-news__meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #666;
}

.promo-news__press::after{
  content: "•";
  margin-left: 10px;
  color: rgba(46,59,66,.38);
}

.promo-news__date{ color: #777; }

/* =========================================================
   News Detail
   ========================================================= */
.news-detail{
  padding: 22px 0 72px;
}

.news-detail__inner{
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.news-detail__head{
  max-width: 1200px;
  margin: 0 auto 28px;
  padding-top: 12px;
  border-top: 1px solid rgba(46,59,66,0.12);
}

.news-detail__kicker{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #c89459;
}

.news-detail__title{
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #111;
  word-break: keep-all;
}

.news-detail__meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #777;
}

.news-detail__press{
  font-weight: 700;
  color: #444;
}

.news-detail__press::after{
  content: "•";
  margin-left: 10px;
  color: rgba(46,59,66,.35);
}

.news-detail__date{ font-weight: 500; }

.news-detail__hero{
  max-width: 500px;
  margin: 28px auto 40px;
  overflow: hidden;
  border-radius: 20px;
  background: #f4f4f4;
  box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}

.news-detail__hero img{
  display: block;
  width: 100%;
  height: auto;
}

.news-detail__body{
  max-width: 1200px;
  margin: 0 auto;
}

.news-detail__body p{
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: -0.03em;
  color: #333;
  word-break: keep-all;
}

.news-detail__actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
}

.news-detail__btn{
  min-width: 300px;
  height: 64px;
  padding: 0 28px;
  border-radius: 24px;
  border: 1px solid #c89459;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.news-detail__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.news-detail__btn--primary{
  background: #c89459;
  color: #fff;
}

.news-detail__btn--primary:hover{
  background: #b8844b;
  border-color: #b8844b;
}

.news-detail__btn--ghost{
  background: #fff;
  color: #694c24;
}

.news-detail__btn--ghost:hover{
  background: #fff9f2;
}

.news-detail__notice{
  max-width: 1200px;
  margin: 90px auto 0;
  text-align: center;
}

.news-detail__notice p{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #8b8b8b;
  word-break: keep-all;
}

/* =========================================================
   Promo Video
   ========================================================= */
.promo-video{
  padding: 12px 0 72px;
}

.promo-video__inner{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.promo-video__head{
  margin-bottom: 34px;
  text-align: center;
}

.promo-video__title{
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.04em;
  word-break: keep-all;
  opacity: 0;
  transform: translate3d(0,-24px,0);
  animation: promoHeadFadeDown .95s cubic-bezier(.22,.61,.36,1) .08s forwards;
}

.promo-video__title > span,
.promo-video__title-sub{
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 400;
  color: #444;
  vertical-align: baseline;
}

.promo-video__title > em,
.promo-video__title-main{
  display: inline-block;
  font-style: normal;
  font-size: 32px;
  font-weight: 550;
  color: #c89459;
  vertical-align: baseline;
}

.promo-video__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.promo-video__card,
.promo-video__item{
  min-width: 0;
}

.promo-video__link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.promo-video__thumb,
.promo-video__frame{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #1e2730 0%, #0f1419 100%);
  aspect-ratio: 16 / 9;
  box-shadow: 0 14px 34px rgba(0,0,0,0.10);
}

.promo-video__thumb-label{
  position: absolute;
  left: 24px;
  top: 20px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255,255,255,.82);
}

.promo-video__frame iframe,
.promo-video__frame video,
.promo-video__frame img,
.promo-video__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.promo-video__body{
  text-align: center;
  padding-top: 18px;
}

.promo-video__card-title,
.promo-video__item-title{
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #444;
  word-break: keep-all;
  text-align: center;
}

.promo-video__card-desc,
.promo-video__item-desc{
  margin: 0;
  font-size: 17px;
  line-height: 1.48;
  letter-spacing: -0.02em;
  color: #666;
  word-break: keep-all;
  text-align: center;
}

.promo-video__notice{
  margin: 68px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #8b8b8b;
  word-break: keep-all;
}


@media (prefers-reduced-motion: reduce){
  .promo-news__arrow,
  .promo-news__track,
  .promo-news__thumb img,
  .news-detail__btn,
  .promo-news__title,
  .promo-video__title{
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
}
