@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 641px) {
.smp_visible{
  display: none;
}
}
@media screen and (max-width: 640px) {
.pc_visible{
  display: none;
}
.smp_visible{
  display: block;
}
}

html,
body{
  width: 100%;
}

#main-content{
  font-family: "Prata","Sawarabi Mincho","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-weight: 500;
  margin: 0 auto;
  overflow: hidden;
  width: 970px;
}
#main-content a{
  transition: .3s;
}

/* title */
#title_box {
  margin: 30px 0 20px 0;
  overflow: hidden;
  width: 970px;
}
#title_box img{
  width: 100%;
}
/* navi */
nav.navi{
  background: #eee;
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
nav.navi ul > li{
  background: #ddd;
  display: inline-block;
}
nav.navi ul > li a{
  border-right: 1px solid #fff;
  color: #555;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  width: 220px;
}
nav.navi ul > li:first-of-type a{
  border-left: 1px solid #fff;
}
nav.navi ul > li:nth-of-type(3) a{
  background: #eee;
  color: #888;
}
nav.navi ul > li:last-of-type a{
  background: #eee;
  color: #888;
}


/* section */
section{
  border-top: 2px dashed #ccc;
  margin: 0 0 80px 0;
  overflow: hidden;
  padding: 30px 0 0 0;
  text-align: left;
  width: 100%;
}

/* headline */
.headline{
  margin: 0 0 30px 0;
}
.headline a{
  transition: 0;
  color: #222;
  display: block;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.headline a div{
  display: inline-block;
}

/* headline : item:xx */
.headline-main{
  margin: 0 20px 0 0;
  width: 180px;
}
.headline-main span:nth-of-type(1){
  font-size: 20px;
}
.headline-main span:nth-of-type(2){
  font-size: 80px;
}

/* headline : item name & price */
.headline-sub{
  width: 530px;
}
.headline-sub > span{
  display: block;
}
.headline-sub span > span{
  display: inline;
  font-size: 13px;
}
.headline-sub > span:nth-of-type(1){
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 3px 0;
  padding: 0 0 3px 0;

}
.headline-sub > span:nth-of-type(2){
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

/* headline-img */
.headline-img{
  font-size: 0;
  border-radius: 50%;
  height:110px;
  margin: 0 0 -25px 20px;
  overflow: hidden;
  width: 110px;
}
.headline-img img{
  width: 100%;
}

/* column */
.column{
  float: left;
  width: 450px;
}
div.column:last-of-type{
  margin: 0 0 0 70px;
}
.column > img{
  width: 460px;
}

/* img-box */
.img-box{
  position: relative;
  width: 100%;
}
.img-box img{
  opacity: .96;
  width: 100%;
}

.img-txt{
  font-weight: 400;
  position: absolute;
  width: 210px;
}

#sec1 div.column:nth-of-type(1) .img-txt{
  right: 0px;
  top: 170px;
}
#sec1 div.column:nth-of-type(2) .img-txt{
  left: 0;
  top: 170px;
}

#sec2 div.column:nth-of-type(1) .img-txt{
  right: 0;
  top: 170px;
}
#sec2 div.column:nth-of-type(2) .img-txt{
  left: 0;
  top: 170px;
}

.img-txt span{
  color: #333;
  display: block;
  text-align: center;
}
#sec1 div.column:nth-of-type(1) .img-txt .img-txt-middle{
  color: #fff;
  text-shadow:
  1px 1px 0px #333,
  -1px 1px 0px #333,
  -1px -1px 0px #333,
  1px -1px 0px #333,
  1px 0px 0px #333,
  0px 1px 0px #333,
  -1px 0px 0px #333,
  0px -1px 0px #333;
}

#sec2 div.column:nth-of-type(1) .img-txt .img-txt-middle{
  color: #fff;
  text-shadow:
  1px 1px 0px #333,
  -1px 1px 0px #333,
  -1px -1px 0px #333,
  1px -1px 0px #333,
  1px 0px 0px #333,
  0px 1px 0px #333,
  -1px 0px 0px #333,
  0px -1px 0px #333;
}

.img-txt-top{
  font-size: 20px;
}

.img-txt-middle{
  font-size: 85px;
  line-height: 1.2;
  margin-top: -2px;
}

.img-txt-bottom{
  font-size: 20px;
  margin-top: -14px;
}

.img-txt-sub{
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 14px;
  /*
  text-shadow: 0 0 20px rgba(50, 20, 30, .3);
  */
}
/* item_list */
.item_list{
  width: 100%;
}
.item_list li{
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.item_list li:first-of-type{
  border:none;
}
.item_list li:first-of-type a{
  background: #ede8e3;
  color: #333;
  font-size: 14px;
  padding: 12px 0 12px 12px;
}
.item_list a,
.item_list p{
  color: #333;
  display: block;
  font-size: 14px;
  padding: 8px 0 8px 12px;
}
.item_list a::after{
  border: 1px solid #666;
  color: #666;
  content: "LOOK";
  display: block;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 0 0 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: .3s;
  width: 50px;
}
.item_list li:first-of-type a::after{
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 50px;
}
/* under link */

.under_link {
  margin: 50px auto 150px auto;
  text-align:center;
  width: 100%;
}
.under_link li {
  display: inline-block;
  margin:auto 5px 5px auto;
  text-align: center;
  width: 280px;
}
.under_link li a {
  background-color: #999;
  color: #fff;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */
#path{
  width: 200%;
}

#main-content{
  width: 100%;
}
/* SMP title */
#title_box {
  margin: 0 0 20px 0;
  width: 100%;
}
#title_box img{
  width: 100%;
}

/* SMP navi */
nav.navi ul{
  margin: 0 0 20px 0;
  width: 100%;
}
nav.navi ul > li{
  background: #ddd;
  width: 48%;
}
nav.navi ul > li a{
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #555;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}
nav.navi ul > li:first-of-type a{
  border-left: 1px solid #fff;
}
nav.navi ul > li:nth-of-type(3) a{
  border-left: 1px solid #fff;
}

/* SMP section */
.section{
  border-top: 2px dashed #ccc;
  margin: 0 0 80px 0;
  overflow: hidden;
  padding: 30px 0 0 0;
  text-align: left;
  width: 100%;
}
/* SMP headline */
.headline{
  margin: 0 0 30px 0;
}
.headline a{
  font-weight: 400;
  width: 100%;
}
.headline a div{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
/* SMP headline : item:xx */
.headline-main{
  margin: 0;
  width: 20vw;
}
.headline-main span{
  box-sizing: border-box;
  display: block;
  line-height: 1;
  padding: 0 0 0 5%;
}
.headline-main span:nth-of-type(1){
  font-size: 4.4vw;
  margin: 0 0 3vw 0;
}
.headline-main span:nth-of-type(2){
  font-size: 14vw;
}

/* SMP headline : item name & price */
.headline-sub{
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: justify;
  width: 52vw;
}
.headline-sub > span{
  display: block;
  text-align: justify;
}
.headline-sub > span:nth-of-type(1){
  border-bottom: 1px solid #ccc;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 3px 0;
  padding: 0 0 3px 0;
}
.headline-sub > span:nth-of-type(2){
  font-size: 2.8vw;
  line-height: 1.4;
}

/* SMP headline-img */
.headline-img{
  border-radius: 50%;
  height: 22vw;
  margin: 0;
  overflow: hidden;
  width: 22vw;
}
.headline-img img{
  width: 100%;
}

/* SMP column */
.column{
  float: none;
  width: 100%;
}
div.column:last-of-type{
  margin: 80px 0 0 0;
}

/* SMP img-box */
.img-box{
  position: relative;
  width: 100%;
}
.img-box img{
width: 100%;
}
.img-txt{
  font-weight: 400;
  position: absolute;
  text-align: center;
  width: auto;
}
#sec1 div.column:nth-of-type(1) .img-txt{
  right: 4vw;
  top: 32vw;
}
#sec1 div.column:nth-of-type(2) .img-txt{
  left: 4vw;
  top: 32vw;
}

#sec2 div.column:nth-of-type(1) .img-txt{
  right: 4vw;
  top: 32vw;
}
#sec2 div.column:nth-of-type(2) .img-txt{
  left: 4vw;
  top: 32vw;
}
.img-txt span{
  display: block;
  text-align: center;
}

.img-txt-top{
  font-size: 5vw;
}

.img-txt-middle{
  font-size: 20vw;
  margin-top: -1.5vw;
}

.img-txt-bottom{
  font-size: 5vw;
  margin-top: -3.5vw;
}

.img-txt-sub{
  font-size: 3vw;
  margin-top: 2.5vw;
}

/* SMP item_list */
.item_list{
  width: 100%;
}
.item_list li{
  border-bottom: 1px dotted #ccc;
}
.item_list li:first-of-type{
  border:none;
}
.item_list li:first-of-type a{
  font-size: 13px;
  padding: 12px 0 12px 12px;
}
.item_list a{
  color: #333;
  display: block;
  font-size: 13px;
  padding: 8px 0 8px 12px;
  position: relative;
}

.item_list a::after{
  right: 10px;
  top: 18px;
}
.item_list li:first-of-type a::after{
  right: 10px;
  top: 22px;
}
/* SMP under_link */

ul.under_link {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 90%;
}
ul.under_link li {
  margin-bottom: 5px;
  margin-right: 0;
  width: 100%;
}


}

@media screen and (min-width: 641px) {
/* 表示領域が641px以上の場合に適用するスタイル */

ul.navi > li a:hover{
  opacity: .4;
}
.headline a:hover{
  opacity: .6;
}
.item_list li a:hover{
  opacity: .7;
}
.item_list li a:hover::after{
  border-color: #111;
  background: #111;
  color: #fff;
}
.under_link a:hover {
  opacity: .7;
}

}
