/* ==========================================================================
   CSS Reset & Variables
   ========================================================================== */
:root {
  --c-tg-content-width: 1100px;
  --c-tg-color-blue: #00579F;
  --c-tg-color-light-blue: #00A0E9;
  --c-tg-color-white: #ffffff;
  --c-tg-color-text: #333333;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==========================================================================
   Responsive Utilities
   ========================================================================== */
@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

/* ==========================================================================
   Global Utilities & Animations
   ========================================================================== */
.c-tg-wrapper {
  color: var(--c-tg-color-white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Buttons */
.c-tg-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0.875rem, 1.5vw, 1.125rem) clamp(2.5rem, 5vw, 4rem);
  border: 1px solid var(--c-tg-color-white);
  border-radius: 999px;
  color: var(--c-tg-color-white);
  text-decoration: none;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
}
.c-tg-btn:hover {
  background-color: var(--c-tg-color-white);
  color: var(--c-tg-color-blue);
}

/* ==========================================================================
   Section Fade-in Animation (JS Controlled)
   ========================================================================== */
.js-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Section 1: Hero
   ========================================================================== */
.c-tg-campaign {
    margin: 0 auto;
    background-color: #00579F;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

.c-tg-hero {
  background-image: url('/wp-content/uploads/2026/05/background-MV-winter.avif');
  background-size: cover;
  background-position: center top;
  min-height: clamp(600px, 86.4vw, 1660px); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 10vw, 10rem) 5%;
}

.c-tg-hero__container {
  max-width: var(--c-tg-content-width);
  width: 100%;
  margin: 0 auto;
}

.c-tg-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.c-tg-hero__title {
  font-size: clamp(1.75rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.08em;
  text-align: left;
  text-shadow: 0px 4px 12px rgba(10, 50, 100, 0.4);
}

.c-tg-hero__logo {
  width: clamp(120px, 15vw, 180px);
  transform-origin: left center;
  will-change: transform;
}

.c-tg-hero__text {
  font-size: clamp(0.875rem, 1.2vw, 2rem);
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  text-shadow: 0px 4px 12px rgba(10, 50, 100, 0.4);
}
@media (min-width: 768px) {
  .c-tg-hero__text {
    text-align: left;
  }
}

/* ==========================================================================
   Section 1.5: Statement (SP Only)
   ========================================================================== */
.c-tg-statement {
  position: relative;
  background-image: url('/wp-content/uploads/2026/05/section6-bg.avif');
  background-size: cover;
  background-position: center;
  padding: clamp(3rem, 10vw, 5rem) 5%;
  overflow: hidden;
}

.c-tg-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.c-tg-statement__container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* ==========================================================================
   Section 2: Message
   ========================================================================== */
.c-tg-message {
  background-image: url('/wp-content/uploads/2026/07/section2-bg-re.avif');
  background-size: cover;
  background-position: center;
  min-height: clamp(600px, 74.4vw, 1430px); 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(4rem, 10vw, 8rem);
  position: relative;
  overflow: hidden;
}

.c-tg-message__container {
  max-width: var(--c-tg-content-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 5%;
  box-sizing: border-box;
}

.c-tg-message__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.5rem, 1vw, 1rem);
  margin: 0;
  font-weight: bold;
}

.c-tg-message__title-line {
  display: inline-flex;
  align-items: center;
}

.c-tg-message__title-white {
  background-color: var(--c-tg-color-white);
  color: var(--c-tg-color-blue);
  padding: 0.3em 0.8em;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.c-tg-message__title-blue {
  background-color: var(--c-tg-color-blue);
  color: var(--c-tg-color-white);
  padding: 0.3em 0.8em;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.2;
}

.c-tg-message__bubble {
  width: clamp(120px, 17vw, 400px);
  margin-top: clamp(2rem, 5vw, 4rem);
}

.c-tg-message__product-wrap {
  position: absolute;
  bottom: clamp(-1rem, -5vw, -5rem);
  left: clamp(1rem, 5vw, 10%);
  width: clamp(250px, 45vw, 1000px);
  z-index: 3;
}

.c-tg-message__product {
  width: 100%;
  transform: rotate(5deg);
  will-change: transform;
}

/* ==========================================================================
   Section 3: Features
   ========================================================================== */
.c-tg-features {
  background-color: var(--c-tg-color-blue);
  padding: clamp(4rem, 10vw, 8rem) 5%;
  text-align: center;
}

.c-tg-features__container {
  max-width: var(--c-tg-content-width);
  margin: 0 auto;
}

.c-tg-features__logo {
  width: clamp(120px, 15vw, 300px);
  margin: 0 auto clamp(1rem, 2vw, 2rem);
  display: block;
}

.c-tg-features__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: normal;
  margin: 0 0 clamp(3rem, 8vw, 6rem);
  letter-spacing: 0.05em;
}

.c-tg-features__title-large {
  font-weight: bold;
  font-size: 1.5em;
  margin-left: 0.2em;
}

.c-tg-features__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
  margin-bottom: clamp(3rem, 8vw, 6rem);
  align-items: center;
}

@media (min-width: 768px) {
  .c-tg-features__grid {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}

.c-tg-feature-item {
  display: flex;
  align-items: center;
  position: relative;
}

.c-tg-feature-item--left {
  flex-direction: column;
}

.c-tg-feature-item--right {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .c-tg-feature-item--left {
    flex-direction: row;
    margin-right: 5vw; 
  }
  .c-tg-feature-item--right {
    flex-direction: row;
    margin-left: -2vw;
  }
}

.c-tg-feature-item__img-wrap {
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.c-tg-feature-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-tg-feature-item__circle {
  width: clamp(200px, 25vw, 340px);
  aspect-ratio: 1/1;
  border: 1px solid var(--c-tg-color-white);
  border-radius: 50%;
  background-color: var(--c-tg-color-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 1rem;
  box-sizing: border-box;
  margin-top: -30px; 
}

@media (min-width: 768px) {
  .c-tg-feature-item__circle {
    margin-top: 0;
  }
  .c-tg-feature-item--left .c-tg-feature-item__circle {
    margin-left: clamp(-50px, -8vw, -100px);
  }
  .c-tg-feature-item--right .c-tg-feature-item__circle {
    margin-right: clamp(-50px, -8vw, -100px);
  }
}

.c-tg-feature-item__num {
  width: clamp(32px, 4vw, 48px);
  height: clamp(32px, 4vw, 48px);
  background-color: var(--c-tg-color-white);
  color: var(--c-tg-color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-tg-feature-item__head {
  font-size: clamp(1.125rem, 1.8vw, 1.75rem);
  font-weight: normal;
  margin: 0 0 clamp(0.5rem, 1vw, 1rem);
  letter-spacing: 0.05em;
  text-align: center;
}

.c-tg-feature-item__desc {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

/* ==========================================================================
   Section 4: Gallery
   ========================================================================== */
.c-tg-gallery-sec {
  background-color: var(--c-tg-color-blue);
  padding: clamp(3rem, 8vw, 6rem) 5%;
  text-align: center;
}

.c-tg-gallery-sec__container {
  max-width: var(--c-tg-content-width);
  margin: 0 auto;
}

.c-tg-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

@media (min-width: 768px) {
  .c-tg-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-tg-gallery__img-wrap {
  position: relative;
  width: 100%;
}

.c-tg-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   Section 5: Movie
   ========================================================================== */
.c-tg-movie {
  background-image: url('/wp-content/uploads/2026/07/section5-bg.avif');
  background-size: cover;
  background-position: center;
  min-height: clamp(400px, 56vw, 1080px); 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-tg-movie__play-btn {
  width: clamp(100px, 12vw, 140px);
  aspect-ratio: 1/1;
  border: 1px solid var(--c-tg-color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--c-tg-color-white);
  text-decoration: none;
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  z-index: 2;
}

.c-tg-movie__play-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.c-tg-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-tg-modal:target {
  opacity: 1;
  visibility: visible;
}

.c-tg-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: default;
}

.c-tg-modal__content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  z-index: 1;
}

.c-tg-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.c-tg-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--c-tg-color-white);
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 1;
  transition: color 0.3s ease;
}

.c-tg-modal__close:hover {
  color: var(--c-tg-color-light-blue);
}

/* ==========================================================================
   Section 6: Lineup
   ========================================================================== */
.c-tg-lineup {
  position: relative;
  background-image: url('/wp-content/uploads/2026/07/section9-bg.avif');
  background-size: cover;
  background-position: center;
  padding: clamp(5rem, 12vw, 10rem) 0;
  text-align: center;
  overflow: hidden;
}

.c-tg-lineup::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.c-tg-lineup__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.c-tg-lineup__logo {
  width: clamp(120px, 15vw, 180px);
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  display: block;
}

.c-tg-lineup__title {
  font-size: clamp(1.25rem, 2.5vw, 2.25rem);
  font-weight: normal;
  margin: 0 0 clamp(4rem, 8vw, 6rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-tg-slider-wrap {
  width: 100%;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.c-tg-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: 0 calc(50vw - (var(--c-tg-content-width) / 2)); 
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1100px) {
  .c-tg-slider {
    padding: 0 5%;
  }
}
.c-tg-slider::-webkit-scrollbar {
  display: none;
}

.c-tg-slider__item {
  scroll-snap-align: center;
  flex: 0 0 clamp(260px, 28vw, 340px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-margin: 5%;
}

.c-tg-slider__img {
  width: 100%;
  height: auto;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  object-fit: contain;
}

.c-tg-slider__cat {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.05em;
}

.c-tg-slider__name {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: normal;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
}

.c-tg-slider__desc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1.8;
  margin: 0 0 2rem;
  height: 3.6em; 
  letter-spacing: 0.05em;
}

.c-tg-slider__btn {
  padding: 0.5rem 2rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.c-tg-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(4rem, 8vw, 6rem);
}

.c-tg-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--c-tg-color-white);
  opacity: 0.4;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.c-tg-slider-dot:hover {
  opacity: 0.8;
}

.c-tg-slider-dot--active {
  background-color: var(--c-tg-color-light-blue);
  opacity: 1;
}