@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');

.lato{	font-family: 'Lato'}

body{
 margin: 0px auto;
 padding: 0px;
 width: 100%;
 background: #FFF;
 font: normal normal 14px/24px  "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 -webkit-text-size-adjust: 100%;/*スマホ横画面フォント調整用*/
}

a{/*リンクされた文字*/
 font-style:normal;
 text-decoration: none;
}

/*clearfix*/
.clearfix:after {
 content: "";
 clear: both;
 display: block;
}

.hide{
	display: none;
}

@media screen and (min-width: 769px){
 #wrapper {
  min-width: 950px;
	}
	.sp{	display: none!important;	}

	body {
		animation: fadeIn 2s ease 0s 1 normal;
		-webkit-animation: fadeIn 2s ease 0s 1 normal;
		}
		@keyframes fadeIn {
			0% {opacity: 0}
			100% {opacity: 1}
		}
		@-webkit-keyframes fadeIn {
			0% {opacity: 0}
			100% {opacity: 1}
		}

	a img:hover {
		opacity: 0.7;
		-webkit-transition:0.5s;
		transition:0.5s;
	}
	.letterspace{
		letter-spacing: -1px;
	}

	/*-------============

 下層サイトheader

=============--------*/
	.u_header{
		width: 100%;
		height: 60px;
		background: #ebeef2;
	}
	.u_header .inner{
		margin: 0 auto;
		width: 950px;
		position: relative;
	}
	.u_header .logo{
		position: absolute;
		top: 10px;
		left: 0;
	}
	.u_header .logo p{
		display: inline-block;
	}
	.u_header .logo p:first-child{
		margin-right: 15px;
	}
	.u_header .logo p img{
		width: 140px;
	 height: auto;
		vertical-align: middle;
	}

	.headmenu{
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content:flex-end;
  justify-content:flex-end;
	}
	.headmenu li{
		margin: 0;
		display: table;
		height: 60px;
		cursor: pointer;
	}
	.headmenu li > a{
		padding: 0 15px;
	 display: table-cell;
		vertical-align: middle;
	}
	.headmenu li dl{
		padding: 0 15px;
	 display: table-cell;
		vertical-align: middle;
		position: relative;
		-webkit-transition:0.5s;
		transition:0.5s;
	}
	.headmenu li dd.child{
		padding: 30px 30px 20px 30px ;
	 width: 190px;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
	box-shadow: 0px 4px 3px 2px rgba(100,100,100,0.2);
	}
	.headmenu li dd p{
	 margin: 0 auto;
	}
	.headmenu li:first-child{
		margin-left: 0;
	}

	/*-------============

 下層サイト home

=============--------*/

	#container{
		position: relative;
	}
	/*mv area*/
	.u_mv_area{
		padding: 50px 0;
		width: 100%;
	}
	.u_mv_area .inner{
		margin: 0 auto;
		width: 950px;
	}

	/*下層サイトmvスライダー設定*/
		/*slider 設定*/
	.u_mv_area .sliderwrap{
		margin: 0 0 20px;
		background: #FFF;
	}
 .u_mv_area .sliderwrap .bx-wrapper,
 .u_mv_area .u_pager_wrap .bx-wrapper{
		margin: 0 auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background: transparent;
		position: relative;
		margin-bottom: 0;
		padding: 0;
}
 .u_mv_area .pager_slide a img {
	opacity: 1;
	}

	.u_mv_area .pager_slide a.active img {
	opacity: 1!important;
	}

	/*ページャー用スライダー*/
	.u_pager_wrap{
		position: relative;
	}
	.u_pager_wrap:after{
		content: "";
		clear: both;
		display: block;
	}
	.u_pager_wrap .pager_slide li{
		margin-right: 3px;
		width: 190px;
		height: 80px;
		display: block;
		float: left;
}
	.u_pager_wrap .pager_slide li:last-child{
		margin-right: 0;
	}
	.u_pager_wrap .pager_slide li img{
		width: 190px;
		height: 80px;
		display: block;
		opacity: 0.5;
}
 .u_pager_wrap .pager_slide{
		margin:  0 auto;
		width: 790px;
		overflow: hidden;
		position: relative;
		height: 80px;
}

	.home .topban_area{
		margin: 0 auto 50px;
		width: 950px;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
		list-style: none;
	}

	/*商品リスト*/
	.itemBox_List{
		margin: 0 auto 100px;
		width: 950px;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
  -webkit-align-content:flex-start;
  align-content:flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
}
	.itemBox_List .itemBox{
		margin: 0 10px 10px 0;
		padding: 15px 15px 95px 15px;
		width: 230px;
		position: relative;
		background: #FFF;
		border: solid 1px #e5e5e5;
		box-sizing: border-box;
	}
	.itemBox_List .itemBox:nth-child(3n){
		margin-right: 0;
	}
	.home .itemBox_List .itemBox:nth-child(3n){
		margin-right: 10px;
	}
	.home .itemBox_List .itemBox:nth-child(4n){
		margin-right: 0;
	}
	.itemBox_List .itemBox dt{
		text-align: center;
	}
	.itemBox_List .itemBox dd .item-name,
	.itemBox_List .itemBox dd .item-pattern{
		font-size: 14px;
		line-height: 1.2;
	}
	.itemBox_List .itemBox dd .item-price{
		margin: 0;
		width: 198px;
		position: absolute;
		bottom: 50px;
		left: 15px;
		font-size: 22px;
		line-height: 1.5;
	}
	.itemBox_List .itemBox dd .item-price span{
		font-size: 11px;
		line-height: 1.5;
		font-weight: normal;
	}
	.itemBox_List .itemBox dd .item-btn{
		width: 198px;
		position: absolute;
		bottom: 20px;
		left: 15px;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
	}
	.itemBox_List .itemBox dd .item-btn p{
		width: 48%;
	}
	.itemBox_List.page_detail .itemBox dd .item-btn p {/*詳細ページの時*/
  width: 100%;
	}
	.itemBox_List .itemBox dd .item-btn a{
		padding: 5px 0;
		width: 100%;
		display: block;
		position: relative;
		-webkit-transition:0.5s;
		transition:0.5s;
		background: #585858;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
		color: #FFF;
	}
	.itemBox_List .itemBox dd .item-btn a:after{
		content: "";
		width: 5px;
		height: 7px;
  position: absolute;
		right: 5px;
		top: 9px;
		background: url(/images/item_arr.gif) center center /contain no-repeat;
	}

		/*-------============

 下層サイト layout

=============--------*/
 #container.u_contents	{
	margin: 0 auto 80px;
	padding: 50px 0 0;
	width: 950px;
	}
	#container:after{
		content:"";
		display: block;
		clear: both;
	}

	#mainContents{
		width: 710px;
		float: right;
	}
	#mainContents	.itemBox_List{
		width: 710px;
	}

	/*パンくず*/
	.breadcramb{
	 text-align: right;
	}
	.breadcramb li{
	 display: inline-block;
	}
	.breadcramb li:after{
		content:"＞";
		margin: 0 5px 0 10px;
	}
	.breadcramb li:last-of-type:after{
		content: "";
		display: none;
	}

	/*sidemenu*/
	#sidemenu{
		width: 210px;
		float: left;
	}
	#sidemenu .side_mi{
		margin-bottom: 30px;
		padding: 5px 0;
		display: inline-block;
		font-size: 22px;
		line-height: 1.6;
	}
	#sidemenu dt{
		margin-bottom: 10px;
		display: block;
		font-size: 22px;
		line-height: 1.4;
	}
	#sidemenu dt:hover{
		cursor: pointer;
	}
	#sidemenu dd{
		margin-bottom: 20px;
  font-size: 13px;
		line-height: 20px;
	}
	#sidemenu dd li{
		margin-bottom: 5px;
	}

	/*footer*/
	.foot_link{
		margin: 0 auto 15px;
		width: 950px;
	}
	.foot_link li{
		margin-right: 20px;
		display: inline-block;
		font-size: 14px;
		left: 1.4;
	}
	.foot_link li a{
		color: #585858;
	}
	.foot_link li:before{
		content: "\f0da";
		font-family: 'FontAwesome';
		margin-right: 5px;
	}
 .foot_inner .copy .bnd{
	position: absolute;
	right: 0;
	top: 20px;
	}
 .foot_inner .copy .bnd img{
	width: 34px;
	height: auto;
}

	/*アイテムリスト*/
	.u_contents .itemBox_List:last-child{
		margin-bottom: 100px;
	}
	.feature_area	.itemBox_List.itemcenter{/*詳細ページの時アイテムを真ん中寄せ*/
		-webkit-justify-content: center;
		justify-content: center;
 }

	/*カテゴリ詳細ページ*/
	.itemdetail img {
		width: 100%;
		height: auto;
}
 .feature_area .feature_ban{
		margin-bottom: 20px;
	}
	.feature_area .lead{
		margin-bottom: 40px;
		text-align: center;
		font-size: 30px;
		line-height: 1.4;
 }
 .feature_area .lead span{
  font-size: 45px;
	}
 .feature_area .lead em{
		color: #cd241f;
		font-weight: bold;
	}
 .feature_area .lp{
		margin-bottom: 40px;
	}
 .feature_area .feature_tit{
		margin-bottom: 40px;
		padding: 0 0 5px 0;
		font-size: 40px;
		line-height: 1.3;
	}
 .feature_area .feature_tit span.bignumber{
		margin-right: 5px;
		font-size: 80px;
		line-height: 1.4;
	}
 .feature_area .descript_wrap{
		margin-bottom: 60px;
	}
 .feature_area .descript_clm{
		margin: 0 0 40px;
		width: 710px;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		  -webkit-align-content:space-between;
  align-content:space-between;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
		position: relative;
	}
	.feature_area .descript_clm.normal,
 .feature_area .descript_clm:nth-of-type(2n){
		-webkit-flex-direction:row-reverse;
  flex-direction:row-reverse;
	}
 .feature_area .descript_clm:nth-of-type(2n+1) dd{
		margin-left: 20px;
		width: 340px;
	}
 .feature_area .descript_clm.normal:nth-of-type(2n+1) dd{
		margin-left: 0;
		width: 340px;
	}
 .feature_area .descript_clm:nth-of-type(2n) dd{
		margin-right: 20px;
		width: 340px;
	}
 .feature_area .descript_clm dt{
		width: 350px;
	}
 .feature_area .descript_clm dt img {
		max-width: 350px;
		height: auto;
 }
	.feature_area .descript_clm dd h5{
		margin-bottom: 10px;
		padding: 20px 0 10px 0;
		border-bottom: solid 1px #775e28;
		font-size: 27px;
		line-height: 1.4;
		font-weight: bold;
	}
 .feature_area .descript_clm dd .txt{
		font-size: 16px;
		line-height: 1.6;
	}
 .feature_area .descript_clm dd .txt .small{
		font-size: 12px;
	}
 .feature_area .comment{
		margin-bottom: 20px;
		font-size: 12px;
	}

 .feature_area .variation_wrap{
		margin-bottom: 60px;
		width: 710px;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-content:space-between;
  align-content:space-between;
		position: relative;
	}
 .feature_area .variation_clm{
		margin: 0 auto 40px;
		width: 310px;
	}
 .feature_area .variation_clm .txt{
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 1.4;
		text-align: center;
	}
 .feature_area .notes {
		padding: 20px;
		border: solid 1px #cc0000;
		font-size: 12px;
		color: #cc0000;
 }
 .feature_area .lpimage img{
		width: 710px;
		height: auto;
 }

	/*detail １つver*/
	.feature_area.singleitem{
		margin-bottom: 100px;
	}
	.feature_area.singleitem .single_wrapper{
		margin-bottom: 40px;
	}
	.feature_area.singleitem .single_wrapper:after{
		content: "";
		clear: both;
		display: block;
	}
	.feature_area.singleitem .itemBox_List {
  margin-bottom: 0;
	}
	.feature_area.singleitem .itemdetail_single .itemdetail{
		/*width: 450px;*/
		float: right;
	}
	.feature_area.singleitem .itemdetail_single .itemdetail .img{
		margin-bottom: 10px;
	}
	.feature_area.singleitem .itemBox dd .item-btn p{
		width: 100%;
	}
	#mainContents	.feature_area.singleitem .itemBox_List{
  margin-top: 0;
		width: 240px;
		float: left;
	}

}

@media screen and (max-width: 768px){
	.pc{	display: none!important;	}

	img{
		width: 100%;
		height: auto;
		vertical-align: baseline;
	}

/* han_menu
-------------------------------------------*/
#han_menu {
 display:block;
 margin: 0 5px 5px 0;
 width:40px;
 height:40px;
 cursor:pointer;
 position: fixed;
 top:0px;
 right:0px;
 z-index:1000;
}
/* animation */
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 40px;
 height: 40px;
}
.menu-trigger span {
 position: absolute;
 left: 20%;
 width: 60%;
 height: 3px;
 background-color: #666;
 border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {top:10px;}
.menu-trigger span:nth-of-type(2) {top: 18px;}
.menu-trigger span:nth-of-type(3) {bottom: 10px;}
.menu-trigger.active span:nth-of-type(1) {-webkit-transform: translateY(8px) rotate(-45deg);transform: translateY(8px) rotate(-45deg);}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {-webkit-transform: translateY(-9px) rotate(45deg);transform: translateY(-9px) rotate(45deg);}

#wrapper.sailormoon ,
#wrapper.versailles {
 margin: 40px 0 0 0;
}

nav.site-navigation {
 display:none;
}
nav.site-navigation.main-navigation.primary.use-sticky-menu.sticky {
 display:none !important;
}

#menu-topmenu li {
 display:block;
 float:none;
 border-bottom:1px solid #CCC;
 }
#topNav{
 margin: 0 auto;
 width: 100%;
 height: 100%;
 background-color: #FFF;
 position: absolute;
 z-index: 500;
 text-align: center;
 vertical-align: middle;
 position:fixed !important;
 width:100%;
 top:0;
 display: none;
}
	/*header menu toggle設定*/
 .headmenu{
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
 .headmenu .child{
		padding: 5px 0;
		display: none;
	}
 .headmenu .child a{
  font-size: 13px;
	}

	/*-------============

 下層サイトheader

=============--------*/
	.u_header{
		width: 100%;
		height: 40px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background: #ebeef2;
	}
	.u_header .inner{
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	.u_header .logo{
		position: absolute;
		top: 6px;
		left: 4%;
	}
	.u_header .logo p{
		width: 80px;
		display: inline-block;
	}
	.u_header .logo p:first-child{
		margin-right: 10px;
	}
	.u_header .logo p img{
	 height: auto;
		vertical-align: middle;
	}

	.headmenu_wrap{
		display: none;
	}

	/*-------============

 下層サイト home

=============--------*/

	/*mv area*/
	.u_mv_area{
		padding: 0;
		width: 100%;
	}
	.u_mv_area .inner{
		margin: 0 auto;
		width: 100%;
		position: relative;
	}

	/*下層サイトmvスライダー設定*/
		/*slider 設定*/
	.u_mv_area .sliderwrap{
		margin: 0 0 40px;
	}
 .u_mv_area .sliderwrap .bx-wrapper,
 .u_mv_area .u_pager_wrap .bx-wrapper{
		margin: 0 auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background: transparent;
		position: relative;
		margin-bottom: 0;
		padding: 0;
}
 .u_mv_area #bx-pager a img {
	opacity: 1;
	filter: alpha(opacity=50);
	}
 .u_mv_area #bx-pager a.active img {
	opacity: 0.5;
	filter: alpha(opacity=100);
	}
 .u_mv_area .bx-wrapper .bx-pager, .u_mv_area .bx-wrapper .bx-controls-auto {/*ページャー*/
		position: absolute;
		bottom: 20px;
		width: 100%;
}

	/*ページャー用スライダー*/
	.u_pager_wrap{
		display: none;
	}

	.home .topban_area{
		margin: 0 auto 40px;
		width: 92%;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		list-style: none;
	}
	.home .newsContent_inner{
		display: none;
	}
	.home .clm_banwrap{
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
	}
	.home .topban_area .clm_ban{
		margin: 0 auto;
		width: 48%;
	}

	/*商品リスト*/
	.itemBox_List{
		margin: 0 auto 50px;
		width: 92%;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
  -webkit-align-content:flex-start;
  align-content:flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
}
	.itemBox_List .itemBox{
		margin: 0 2% 10px 0;
		padding: 10px 4% 118px;
		width: 40%;
		position: relative;
		background: #FFF;
		border: solid 1px #e5e5e5;
	}
	.itemBox_List .itemBox:nth-child(2n){
		margin-right: 0;
	}
	.itemBox_List .itemBox dt{
		text-align: center;
	}
	.itemBox_List .itemBox dd .item-name,
	.itemBox_List .itemBox dd .item-pattern{
		font-size: 13px;
		line-height: 1.2;
	}
	.itemBox_List .itemBox dd .item-price{
		margin: 0;
		width: 84%;
		position: absolute;
		bottom: 90px;
		left: 8%;
		font-size: 17px;
		line-height: 1.5;
	}
	.itemBox_List .itemBox dd .item-price span{
		font-size: 10px;
		line-height: 1.5;
		font-weight: normal;
	}
	.itemBox_List .itemBox dd .item-btn{
		width: 84%;
		position: absolute;
		bottom: 10px;
		left: 8%;
	}
	.itemBox_List .itemBox dd .item-btn p{
		width: 100%;
	}
	.itemBox_List .itemBox dd .item-btn p:first-child{
		margin-bottom: 10px;
	}
	.itemBox_List .itemBox dd .item-btn a{
		padding: 8px 0;
		width: 100%;
		display: block;
		position: relative;
		-webkit-transition:0.5s;
		transition:0.5s;
		background: #585858;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
		color: #FFF;
	}
	.itemBox_List .itemBox dd .item-btn a:after{
		content: "";
		width: 5px;
		height: 7px;
  position: absolute;
		right: 5px;
		top: 13px;
		background: url(/images/item_arr.gif) center center /contain no-repeat;
	}

/*-------============

 下層サイト layout

=============--------*/
 #container.u_contents	{
		margin: 0 auto;
		padding: 30px 0 0;
		width: 100%;
	}
	#container:after{
		content:"";
		display: block;
		clear: both;
	}

	.u_contents	#mainContents{
		margin-bottom: 50px;
		width: 100%;
		position: relative;
	}
	.u_contents	#mainContents	.itemBox_List{
		width: 92%;
	}

	/*商品リスト カテゴリページ１カラム*/
	.u_contents	.itemBox_List{
		margin: 0 auto 25px;
		width: 92%;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
  -webkit-align-content:flex-start;
  align-content:flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
}
	.u_contents	.itemBox_List .itemBox{
		margin: 0 auto 10px;
		padding: 10px 4% 10px 2%;
		width: 94%;
		background: #FFF;
		border: solid 1px #e5e5e5;
	}
	.u_contents	.itemBox_List .itemBox dl{
		display: table;
	}
	.u_contents	.itemBox_List .itemBox dt{
		padding-right: 2%;
		width: 40%;
		display: table-cell;
		vertical-align: top;
	}
	.u_contents	.itemBox_List .itemBox dd{
		display: table-cell;
	}
	.u_contents	.itemBox_List .itemBox dd .item-price{
		margin: 5px 0 5px;
		position: relative;
		bottom: 0;
		left: 0;
		font-size: 17px;
		line-height: 1.5;
	}
	.u_contents	.itemBox_List .itemBox dd .item-price span{
		font-size: 10px;
		line-height: 1.5;
		font-weight: normal;
	}
	.u_contents	.itemBox_List .itemBox dd .item-btn{
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
	}
	.u_contents	.itemBox_List .itemBox dd .item-btn p{
		width: 100%;
	}
	.u_contents	.itemBox_List.page_detail .itemBox dd .item-btn p:first-child{
		margin-bottom: 0;
	}
	.u_contents	.itemBox_List .itemBox dd .item-btn a{
		padding: 8px 0;
		width: 100%;
		display: block;
		position: relative;
		-webkit-transition:0.5s;
		transition:0.5s;
		background: #585858;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
		color: #FFF;
	}
	.u_contents	.itemBox_List .itemBox dd .item-btn a:after{
		content: "";
		width: 5px;
		height: 7px;
  position: absolute;
		right: 5px;
		top: 13px;
		background: url(/images/item_arr.gif) center center /contain no-repeat;
	}


	/*パンくず*/
	.breadcramb{
	 text-align: right;
	}
	.breadcramb li{
	 display: inline-block;
	}
	.breadcramb li a:after{
		content:"＞";
		margin: 0 5px 0 10px;
	}

	/*sidemenu*/
	#sidemenu{
		display: none;
	}

	/*footer*/
	.foot_link{
		margin: 0 auto 15px;
		width: 100%;
		text-align: center;
	}
	.foot_link li{
		margin-right: 12px;
		display: inline-block;
		font-size: 12px;
		left: 1.4;
		text-align: center;
}
	.foot_link li a{
		color: #585858;
	}
	.foot_link li:before{
		content: "\f0da";
		font-family: 'FontAwesome';
		margin-right: 5px;
	}
.foot_inner .copy .bnd{
	 margin: 0 auto 10px;
	display: block;
			text-align: center;
}
.foot_inner .copy .bnd img{
	width: 20px;
	height: auto;
}

	/*カテゴリ詳細ページ レイアウト*/
	.feature_area .feature_ban{
		margin-bottom: 20px;
	}
	.feature_area .lead{
		margin: 0 auto 30px;
		width:	92%;
		text-align: center;
		font-size: 24px;
		line-height: 1.4;
		font-family: 'EB Garamond',YuMincho,'Yu Mincho',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #000;
		font-weight: bold;
 }
	.feature_area .lead span.big{
  font-size: 30px;
	}
	.feature_area .lead em{
		color: #cd241f;
		font-weight: bold;
	}
	.feature_area .lp{
		margin: 0 auto 30px;
		width:	92%;
	}
	.feature_area .feature_tit{
		margin: 0 auto 20px;
		padding: 0 0 15px;
		font-size: 24px;
		line-height: 1.3;
		font-weight: bold;
	}
	.feature_area .feature_tit span.bignumber{
		margin-right: 5px;
		font-size: 50px;
		line-height: 1;
	}
	.feature_area .feature_tit em{
		color: #cd241f;
		font-weight: bold;
	}
	.versailles	.feature_area .feature_tit.color_pi{
		color: #ff0066;
	}
	.versailles	.feature_area .feature_tit.color_bl{
		color: #0033ff;
	}
	.versailles	.feature_area .feature_tit.color_pi span,
	.versailles	.feature_area .feature_tit.color_bl span{
		font-size: 15px;
	}
 .feature_area .descript_wrap {
  margin-bottom: 40px;
}
	.feature_area .descript_clm{
		margin: 0 auto 30px;
		width: 100%;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-flex-direction:column-reverse;
  flex-direction:column-reverse;
	}
	.feature_area .descript_clm dd h5{
		margin-bottom: 5px;
		padding: 10px 0 5px 0;
		border-bottom: solid 1px #775e28;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
	}
	.feature_area .descript_clm dt{
		margin: 0 auto;
		width: 50%;
	}
	.feature_area .descript_clm dd .txt{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.feature_area .comment{
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.4;
	}
	.feature_area .variation_wrap{
		margin: 0 auto ;
		width: 92%;
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.feature_area .variation_clm{
		margin: 0 auto 20px;
		width: 100%;
	}
	.feature_area .variation_clm h5{
		margin-bottom: 10px;
		padding: 5px 0;
		width: 100%;
		text-align: center;
		font-size: 17px;
		line-height: 20px;
		font-family: 'EB Garamond',YuMincho,'Yu Mincho',YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #FFF;
	}
	.feature_area .variation_clm h5.bk{		background: #000;	}
	.feature_area .variation_clm h5.br{		background: #440101;	}
	.feature_area .variation_clm .txt{
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
		border-bottom: solid 1px #000;
		color: #050505;
	}
	.feature_area .variation_clm .img{
		margin: 0 auto;
		width: 60%;
	}
	.feature_area .notes {
		margin: 0 auto 20px;
		padding: 20px 4%;
		width: 84%;
		border: solid 1px #cc0000;
		font-size: 12px;
		color: #cc0000;
 }
 .feature_area .lpimage img{
		width: 100%;
 }

	.feature_area .itemdetail_single .itemdetail{
		margin: 0 auto 20px;
		width: 92%;
 }



}

