@charset "UTF-8";

.header-bnr {
  background-color: #fff;
}

.header-bnr img {
  width: 100%;
  transition: .2s;
}

.header-bnr img:hover {
  opacity: .5;
}

#rank-container{

}

.rank-border{
  display: block;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e2e2e2;
}

.rank-ttl {
  display: block;
  width: 450px;
  padding: 50px 0 20px;
  margin: 0 auto;
}

.rank-ttl > img{
  width: 100%;
  vertical-align: bottom;
}

#rank-canvas-container {
  width: 90%;
  /* max-width: 740px; */
  margin: 0 auto;
}

.rank-contents{

}

.rank-contents > li{
  width: 100%;
  display: flex;
  margin: 0 0 30px;
}

.rank-contents-top{
  width: 25%;
  display: flex;
  align-items: center;
}

.rank-contents-photo{
  width: 70px;
  display: block;
}

.rank-contents-photo > source, .rank-contents-photo > img{
  width: 100%;
  vertical-align: bottom;
}

.rank-contents-name{
  width: auto;
  display: block;
  margin: 0 0 0 10px;
}

.rank-contents-bottom{
  display: flex;
  align-items: center;
  position: relative;
  width: 65%;
}

.rank-contents-anime{
  width: 100%;
}

.rank-contents-anime-wrap{
  position: relative;
  width: 0%;
}

.rank-contents-graph{
  width: 100%;
  height: 25px;
  background: rgb(135,166,22);
  background: linear-gradient(0deg, rgba(135,166,22,1) 0%, rgba(177,218,29,1) 100%);
  border-radius: 5px;
}

.rank-contents-gif{
  position: absolute;
  display: block;
  width: 100px;
  margin: 0 0 0 20px;
  top: 50%;
  right: 0%;
  transform: translate(110%, -50%);
}

.rank-contents-gif > img{
  width: 100%;
  vertical-align: bottom;
}

.rank-contents-votes-pc{
  position: absolute;
  bottom: -16%;
  left: 0;
}

.rank-contents-votes-sp{
  display: none;
}

@media screen and (max-width: 640px) {
  .rank-ttl {
    width: 275px;
    padding: 30px 0 30px;
    margin: 0 auto;
  }

  .rank-contents > li{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
  }

  .rank-contents-top{
    width: 100%;
    margin: 0 0 15px;
  }

  .rank-contents-photo{
    width: 50px;
  }

  .rank-contents-bottom{
    width: 75%;
  }

  .rank-contents-graph{
    width: 100%;
    height: 20px;
    background: rgb(135,166,22);
    background: linear-gradient(0deg, rgba(135,166,22,1) 0%, rgba(177,218,29,1) 100%);
    border-radius: 5px;
  }
  
  .rank-contents-gif{
    display: block;
    width: 80px;
    margin: 0 0 0 10px;
  }

  .rank-contents-votes-pc{
    display: none;
  }

  .rank-contents-votes-sp{
    display: block;
    margin: 0 0 0 10px;
  }
}


#top-btn-container--custom {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 740px;
  margin: 30px auto 50px;
}

#top-btn-container--custom li {
  position: relative;
  width: calc(50% - 10px);
  margin: 10px auto;
  /* border: 2px solid #f15b4c; */
  /* padding: 8px; */
  text-align: center;
  font-weight: bold;
  transition: .2s;
  cursor: pointer;
}

#top-btn-container--custom li:hover {
  opacity: .5;
}

#top-btn-container--custom li a span img {
  width: auto;
  height: 25px;
  vertical-align: sub;
  padding: 0 5px 0 0;
}

#top-btn-container--custom li a {
  color: #f15b4c;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #f15b4c;
  padding: 8px 0;
  width: 100%;
  display: inline-block;
}

#top-btn-container--custom li a:hover {
  text-decoration: none;
}

#top-btn-more--custom:after {
  position: absolute;
  right: 10px;
  top: 50%;
}

#top-btn-post--custom:after {
  position: absolute;
  right: 10px;
  top: 50%;
}

#about-info-box {}

.about-info-ttl {
  text-align: center;
  padding: 10px 0;
  background: #dc5c8e;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

.about-info-desc {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin: 30px auto;
}

.about-info-btn {
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  padding: 8px 0;
  border: 2px solid;
  /* border-radius: 50px; */
  position: relative;
  /* width: 37%; */
  /* width: calc(50% - 30px); */
  /* min-width: 180px; */
  transition: .2s;
  cursor: pointer;
  /* max-width: 270px; */
  width: 80%;
  max-width: 354px;
}

.about-info-btn:hover {
  opacity: .5;
}

.about-info-btn a {
  color: #000000;
  text-align: center;
  /* padding: 5px 50px; */
}

.about-info-btn a:hover {
  text-decoration: none;
}


.about-info-btn a span {
  display: block;
  font-size: 8px;
}

.about-info-btn a:after {
  position: absolute;
  right: 20px;
  top: 17px;
  content: ">";
}


.more-info-box {
  background: #007E49;
  color: #000;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.more-info-box-bnr {
	padding-top: 50px;
	text-align: center;
}

.more-info-box--2 {
  background: #004098; 
  margin: 0 auto 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.more-info-ttl {
  text-align: center;
  padding: 30px 0 0;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}

.more-info-box--2 .more-info-ttl {
  color: #fff;
  font-weight: bold;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 13px 0;
  margin-bottom: 20px;
  width: 440px;
}

.more-info-list {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 740px;
  margin: 30px auto;
}

.more-info-list li {
  position: relative;
  width: 80%;
  max-width: 354px;
  margin: 5px auto;
  background-color: #ffeb31;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  transition: .2s;
  cursor: pointer;
  color: #000;
}

.more-info-list li:hover {
  opacity: .5;
}

.more-info-list li:after {
  position: absolute;
  right: 17px;
  top: 21px; 
  content: '';
  width: 15px;
  height: 12px;
  background-image: url(../img/top/more-info-list.png);
  background-size: contain;
  vertical-align: middle;
}

.more-info-list li a {
  color: #000;
  text-align: center;
}

.more-info-list li a:hover {
  text-decoration: none;
}

.more-info-cation{
  color: #000;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  width: 90%;
  margin: 20px auto 0;
  text-align: justify;
}


.buy-bnr-list {
	text-align: center;
}

.more-info-bnr { 
  width: 60%;
  margin: 0 auto 0;
  padding: 10px;
  max-width: 220px;
  cursor: pointer;
  transition: .2s;
}

.more-info-bnr:hover {
  opacity: .5;
}

#oshiuma-box {
  text-align: center;
  margin: 0 auto;
}

.oshiuma-cc {
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 23px;
  padding: 20px 10px 0 10px;
  background: #00AA9F;
  /* border-radius:3px; */
  line-height: 1.3;
  color: #fff;
}

.oshiuma-cc span {
  margin: 50px auto 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 4;
  font-weight: normal;
}

.oshiuma-cc--info {
  text-align: right;
  margin: 10px auto 0;
  padding: 0 0 30px 0;
  font-size: 10px;
  width: 95%;
  max-width: 750px;
  /* color: #7b7b7b; */
  color: #000;
}


#oshiuma-list {
  display: flex;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oshiuma-item {
  width: calc(50% - 10px);
  /* padding: 20px; */
  margin: 10px 0 0;
}

.oshiuma-item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: .2s;
}

.oshiuma-item img:hover {
  opacity: .5;
}

.oshiuma-item p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.oshiuma-popup {
  width: 500px;
  max-height: 70vh;
}

.oshiuma-popup img {
  width: 100%;
  /* max-width: 750px; */
  /* margin: 0 auto; */
  /* display: block; */
}

.oshiuma-popup p.oshiuma-ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
}

.oshiuma-popup p.oshiuma-desc {
  font-size: 12px;
  line-height: 1.8;
}

.oshiuma-popup-inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  border: 3px solid #9a1e13;
  max-height: 70vh;
  overflow: scroll;
}

.oshiuma-popup-inner::-webkit-scrollbar {
  width: 3px;
}

.oshiuma-popup-inner::-webkit-scrollbar-track {

}

.oshiuma-popup-inner::-webkit-scrollbar-thumb {
  background-color: rgb(21, 128, 146);
}

.close {
  position: absolute;
  right: 0;
  top: -20px;
  padding: 0 3px;
  /* color: #000; */
  background: #9a1e13;
  color: #fff;
  /* background: #000; */
  font-size: 25px;
  line-height: .8;
  z-index: 1000;
}

.disp-sp {
  display: none;
}

#entry-btn-fixed {
  /*display: none !important;*/
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.entry-btn-fixed-inner {
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}

.entry-btn-fixed-box {
  width: 100%;
  display: block;
  padding: 10px;
}

#entry-btn-fixed a img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .header-bnr {
    padding: 15px;
  }

  .oshiuma-cc {
	/* margin-top: 30px; */
	}	
	
  .oshiuma-cc span {
    font-size: 10px;
    margin: 0 auto;
  }

  .oshiuma-cc--info {
    text-align: center;
  }

  .oshiuma-item {
    margin: 10px 0 0;
  }

  .oshiuma-item p {
    font-size: 10px;
    font-weight: bold;
  }

  .about-info-desc {
    font-size: 10px;
    width: 90%;
  }

  .about-info-btn {
    margin: 0 auto 30px;
  }

  #top-btn-container--custom li {
    width: 100%;
  }

  #top-btn-container--custom {
    /* margin:30px auto; */
  }

  .more-info-box-bnr {
	 padding-top: 30px; 
   }	
	
	
  .more-info-box-bnr img{
	width: 93%;
	margin: 0 auto;
  }	
	
	
  .more-info-list li {
    width: 100%;
	margin-bottom: 20px;
padding: 10px 0;
  }
.more-info-list li:after {
   top: 15px;
}
	
  .more-info-box--2 .more-info-ttl {
    width: 345px;
  }

  .more-info-box--2{
    margin: 0 auto 10px;
  }
	
  .more-info-ttl {
    font-size: 16px;
  }

  .more-info-list {
    margin: 20px auto 0;
    flex-wrap: wrap;
  }

  .more-info-cation{
    width: 85%;
    font-size: 12px;
  }


  #top-btn-container--custom {
    margin: 20px auto 30px;
    flex-wrap: wrap;
  }

	
  .buy-bnr-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	margin-bottom: 20px;
	}
	
	.buy-bnr-list img {
	width: 166px;
	}

  .entry-btn-fixed-inner {
    width: 80%;
    margin: 0 auto;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
