@charset "UTF-8";
/* CSS Document */


#main-content{
  color: #333;
  font-family: 'Raleway' , "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; sans-serif;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#main-content a,
#main-content a img{
  transition: .3s;
}



/* title */

h1.title{
  text-align: center;
  width:100%;
}
h1.title > img{
  max-width:100%;
}


.navi{
  margin: 20px 0 -20px;
  text-align: center;
  width: 100%;
}
.navi > li{
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
.navi > li > a{
  color: #444;
  display: block;
}
span.pc-visible{
  display: inline;
}
span.sp-visible{
  display: none;
}
/* section */
.article-box{
  margin-top:50px;
  overflow:hidden;
  position: relative;
  text-align: center;
  width:100%;
}
.article-box a{
  display: block;
}
.img-box > img{
  width:100%;
}

.item-box{
  background: #fff;
  padding: 30px 50px;
  position: absolute;
  text-align: center;
}
.item-box::after{
  background: #3d3d3d;
  border-radius: 2px;
  color: #fff;
  content: "Check";
  display: block;
  letter-spacing: .05em;
  margin: 10px auto 0;
  padding: 5px 10px;
  width: 80px;
}

.left .item-box{
  left:50px
}
.right .item-box{
right:50px
}

p.item{
  display: inline-block;
}
p.item-name{
  font-family: 'Raleway', sans-serif;
  line-height: 1em;
  font-size:32px;
  margin-bottom: 12px;
  color: #444;
}
p.item-name > span{
  font-size:16px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 15px;
}



/* under link */
.under_link_box{
  overflow: hidden;
}
.under_link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
}
.under_link li{
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 280px;
}
.under_link li a{
  background: #49453d;
  border: 1px solid #4a463e;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 14px 0;
  margin: 0 10px;
}

/*favorite*/
.under_link li a.m-btn-inactive{
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}



@media screen and (max-width: 640px) {
/*  */

#main-content{
  width:100%;
}

/* SMP title */

h1.title > img{
  width:100%;
}
.navi > li{
  border: 1px solid #c2c7ce;
  font-size: 14px;
  height: 34px;
  margin: 0 4px;
  width: 34px;
}
.navi > li img{
  width: 60%;
}
.navi > li > a{
  color: #444;
  display: block;
  height: 100%;
  line-height: 1;
  padding: 3px 0 0;
  width: 100%;
}
span.pc-visible{
  display: none;
}
span.sp-visible{
  display: inline;
}
/* SMP section */

.img-box{
  width:100%;
}
.img-box > img{
  width:100%;
}
.item-box a{
  margin-bottom: 0px;
}

.img-box.left{
  margin-left: -80%;
}

.item-box{
  border-bottom: 1px dotted #999;
  box-sizing:border-box;
  height:auto;
  margin: 0;
  padding: 5vw 0 10vw;
  position: static;
  width:100%;
}


.item-box > a{
  text-align: left;
  padding-left: 3% !important;
}
p.item-name{
  font-size:32px;
  margin-bottom: 0px;
}


p.lower_item{
  margin: 0;
}
p.item_sub{
  font-size: 12px;
}

/* SMP under link */
ul.under_link {
  margin: 10vw auto 100px;
  width: 92%;
}
ul.under_link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under_link li a{
  margin: 0;
}

}


@media screen and (min-width: 641px) {
/* hover settings */
div.item-box a:hover{
  opacity:0.5;
}
.navi > li img{
  width: 26px;
}
.navi > li > a:hover{
  opacity:0.5;
}

.article-box a:hover{
  opacity: .8;
}
/* HOVER under_link */
.under_link a:hover{
  background: #666;
  color: #fff;
}
.under_link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity:0.6;
}

}
