.summercampaign-wrapper {
  background-color: #ea6a2a;
}

.kv-wrapper {
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}
.kv-wrapper img {
  width: 100%;
}
.text-block {
  font-family: "Josefin Sans", sans-serif;
  color: #fddf19;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.heading {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.body {
  font-family: "Noto Sans JP", sans-serif;
}

.kv_titlewrapper {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
  width: 80%;
}

.kv_leadtxt {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: none;
  object-fit: none;
}

.kv_presentwrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.kv_present {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  padding: 15px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  background-color: #fff;
}

.presetninfo-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #fff;
}

.txt-center {
  text-align: center;
}

.bold-text {
  letter-spacing: 3px;
}

.txtsmall-22 {
  font-size: 18px;
}

.presentinfo-sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url("https://shop.clubping.jp/img/usr/cmp-2025autumnfes/bg.png");
  background-color: #ea6a2a;
}

.presentinfo-titlewrapper {
  margin-bottom: 40px;
}

.presentinfo-titlewrapper h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.presentinfo-namewrapper {
  text-align: center;
  margin-bottom: 20px;
}
.presentinfo-namewrapper strong {
  font-size: 18px;
  font-weight: bold;
}
.presentinfo-imgwrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto 20px auto;
}
.presentinfo-imgwrapper img {
  width: 100%;
}

.card {
  display: block;
  word-wrap: break-word;
  border: 0;
  width: 80%;
  margin: 0 auto 100px auto;
}

.card-image {
  width: 100%;
}

.card-box {
  padding-left: 3rem;
}

.card-description {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 16px;
}

.presentinfo-point {
  border-radius: 65px 65px 65px 65px;
  -webkit-border-radius: 65px 65px 65px 65px;
  -moz-border-radius: 65px 65px 65px 65px;
  background-color: #f4acce;
  font-weight: bold;
  color: #fff;
  padding: 6px 30px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .presentinfo-point {
    margin-bottom: 10px;
  }
  .txt-center {
    text-align: left;
  }
  .presentinfo-sec {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
  }

  .presentinfo-titlewrapper {
    margin-bottom: 20px;
  }
  .presentinfo-titlewrapper h3 {
    font-size: 18px;
    padding: 0px;
  }
  .presentinfo-titlewrapper h3 span {
    font-size: 14px;
  }
  .presentinfo-namewrapper strong {
    font-size: 14px;
  }
  .presentinfo-imgwrapper {
    width: 90%;
  }
  .card {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
  .card-image {
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
  }
  .card-box {
    width: 100%;
    padding: 0;
  }
  .card-description {
    font-size: 14px;
  }
  .presetninfo-txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.presentinfo-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.presentinfo_media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.presentinfo_media_imgwrapper {
  width: 450px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ebebeb;
}

.presentinfo_media_imgwrapper img {
  width: 100%;
}

.presentinfo_media_txtwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.presentinfo_media_img1 {
  width: 330px;
}

.presentinfo_media_titlewrapper {
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}

h3.presentinfo_media_title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-weight: 700 !important;
}

.presentinfo_media_title--small {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .presentinfo_media_title--small img {
    width: 68%;
  }
}
.presentinfo_media_title--large {
  font-size: 36px;
  letter-spacing: -0.05rem;
}
.presentinfo_media_redtxt {
  color: #ff0000;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

.presentinfo_media_redtxt__large {
  font-size: 40px;
}

.paragraph {
  font-size: 22px;
}

.presentinfo_media_txt {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.4;
}
.presentinfo_media_txt-bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.presentinfo_media_img2 {
  width: 35%;
}

.presentinfo_media_img3 {
  width: 64%;
}

.presentinfo_media_txt--small {
  font-size: 16px;
  line-height: 1.6;
}
.presentinfo_media_txt--small a {
  color: #4a93f8 !important;
  text-decoration: underline !important;
}
.presentinfo_media_txt--small a:hover {
  text-decoration: none;
}
.presentinfo_badgewrapper {
  position: absolute;
  left: auto;
  top: -30px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 205px;
}

.presentinfo_btnwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -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;
}

.presentinfo_btn {
  width: 70%;
  padding: 31px;
  background-color: #fddf19;
  background-image: url("https://shop.clubping.jp/cmp-autumn2022/images/ico-right.svg");
  background-position: 95% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.presentinfo_btn.w--current {
  background-image: url("https://shop.clubping.jp/cmp-autumn2022/images/chevron-right.png");
  background-size: 20px;
  color: #fff;
}

.tokutentext_bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image {
  position: static;
}

.lpcmn-categorylink-wrapper {
  margin-top: 80px;
}

.categorylink_title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #ea6a2a;
  color: #fddf19;
  font-size: 28px;
  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: 60px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 3px solid #fddf19;
}

.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 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fddf19;
  box-shadow: 3px 3px 6px 0 #80742a;
  text-align: center;
  text-decoration: none;
}

.categorylink_btn:hover {
  background-color: #d8c12b;
}

.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: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.categorylink_thumbwrapper {
  width: 60px;
  height: 60px;
  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 #fddf19;
  background-image: url("https://shop.clubping.jp/img/category/1/CaddyBag.png");
  background-position: 50% 50%;
  background-size: contain;
  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: contain;
  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: contain;
  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: contain;
  background-repeat: no-repeat;
}

.categorylink_thumbwrapper.categorylink_thumb--ladies {
  background-image: url("https://bo-shopclubpingjp.ecbeing.biz/img/usr/cmp-springgolf/ico-ladies.png");
  background-position: 50% 50%;
  background-size: contain;
  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: contain;
  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: contain;
  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: contain;
  background-repeat: no-repeat;
}

.btnbuy-wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
}
.btnbuy {
  display: block;
  width: 70%;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
  background-color: #fddf19;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .btnbuy {
    width: 90%;
    font-size: 14px;
  }
  .arrow {
    font-size: 14px;
  }
}

.presentinfo_sizetxt {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  margin-top: 13px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #7a7a7a;
  font-size: 12px;
}

.presentinfo_btn--info {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.4;
}

.presentinfo_btn--about {
  margin-top: 13px;
  padding: 9px 24px 9px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #fff;
  background-image: url("https://shop.clubping.jp/cmp-autumn2022/images/chevron-right--gray.png");
  background-position: 97% 53%;
  background-size: 6px;
  background-repeat: no-repeat;
}

.presentinfo_btn--about:hover {
  background-color: #eee;
  font-size: 14px;
  line-height: 20px;
}

.text-span {
  color: #333;
}

.intro-productwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #797979;
  background-color: #fff;
  color: #333;
}

.intro-productwrapper:hover {
  text-decoration: none;
}

.intro-productimgwrapper {
  width: 100px;
}

.intro-producttxtwrapper {
  margin-left: 15px;
}

.text-block-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.br-smp {
  display: none;
}
.br-pc {
  display: block;
}

.presentinfo_detailtxtwrapper {
  padding: 30px;
  margin-top: 100px;
  border: solid 1px #d8d8d8;
  background: #fff;
}
.presentinfo_detailtxtwrapper h4 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.row_table {
  border-collapse: separate;
  border-spacing: 2px;
}

.row_table,
.row_table td,
.row_table th {
  font-size: 16px;
  vertical-align: top;
}
.row_table td,
.row_table th {
  padding: 10px;
  line-height: 1.5;
}

.row_table th {
  background: #d8d8d8;
  font-weight: 300;
  text-align: center;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .presentinfo_detailtxtwrapper {
    box-sizing: border-box;
    padding: 10px;
    margin-top: 40px;
  }
  .sp-show {
    display: block;
  }
  .presentinfo_detailtxtwrapper h4 {
    font-size: 18px;
  }

  .row_table * {
    box-sizing: border-box;
  }
  .row_table,
  .row_table td,
  .row_table th {
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
  }

  .row_table th {
    background: #d8d8d8;
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  .row_table td {
    background: #f5f6f8;
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  .br-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .presentinfo_media_redtxt {
    font-size: 16px;
    padding: 0px;
  }
  .presentinfo_media_redtxt .presentinfo_media_redtxt__large {
    font-size: 24px;
  }

  .presentinfo_media_title--large {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .kv-sec {
    padding: 0px;
  }
  .kv_leadtxt {
    font-size: 13px;
  }

  .kv-sec.openingcampaign-cmn-section {
    background-position: 50% 0%, 50% 0%;
    background-size: cover, 100%;
  }

  .kv-wrapper {
    width: 100%;
  }

  .kv_titlewrapper {
    width: 90%;
    margin-bottom: 0px;
  }

  .kv_presentwrapper {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .kv_present {
    height: 280px;
    padding-left: 0px;
  }

  .kv_present1 {
    width: 300px;
  }

  .kv_presenttxt {
    margin-bottom: 20px;
  }

  .kv_presentflag {
    width: 120px;
    height: 120px;
  }

  .kv_tokutentxt {
    left: -5px;
    top: -5px;
    font-size: 8px;
    line-height: 26px;
  }

  .kv_tokutentxt.kv_tokutentxt--detail {
    left: 10px;
    top: 16px;
    line-height: 1.2;
  }

  .kv_tokutentxt_num {
    font-size: 32px;
  }

  .bold-text {
    font-size: 30px;
  }

  .txtsmall-22 {
    font-size: 18px;
  }

  .presentinfo-wrapper {
    width: 90%;
  }

  .presentinfo_media {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
  }

  .presentinfo_media.presentinfo_media--mt0 {
    margin-top: 0px;
  }

  .presentinfo_media_imgwrapper {
    width: 100%;
  }
  .presentinfo_media_imgwrapper img {
    width: 100%;
  }

  .presentinfo_media_txt-bold {
    font-size: 14px;
    margin-top: 10px;
  }

  .presentinfo_media_txtwrapper {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    margin-right: auto;
  }

  .presentinfo_media_img1 {
    width: 300px;
  }

  .presentinfo_media_title--small {
    font-size: 18px;
  }

  .presentinfo_media_txt {
    font-size: 18px;
  }

  .presentinfo_media_txt--small {
    font-size: 15px;
    text-align: left;
  }

  .presentinfo_badgewrapper {
    top: -47px;
    width: 180px;
  }

  .presentinfo_btnwrapper {
    margin-top: 40px;
  }

  .presentinfo_btn.w--current {
    padding: 25px;
    background-size: 15px;
    font-size: 20px;
  }

  .tokutentext_bold {
    letter-spacing: 3px;
  }

  .lpcmn-categorylink-wrapper {
    margin-top: 60px;
  }

  .categorylink_title {
    font-size: 20px;
  }

  .categorylink_linkwrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categorylink_btn {
    width: 40%;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    position: relative;
  }

  .presentinfo_btn--info {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .br-smp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .kv-sec {
    margin-bottom: 0px;
  }
  .kv-sec.openingcampaign-cmn-section {
    padding-bottom: 0px;
  }
}
