@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: 1vw 0 18% 0;
}
.line-up,
.styling,
.video {
  margin: 0 4%;
  padding: 11vw 0 14vw 0;
  border-top: solid 1px #bababa;
}
.line-up h2,
.styling h2,
.video h2 {
  margin-bottom: 5vw;
}
.line-up h2 picture img,
.styling h2 picture img,
.video h2 picture img {
  width: auto;
  height: 10vw;
}
.line-up ul.category {
  margin: 0 -4%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1vw;
}
.line-up .category-wrap ul.title {
  margin: 5% 0;
}
.line-up .category-wrap ul.title li {
  display: none;
}
.line-up .category-wrap ul.title li.active {
  display: block;
}
.line-up .category-wrap ul.title li h3 picture img {
  width: auto;
  height: 6.3vw;
}
.line-up .category-wrap ul.button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3.5vw;
  row-gap: 3vw;
  margin: 10vw auto 10vw auto;
}
.line-up .category-wrap ul.button li {
  width: calc((100% - 10.5vw) / 4);
}
.line-up .category-wrap ul.button li picture.on {
  display: none;
}
.line-up .category-wrap ul.button li.active picture.on {
  display: block;
}
.line-up .category-wrap ul.button li.active picture.off {
  display: none;
}

.line-up .product-wrap ul.category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  padding: 0;
  column-gap: 3.5vw;
  row-gap: 7vw;
}
.line-up .product-wrap ul.category-wrap > li {
  display: none;
  width: calc((100% - 3.5vw) / 2);
}
.line-up .product-wrap ul.category-wrap > li.active {
  display: block;
}
.line-up .product-wrap ul.category-wrap.view-all > li.active.hide {
  display: none;
}
.line-up .product-wrap ul.category-wrap li .product-url {
  display: none;
}
.line-up .product-wrap ul.category-wrap > li a img {
  width: 100%;
}
.line-up .product-wrap ul.category-wrap li .text-wrap {
  margin-top: 2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-name {
  color: #000;
  font-size: 3.7vw;
  letter-spacing: 0.15vw;
  line-height: 1.3;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price {
  color: #000;
  font-size: 3.7vw;
  letter-spacing: 0.15vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.price {
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.tax {
  font-size: 2.3vw;
  margin-left: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner {
  display: flex;
  gap: 2.5vw;
  margin-top: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation {
  display: flex;
  gap: 1.2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation li {
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender {
  display: flex;
  gap: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li {
  color: #000;
  font-size: 2.1vw;
  padding: 0 1.5vw;
  border-radius: 2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.women {
  background: #eed2dc;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.women:after {
  content: 'women';
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.men {
  background: #cadce0;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.men:after {
  content: 'men';
}
.line-up .product-wrap .view-more-btn {
  text-align: right;
  margin-top: 7vw;
}
.line-up .product-wrap ul.category-wrap.view-more + .view-more-btn {
  display: none;
}
.line-up .product-wrap .view-more-btn img {
  width: 40%;
  padding: 2vw 0;
}
.line-up .brands-creation {
  background: #f9f9f9;
  padding: 6.5vw 5.5vw;
  margin-top: 10vw;
}
.line-up .brands-creation .inner {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.line-up .brands-creation .inner img {
  width: 24vw;
}
.line-up .brands-creation .inner .job-title p {
  color: #000;
  font-size: 2.7vw;
  letter-spacing: 0.3vw;
  line-height: 1.7;
}
.line-up .brands-creation .inner .job-title p.name {
  font-size: 5vw;
  letter-spacing: 0.5vw;
}
.line-up .brands-creation .inner .job-title p.name span {
  font-size: 3.6vw;
  letter-spacing: 0.4vw;
}
.line-up .brands-creation > p {
  color: #000;
  font-size: 2.95vw;
  letter-spacing: 0.4vw;
  line-height: 2;
  margin-top: 5vw;
}
.line-up ul li:nth-of-type(3) {
  grid-column: 1 / 3;
}
@media (min-width: 750px) {
  /* Line up */
  #line-up {
    padding: 7% 0 8%;
  }
  .line-up,
  .styling,
  .video {
    margin: 0 4%;
    padding: 6% 0 8% 0;
  }
  .line-up h2,
  .styling h2,
  .video h2 {
    margin-bottom: 2.5%;
  }
  .line-up h2 picture img,
  .styling h2 picture img,
  .video h2 picture img {
    width: auto;
    height: 60px;
  }
  .line-up ul.category {
    margin: auto;
    grid-template-columns: auto auto auto;
    gap: 7px;
  }
  .line-up ul li {
    cursor: pointer;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .line-up ul li:nth-of-type(3) {
    grid-column: 3 / 3;
  }
  .line-up ul li:hover {
    opacity: 0.8;
  }
  .line-up .category-wrap {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-bottom: 4%;
  }
  .line-up .category-wrap ul.title li h3 picture img {
    width: auto;
    height: 30px;
  }
  .line-up .category-wrap ul.button {
    width: 80%;
    flex-wrap: nowrap;
    column-gap: 4px;
    row-gap: unset;
    margin: 0;
  }
  .line-up .category-wrap.btn {
    display: flex;
    justify-content: right;
    margin-top: 5%;
  }
  .line-up .category-wrap ul.button li {
    width: calc((100% - 20px) / 6);
    cursor: pointer;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .line-up .category-wrap ul.button li:hover {
    opacity: 0.8;
  }
  .line-up .product-wrap ul.category-wrap {
    column-gap: 30px;
    row-gap: 45px;
  }
  .line-up .product-wrap ul.category-wrap > li {
    width: calc((100% - 90px) / 4);
    cursor: pointer;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap {
    margin-top: 6%;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-name,
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-price {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.tax {
    font-size: 13px;
    margin-left: 6px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner {
    gap: 20px;
    margin-top: 8px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation,
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender {
    gap: 5px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation li {
    width: 13px;
    height: 13px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 10px;
  }
  .line-up .product-wrap .view-more-btn {
    margin: 0 8%;
    margin-top: 3%;
  }
  .line-up .product-wrap .view-more-btn img {
    width: 20%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .line-up .product-wrap .view-more-btn img:hover {
    opacity: 0.8;
  }
  .line-up .brands-creation {
    margin: 0 8%;
    padding: 3%;
    margin-top: 6%;
  }
  .line-up .brands-creation .inner {
    gap: 2.5%;
  }
  .line-up .brands-creation .inner img {
    width: 15%;
  }
  .line-up .brands-creation .inner .job-title {
    margin-top: -6.5%;
  }
  .line-up .brands-creation .inner .job-title p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .line-up .brands-creation .inner .job-title p.name {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .line-up .brands-creation .inner .job-title p.name span {
    font-size: 19px;
    letter-spacing: 2px;
  }
  .line-up .brands-creation > p {
    font-size: 13.5px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-left: calc(15% + 2.5%);
    margin-top: -5.7%;
  }
}

/* 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 */
#video {
  padding: 0 0 17vw;
  border: none;
}
.video .video-wrap {
  margin-right: -4%;
  overflow: hidden;
  padding-bottom: 14vw;
}
.video .video-wrap .swiper-container {
  position: relative;
  padding-right: 4%;
}
.video .video-wrap .swiper-container .swiper-wrapper {
  z-index: 0;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  color: white;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  width: auto;
  height: 25px;
  padding: 0 8px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls .display-only-play-btn {
  background: none;
  border: none;
  color: white;
  font-size: 12px;
  cursor: default;
  padding: 0;
  width: 12px;
  text-align: center;
  margin-right: 5px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls .time-display {
  font-size: 12px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide p.text {
  color: #000;
  font-size: 3vw;
  letter-spacing: 0.15vw;
  margin-top: 3vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2vw;
  margin-top: 2vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account img {
  width: 7.5vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account p {
  color: #000;
  font-size: 2.6vw;
}
.video .video-wrap .swiper-container .swiper-pagination {
  bottom: -12vw;
  z-index: 1;
  padding-right: 4%;
}
.video .video-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
  width: 6px;
  height: 6px;
  margin: 0 10px;
}
.video .video-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.video .video-wrap .swiper-container .swiper-button-prev,
.video .video-wrap .swiper-container .swiper-button-next {
  width: 4vw;
  height: 4vw;
  top: unset;
  bottom: -11.75vw;
  z-index: 1;
}
.video .video-wrap .swiper-container .swiper-button-prev {
  left: 27vw;
}
.video .video-wrap .swiper-container .swiper-button-next {
  right: calc(27vw + 4%);
}
.video .video-wrap .swiper-container .swiper-button-prev:after,
.video .video-wrap .swiper-container .swiper-button-next:after {
  color: #000;
  font-size: 2.8vw;
}
.video .video-wrap .modal-wrap .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 177.77%; /* 9:16 のアスペクト比 (16 ÷ 9 ≈ 1.7777) */
  position: relative;
  overflow: hidden;
  cursor: default;
}
.video .video-wrap .modal-wrap .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .video-wrap .modal-wrap .video-container .video-controls {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  color: white;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn {
  width: 12px;
  text-align: center;
  margin-right: 5px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn i {
  font-size: 12px;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn.is-playing-icon i {
  font-size: 14px;
}
.video .video-wrap .modal-wrap .mute-toggle-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 8px;
  right: 8px;
  border: none;
  color: white;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.video .video-wrap .modal-wrap .video-container .mute-toggle-btn i {
  font-size: 18px;
}
.video .video-wrap .modal-wrap .video-container .video-end-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
.video .video-wrap .modal-wrap .video-container.this-is-ended .video-end-overlay {
  display: flex;
}
.video .video-wrap .modal-wrap .video-container .video-end-overlay .restart-btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.modal-wrap.show {
  visibility: visible;
}
.modal-wrap .modal-bg {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  top: -100px;
  bottom: -100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-wrap .modal {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
  box-sizing: border-box;
  z-index: 1;
  min-height: 100px;
}
.modal-wrap .modal .modal-close-btn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.modal-wrap .modal .modal-close-btn::before,
.modal-wrap .modal .modal-close-btn::after {
  content: '';
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-wrap .modal .modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrap .modal .modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrap .modal .modal-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 750px) {
  /* Video */
  #video {
    padding: 0 0 11vw;
  }
  .video .video-wrap {
    margin: auto;
    padding-bottom: 0;
  }
  .video .video-wrap .swiper-container {
    padding: 0;
  }
  .video .video-wrap .swiper-container .swiper-wrapper {
    gap: 25px;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 100px) / 5);
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide p.text {
    font-size: 16.5px;
    letter-spacing: 0.5px;
    margin-top: 8%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account {
    gap: 12px;
    margin-top: 5%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account img {
    width: 19%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account p {
    font-size: 14px;
  }
  .video .video-wrap .swiper-container .swiper-pagination,
  .video .video-wrap .swiper-container .swiper-button-prev,
  .video .video-wrap .swiper-container .swiper-button-next {
    display: none;
  }
  .video .video-wrap .modal-wrap .video-container .video-end-overlay:hover {
    opacity: 0.8;
  }
  .modal-wrap .modal .modal-close-btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-wrap .modal .modal-close-btn::before,
  .modal-wrap .modal .modal-close-btn::after {
    width: 20px;
    height: 2px;
  }
}

/* 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%;
  }
}
