@charset "UTF-8";
/* CSS Document */


#main-content{
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
#main-content a{
  transition: .3s;
}


/* section */
#main-content section{
  text-align: center;
}
#main-content section:first-of-type{
  padding: 0;
}

/*title-box*/
.title-box{
  position: relative;
}
.title-box > img{
  width: 100%;
}
.title-txt{
  color: #fff;
  position: absolute;
}
.title-txt.left{
text-align: left;

top: 90px;
left: 90px;
}
.title-txt.right{
text-align: right;

top: 90px;
right: 90px;
}

.title-txt h1{
  font-size: 36px;
  line-height: 1.3;
}
.title-txt p{
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.8;
  margin: 10px 0 0;
}

/* article */
#main-content article{
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0 0;
  width: 800px;
}
#main-content section > article.img-center{
  float: none;
  height: 810px;
}

#main-content section > article.img-right > div{
  float: right;
}
#main-content section > article.img-left > div{
  float: left;
}
#main-content section > article.img-center > div{
  float: none;
}

/* img-box */
.img-box{
  margin: 0 auto;
  position: relative;
  width: 480px;
}
#main-content section > article.img-center .img-box,
#main-content section > article.img-center .txt-box{
  width: 800px;
}


/* txt-box */
.txt-box{
  box-sizing: border-box;
  height: 100%;
  position: relative;
  text-align: left;
  width: 320px;
}
#main-content section > .img-center .txt-box{
  height: 300px;
}
#main-content section > article.img-left .txt-box{
  padding: 0 0 0 25px;
}
#main-content section > article.img-center .txt-box > *{
  float: left;
  margin-right: 90px;
}

.txt-box h2{
  font-size: 28px;
  margin: 40px 0 0;
}
.txt-box p{
  font-size: 16px;
  line-height: 1.9;
  margin: 20px 0 0;
}

/* item-list */
.item-list{
  position: absolute;

  bottom: 0;
  left: 0;
}
#main-content section > article.img-left .item-list{
  bottom: 0;
  left: 25px;
}
#main-content section > article.img-center .item-list{
  width: 300px;

  top: 100px;
  bottom: auto;
  left: 500px;
}
.item-list > li{
  font-size: 16px;
  margin: 8px 0;
  position: relative;
}
.item-list a{
  color: #333;
  display: inline-block;
}
.item-list a::after{
  background: #333;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  transition: .3s;
  width: auto;
}
.item-list a > span::after{
  background: #3d3d3d;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 10px;
  height: 18px;
  line-height: 10px;
  margin: 0 0 0 20px;
  padding: 3px 5px 0;
  transition: .3s;
}
.item-list a > span > b::before{
  content: " ";
}

.item-list a.soldout{
  color: #999;
  cursor: default;
}
.item-list a.soldout > span::after{
  display: none;
}

/* under link */

.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: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  padding: 14px 0;
}

/*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) {
/* 表示領域が640px未満の場合に適用するスタイル */

#main-content{
  width: 100%;
}

/* SMP title-box */
.title-box{
  position: relative;
}
.title-txt{
  color: #fff;
  position: absolute;
  text-align: left;

  top: 40vw;
  left: 6vw;
}
.title-box > h1 img{
  width: 100%;
}
.title-txt p{
  font-size: 3vw;
  line-height: 1.8;
  margin: 3vw 0 0;
  text-shadow: 0 0 10px #000;
}

/* SMP article */
#main-content article{
  height: auto;
  overflow: hidden;
  padding: 20vw 0 0;
  width: 100%;
}
#main-content article:first-of-type{
  padding-top: 6vw;
}
#main-content section > article.img-center{
  height: auto;
}

#main-content section > article.img-right > div{
  float: none;
}
#main-content section > article.img-rightleft > div{
  float: none;
}

/* SMP img-box */
.img-box{
  margin: 0 auto;
  position: static;
  width: 100%;
}
.img-box img{
  width: 100%;
}
#main-content section > article.img-center .img-box,
#main-content section > article.img-center .txt-box{
  height: auto;
  width: 100%;
}

/* SMP txt-box */
.txt-box{
  box-sizing: bborder-box;
  height: auto;
  padding: 0 4vw;
  position: static;
  width: 100%;
}
#main-content section > article.img-left .txt-box,
#main-content section > article.img-center .txt-box{
  padding: 0 4vw;
}
#main-content section > article.img-center .txt-box > *{
  float: none;
  margin-right: 0;
}

.txt-box h2{
  font-size: 7vw;
  margin: 5vw 0 0;
}
.txt-box p{
  font-size: 4.2vw;
  line-height: 1.8;
  margin: 5vw 0 0;
}

/* SMP item-list */
.item-list{
  margin: 10vw 0 0;
  position: static;
}
.item-list > li{
  border-top: 1px dashed #aaa;
  font-size: 16px;
  margin: 0;
  position: static;
}
.item-list > li:last-of-type{
  border-bottom: 1px dashed #aaa;
}
.item-list a{
  display: block;
  margin: 2vw 0;
  position: relative;
}
.item-list a::after{
  display: none;
}
.item-list a > span{
  display: block;
  position: relative;
}
.item-list a > span::after{
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 0 20px;
  padding: 3px 10px 0;
  position: absolute;
  transition: .3s;

  top: 1vw;
  right: 0;
}
.item-list a > span > b::before{
  content: " ";
}

.item-list a.soldout{
  color: #999;
  cursor: default;
}
.item-list a.soldout > span::after{
  display: none;
}
/* SMP under_link */

ul.under_link {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 92%;
}
ul.under_link li {
  margin-bottom: 5px;
  margin-right: 0;
  width: 100%;
}


.pc_visible{
  display: none;
}
.sp_visible{
  display: block;
}

}

@media screen and (min-width: 641px) {
.sp_visible{
  display: none;
}
.item-list a:hover > span::after{
  opacity: .7;
}
.item-list a:hover::after{
  opacity: 1;
}
.item-list a.soldout:hover::after{
  opacity: 0;
}

.under_link a:hover{
  opacity: .7;
}
}/* media end */
