@charset "UTF-8";
/* CSS Document*/

.main-content{
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width: 970px;
}
.main-content a,
.main-content a img{
  transition: .3s;
}

/* title */
.title{
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

/* section */
.list-box{
  overflow: hidden;
  width: 100%;
}

/* nav-tab */
.nav-tab{
  margin: 20px 0 50px;
}
.nav-tab::after{
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top:1px;
  width: 100%;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a{
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

/* column */
.column{
  float: left;
  margin-right: 50px;
  overflow: hidden;
  width: 290px;
}
ul.column:nth-of-type(3){
  margin-right: 0;
}
ul.column:nth-of-type(2){
  margin-top: 180px;
}
.column li{
  margin: 0 0 50px 0;
  overflow: hidden;
  width: 100%;
}
.column li a,
.column li > p{
  display: block;
  font-size: 0;
  position: relative;
}
.column li > p{
  transition: .3s;
}
.column li a img,
.column li p img{
  width: 100%;
}

/* item-name */
.item-name{
 color: #fff;
 display: block;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 14px;
 letter-spacing: .08em;
 margin-top: -1em;
 opacity: 0;
 position: absolute;
 text-align: left;
 text-decoration: underline;
 transition: .3s;

 top: 50%;
 left: 2%;
}
/*
.item-name::after{
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  content: "LOOK";
  display: inline-block;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  margin: 0 0 0 4px;
  padding: 0 4px;
  transform: scale(.7);
  vertical-align: middle;
  width: auto;
}*/

.disable{
  cursor: default;
}
.disable .item-name{
  color: #ccc;
  text-decoration: none;
}
.disable .item-name::after{
  display: none;
}

/* back-number */
.back-number{
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 70px;
}
.back-number h2{
  border-bottom: 1px solid #bbb;
  font-size: 26px;
  text-align: center;
}
.back-number nav{
  padding: 20px 0 0;
}
.back-number nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.back-number nav li{
  font-size: 22px;
  line-height: 1;
  margin: 0 15px 0 0;
  text-align: center;
}
.back-number nav li a span{
  font-size: 14px;
}
.back-number nav li div{
  border-radius: 120px 120px;
  height: 120px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 120px;
}

.back-number nav li div img{
  height: 100%;
}

/* under link */
.under-link{
  padding: 30px 0 50px;
  text-align:center;
  width: 100%;
}
.under-link li{
  display: inline-block;
  margin: 0 8px 16px auto;
  text-align: center;
  transition: .3s;
  width: 250px;
}
.under-link li:last-of-type{
  margin-right: 0;
}
.under-link li a{
  background: #3d3d3d;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  letter-spacing: 0;
  font-size: 12px;
  padding: 14px 0;
}


/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* window??640px??????????*/

.main-content{
  width: 100%;
}

/* SMP title */
.title{
  margin: 10px 0 6vw 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.title img{
  width: 100%;
}

/* SMP section */
.list-box{
  overflow: hidden;
  width: 100%;
}

/* SMP nav-tab */
.nav-tab{
  margin: 0 0 5vw;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  margin: 0 2px;
  vertical-align: bottom;
  width: 30%;
}
.nav-tab li a{
  font-size: 4.5vw;
  height: 4vw;
  line-height: 1.5;
  padding: 2vw 0 4vw;
}
.nav-tab li.active a{
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}

/* SMP column */
.column{
  margin-right: 2%;
  overflow: hidden;
  width: 30%;
}
ul.column:nth-of-type(1){
  margin-left: 3%;
}
ul.column:nth-of-type(2){
  margin-top: 20vw;
}
.column li{
  height: 55vw;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
}
.column li a{
  display: block;
  position: static;
}
.column li a img{
  width: 100%;
}

/* SMP item-name */
/*
.item-name::after{
  border: 1px solid #999;
  box-sizing: border-box;
  color: #999;
  content: "LOOK";
  display: inline-block;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  margin: 0 0 0 4px;
  padding: 0 4px;
  transform: scale(.7);
  vertical-align: middle;
  width: auto;
}*/

.disable .item-name{
  color: #bbb;
}

.item-name,
.column li > p .item-name + .item-name{
 color: #333;
 display: block;
 font-size: 10px;
 line-height: 1.4;
 margin-top: 6px;
 opacity: 1;
 position: static;
 text-align: left;
 text-decoration: none;
 transition: .3s;
}

/* SMP back-number */
.back-number{
  margin: 10vw 4% 10vw;
}
.back-number h2{
  font-size: 9vw;
  line-height: 1;
  padding: 0 0 1.5vw;
}
.back-number h2 span{
  font-size: 3.5vw;
}

.back-number nav{
  padding: 5vw 0 0;
}
.back-number nav ul{
  text-align: center;
}
.back-number nav li{
  font-size: 6vw;
  margin: 0 .5vw 3vw;
  width: 140px;
}
.back-number nav li div{
  border-radius: 100% 100%;
  height: 25vw;
  width: 25vw;
}

.back-number nav li div img{
  width: 100%;
}

/* SMP under link */
ul.under-link{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width:90%;
}
ul.under-link li{
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
ul.under-link li a{
  box-sizing: border-box;
  padding-left: 5%;
}
ul.under-link li:last-of-type a{
  background-color: #666;
  color: #fff;
}

}

@media screen and (min-width: 641px){
/* hover settings */
.column li a:hover img,
.column li > p:hover img{
  opacity: .5;
}
.column li a:hover .item-name,
.column li > p:hover .item-name{
  opacity: 1;
}

/* HOVER back-number */
.back-number nav li div{
  text-align: center;
}

.back-number nav li a:hover img{
  transform:scale(1.2);
}

/* HOVER under-link */
ul.under-link li a:hover{
  background: #666;
  color: #fff;
}
.under-link li:last-of-type a:hover{
  opacity: .5
}
ul.under-link li a:hover b{
  color: #fff;
}

}
