@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
#lp_page .c-section{
  padding: 6vw 0;
}
.contents-inner {
  margin: 0 auto;
  width: 92vw;
  max-width: 1140px;
}
.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,
.page_link a:hover {
  opacity: 0.6;
}
.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;
}
@media screen and (max-width: 767px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    width: 100%;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
  }
  #lp_page .c-section{
    padding: 8vw 0;
  }
  .contents-inner {
    width: 82vw;
  }
  .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;
    letter-spacing: 2px;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.hero-image img{
  width: 100vw;
}

/*-------------------------------------
　あなたはどっち
---------------------------------------*/
.which-galleria h3{
  margin-top: -3vw;
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
  transform: skew(-10deg, 0);
  line-height: 1.2;
  color: #001e60;
}
.which-galleria__note img{
    width:90vw;
    margin-top: -6vw;
}
.which-galleria__desk img{
  width: 90vw;
  margin-top: -9vw;
}
.which-galleria__desk{
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
}
@media screen and (max-width: 767px) {
  .which-galleria h3{
    margin-top: 0;
    font-size: 6.4vw;
  }
  .which-galleria__note img{
    margin-top: 2vw;
    width: 96vw;
  }
  .which-galleria__desk img{
    margin-top: -4vw;
    width: 96vw;
  }
}

/*-------------------------------------
　クーポン
---------------------------------------*/
.coupon-bg{
  margin-top: -9vw;
  padding: 6vw 0;
  background: #001e60;
  position: relative;
}
.coupon{
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.coupon-upper{
  padding: 60px 60px 47px 60px;
  text-align: center;
}
.coupon-upper h3{
  font-size: 36px;
  margin-bottom: 60px;
  line-height: 1;
  font-weight: bold;
}
.coupon-upper h3 span{
  margin-bottom: 15px;
  padding: 3px;
  background: #001e60;
  color: #fff;
  display: inline-block;
  font-size: 30px;
}
.coupon-upper img{
  width: 100%;
}
.coupon-attention{
  margin: 10px 0 0 0;
  padding: 10px;
  background: #ffe2e2;
  color: #fc0000;
  font-size: 24px;
}
.coupon-dot{
  margin-bottom: -13px;
  display: block;
}
.coupon-bottom{
  padding: 73px 60px 60px 60px;
  background: #dade1a;
}
.coupon-code{
  border: 2px solid #001e60;
  display: flex;
}
.coupon-code-body{
  width: 66.6%;
  padding: 10px;
  background: #fff;
  color: #484848;
  font-size: 32px;
  text-align: center;
}
.coupon-code-body:before{
  content: "クーポンコード：";
}
.coupon-code-btn{
  padding: 10px;
  flex: 1;
  transition: 0.3s;
  background: #001e60;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.coupon-code-btn.copied{
  filter: brightness(150%);
}
.coupon-howto{
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
.coupon-howto a{
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
}
@media screen and (max-width: 767px) {
  .coupon-bg{
    margin-top: 0;
  }
  .coupon-upper {
    padding: 8vw;
  }
  .coupon-upper h3{
    font-size: 4.8vw;
    margin-bottom: 8vw;
    line-height: 1.2;
    font-weight: bold;
    color: #001e60;
  }
  .coupon-upper h3 span{
    margin-bottom: 2vw;
    padding: 0.4vw;
    font-size: 4vw;
  }
  .coupon-attention{
    margin: 8vw 0 0 0;
    font-size: 3.2vw;
  }
  .coupon-dot{
    margin-bottom: -0.9vw;
  }
  .coupon-bottom{
    padding: 8vw;
  }
  .coupon-code-body{
    width: 75%;
    font-size: 3.2vw;
    padding: 0.5em 0;
  }
  .coupon-code-btn{
    font-size: 3.2vw;
    padding: 0.5em 0;
  }
  .coupon-howto{
    margin-top: 8vw;
    font-size: 3.2vw;
  }
}

/*-------------------------------------
　製品へのリンク
---------------------------------------*/
.link{
  display: flex;
  flex-wrap: wrap;
  gap:60px;
}
.link-item{
  width:calc((100% - 60px) / 2);
  padding: 60px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.link-item h3{
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
}
.link-item img{
  max-width: 100%;
  margin-bottom: auto;
}
.link-item__note{
  background: #dade1a;
}
.link-item__note h3{
  color: #001e60;
}
.link-item__desk h3{
  color: #dade1a;
}
.link-item__note a,.link-item__desk a{
  width: 100%;
  margin-top: 60px;
}
.link-item__note a{
  background: #001e60;
  color: #dade1a;
}
.link-item__note a::after{
  border-color: #dade1a;
}
.link-item__desk a{
  background: #dade1a;
  color: #001e60;
}
.link-item__desk a::after{
  border-color: #001e60;
}
.link-item__desk{
  background: #001e60;
}
@media screen and (max-width: 767px) {
  .link{
    gap:8vw;
  }
  .link-item{
    width:100%;
    padding: 8vw;
  }
  .link-item h3{
    margin-bottom: 8vw;
    font-size: 4.8vw;
    font-weight: bold;
  }
}

/*-------------------------------------
　クーポン
---------------------------------------*/
.coupon-modaal-wrapper img{
  max-width: 100%;
}
.coupon-modaal-wrapper p{
  margin-bottom: 1em;
  text-align: center;
}

/*-------------------------------------
　配信やろうぜへの導線
---------------------------------------*/
.to-challenge-streamer{
  margin-bottom: 6vw;
  background: #f6f6f6;
}
.to-challenge-streamer h3{
  margin-bottom: 1em;
  font-size: 1.8vw;
  text-align: center;
  font-weight: bold;
  transform: skew(-10deg, 0);
  line-height: 1.2;
  color: #001e60;
}
@media screen and (max-width: 767px){
  .to-challenge-streamer{
      margin-bottom: 0;
  }
  .to-challenge-streamer h3{
    font-size: 4.8vw;
  }
}