/* メインビジュアル */
#main_visual{
  background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/10/indiv_mv.jpg");
  position: relative;
  gap: 10px;
  aspect-ratio: 4 / 4.48;
  width: 100%;
  height: auto
}
#main_visual h1{
  text-align: left;
  font-size: clamp(21px, 6.5vw, 55px);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  margin-bottom: 18px;
}
#main_visual h1 span.kerning{ letter-spacing: -2px; white-space: nowrap; }
#main_visual h1 span.sub{ font-family: "Cinzel", serif; }
.main_catch{
  position: absolute;
  left: 0;
  bottom: 10px;
  gap: 8px;
  width: 100%;
  padding: 0 30px;
}
.main_catch > img { max-width: 90px; width: 25%; margin-right: 3px; aspect-ratio: 1 / 1; }
div.sponsor{ width: 25vw; min-width: 130px; max-width: 200px; position: absolute; bottom: 10px; right: 10px; }
#main_visual .main_info{ right: 10px; }
@media(min-width: 769px){
  #main_visual{
    background-image: url('/lp/img/indiv_mv_pc.jpg');
    background-position: left 50% top -50px;
    aspect-ratio: 2 / 1;
  }
}
@media(min-width: 1081px){
  #main_visual{
    background-position: left 50% top -80px;
    aspect-ratio: 65 / 31.3;
  }
  #main_visual h1{ margin-bottom: 35px; font-size: min(4vw, 55px); }
  #main_visual h1 span.sub{ margin-top: 15px; }
  .main_catch{ margin-bottom: 30px;}
  .main_catch > img{ max-width: 150px; }
  #main_visual .main_info{ left: 100%; transform: translateX(-100%); font-size: clamp(14px, 1.9vw, 24px); width: 13vw; height: 13vw; top: 30px; }
  div.sponsor{ left: 100%; bottom: 27px; transform: translateX(-100%); }
}
@media(min-width: 1301px){
  #main_visual .main_info{ transform: translateX(-70.6%); }
  div.sponsor{ transform: translateX(-75.6%); }
}


/*** コンテンツ ***/
/** 当日導入可能! **/
#space h2 span{
  font-size: clamp(32px, 5vw, 68px);
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
#space h2 span.bg-red{
  font-size: clamp(20px,3vw,35px);
  width: fit-content;
  margin: 0 auto;
  padding: 3px 5px;
}
#space h2 span:not(.bg-red){
  margin-top: 10px;
}
#space h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  text-align:center;
}
#space .splide{
  margin: 0 10px;
}
#space #space-main .splide__slide h3{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
  color: #000;
  font-size: max(2vw, 20px);
  padding: 5px 10px;
  line-height: 1em;
}
#space .splide__arrow{ color: #000; }
#space .splide__arrows--ltr button{ width: 20px; height: 20px; background-color: #f5f5f5; opacity: 1; }
#space .splide__arrows--ltr button::before{ font-size: .7em;}
#space .splide__arrow--prev{ left: -30px; }
#space .splide__arrow--next{ right: -30px; }
#space h3{ font-size: clamp(16px, 5vw, 26px); padding: 13px 0; font-weight: 200; line-height: 1.6em; }
#space p{ font-size: 12px; font-weight: 300; line-height: 1.9em; }
@media(min-width: 769px){
  #space h3{ padding: 30px 0; }
  #space p{ font-size: 14px; }
  #space .splide{ margin: 0 5px;}
}

/* サムネイルスライダー */
#space-thumbs .splide__slide{ opacity: .6; border: none; margin-top: 10px; }
#space-thumbs .splide__slide.is-active{ opacity: 1; }

@media(min-width: 769px){
  #space .grid{
    grid-template-columns: 48.7% auto;
    grid-template-rows: 45.3% 33.5% auto;
    column-gap: 50px;
  }
  #space h2{
    grid-column: 2 / 3;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #space h2 span{
    background-color: #781e1e;
    font-size: clamp(21px,3vw,35px);
    text-align: left;
    margin: 0;
    width: fit-content;
    padding: 8px 23px;
    line-height: 1em;
    letter-spacing: 2px;
  }
  #space h2 span.bg-red{
    margin: 0;
    padding: 8px 23px;
    line-height: 1em;
  }
  #space .space-slide{
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
  #space h3{
    padding: 0;
    text-align: left;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: clamp(18px, 3vw, 26px);
    display: inline-flex;
    align-items: end;
  }
  #space p{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    display: inline-flex;
    align-items: end;
  }
}

/** お客様の声 */
#voice .splide{ width: calc(100% - 20px); margin: 0 auto; }
#voice .splide__slide{
  background-color: #000;
  color: #fff;
  padding: 20px;
}
#voice h3{
  margin: 30px 0 20px;
}
#voice h3 span{
  display: inline-block;
  padding: 3px 5px;
  margin-right: 10px;
}
#voice table{ width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 30px; }
#voice table tr th{ font-weight: 400; font-size: 14px; }
#voice table tr:not(:first-child) > *{ padding: 0; height: 50px;}
#voice table th, #voice table td{ border: 1px solid #fff; padding: 6px 0; }
#voice .before{ background-color: #464646; }
#voice .after{ background-color: #781e1e; }
#voice tr:not(:nth-child(1)) td:first-of-type{ position: relative; }
#voice tr:not(:nth-child(1)) td:first-of-type::after{
  content: "";
  display: block;
  background: url("https://gtrakgolf.com/wp-content/uploads/2025/11/arw-right.svg") no-repeat;
  background-size: contain;
  position:absolute;
  top: 50%;
  width: 27%;
  max-width: 23px;
  aspect-ratio: 4 / 3;
  right: max(-16%, -16px);
  transform: translateY(-50%);
}
#voice .splide__arrow{ width: 20px; height: 20px; background-color: #000; }
#voice .splide__arrow:not(:disabled){ opacity: 1; }
#voice .splide__arrow::before{ color: #fff; font-size: 12px; }
#voice .splide__arrow--prev{ left: -30px; }
#voice .splide__arrow--next{ right: -30px; }
#voice h3{ font-size: 16px; }
#voice p{ font-feature-settings: "palt" 1; line-height: 1.8em; }

@media(min-width: 769px){
  #voice .splide{ width: 100%; }
  #voice h3, #voice h3 span{ font-size: 17px; }
  #voice table col:first-child{ width: 43%; }
  #voice table tr th{ font-size: clamp(12px, 1.6vw, 16px ); }
  #voice p{ font-size: 16px;}
}