span.oneword{
  display:inline-block;
}
.hero-wrap{
  width:100%;
  background-image:url(../img/award/hero-bg.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size:cover;
  padding-top:1px;
  overflow:hidden;
}

.lead{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  margin-top:20%;
  position:relative;
}
.lead::after{
  content:"";
  display:block;
  height:0;
  clear:both;
}

.lead-figuare{
  display: block;
  position:absolute;
  top:0;
  left:-10%;
  width:50%;
}
.lead-text{
  float:right;
  width:60%;
  color:#342c12;
  text-align:left;
  font-size:80%;
  text-shadow:0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
  padding:1em 1em 2em;
}

@media screen and (max-width:1024px){
  .lead{margin-top:250px;}
}
@media screen and (max-width:640px){
  main{font-size:90%;}
  .hero-wrap{
    background-size:100% auto;
    background-image:url(../img/award/hero-bg-sp.jpg);
  }
  .lead{
    margin-top:200px;
    background-color:rgba(255,255,255,0.5);
  }
  .lead-figuare{display: none;}
  .lead-text{
    float:none;
    width:100%;
  }
}
@media screen and (max-width:480px){
  .hero-wrap{background-size:120% auto;}
  .lead{margin-top:150px;}
}

.page-index{
  background-color: rgba(0,0,0,0.8);
  display:flex;
  flex-wrap: nowrap;
  justify-content: center;
  position:relative;
  z-index:2;
  width:100%;
}
.page-index.fix{position:fixed;top:60px;left:0;backdrop-filter:blur(8px);}
.page-index a{
  display:flex;
  justify-content: center;
  align-items: center;
  width:10em;
  color:#FFF;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 10px #000;
  line-height:1.3;
  border:3px transparent solid;
  border-width:0 0 3px;
  padding:0.5% 0;

  color:#777;
}
.page-index a:nth-of-type(1),.page-index a:nth-of-type(2){color:#FFF;}

.page-index a .end{
  display:inline-block;
  background-color:#F00;
  padding:0.2em 1em;
  color:#FFF;
  font-size:60%;
  text-shadow:none;
  border-radius:5px;
}
.page-index a:hover{border-color:#999;transition:border-color 0.2s 0s linear;}

@media screen and (max-width:1024px){
  .page-index a{width:25%;font-size:75%;}
}
@media screen and (max-width:768px){
  .page-index a{font-size:65%;}
}
@media screen and (max-width:640px){
  .page-index{position:fixed;bottom:1%;left:1%;width:98%;background-color:rgba(255,255,255,0.8);backdrop-filter:blur(8px);border:1px #666 solid;border-radius: 7px;}
  .page-index a{margin:1em 0;margin-left:-1px;color:#999;border:1px #999 solid;border-width:0 1px 0 0;text-shadow:none;}
  .page-index a:last-child{border-width:0;}
  .page-index a:nth-of-type(1),.page-index a:nth-of-type(2){color:#000;}
}
.content-product{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding:1px 5%;
  font-size:80%;
}
.content-product{background-image:url(../img/award/contents-bg.jpg);background-color:#000;color:#DDD;}

.content-product>div{
  width:100%;
  max-width: 1000px;
  margin:7% auto 10%;
}
.content-subtitle{
  display: block;
  width:100%;
}
.content-lead{
  text-align: left;
}
.content-items{
  width:100%;
  margin:2% auto;
}
.content-items .item{
  padding:2% 0;
}
.content-date{
  padding:0.2em;
  font-size: 90%;
  margin:0 auto;
  margin-top:2%;
  border-radius:2px;
  background-color:rgba(255,255,255,0.1);
  text-align: center;

  background-color:rgba(255,255,255,0.75);
  width:15em;
  font-size:100%;
  color:#F00;
}

@media screen and (max-width:768px){
  .content-items{font-size:80%;}
}
@media screen and (max-width:640px){
  .content-subtitle{
    width:150%;
    margin-left:-23%;
  }
}


/*Award　Sale
.content-awardsale .content-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-awardsale .item{
  width:31%;
  margin:1%;
  margin-bottom:3%;
  text-align: center;
}
.content-awardsale .item>.item-text{
  line-height:1.2;
}
.content-awardsale .item>img{
  display: block;
  width:100%;
  max-width:291px;
  box-shadow:2px 2px 5px rgba(0,0,0,0.5);
  border:1px rgba(0,0,0,0.1) solid;
  margin:0 auto;
  margin-bottom:3%;
}
.content-awardsale .item>a{
  display:block;
  width:45%;
  margin:1% auto;
  margin-top:5%;
  border-radius: 100px;
  border:1px #ddd solid;
  box-shadow: 0 0 3px #666;
  background-color: #DDD;
  background:linear-gradient(to bottom,#EEE,#AAA);
  color:#444133;
  font-weight:bold;
}
*/

/*Sale(Award & SP)*/
.content-awardsale .content-items,.content-spsale .content-items{
}
.content-awardsale .item,.content-spsale .item{
  width:100%;
  margin:0%;
  border:1px rgba(255,255,255,0.2) solid;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top:-1px;

  background: none;
  border-width:1px 0;
  border-style: dotted;
  border-color:#666;
}
.content-awardsale .item::after,.content-spsale .item::after{
  content:"";
  height:0px;
  display: block;
  clear: both;
}
.content-awardsale .item>.icon,.content-spsale .item>.icon{
  width:15%;
  padding:0.5%;
}
.content-awardsale .item>.icon>img,.content-spsale .item>.icon>img{
  display: block;
  width:100%;
  max-width:130px;
  border-radius:7px;
  margin:0 auto;
}
.content-awardsale .item>.icon{width:20%;}
.content-awardsale .item>.icon>img{border-radius:0;max-width:150px;}

.content-awardsale .item>.item-text,.content-spsale .item>.item-text{
  padding-left:1em;
  text-align: left;
}
.content-awardsale .item>.item-text{width:70%;}
.content-spsale .item>.item-text{width:50%;}

.content-awardsale .item>.item-text h3,.content-spsale .item>.item-text h3{
  font-size:120%;
  line-height:1.3;
  font-weight: bold;
  margin-bottom:0.2em;
}
.content-awardsale .item>.item-text h3 .platform{font-size:60%;}
.content-awardsale .item>a{
  display:block;
  width:10em;
  border-radius: 100px;
  border:1px #ddd solid;
  box-shadow: 0 0 3px #666;
  background:linear-gradient(to bottom,#EEE,#AAA);
  color:#444133;
  font-weight:bold;
}
.content-spsale .item .storebtn{
  width:40%;
  margin-right:1em;
  text-align:right;
}
.content-spsale .item .storebtn img{
  display:inline-block;
  width:45%;
  margin:0 2%;
}

.content-awardsale .item>.item-text del,.content-spsale .item>.item-text del{color:#777;text-decoration:none !important;color:#DDD;}
.content-awardsale .item>.item-text .push,.content-spsale .item>.item-text .push{color:#F00;font-weight:bold;}
.content-awardsale .item>.item-text .oneword,.content-spsale .item>.item-text .oneword{display:none !important;}


.content-awardsale .othersale{
  background-color:rgba(0,0,0,0.7);
  border-radius:5px;
  padding:0.5em;
  width:98%;
  max-width:600px;
  margin:4% auto 0;
}
.content-awardsale .othersale a{
  display:block;
  margin:1em auto;
  width:80%;
  max-width:10em;
  padding:0.2em 1em;
  border-radius: 100px;
  border:1px #74611e solid;
  box-shadow: 0 0 3px #666;
  background:linear-gradient(to bottom,#bbb475,#8a8331);
  color:#3d350f;
  font-weight:bold;
}

@media screen and (max-width:480px){
  .content-awardsale .item,.content-spsale .item{flex-wrap: wrap;justify-content: center;}

  .content-awardsale .item>.icon,
  .content-awardsale .item>.item-text{width:100%;margin:1% auto;}
  .content-awardsale .item>a{width:7em;margin:3% auto;}

  .content-spsale .item>.icon{width:25%;}
  .content-spsale .item>.item-text{width:75%;}
  .content-spsale .item .storebtn{
    width:100%;
    margin:2% 0;
    text-align:center;
  }
}


/*Archives*/
.content-archive .content-items{
}
.content-archive .item{
  width:100%;
  margin:0%;
  border:1px rgba(255,255,255,0.2) solid;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-top:-1px;

  background: none;
  border-width:1px 0;
  border-style: dotted;
  border-color:#666;
}
.content-archive .item::after{
  content:"";
  height:0px;
  display: block;
  clear: both;
}
.content-archive .item>.icon{
  width:40%;
  max-width:400px;
}
.content-archive .item>.icon>img{
  display: block;
  width:90%;
  margin:5%;
  /*border-radius:7px;*/
}

.content-archive .item>.item-text{
  width:57%;
  text-align: left;
  margin-top:1%;
}
.content-archive .item>.item-text h3{
  font-size:120%;
  font-weight: bold;
}
.content-archive .item>.item-text .pack{
  background-color:rgba(255,255,255,0.1);
  /*border-radius:7px;*/
  margin:1% 0;
  padding:0.2em 0.5em;
}
.content-archive .item .price{
  margin-top:0.5em;
  line-height:1.2;
}
.content-archive .item .price .push{
  font-size:150%;
}
.content-archive .item .price a{
  display:block;
  margin:2% auto;
  margin-top:-1em;
  width:10em;
  border-radius: 100px;
  border:1px #ddd solid;
  box-shadow: 0 0 3px #666;
  background:linear-gradient(to bottom,#EEE,#AAA);
  color:#444133;
  font-weight:bold;
  text-align:center;
  line-height:2;
  float: right;

}
.content-archive .item>.item-text .push{color:#F00;font-weight:bold;}

@media screen and (max-width:480px){
  .content-archive .item{flex-wrap: wrap;justify-content: center;}
  .content-archive .item>.icon,
  .content-archive .item>.item-text{width:100%;margin:1% auto;}
}
