@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.contents-section {
  padding: 90px 0
}
.contents-inner {
  margin: 0 auto;
  width: 970px;
}
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 970px;
}
.page_link a {
  margin: 0;
}
.rollover:hover,
.others-link a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
}
.text_title {
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
}
.contents-wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.image-border {
  border: 1px solid #c0c0c0;
}
@media screen and (max-width: 767px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    width: 100%;
    margin-bottom: 0;
    font-size: 3.6vw;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  .contents-section {
    padding: 60px 0
  }
  .contents-inner {
    width: calc(100% - 30px);
  }
  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
    justify-content: space-around;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .text_title {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　共通要素
---------------------------------------*/
.contents-section h2 {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.contents-inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
h3.text_title {
  margin-bottom: 30px;
}
div + h3.text_title {
  margin-top: 80px;
}
h3.text_title span {
  color: #fff;
  display: flex;
  font-size: 44px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  transform: skewX(-14deg);
}
h3.text_title span::before,
h3.text_title span::after {
  content: "";
  width: 90px;
  border-top: 1px solid #fff;
}
h3.text_title span::before {
  margin-right: 1rem; 
}
h3.text_title span::after {
  margin-left: 1rem; 
}

/*-------------------------------------
　ブロックごとの調整
---------------------------------------*/
/*.bg-select-gift-campaign*/
.bg-select-gift-campaign .text_title--sub {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
  transform: skewX(-14deg);
}

/*.bg-three-campaign*/
.bg-three-campaign h3.text_title span {
  color: #000;
}
.bg-three-campaign h3.text_title span span.text_title--color-text {
  color: #f00;
}
.bg-three-campaign .text_title--sub {
  color: #f00;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  transform: skewX(-14deg);
}
@media screen and (max-width: 767px) {
  .bg-three-campaign .text_title--sub {
    font-size: 30px;
  }
  .bg-three-campaign h3.text_title span::before,
  .bg-three-campaign h3.text_title span::after {
    width: 4vw;
    border-top: 1px solid #000;
    text-shadow:0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 3px #fff;
  }
}

/*.bg-recommend-item-02*/
.bg-recommend-item-02 h3.text_title span {
  color: #011e60;
  font-size: 36px;
  margin-bottom: 40px;
  text-shadow:0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff;
}
.bg-recommend-item-02 h3.text_title span::before,
.bg-recommend-item-02 h3.text_title span::after {
  border-top: 1px solid #011e60;
  width: 4vw;
  box-shadow:0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff;
}

/*.bg-recommend-item-03*/
.bg-recommend-item-03 h3.text_title span {
  font-size: 30px;
  margin-bottom: 40px;
}
.bg-recommend-item-03 .text_title--sub {
  text-align: center;
}
.bg-recommend-item-03 .text_title--sub span {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 4px 10px;
  text-align: center;
}

/*.bg-repost-campaign*/
.bg-repost-campaign h3.text_title span {
  color: #484848;
  font-size: 36px;
  margin-bottom: 40px;
}
.bg-repost-campaign h3.text_title span::before,
.bg-repost-campaign h3.text_title span::after {
  border-top: 1px solid #484848;
}

@media screen and (max-width: 767px) {
  .bg-select-gift-campaign .text_title--sub {
    font-size: 16px;
  }
  .bg-recommend-item-02 h3.text_title span,
  .bg-recommend-item-03 h3.text_title span,
  .bg-repost-campaign h3.text_title span {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .bg-recommend-item-03 .text_title--sub span {
    font-size: 16px;
  }
}


.contents-inner:nth-of-type(n+2) {
  margin-top: 90px;
}
a.p-link-button {
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contents-section h2 {
    margin-bottom: 20px;
  }
  .contents-inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  div + h3.text_title {
    margin-top: 40px;
  }
  h3.text_title {
    margin-bottom: 10px;
  }
  h3.text_title span {
    font-size: 26px;
  }
  h3.text_title span::before,
  h3.text_title span::after {
    width: 3vw;
    border-top: 1px solid #fff;
  }
  h4.text_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  a.p-link-button {
    width: 100%;
  }
}
.background_white {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .background_white {
    padding: 15px;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: #c1bdf1;
}
.nav_box li > a {
  background: #dedbff;
  color: #2c1e80;
  display: table-cell;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 12px 10px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.nav_box li > a:hover {
  background: #2c1e80;
  color: #fff;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside > ul > li {
  display: table;
  border-right: 1px solid #731a91;
  width: auto;
  flex: 1;
}
.inside >ul > li:first-of-type {
  border-left: 1px solid #731a91;
}
@media screen and (max-width: 767px) {
  .nav_box li > a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 10px 4px;
    display: table-cell;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    width: 25%;
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
.bg-select-gift-campaign {
	background: #fff url("../../../event/challenge-streamer-03/images/bg-select-item-camp.webp") no-repeat top center / cover;
	padding-bottom: 0;
}
.bg-recommend {
  background: #fff url("../../../event/challenge-streamer-03/images/bg-recommend.webp") no-repeat top center / cover;
}
.bg-repost-campaign {
  background: #fff url("../../../event/challenge-streamer-03/images/bg-repost-campaign.webp") no-repeat top center / cover;
}
.bg-info {
  background: #fff url("../../../event/challenge-streamer-03/images/bg-info.webp") no-repeat top center / cover;
}
.bg-select-gift-campaign,.bg-recommend,.bg-repost-campaign,.bg-info{
	padding-top: 0;
  position: relative;
}
.bg-select-gift-campaign::before,.bg-recommend::before,.bg-repost-campaign::before,.bg-info::before{
  content: "";
  width: 100%;
  height: 1em;
  background: #7d219b;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  /*.bg-max-point-return {
    background: #fff url("../../../event/summer-preparation-support/images/bg-max-point-return-sp.webp") no-repeat top center / cover;
  }
  .bg-recommend-pc {
    background: #fff url("../../../event/summer-preparation-support/images/bg-recommend-pc-sp.webp") no-repeat top center / cover;
  }
  .bg-shop-limited {
    background: #fff url("../../../event/summer-preparation-support/images/bg-shop-limited-sp.webp") no-repeat top center / cover;
  }
  .bg-repost-campaign {
    background: #fff url("../../../event/summer-preparation-support/images/bg-repost-campaign-sp.webp") no-repeat top center / cover;
  }
  .bg-other-campaign {
    background: #fff url("../../../event/summer-preparation-support/images/bg-other-campaign-sp.webp") no-repeat top center / cover;
  }*/
}

/*-------------------------------------
　ヒーローイメージ
---------------------------------------*/
.hero-image {
  /*height: 660px;
  position: relative;*/
  width: 100%;
}
.hero-image .hero-image_inner {
  /*width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
	max-width: 1920px;
	margin: 0 auto;
}
.hero-image .hero-image_inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-image {
    /*width: 100%;
    margin-left: 0;
    height: auto;*/
  }
  .hero-image .hero-image_inner {
    /*max-width: 100%;
    position: static;
    transform: translateX(0);*/
  }
}

/*-------------------------------------
　エントリーページリンク
---------------------------------------*/
.entry-link__detail dl {
  font-size: 24px;
  margin: 30px auto 20px;
  letter-spacing: 1.6px;
  text-align: center;
}
.entry-link__detail a {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px){
  .entry-link__detail dl {
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .entry-link__detail a {
    width: 100%;
  }
}

/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.model_wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.model_wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.model_wrapper + .text_title {
  margin-top: 80px;
}
.model_box {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  position: relative;
  width: calc((100% / 3) - 16px);
}
.model_box:nth-child(4n) {
  margin-right: 0;
} 

.model_box a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
	  background: linear-gradient(45deg,rgba(248,244,217,1) 0%,rgba(255,255,255,1) 25%,rgba(252,244,203,1) 87%);
    border: 6px solid #d3ba76;
    border-image: linear-gradient(45deg,rgba(211,186,118,1) 0%,rgba(255,254,168,1) 35%,rgba(223,180,63,1) 63%,rgba(235,208,27,1) 85%,rgba(213,188,86,1) 100%);
    border-image-slice: 1;
}
.model_box a:hover {
  border-image: linear-gradient(45deg,rgba(173,3,17,1) 10%,rgba(229,0,18,1) 51%,rgba(173,3,17,1) 100%);
    border-image-slice: 1;
}
.model_box__image {
  margin: 0 auto 20px;
  width: 80%;
}
.model_box__image img {
  height: auto;
  width: 100%;
}
.model_box__catchcopy {
  font-size: 14px;
  letter-spacing: 1.08px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__name {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  letter-spacing: .78px;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.model_box__spec {
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__price {
  border-bottom: 1px solid #cdcdcd;
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.model_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.model_box__button {
  width: 100%;
}
.model_box__point {
  background-color: #e50011;
  color: #fef18c;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.model_box__point span {
  color: #fef18c;
}
@media screen and (max-width: 767px) {
  .model_wrapper div:not(:last-child){
    margin-bottom: 40px;
  }
  .model_box {
    width: 100%;
  }
}

/*-------------------------------------
　パーツブロック
---------------------------------------*/
.parts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.parts_wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.parts_box {
  background-color: #fff;
  border: 3px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
}
.parts_box:hover {
  border: 3px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.parts_box a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.parts_box.large {
  margin: 0 auto;
  width: 470px;
}
.parts_box.medium {
  width: calc((100% / 2) - 14px);
}
.parts_box.small {
  width: calc((100% / 3) - 16px);
}
.parts_box__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.parts_box__image {
  margin-bottom: 20px;
  width: 80%;
}
.parts_box__spec {
  width: 100%;
}
.parts_box__name {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
	text-align: left;
  word-wrap: break-word;
}
.parts_box__name span:first-child {
  margin-right: .6em;
}
.parts_box__price {
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.parts_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.parts_box__button {
  width: 100%;
}
.others-link {
  text-align: right;
}
.others-link a, .others-link a:hover {
  color: #fff;
	border-bottom: 1px solid #fff;
}
.others-link + .text_title--sub {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .parts_wrapper {
    display: block;
  }
  .parts_wrapper .parts_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .parts_box:nth-of-type(2n-2){
    margin: 0;
  }
  .parts_box.large,
  .parts_box.medium,
  .parts_box.small,
  .parts_box__spec {
    width: 100%;
  }
}

/*-------------------------------------
　ブロックごとの調整
---------------------------------------*/
.bg-recommend-item-02 .others-link a {
  color: #484848;
}
.small .parts_box__detail .parts_box__image,
.small .parts_box__detail .parts_box__spec {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .small .parts_box__detail .parts_box__image {
    width: 80%;
  }
}

/*-------------------------------------
　repostキャンペーン
---------------------------------------*/
.bg-sns-review .cont-field {
  background-color: #fff;
  padding: 100px;
  margin: 0 -215px;
  width: calc(100% + 430px);
}
.bg_repost_camp h2 {
    margin-bottom: 40px;
}
.camp_repost_ttl {
  background: #150059;
  background: linear-gradient(0deg, #150059 0%, #4a0366 100%);
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: none;
}
.camp_repost_ttl h3 {
  color: #150059;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 12px;
  text-align: center;
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  transform: skewX(-14deg);
}
.camp_repost_box {
  background-color: #e9edf0;
  padding: 60px;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}
.camp_cont:nth-of-type(n+2) {
  margin-top: 30px;
}
.camp_repost_box a, .camp_repost_box a span {
  word-break: break-all;
}
.camp_repost_box p:nth-of-type(n+2) {
  margin-top: 20px;
}
.camp_repost_box .camp_repost_txt p span {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.camp_repost_box + h3 {
  margin-top: 40px;
}
.camp_repost_img {
  width: 380px;
  margin: 0 auto 30px;
}
.camp_repost_img img {
  max-width: 100%;
}
.camp_repost_link p {
  font-size: 16px;
  text-align: center;
}
.camp_repost_link p span {
  font-size: 24px;
  font-weight: bold;
}
.camp_repost_caution {
  margin-top: 30px;
}
.camp_repost_caution li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.camp_btn_box {
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
}
.button-wrapper {
  width: 32.6%;
  background: #ccc;
  transform: skewX(-14deg);
  box-shadow: 2px 2px 4px #999;
}
.button-wrapper.rt_now {
  background: #e43344;
  transition: all 0.3s;
}
.button-wrapper.rt_now:hover {
  background: #e45633;
}
.button-wrapper a {
  pointer-events: none;
}
.button-wrapper.rt_now a {
  pointer-events: auto;
}
.button-wrapper a, .button-wrapper a span {
  text-decoration: none;
  color: #fff !important;
}
.button-wrapper a .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  transform: skewX(14deg);
}
.button-wrapper a .button-text span:last-of-type {
  font-size: 18px;
  display: inline-block;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  .bg-sns-review .cont-field {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
  }
  .camp_repost_ttl {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_repost_ttl h3 {
    font-size: 4.6vw;
    letter-spacing: 2px;
  }
  .camp_repost_box {
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_cont {
    width: 92%;
    padding: 20px 4%;
  }
  .camp_cont:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .camp_repost_box p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .camp_repost_box .camp_repost_txt p span {
    font-size: 3.2vw;
  }
  .camp_repost_caution {
    margin-top: 20px;
  }
  .camp_repost_caution li {
    font-size: 3.2vw;
  }
  .camp_repost_caution li a {
    word-break: keep-all;
  }
  .camp_repost_img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .camp_repost_link p {
    font-size: 3.6vw;
  }
  .camp_repost_link p span {
    font-size: 4.6vw;
  }
  .camp_btn_box {
    margin: 20px auto 0;
    flex-wrap: wrap;
    width: 94%;
  }
  .button-wrapper {
    width: 48.6%;
  }
  .button-wrapper:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .button-wrapper.rt_now:hover {
    background: #e43344;
  }
}

/*-------------------------------------
　その他キャンペーン
---------------------------------------*/
.other-campaign-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.other-campaign-link li {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  width: calc((100%/3) - 20px);
}
.other-campaign-link li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .other-campaign-link li {
    margin-bottom: 20px;
    width: calc((100%/2) - 10px);
  }
}

/*-------------------------------------
　クーポンの使い方ポップアップ
---------------------------------------*/
.p-popup-how-to-use-coupon__trigger {
  display: inline-block;
  line-height: 1;
  margin-top: 1em;
}
.p-popup-how-to-use-coupon__trigger img {
  width: 12px;
  height: auto;
  margin-left: 3px;
  vertical-align: baseline;
}
.p-popup-how-to-use-coupon__trigger:hover img {
  opacity: 0.5;
}
.p-popup-how-to-use-coupon input.popup_flg ~ .popup_content_wrapper {
  width: 95vw;
  max-width: 1000px;
  padding: 40px;
}
.p-popup-how-to-use-coupon input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
  color: #484848;
  border: 0;
  top: 4px;
  right: 4px;
  transform: none;
  font-size: clamp(28px, 36/768*100vw,36px);
  font-weight: normal;
}
.p-popup-how-to-use-coupon .popup_content {
  overflow-y: auto;
}
.p-popup-how-to-use-coupon__image img {
  width: 100%;
}


    .select-gift__detail {
      background-color: rgba(0,0,0,.5);
      margin-bottom: 40px;
      padding: 30px;
      text-align: center;
    }
    .select-gift__detail--main-text {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.6;
      transform: skewX(-14deg);
    }
    .select-gift__detail--sub-text {
      color: #fff;
      font-size: 14px;
		margin-bottom: clamp(20px, 0.795rem + 1.52vw, 30px);
    }
    .select-gift__detail--color-text1 {
      color: #e65c99;
      font-size: 38px;
    }
    .select-gift__detail--color-text2 {
      color: #ffee00;
      font-size: 38px;
    }
    .select-gift__panels {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .select-gift__panels--small {
      background-color: #fff;
      border: 3px solid #e65c99;
      border-radius: 10px;
      width:  calc((100% - 30px) / 2);
      text-align: center;
    }
    .select-gift__panels--small:hover {
      border: 3px solid #2c1e80;
    }
    .select-gift__panels--small a,.select-gift__panels--small span {
      width: 100%;
      height: 100%;
      padding: 14px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
.select-gift__panels--small span {
  flex-direction: column;
	justify-content: flex-start;
}
    .select-gift__panels--small img {
      width: 100%;
      height: auto;
      max-width: 400px;
    }
    .gift-images {
      text-align: center;
      margin: 20px auto 10px;
    }
    .gift-images img {
      height: auto;
      width: 100%;
      max-width: 400px;
    }
    .gift-name {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
    }
	  .select-gift-btn {
		  text-align: center;
		  margin-top: clamp(20px, 0.341rem + 3.03vw, 40px);
		  /*margin-bottom: clamp(60px, 1.023rem + 9.09vw, 120px);*/
	  }
    .w-chance_wrap {
      margin: 0 auto;
      /*width: 870px;*/
		text-align: center;
	background: url("../../../event/challenge-streamer-03/images/bg-wchance.webp") no-repeat top center / cover;
  padding-top: 150px;
	padding-bottom: 90px;
}
    .w-chance_wrap img {
      max-width: 100%;
    }
    .w-chance_wrap h3 + p {
      margin-bottom: clamp(20px, 0.341rem + 3.03vw, 40px);
    }
    
    /*------------------------------------*/
    .three-campaign__detail {
      background-color: rgba(255,255,255,.5);
      padding: 30px;
      text-align: center;
    }
    .three-campaign__detail--logo {
      background-color: #fff;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 80px;
      padding: 20px;
    }
    .three-campaign__detail--logo > img {
      width: calc((100% / 3) - 16px);
    }
    .three-campaign__detail--logo img {
      height: auto;
      width: 100%;
    }
    #lp_page img.logo-elgato {
      max-width: 181px;
    }
    #lp_page img.logo-avermedia {
      max-width: 234px;
    }
    #lp_page img.logo-yamaha {
      max-width: 200px;
    }
    .three-campaign__detail--main-text {
      color: #2c2007;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.6;
      transform: skewX(-14deg);
    }
    .three-campaign__detail--color-text1 {
      color: #ff0000;
      font-size: 38px;
    }
    .three-campaign__detail--inner {
      margin-bottom: 80px;
      text-align: center;
    }
    .three-campaign__detail--notice {
      font-size: 18px;
      font-weight: 500;
    }
    .three-campaign__detail--notice + p.text_title--sub {
      margin-top: 80px;
    }
    .three-campaign__detail--images {
      display: flex;
      justify-content: center;
      gap: 40px;
      padding: 0 20px;
      margin: 20px 0;
    }
    .three-campaign__detail--search-head {
      background-color: #004da1;
      margin-bottom: 40px;
      padding: 10px 14px;
      text-align: center;
    }
    .three-campaign__detail--search-head span {
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 20px;
      transform: skewX(-14deg);
    }
    .three-campaign__detail--search {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .three-campaign__detail--search > div {
      background-color: #fff;
      border: 3px solid #009ca5;
      box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
      position: relative;
      width: calc((100% / 3) - 16px);
    }
    .three-campaign__detail--search > div:hover {
      border: 3px solid #14666b;
    }
    .three-campaign__detail--search > div a {
      display: block;
      padding: 20px;
      text-align: center;
      height: 100%;
      width: 100%;
    }
    .logo-part {
      /*display: flex;*/
    }
    .coupon__detail {
      border: 1px solid #ff6d00;
      cursor: pointer;
      font-size: 18px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .coupon__detail--text {
      text-align: right;
      width: 180px;
    }
    .coupon__detail--copy {
      background-color: #ff6d00;
      color: #fff;
      display: block;
      letter-spacing: 2px;
      padding: 10px 0;
      width: 180px;
    }
    #copyTarget1, #copyTarget2 {
      text-align: left;
      width: 120px;
    }

    @media screen and (max-width: 767px) {
      .three-campaign__detail--logo {
        margin-bottom: 60px;
      }
      .three-campaign__detail--logo > img {
        width: 100%;
      }
      .three-campaign__detail {
        padding: 20px;
      }
      .three-campaign__detail--main-text {
        font-size: 20px;
        transform: none;
      }
      .three-campaign__detail--color-text1 {
        font-size: 26px;
      }
      .three-campaign__detail--inner {
        margin-bottom: 60px;
        text-align: left;
      }
      .three-campaign__detail--notice {
        font-size: 14px;
      }
      .three-campaign__detail--notice + p.text_title--sub {
        margin-top: 60px;
      }
      .three-campaign__detail--images {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
      }
      /*.three-campaign__detail--images img {
        width: 80%
      }*/
      .three-campaign__detail--images.single-image img {
        width: 100%;
      }
      .three-campaign__detail--search-head {
        margin-bottom: 20px;
      }
      .three-campaign__detail--search-head span {
        font-size: 22px;
        line-height: 1.3;
      }
      .three-campaign__detail--search > div {
        width: 100%;
      }
      .three-campaign__detail--search > div:not(:last-child) {
        margin-bottom: 40px;
      }
      .coupon__detail {
        font-size: 14px;
        margin-top: 10px;
      }
      .coupon__detail--text {
        width: 40%
      }
      
      #copyTarget1, #copyTarget2 {
        width: 30%
      }
      .coupon__detail--copy {
        text-align: center;
        width: 25%
      }
      .gift-name {
        font-size: 24px;
      }
    }
    
    /*------------------------------------*/
    .select-item__text {
      color: #000;
      font-size: 38px;
      font-weight: 600;
      position: relative;
      margin-bottom: 40px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      text-shadow: 2px 2px 10px #fff,
        -2px 2px 10px #fff,
        2px -2px 10px #fff,
        -2px -2px 10px #fff;
    }
    .select-item__text::before,
    .select-item__text::after {
      content: '';
      width: 3px;
      height: 100px;
      background-color: #333;
      box-shadow: 2px 2px 10px #fff,
        -2px 2px 10px #fff,
        2px -2px 10px #fff,
        -2px -2px 10px #fff;
    }
    .select-item__text::before {
      margin-right: 50px;
      transform: rotate(-25deg);
    }
    .select-item__text::after {
      margin-left: 50px;
      transform: rotate(25deg);
    }
    .select-item {
      display: flex;
      justify-content: space-between;
    }
    @media screen and (max-width: 767px) {
      .select-gift__detail {
        padding: 20px;
      }
      .select-gift__detail--main-text {
        font-size: 20px;
        transform: none;
      }
      .select-gift__detail--color-text1,
      .select-gift__detail--color-text2 {
        font-size: 26px;
      }
      .select-gift__panels {
        gap: 20px;
      }
      .select-gift__panels--small {
        width: 100%;
      }
      .select-gift__panels--small a {
        padding: 10px;
      }
      .w-chance_wrap {
        width: 100%;
		    padding-top: 60px;
	padding-bottom: 60px;
      }
      .select-item__text {
        font-size: 18px;
        margin-bottom: 20px;
      }
      .select-item__text::before,
      .select-item__text::after {
        height: 40px;
      }
      .select-item__text::before {
        margin-right: 20px;
      }
      .select-item__text::after {
        margin-left: 20px;
      }
      .select-item {
        flex-direction: column;
      }
      .select-item a:first-child {
        margin-bottom: 20px;
      }
    }
  
  section.contents-section.bg-illustration{
    background:linear-gradient(-45deg, rgb(98 71 157 / 91%), rgb(145 49 141 / 100%)),repeating-linear-gradient(307deg, transparent, transparent 56px, rgb(163 75 225) 96px, rgb(255 0 216 / 80%) 70px ),linear-gradient(-45deg, #62479d, #91318d);
  }
  section#illustration h2{
    color: #fff;
    font-size: 34px;
    transform: skewX(-14deg);
    font-weight: 500;
    letter-spacing: .035em;
  }
  section#illustration .contents-inner>div.content{
    background: rgba(255,255,255,0.75);
    padding: 40px;
    border-radius: 10px;
  }
  section#illustration .contents-inner>div.content .img_wrapper {
    
  }
  section#illustration .contents-inner>div.content .img_wrapper img {
    display:block;
    width:550px;
  }
  section#illustration .contents-inner>div.content .text{
    margin-left: 20px;
    padding-left: 20px;
    border-left: dashed 1px #7a3b94;
  }
  
  @media screen and (max-width: 767px) {
    .contents-section#illustration{
      padding-top:8vw;
    }
    section#illustration h2{
      font-size:6vw;
    }
    section#illustration .contents-inner>div.content{
      flex-direction:column;
      padding:6vw;
    }
    section#illustration .contents-inner>div.content .img_wrapper img{
      width:100%;
    }
    section#illustration .contents-inner>div.content .text{
      margin-left: 0;
      padding-left: 0;
      border-left: none;
      margin-top: 3vw;
    }
  }
/*-------------------------------------
　配信関連情報
---------------------------------------*/
.recommend_box {
	
}
.recommend_box .recommend_text {
	text-align: center;
	color: #fff;
	font-size: clamp(18px, 0.489rem + 2.12vw, 32px);
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: clamp(20px, 0.795rem + 1.52vw, 30px);
}
.recommend_box .recommend_text:nth-of-type(n+2) {
	margin-top: clamp(30px, 0.511rem + 4.55vw, 60px);
}
.recommend_link {
	text-align: center;
}
.recommend_link img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
.recommend_box .recommend_text {
	letter-spacing: 0;
	line-height: 1.4;
}	
}
/*-------------------------------------
　おすすめ配信機材
---------------------------------------*/
.info_box {
	
}
.info_box ul {
	width: min(100%, 820px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 36px;
}
.info_box ul li {
	width: min(100%, 392px);
}
.info_box img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
.info_box ul {
	flex-direction: column;
	gap: 20px;
}	
}