@charset "UTF-8";
/* CSS Document */


.main-content{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
}
.main-content section{
  margin: 0 auto;
  width: 1000px;
}
/* title */
.title-box{
  text-align: center;
}
.title-box h1 + p{
  font-size: 17px;
  line-height: 1.8;
  margin: 25px 0 30px;
  text-align: center;
}
span.sub-txt{
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
/* section */
.category-list{
  overflow: hidden;
}
.category-list > li{
  float: left;
  margin: 0 20px 20px 0
}
.category-list > li:nth-of-type(3n){
  margin-right: 0;
}
.category-list > li a{
  display: block;
}
.category-list > li a img{
  transition: .3s;
}

/* gift wrap */
.giftwrap{
  text-align: center;
}
.giftwrap h2{
  font-family: "EB Garamond",serif;
  font-size: 42px;
  letter-spacing: .08em;
}
.giftwrap p{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 0 auto;
  padding: 15px 0;
  width: 640px;
}
.giftwrap a{
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 30px auto 0;
  padding: 14px 0;
  width: 300px;
}

/* 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: 300px;
}
.under-link li a{
  background: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 2px;
  color: #333;
  display: block;
  font-size: 16px;
  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;
}




/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.main-content{
  margin: 0 auto;
  width: 100%;
}

/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-size: 40px;
  line-height: 1.1;
}
.title-box h1 img{
  width: 100%;
}
.title-box p{
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
  padding: 0 4vw;
  text-align: justify;
}

.main-content section{
  margin: 0 auto;
  width: 100%;
}
/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1 + p{
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 25px;
  text-align: justify;
}
span.sub-txt{
  color: #888;
  font-size: 12px;
  margin-top: 4px;
}
/* SMP section */
.category-list{
  overflow: hidden;
}
.category-list > li{
  float: left;
  font-size: 0;
  margin: 0 2% 2vw 2%;
  width: 47%;
}
.category-list > li:nth-of-type(3n){
  margin-right: 2%;
}
.category-list > li:nth-of-type(even){
  margin-left: 0;
}
.category-list > li a::after{
  background: #444;
  color: #fff;
  content: "Check 〉";
  display: block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
.category-list > li img{
  width: 100%;
}

.giftwrap > img{
  margin-top: 20px;
  width: 100%;
}
.giftwrap h2{
  font-size: 28px;
  letter-spacing: .08em;
}
.giftwrap p{
  font-size: 13px;
  margin: 5px auto 0;
  padding: 15px 0;
  width: 90%;
}
.giftwrap a{
  border-radius: 2px;
  font-size: 16px;
  margin: 30px auto 0;
  padding: 14px 0;
  width: 92%;
}


/* SMP 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;
}

/* 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;
}

}/* end SMP */


@media screen and (min-width: 641px) {
/* hover settings */
.category-list > li a:hover img{
  opacity: .7;
}

.giftwrap a:hover{
  opacity: .6;
}
/* HOVER under-link */
.under-link a:hover{
  background: #eee;
}
.under-link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity: .6;
}

}/* end hover */
