@charset "UTF-8";
/* CSS Document*/

#container2{
  overflow: hidden;
  width: 100%;
}

#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 0;
  text-align: center;
  width: 100%;
}

/* section */
.section{
  overflow: hidden;
  width: 100%;
}

/* 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;
}

/* 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: 230px;
}
.under_link li:last-of-type(4n){
  margin-right: 0;
}
.under_link li a{
  border: 1px solid #666;
  box-sizing: border-box;
  color: #574945;
  display: block;
  letter-spacing: 0;
  font-size: 12px;
  padding: 14px 0;
}
.under_link li:last-of-type a{
  background: #666;
  box-sizing: border-box;
  color: #fff;
}


/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* window??640px??????????*/
#path h1{
  font-size: 75%;
}
#main-content{
  padding: 0;
  width:100%;
}

/* SMP title */
.title{
  margin: 10px 0 6vw 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.title img{
  width: 100%;
}
/* SMP section */
.section{
  overflow: hidden;
  width: 100%;
}

/* 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 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 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;
}

}
