/* base */
h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 11.5px;
  padding: 0;
  box-sizing: border-box;
}

.sp-visible {
  display: block;
}

.pc-visible {
  display: none;
}

.glh {
  font-size: 14px;
  background-color: #fafafa;
}

.glh__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }

  .sp-visible {
    display: none;
  }

  .pc-visible {
    display: block;
  }

  .glh {
    font-size: 16px;
  }

  .glh__wrapper {
    padding: 0;
  }
}

/* kv */
.glh__kv__wrapper {
  margin: 0 -15px;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .glh__kv__wrapper {
    margin: 0;
    padding: 30px 0;
  }
}

/* intro */
.glh__intro {
  background-color: #262626;
  margin: 0 -15px;
  box-sizing: border-box;
}

.glh__intro__wrapper {
  color: #fff;
  padding: 52px 15px 53px;
  box-sizing: border-box;
}

.glh__intro__title {
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.glh__intro__content {
  margin: 52px 0 0;
  box-sizing: border-box;
}

.glh__intro__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36.5px;
  box-sizing: border-box;
}

.glh__intro__item:last-child .glh__intro__box {
  margin-bottom: 0;
}

.glh__intro__cart-image {
  max-width: 90px;
}

.glh__intro__chevron {
  text-align: center;
  margin-bottom: 36.5px;
  box-sizing: border-box;
}

.glh__intro__review-image {
  max-width: 90px;
}

.glh__intro__detail {
  margin-left: 20px;
  box-sizing: border-box;
}

.glh__intro__top {
  font-weight: bold;
}

.glh__intro__bottom {
  font-size: 12px;
  margin-top: 13px;
  box-sizing: border-box;
}

.glh__intro__note {
  max-width: 414px;
  font-size: 12px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .glh__intro {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .glh__intro__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 92px 0 96.5px;
  }

  .glh__intro__title {
    max-width: inherit;
    text-align: center;
  }

  .glh__intro__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .glh__intro__box {
    margin-bottom: 0;
  }

  .glh__intro__top {
    font-size: 20px;
  }

  .glh__intro__bottom {
    font-size: 16px;
  }

  .glh__intro__note {
    font-size: 14px;
    max-width: 1200px;
    text-align: center;
  }
}

/* feat */
.glh__feat--text-small {
  font-size: 12px;
}

.glh__feat__wrapper {
  text-align: center;
  padding: 30.4px 0 0;
  box-sizing: border-box;
}

.glh__feat__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 16.5px;
  box-sizing: border-box;
}

.glh__feat__heading:before {
  content: "＼";
  position: absolute;
  display: block;
  top: 50%;
  left: -15px;
  transform: translate(-50%, -50%) rotate(15deg);
  font-size: 30px;
  color: #222222;
}

.glh__feat__heading:after {
  content: "／";
  position: absolute;
  display: block;
  top: 50%;
  right: -45px;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 30px;
  color: #222222;
}

.glh__feat__item {
  margin-bottom: 24.5px;
  box-sizing: border-box;
}

.glh__feat__item figcaption {
  margin-top: 3px;
  box-sizing: border-box;
}

.glh__feat__image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.glh__feat__list {
  text-align: left;
  margin-top: 6.5px;
  box-sizing: border-box;
}

.glh__feat__list li {
  margin-bottom: 5px;
  box-sizing: border-box;
}

.glh__feat__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .glh__feat--text-small {
    font-size: 18px;
  }

  .glh__feat__wrapper {
    padding: 74.6px 0 0;
  }

  .glh__feat__title {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .glh__feat__heading {
    font-size: 24px;
    margin-bottom: 54px;
  }

  .glh__feat__top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .glh__feat__item {
    margin-bottom: 55px;
  }

  .glh__feat__item figcaption {
    font-size: 20px;
  }

  .glh__feat__image {
    width: 50%;
    gap: 16px;
  }

  .glh__feat__list {
    font-size: 18px;
    width: 50%;
    margin: 0 0 0 16px;
  }

  .glh__feat__list li {
    margin-bottom: 20px;
  }

  .glh__feat__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* rule */
.glh__rule {
  background-color: #262626;
  margin: 0 -15px;
  box-sizing: border-box;
}

.glh__rule__content {
  margin-top: 40px;
  padding: 35.5px 15px 40px;
  box-sizing: border-box;
}

.glh__rule__content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box;
}

.glh__rule__table * {
  box-sizing: border-box;
}

.glh__rule__table,
.glh__rule__table td,
.glh__rule__table th {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  text-align: left;
}

.glh__rule__table th {
  display: block;
  font-weight: bold;
  width: 100%;
  background: #fff;
  padding: 4px 12px;
  box-sizing: border-box;
}

.glh__rule__table td {
  display: block;
  width: 100%;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 9.5px 12px;
  box-sizing: border-box;
}

.glh__rule--text-space {
  display: block;
  margin: 9.5px 0 0;
  box-sizing: border-box;
}

.glh__rule--text-size {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .glh__rule {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .glh__rule__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  .glh__rule__content {
    margin-top: 100px;
    padding: 49px 0 80px;
  }

  .glh__rule__content h3 {
    font-size: 28px;
  }

  .glh__rule__table,
  .glh__rule__table td,
  .glh__rule__table th {
    font-size: 16px;
  }

  .glh__rule--text-space {
    margin: 0;
  }

  .glh__rule--text-size {
    font-size: 14px;
  }
}

/* review */
.howtoreview-wrapper {
  background-color: #fff;
  box-shadow: #eee 4px 4px 10px;
  margin-top: 40px;
  padding: 10px;
  box-sizing: border-box;
}

.howtoreview_title h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px;
  box-sizing: border-box;
}

.howtoreview_media {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.howtoreview_txtwrapper h4 {
  font-size: 16px;
  font-weight: bold;
  /* background-color: rgb(216, 216, 216); */
  color: #fff;
  background-color: #262626;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.howtoreview_txtwrapper p {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.howtoreview_imgwrapper img {
  width: 100%;
}

.howtoreview_imgwrapper {
  width: 80%;
  margin: 0 auto;
}

.glh__review--text-size {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .howtoreview-wrapper {
    margin-top: 80px;
    padding: 30px;
  }

  .howtoreview_title h3 {
    font-size: 28px;
  }

  .howtoreview_txtwrapper h4 {
    font-size: 20px;
  }

  .howtoreview_txtwrapper p {
    font-size: 16px;
  }

  .howtoreview_imgwrapper img {
    width: 400px;
  }

  .howtoreview_imgwrapper {
    margin: 20px 0 0;
    padding: 0 10px;
  }

  .glh__review--text-size {
    font-size: 14px;
  }
}

/* category */
.lpcmn-categorylink-wrapper {
  margin-top: 40px;
}

.categorylink_title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fafafa;
  color: #262626;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.categorylink_linkwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
  padding: 30px 15px 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 3px solid #262626;
}

.categorylink_titlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categorylink_btn {
  width: 40%;
  margin-bottom: 16px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #262626;
  box-shadow: 3px 3px 6px 0 #8b8b8b;
  text-align: center;
  text-decoration: none;
}

.categorylink_btn_txt {
  display: inline-block;
  margin-top: 10px;
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.categorylink_thumbwrapper {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  background-color: #f5f5f5;
}

.categorylink_thumbwrapper.categorylink_thumb--caddy {
  margin-top: 0px;
  border: 2px none #262626;
  background-image: url("https://shop.clubping.jp/img/category/1/CaddyBag.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--bag {
  background-image: url("https://shop.clubping.jp/img/category/1/Bag.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--accessory {
  background-image: url("https://shop.clubping.jp/img/category/1/accessor.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--headwear {
  background-image: url("https://shop.clubping.jp/img/category/1/HeadWear.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--ladies {
  background-image: url("https://shop.clubping.jp/img/category/1/ladies.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--limited {
  background-image: url("https://shop.clubping.jp/img/category/1/Exclusiv.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--outlet {
  background-image: url("https://shop.clubping.jp/img/category/1/GolfClub.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--softgoods {
  background-image: url("https://shop.clubping.jp/img/category/1/Outlet.png");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.btnbuy-wrapper {
  margin-top: 30px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.btnbuy {
  display: block;
  width: 90%;
  font-size: 14px;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
  background-color: #262626;
  color: #fff;

  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .lpcmn-categorylink-wrapper {
    margin-top: 93px;
  }

  .categorylink_title {
    font-size: 28px;
  }

  .categorylink_linkwrapper {
    flex-wrap: nowrap;
    padding: 40px 20px 18px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
  }

  .categorylink_btn {
    width: 40%;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .categorylink_btn:hover {
    opacity: 0.7;
  }

  .btnbuy-wrapper {
    margin-top: 60px;
    padding-bottom: 130px;
  }

  .btnbuy {
    width: 70%;
    font-size: 18px;
  }

  .btnbuy:hover {
    opacity: 0.7;
  }

  .arrow {
    font-size: 18px;
  }
}
