.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

:root {
  --golf-blue: #0017c9;
  --golf-red: #d80000;
  --golf-black: #111;
  --golf-gray: #cfcfcf;
  --golf-light: #f1f1f1;
  --golf-font: "源ノ角ゴシック", "Source Han Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --golf-roboto: "Roboto", Arial, sans-serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp_wrap {
  margin: 0 auto;
  font-family: var(--golf-font);
  font-weight: 500;
  color: var(--golf-black);
  letter-spacing: 0;
}

.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
  box-sizing: border-box;
}
.lp_wrap a{
  text-decoration: none;
}
.lp_wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lp_wrap ul,
.lp_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp_wrap figure {
  margin: 0 auto;
}

.content-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.golf_mv {
  overflow: hidden;
}

.golf_mv_img {
  margin: 0;
}

.golf_mv_img picture {
  display: block;
}

.golf_lead {
  padding: 70px 0 80px;
  text-align: center;
}

.golf_lead p {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
}

.golf_secret {
  padding: 0 0 100px;
}

.golf_secret_sub {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}

.golf_secret_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 84px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 60px;
}

.golf_secret_title span {
  font-family: var(--golf-roboto);
  font-size: 180px;
  font-weight: 600;
  color: var(--golf-blue);
  line-height: .8;
  vertical-align: -.08em;
}

.lp_wrap .golf_secret_visual {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.lp_wrap .golf_secret_list {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}

.golf_secret_list li {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 50px;
}

.golf_secret_list li:last-child {
  margin-bottom: 0;
}

.golf_secret_num {
  width: 140px;
  flex: 0 0 140px;
  font-family: var(--golf-roboto);
  font-size: 118px;
  font-weight: 600;
  font-style: italic;
  color: var(--golf-gray);
  line-height: .8;
  text-align: right;
}

.golf_secret_body {
  flex: 1;
  padding-top: 20px;
}

.golf_secret_body h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--golf-black);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

.golf_secret_body h3 span {
  margin-left: 10px;
  font-family: var(--golf-roboto);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 2px;
}

.golf_secret_body p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.golf_secret_body .golf_limited {
  display: block;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: var(--golf-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.golf_pickup {
  padding: 0 0 110px;
}

.golf_section_title {
  margin-bottom: 40px;
  color: var(--golf-blue);
  font-family: var(--golf-roboto);
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.lp_wrap .golf_product_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  margin: 0 auto;
}

.golf_product_item {
  width: calc((100% - 60px) / 2);
  text-align: left;
}

.golf_product_image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  border: 1px solid #333;
  background: #fff;
}

.golf_product_image img:not([src]) {
  display: none;
}

.golf_product_item h3 {
  margin-bottom: 20px;
  color: var(--golf-blue);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

.golf_price {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-align: right;
}

.golf_price span {
  color: var(--golf-red);
  font-family: var(--golf-roboto);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.golf_product_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border: 1px solid var(--golf-blue);
  color: var(--golf-black);
  background: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.golf_product_button::after {
  content: "▶";
  margin-left: 10px;
  font-size: 20px;
}

.golf_product_button.is_primary,
.golf_product_button:hover {
  background: var(--golf-blue);
  color: #fff;
}

.golf_review {
  padding: 0 0 110px;
}

.lp_wrap .golf_review_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #eee;
}

.golf_review_inner {
  padding: 40px 50px;
  background: #fff;
}

.golf_stars {
  color: #ffd800;
  font-family: var(--golf-roboto);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.golf_review_inner h3 {
  margin-bottom: 10px;
  color: var(--golf-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}

.golf_review_content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.golf_review_content img {
  width: 88px;
  flex: 0 0 88px;
}

.golf_review_content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .content-wrap {
    max-width: 1000px;
    padding: 0 20px;
  }

  .golf_lead {
    padding: 0px 0 50px;
  }

  .golf_lead p {
    font-size: 17px;
    line-height: 2;
    text-align: left;
  }

  .golf_lead br {
    display: none;
  }

  .golf_secret {
    padding-bottom: 60px;
  }

  .golf_secret_sub {
    font-size: 22px;
  }

  .golf_secret_title {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .golf_secret_title span {
    margin-right: 10px;
    font-size: 104px;
  }

  .golf_secret_visual {
    margin-bottom: 40px;
  }

  .golf_secret_list li {
    gap: 20px;
    margin-bottom: 30px;
  }

  .golf_secret_num {
    width: 50px;
    flex-basis: 50px;
    font-size: 58px;
  }

  .golf_secret_body {
    padding-top: 0;
  }

  .golf_secret_body h3 {
    font-size: 19px;
  }

  .golf_secret_body h3 span {
    display: block;
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .golf_secret_body p {
    font-size: 15px;
  }

  .golf_secret_body .golf_limited {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
  }

  .golf_pickup {
    padding-bottom: 70px;
  }

  .golf_section_title {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .lp_wrap .golf_product_list {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .golf_product_item {
    width: 100%;
  }

  .golf_product_item h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .golf_price {
    font-size: 17px;
  }

  .golf_price span {
    font-size: 36px;
  }

  .golf_product_button {
    padding: 10px 0;
    font-size: 22px;
  }

  .golf_review {
    padding-bottom: 70px;
  }

  .golf_review_box {
    padding: 20px;
  }

  .golf_review_inner {
    padding: 20px;
  }

  .golf_stars {
    font-size: 24px;
  }

  .golf_review_inner h3 {
    font-size: 24px;
  }

  .golf_review_content {
    gap: 20px;
  }

  .golf_review_content img {
    width: 64px;
    flex-basis: 64px;
  }

  .golf_review_content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .golf_review_content br {
    display: none;
  }
}
