@charset "UTF-8";
/* base */
h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2.2px;
  text-align: center;
  background: transparent;
  margin-bottom: 12px;
  padding: 0;
  box-sizing: border-box;
}

.text-gold {
  font-weight: 600;
  background: linear-gradient(135deg, #a07b26 0%, #e6c768 38%, #c5a449 58%, #947020 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-px {
  display: inline-block;
  margin-left: -2px;
  margin-right: 3px;
  box-sizing: border-box;
}

.text-px-large {
  margin: 0 10px 0 3px;
  box-sizing: border-box;
}

.text-py {
  display: inline-block;
  margin-top: 9.5px;
  box-sizing: border-box;
}

.text-py-small {
  margin-top: 5px;
  box-sizing: border-box;
}

.text-small {
  font-size: 12px;
}

.text-spacing {
  letter-spacing: 2.4px;
}

.text-number {
  font-size: 48px;
  font-weight: bold;
}

.level-1 {
  display: inline-block;
  text-indent: -14px;
  padding-left: 14px;
}

.level-2 {
  display: inline-block;
  text-indent: 0;
  padding-left: 12px;
}

.level-3 {
  display: inline-block;
  text-indent: -6px;
}

.level-4 {
  display: inline-block;
  text-indent: -12px;
  padding-left: 26px;
}

.border-center {
  width: 100%;
  max-width: 33px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 5px 20px 0;
  box-sizing: border-box;
}

.border-right {
  border-right: 1px solid #565429;
  padding-right: 20px;
  box-sizing: border-box;
}

.sp-visible {
  display: block;
}

.pc-visible {
  display: none;
}

.anniv {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #112519;
}

.anniv__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.anniv__border {
  height: 1px;
  background: linear-gradient(135deg, transparent 0%, #e6c768 38%, #c5a449 58%, transparent 100%);
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 23px;
  }

  .text-small {
    font-size: 14px;
  }

  .text-large {
    font-size: 20px;
  }

  .text-flex {
    display: flex;
    align-items: center;
  }

  .text-px {
    margin-left: -5px;
  }

  .text-px-large {
    margin: 3px 10px 0;
  }

  .text-py-small {
    margin-top: 0;
  }

  .text-py-pc {
    display: inline-block;
    margin-top: 5px;
    box-sizing: border-box;
  }

  .text-spacing {
    letter-spacing: 2.8px;
  }

  .text-left {
    text-align: left;
  }

  .level-1 {
    display: inline-block;
    text-indent: -16px;
    padding-left: 16px;
  }

  .level-2 {
    display: inline-block;
    text-indent: 0;
    padding-left: 14px;
  }

  .level-3 {
    text-indent: 0;
  }

  .border-center {
    width: 50px;
    max-width: inherit;
  }

  .sp-visible {
    display: none;
  }

  .pc-visible {
    display: block;
  }

  .anniv {
    font-size: 16px;
  }

  .anniv__wrapper {
    padding: 0;
  }
}

/* kv */
.anniv__kv__wrapper {
  margin: 0 -15px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .anniv__kv__wrapper {
    margin: 0;
  }
}

/* intro */
.anniv__intro__wrapper {
  padding: 51.5px 0 60px;
  box-sizing: border-box;
}

.anniv__intro__title {
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}

.anniv__intro__heading p {
  text-align: center;
  margin-bottom: 9.5px;
  box-sizing: border-box;
}

.anniv__intro__heading p:last-child {
  margin-bottom: 0;
  box-sizing: border-box;
}

.anniv__intro__period {
  font-size: 18px;
  text-align: center;
  border: 1px solid #565429;
  margin: 30px 0 0;
  padding: 0 20px 5px;
  box-sizing: border-box;
}

.anniv__intro__date {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #565429;
  margin-top: 7.2px;
  box-sizing: border-box;
}

.anniv__intro__date p {
  margin-top: 5px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .anniv__intro__wrapper {
    padding: 92px 0 100px;
  }

  .anniv__intro__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .anniv__intro__heading p {
    font-size: 20px;
  }

  .anniv__intro__period {
    max-width: 672px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    padding: 20px 60px;
  }

  .anniv__intro__date {
    border-top: none;
    border-left: 1px solid #565429;
    margin-top: 0;
    margin-left: 35px;
    padding-left: 35px;
  }

  .anniv__intro__date p {
    font-size: 32px;
    margin-top: 0;
  }
}

/* enter */
.anniv__enter {
  background-color: #142b1e;
  margin: 0 -15px;
  box-sizing: border-box;
}

.anniv__enter__wrapper {
  padding: 40px 15px 60px;
  box-sizing: border-box;
}

.anniv__enter__item {
  text-align: center;
  border: 1px solid #565429;
  background-color: #112519;
  margin-bottom: 20px;
  padding: 0 8px 20px;
  box-sizing: border-box;
}

.anniv__enter__item:last-child {
  margin-bottom: 0;
}

.anniv__enter__number {
  font-size: 48px;
  color: #565429;
  border-bottom: 1px solid #565429;
  margin-bottom: 16.5px;
  box-sizing: border-box;
}

.anniv__enter__sub-title {
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.anniv__enter__table {
  display: inline-block;
}

.anniv__enter__table-text {
  text-align: left;
}

.anniv__enter__table th {
  font-weight: 400;
  text-align: left;
}

.anniv__enter__table td {
  text-align: right;
}

.anniv__enter__cart {
  display: inline-block;
  width: 80px;
  margin-top: 20px;
  box-sizing: border-box;
}

.anniv__enter__benefits {
  display: inline-block;
  width: 60px;
  margin-top: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .anniv__enter {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .anniv__enter__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50.6px 0 80px;
  }

  .anniv__enter__item {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0;
  }

  .anniv__enter__number {
    width: 100px;
    height: 248px;
    line-height: 248px;
    border-right: 1px solid #565429;
    border-bottom: none;
    margin: 0 40px 0 0;
  }

  .anniv__enter__detail {
    width: 432px;
    text-align: left;
  }

  .anniv__enter__sub-title {
    font-size: 20px;
  }

  .anniv__enter__cart {
    width: 100px;
    margin: 0 140px 0 86px;
  }

  .anniv__enter__benefits {
    width: 80px;
    margin: 0 140px 0 106px;
  }
}

/* benefits */
.anniv__benefits__wrapper {
  padding: 40px 0 60px;
  box-sizing: border-box;
}

.anniv__benefits__no {
  max-width: 60px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #222222;
  background: linear-gradient(135deg, #a07b26 0%, #e6c768 38%, #c5a449 58%, #947020 100%);
  margin-bottom: 5px;
  padding: 3px 0;
  box-sizing: border-box;
}

.anniv__benefits__remarks {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
  box-sizing: border-box;
}

.anniv__benefits__item {
  border: 1px solid #565429;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.anniv__benefits__item:last-child {
  margin-bottom: 0;
  box-sizing: border-box;
}

.anniv__benefits__top img {
  border-bottom: 1px solid #565429;
}

.anniv__benefits__bottom {
  background-color: #0e1f15;
  padding: 15px;
  box-sizing: border-box;
}

.anniv__benefits__title {
  font-size: 16px;
  border-bottom: 1px solid #565429;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.anniv__benefits__sticker {
  max-width: 50px;
}

.anniv__benefits__note {
  font-size: 12px;
  margin-top: 5px;
  box-sizing: border-box;
}

.anniv__benefits__link {
  text-decoration: underline;
  color: #0371b5;
}

@media screen and (min-width: 768px) {
  .anniv__benefits__wrapper {
    padding: 70.6px 0 100px;
  }

  .anniv__benefits__no {
    max-width: 82px;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
    padding: 5px 0;
  }

  .anniv__benefits__remarks {
    margin: 10px 0 0;
  }

  .anniv__benefits__item {
    display: flex;
    border-bottom: none;
    margin-bottom: 0;
  }

  .anniv__benefits__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .anniv__benefits__item:last-child {
    border: 1px solid #565429;
  }

  .anniv__benefits__item .anniv__benefits__top {
    border-right: 1px solid #565429;
  }

  .anniv__benefits__item:nth-child(even) .anniv__benefits__bottom {
    border-right: 1px solid #565429;
  }

  .anniv__benefits__top {
    width: 50%;
    padding: 50px;
  }

  .anniv__benefits__top img {
    display: block;
    border: 1px solid #565429;
  }

  .anniv__benefits__bottom {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
  }

  .anniv__benefits__title {
    font-size: 28px;
    line-height: 1.46;
    padding-bottom: 30px;
  }

  .anniv__benefits__win {
    padding-top: 15.6px;
  }

  .anniv__benefits__sticker {
    max-width: 80px;
    margin-top: 3px;
  }

  .anniv__benefits__note {
    font-size: 16px;
    margin-top: 25px;
  }
}

/* rule */
.anniv__rule {
  background-color: #142b1e;
  margin: 0 -15px;
  box-sizing: border-box;
}

.anniv__rule__wrapper {
  padding: 40px 15px 60px;
  box-sizing: border-box;
}

.anniv__rule___table {
  border-collapse: collapse;
  border: 1px solid #565429;
}

.anniv__rule___table th {
  display: block;
  text-align: left;
  background-color: #1e3220;
  padding: 4px 12px;
  box-sizing: border-box;
}

.anniv__rule___table td {
  display: block;
  border-top: 1px solid #565429;
  border-bottom: 1px solid #565429;
  padding: 9.5px 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .anniv__rule {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .anniv__rule__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50.6px 0 80px;
  }

  .anniv__rule___table {
    width: 100%;
  }

  .anniv__rule___table tr {
    border-bottom: 1px solid #565429;
  }

  .anniv__rule___table th {
    display: table-cell;
    width: 21.2%;
    vertical-align: top;
    padding: 9.5px 12px;
  }

  .anniv__rule___table td {
    display: table-cell;
    width: 78.8%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #565429;
  }
}

/* category */
.anniv__category__wrapper {
  padding: 40px 0 0;
  box-sizing: border-box;
}

.categorylink_linkwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.categorylink_btn {
  background: linear-gradient(135deg, #a07b26 0%, #e6c768 38%, #c5a449 58%, #947020 100%);
  text-align: center;
  text-decoration: none;
  padding: 20px 10px;
  box-sizing: border-box;
}

.categorylink_btn_txt {
  display: inline-block;
  margin-top: 10px;
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.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;
  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%;
  max-width: 360px;
  font-size: 14px;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
  background: linear-gradient(135deg, #a07b26 0%, #e6c768 38%, #c5a449 58%, #947020 100%);
  color: #222222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.btnbuy:hover {
  text-decoration: none;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .anniv__category__wrapper {
    padding: 50.6px 0 0;
  }

  .anniv__category__titile {
    margin-bottom: 35px;
  }

  .categorylink_title {
    font-size: 28px;
  }

  .categorylink_linkwrapper {
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
  }

  .categorylink_btn {
    width: 100%;
  }

  .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;
  }
}
