@charset "utf-8";
/* CSS Document */
:root {
  --border-divider: #bababa;
  --turf-green: #021c00;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: 'palt';
  color: #030303;
}
a {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.7;
}
a[tabindex='-1']:hover {
  opacity: 1;
}
a:visited {
  color: inherit;
}
picture {
  display: block;
}
main.fs-l-main {
  display: block;
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
}
section.fs-l-pageMain {
  max-width: unset;
}
br.pc {
  display: none;
}
br.sp {
  display: block;
}
@media screen and (min-width: 750px) {
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
}

/* コンテンツ */
h2 {
  text-align: center;
  margin-bottom: 6.5%;
}
h2 img {
  width: auto;
  height: 8.5vw;
}
h2 img.bigger-height {
  height: 12vw;
}
h2 img.two-lines {
  height: 22vw;
}
h2.bigger-mb {
  margin-bottom: 10%;
}
h2 span {
  display: none;
}

@media screen and (min-width: 750px) {
  h2 {
    margin-bottom: 2.5%;
  }
  h2 img {
    height: 2.8vw !important;
  }
  h2 img.bigger-height {
    height: 4vw !important;
  }
  h2.bigger-mb {
    margin-bottom: 3.2%;
  }
  .shop-btn-container {
    padding: 0 8%;
  }
}

/* about */
#about {
  text-align: center;
  padding: 13% 0 18%;
  background-color: var(--turf-green);
  color: #fff;
}
#about p {
  font-size: 2.8vw;
  letter-spacing: 0.15em;
  line-height: 2.4;
  margin-bottom: 0.1em;
}
#about p.note {
  font-size: 2.9vw;
  letter-spacing: 0.15em;
  line-height: 2.15;
}

/* エンドレススライダー */
.marquee-right {
  margin-top: 10%;
  overflow: hidden;
}
.marquee-right ul {
  animation: marquee-right 35s linear infinite;
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.marquee-right ul li {
  list-style: none;
  padding: 0 0.35vw;
  width: calc(100vw / 1.8);
}
.marquee-right img {
  display: block;
  width: 100%;
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 750px) {
  #about {
    padding: 5% 0 6%;
  }
  #about p {
    font-size: 1.5vw;
    margin-bottom: 0;
    line-height: 2.3;
  }
  .marquee-right {
    margin-top: 4.8%;
  }
  .marquee-right ul li {
    list-style: none;
    padding: 0 0.2vw;
    width: calc(100vw / 3.3);
  }
}

/* Line up */
#line-up {
  padding: 17% 0 18%;
}
#line-up .allitems-wrap {
  text-align: center;
  margin-top: 11vw;
}
#line-up .allitems-wrap img.allitems {
  width: 30vw;
}

@media screen and (min-width: 750px) {
  #line-up {
    padding: 9% 0 8%;
  }
  #line-up .allitems-wrap {
    margin-top: 5vw;
  }
  #line-up .allitems-wrap img.allitems {
    width: 14vw;
    min-width: 120px;
  }
}

/* Beaxis PRO ambassador */
#ambassador {
  padding: 17% 0 18.5%;
  background-color: var(--turf-green);
  color: #fff;
}
#ambassador h2 img.two-lines {
  height: 20vw;
}
#ambassador .amb-wrap {
  margin-left: 4.5vw;
}
#ambassador .amb-swiper {
  position: relative;
  padding-bottom: 15.5%;
}
#ambassador .amb-swiper .swiper-slide a {
  width: 100%;
  display: inline-block;
}
#ambassador .amb-swiper .swiper-slide > a > img {
  width: 100%;
}
#ambassador .amb-swiper .swiper-slide .profile {
  text-align: center;
  margin: 5% 0 0;
}
#ambassador .amb-swiper .swiper-slide .profile p {
  font-size: 3vw;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
#ambassador .amb-swiper .swiper-slide .profile h3 {
  font-size: 4.6vw;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#ambassador .amb-swiper .swiper-slide .profile a img {
  width: 48%;
}
/* 下部コントロールのバー */
.amb-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
  width: 45vw;
}
.amb-prev,
.amb-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.amb-prev img,
.amb-next img {
  width: 2vw;
  height: auto;
  object-fit: contain;
  transition: opacity 0.2s;
}
.amb-prev img:hover,
.amb-next img:hover {
  opacity: 0.6;
}
.amb-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.8%;
}
.amb-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.4;
  width: 1.55vw;
  min-width: 4px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
}
.amb-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 750px) {
  #ambassador {
    padding: 9% 0;
  }
  #ambassador h2.bigger-mb {
    margin-bottom: 5%;
  }
  #ambassador .amb-wrap {
    width: calc(100% - 24vw);
    margin: 0 auto;
  }
  #ambassador .amb-swiper {
    padding-bottom: 0;
  }
  #ambassador .amb-swiper .swiper-slide .profile {
    margin: 4.5% 0 0;
  }
  #ambassador .amb-swiper .swiper-slide .profile p {
    font-size: 1.35vw;
    line-height: 1.9;
  }
  #ambassador .amb-swiper .swiper-slide .profile h3 {
    font-size: 2.02vw;
    line-height: 1.3;
  }
  #ambassador .amb-swiper .swiper-slide .profile a img {
    width: 48%;
  }
  .amb-controls {
    display: none;
  }

  /* PC時：Swiper解除＆2段レイアウト */
  .amb-swiper.is-grid .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.3vw 4.3%;
    transform: none !important;
    width: auto !important;
  }
  .amb-swiper.is-grid .swiper-slide {
    flex: 1 1 calc((100% - (4.3% * 2)) / 3);
    max-width: calc((100% - (4.3% * 2)) / 3);
  }
}

/* Swiper のCSSカスタムプロパティで余白・位置を微調整したい場合 */
:root {
  --swiper-pagination-bottom: auto; /* 下寄せを打ち消し */
  --swiper-pagination-top: auto;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

/* Styling */
#styling {
  padding: 17% 0 18%;
  border: none;
  margin: 0;
}
#styling .styling-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列構成 */
  gap: 4px;
  width: 100%;
  margin: 0 auto;
}
#styling .styling-grid img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  #styling {
    margin: 0px 4%;
    padding: 10% 0 11%;
  }
  #styling .styling-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }
}

#video {
  padding: 0 0 17vw;
  border: none;
}
@media screen and (min-width: 750px) {
  #video {
    padding: 0 0 11vw;
  }
  #video .video-wrap {
    padding-bottom: 0;
  }
}

/* BEAXIS GOLF Studio */
#golfStudio {
  background-color: var(--turf-green);
  color: #fff;
}
#golfStudio .golf-wrap {
  width: calc(100% - 15vw);
  margin: 0 auto;
  padding: 15% 0 16%;
  background-color: var(--turf-green);
  color: #fff;
}
#golfStudio .shop-image {
  width: 100%;
  margin-bottom: 6%;
}
#golfStudio h3 {
  font-size: 5.2vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-bottom: 3.8%;
}
#golfStudio dl dt {
  font-weight: 300;
  font-size: 2.6vw;
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 0.6% 1.4% 0.13%;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
#golfStudio dl dd {
  font-size: 3.3vw;
  letter-spacing: 0.1em;
}
#golfStudio dl dd span {
  font-size: 0.74em;
  margin-left: 0.5em;
  letter-spacing: 0.12em;
}
#golfStudio dl dd + dt {
  margin-top: 2.1%;
}
@media screen and (min-width: 750px) {
  #golfStudio .golf-wrap {
    width: calc(100% - 24vw);
    padding: 8% 0 9.5%;
  }
  #golfStudio h2 {
    margin-bottom: 5%;
  }
  #golfStudio h3 {
    font-size: 1.8vw;
    line-height: 1.4;
    margin-top: 0.7%;
    margin-bottom: 5%;
  }
  #golfStudio .shop-group::after {
    width: 17%;
  }
  #golfStudio .shop-container {
    display: flex;
    gap: 3%;
  }
  #golfStudio .shop-group .shop-container:not(.golf):not(:last-child):not(:only-child) {
    margin-bottom: 8%;
  }
  #golfStudio .shop-image {
    flex-shrink: 0;
    width: 47.5%;
    margin-bottom: 0;
  }
  #golfStudio .shop-image img {
    margin-top: 1%;
  }
  #golfStudio h4 {
    font-size: 1.8vw;
    letter-spacing: 0.12em;
    margin-bottom: 5%;
    line-height: 1.4;
  }
  #golfStudio dl dt {
    font-size: 1.2vw;
    margin-bottom: 0.3em;
  }
  #golfStudio dl dd {
    font-size: 1.46vw;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  #golfStudio dl dd + dt {
    margin-top: 2.6%;
  }
}
