@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;
  font-size: 15px;
}
.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;
}



/* nav */
.content-nav{
  background: #fff;
  padding: 15px 0 20px;
  width: 100%;
}
.content-nav ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

}

.content-nav ul li a{
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.4;
  margin: 0 35px;
}
.content-nav ul li a::after{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
  display: block;
  height: 12px;
  margin: -6px auto 0;
  transform: rotate(45deg);
  width: 12px;
}


.under-link-box {
    margin-top: 0px;
    text-align: center;
}


/* 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: 20px 0;
  width: 640px;
}
.giftwrap a.btn{
  background: #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 14px 0;
  width: 300px;
}

/* under link */
.under-link-box{
  overflow: hidden;
}
.under-link{
  margin: 20px auto 50px;
  text-align: center;
  width: 100%;
}
.under-link li{
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 236px;
}
.under-link li a{
  background: #917E78;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding:  0;
}

/*favorite*/
.under-link li a.m-btn-inactive{
  background: #917E78;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}

.pkuit{
  width: 100%;
  display: block;
  padding-bottom: 50px;
  overflow: hidden;
}
.pkuit ul{
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pkuit ul li{
  vertical-align: top;
  width: 28%;
  padding: 10px 10px 15px;
  margin: 0 1% 20px;
  background-color: #E6E0DA;
  text-align: center;
}
.pkuit ul li p{
  width: 100%;
  display: block;
  background-color: #a5663d;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.pkuit ul li img{
  width: 100%;
}

.pkuit ul li .pkuit-text{
  padding: 5px;
}

.icon{
  width: 50px;
  background-color: #434343;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 10px;
}

.bana{
  width: 1000px;
  margin: 0 auto;
}
.bana a img{
  width: 50%;
  margin: 25px auto 0;
}

.cp-text{
  background-color: #c3183c;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  margin: 0 auto 30px;
}
.cp-text span.sub-txt{
  color: #fff;
  display: inline-block;
}

.gift_brand {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: left;
	padding: 0 0 50px;
}

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gift_brand h2,
.other_item_box h2{
	font-size: 25px;
	text-align: center;
}


.gift_brand ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: center
}
.gift_brand ul li{
	overflow: hidden;
	margin: 10px 5px 10px;
	width: 240px;
	background-color: #fdfaf6;
	text-align: center;
	font-size: 12px;
}

.gift_brand ul li a,.gift_brand ul li span{
	display: block;
	height: 100%;
	padding: 10px;
}

.gift_brand ul li img {
	width: 100%;
}

.sml_ttl_box_underbtn1 {
    display: block;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
    border-radius: 2px;
}

.sml_ttl_box_underbtn1 a {
    background-color: #3e3e3e;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0px auto 30px;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    width: 500px;
    line-height: 1.2em;
}



/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.bana a img {
  width: 80%;
  margin: 16px auto 26px;
}

.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: 15px;
  line-height: 1.8;
  margin-top: 10px;
  padding: 0 4vw;
  text-align: center;
}

.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: center;
}
span.sub-txt{
  color: #888;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
}
/* SMP section */
.category-list{
  overflow: hidden;
  padding-bottom: 50px;
}
.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: 20px 0;
  width: 90%;
}
.giftwrap a img{
  width: 100%;
}
.giftwrap a.btn{
  border-radius: 2px;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 14px 0;
  width: 92%;
}

.pkuit ul{
  width: 100%;
  justify-content: flex-start;
}
.pkuit ul li{
  width: 40%;
  height: 70vw;
  font-size: 11.2px;
  margin: 4vw 0 0 3%;
}

.pkuit ul li a{
  display: block;
}


.pkuit2 ul li{
  height: 62vw;
}

/* SMP favorite */
.under-link li a.m-btn-inactive{
  background: #917E78;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}

/* SMP under link */
ul.under-link {
  margin: 0 auto 50px;
  width: 92%;
}
ul.under-link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under-link li a{
  margin: 0;
}
.bana{
  width: 100%;
}
.gift_brand ul {
  width: 100%;
  padding: 0px;
  justify-content: center;
}
.gift_brand ul li{
  width: 45%;
}

.sml_ttl_box_underbtn1 {
    width: 95%;
    padding: 0;
    margin: 14px auto 0;
}

.sml_ttl_box_underbtn1 a {
    padding: 15px 5px;
    font-size: 12px;
    width: 95%;
    line-height: 1em;
}

.content-nav ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    margin: 10px 10px 0;
}
}/* end SMP */


@media screen and (min-width: 641px) {
/* hover settings */

.main-content a:hover{
  opacity: .7;
}


.pkuit ul li{
  vertical-align: top;
  width: 28%;
  display: inline-block;
  padding: 10px 10px 15px;
  margin: 15px;
  background-color: #E6E0DA;
  text-align: center;
}

}/* end hover */
