@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: 16px;
  line-height: 1.8;
  margin: 25px 0 30px;
  padding: 16px;
  text-align: center;
  background-color: #eee;
}

.title-box img.is-pc {
  width: 1000px;
  margin: 0 auto;
  aspect-ratio: 100/22;
}

span.sub-txt{
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 4px;

}

.main-content section.content-box{
	margin-top: 30px;
}

.content-box h2{
  color: #424242;
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.content-box h2.head{
	font-size: 42px;
	text-align: center;
	line-height: 1.4;
}

.content-box h2.head span{
	font-size: .4em;
	display: block;
}

.content-box p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}

/* navi */

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
}

.navi ul {
  display: block;
  overflow: hidden;
  width: 760px;
  text-align: center;
  font-size: 0;
}

.navi ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  width: 32%;
  margin: 2px .5%;
  border-bottom: solid 3px #fff;
  text-align: center;
  letter-spacing: .5px;
}

.navi ul li a {
  color: #fff;
  background-color: #9a0e28;
  text-decoration: none;
  padding: 8px 5px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
}

.navi ul li a::after {
  top: 45%;
  margin-top: -6px;
  right: 8px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(130deg) skew(-10deg, 0);
  transform: rotate(130deg) skew(-10deg, 0);
  transition: all 0.2s linear;
}

/* section */


.category-list{
  overflow: hidden;
}
.category-list > li{
  float: left;

}
.category-list > li:nth-of-type(3n){
  margin-right: 0;
}
.category-list > li a{
  display: block;
}
.category-list > li a img{
  width: 100%;
  transition: .3s;
}

/* under link */

.under {
  padding: 64px 0;
}

.under-link li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 236px;
}

.under-sharebox {
  text-align: center;
  width: 100%;
}

/*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;
}

.pkuit{
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
}
.pkuit ul{
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}

.pkuit ul li{
  vertical-align: top;
  width: 20%;
  padding: 10px 10px 15px;
  margin: 0 1% 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 5px 5px 10px #b9b6b3;
    -webkit-box-shadow: 5px 5px 10px #b9b6b3;
    -moz-box-shadow: 5px 5px 10px #b9b6b3;
}
.pkuit ul li p{
  width: 100%;
  display: block;
  background-color: #c6a586;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.pkuit ul li img{
  width: 100%;
}

.item-list {
  height: 108px;
}

.item-list li .m-btn-active {
  height: 24px;
  line-height: 24px;
  margin: 4px auto 0;
  width: 90%;
}

.pkuit ul li .pkuit-text{
  padding: 5px;
}

.icon{
  width: 50px;
  background-color: #434343;
  color: #fff;
  padding: 5px 80px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 10px;
}

.bana{
  width: 1000px;
  margin: 0 auto;
}
.bana a img{
  width: 100%;
  text-align: center;
  box-shadow: 5px 5px 10px #b9b6b3;
  -webkit-box-shadow: 5px 5px 10px #b9b6b3;
  -moz-box-shadow: 5px 5px 10px #b9b6b3;
}

.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;
}

.under-link-box {
  margin-top: 0px;
  text-align: center;
}

.under-link {
  margin: 20px auto 50px;
  text-align: center;
  width: 100%;
}

.under-link li a {
  background: #513111;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0;
}


.main-content h2.head {
  font-size: 42px;
  text-align: center;
}

.bana {
  width: 1000px;
  margin: 0 auto;
}

.bana a img {
  width: 50%;
  margin: 25px auto 0;
}

.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: 320px;
  line-height: 1.2em;
}

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/* navi */

.navi {
  width: 100%;
}

.navi ul {
  width: 100%;
}

.navi ul li {
  width: 44%;
  margin: 4px 1.5%;
  font-size: 12px;
}

.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: 20px;
  padding: 0 4vw;
  text-align: justify;
}

.main-content section{
  margin: 0 auto;
  width: 100%;
}

.content-box p {
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
}

.content-box h2.head{
	font-size: 30px;
	margin-bottom: 18px;
}

/* 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: #555;
  color: #fff;
  content: "Check >";
  display: block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
.category-list > li img{
  width: 100%;
}

.icon {
  padding: 5px 45px;
}

.pkuit ul{
  width: 100%;
}
.pkuit ul li{
  width: 41%;
  font-size: 11.2px;
}

.pkuit2 ul li{
  height: 62vw;
}

/* 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: 5vw auto 100px;
  width: 92%;
}
ul.under-link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under-link li a{
  margin: 0;
}
.bana{
  width: 100%;
}

.bana a img {
  width: 80%;
  margin: 16px auto 26px;
}

.sml_ttl_box_underbtn1 {
  margin-top: 20px;
  padding: 0;
}

.sml_ttl_box_underbtn1 a {
  padding: 15px 5px;
  font-size: 12px;
  width: 95%;
  line-height: 1em;
}

.under-link-box {
  height: 250px;
}
}/* end SMP */


@media screen and (min-width: 641px) {

.navi ul {
  margin: 0 auto 40px;
}

.category-list > li {
  padding: 0 16px 16px 0;
  width: 25%;
  box-sizing: border-box;
}
/* hover settings */
.category-list > li a:hover img{
  opacity: .7;
}

.giftwrap a:hover{
  opacity: .7;
}

.pkuit a:hover{
  opacity: .7;
}
/* HOVER under-link */
.under-link a:hover{
  opacity: .7;
}
.under-link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity: .6;
}

.m-link-archive a:hover {
  opacity: .7;
}

}/* end hover */
