@charset "UTF-8";

html body {
  background-color: #f7f7f7;/*----- #000000 -----*/
}
.wrapper{
  padding-top: 0px;/*84px*/
}
.wrapper footer.footer{
  z-index: 100;
}


.contents {
	padding-top: 140px;
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 300;
	line-height: 1;
	background: #e6e6e7 !important;
}
.contents.domestic {
	background: #040000;
}
.contents.global {
	/* background: #ff0000; */
  background: #e40012;
}

.ttl-area {
	position: relative;
}
.ttl-area .ttl showPC{
  display: block;
}
.ttl-area .ttl showSP{
  display: none;
}
.ttl {
	margin: 40px 3.1% 60px;
	font-size: 46px;
	font-weight: bold;
}
.ttl img {
	max-width: 100%;
	height: auto;
}
.ttl-cap {
	position: absolute;
	bottom: -10px;
	right: 4%;
}

.rank-area {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 14px;
  box-sizing: border-box;
	/* padding-left: 1.17%; */
}
.rank-unit {
	position: relative;
	display: block !important;
	width: 9.4%;
	margin: 3px;
	background-color: #fff;
	color: #231815;
	overflow: hidden;
	opacity: 0;
}
.rank-unit:hover .box_shadow{
	background-color: #000;
	opacity: 0;
}
.rank-unit .box_shadow{
	transition: all 0.45s ease-in-out 0s;
	background-color: #ccc;
	opacity: 0;
	width: 100%;
    height: 100%;
    position: absolute;
}
.rank-unit:hover img {
	opacity: 0.8;
	transform: scale3d(0.6,0.6,0.6);
        /* transform: scale(1.1); */
        transition-duration: 0.3s;
	/* transition: all 0.25s ease-in-out 0s; */
	/* opacity: 0.5; */
}
.rank-unit a{
	color: #000;
}
.rank-unit a:hover{
	/* color: #b71731; */
	color: #000;
}
.rank-unit span:hover{
	/* color: #b71731; */
	color: #000;
}
.rank-unit img {
	max-width: 100%;
	height: auto;
	padding: 10px;
}
.rank-unit:nth-child (8n) {
	margin-right: 0;
}
.link-unit a {
    position: relative;
    overflow: hidden;
    display: block;
}
.link-unit a .hover-rank-text{
	line-height: normal;
	opacity: 1;
	transition: all 0.25s ease-in-out 0s;
	z-index: 10;
	padding: 5px;
	display: block;
	color: #fff;
	background-color: rgb(0 0 0 / 90%);
	position: absolute;
	width: 95px;
	height: 161px;
	top: 0;
	left: -130px;
}
.link-unit:hover a .hover-rank-text{
	left: 0;
}
.rank-no {
	position: absolute;
	top: 7px;
	left: auto;
	width: 100%;
	text-align: left;
  padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
}
.rank-info {
	position: absolute;
	bottom: 10px;
	left: auto;
	width: 100%;
	text-align: left;
  padding: 0 5px;
  font-weight: bold;
}
.rank-price {
	display: inline;
	margin-bottom: 2px;
	font-size: 12px;
}
.rank-per {
	font-size: 12px;
	/* font-weight: bold; */
}

.pageLink {
	margin: 30px 30px 60px;
	font-size: 16px;
}
.pageLink a{
	color: #000;
}
.pageLink .arrow_anchor{
	background-image: url(/ja/data/img/common/arrow_anchor.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 22px;
    padding: 0 0 0 30px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

/* 注意事項 */
.attention{
  background: #333;/*#000*/
  padding-bottom: 50px;
  padding-top: 50px;
}
.attention p{
  color: #fff;
  line-height: 2.0;
  padding: 0 20px;
}


@media screen and (max-width: 979px) {
.contents {
	padding-top: 60px;
}
.rank-info {
	bottom: 6px;
}
.rank-no {
	top: 4px;
	font-size: 20px;
}
.rank-price {
	margin-bottom: 0;
	font-size: 11px;
}
.rank-per {
	font-size: 11px;
}
}
@media screen and (max-width: 1030px) {
	.rank-unit{
		width: 18.5%;
	}
}


@media screen and (max-width: 767px) {
  .ttl-area .ttl showPC{
    display: none;
  }
  .ttl-area .ttl showSP{
    display: block;
  }
.ttl {
	/* max-width: 50%; */
	margin: 30px 20px;
}
.rank-area {
	justify-content: center;
	/* padding-left: 1.6%; */
}
.rank-unit {
	width: 23%;
	/* margin-right: 1.6%; */
}
.rank-info {
	/* bottom: 10px; */
}
.rank-no {
	top: 10px;
	font-size: 24px;
}
.rank-price {
	margin-bottom: 5px;
	font-size: 15px;
}
.rank-per {
	font-size: 15px;
}
}
@media screen and (max-width: 495px) {
	.rank-unit {
		width: 40%;
		margin-right: 1.6%;
	}
}
