.gift_title{
	margin-top:30px;
	text-align: center;
}
.gift_title h2{
	font-size: 44px;
	font-family: 'Cormorant Garamond', serif;
	text-align: center;
	letter-spacing: 1.6px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 500;
}
.gift_title h2 span{
	font-weight: 600;
	display: block;
	color:#C7BA9A;
	font-family: 'Roboto', sans-serif; 
	font-size:9px!important;
}
.gift_title h3.gift{
	font-family: 'Shippori Mincho B1', serif;
	font-size:16px;
	margin:30px 0 30px 0;
	font-weight: 600;
	color:#333333;
}
.gift_img{
	width:calc(100% - 30px);
	margin:0 auto;
}
.gift_box{
	width:calc(100% - 30px);
	margin:0 auto;
}
.gift_box h4{
	font-family: 'Cormorant Garamond', serif;
	font-size:23px;
	font-weight: 600;
	margin:30px 0 40px 0;
	text-align: left;
	text-align: center;
}
.gift_box h4 span{
	font-family: 'Shippori Mincho B1', serif;
	font-size:19px;
	font-weight: 600;
}
.gift_box h4 img{
	vertical-align: middle;
	margin:0 5px;
	width:8px;
	height:auto;
}

/* タブ親 */
.tabs,.tabs2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:30px;
}

/* inputは非表示 */
.tabs input[type="radio"] , .tabs2 input[type="radio"] {
  display: none;
}

/* タブラベル共通 */
.tabs .tab_label , .tabs2 .tab_label {
  background-color: #f4f1eb;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  min-width: 120px;     /* 折り返し用の下限（任意） */
  height: 50px;
  line-height: 50px;
  margin: 0;            /* gapで管理するため余白は0に */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #999999;
  user-select: none;
  margin-right:10px;
  font-size:15px;
}
.tabs2 .tab_label {
	margin-bottom:7px;
	border-radius: 5px;
	border:2px solid #f4f1eb;
}
.tabs .last{
	margin-right: 0 !important;
}


/* パネル共通（初期は非表示） */
.tabs .tab_content , .tabs2 .tab_content {
  display: none;
  flex: 100%;
  overflow: hidden;
  border-top: solid 2px #c7ba9a;
  margin-top: -2px;
  padding-top: 20px;
  position: relative;
  animation: fadeIn 1s ease;
}
.tabs2 .tab_content {
	border:0;
}

/* チェックされたタブを強調 */
.tabs input[type="radio"]:checked + .tab_label {
  color: #7d5f1c;
  border-top: solid 2px #c7ba9a;
  border-left: solid 2px #c7ba9a;
  border-right: solid 2px #c7ba9a;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  opacity: 1;
}
.tabs2 input[type="radio"]:checked + .tab_label {
	border:2px solid #c7ba9a;
	border-radius: 5px;
	color: #7d5f1c;
	background:#fff;
}
/* 対応するパネルを表示（input→label→panelの並び前提） */
.tabs input[type="radio"]:checked + .tab_label + .tab_content , .tabs2 input[type="radio"]:checked + .tab_label + .tab_content {
  display: block;
}

/* 2行に折り返したときにラベル列→パネルの順を保つため */
.tabs .tab_label, .tabs2 .tab_label { order: 1; }
.tabs .tab_content, .tabs2 .tab_content { order: 2; }

.gift_box .flexbox{
	width:100%;
	text-align: left;
}
.gift_box .flex-item{
	width: calc((100% - 14px) / 2);
	
	margin-bottom:20px;
}
.gift_box .flex-item:nth-of-type(odd){
	float:left;
	clear:both;
}
.gift_box .flex-item:nth-of-type(even){
	float:right;
}
.gift_box .flex-item a{
	text-decoration: none;
	color:#333;
}
.gift_box .flex-item h3{
	font-size:15px;
	line-height: 1.6;
	margin-bottom:20px;
	font-family: 'Shippori Mincho B1', serif;
}
.gift_box .flex-item p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
	
}
.gift_box .flex-item p span{
	font-size:11px;
	font-weight: normal;;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

.gift_box img.hoshi{
	width: 15px !important;
	height: auto!important;
	display: inline!important;
}
.gift_box .o-rating{
	margin:0 2px 0 5px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	vertical-align: middle;
	font-size:12px;
}
.gift_box .review-count{
	font-family: 'Roboto', sans-serif;
	font-size:10px!important;
	letter-spacing: 1px;
	font-weight: 600!important;
	vertical-align: middle;
}
a.more{
	clear: both;
	width:200px;
	height:32px;
	text-align: center;
	border:1px solid #c7ba9a;
	border-radius: 50px;
	line-height: 32px;
	display: block;
	font-size:14px;
	color:#7d5f1c;
	font-weight: 600;
	text-decoration: none;
	margin:20px auto 50px auto;
	background:url("../../images/gift/more.png") no-repeat 90% center;
	background-size: 8px 14px;
	transition: all 0.3s ease;
}
a.more:hover{
	background:#7d5f1c url("../../images/gift/more_o.png") no-repeat 91% center;
	background-size: 8px 14px;	
	color:#ffffff;
}

/*** 
探す
***/
.seen{
	width:calc(100% - 33px);
	margin: 0 auto 0 auto;
	text-align: center;
}
.seen h2{
	font-size:16px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	margin-bottom:20px;
	margin-top:60px;
}
.seen.seen ul{
	list-style: none;
	margin-bottom:30px;
}
.seen ul li{
	width:calc(50% - 4px);
	height:32px;
	line-height: 32px;
	font-size:11px;
	border:1px solid #a0a0a0;
	float:left;
	margin-bottom:8px;
	background:#fff url("../../images/top/search.svg") no-repeat;
	background-size:5px 11px;
	background-position: center right 10px;
	transition: all 0.3s;
}

.seen ul li:nth-child(odd){
	margin-right:8px;
} 
.seen ul li a{
	display: block;
	text-decoration: none;
	color:#333333;	
}

.gift-wrap{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background:#f4f1eb;
	padding: 15px 12.5px;
}
.gift-wrap img{
	border-radius: 5px 5px 0 0;
}
.gift-wrap h3{
	text-align: center;
	font-size:17px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	padding:35px 0 25px 0;
}
.gift-wrap p{
	width:276px;
	font-size:12px;
	line-height: 1.6;
	text-align: left;
	margin:0 auto;
}
.gift-wrap a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: 600;
	text-align: center;
	font-size:15px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	background:url("../../images/gift/detail.svg") no-repeat 95% center;
	background-size: 30px 30px;
	height:30px;
	line-height: 30px;
	width:185px;
	margin:30px auto 40px auto;
	transition: all 0.3s ease;
}

.kanren_link{
	margin-top:60px;
	padding-bottom:80px;
}