@charset "utf-8";
/* CSS Document */
/******************************************************************************

 Layout 

******************************************************************************/
#wrapper {
 width: 100%;
 position: relative;
 height: auto !important; /*IE6対策*/
 height: 100%;
 min-height: 100%;
 font-size:16px;
 line-height:1.75em;
 min-width: 1200px;
 background: #000;
}
@media screen and (max-width: 1070px) {
 #wrapper {
  font-size:20px;
  line-height:1.75em;
  min-width:inherit;
 }
}
@media screen and (max-width: 767px) {
 #wrapper {
  font-size:12.5px;
  line-height:1.75em;
  min-width:inherit;
 }
}
.inner {
 clear:both;
 margin:0 auto;
 padding: 0 10px;
 width:1200px;
 height:auto;
 box-sizing: border-box;
 position: relative;
}
@media screen and (max-width: 1070px) {
 .inner {
  width:100%;
 }
}

/* main contents ****************************************************/
#container {
 clear:both;
 margin:0 auto;
 padding: 0 0 40px;
 width:100%;
 height:auto;
 box-sizing: border-box;
 position: relative;
 background:url(../images/collection/bg_container_pc.jpg) no-repeat center top #000;
 background-size: 100% auto;
}
 @media screen and (max-width: 1070px) {
 #container {
  padding: 0 0 35px;
  background:url(../images/collection/bg_container_sp.jpg) no-repeat center top #000;
  background-size: 100% auto;
 }
}
/* footer ****************************************************/
footer {
 width: 100%;
 position: relative;
 padding: 30px 0 80px;
 border-top: 2px solid #e6c878;
 text-align: center;
 font-size: 85.714%;
 line-height: 2em;
 background: url(../images/common/bg_footer.jpg) no-repeat center top #000;
}
footer p.njpw {
 width: 110px;
 margin: 40px auto 0;
}
 @media screen and (max-width: 1070px) {
  footer {
   width: 100%;
   position: relative;
   padding: 30px 3%;
   box-sizing: border-box;
   border-top: 2px solid #e6c878;
   text-align: center;
   line-height: 1.4em;
   background: url(../images/common/bg_footer.jpg) no-repeat center top #000;
   background-size:150% auto;
 }
 footer p.copy {
  margin-bottom:1em;
 }
 footer p.njpw {
  width: 20%;
  margin: 0 auto;
 }
}
footer .footLink {
 text-align: center;
 margin-bottom: 1em;
}
footer .footLink li{
 display: inline-block;
}
footer .footLink li a{
 text-decoration: underline;
 margin: 0 5px;
}
footer .footLink li:last-child {
 border-left: 1px solid #FFF;
}
/******************************************************************************

 mainView 

******************************************************************************/
#mainView {
 text-align:center;
 position: relative;
 overflow: hidden;
 padding: 0;
 background:#000;
 max-width: 1400px;
 max-height: 800px;
 margin: 0 auto;
}
@media screen and (max-width: 1070px) {
 #mainView {
  width: 100%;
  z-index: 1;
  max-height: inherit;
 }
 #mainView .inner {
  height: auto;
 }
}
#mainView .anch {
 width: 100%;
 max-width: 720px;
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 justify-content:space-between;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 align-items:center; 
 -webkit-box-align:center;
 -webkit-align-items:center;
 position: absolute;
 bottom: 10%;
 left: 50%;
 transform: translateX(-50%);
 z-index: 50;
}
@media screen and (max-width: 1070px) {
 #mainView .anch {
  width: 98%;
  bottom:4%;
 }
}
#mainView .anch li {
 width: 49%;
 background: #000;
 border-radius: 10px;
}
#mainView .lang {
 max-width: 100px;
 position: absolute;
 top:7%;
 right:5%;
 z-index: 50;
}
#mainView .lang a{
 display: block;
 font-size: 87.5%;
 border: 2px solid #FFF;
 border-radius: 20px;
 padding: 0 15px;
}
#mainView .lang a:hover {
 color: #000;
 border-color: #f0b93c;
 background: #f0b93c;
}
@media screen and (max-width: 1070px){
 #mainView .lang {
  max-width: 200px;
  top:30px;
  right:2%;
 }
}
@media screen and (max-width: 767px) {
 #mainView .lang a{
  border-width: 1px;
 }
}
button#modal {
 visibility: hidden;
 position: fixed;
}
/******************************************************************************

 contents 

******************************************************************************/
h2.tit {
 font-size: 200%;
 line-height: 1.5em;
 font-weight: 900;
 text-align: center;
 margin-bottom: 1em;
}
@media screen and (max-width: 1070px) {
 h2.tit {
  font-size: 180%;
 }
}
/* campaign ****************************************************/
.campaign {
 padding: 70px 0 0;
 margin-bottom: 3em;
}
@media screen and (max-width: 1070px) {
 .campaign {
  padding: 35px 0 0;
 }
}
.campaign h1 {
 max-width: 580px;
 margin: 0 auto 30px;
}
@media screen and (max-width: 1070px) {
 .campaign h1 {
  width: 85%;
 }
}
.campaign .title {
 width: 720px;
 margin: 0 auto 1.875em;
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 justify-content:space-between;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 align-items:center; 
 -webkit-box-align:center;
 -webkit-align-items:center;
}
@media screen and (max-width: 1070px) {
 .campaign .title {
  width: 96%;
 }
}
.campaign .note {
 max-width: 800px;
 margin: 0 auto 3.75em;;
 background: rgba(255,255,255,0.9);
 padding: 1.5em 1em;
 box-sizing: border-box;
 border-radius: 10px;
 font-size: 112.5%;
 line-height: 1.75em;
 text-align: center;
 color: #000;
}
@media screen and (max-width: 1070px) {
 .campaign .note {
  width: 92%;
  padding: 1em;
  text-align: left;
 }
}
.campaign .tokutenBox {
 width: 1160px;
 margin: 0 auto 2em;
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 justify-content:space-between;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 align-items:center; 
 -webkit-box-align:center;
 -webkit-align-items:center;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox {
  width: 100%;
  display: block;
 }
}
.campaign .tokutenBox li{
 width: 49%;
 padding: 2em 2em;
 box-sizing: border-box;
 border: 4px solid #e6c878;
 background:url(../images/collection/bg_tokuten.jpg) no-repeat center top #000;
 background-size: cover;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox li{
  width: 100%;
  display: block;
  border-width: 2px;
  border-left: none;
  border-right: none;
  margin-bottom: 1.5em;
  padding: 1em;
 }
}
.campaign .tokutenBox li h3{
 font-size: 200%;
 font-weight: 900;
 line-height: 1.2em;
 text-align: center;
 margin-bottom: 1em;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox li h3{
  font-size: 168%;
 }
}
.campaign .tokutenBox li .detail{
 font-size: 125%;
 line-height: 1.75em;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox li .detail{
  width: 65%;
  font-size: 112%;
 }
 .campaign .tokutenBox li .prize {
  width: 30%;
 }
}
.campaign .tokutenBox li .detail span{
 font-size: 130%;
 line-height: 1.75em;
 font-weight: 700;
}
.campaign .tokutenBox li .tokutenInner{
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 justify-content:space-between;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 align-items:center; 
 -webkit-box-align:center;
 -webkit-align-items:center;
}
.campaign .tokutenBox li .item .lion{
 display: inline-block;
 width: 80px;
 margin-right: 1em;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox li .item .lion{
  width: 40%;
  margin-right: 0.5em;
 }
}
.campaign .tokutenBox li .item .num{
 display: inline-block;
 font-size: 150%;
 font-weight: 700;
 vertical-align: text-top;
 margin-top: -1em;
}
@media screen and (max-width: 1070px) {
 .campaign .tokutenBox li .item .num{
  font-size: 112.5%;
 }
}
.campaign .small.ac {
 padding: 0 3%;
 text-align: left;
}
/* offer ****************************************************/
.offer {
 padding: 3em 0;
 text-align: center;
}
.offer h2.tit{
 margin-bottom: 0.5em;
}
.offer .btnWrap{
 max-width: 520px;
 margin: 0 auto 3em;
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 justify-content:space-between;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 align-items:center; 
 -webkit-box-align:center;
 -webkit-align-items:center;
}
@media screen and (max-width: 1070px) {
 .offer .btnWrap{
  width: 92%;
 }
}
.offer .btnWrap li {
 width: 49%;
}
.offer .btnWrap.disabled img {
 opacity: 0.3;
}
.offer .twAccount {
 max-width: 400px;
 margin: 2em auto 0;
}
@media screen and (max-width: 1070px) {
 .offer .twAccount {
  width: 92%;
 }
}
.offer .twAccount a{
 display: block;
 padding: 1em 0;
 font-size: 125%;
 font-weight: bold;
 color: #FFF;
 background: #1da0f1;
 border-radius: 10px;
 position: relative;
}
@media screen and (max-width: 1070px) {
 .offer .twAccount a{
  border-radius: 5px;
 }
}
.offer .twAccount i {
 font-size: 150%;
 line-height: 1em;
 vertical-align: middle;
 margin-right: 10px;
}
.offer .catch {
 font-size: 112.5%;
 line-height: 1.75em;
}
.offer h4 {
 font-size: 150%;
 line-height: 1.75em;
 font-weight: 900;
}
@media screen and (max-width: 1070px) {
 .offer h4 {
  font-size: 144%;
 }
}
.tw {
 max-width: 400px;
 margin: 0 auto;
 text-align: center;
}
@media screen and (max-width: 1070px) {
 .tw {
  width: 320px;
 }
}
/* collectionBox ****************************************************/
@media screen and (max-width: 1070px) {
 .collectionWrap {
  padding: 0;
 }
}
.collectionBox {
 padding: 3em 0 3.5em;
 text-align: center;
 border: 4px solid #e6c878;
 position: relative;
 background:url(../images/collection/bg_collection.jpg) no-repeat center top #000;
 background-size: auto auto;
}
@media screen and (max-width: 1070px) {
 .collectionBox {
  border-width: 2px;
  border-left: none;
  border-right: none;
 }
}
.collectionBox h3 {
 width: 240px;
 text-align: center;
 font-size: 125%;
 line-height: 2.25em;
 font-weight: 900;
 color: #000;
 background: #e7c97c;
 background: -webkit-linear-gradient(90deg, #e7c97c 0%,#ffffff 50%,#e7c97c 80%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(90deg, #e7c97c 0%,#ffffff 50%,#e7c97c 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c97c', endColorstr='#e7c97c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 position: absolute;
 top:0;
 left: 0;
}
@media screen and (max-width: 1070px) {
 .collectionBox h3 {
  width: auto;
  display: inline-block;
  line-height: 1.75em;
  padding: 0 1em;
 }
}
.collectionBox h4 {
 font-size: 150%;
 line-height: 1.75em;
 font-weight: 900;
 margin-bottom: 1em;
}
@media screen and (max-width: 1070px) {
 .collectionBox h4 {
  font-size: 144%;
 }
}
.collectionBox .card_slider{
 width: 80%;
 margin: 0 auto;
}
@media screen and (max-width: 1070px) {
 .collectionBox .card_slider{
  width: 70%;
 }
}
.collectionBox .card_slider .item {
 padding: 0 17px;
}
@media screen and (max-width: 1070px) {
 .collectionBox .card_slider .item {
  padding: 0 30px;
 }
}
.collectionFlex {
 display: -webkit-flex;
 display: flex;
 flex-wrap:nowrap;
 -webkit-flex-wrap:nowrap;
 margin-bottom: 60px;
}
@media screen and (max-width: 1070px) {
 .collectionFlex {
  display: block;
 }
}
.collectionFlex >.collectionBox {
 padding: 4em 0 3.5em;
 width: 50%;
 border-top:none;
}
@media screen and (max-width: 1070px) {
 .collectionFlex >.collectionBox {
  width: 100%;
 }
}
.collectionBox .ph {
 width: 68%;
 margin: 0 auto;
}
.collectionBox .ph.checkin {
 max-width: 223px;
}
@media screen and (max-width: 1070px) {
 .collectionBox .ph.checkin {
  width: 46%;
 }
}
.collectionFlex .collectionBox:last-child {
 border-left: none;
}
/* videoWrap ****************************************************/
.videoWrap {
 max-width: 480px;
 margin: 0 auto;
}
@media screen and (max-width: 1070px){
 .videoWrap {
  width: 94%;
 }
}
.videoWrap button{
 display: block;
 width: 100%;
 border: none;
 background: none;
 position: relative;
 padding-top: 56.25%;
 overflow: hidden;
}
.videoWrap button img {
 width: 100%;
 position: absolute;
 left: 0;
 top:50%;
 transform: translateY(-50%);
}
.youtube {
 position: relative;
}
.youtube:after{
 content: "";
 display: block;
 width: 80px;
 height: 56px;
 background: url(../images/common/icon_youtube.png) no-repeat center center;
 background-size: 100% auto;
 position: absolute;
 top:50%;
 left: 50%;
 transform: translate(-50%,-50%);
 z-index: 2;
}
@media screen and (max-width: 1070px){
 .youtube:after{
  width: 15%;
 }
}





