@charset "utf-8";

/* CSS Document */

body {
  background: #000;
}

/*BLACK BG*/

#event,
#info,
#shop {
  background: rgba(1, 1, 1, 0.5);
}

#ranking {
  background: rgba(255, 255, 255, 0.5);
}

#top {
  background-size: cover;
  height: 85vh;
  position: relative;
  text-align: center;
  z-index: 0;
  /*-1*/
}

#top_logo {
  padding: 10% 0;
}

/*SPECIAL*/

#special {
  background: url(/img/bg_special.jpg) repeat-x left top;
  /*height: 440px;
	margin-top: -120px;*/
  padding: 2% 0 8%;
}

#special ul {
  margin: auto;
  max-width: 1300px;
  padding: 0 2%;
}

#special ul li {
}

#special ul li.slick-slide {
}

.slider-for .slick-slide {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slick-prev::before,
.slick-next::before {
  /*color: black;*/
  font-size: 24px;
}

.slick-next {
  right: 0.5%;
}

.slick-prev {
  left: 0.5%;
  z-index: 5000;
}

.slick-slide img {
  width: 100% !important;
}

/* RANKING */

#ranking {
  margin: 0;
  padding: 4% 0;
  /*background:url("/img/bg_content.png") repeat;*/
}

#ranking .ttl {
  color: #000;
}

#ranking .size3 {
  margin-bottom: 40px;
}

#ranking .size1 li {
  float: left;
  width: 44%;
  padding: 1% 0 1% 4%;
  position: relative;
  overflow: hidden;
}

#ranking .ranking_box {
  background: rgba(255, 255, 255, 0.5);
  /*background: #FFF;*/
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: -40px;
}

#ranking .ranking_box .size3.inner {
  margin: 0 20%;
}

#ranking .size3.inner {
  width: 60%;
  margin: 0 20% 40px 20%;
}

#ranking .size3.inner li {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 3% 1%;
}

#ranking li.rankHigher {
  /*1位*/
  width: 92%;
  padding: 2% 4%;
}

#ranking li.moved figure {
  /*2位以下*/
  height: calc(28.5vw * 1280 / 1920);
  /* calc(100*ImageHeight/ImageWidth)% */
}

#ranking li.moved.rankHigher figure {
  /*1位*/
  height: calc(59.4vw * 1280 / 1920);
  /* calc(100*ImageHeight/ImageWidth)% */
}

#ranking li.moved.rankLower figure {
  /*6位以下*/
  height: auto;
}

#ranking .size3 li:nth-child(1).rankHigher {
  /*見出し*/
  width: 100%;
  padding: 0;
}

#ranking li:nth-child(2).moved.inviewfadeInUp {
  padding: 1% 0 1% 4%;
}

#ranking li:nth-child(n + 2):nth-child(even).moved.inviewfadeInUp,
#ranking .size3.inner li:first-child.chanpagne-1st {
  width: 48%;
  padding: 4% 0 0 0;
}

#ranking li:nth-child(n + 2):nth-child(odd).moved.inviewfadeInUp,
#ranking .size3.inner li:nth-child(2).chanpagne-2nd {
  width: 48%;
  padding: 4% 0 0 4%;
}

#ranking li:nth-child(n + 6).rankLower.moved.inviewfadeInUp {
  /*6位以下*/
  width: 22%;
  height: 167px;
  overflow: hidden;
  padding: 2% 4% 0 0;
}

#ranking li:nth-child(9).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(13).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(17).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(21).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(25).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(29).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(33).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(37).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(41).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(45).rankLower.moved.inviewfadeInUp,
#ranking li:nth-child(49).rankLower.moved.inviewfadeInUp {
  padding: 2% 0 0 0;
}

#ranking li img {
  width: 100%;
}

#ranking li article {
  padding: 2% 0;
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  /*position:absolute;
  top:25%;
  left:0;
  width:100%;
  text-align: center;*/
}

#ranking li article .rank_type {
  font-size: 1rem;
  text-align: center;
}

#ranking li article .rank_type img {
  width: 50px;
  display: block;
  margin: auto;
}

#ranking li article h3 {
  font-size: 2rem;
  letter-spacing: -0.1em;
}

#ranking li figcaption {
  width: 98%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5%;
  background: rgba(1, 1, 1, 0.7);
  z-index: 2;
}

#ranking .size3 li.rankHigher figcaption {
  /*1位*/
  width: 83%;
  position: absolute;
  bottom: 11%;
  left: 7%;
  padding: 1.5%;
  background: rgba(1, 1, 1, 0.7);
}

#ranking .size2 li.rankHigher figcaption {
  /*1位*/
  width: 48%;
  padding: 4% 0 0 4%;
}

#ranking li figcaption .rank {
  float: left;
  width: 15%;
  /*font-size: 1.4rem;*/
  font-style: italic;
  line-height: 2;
}

#ranking li.rankLower figcaption .rank {
  /*6位以下*/
  width: 22%;
  font-size: 0.8vw;
  text-align: left;
  text-indent: 0.1rem;
}

#ranking .size3 li.rankHigher figcaption h4 {
  /*1位*/
  padding-top: 1%;
}

#ranking .size3 li.rankHigher img {
  /*1位*/
  width: 85%;
  padding: 5%;
}

#ranking li.rankHigher.moved figure {
  background: none;
}

#ranking li figcaption h4 {
  float: right;
  width: 80%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 2%;
}

#ranking li.rankLower figcaption h4 {
  /*6位以下*/
  width: 75%;
  font-size: 0.8rem;
}

#ranking li figcaption h4 span {
  font-size: 0.6rem;
  display: block;
  color: #ccc;
}

#ranking li.rankLower figcaption h4 span {
  /*6位以下*/
  font-size: 0.6rem;
}

#ranking li figcaption h4 .pc_yaku {
  font-size: 0.8rem;
}

#ranking li.rankLower figcaption h4 .pc_yaku {
  /*6位以下*/
  position: absolute;
  right: 30%;
  top: 45%;
}

#ranking li.rankLower figcaption h4 .pc_store.collection {
  background: url(/img/icon_colle.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.youth {
  background: url(/img/icon_youth.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.p3 {
  background: url(/img/icon_p3.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.valentine {
  background: url(/img/icon_vale.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.seventh-edition- {
  background: url(/img/icon_seventh.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.sense {
  background: url(/img/icon_sense.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.style {
  background: url(/img/icon_p31st.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.code {
  background: url(/img/icon_code.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.emblem {
  background: url(/img/icon_emblem.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.rankLower figcaption h4 .pc_store.prime {
  background: url(/img/icon_prime.png) right 0 no-repeat;
  background-size: 60%;
}

#ranking li.moved.inviewfadeInUp .ranking_frame {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/ranking_frame_960_640.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#ranking li.rankHigher.moved.inviewfadeInUp .ranking_frame {
  background: url("/img/ranking_frame_1920_1280.png") no-repeat;
  background-size: cover;
  z-index: 3;
}

#ranking li:nth-child(n + 6).moved.inviewfadeInUp .ranking_frame {
  /*6位以下*/
  background: none;
}

.blkbg_fontcolor {
  color: #fff;
}

#ranking .subrank li article {
  position: relative;
  width: 100%;
  text-align: center;
  background-size: cover;
  padding-top: 2%;
}

/*EVENT*/

/*shop ver as NEWS*/

#event {
  text-align: center;
  /*background:
		url(/img/bg_content.png) repeat left top;
	position: relative;*/
  padding: 4% 0 5%;
  /*border-top:#fff 1px solid;*/
  color: #fff;
}

#event .sub {
  background: url("/img/bg_content.png") repeat-x center bottom;
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-size: 1.23rem;
}

#event .ph {
  max-width: 720px;
  margin: auto;
}

#event .ph img {
  width: 100%;
}

#top #event .comment {
  text-align: left;
  padding: 0 1%;
}

#maincon #event .comment {
  /*コンテンツページでの表示*/
  padding-bottom: 3%;
  border-bottom: 1px solid #555;
  margin-bottom: 3%;
}

#event .day {
  display: none;
  /*
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 2% auto 3%;
    padding: 5px 0 10px;
    position: relative;
    text-align: center;
    */
}

#event .day:after {
  background: #c3a269 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 25%;
  position: absolute;
  width: 50%;
}

#event .title {
  font-size: 2.4rem;
  margin-bottom: 2%;
  font-weight: bold;
  text-align: center;
}

#event .title span {
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
}

/*INFORMATION*/

#info {
  /*background-color: #FFF;*/
  padding: 4% 0;
  color: #fff;
}

#info dl {
  text-align: left;
  margin: 0 auto;
  padding: 1.5% 1%;
  border-bottom: 1px solid #555;
  max-width: 980px;
  overflow: hidden;
  font-size: 1rem;
  transition: all 0.3s ease-in-out 0s;
}

#info dl a {
  text-decoration: none;
  color: #fff;
}

#info dt {
  float: left;
}

#info dd span img {
  margin-right: 30px;
  width: 40px;
  vertical-align: middle;
}

#info dd {
  padding: 0 0 0 40px;
  /*  text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow: hidden;
}

#info dl:hover {
  /*background-color:#F8F8F8;*/
}

/*SHOP*/

#shop {
  text-align: center;
  /*background-color:#fff;*/
  padding: 4% 0 5%;
  color: #fff;
}

#shop .sub {
  background: url("/img/sub_bg") repeat-x center bottom;
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-size: 1.23rem;
}

#shop .comment {
  padding: 2% 0 3%;
}

#shop ul {
  width: 98%;
  max-width: 1300px;
  margin: auto;
}

#shop li {
  /*display: inline-block;*/
  float: left;
  width: calc(100% / 5 - 1%);
  /*height: 400px;*/
  margin: 0.5%;
  overflow: hidden;
  /*border-bottom: 2px solid #dcb870;*/
}

#shop li a {
}

#shop li img {
  max-width: 300px;
  width: 100%;
}

#shop li figure {
  position: relative;
}

#shop li figure .shoplogo {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  display: none;
}

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

@media screen and (max-width: 1280px) {
  #ranking li:nth-child(n + 6).rankLower.moved.inviewfadeInUp {
    /*6位以下*/
    height: 110px;
  }
  #ranking li.rankLower figcaption h4 .pc_yaku {
    /*6位以下*/
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #ranking li:nth-child(n + 7).rankLower.moved.inviewfadeInUp {
    /*6位以下*/
    height: 105px;
  }
}

@media screen and (max-width: 768px) {
  /*#header #logo {
		width: 70%;
	}*/
  #top_logo {
    padding: 35% 0;
  }
  #top_logo img {
    width: 98%;
  }
  #special {
    padding: 4% 0 8%;
  }
  #ranking {
    overflow: hidden;
    padding: 10% 0;
  }
  #ranking .inner li,
  #ranking .size1.inner li,
  #ranking .size3.inner li {
    float: none;
    width: 92%;
    padding: 2% 4%;
  }
  #ranking .ranking_box .size3.inner {
    margin: 0 auto;
  }
  #ranking .size3.inner {
    width: 100%;
    padding: auto;
    margin: 0 auto;
  }
  #ranking li.moved figure {
    /*2位以下*/
    height: auto;
  }
  #ranking li.moved.rankHigher figure {
    /*1位*/
    height: calc(92.2vw * 1280 / 1920);
    /* calc(100*ImageHeight/ImageWidth)% */
  }
  #ranking .size3.inner li:nth-child(1).moved.inviewfadeInUp {
    width: 92%;
    overflow: hidden;
    padding: 2% 4%;
  }
  #ranking .size3.inner li:nth-child(n + 2):nth-child(even).moved.inviewfadeInUp,
  #ranking .size3.inner li:first-child.moved.inviewfadeInUp.chanpagne-1st {
    width: 44vw;
    height: 45vw;
    overflow: hidden;
    padding: 0 0 2% 4%;
    float: left;
  }
  #ranking .size3.inner li:nth-child(n + 2):nth-child(odd).moved.inviewfadeInUp,
  #ranking .size3.inner li:nth-child(2).moved.inviewfadeInUp.chanpagne-2nd {
    width: 44vw;
    height: 45vw;
    overflow: hidden;
    padding: 0 2% 2% 2%;
    float: left;
  }
  #ranking .size3.inner li:nth-child(n + 2):nth-child(even).moved.inviewfadeInUp img,
  #ranking .size3.inner li:nth-child(n + 2):nth-child(odd).moved.inviewfadeInUp img,
  #ranking .size3.inner li:first-child.moved.inviewfadeInUp.chanpagne-1st img,
  #ranking .size3.inner li:nth-child(2).chanpagne-2nd img {
    width: 45vw;
    height: 45vw;
    object-fit: cover;
    object-position: 100% 0;
  }
  #ranking .size3.inner li:nth-child(n + 6).rankLower.moved.inviewfadeInUp {
    /*6位以下*/
    height: auto;
  }
  #ranking li article .rank_type {
    font-size: 0.8rem;
  }
  #ranking li article .rank_type img {
    width: 30px;
  }
  #ranking li article h3 {
    font-size: 1.5rem;
  }
  #ranking li figcaption .rank,
  #ranking li.rankLower figcaption .rank {
    font-size: 1rem;
    /*float: left;*/
    width: 100%;
    font-style: italic;
    text-align: left;
    line-height: 1;
  }
  #ranking li figcaption h4,
  #ranking li.rankLower figcaption h4 {
    font-size: 1.1rem;
    width: 100%;
    /*padding-top: 2%;*/
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
  }
  #ranking li figcaption h4 span,
  #ranking li.rankLower figcaption h4 span {
    display: none;
    font-size: 0.6rem;
  }
  #ranking li figcaption h4 span.sp_yaku {
    display: none !important;
  }
  #ranking li.moved.inviewfadeInUp .ranking_frame {
    background: url("/img/ranking_frame_640_640.png") no-repeat;
    background-size: contain;
    z-index: 1;
  }
  #ranking li.rankLower.moved.inviewfadeInUp .ranking_frame {
    background: none;
  }
  /*EVENT*/
  #event {
    margin: 0;
    padding: 4% 0 10%;
  }
  #event .day {
    font-size: 0.9rem;
  }
  #event .ph {
    width: 60%;
  }
  #event .title {
    font-size: 1.6rem;
    margin-bottom: 3%;
    text-align: center;
    line-height: 1.3;
  }
  #event .title span {
    font-size: 0.9rem;
  }
  #event .comment {
    text-align: left;
    font-size: 0.9rem;
  }
  #info {
    padding: 10% 0;
  }
  #info h2 {
    font-size: 2rem;
  }
  #info dl {
    width: auto;
    padding: 3% 2%;
    font-size: 0.83rem;
  }
  #info dl:last-of-type {
    /*border:none;*/
  }
  #info dt {
    float: none;
    font-size: 0.6rem;
  }
  #info dd {
    padding: 0 0 0 0;
  }
  #info dd span img {
    margin-right: 20px;
    width: 40px;
    vertical-align: middle;
  }
  #shop {
    padding: 10% 0;
  }
  #shop ul {
    width: 92%;
    text-align: left;
    margin: 0 4%;
  }
  #shop li {
    display: inline-block;
    float: none;
    margin: 0.1rem 0.5vw;
    width: 44vw;
    /*height: 30vw;*/
    overflow: hidden;
    /*height: 200px;*/
  }
  .moved figure {
    width: auto;
    height: auto;
  }
  #shop li img {
    width: 100%;
    vertical-align: top;
  }
  /*#shop li:nth-child(5), #shop li:nth-child(6) {
		display:none;
	}*/
  #shop .moved figcaption .title {
    display: none;
    opacity: 1;
    bottom: 40%;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    font-size: 1rem;
  }
  #shop .moved figcaption .txt {
    display: none;
  }
  #shop .moved figure img {
    /*opacity: .4;*/
  }
  #shop .moved figure:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  #shop li {
    /*height: 150px;*/
  }
}
