@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;
  text-align: center;
  width: 970px;
}
.main-content a,
.main-content a img{
  transition: .3s;
}

/* title */
.title{
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.title-sub{
  font-size: 14px;
  margin: 10px auto 0;
  width: 90%;
}

.note{
  display: block;
  font-size: 11px;
  margin: 10px auto 0;
  width: 90%;
}

/* section */
.list-box{
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

/* nav-tab */
.nav-tab{
  margin: 20px 0 0;
}
.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;
  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%;
}





@media screen and (max-width: 640px){
/*-----*/
/* SMP */
/*-----*/


.main-content{
  width: 100%;
}

/* SMP title */
.title{
  padding: 0;
  width: 100%;
}
.title img{
  width: 100%;
}
.title-sub{
  text-align: justify;
}


/* SMP section */
.list-box{
  width: 100%;
}

/* SMP nav-tab */
.nav-tab{
  margin-top: 20px;
}

.nav-tab ul li{
  margin: 0 2px;
  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%;
  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;
  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%;
}
.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 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%;
}


}/* end media */





@media screen and (min-width: 641px){
/*-------*/
/* HOVER */
/*-------*/


.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);
}


}/* end media */
