@font-face{
  font-family: "Noto Sans JP", sans-serif;
  src: url("/lp/Fonts/NotoSerifJP-Regular.otf");
  font-weight: 400;
}
@font-face{
  font-family: "Noto Sans JP", sans-serif;
  src: url("/lp/Fonts/NotoSerifJP-Light.otf");
  font-weight: 100;
}
@font-face {
  font-family: 'icomoon';
  src:  url('/lp/Fonts/icomoon.eot?dqt52a');
  src:  url('/lp/Fonts/icomoon.eot?dqt52a#iefix') format('embedded-opentype'),
    url('/lp/Fonts/icomoon.ttf?dqt52a') format('truetype'),
    url('/lp/Fonts/icomoon.woff?dqt52a') format('woff'),
    url('/lp/Fonts/icomoon.svg?dqt52a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change /lp/Fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 50px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media(min-width: 769px){
  body{
    font-size: 16px;
  }
}
.logo{ width: 30vw; min-width: 140px; max-width: 220px; }
h1,h2{
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
}
a{ text-decoration: none; }
img{ width: 100%; height: auto; }
@media(min-width: 1081px){
  body{margin-top: 80px; }
}

/*** 汎用クラス ***/
/* コンテナ */
.container{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  height: 100%;
}
@media(min-width: 1081px){
  .container{ padding: 0; }
}
.container.thin{ max-width: 800px; }
@media(min-width: 801px){
  .container.thin{ padding: 0;}
}
.container.fluid{
  max-width: none;
}
/* 行揃え */
.txt-center{
  text-align: center;
}
/* フォントサイズ */
.small{ font-size: 11px; }
/* 改行 */
@media (min-width: 480px){ br.sp{ display: none; } }
@media (max-width: 768px){ br.pc{ display: none; }}
/* 表示の切り替え */
.hidden{ display: none!important; }
@media (max-width: 768px){ .hidden_mobile{ display: none!important; } }
@media (min-width: 769px){ .hidden_pc{ display: none!important; } }

/* 別タブで開く */
.external-link::after{
  content: "";
  width: 1em;
  height: 1em;
  background: url(./img/external_link.svg) no-repeat;
  background-size: contain;
  display:inline-block;
  margin-left: .5em;
}
/* ボタン */
.btn::after{
  content: "";
  display: inline-block;
  background: url("https://gtrakgolf.com/wp-content/uploads/2025/11/link_icon.svg") no-repeat;
  background-size: contain;
  width: 4px;
  aspect-ratio: 1 / 2;
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
/* お問い合わせへのリンクボタン */
.contact, .btn{
  background: linear-gradient(270deg,transparent, transparent,#781e1e,#781e1e);
  border: 2px solid #781e1e;
  background-size: 300% 300%;
  background-position: 1% 50%;
  transition: all 0.7s ease-out;
  color: white;
  border-radius: 30px;
  padding: 12px 0;
  display: block;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  line-height: 1em;
}
.contact::before{ font-family: 'icomoon'; content: "\e901"; vertical-align: text-bottom; margin-right: 10px; }
.contact:hover, .btn:hover{
  background-position: 99% 50%;
  color: black;
}
.bg-black .contact:hover,.bg-image .contact:hover,.bg-black .btn:hover,.bg-image .btn:hover{
  color: white;
}
.tel{text-align: center;}
.tel span{ display: block; line-height: 1.2; }
.tel_number{ font-size: clamp(36px,2vw,38px); font-weight: bold; }
.tel_number::before{
  font-family: 'icomoon';
  content: "\e902";
  margin-right: 10px;
  font-size: 0.6em;
  vertical-align: 5px;
}
.business_hours{ font-size: 14px; }
/* フェードイン */
.fade{ opacity: 0; transform: translateY(100%); transition: opacity 3s, transform 1.5s ease-out; }
.fade.in{ opacity: 1; transform: translateY(0%); }
/* グリッドレイアウト */
.grid{ display: grid; }
.grid.col_2{ grid-template-columns: 1fr 1fr; }
.grid.col_3{ grid-template-columns: repeat(3, 1fr);}
/* スライダー */
.splide__arrow{ border-radius: 0; }
.splide__arrow::before{
  font-family: 'icomoon';
  content: "\e903";
}
.splide__arrow--prev::before{
  rotate: 180deg;
}
/*** 背景 **/
.bg-black{ background-color: #000; color: white; }
.bg-white{ background-color: #fff; color: #000; }
.bg-light_gray{ background-color: #f5f5f5; }
.bg-red{ background-color: #781e1e; color: #fff; }
/* 背景画像 */
.bg-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  color: #fff;
}
/* 背景動画 */
.bg_video{
  width: 100vw;
  aspect-ratio: 16 / 9;
  position:fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.bg_video.tall{ width: auto; height: 100vh; }
.bg_video::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bg_video video{
  width: 100%;
  height: 100%;
  pointer-events: none;
}


/*** ヘッダー ***/
header{
  height: 50px;
  background-color: #000;
  z-index: 101;
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
}
#header{
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
#header img.logo{
  filter: brightness(15);
}
#header > .tel{
  color: white;
}
#header > .tel .tel_number{
  font-size: clamp(32px,2.7vw,38px);
  font-weight: 500;
  letter-spacing: 1px;
}
_::-webkit-full-page-media, _:future, :root #header > .tel .tel_number {
	font-size: 32px;
}
@media(max-width: 1080px){
  #header > .tel, #header > div:has( .btn){
    display: none;
  }
}
@media(min-width: 1081px){
  header{ height: 80px; }
  #header{
    display: grid;
    grid-template-columns: auto 292px 170px 50px;
    gap: 28px;
  }
  #header > div:not(.ham_menu){
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .tel{ margin-right: 2px; }
  #header .logo img{
    position: static;
    max-width: 230px;
  }
  #header > div .btn{
    width: auto;
    padding: 10px 41px 10px 28px;
    color: white;
  }
}

/* ハンバーガーメニュー */
#ham_btn{
  position: absolute;
  width: 30px;
  height:30px;
  border: 1px solid #fff;
  padding: 10px 8px;
  transition: all .5s;
  top: 10px;
  right: 25px;
}
#ham_btn div{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  border: none;
  pointer-events: none;
}
#ham_btn span{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: all .5s;
}
#ham_btn span:nth-child(1){ top: calc(0% - 1px); }
#ham_btn span:nth-child(2){ top: calc(50% - .5px); }
#ham_btn span:nth-child(3){ bottom: calc(0% - 1px); }

#ham_menu{
  background-color: #000;
  color: white;
  width: 100%;
  max-width: 400px;
  height: calc(100vh - 50px);
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateX(100%);
  transition: transform .5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:10px;
  padding-bottom: 8px;
}
#ham_btn.active{ border: none; padding: 0; }
#ham_btn.active span:nth-child(1){ rotate: -45deg; top: calc(50% - 1px); }
#ham_btn.active span:nth-child(2){ display: none; }
#ham_btn.active span:nth-child(3){ rotate: 45deg; bottom: calc(50% - 1px); }
#ham_menu.active{ transform: translateX(0%); }
#ham_menu .contact{ color: #fff; font-size: 18px; padding: 7px 0; margin-bottom: 15px; }
#ham_menu nav a{ position: relative; font-size: 20px; font-weight: 300; }
#ham_menu nav a::after{ content: ""; width: 0%; transition: width .3s ease-out; height: 1px; position: absolute; left: 0; bottom: -3px; background-color: #fff; }
#ham_menu nav a:hover::after{ width: 100%; }
#ham_menu .tel_number{ margin-bottom: 8px; }
#ham_menu .tel{ margin-bottom: 50px;}
@media(min-width: 1081px){
  #ham_btn{
    width: 50px;
    height: 50px;
    padding: 16px 14px;
    position: static;
  }
  #ham_menu{
    top: 80px;
    height: calc(100vh - 80px);
  }
}
/* ナビ */
nav {flex-grow: 2;}
nav ul{ padding: 10px 30px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
/* SNSアイコン */
#sns_links{ margin-bottom: 15px; }
#sns_links ul{
  display: flex;
  justify-content: center;
  gap: 10px;
}
#sns_links img{
  width: 35px;
  transition: scale .3s;
}
#sns_links a:hover img{ scale: 1.2; }

h1{
  font-size: clamp(43px, 7vw, 55px);
  margin-bottom: 0;
}
h1 span.sub{
  display: block;
  font-size: clamp(12px, 3vw, 23px);
}

section{
  padding: 50px 0;
}
section h2{
  font-size: clamp(32px, 10vw, 60px);
  text-align:center;
  margin-bottom: 30px;
  line-height: 1em;
}
section h2 span{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  display: block;
  line-height: normal;
  margin-top: 15px;
  font-weight: 300;
  line-height: 1em;
}
section h3{
  font-weight: normal;
}
section iframe{
  width: 100%;
}
@media(min-width: 769px){
  section{ padding: 100px 0; }
  section h2{ margin-bottom: 45px; }
  section h2 span{ margin-top: 20px; }
}

/*** フッター ***/
footer{
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  padding: 40px 0;
}
footer img.logo{
  height: 30px;
  min-width: 190px;
  width: auto;
  max-width: 288px;
  margin-bottom: 18px;
}
footer p{
  font-size: 12px;
  line-height: 1.8em;
}
@media(min-width: 769px){
  footer img.logo{
    height: 45px;
  }
}


/* 画面下部固定リンク */
.bottomlink{
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  z-index: 100;
}
.bottomlink .tel{
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottomlink .tel > span{display: inline-block; font-weight: 300; }
.bottomlink span.tel_number{
  color: #781e1e;
  font-size: clamp(18px, 5.2vw, 32px);
  font-weight: 500;
}
.bottomlink .tel_number::before{
  margin-right: 6px;
  font-size: 0.7em;
  vertical-align: 3px;
}
.bottomlink .business_hours{
  font-size: 11px;
}
.bottomlink .contact{
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 4.5vw, 28px);
}
.bottomlink .contact::before{
  font-size: clamp(18px, 5vw, 28px);
  padding-top: 3px;
}
@media(min-width: 769px){
  .bottomlink{ display: none; }
}


/*** コンテンツ ***/
main .btn{ width: 180px; font-size: 16px; padding-top: 10px; padding-bottom: 12px; text-align: left; }
@media(min-width: 769px){
  main .btn{
    width: 260px;
    font-size: 23px;
    border-radius: 50px;
    padding-top: 18px;
    padding-bottom: 20px;
    letter-spacing: -2px;
  }
}
/* メインビジュアル */
#main_visual{
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 110px);
}
#main_visual p{
  margin-top: 0;
  font-size: max(2.3vw, 18px);
}
#main_visual .main_info{
  position: absolute;
  top: 10px;
  background-color: rgba(120, 30, 30, 0.75);
  text-align:center;
  width: 12vw;
  max-width: 170px;
  min-width: 100px;
  height: 12vw;
  max-height:170px;
  min-height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 26px);
  font-family: "Shippori Mincho", serif;
}
@media(max-width: 768px){
  #main_visual .container{
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media(min-width: 1081px){
  #main_visual{ height: calc(100vh - 80px)};
}

/** メーカー一覧 **/
#roll_maker{ margin: 26px 0; }
#roll_maker .splide__slide{ width:auto!important; display: flex; align-items: center; }
#roll_maker .splide__slide img { width: 100%; max-height: 65px; }
#roll_maker .splide-right{ margin-top: 25px; }
@media(min-width:769px){
  #roll_maker{ margin: 42px 0;}
  #roll_maker .splide__slide img{ width: 100%; max-height: 80px; }
}

/** サンプル・デモ映像 **/
#introduction .container{
  max-width: 800px;
}
#introduction iframe{ aspect-ratio: 16 / 9; }
#introduction p{ line-height: 1em; margin-top: 5px;}
@media(min-width: 769px){
  #introduction p{ margin-top: 30px; font-size: 20px; }
}

/** INTRODUCTION **/
#introduction a{ transition: opacity .3s; }
#introduction a:hover{ opacity: .8;}

/** CONTENT **/
#content .container{ max-width: 800px; }
#content p{ margin-bottom: 10px; font-size: 12px; }
#content .grid{ gap: 10px; }
#content .grid a{
  text-align: center;
  border: .3px solid white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  font-size: clamp(11px, 3.5vw, 21px);
  line-height: 1.2;
  font-weight: 100;
  transition: scale .3s;
}
#content a:hover{ scale: 1.05; }
#content a div{ min-height: 25px; height: 45%; width: 100%; display: flex; justify-content: center; align-items: center; }
#content a div img{
  vertical-align: middle;
  display:inline-block;
}
#content .grid a::after{
  content: "";
  display: grid;
  background: url(https://gtrakgolf.com/lp/img/link_icon_down.svg) no-repeat;
  background-size: contain;
  width: 8.4%;
  aspect-ratio: 2 / 1;
}
#content .grid > div { display:flex; align-items: center; filter: brightness(15); opacity: .55; }
@media(min-width: 769px){
  #content p{ margin-bottom: 28px; font-size: 16px; }
  #content .grid{ grid-template-columns: repeat(4, 1fr); gap: 30px; }
  #content .grid a{ padding: 15px 0; border: 1px solid #fff;}
  #content .grid a img{ max-height: 50px; }
  #content .grid > div:last-child{ display: none; }
  #content .grid a::after{ width: 7.9%; }
}
/* 各コンテンツの画像サイズ */
a[href="#space"] div img{ width:23.6%;}
a[href="#reason"] div img{ width:34.8%;}
a[href="#support"] div img{ width:38.3%;}
a[href="#voice"] div img{ width:58.4%;}
a[href="#user"] div img{ width:30.9%;}
a[href="#showroom"] div img{ width:28.7%;}
a[href="#flow"] div img{ width:31.5%;}
a[href="#faq"] div img{ width:32.6%;}
a[href="#management"] div img{ width:34.6%;}
@media(min-width: 769px){
  a[href="#space"] div img{ width:23.4%; }
  a[href="#reason"] div img{ width:34.6%; }
  a[href="#support"] div img{ width:38.3%; }
  a[href="#voice"] div img{ width:58.9%; }
  a[href="#user"] div img{ width:30.8%; }
  a[href="#showroom"] div img{ width:29%; }
  a[href="#flow"] div img{ width:31.8%; }
  a[href="#faq"] div img{ width:32.7%; }
  a[href="#management"] div img{ width:32.6%;}
}

/** お問い合わせはこちら */
section.contact_box{
  background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/10/contact_bg.jpg");
  padding: 32px 0 28px;
}
.contact_box h2{
  font-size: clamp(20px, 2.8vw, 40px);
  color: white;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 19px;
}
.contact_box div.bg-black{
  background-color: rgba(0,0,0,.7);
  padding: 9px 10px 18px;
}
.contact_box div.tel{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact_box div.bg-black:first-of-type{ margin-bottom: 21px; display: grid; place-content: center; grid-template-columns: 1fr; padding: 18px 10px 22px; }
.contact_box .contact{ background: transparent; padding: 0; width: 100%; margin-bottom: 11px; font-size: clamp(16px, 1.5vw, 25px); border: none; font-weight: 200; }
.contact_box .btn{ font-size: clamp(16px, 1.8vw, 25px); padding: 9px 40px 11px 20px; width: fit-content; min-width: 240px; max-width: 380px; letter-spacing: 0; }
.contact_box .number{ font-size: clamp(16px, 3vw, 25px); }
.contact_box .number::before{ 
  font-family: 'icomoon';
    content: "\e902";
    margin-right: 10px;
}
.contact_box .tel_number{ font-size: clamp(37px, 4.1vw, 58px); font-weight: 500; }
.contact_box .tel_number::before{ display: none; }
.contact_box .tel .business_hours{ font-size: clamp(11px, 1.5vw, 18px); margin-top: 3px; }
@media(min-width: 769px){
  section.contact_box{ padding: 50px 0 70px; background-position: left 50% bottom -138px; }
  .contact_box .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .contact_box h2{
    grid-column: 1 / 3;
    margin-bottom: 52px;
  }
  .contact_box div.bg-black:first-of-type{ margin-bottom: 0; padding: 28px 10px 34px }
  .contact_box .contact{ margin-bottom: 18px; font-size: clamp(16px, 2.3vw, 25px); }
  .contact_box .number{ font-size: clamp(16px, 2.5vw, 25px); }
  .contact_box .tel_number{ font-size: clamp(41px, 4.3vw, 58px)}
  .contact_box .btn{ padding: 17px 60px 19px 40px; }
  .contact_box .btn::after{ width: 6px; }
}

/** 選ばれる理由 **/
#reason{
  background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/10/reason_bg.jpg");
}
#reason .splide{
  max-width: 600px;
  padding-right: 1px;
}
#reason .splide__slide{
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#reason h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 15px 0;
  font-size: clamp(15px, 5.2vw, 21px);
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
#reason .slide-img{ aspect-ratio: 290 / 196;overflow: hidden; }
#reason p:not(.catch){
  font-weight: 300;
  font-feature-settings: "palt" 1;
}
#reason .splide__pagination--ttb{
  right: -6vw;
  gap: 2px;
}
#reason .splide__pagination__page{
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0;
  box-sizing: border-box;
}
#reason .splide__pagination__page:not(.is-active){
  background-color: transparent;
  border: 1px solid #fff;
}
#reason .splide__pagination__page.is-active{
  transform: scale(1);
}
@media(max-width: 360px){
  #reason h3{
    font-size: 15px;
    padding: 5px 0;
  }
  #reason p:not(.catch){
    font-size: 12px;
  }
}
@media(min-width: 431px){
  #reason .splide__pagination--ttb{
    right: -2vw;
  }
}
@media(max-width: 768px){
  #reason .catch{ display: none; }
}
@media(min-width: 769px){
  #reason .splide{
    max-width: 1080px;
    padding: 0;
  }
  #reason .splide__slide{
    display: grid;
    grid-template-columns: auto 50%;
    grid-template-rows: 47.4% auto 33%;
    column-gap: 25px;
    padding: 30px;
  }
  #reason .splide__slide .slide-img{
    width: 100%;
    aspect-ratio: 1 / 0.674;
  }
  #reason p{
    display: inline-flex;
    align-items: center;
  }
  #reason h3{
    display:inline-flex;
    align-items: flex-end;
    font-weight: 300;
  }
  #reason p.catch{
    font-family: "Shippori Mincho", serif;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.1;
    font-weight: 400;
    opacity: .1;
    align-items: center;
  }
  #reason .splide__slide h3{
    padding: 0;
    font-size: clamp(21px, 2.7vw, 30px);
  }
  #reason p:not(.catch){
    font-size: clamp(14px, 1.8vw, 20px);
  }
  #reason .splide__pagination--ttb{
    right: -2vw;
    gap: 10px;
  }
  #reason .splide__pagination__page{
    width: 15px;
    height: 15px;
  }
}
@media(min-width: 1081px){
  #reason .splide__pagination--ttb{
    right: -2vw;
    gap: 10px;
  }
}
@media(min-width: 1300px){
  #reason .splide__pagination--ttb{
    right: -5.4%;
  }
}

/* ビフォーアフター画像 */
.baslider {
  position: relative;
  overflow: hidden;
  width: 800px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 5px solid #fff;
  box-shadow: 10px 0 15px -13px #000;
  z-index: 1;
}
.box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.box_before::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: url("https://gtrakgolf.com/wp-content/uploads/2025/10/baslider.svg") no-repeat;
  background-size: contain;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 10px 0 15px -13px #000;
}
.box_after{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
.slider_range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}
@media(min-width: 769px){
  #reason .splide__slide .slide-img{ grid-row: 1 / 4; }
  #reason .splide__slide div.baslider{ width: 100%; }
  #reason .splide__slide div.baslider img{ height: 100%;}
}

/** 比較表 **/
#comparison table{ max-width: 800px; border-collapse: collapse; margin: 0 auto; text-align: center; }
#comparison colgroup > col:not(.title){ width: 20%; }
#comparison .title{
  background-color: #f0f0f0;
  width: 40%;
}
#comparison .gtrak{
  background-color: rgba(120, 30, 30, .07);
  border:6px solid #781e1e;
  width: calc(20% + 3px);
}
#comparison th{ font-weight: 100; }
#comparison th, #comparison td{
  border: 1px solid #000;
}
#comparison .headtitle th{ background-color: #000; color: #fff; line-height: 1em; height: auto; padding: 0; }
#comparison .headtitle th div{ width:100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center; }
#comparison .headtitle th:nth-child(1) { background-color: #fff; border:none;}
#comparison .headtitle img{ filter: brightness(15); max-width: 148px; }
#comparison .headtitle th:nth-child(2) { background-color: #781e1e; }
#comparison .headtitle th:nth-child(2) div{ padding: 5px 6px 8px; }
#comparison tr th{ font-weight: 400; height: 60px; }
#comparison tr th:first-child{ font-size: clamp(12px, 3.5vw, 18px); }
#comparison tr:not(.headtitle) td img{ width: 15px; height: 15px; }
#comarison tr:not(.headtitle) td img.double,#comparison tr:not(.headtitle) td:nth-child(2) img { width: 20px; height: 20px; }
@media(min-width: 769px){
  #comparison .headtitle th{ font-size: 20px; }
  #comparison .title{ width: 31%; }
  #comparison .headtitle th:nth-child(2){ padding: 15px; }
  #comparison tr th{ height: auto; }
  #comparison tr:not(.headtitle) th { text-align: left; padding: 27px; line-height: 1em; }
  #comparison tr:not(.headtitle) td img{ width: 22px; height: 22px; }
  #comparison tr:not(.headtitle) td img.double,#comparison tr:not(.headtitle) td:nth-child(2) img { width: 25px; height: 25px; }
}

/* 記号 */
.symbol-circle::before{ border: solid 2px;}
.symbol-double::before{ border: double 5px;}
.symbol-circle::before, .symbol-double::before{ content: ""; display: inline-block; border-radius: 50%; border-color: #781e1e;width: 1.2em; height: 1.2em; vertical-align: sub; }

/** 安心のサポート体制 **/
#support p{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(14px, 3vw, 18px);
}
#support .grid{
  max-width: 800px;
  margin: 28px auto 50px;
  gap: 10px;
}
#support .grid > div{
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 8%;
  text-align: center;
  aspect-ratio: 1 / 1;
  font-size: clamp(10px, 3.25vw, 25px);
  padding-bottom: 23%;
  font-family: "Noto Serif JP", serif;
}
#support .grid > div img{
  width: 28%;
  height: auto;
  margin: 0 auto;
}
#support .btn{
  padding-left: 35px;
}
@media(min-width: 769px){
  #support p{ text-align: center; font-family: "Noto Sans JP", sans-serif; font-weight: 200;}
  #support .btn{ padding: 16px 0 18px 50px; }
  #support .btn::after{ width: 6px; }
}
@media(min-width: 1081px){
  #support .grid{ gap: 25px; grid-template-columns: repeat(3, 250px); }
  #support .grid > div{ row-gap: 9.5%; padding-bottom: 20.8%; }
  #support .grid > div img{ width: auto; height: 75px; }
}

/** オプション商品　**/
#options .grid{
  column-gap: 20px;
  row-gap: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#options figcaption{ margin-top: 13px; font-size: clamp(13px, 3.7vw, 14px); }
#options .btn{ padding-left: 50px; }
@media(min-width: 769px){
  #options .grid{
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    margin-bottom: 70px;
  }
  #options .btn{ padding-left: 70px; }
  #options .btn::after{ width: 6px; }
  #options figcaption{ letter-spacing: normal; font-size: 20px; }
}

/** 導入実績 **/
#user .splide .splide__slide{ background-color: #fff; padding: 20px; color: #000; }
#user label{ background-color: #000; color: #fff; border-radius: 1em; margin: 20px 0 18px; padding: 2px 12px 3px; display: inline-block; font-size: 14px; font-weight:300; line-height: 1; }
#user h3{ font-family: "Noto Serif JP", serif; font-weight: 300; font-size: 17px; letter-spacing: -0.5px; height: 3em; }
#user p{ font-weight: 200; margin-top: 4px; font-feature-settings: "palt" 1; line-height: 1.6em;  }
#user .splide__arrow{ width: 20px; height: 20px; background-color: #606060; opacity: 1; }
#user .splide__arrow::before{ color: #fff; font-size: 12px; }
#user .splide__arrow--prev{ left: -10px; }
#user .splide__arrow--next{ right: -10px; }
@media( min-width: 769px){
  #user .splide{ padding: 0 15px; }
  #user label{ font-size: 16px; margin: 23px 0 20px; padding: 5px 10px; }
  #user p{ margin-top: 20px; font-weight: 300; line-height: 1.8em; }
}
@media( min-width: 1200px){
  #user .splide{ padding: 0; }
  #user .splide__arrow--prev{ left: -30px; }
  #user .splide__arrow--next{ right: -30px; }
}


/** ショールーム **/
#showroom{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/showroom_bg.jpg"); background-position: left 65%; }
#showroom .splide__track{
  margin: 30px 0 20px;
}
#showroom .splide__slide{
  background-color: #fff;
  color: #000;
  padding: 20px;
  display: grid;
}
#showroom h3{
  margin: 12px 0 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  font-weight: 300;
}
#showroom .splide p{
  font-size: 14px;
  font-weight: 200;
  line-height: 1.3em;
}
#showroom a.tel_number{
  width: auto;
  border-radius: 0;
  font-size: 24px;
  width: 100%;
  align-self: self-end;
  padding: 6px 0;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1;
}
#showroom a.tel_number::before{
  font-size: .8em;
  vertical-align: 3px;
}
#showroom a.tel_number::after{ display: none; }
#showroom a.tel_number:hover{ color: #000; }
#showroom p{ font-size: 12px; line-height: 1.8em; }

@media(min-width: 769px){
  #showroom .splide__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  #showroom h3{ margin: 16px 0 18px; font-size: 16px; padding-bottom: 6px; }
  #showroom .splide p{ font-size: 16px; }
  #showroom a.tel_number{ margin-top: 10px; }
  #showroom p{ font-size: 16px; }
}
/* ショールームのボタン(ページネーション) */
#showroom .splide__pagination{
  position: static;
  justify-content:flex-start;
  gap: 10px;
  padding: 0;
}
#showroom .splide__pagination li{
  width: calc(50% - 5px);
  height: 35px;
}
#showroom .splide__pagination li:has( .splide__pagination__page.is-active) button{
  background-color: #fff;
  color: #000;
}
#showroom .splide__pagination__page{
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
#showroom .splide__pagination__page.is-active{
  transform: scale(1);
}

/** 導入の流れ **/
#flow .container{
  max-width: 800px;
}
#flow .flow_step{
  position: relative;
  display: grid;
  grid-template-columns: 1em auto;
  grid-template-rows: 1.2em auto;
  column-gap: 15px;
  margin-bottom: 30px;
  font-size: clamp(45px, 5vw, 50px);
}
#flow .flow_step > div{
  grid-row: 1 / 3;
  background-color: #464646;
  padding: 20px;
  font-size: 14px;
}
.flow_step dt{
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: clamp(18px, 3vw, 20px);
  height: 40px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.flow_step dt::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.flow_step[data-step="01"] dt::before{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/flow_mail.svg"); }
.flow_step[data-step="02"] dt::before{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/flow_advice.svg"); }
.flow_step[data-step="03"] dt::before{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/flow_investigation.svg"); }
.flow_step[data-step="04"] dt::before{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/flow_contract.svg"); }
.flow_step[data-step="05"] dt::before{ background-image: url("https://gtrakgolf.com/wp-content/uploads/2025/11/flow_Installation.svg"); }
#flow dl dd{ font-weight: 200; line-height: 1.5em; }
#flow dl .flow_step::before{
  content: attr(data-step);
  color: #781e1e;
  grid-row: 1;
  grid-column: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  text-align:center;
  align-items: start;
  line-height: 1em;
}
#flow dl .flow_step::after{
  content: "";
  height: auto;
  width: 1px;
  background-color: #fff;
  margin: 0 auto;
  grid-row: 2;
  grid-column: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
#flow dl .flow_step:last-of-type::after{ display: none; }
@media(min-width: 769px){
  #flow .flow_step{
    column-gap: 28px;
  }
  #flow dl dd{ font-size: 16px; }
}

/** よくある質問 **/
#faq .container{
  max-width: 800px;
}
#faq h3{
  margin-top: 20px;
  font-weight: bold;
}
#faq h3::before{
  content: "?";
  font-size: 2em;
  color: #781e1e;
  margin-right: 5px;
}
#faq .toggle{
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#faq .container .toggle:first-of-type{
  border-top: 1px solid #000;
}
#faq .toggle h4, #faq .toggle .toggle-contents{ display: grid;grid-template-columns: 25px auto 20px; gap:8px; }
#faq .toggle h4{ transition: margin-bottom .3s; font-weight: 300; align-items: center; cursor: pointer; font-size: 14px; }
#faq .toggle.is-active h4{
  margin-bottom: 15px;
  font-weight: 600;
}
#faq .toggle .toggle-contents{ height: 0; transition: height .3s; overflow: hidden; }
#faq .toggle .toggle-contents p { width: fit-content; font-weight: 400; }
#faq .toggle h4::before,#faq .toggle .toggle-contents::before{
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 1px 0;
  font-size: 14px;
}
#faq .toggle h4::before{ content: "Q"; background-color: #781e1e; }
#faq .toggle .toggle-contents::before{  content: "A"; background-color: #000; }
#faq .toggle h4::after{
  font-family: "icomoon";
  content: "\e900";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  rotate: 90deg;
  transition: rotate .3s;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: .8em;
  width: 20px;
  height: 20px;
}
#faq .toggle.is-active h4::after{
  rotate: 270deg;
}
@media(min-width: 769px){
  #faq .toggle h4, #faq .toggle .toggle-contents{ font-size: 16px; gap: 10px; grid-template-columns: 30px auto 30px; }
  #faq .toggle h4::before,#faq .toggle .toggle-contents::before, #faq .toggle h4::after{
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  #faq .toggle h4::after{ font-size: 14px; }
}

/** お問い合わせフォーム **/
#contact .container{
  max-width: 800px;
}
#contact form dl{
  margin: 30px 0;
}
#contact form dt{
  margin-bottom: 20px;
}
#contact form dt span{
  background-color: #781e1e;
  margin-left: 1em;
  padding: 3px 5px;
}
#contact form input::placeholder, #contact form textarea::placeholder{
  color: #c8c8c8;
}
#contact form input[type="text"],#contact form input[type="number"],#contact form input[type="tel"],#contact form input[type="email"],#contact form textarea{
  background-color: #fff;
  padding: 6px 10px;
  width: 100%;
  border: none;
  color: #000;
}
#contact form input[type="radio"],#contact form input[type="checkbox"]{
  appearance: none;
  border: 1px solid #fff;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 2px;
  background-color: transparent;
}
#contact form input[type="radio"]{
  vertical-align: -2.5px;
}
#contact form input[type="radio"]:checked{
  background-color: #fff;
}
#contact form input[type="checkbox"]{
  border-radius: 0;
  margin-right: 10px;
}
#contact form label:has( input[type="checkbox"]){
  position: relative;
  cursor: pointer;
}
#contact form input[type="checkbox"]::before{
  content: "";
  display: grid;
  place-content: center;
  height: 100%;
  color: #fff;
  font-family: "icomoon";
  font-size: .7em;
}
#contact form input[type="checkbox"]:checked::before{
  content: "\ea10";
}
#contact form input[type="checkbox"]:checked{
  background-color: #781e1e;
  position:relative;
}
#contact form label:has( input[type="radio"]),#contact form label:has( input[type="checkbox"]){
  margin-right: 1em;
  display:inline-block;
}
#contact form input#zip{
  width: auto;
}
#contact form select{
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  appearance: auto;
  margin-bottom: 1em;
}
#contact form select option:first-child{
  color: #c8c8c8;
}
form input + #duplication{
  max-width: 470px;
  border-bottom-right-radius: .4rem;
  border-bottom-left-radius: .4rem;
  box-shadow: 0px 3px 5px 0px rgba(100,100,100,.2);
}
form input + #duplication li:last-child{
  border-bottom-right-radius: .4rem;
  border-bottom-left-radius: .4rem;
}
form input + #duplication li[active="true"]{
  background-color: #ddd;
  color: #000;
}
#contact form .policy_check{
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
}
#contact form .policy_check a{
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  transition: all .3s;
}
#contact form .policy_check a:hover{
  color: #781e1e;
  border-color: #781e1e;
}
#contact form .btn:has( #send){
  padding: 0;
  letter-spacing:normal;
}
#contact form input[type="submit"]#send{
  width: 100%;
  height: 100%;
  border:none;
  padding: 10px 0 10px 53px;
}
@media(min-width: 769px){
  #contact form dl{
    display: grid;
    grid-template-columns: auto 67.5%;
    gap: 25px;
  }
  #contact form dt{
    position: relative;
    margin-bottom: 0;
    padding-top: 10px;
  }
  #contact form dt span{
    position: absolute;
    right: 0;
    top: 5px;
  }
  #contact form .kind label{ margin-right: .4em!important;}
  #contact form dl:has( .kind) dt{ padding-top: 0; }
  #contact form dl:has( .kind) dt span{ top: -2px; }
  #contact .policy_check{ font-weight: 700; }
  #contact form input[type="submit"]#send{
    padding: 18px 0 20px 78px;
  }
  #contact .btn::after{ width: 6px; }
}

/** SNSサイドリンク **/
#sns_side_links{
  position: fixed;
  right: 0;
  bottom: 30px;
  transform: translateX(100%);
  transition: transform .3s;
  background-color: #000;
  width: 80px;
  padding: 15px 15px;
  border-radius: 15px 0 0 15px;
}
#sns_side_links.hide{ transform: translateX(0%); }
#sns_side_links ul{ display: grid; gap: 12px; }
#sns_side_links img{ transition: scale .3s;}
#sns_side_links a:hover img{ scale: 1.2; }
@media(min-width: 1081px){
  #sns_side_links{
    width: 100px;
    padding:25px 25px;
  }
}
