
.products_title{
	width:860px;
	float:left;
	margin-bottom:80px;
}
.products_title h1.title{
	text-align: left;
	font-size:56px;
	color:#333;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	margin-bottom:40px;
}
.products_title h1.title img{
	vertical-align: middle;
}
.products_title h1.title span{
	font-size:30px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
}
h3.line04{
	border-top:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	height:80px;
	line-height: 80px;
	font-size:20px!important;
	margin-bottom:40px!important;
}
h2.item_title{
	font-size:20px!important;
	margin:20px 0 30px 0;
}

/* タブ親 */
.tabs,.tabs2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:60px;
}

/* 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: 60px;
  line-height: 60px;
  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;
}
.last{
	margin-right: 0 !important;;
}
.tab_label:hover { opacity: .75; }

/* パネル共通（初期は非表示） */
.tabs .tab_content,.tabs2 .tab_content {
  display: none;
  flex: 100%;
  overflow: hidden;
  border-top: solid 2px #c7ba9a;
  margin-top: -2px;
  padding-top: 40px;
  position: relative;
  animation: fadeIn 1s ease;
}

/* チェックされたタブを強調 */
.tabs input[type="radio"]:checked + .tab_label , .tabs2 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;
}

/* 対応するパネルを表示（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; }

.search_box{
	margin-bottom:50px;
}
.gift_title{
	width:1024px;
	margin:0 auto 140px auto;
	text-align: center;
}
.gift_title h2{
	font-size: 90px;
	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:14px!important;
}
.gift_title h3.gift{
	font-family: 'Shippori Mincho B1', serif;
	font-size:20px;
	margin:30px 0 48px 0;
	font-weight: 600;
	color:#333333;
}
.gift_box{
	width:860px;
	float:right;
	margin-left:80px;
}
.gift_box h4{
	font-family: 'Cormorant Garamond', serif;
	font-size:38px;
	font-weight: 600;
	margin-bottom:40px;
	text-align: left;
	text-align: center;
}
.gift_box h4 span{
	font-family: 'Shippori Mincho B1', serif;
	font-size:30px;
	font-weight: 600;
}
.gift_box h4 img{
	vertical-align: middle;
	margin:0 5px;
}
.gift_box .flexbox{
	width:100%;
	text-align: left;
}
.gift_box .flex-item{
	width:205px;
	float:left;
	margin-right:13px;
}
.gift_box .flex-item:nth-of-type(4n){
	margin-right:0;
}
.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:270px;
	height:40px;
	text-align: center;
	border:1px solid #c7ba9a;
	border-radius: 50px;
	line-height: 40px;
	display: block;
	font-size:14px;
	color:#7d5f1c;
	font-weight: 600;
	text-decoration: none;
	margin:40px 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: 860px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.seen h2{
	font-size:20px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	margin-bottom:20px;
}
.seen ul{
	list-style: none;
	margin-bottom:80px;
}
.seen ul li{
	width:278px;
	height:50px;
	line-height: 50px;
	font-size:14px;
	border:1px solid #a0a0a0;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	background:#fff url("../images/top/search.svg") no-repeat;
	background-size:8px 15px;
	background-position: center right 18px;
	transition: all 0.3s;
}
.seen ul li a{
	display: block;
	text-decoration: none;
	color:#333333;
	
}
.seen ul li:nth-child(3n){
	margin-right:0;
}
.seen ul li:hover{
	opacity: 0.8;
	background:#fff url("../images/top/search.svg") no-repeat;
	background-size:8px 15px;
	background-position: center right 10px;
}

.gift-wrap{
	background:#f4f5f5;
	height:238px;
	border-radius: 5px;
	margin-bottom:20px;
}
.gift-wrap img{
	float:left;
	border-radius: 5px 0 0 5px;
	
}
.gift-wrap h3{
	text-align: center;
	font-size:20px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
	padding:35px 0 25px 0;
}
.gift-wrap p{
	width:325px;
	font-size:13px;
	line-height: 1.6;
	float:left;
	margin-left:57px;
	text-align: left;
}
.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 0 auto;
	transition: all 0.3s ease;
}
.gift-wrap a:hover{
	background:url("../images/gift/detail.svg") no-repeat 100% center;
	background-size: 30px 30px;
}
.kanren_link{
	margin-top:60px;
	padding-bottom:180px;
}