@charset "UTF-8";
/* CSS Document */
html,
body{
  width:100%;
}

#path{
  background-color: #eee;
  margin-bottom: 0;
  width: 970px;
}
#path ul{
  margin: 0 auto;
}


#path h1{
display: inline-block;
font-size: 11px;
font-weight: lighter;
}

#container2{
  width: 100%;
}
#main-content{
  color: #333;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto;
  width:970px;
}
#main-content a,
#main-content a img{
  transition: .3s;
}


/* title */
.title{
  margin: 50px 0 0 0;
  text-align: center;
}
.title p{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.8;
  margin: 0 auto;
}

/* section */
.section{
  margin: 60px 0 0 0;
  overflow: hidden;
  width: 100%;
}


/* item-list & top3*/
.item-list.top3 li{
  float: left;
  height: 530px;
  margin: 0 20px 50px 0;
  width: 310px;
}
.item-list.top3 li:nth-of-type(3n){
  margin-right: 0;
}
.item-list.top3 li img.ranking-head{
  width: auto;
}
.item-list.top3 li a{
  font-size: 14px;
}
.item-list.top3 .logo{
  width: auto;
}
/* item-list*/
.item-list{
  width: 100%;
}
.item-list li{
  float: left;
  height: 330px;
  margin: 0 20px 50px 0;
  text-align: left;
  width: 178px;
}
.item-list li a{
  color: #333;
  display: block;
  font-size: 12px;
}
.item-list li img{
  display: block;
  margin: 4px auto;
  width: 100%;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}

.item-list .logo{
  width: 80px;
}

.item-info span{
  display: block;
}

.ranking-circle {
  background: #666;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
/* under link */

.under_link {
  clear: both;
  padding: 30px 0 50px 0;
  text-align:center;
  width: 100%;
}
.under_link li {
  box-sizing: border-box;
  display: inline-block;
  margin:auto 5px 5px auto;
  text-align: center;
  width: 290px;
}
.under_link a {
  background: #8c9091;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 14px 30px;
}

/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

@media screen and (max-width: 640px) {
/* SMP */

#path h1{
font-size: 75%;
}

#main-content{
  padding-bottom: 80px;
  width:100%;
}
.content-wrapper{
  width:100%;
}
#main-content{
  letter-spacing: .05em;
  margin: 0 auto;
  width:100%;
}
/* SMP title */
.title{
  margin: 10px 0 0 0;
}
.title p{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.8;
  margin: 20px 5%;
}
.title img{
  width: 100%;
}

/* SMP section */
.section{
  margin: 60px 0 0 0;
  overflow: hidden;
  width: 100%;
}


/* SMP item-list & top3*/
.item-list.top3 li:nth-of-type(3n){
  margin-right: 0;
}

.item-list.top3 li{
  float: none;
  height: auto;
  margin: 0 2% 50px 2%!important;
  width: 96%;
}
.item-list.top3 li img.ranking-head{
  width: auto;
}
.item-list.top3 li a{
  font-size: 14px;
}
.item-list.top3 .logo{
  width: auto;
}
/* SMP item-list*/
.item-list{
  width: 100%;
}
.item-list li:nth-of-type(5n){
  margin-right: 2%;
}
ul.item-list li{
  float: left;
  height: 320px;
  margin: 0 2% 50px 2%;
  text-align: left;
  width: 47%;
}
.item-list li:nth-of-type(2n){
  margin-left: 0;
}
.item-list li a{
  color: #333;
  font-size: 12px;
}
.item-list li a::after{
  border: 1px solid #999;
  box-sizing: border-box;
  content: "LOOK";
  display: block;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin: 8px 0 0 0;
  text-align: center;
  width: 100%;
}
.item-list.top3 li a::after{
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 8px 0 0 0;
}
.item-list li img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.item-list .logo{
  width: 80px;
}

.item-info span{
  display: block;
}

.ranking-circle {
  background: #666;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}

/* SMP under link */

.under_link {
  padding: 30px 0 50px 0;
}
.under_link li {
  margin:auto 5px 5px auto;
  width: 90%;
}
.under_link a {
  font-size: 93%;
  padding: 14px 0;
}


}/* SMP end */



@media screen and (min-width: 340px) and (max-width: 409px) {
ul.item-list li{
  height: 360px;
}
}
@media screen and (min-width: 410px) and (max-width: 539px) {
ul.item-list li{
  height: 400px;
}
}
@media screen and (min-width: 540px) and (max-width: 640px) {
ul.item-list li{
  height: 450px;
}
}

@media screen and (min-width: 641px) {
/* hover settings */
.nav a:hover img{
  opacity: .5;
}
.item-list a:hover{
  color: #bbb;
}
.item-list a:hover .price::after{
  background: #999;
}
.item-list a:hover img{
  opacity: .5;
}
.under_link a:hover{
  opacity: .5;
}
}/* HOVER end */
