@charset "utf-8";





.products {
  background: url(../images/common/bg001.jpg);
}


.productsPackWrap {
}



.productsListWrap h2 {
  text-align: left;
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  line-height: 90px;
  height: 90px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 1200px;
}
.productsListWrap h2:before {
  display:block;
  content:attr(title);
  position: absolute;
  background: #fff;
  background: linear-gradient(to top,#666, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  /*padding-right: 20px;*/
  left: 0;
  right: 0;
  margin: auto;
}
.productsListWrap h2:after {
  content: "";
  display: block;
  height: 5px;
/*    background: rgba(230,70,0,1);
*/  background: linear-gradient(to right,rgba(230,70,0,0) 0%, rgba(230,70,0,1) 50%, rgba(230,70,0,0));
  position: relative;
  margin-top: 10px;
}


.productsListWrap article {
  /*padding: 3%;*/
  background: #000;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /*width: 1200px;*/
  padding: 150px 0 120px;
}

.productsContent {
  position: relative;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.productsPackCont {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
  position: relative;
  /*border-radius: 20px;
  box-shadow: 0 0 10px #000;*/
}

.productsPackImg {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.productsPackImg img {
  /*max-height: 400px;
  max-width: 1100px;*/
  /*height: 300px;*/
  display: block;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  filter: drop-shadow(0 0 10px #000);
}

.productsPackData {
  text-align: left;
  padding: 0;
  min-width: 680px;
  position: relative;
  padding: 20px;
  margin: 20px;
}

.productsPackTitle {
  font-size: 52px;
  font-weight: 700;
}
.productsPackTitle:after {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 4px;
  content: '';
  display: block;
  background: linear-gradient(to right,rgba(230,70,0,1) 60%, rgba(230,70,0,0));
}

.productsPackText {
  font-size: 22px;
  padding: 10px;
  margin: 0;
  /*background: #000;*/
  line-height: 1.8;
}


.productsPackText h3 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
  line-height: 40px;
  height: 40px;
  margin-bottom: 5px;
  text-align: left;
  color: #fff;
}

.productsPackText h3:after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  position: relative;
}


.productsPackSubtext {
  font-size: 80%;
}
.productsPackPrice {
  font-size: 100%;
  text-align: right;
  margin-top: 20px;
}
.productsPackPrice span {
  font-size: 240%;
  font-weight: bold;
}


.productsPackSelect {
  background: #000;
  position: relative;
}

.productsPackSelectPF {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.productsPackSelectPF .btn {
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  box-shadow: none;
  background: #000;
  border-bottom: #f60 solid 1px;
}

.productsPackSelectPF .btn img {
  height: 60px;
}



.productsPackSelectPF .btn.on {
  border: #f60 solid 1px;
  border-bottom: none;
  background: #300;
}

.productsPackSelectShop {
  border: #f60 solid 1px;
  border-top: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  background: #300;
  display: none;
}

.productsPackSelectShop1 {
  display: flex;
}

.productsPackCE .productsPackSelectShop {
  display: flex;
}

.productsPackSP .productsPackSelectShop {
  display: flex;
}

.productsPackSelectShop .btn {
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  box-shadow: none;
  background: #000;
  width: 45%;
  background: #e64600;
  border: none;
}

.productsPackSelectShop .btn a {
  padding: 0;
}



.shopsBtn {
  margin: 0 auto;
  position: relative;
}

.shopsBtn .btn {
  margin: 20px 0 0 0;
  height: 30px;
  border-radius: 30px;
}
.shopsBtn .btn:before {
  border-radius: 30px;
}
.shopsBtn .btn a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
}


.shopsBtn.new:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: 4px;
  line-height: 17px;
  text-align: center;
  text-shadow: none;
  left: 50%;
  width: 24px;
  margin-left: -20px;
}


.productsBenefitsWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1200px;
  margin: 140px auto 0;
  flex-wrap: wrap;
}



.productsBenefitCont {
  width: 44%;
  background: #000;
  padding: 20px 2%;
  text-align: left;
  position: relative;
  border: #e64600 solid 1px;
  margin-bottom: 20px;
  background: #300;
}

.productsBenefitCont .productsBenefitImg {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.productsBenefitCont h3 {
  color: #fff;
  padding-bottom: 20px;
  position: relative;
}

.productsBenefitCont p {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 22px;
  text-shadow: 0 0 10px #300,0 0 5px #300,0 0 5px #300;
}

.productsBenefitCont p.attend {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 80%;
}

.productsBenefitImg {
  position: relative;
}

.productsBenefitImg img {
  bottom: -2px;
  position: relative;
  z-index: 0;
}

.productsBenefitCont .btn {
  margin: 20px 0 0 0;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  padding: 0;
}

.productsBenefitCont .btn a {
  margin: 0;
  padding: 0;
}

.productsBenefitCont h3 {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 0 10px #000;
  line-height: 60px;
  height: 60px;
  margin-bottom: 5px;
  text-align: left;
  font-style: normal;
}

.productsBenefitCont h3:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgba(230,70,0,1) 0%, rgba(230,70,0,0) 100%);
  position: relative;
}


.productsBenefitContSub {
  border: rgba(230,70,0,1) 1px solid;
  padding: 10px;
  background: rgba(51,0,0,0.6);
  z-index: 1;
  position: relative;
  margin-top: 20px;
  line-height: 1.4;
}

.productsBenefitContSub h4 {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-top: -21px;
  background: #300;
  color: #e64600;
  display: table;
  padding: 0 5px;
}

.productsBenefitContSub p {
  text-align: left;
  font-size: 19px;
}

.productsBenefitContText {
  padding:5px 10px;
  background: #333;
  margin-top: 20px;
  border-radius: 4px;
}

.productsBenefitContText p {
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
}
.productsBenefitContText p span {
  font-size: 10px;
  line-height: 10px;
}

.productsPackLinks {
  font-size: 30px;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 100px;
}

.productsPackLinks a {
  color: #fff;
  line-height: 48px;
}


.topProductsWrap {
  margin-top: 80px;
}

footer .topProductsWrap {
  margin-top: 0px;
}

.productsPackSE {}
.productsPackDE {}
.productsPackCE {}
.productsPackSP {}

.productsPackSE:before {
  content: "";
  background: url(../images/stages/pirateship001.jpg) center center / cover no-repeat;
  position: absolute;
  filter: blur(6px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.productsPackDE:before {
  content: "";
  background: url(../images/stages/colosseum001.jpg) center center / cover no-repeat;
  position: absolute;
  filter: blur(6px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.productsPackCE:before {
  content: "";
  background: url(../images/stages/throwdown002.jpg) center center / cover no-repeat;
  position: absolute;
  filter: blur(6px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.productsPackSP:before {
  content: "";
  background: url(../images/stages/colosseum002.jpg) center center / cover no-repeat;
  position: absolute;
  filter: blur(6px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.productsPackSE .productsPackImg img {
  max-width: 60%;
}


.productsPackDE .productsPackImg img {
  max-width: 80%;
}



.secBG {
  height: 1000px;
  left: 50%;
  position: absolute;
  height: 100%;
  margin-left: -900px;
}

.secChara {
  pointer-events: none;
  width: 700px;
  top: -250px;
  position: relative;
}


.productsPackDE .secChara {
  width: 450px;
  left: 50px;
}

.productsPackCE .secChara {
  width: 510px;
  left: 140px;
  top: -230px;
}

.productsPackSP .secChara {
  width: 550px;
  left: 40px;
}

.productsPackCE .productsPackCont,.productsPackSP .productsPackCont {
  display: block;
  padding-top: 40px;
}

.productsPackCE .productsPackImg img,.productsPackSP .productsPackImg img {
  position: relative;
  width: 90%;
}

.content-ttl {
  font-size: 60px;
  font-weight: 900;
  margin: 0 auto 80px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.12em;
  color: #fff;
}
.content-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.8em 0 1em;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.content-ttl span::before,
.content-ttl span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}
.content-ttl span::before {
  right: 100%;
}
.content-ttl span::after {
  left: 100%;
}

.content-ttl sup {
  position: absolute;
  width: 100%;
  font-size: 28px;
  text-align: center;
  margin-top: -40px;
  left: 0;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}


.shops .productsListWrap {
  width: 1200px;
  margin: 0 auto;
}

.shops .productsBenefitCont {
  margin-bottom: 60px;
  background: #000;
}


.shopsBenefitImg {
  width: 100%;
  margin: 20px auto 0;
}

.shopsBenefitImg img {
  width: 100%;
}



.shops a.cbox {
  position: relative;
}

.shops a.cbox:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,0.8);
  content: '+';
  font-family: "slick";
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  text-align: center;
}



.shopsBenefitImg.new:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: -10px;
  line-height: 17px;
  text-align: center;
  text-shadow: none;
  left: -10px;
  width: 24px;
}

.benefitsImg {
  display: inline-block;
  transition: opacity .3s;
  cursor: pointer;
  vertical-align: text-top;
}
.benefitsImg a {
  position: relative;
  background: #ff0;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding: 4px 10px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-shadow: none;
  margin-left: 30px;
}

.benefitsImg a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #ff0;
  height: auto;
  width: auto;
  right: auto;
  background: none;
}

.benefitsImg a:nth-child(2) {
  height: 0;
  padding: 0;
}

.benefitsImg a:nth-child(2):before {
  display: none;
}



.btnProductsInfo {
  margin: 0 auto;
}

.btnProductsInfo .btn {
  height: 60px;
  list-style: 60px;
  font-size: 20px;
  border-radius: 30px;
  width: 60%;
  margin-bottom: 0;
}

.btnProductsInfo .btn:before {
  border-radius: 100px;
}


.btnProductsInfo .btn a {
  line-height: 60px;
}



/*=======================================
PC
=======================================*/

@media screen and (min-width: 961px){

.benefitsImg:hover {
  opacity: 0.7;
}

.shops a.cbox:hover:before {
  opacity: 0.4;
}

}

/*=======================================
SP
=======================================*/

@media screen and (max-width: 960px){

  .productsContent {
    padding-top: 20vw;
  }

  .productsBenefitsWrap {
    width: 90%;
    margin: 60px auto 0;
  }

  .productsBenefitCont {
    padding: 10px 2%;
  }

  .productsBenefitCont h3 {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .productsBenefitCont h3:after {
    height: 4px;
    margin-top: 8px;
  }

  .productsBenefitCont p {
    font-size: 12px;
  }

  .productsBenefitCont p.attend {
    font-size: 8px;
    margin-bottom: 0;
    line-height: 10px;
  }

  .productsBenefitCont .productsBenefitImg {
    display: none;
  }


  .productsBenefitContSub h4 {
    font-size: 12px;
    line-height: 14px;
  }

  .topProductsWrap {
    margin-top: 40px;
  }


  .shopsBtn {
    width: 60%;
  }

  .shopsBtn .btn {
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shopsBtn .btn a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }

  .shopsBtn.new:before {
    top: -16px;
  }

  .productsListWrap article {
    padding: 20px 0 60px;
  }

  .content-ttl {
    margin-bottom: 40px;
  }

  .content-ttl span {
    font-size: 20px;
    letter-spacing: 0;
  }

  .content-ttl sup {
    font-size: 12px;
    margin-top: 16px;
    letter-spacing: 0;
  }

  .secBG {
    display: none;
    pointer-events: none;
  }


  .productsPackCont {
    display: block;
    width: 100%;
  }

  .productsPackImg img {
    position: relative;
  }

  .productsPackData {
    width: 94%;
    min-width: initial;
    margin: 0;
    padding: 3%;
  }

  .productsPackText h3 {
    font-size: 16px;
  }

  .productsPackText p {
    font-size: 12px;
  }

  .productsPackSelectShop .btn a {
    font-size: 12px;
  }

  .productsPackSE .productsPackImg img {
    width: 50%;
    padding-top: 20px;
    max-width: 240px;
  }

  .productsPackDE .productsPackImg img {
    width: 80%;
    padding-top: 20px;
    max-width: 400px;
  }

  .shops .productsListWrap {
    width: 98%;
  }

  .productsBenefitCont .btn a {
    font-size: 10px;
  }

  .productsBenefitCont .btn {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }

  .shopsBenefitImg {
    width: 100%;
    margin-bottom: 20px;
  }

 .productsListWrap h2 {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    width: 90%;
    margin: 0 auto 40px;
  }


  .productsListWrap h2:before {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  .productsListWrap h2:after {
    height: 4px;
    margin-top: 0;
  }

  .shops a.cbox:before {
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 22px;
  }


  .benefitsImg a {
    font-size: 8px;
    line-height: 10px;
    height: 10px;
    margin-left: 16px;
    padding: 3px 5px;
  }

  .benefitsImg a:before {
    left: -16px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 8px solid #ff0;
  }


}


@media screen and (max-width: 360px){

}