@charset "UTF-8";
/* CSS Document*/
#path{
  margin-bottom: 0!important;
}
#path h1{
  display: inline-block;
  font-size: 11px;
  font-weight: lighter;
  white-space: nowrap;
}

#container2{
  overflow: hidden;
  width: 100%;
}

#main-content{
  color: #333;
  font-family: 'Reem Kufi',"游ゴシック", 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-box */
.title-box{
  margin: 0 0 50px 0;
  text-align: center;
  width: 100%;
}
.title{
  background: #e0d79d; /* Old browsers */
  background: -moz-linear-gradient(left, #e0d79d 50%, #e5dfac 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e0d79d 50%,#e5dfac 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e0d79d 50%,#e5dfac 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d79d', endColorstr='#e5dfac',GradientType=1 ); /* IE6-9 */
}
.title-box p{
  margin: 20px auto;
  width: 100%;
}

/* section */
.section{
  margin: 20px 0 50px 0;
  text-align: center;
  width: 100%;
}

.headline{
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .1em;
  margin: 40px 0 ;
}
.headline::before,
.headline::after{
  background: #ccc;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 20px;
  vertical-align: super;
  width: 70px;
}

.item-list{
  overflow: hidden;
  width: 100%;
}
.item-list li{
  float: left;
  margin: 0 35px 35px 0;
  width: 300px;
}
.item-list li:nth-of-type(3n){
  margin-right: 0;
}
.item-list li img{
  width: 100%;
}

.item-list a{
  background-repeat: no-repeat;
  background-size: contain;
  color: #333;
  display: block;
}

@media screen and (min-width: 641px){
/* bg-img */
#sec1 .item-list li:nth-of-type(1) a:hover{
  background-image: url(12-106-thumb-autox467-3835.jpg);
}
#sec1 .item-list li:nth-of-type(2) a:hover{
  background-image: url(02-108-thumb-autox467-3839.jpg);
}
#sec1 .item-list li:nth-of-type(3) a:hover{
  background-image: url(01-150-thumb-autox467-3843.jpg);
}

#sec2 .item-list li:nth-of-type(1) a:hover{
  background-image: url(06-118-thumb-autox467-3855.jpg);
}
#sec2 .item-list li:nth-of-type(2) a:hover{
  background-image: url(05-116-thumb-autox467-3857.jpg);
}
#sec2 .item-list li:nth-of-type(3) a:hover{
  background-image: url(04-026-thumb-autox467-3863.jpg);
}

#sec3 .item-list li:nth-of-type(1) a:hover{
  background-image: url(11-112-thumb-autox266-3905.jpg);
}
#sec3 .item-list li:nth-of-type(2) a:hover{
  background-image: url(10-074-thumb-autox266-3907.jpg);
}
#sec3 .item-list li:nth-of-type(3) a:hover{
  background-image: url(15-132-thumb-autox266-3909.jpg);
}

#sec4 .item-list li:nth-of-type(1) a:hover{
  background-image: url(07-064-thumb-autox266-3923.jpg);
}
#sec4 .item-list li:nth-of-type(2) a:hover{
  background-image: url(08-137-thumb-autox266-3925.jpg);
}
#sec4 .item-list li:nth-of-type(3) a:hover{
  background-image: url(14-082-thumb-autox266-3927.jpg);
}

#sec5 .item-list li:nth-of-type(1) a:hover{
  background-image: url(03-104-thumb-autox266-3911.jpg);
}
#sec5 .item-list li:nth-of-type(2) a:hover{
  background-image: url(13-078-thumb-autox266-3914.jpg);
}
#sec5 .item-list li:nth-of-type(3) a:hover{
  background-image: url(09-069-thumb-autox266-3916.jpg);
}
}

.item-list span{
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 0 0;
}


.price a{
  color: #333;
  display: inline-block;
  font-size: 24px;
  margin: 24px 0 0 0;
  vertical-align: bottom;
}

.price a::after{
  background: #333;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  transition: .3s;
}
.price a span::after{
  border: 2px solid #444;
  color: #333;
  content: "LOOK";
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-left: 20px;
  padding: 4px 20px 0 20px;
  transition: .3s
}

.price + p{
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin: 20px 0;
  padding: 16px 0;
}

/* size */

.size{
  background: #f4f4f4;
  color: #666;
  padding: 24px 0;
}


/**/
.interview-list{
  text-align: center;
  width: 100%;
}
.interview-list li{
  font-size: 12px;
  margin: 0 0 30px 0;
}
.interview-list li:first-of-type{
  font-size: 0;
  letter-spacing: 0;
}

.interview-list img{
  margin: 0 35px 0 0;
  width: 300px;
}
.interview-list img:last-of-type{
  margin: 0;
}

b.interviewee{
  font-size: 16px;
}


.line{
  border: none;
  border-bottom: 2px dashed #ddd;
}
/* under link */
.under_link{
  padding: 30px 0 50px 0;
  text-align:center;
  width: 100%;
}
.under_link li{
  display: inline-block;
  margin: 0 20px 20px auto;
  text-align: center;
  transition: .3s;
  width: 200px;
}
.under_link li:nth-of-type(4n){
  margin-right: 0;
}
.under_link li a{
  background: #eee;
  color: #574945;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}
.under_link li a{
  background: #eee;
  color: #574945;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* window??640px??????????*/
#path{
  width: 300%;
}
#path h1{
  font-size: 75%;
}
#main-content{
  padding: 0;
  width:100%;
}

/* SMP title */
.title-box{
  margin: 0;
  width: 100%;
}
.title-box > p{
  font-size: 3vw!important;
  margin: 20px auto;
  text-align: justify;
  width: 90%;
}
.title-box img{
  width: 100%;
}

/* SMP section */
.section{
  margin: 8vw 0;
  width: 100%;
}
.section > img{
  width: 90%;
}
.headline{
  display: block;
  font-size: 7vw;
  margin: 4vw 0;
}
.headline::before,
.headline::after{
  display: none;
}

.item-list{
  width: 100%;
}
.item-list li{
  float: none;
  margin: 0 0 4vw 0;
  width: 100%;
}
.item-list li img{
  width: 100%;
}

.item-list a{
  background-image: none!important;
  color: #333;
}
.item-list span{
  font-size: 4vw;
  margin: 10px 0 0 0;
}


.price a{
  font-size: 7vw;
  margin: 4vw 0 0 0;
  vertical-align: bottom;
}

.price a::after{
  background: #333;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  transition: .3s;
}
.price a span::after{
  border: 2px solid #444;
  font-size: 4vw;
  line-height: 16px;
  margin-left: 5vw;
  padding: 4px 2vw 0 2vw ;
  transition: .3s
}

.price + p{
  box-sizing: border-box;
  font-size: 3.5vw;
  margin: 4vw 0;
  padding: 5vw;
  text-align: justify;
}

/* SMP size */

.size{
  box-sizing: border-box;
  color: #666;
  font-size: 4vw;
  padding: 5vw;
}
.size p{
  margin: 2vw 0 0 0;
  text-align: justify;
}


/* SMP */
.interview-list{
  box-sizing: border-box;
  padding: 0 5vw;
  text-align: justify;
  width: 100%;
}
.interview-list li{
  font-size: 12px;
  margin: 0 0 30px 0;
}
.interview-list li:first-of-type{
  font-size: 0;
  letter-spacing: 0;
}

.interview-list img{
  margin: 0 0 2vw 0;
  width: 100%;
}
.interview-list img:last-of-type{
  margin: 0;
}

b.interviewee{
  font-size: 16px;
}

.line{
  border-bottom: 1px dashed #ddd;
}

.section > a > img{
  width: 90%;
}
/* 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%;
}

}

@media screen and (min-width: 641px){
/* hover settings */

.item-list a:hover img{
  opacity: 0;
}
.price a:hover::after{
  opacity: 1;
}
.price a span:hover::after{
  background: #444;
  color: #fff;
}

/* HOVER under_link */
ul.under_link li:hover{
  border-color: #ef6181;
}
ul.under_link li a:hover{
  background-color: #444;
  color: #fff;
}
ul.under_link li:last-of-type a:hover{
  border-color: #444;
}

}
