.gw2022 {
  min-width: 1000px;
}

.gw2022 img {
  width: 100%;
  height: auto;
}

.gw2022 .hero-sp,
.gw2022 .hero-image-sp {
  display: none;
}

.gw2022 .presents {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.gw2022 h2 {
  text-align: center;
}

.gw2022 h2 img {
  width: 80%;
}

.gw2022 .detail h3 {
  text-align: center;
}

.gw2022 .detail h3 img {
  width: 160px;
}

.gw2022 .gradation {
  color: #b5438b;
  background: -webkit-linear-gradient(-2deg, #b5438b, #45aee4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gw2022 .fukidashi {
  background: #000;
  display: inline-block;
  border-radius: 100px;
  font-size: 3rem;
  font-weight: 500;
  color: #FFF;
  position: absolute;
  padding: 11px 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  white-space: nowrap;
}

.gw2022 .fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}

.gw2022 .fukidashi span {
  vertical-align: middle;
}

.gw2022 .presents h2 {
  padding-top: 40px;
}


.gw2022 .detail {
  margin: 0 auto;
  background-color: #1d2e43;
}

.gw2022 .detail p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.gw2022 .detail p.info {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.gw2022 .detail p.note {
  font-size: 1.2rem;
  color: #dbdddf;
  text-align: center;
  opacity: 0.3;
}

.gw2022 .btn a {
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 2rem;
  display: block;
  border: 2px solid #fff;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;

  max-width: 400px;
  min-width: 200px;
  color: #fff;
}

.gw2022 .wcahnce {
  position: relative;
  margin-left: 10px;
}

.gw2022 .badge {
  width: 60px;
  height: 105px;
  background: #000;
  margin: 0;
  position: absolute;
  top: 15px;
  right: -19px;
  transform: rotate(12deg);
  line-height: 1.2;
}

.gw2022 .badge_cont {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gw2022 .badge::before,
.gw2022 .badge::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}

.gw2022 .badge::before {
  transform: rotate(60deg);
}

.gw2022 .badge::after {
  transform: rotate(-60deg);
}

.gw2022 .badge span {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}

.gw2022 .detail-content {
  box-sizing: border-box;
  height: 100%;
  padding: 50px 0 100px;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

.gw2022 .detail-content.item01 {
  background-image: url('../../../img/lp/gw2022/detail-bg-1-pc.png');
}

.gw2022 .detail-content.item02 {
  background-image: url('../../../img/lp/gw2022/detail-bg-2-pc.png');
}

.gw2022 .detail-content.item03 {
  background-image: url('../../../img/lp/gw2022/detail-bg-3-pc.png');
}

.gw2022 .detail-content.item04 {
  background-image: url('../../../img/lp/gw2022/detail-bg-4-pc.png');
}

.gw2022 .detail-content.item05 {
  background-image: url('../../../img/lp/gw2022/detail-bg-5-pc.png');
}

.gw2022 .detail-inner {
  width: 850px;
  margin: 0 auto;
}

.gw2022 .benefits {
  display: flex;
}


/* 出し分け */
.gw2022 .cp-before,
.gw2022 .cp-after {
  text-align: center;
}

.gw2022 .cp-before .twi {
  opacity: 0.3;
  margin-bottom: 10px;
}


/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}

.share-box ul li.fb div {
  top: -2px;
}




.detail h3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}

.detail h4 {
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 9rem;
  color: #fff;
  opacity: 0.3;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

.coupon-area,
.present-area {
  margin: 30px auto 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: rgb(0 0 0 / 28%);
  padding: 55px 25px 20px;
  position: relative;
  box-sizing: border-box;
  width: 48%;
}

.gw2022 .fukidashi.f-coupon{
  padding: 9px 26px 9px;
  color: #e14fac;
  font-size: 2rem ;
}

.txt-use,
.txt-present {
  font-weight: 500;
  font-size: 2.5rem !important;
  text-align: center;
  margin-bottom: 15px;
}

.txt-present {
  transform: skewX(-10deg);
  line-height: 1.2;
  margin-bottom: 30px;
}

.gw2022 .coupon-area dl {
  text-align: center;
  margin-bottom: 30px;
}

.gw2022 .coupon-area dt {
  background: #000;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 5px 4px 3px;
  margin-bottom: 10px;
}

.gw2022 .coupon-area dd {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.gw2022 .coupon-area dd.target-product{
  margin-bottom: 3px;
}

.gw2022 .coupon-area dd.attention {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.3;
}

.cp-link {
  text-align: center;
}

.cp-link a {
  color: #fff;
  opacity: 0.3;
  text-decoration: underline;
}

.cp-note-link{
  opacity: 0.3;
  text-align: center;
}

.cp-note-link>a {
  color: #ffffff;
  text-decoration: underline;
}


.wrap-pc {
  display: flex;
  width: 100%;
}
