@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.content-box{
	padding-top: 60px;
	padding-bottom: 60px;
}

.colored-bg {
  background-color: #fdf3f5;
}

.nav-tab {
  margin: 0 0 20px;
}

.nav-tab ul {
  text-align: center;
}

.nav-tab ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}

.nav-tab li.active a {
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

.navi ul li a::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 4px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(130deg) skew(-10deg, 0);
  transform: rotate(130deg) skew(-10deg, 0);
  transition: all 0.2s linear;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav-tab::after {
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
}

.nav-tab li a {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 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: #757575;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

h1.title img {
  width: 100%;
  aspect-ratio: 1000/320; 
}

.navi {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.2;
}

.navi span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  font-size: .6em;
  letter-spacing: -.5px;
}

.navi li {
  display: inline-block;
  font-size: 16px;
  margin: 6px .5%;
  width: 46%;
  box-sizing: border-box;
}

.navi li a {
  color: #fff;
  background-color: #7d1d10;
  display: block;
  border: solid 1px #7d1d10;
  border-radius: 2px;
  padding: 8px 0 0;
}

.head span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  font-size: .4em;
  margin-top: 8px;
  font-feature-settings: "palt";
}



.price-link {
  text-align: center;
}

.price-link li {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.price-link li a {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  display: block;
  background-color: #ce0924;
  padding: 10px 12px;
  margin: 4px .5%;
  border-radius: 40px;

}

.price-link li:first-child a {
  background-color:#eb8c99;
}

.price-link li:nth-child(2) a {
  background-color:#db6273;
}

.price-link li:nth-child(3) a {
  background-color:#ca3247;
}

.head {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;

}

.content-box h2.head{
	font-size: 46px;
  line-height: .8em;
	text-align: center;
  letter-spacing: .8px;
  margin: 0 10px 24px;
}

.head-txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lineup li {
  width: 46%;
  margin-bottom: 20px;
  display: flex;
}

.lineup li a {
  display: flex;
  flex-direction: column;
}

.lineup li img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  margin-bottom: 4px;
}


.item-price {
  flex-grow: 1;
}

  
.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 10px 4px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
}

.content-btn:hover {
  opacity: 0.7;
}



/* gift wrap */
.main-content section.giftwrap{
  text-align: center;
}
.giftwrap div {
  /*border: 1px solid #ccc;*/
  width: 92%;
  margin: 0 4%;
  padding: 20px;
  box-sizing: border-box;
}
.giftwrap h2{
  font-family: "Courgette", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  letter-spacing: .08px;
  margin-top: 20px;
}
.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: 1px solid #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 14px 0;
  width: 300px;
}



.pkuit{
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
}
.pkuit ul{
  width: 1000px;
  display: block;
  padding: 0 6px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pkuit ul li{
  vertical-align: top;
  width: 22.5%;
  display: inline-block;
  box-sizing: border-box;
  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: #a5663d;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.pkuit ul li img{
  width: 100%;
}

.pkuit ul li figure{
  width: 100%;
  aspect-ratio: 157/248;
}
.pkuit ul li figure img {
  width: 100%;
  height: auto;
}

.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-left: auto;
  font-weight: bold;
}

.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;
}

h2.headline {
  font-size: 46px;
  font-family: "Courgette", serif;
  font-weight: 400;
  font-style: normal;
}

.span-news { 
  line-height: 0.3em;
}

.under {
  padding: 64px 0;
}

.under-sharebox {
  text-align: center;
  width: 100%;
}

.under-sharebox a {
  display: inline-block;
  margin: 10px 2px;
}

.under-sharebox a img {
  max-width: 67px;
  aspect-ratio: 1/1;
}

.under-mailbox {
  margin: 10px 12px 0;
  padding: 30px 0;
  border: solid 1px #d1c0a5;
  text-align: center;
  width: calc(100% - 24px);
}

.under-mailbox .m-btn-inactive {
  width: 50%;
}

.main-item {
  padding: 0 10px 60px;
}

.main-item-img {
  aspect-ratio: 5/6;
  display: block;
  width: 100%;
  height: auto;
  margin: 12px auto 0;
}


.main-item-link {
  box-sizing: border-box;
  position: relative;
  display: block;

}


.main-item-txt-inner-head {
  color: #a9a7a0;
  font-size: 20px;
  margin-top: 12px;
}


.main-item-txt-inner img {
  aspect-ratio: 5/6;
  width: 100%;
}

.main-item-txt-inner {
  font-size: 14px;
  text-align: justify;
}

.main-item-txt-wrap .m-btn-active {
  margin-top: 16px;
}


.main-item-head {
  padding: 20px 0;
}

.main-item-head p {
  font-size: 14px;
}

.main-item-line {
    border-top: 2px dashed #ddd;
    margin: 0;
}  

.brand-name {
  font-family: "Amiri", serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  display: block;
}

/* itemlist */
.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemlist ul > li{
	display: inherit;
	background: #fdf3f5;
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: 48.5%;
	position: relative;
}

.colored-bg .itemlist ul > li{
	background: #fff;
}

.itemlist ul li a {
	display: grid;
	grid-template-rows: auto 1fr auto auto 32px;
	grid-template-areas:
	"photo"
	"text"
	"dash"
	"itemname"
	"btn";
	align-content: space-between;
	row-gap: 8px;
}

.itemlist ul > li b,
.itemlist2 ul > li b {
	display: block;
}
.itemlist ul li a img,
.itemlist2 ul li a img {
	grid-area: photo;	
	aspect-ratio: 5/6;
	width: 100%;
	height: auto;
}

.itemlist.itemlist-notext ul li a {
	display: flex;
	flex-direction: column;
}

.itemlist-credit {
	grid-area: itemname;
}


.itemlist ul .m-btn-active{
	grid-area: btn;
	height: 32px;
	line-height: 32px;
}

.itemlist-headline{
	font-size: 20px;
	margin-top: 32px;
	text-align: center;
}


.itemlist-detail {
	grid-area: text;
	text-align: justify;
  word-break: break-all;  
}

.dash-line {
	grid-area: dash;
	margin: .5em 0;
}

.m-link-archive .m-link-archive-case a .m-link-archive-img img {
 height: auto;
}


/*-----*/
/* 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%;
  aspect-ratio: 5 / 4;
}
.title-box p{
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
  padding: 0 4vw;
  text-align: justify;
}

.content-box h2.head{
	font-size: 32px;
}

.title-box h1 + p{
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 25px;
  text-align: justify;
}
span.sub-txt{
  color: #757575;
  font-size: 12px;
  margin-top: 4px;
}


.giftwrap > img{
  margin-top: 20px;
  width: 100%;
}
.giftwrap h2{
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-top: 20px;
}
.giftwrap p{
  font-size: 14px;
  margin: 5px auto 0;
  padding: 20px 0;
  width: 90%;
  font-feature-settings: "palt";
}
.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%;
}
.pkuit ul li{
  margin:0 1% 20px;
  width: 47%;
  font-size: 11.2px;
}
/*
.pkuit2 ul li{
  height: 62vw;
}
*/

.bana{
  width: 100%;
}

h2.headline {
  font-size: 32px;
}

.nav-tab {
  margin-top: 20px;
}

.nav-tab ul li {
  margin: 0 2px;
  width: 30%;
}

.nav-tab li.active a {
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}


.main-item-txt::before {
  border-right: 10vw solid transparent;
  border-bottom: 8vw solid #fdf3f5;
  border-left: 10vw solid transparent;
  content: "";
  display: block;
  height: 0;
  margin: -43px auto 0;
  width: 0;
}

.colored-bg .main-item-txt::before {
  border-bottom: 8vw solid #fff;
}

.main-item-txt-wrap {
  border-radius: 4px;
  padding: 14% 0 1%;
  margin: 0 auto;  
  background-color: transparent;
}


.main-item-txt-inner {
  background-color: #fdf3f5;
  width: 100%;
  padding: 6%;
  margin-bottom: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.colored-bg .main-item-txt-inner {
  background-color: #fff;
}

.main-item-line {
  margin: 16px auto 8px;
}


}/* end SMP */


@media screen and (min-width: 641px) {

.title-box {
  width: 1000px;
  margin: 0 auto;
}

.navi {
  width: 1000px;
  margin: 0 auto;
}

.navi ul {
  margin: 40px auto;
}

.navi li {
  font-size: 21px;
  margin: 0 .2%;
  width: 19%;
}

.navi li a {
  padding: 10px 12px 0;
}


.price-link li {
  width: auto;
}

.price-link li a {
  font-size: 21px;
  margin: 0 .2%;
  padding: 10px 24px;
  border-radius: 40px;
}

/* hover settings */

.navi li a:hover {
  opacity: .6;
}

.category-list > li a:hover img{
  opacity: .7;
}

.lineup li a:hover{
  opacity: .7;  
}

.giftwrap a:hover{
  opacity: .7;
}

.pkuit a:hover{
  opacity: .7;
}
.price-link a:hover{
  opacity: .7;
}

.m-link-archive a:hover {
  opacity: .7;
}

.item_list > li > a:hover{
  opacity: .6;
}
.lineup li {
  width: 23%;
  margin-bottom: 20px;
}

.giftwrap div {
  width: 100%;
  margin :0;
}

.under-mailbox {
  width: 500px;
  margin: 10px auto 0;
}


	/* PC imgbox */
	.main-item {
		width: 100%;
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto auto;
		grid-template-areas: "photo ." "photo item" "photo .";
		justify-content: center;
		align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;
	}


	.main-item-img {
		grid-area: photo;
		aspect-ratio: 5/6;
		display: block;
		width: 80%;
		height: auto;
		margin: 12px auto 0;
	}


	.main-item-link {
		grid-area: item;
		box-sizing: border-box;
		padding: 50px 30px;
		position: relative;
		width: 500px;
		background: #fdf3f5;
	}

	.colored-bg .main-item-link {
		background: #fff;

  }

	/* PC itembox */
	.main-item-txt-wrap {
		position: relative;
		width: 380px;
		margin: 20px auto 0;
	}

	.main-item-head {
		width: 380px;
		margin: 0 auto;
	}


	.main-item-link::before {
		border-right: 50px solid transparent;
		border-bottom: 30px solid #fdf3f5;
		border-left: 50px solid transparent;
		content: "";
		display: block;
		height: 0;
		margin: -32px auto 0;
		width: 0;
	}

  

	.colored-bg .main-item-link::before {
		border-bottom: 30px solid #fff;
	}

	.main-item-link::before {
		transform: rotate(-90deg);
		position: absolute;
		left: -50px;
		top: 50%;
	}

	.main-item-txt {
		display: block;
	}

	.main-item-txt-inner {
		width: 100%;
	}

	.main-item-txt-inner+.main-item-txt-inner {
		padding: 0;
	}

	.main-item-txt-inner-head {
		text-align: center;
	}


  .main-item>a>.m-btn-active {
    width: 90px;
    margin: 10px 30px 0 auto;
  }

  .main-item-line {
    width: 360px;
    margin: auto;
  }



  /* PC itemlist*/
  .itemlist ul{
    margin: auto;
    width: 1000px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 8px;
        column-gap: 8px;
  }
  .itemlist ul > li,
  .itemlist .itemlist-1col {
    display: inherit;
    width: 24%;
  }

  .itemlist ul li a {
    grid-template-rows: 260.39px 1fr auto 86px 32px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }


  

}
