@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,100italic,300italic,400italic,500italic,700italic,900italic,500,700,300,100);

/*-------------------- common --------------------*/
html,body{margin:0;padding:0;height:100%;background:transparent;}body{font:13px/1.231 arial,Helvetica,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande","ＭＳ Ｐゴシック","Osaka",sans-serif;*font-size:small;*font:x-small;color:#000000;text-align:left;background:#ffffff;line-height:1.6;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}table{font-size: inherit;font:100%;width:100%;border-collapse:collapse;border:0;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}img{vertical-align:bottom;}strong{font-weight:bold;}p{margin-bottom:1em;}object{margin:0;padding:0;}
html, body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #070603;
	line-height: 1.8;
	-ms-word-break: break-all;
	word-break: break-all;
}
a {
	color: #070603;
	text-decoration: none;
}
input {
	outline: none;
}
.sec_detail .left .ttl .iconContainer .each_icon{
    float:left;
    margin-right:6px;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.wrap_bdanim { position: relative; }
.bdanim .bd { background: #d4bc66; position: absolute; -webkit-transition: all 0.2s; transition: all 0.2s; }
.bdanim .bdt { width: 0; height: 2px; top: 0; left: 0; transition-delay: 0.6s; }
.bdanim .bdr { height: 0; width: 2px; right: 0; top: 0; transition-delay: 0.4s }
.bdanim .bdb { width: 0; height: 2px; bottom: 0; right: 0; transition-delay: 0.2s; }
.bdanim .bdl { height: 0; width: 2px; left: 0; bottom: 0; transition-delay: 0s; }
.start .bdanim div.bdt { width: 100%; transition-delay: 0s; }
.start .bdanim div.bdr { height:100%; transition-delay: 0.2s; }
.start .bdanim div.bdb { width: 100%; transition-delay: 0.4s; }
.start .bdanim div.bdl { height:100%; transition-delay: 0.6s; }
.mb0 { margin-bottom: 0 !important; }
.mt30 { margin-top: 30px !important; }
.pc_hide {
	display: none;
}
.sp_hide {
	display: block;
}
#error {
	margin: 50px;
}
#error .ico {
	width: 50px;
}

/*-------------------- header --------------------*/
#header {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 50px;
	background: #070603;
	z-index: 200;
}
#header h1 {
	position: absolute;
	top: 17px; left: 50px;
}
#header h1 a {
	display: block;
	width: 334px; height: 15px;
	background: url(../img/common/logo01.png) no-repeat;
	text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#header h1 a {
		background-image: url(../img/common/logo01@2x.png);
		-webkit-background-size: 334px 15px;
		background-size: 334px 15px;
	}
}
#btn_gnav {
	display: none;
	position: fixed;
	top: 18px; right: 16px;
	width: 18px; height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 800;
}
#btn_gnav span {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: -1px 0 0 -9px;
	width: 18px; height: 2px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_gnav span:before,
#btn_gnav span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px; height: 2px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_gnav span:before {
	top: -6px;
}
#btn_gnav span:after {
	top: 6px;
}
#btn_gnav.active span {
	background-color: transparent;
}
#btn_gnav.active span:before {
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#btn_gnav.active span:after {
	top: 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#btn_back {
	display: none;
}

/*-------------------- footer --------------------*/
#footer {
	position: relative;
}
#footer .inner {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	overflow: hidden;
	background: #fff;
	z-index: 20;
}
#footer .inner .top {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#footer .snav {
	margin: 0 0 0 50px;
}
#footer .snav ul {
	overflow: hidden;
}
#footer .snav ul li {
	float: left;
	padding: 0 19px 0 0;
	height: 50px;
	line-height: 50px;
}
#footer .snav ul li a {
	font-size: 12px;
}
#footer .snav ul li a:hover {
	color: #a78d2f;
}
#footer .inner .bottom {
	padding: 12px 0;
	overflow: hidden;
}
#footer .sns {
	float: left;
	margin-right: 30px;
	margin-left: 50px;
}
#footer .sns ul {
	border-right: 1px solid #d9d9d9;
	overflow: hidden;
}
#footer .sns ul li {
	float: left;
	border-left: 1px solid #d9d9d9;
}
#footer .sns ul li a {
}
#footer .sns ul li a img {
	width: 50px; height: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#footer .sns ul:hover li:not(:hover) a img {
	opacity: 0.3;
}
#footer .bnr_club30 img {
	width: 130px; height: auto;
	vertical-align: top;
}
#footer .bnr_collection {
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	background: #0e213f;
	vertical-align: top;
}
#footer .bnr_collection img {
	height: 40px;
}
#footer .copyright {
	float: right;
	margin: 0 50px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 50px;
}

/*-------------------- sidebar --------------------*/
#sidebar {
	position: fixed;
	top: 0; right: 0;
	width: 200px; height: 100%;
	background: #fff;
	z-index: 100;
}
#sidebar.active {
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.25);
}
#sidebar .top {
	overflow: hidden;
}
#sidebar .widget nav ul li a {
}
#sidebar .widget nav ul li a:hover {
	color: #a78d2f;
}
#sidebar .widget_searchbox {
	position: relative;
	margin: 50px 0 0;
	padding: 0;
	height: 50px;
}
#sidebar .widget_searchbox input[type=text] {
	display: block;
	position: absolute;
	top: 0; left: 0;
	padding: 0 50px 0 25px;
	width: 125px; height: 50px;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	text-align: center;
	text-indent: 25px;
	cursor: pointer;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
}
#sidebar .widget_searchbox input[type=text]:hover,
#sidebar .widget_searchbox input[type=text]:focus {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
#sidebar .widget_searchbox input[type=submit],
#sidebar .widget_searchbox input[type=image] {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 50px; height: 50px;
	background: url(../img/common/ico_search02.png) center center no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#sidebar .widget_searchbox input[type=submit],
	#sidebar .widget_searchbox input[type=image] {
		background-image: url(../img/common/ico_search02@2x.png);
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
	}
}
#sidebar .widget_user {
	margin: 50px 25px 0;
}
#sidebar .widget_user nav ul li:first-child {
	border-bottom: 1px solid #d9d9d9;
}
#sidebar .widget_user nav ul li a {
	display: block;
	position: relative;
	padding: 16px 0;
	text-align: center;
	line-height: 1;
}
#sidebar .widget_user nav ul li a .number {
	display: block;
	position: absolute;
	right: 0; top: 50%;
	margin-top: -10px;
	width: 18px; height: 18px;
	border: 1px solid #a78d2f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 11px;
	color: #a78d2f;
	line-height: 18px;
}
#sidebar .widget_search {
	margin: 0 25px;
	border-top: 1px solid #d9d9d9;
}
#sidebar .widget_search .ttl {
	margin: 0;
	padding: 17px 0;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: center;
	line-height: 1;
}
#sidebar .widget_search nav ul li {
	margin-bottom: 21px;
}
#sidebar .widget_search nav ul li a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
	line-height: 1;
}
#sidebar .widget_search nav ul li a .italic {
	font-style: italic;
}
#sidebar .widget_search nav ul li a .jp {
	display: block;
	margin-top: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
#sidebar .widget_search nav ul li a .jp_large {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#sidebar .widget_knowledge {
	margin: 0 25px 20px;
	border-top: 1px solid #d9d9d9;
}
#sidebar .widget_knowledge .ttl {
	margin: 0;
	padding: 17px 0;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: center;
	line-height: 1;
}
#sidebar .widget_knowledge nav {
}
#sidebar .widget_knowledge nav ul {
}
#sidebar .widget_knowledge nav ul li {
	margin-bottom: 8px;
}
#sidebar .widget_knowledge nav ul li a {
	display: block;
	text-align: center;
}
#sidebar .widget_news {
	border-top: 1px solid #d9d9d9;
	overflow: auto;
}
#sidebar .widget_news .ttl {
	margin: 0;
	padding: 17px 0;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: center;
	line-height: 1;
}
#sidebar .widget_news nav {
	margin: 0 25px;
}
#sidebar .widget_news nav ul {
}
#sidebar .widget_news nav ul li {
	margin-bottom: 25px;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar .widget_news nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#sidebar .widget_news nav ul li a {
	display: block;
}
#sidebar .widget_news nav ul li a .wrap_thumb {
	margin-bottom: 10px;
	width: 150px; height: 84px;
	overflow: hidden;
}
#sidebar .widget_news nav ul li a .wrap_thumb {
	margin-bottom: 10px;
	width: 150px; height: 84px;
}
#sidebar .widget_news nav ul li a .wrap_thumb img {
	width: 150px; height: auto;
}
#sidebar .widget_news nav ul li a .txt {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.6;
}
#btn_search {
	cursor: pointer;
}

/*-------------------- modal --------------------*/
#modal {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 300;
}
#modal .ttl {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 50px;
	background: #d4bc66;
	text-align: center;
	line-height: 50px;
	z-index: 30;
}
#modal .ttl p {
	font-size: 16px;
	color: #fff;
}
#btn_close {
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
}
#btn_close img {
	width: 50px; height: 50px;
}
#modal .contents {
	position: absolute;
	top: 50%; left: 50%;
	margin: -215px 0 0 -460px;
	width: 920px; height: 480px;
	color: #fff;
	z-index: 20;
}
#modal .contents a {
	color: #fff;
}
#modal .contents .top {
	margin-bottom: 40px;
	height: 360px;
}
#modal .contents .top nav ul {
	display: table;
	width: 100%;
	border-left: 1px solid #252525;
	overflow: hidden;
}
#modal .contents .top nav ul li {
	display: table-cell;
	width: 25%; height: 360px;
	border-right: 1px solid #252525;
}
#modal .contents .top nav ul li .category {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1;
}
#modal .contents .top nav ul li .category span {
	display: block;
}
#modal .contents .top nav ul li .category .en {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#modal .contents .top nav ul li .category .jp {
	font-size: 12px;
	color: #d4bc66;
}
#modal .contents .top nav ul li ul {
	display: block;
	border: none;
}
#modal .contents .top nav ul li ul li {
	display: block;
	width: auto; height: auto;
	border: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#modal .contents .top nav ul li ul li a {
	display: block;
	padding: 0.5em 0;
}
#modal .contents .top nav ul li ul li a:hover {
	color: #d4bc66;
}
#modal .contents .bottom {
	height: 78px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	overflow: hidden;
}
#modal .contents .bottom .category {
	float: left;
	margin: 0;
	padding-left: 50px;
	line-height: 78px;
}
#modal .contents .bottom .category .en {
	margin-right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	vertical-align: middle;
}
#modal .contents .bottom .category .jp {
	margin-right: 50px;
	font-size: 12px;
	color: #d4bc66;
	vertical-align: middle;
}
#modal .contents .bottom input[type=text] {
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 15px;
	padding: 0 15px;
	width: 400px; height:  40px;
	border: none;
	font-size: 14px;
}
#modal .contents .bottom input[type=submit] {
	display: block;
	float: left;
	margin-top: 19px;
	padding: 0;
	width: 78px; height:  40px;
	background: none;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#modal .contents .bottom input[type=submit]:hover {
	border-color: #d4bc66;
}
#modal .bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #070603;
	opacity: 0.96;
	z-index: 10;
	cursor: pointer;
}

/*-------------------- main --------------------*/
#main {
	margin-top: 50px;
	margin-right: 200px;
}
/*----- topicpath -----*/
#main .topicpath {
	padding: 19px 50px;
	font-size: 12px;
	line-height: 1;
}
#main .topicpath nav {
}
#main .topicpath nav ul {
	overflow: hidden;
}
#main .topicpath nav ul li {
	float: left;
	margin-right: 18px;
}
#main .topicpath nav ul li a {
	display: block;
	padding-right: 25px;
	background: url(../img/common/ico_arrow06.png) right center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#main .topicpath nav ul li a {
		background-image: url(../img/common/ico_arrow06@2x.png);
		-webkit-background-size: 7px 12px;
		background-size: 7px 12px;
	}
}
#main .topicpath nav ul li a:hover {
	color: #a78d2f;
}
/*----- sec_list_grid01 -----*/
#sec_list_grid01 {
	padding-top: 1px;
	padding-bottom: 1px;
}
#sec_list_grid01 nav {
	background: #fff;
	overflow: hidden;
}
#sec_list_grid01 nav ul {
	margin: 0 1px;
	overflow: hidden;
}
#sec_list_grid01 nav ul li {
	position: relative;
	float: left;
	overflow: hidden;
	opacity: 0;
}
#sec_list_grid01 nav ul .xlarge {
	width: 50%;
}
#sec_list_grid01 nav ul .large {
	width: 50%;
}
#sec_list_grid01 nav ul .small {
	width: 25%;
}
#sec_list_grid01 nav ul .xlarge:after,
#sec_list_grid01 nav ul .small:after {
	content: "";
	display: block;
	padding-top: 100%;
}
#sec_list_grid01 nav ul .large:after {
	content: "";
	display: block;
	padding-top: 50%;
}
#sec_list_grid01 nav ul li .content {
	display: block;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: 1px;
	overflow: hidden;
}
#sec_list_grid01 nav ul li .content:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	z-index: 0;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#sec_list_grid01 nav ul:hover li:not(:hover) .content:after {
	opacity: 0.25;
	z-index: 50;
}
#sec_list_grid01 nav ul li .content .thumb,
#sec_list_grid01 nav ul li .content .bnr {
	position: absolute;
	z-index: 10;
}
#sec_list_grid01 nav ul li .content .ico {
	position: absolute;
	width: 50px; height: 50px;
	z-index: 40;
}
#sec_list_grid01 nav ul li .content .inner {
	display: table;
	position: absolute;
	text-align: center;
	z-index: 20;
}
#sec_list_grid01 nav ul li .content .inner .cat {
	position: absolute;
	top: 20px; left: 50%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#sec_list_grid01 nav ul li .content .inner .ttl {
	display: table-cell;
	padding: 0 3%;
	width: 94%; height: 100%;
	line-height: 1.4;
	vertical-align: middle;
	text-align: left;
}
#sec_list_grid01 nav ul li .content .inner .ttl strong{
	border-bottom: 2px solid #a78d2f;
}

#sec_list_grid01 nav ul li .content .inner .scat {
	position: absolute;
	bottom: 20px; left: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
/* news */
#sec_list_grid01 nav ul .news .content {
	background: #000;
}
#sec_list_grid01 nav ul .news .thumb {
	top: 0; left: 0;
	width: 100%; height: 100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#sec_list_grid01 nav ul .news :hover .thumb {
	top: -2%; left: -2%;
	width: 104%; height: 104%;
}
#sec_list_grid01 nav ul .news .ico {
	top: 3%; left: 3%;
}
#sec_list_grid01 nav ul .news .inner {
	top: 50%; left: 50%;
	margin: -33.33% 0 0 -33.33%;
	width: 66.66%; height: 66.66%;
	background: #fff;
	border: 7px solid #fff;
	box-sizing: border-box;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#sec_list_grid01 nav ul .news :hover .inner {
	border-color: #a78d2f;
}
#sec_list_grid01 nav ul .news .inner .cat {
	margin-left: -80px;
	width: 160px;
	border-top: 1px solid #a78d2f;
	border-bottom: 1px solid #a78d2f;
	color: #a78d2f;
}
#sec_list_grid01 nav ul .news .inner .ttl {
	font-size: 30px;
	font-weight: bold;
	color: #070603;
}
@media screen and (max-width: 1200px) {
	#sec_list_grid01 nav ul .news .inner .ttl {
		font-size: 24px;
	}
}
#sec_list_grid01 nav ul .news .inner .scat {
	color: #a78d2f;
}
/* column */
#sec_list_grid01 nav ul .column .content {
	background: #000;
}
#sec_list_grid01 nav ul .column .thumb {
	top: -3%; left: -3%;
	width: 106%; height: auto;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#sec_list_grid01 nav ul .column :hover .thumb {
	top: 0; left: 0;
	width: 100%;
}
#sec_list_grid01 nav ul .column .ico {
	top: 6%; left: 3%;
}
#sec_list_grid01 nav ul .column .inner {
	top: 50%; left: 75%;
	margin: -22% 0 0 -22%;
	width: 44%; height: 88%;
	background: #d4bc66;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#sec_list_grid01 nav ul .column :hover .inner {
	background: #e6cb73;
}
#sec_list_grid01 nav ul .column .inner .cat {
	margin-left: -60px;
	width: 120px;
	border-top: 1px solid #2f280d;
	border-bottom: 1px solid #2f280d;
	color: #2f280d;
}
#sec_list_grid01 nav ul .column .inner .ttl {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	#sec_list_grid01 nav ul .column .inner .ttl {
		font-size: 15px;
	}
}
#sec_list_grid01 nav ul .column .inner .scat {
	color: #2f280d;
}
/* product */
#sec_list_grid01 nav ul .product {
}
#sec_list_grid01 nav ul .product .content {
	background: #070603;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#sec_list_grid01 nav ul .product:hover .content {
	background: #18150a;
}
#sec_list_grid01 nav ul .product .thumb {
	right: 0; bottom: 0;
	width: 50%; height: auto;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
#sec_list_grid01 nav ul .product:hover .thumb {
	right: -5%; bottom: 10%;
	width: 60%;
}
#sec_list_grid01 nav ul .product .ico {
	top: 6%; right: 3%;
}
#sec_list_grid01 nav ul .product .inner {
	top: 50%; left: 25%;
	margin: -22% 0 0 -22%;
	width: 44%; height: 88%;
	background: #070603;
	border: 2px solid #d4bc66;
	box-sizing: border-box;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#sec_list_grid01 nav ul .product :hover .inner {
	border-color: #ffe693;
}
#sec_list_grid01 nav ul .product .inner .cat {
	margin-left: -60px;
	width: 120px;
	border-top: 1px solid #d4bc66;
	border-bottom: 1px solid #d4bc66;
	color: #d4bc66;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#sec_list_grid01 nav ul .product :hover .inner .cat {
	border-color: #ffe693;
	color: #ffe693;
}
#sec_list_grid01 nav ul .product .inner .ttl {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
	#sec_list_grid01 nav ul .product .inner .ttl {
		font-size: 14px;
	}
}
#sec_list_grid01 nav ul .product .inner .scat {
	color: #d4bc66;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#sec_list_grid01 nav ul .product :hover .inner .scat {
	color: #ffe693;
}

/* セット商品ページのカート */

.champagne_set .wrap_cart {
	bottom: -90px; right: 0;
	padding: 14px 15px 15px 15px;
	overflow: hidden;
	z-index: 50;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	background-color:#3e341b;
}
.champagne_set .wrap_cart .point_sec{
	color:#d4bc66;
	margin:2px 0;
	font-size: 1.1em;
}

@media screen and (max-width: 850px) {
	.champagne_set .wrap_cart {
	   padding: 14px 0 15px 8px;
	}
}

.champagne_set .wrap_cart #cartin{
	width: 220px;
	margin:auto;
	margin-top: 5px;
}

.champagne_set .wrap_cart .name {
	margin: 0 3% 10px;
	padding: 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}
.champagne_set .wrap_cart .price {
	color:#fff;
	margin-right:20px;
}
.champagne_set .wrap_cart .price p {
	display: inline;
	font-size: 13px;
	line-height: 40px;
}
.champagne_set .wrap_cart .price p.wine_name {
	font-size:1.2em;
	margin-right:15px;
	font-weight: bold;
}
.champagne_set .wrap_cart .price .discount {
	font-size: 24px;
	font-weight: bold;
}
.champagne_set .wrap_cart .price .discount .small {
	font-size: 13px;
}
.champagne_set .wrap_cart .price .discount .small:before{
	content: " ";
}
/*.champagne_set .wrap_cart .wrap_cart_inner {
	float: right;
	padding-right: 3%;
	height: 40px;
}*/
.champagne_set .wrap_cart form {
	height: 40px;
}
.champagne_set .wrap_cart input[type=number],
.champagne_set .wrap_cart select {
	display: block;
	float: left;
	padding: 0;
	width: 48px; height: 40px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	text-align: center;
}
.champagne_set .wrap_cart input[type=submit] {
	display: block;
	float: left;
	padding: 0;
	width: 160px; height: 40px;
	background: #d4bc66;
	border: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-weight: bold;
}
.champagne_set .wrap_cart input[type=submit]:hover {
	background: #EDD074;
}
.champagne_set .wrap_cart .wrap_soldout {
	float: right;
	margin-right: 3%;
	width: 154px; height: 34px;
	border: 3px solid #d61925;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #d61925;
	text-align: center;
	line-height: 34px;
	letter-spacing: 0.02em;
}
/* セット商品ページのカート end */








#sec_list_grid01 nav ul .product .wrap_cart {
	position: absolute;
	bottom: -90px; right: 0;
	padding: 0 0 8px;
	width: 100%;
	background: rgba(255,255,255,1);
	overflow: hidden;
	opacity: 0;
	z-index: 50;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#sec_list_grid01 nav ul .product:hover .wrap_cart {
	bottom: 0;
	opacity: 1;
}
#sec_list_grid01 nav ul .product .wrap_cart .name {
	margin: 0 3% 10px;
	padding: 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}
#sec_list_grid01 nav ul .product .wrap_cart .price {
	float: left;
	padding-left: 3%;
	height: 40px;
}
#sec_list_grid01 nav ul .product .wrap_cart .price p {
	display: inline;
	font-size: 10px;
	line-height: 40px;
}
#sec_list_grid01 nav ul .product .wrap_cart .price .discount {
	font-size: 24px;
	font-weight: bold;
}
#sec_list_grid01 nav ul .product .wrap_cart .price .discount .small {
	font-size: 12px;
}
@media screen and (max-width: 1200px) {
	#sec_list_grid01 nav ul .product .wrap_cart .price .discount {
		font-size: 20px;
	}
	#sec_list_grid01 nav ul .product .wrap_cart .price .discount .small {
		font-size: 10px;
	}
}
/*#sec_list_grid01 nav ul .product .wrap_cart .wrap_cart_inner {
	float: right;
	padding-right: 3%;
	height: 40px;
}*/
#sec_list_grid01 nav ul .product .wrap_cart form {
	float: right;
	padding-right: 3%;
	height: 40px;
}
#sec_list_grid01 nav ul .product .wrap_cart input[type=number],
#sec_list_grid01 nav ul .product .wrap_cart select {
	display: block;
	float: left;
	margin-right: 0;
	padding: 0;
	width: 48px; height: 40px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	text-align: center;
}
#sec_list_grid01 nav ul .product .wrap_cart input[type=submit] {
	display: block;
	float: left;
	padding: 0;
	width: 160px; height: 40px;
	background: #d4bc66;
	border: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
	#sec_list_grid01 nav ul .product .wrap_cart input[type=submit] {
		width: 38px;
		font-size: 12px;
	}
	#sec_list_grid01 nav ul .product .wrap_cart input[type=submit] {
		width: 100px;
		font-size: 12px;
	}
}
#sec_list_grid01 nav ul .product .wrap_cart input[type=submit]:hover {
	background: #EDD074;
}
#sec_list_grid01 nav ul .product .wrap_cart .wrap_soldout {
	float: right;
	margin-right: 3%;
	width: 154px; height: 34px;
	border: 3px solid #d61925;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #d61925;
	text-align: center;
	line-height: 34px;
	letter-spacing: 0.02em;
}
#sec_list_grid01 nav ul .product.xlarge {
}
#sec_list_grid01 nav ul .product.xlarge .thumb {
	right: 5%; bottom: 12.5%;
	width: 90%; height: auto;
}
#sec_list_grid01 nav ul .product.xlarge:hover .thumb {
	right: 0; bottom: 12.5%;
	width: 100%;
}
#sec_list_grid01 nav ul .product.xlarge .ico {
	top: 3%;
}
#sec_list_grid01 nav ul .product.xlarge .inner {
	top: 0; left: 0;
	margin: 0;
	width: 100%; height: 100%;
	background: none;
	border: none;
}
#sec_list_grid01 nav ul .product.xlarge :hover .inner {
	border-color: none;
}
#sec_list_grid01 nav ul .product.xlarge .inner:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 12.5%;
	background: -moz-linear-gradient(top,  rgba(7,6,3,1) 0%, rgba(7,6,3,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(7,6,3,1) 0%,rgba(7,6,3,0) 100%);
	background: linear-gradient(to bottom,  rgba(7,6,3,1) 0%,rgba(7,6,3,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070603', endColorstr='#00070603',GradientType=0 );
}
#sec_list_grid01 nav ul .product.xlarge .inner:after {
	content: "";
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 25%;
	background: -moz-linear-gradient(top,  rgba(7,6,3,0) 0%, rgba(7,6,3,1) 50%, rgba(7,6,3,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(7,6,3,0) 0%,rgba(7,6,3,1) 50%,rgba(7,6,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(7,6,3,0) 0%,rgba(7,6,3,1) 50%,rgba(7,6,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00070603', endColorstr='#070603',GradientType=0 );
}
#sec_list_grid01 nav ul .product.xlarge .inner .cat {
	z-index: 100;
}
#sec_list_grid01 nav ul .product.xlarge .inner .ttl {
	display: block;
	position: absolute;
	bottom: 10%;
	margin-bottom: 0;
	padding: 0 15%;
	width: 70%;
	height: auto;
	z-index: 100;
}
#sec_list_grid01 nav ul .product.xlarge .inner .scat {
	z-index: 100;
}
#sec_list_grid01 nav ul .product.xlarge :hover .inner .scat {
}
/* bnr */
#sec_list_grid01 nav ul .banner {
}
#sec_list_grid01 nav ul .banner .thumb {
	top: 0; left: 0;
	width: 100%; height: auto;
}
/*----- sec_message -----*/
#sec_message {
	position: relative;
	padding: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
}
#sec_message a {
	color: #fff;
}
#sec_message .ttl,
#sec_message .sec_message01,
#sec_message .sec_message02,
#sec_message .sec_message03 {
	position: relative;
}
#sec_message .sec_message01 .inner,
#sec_message .sec_message02 .inner,
#sec_message .sec_message03 .inner {
	position: absolute;
	z-index: 20;
}
/* ttl */
#sec_message .ttl {
	width: 100%; height: 420px;
	text-align: center;
	z-index: 30;
}
#sec_message .ttl h2 {
	display: inline-block;
	margin-top: 205px;
	margin-bottom: 25px;
	padding: 0 50px 5px;
	border-bottom: 2px solid #d4bc66;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 0.01em;
}
#sec_message .ttl .jp {
	font-size: 18px;
	letter-spacing: 0.2em;
}
/* sec_message01 */
#sec_message .sec_message01 {
	height: 550px;
}
#sec_message .sec_message01 .inner {
	top: 0; left: 50%;
	margin-left: -105px;
	width: 500px;
}
#sec_message .sec_message01 .inner .photo {
	position: absolute;
	top: -335px; left: -425px;
	width: 360px; height: 640px;
}
#sec_message .sec_message01 .inner h3 {
	margin-bottom: 1em;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#sec_message .sec_message01 .inner p {
	line-height: 1.9;
	letter-spacing: 0.01em;
}
#sec_message .sec_message01 .illust {
	position: absolute;
	top: -270px; left: 50%;
	margin-left: 330px;
	width: 181px; height: 214px;
	z-index: 10;
}
/* sec_message02 */
#sec_message .sec_message02 {
	height: 1340px;
}
#sec_message .sec_message02 .inner {
	top: 0; left: 0;
	width: 100%;
}
#sec_message .sec_message02 .inner nav {
}
#sec_message .sec_message02 .inner nav ul {
}
#sec_message .sec_message02 .inner nav ul li {
	position: relative;
	margin: 0 auto;
	width: 870px; height: 430px;
}
#sec_message .sec_message02 .inner nav ul li a {
}
#sec_message .sec_message02 .inner nav ul li .num {
	position: absolute;
	top: 15px; left: 0;
}
#sec_message .sec_message02 .inner nav ul li .num01 {
	width: 61px; height: 81px;
}
#sec_message .sec_message02 .inner nav ul li .num02 {
	left: 370px;
	width: 85px; height: 82px;
}
#sec_message .sec_message02 .inner nav ul li .num03 {
	width: 82px; height: 82px;
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul li .num {
		left: 55px;
	}
	#sec_message .sec_message02 .inner nav ul li .num02 {
		left: 345px;
	}
}
#sec_message .sec_message02 .inner nav ul li h3 {
	padding-top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	width: 495px;
	text-align: center;
}
#sec_message .sec_message02 .inner nav ul .sec_message02_2 h3 {
	margin-left: 370px;
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul li h3 {
		width: 550px;
	}
	#sec_message .sec_message02 .inner nav ul .sec_message02_2 h3 {
		margin-left: 320px;
	}
}
#sec_message .sec_message02 .inner nav ul li h3 .italic {
	font-style: italic;
	color: #d4bc66;
}
#sec_message .sec_message02 .inner nav ul li .txt {
	position: absolute;
	top: 80px; left: -85px;
	padding: 50px 85px 0;
	width: 495px; height: 220px;
	z-index: 20;
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul li .txt {
		left: 0;
		padding: 50px 75px 0 55px;
		width: 450px;
	}
}
#sec_message .sec_message02 .inner nav ul .sec_message02_2 .txt {
	left: auto; right: -85px;
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul .sec_message02_2 .txt {
		right: 0;
	}
}
#sec_message .sec_message02 .inner nav ul li .txt:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%; right: 45px;
	margin-top: -15px;
	width: 17px; height: 31px;
	background: url(../img/common/ico_arrow02.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#sec_message .sec_message02 .inner nav ul li .txt:after {
		background-image: url(../img/common/ico_arrow02@2x.png);
		-webkit-background-size: 17px 31px;
		background-size: 17px 31px;
	}
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul li .txt:after {
		right: 35px;
	}
}
#sec_message .sec_message02 .inner nav ul li .txt h4 {
	margin-bottom: 1em;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#sec_message .sec_message02 .inner nav ul li .txt p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
	#sec_message .sec_message02 .inner nav ul li .txt p {
		font-size: 12px;
	}
}
#sec_message .sec_message02 .inner nav ul li .txt .bd {
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
}
#sec_message .sec_message02 .inner nav ul li .image {
	position: absolute;
	top: 0; right: 0;
	width: 320px; height: 320px;
	z-index: 10;
}
#sec_message .sec_message02 .inner nav ul .sec_message02_2 .image {
	left: 0; right: auto;
}
/* sec_message03 */
#sec_message .sec_message03 {
	position: relative;
	height: 450px;
}
#sec_message .sec_message03 .inner {
	top: 0; left: 50%;
	margin-left: -210px;
	width: 570px;
	line-height: 2;
	letter-spacing: 0.01em;
}
#sec_message .sec_message03 .inner .photo {
	position: absolute;
	top: 0; left: 0;
	margin-left: -260px;
	width: 220px; height: 340px;
}
#sec_message .sec_message03 .illust {
	position: absolute;
	top: -180px; left: 50%;
	margin-left: 380px;
	width: 177px; height: 163px;
	z-index: 10;
}
/* wrap_video */
#wrap_video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	opacity: 0.25;
	z-index: 10;
}
#wrap_video.fixed {
	position: fixed;
	top: 50px;
}
#wrap_video video {
	position: absolute;
	top: -20%; left: -20%;
	width: 140%; height: 140%;
}

/*----- list_products -----*/
#main .ttl_category {
	height: 300px;
	background: #070603;
	overflow: hidden;
}
#main .ttl_category .left,
#main .ttl_category .right {
	float: left;
	width: 50%; height: 300px;
}
#main .ttl_category .left {
	color: #fff;
	text-align: center;
	opacity: 0;
}
#main .ttl_category .left h2 {
	margin-top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 40px;
}
#main .ttl_category .left h2 .italic {
	font-weight: normal;
	font-style: italic;
	color: #d4bc66;
}
#main .ttl_category .left .jp {
	font-size: 16px;
	letter-spacing: 0.1em;
}
#main .ttl_category .right {
	position: relative;
	overflow: hidden;
}
#main .ttl_category .right .photo {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -470px;
	width: 900px; height: 300px;
	opacity: 0;
}
#main .copy_category {
	padding: 50px 0;
	text-align: center;
	line-height: 2;
}
#main .copy_category p {
	margin: 0;
}
#main .list_products01 {
	margin: 0 50px 50px;
	background: #6b5a1e;
}
#main .list_products01 .ttl {
	padding: 13px 25px 13px 50px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
}
#main .list_products01 .ttl h3 {
	float: left;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
#main .list_products01 .ttl h3 span {
	padding-left: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
}
#main .list_products01 .ttl .sub {
	float: left;
	margin: 4px 0 0;
	font-size: 13px;
}
#main .list_products01 .ttl nav {
	float: right;
}
#main .list_products01 .ttl nav ul {
	overflow: hidden;
}
#main .list_products01 .ttl nav ul li {
	float: left;
	margin-left: 5px;
}
#main .list_products01 .ttl nav ul li a {
	display: block;
	padding: 0 10px;
	background: #937c29;
	border: 1px solid #574918;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#main .list_products01 .ttl nav ul li a:hover {
	background: #A78D2F;
}
#main .list_products01 .ttl nav ul li .active,
#main .list_products01 .ttl nav ul li .active:hover {
	background-color: #433913;
	border-color: #2f280d;
}
#main .list_products01 .list ul {
	margin: 0 2px;
	overflow: hidden;
}
#main .list_products01 .list ul li {
	float: left;
	margin-bottom: 4px;
	width: 50%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
@media screen and (max-width: 1280px) {
	#main .list_products01 .list ul li {
		float: none;
		width: 100%;
	}
}
#main .list_products01 .list ul:hover li:not(:hover) {
	opacity: 0.8;
}
#main .list_products01 .list ul li .inner {
	display: block;
	position: relative;
	margin: 0 2px;
	height: 400px;
	background: #fff;
	border: 1px solid #2f280d;
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	#main .list_products01 .list ul li .inner {
		height: 350px;
	}
}
#main .list_products01 .list ul li .inner .name,
#main .list_products01 .list ul li .inner .fr {
	margin: 0 30px 0 180px;
}
#main .list_products01 .list ul li .inner .name {
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}
#main .list_products01 .list ul li .inner .copy {
	display: none;
	margin: 0 30px 0 180px;
	font-size: 12px;
}
#main .list_products01 .list ul li .inner .fr {
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #a78d2f;
	line-height: 1.4;
}
#main .list_products01 .list ul li .inner .price {
	position: absolute;
	bottom: 70px; left: 180px;
}
#main .list_products01 .list ul li .inner .price p {
	display: inline;
}
#main .list_products01 .list ul li .inner .price .normal {
	margin-right: 0.5em;
	font-size: 10px;
}
#main .list_products01 .list ul li .inner .price .discount {
	font-size: 26px;
	font-weight: bold;
}
#main .list_products01 .list ul li .inner .price .discount .small {
	font-size: 12px;
}
#main .list_products01 .list ul li .inner .wrap_cart {
	position: absolute;
	bottom: 25px; left: 180px;
	z-index: 10;
}
#main .list_products01 .list ul li .inner .wrap_cart input[type=number] {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 48px; height: 38px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	text-align: center;
}
#main .list_products01 .list ul li .inner .wrap_cart input[type=submit],
#main .list_products01 .list ul li .inner .wrap_cart .btn_cart {
	display: block;
	float: left;
	padding: 0;
	width: 160px; height: 40px;
	background: #d4bc66;
	border: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#main .list_products01 .list ul li .inner .wrap_cart input[type=submit]:hover,
#main .list_products01 .list ul li .inner .wrap_cart .btn_cart:hover {
	background-color: #EDD074;
}
#main .list_products01 .list ul li .inner .wrap_cart input[type=submit] {
	background: #d4bc66 url(../img/common/btn_cart01.png) center no-repeat;
	-webkit-background-size: 110px auto;
	background-size: 110px auto;
	text-indent: -9999px;
}
#main .list_products01 .list ul li .inner .wrap_soldout {
	float: left;
	width: 154px; height: 34px;
	border: 2px solid #d61925;
	background-color: #faebec;
	color: #d61925;
	text-align: center;
	line-height: 34px;
	letter-spacing: 0.02em;
	z-index: 10;
	cursor: pointer;
}
#main .list_products01 .list ul li .inner .thumb {
	position: absolute;
	bottom: 0; left: -15px;
	width: 210px; height: 420px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#main .list_products01 .list ul li :hover .thumb {
	bottom: -5px; left: -20px;
	width: 220px; height: 440px;
	z-index: 10;
}
#main .list_products01 .list ul li .inner .ico {
	position: absolute;
	top: 25px; left: 25px;
	width: 50px; height: 50px;
	z-index: 20;
}
/*----- sec_detail -----*/
#main .sec_detail {
	position: relative;
	padding: 70px 0 0;
	background: #070603;
	color: #fff;
	overflow: hidden;
}
#main .sec_detail .bottle_alert{
	font-size: 0.9em;
	padding-top:10px;
	color:#d4bc66;
}

#main .sec_detail .midashi_box{
	padding:15px 15px;
}
#main .sec_detail .ico {
	position: absolute;
	top: 25px; left: 8%;
	width: 50px; height: 50px;
}
#main .sec_detail .left {
	position: relative;
	float: left;
	margin-left: 8%;
	padding-bottom: 100px;
	width: 28%;
}
#main .sec_detail .left .photo {
	position: absolute;
	bottom: -20px; left: 150%;
	margin-left: -160px;
	width: 320px; height: auto;
	opacity: 0;
}
#main .sec_detail .left .ttl {
}
#main .sec_detail .left .ttl h2 {
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
}
#main .sec_detail .left .ttl .fr {
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #d4bc66;
	line-height: 1.6;
}
#main .sec_detail .left .iconContainer {
	position: absolute;
	bottom: 238px; left: 200%;
	margin: 0;
	width: 100%;
	line-height: 1;
}
#main .sec_detail .left .iconContainer .status_icon img{
	width:50px;
}
#main .sec_detail .left .price {
	position: absolute;
	bottom: 110px; left: 200%;
	margin: 0;
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}
#main .sec_detail .left .price .normal {
	font-size: 13px;
	margin-bottom: 7px;
}
#main .sec_detail .left .price .discount {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
#main .sec_detail .left .price .point_sec{
	margin-top:12px;
	margin-bottom: 12px;
	font-size: 14px;
	color:#d4bc66;
}
#main .sec_detail .left .price .not_onsale{
	color:#ff0000;
	margin-bottom: 12px;
}
#main .sec_detail .left .price .notice_prod{
	color:#ff0000;
	margin-bottom: 12px;
}

@media screen and (max-width: 850px) {
	#main .sec_detail .left .price .point_sec{
		margin-top:4px;
		margin-bottom: 4px;
	}

}

#main .sec_detail .left .price .discount .small {
	font-size: 14px;
}
#main .sec_detail .right {
	font-size: 13px;
	line-height: 1.6;
}
/*#main .sec_detail .right .sub {
	line-height: 2;
}*/
#main .sec_detail .left .favorite {
	position: absolute;
	bottom: 52px; left: 200%;
	width: 100%;
	z-index: 10;
}
#main .sec_detail .left .favorite div{
	display: inline;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 10px 15px;
	background-color:#333;
	cursor: pointer;
}
#main .sec_detail .left .favorite a {
	color:#fff;
}
#main .sec_detail .left .wrap_cart {
	position: absolute;
	bottom: 97px; left: 200%;
	width: 100%;
	z-index: 10;
}
#main .sec_detail .left .wrap_cart p{
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}
#main .sec_detail .left .wrap_cart input[type=number],
#main .sec_detail .left .wrap_cart select {
	display: block;
	float: left;
	margin-right: 0;
	padding: 0;
	width: 48px; height: 40px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	text-align: center;
}
#main .sec_detail .left .wrap_cart input[type=submit] {
	display: block;
	float: left;
	padding: 0;
	width: 160px; height: 40px;
	background: #d4bc66;
	border: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#main .sec_detail .left .wrap_cart input[type=submit]:hover {
	background: #EDD074;
}
#main .sec_detail .left .wrap_soldout {
	display: block;
	float: left;
	width: 154px; height: 34px;
	border: 3px solid #d61925;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #d61925;
	text-align: center;
	line-height: 34px;
	letter-spacing: 0.02em;
	z-index: 10;
}
#main .sec_detail .left table {
	border-top: 1px solid #2c2b29;
	font-size: 12px;
	line-height: 1.6;
}
#main .sec_detail .left table tr {
}
#main .sec_detail .left table tr th,
#main .sec_detail .left table tr td {
	padding: 8px 0;
	border-bottom: 1px solid #2c2b29;
}
#main .sec_detail .left table tr th {
	width: 100px;
}
#main .sec_detail .right {
	float: right;
	margin-top: -1em;
	margin-right: 4%;
	width: 32%;
}
#main .sec_detail .right P {
	font-size: 0.96em;
	line-height: 1.5em;
	margin-bottom: 9px;
}
/*----- sec_producer -----*/
#main .sec_producer {
	overflow: hidden;
}
#main .sec_producer .ttl {
	position: relative;
	margin: 15px 8%;
	padding: 40px 0 35px;
	text-align: center;
}
#main .sec_producer .ttl .en,
#main .sec_producer .ttl h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4;
}
#main .sec_producer .ttl .en {
	margin-bottom: 10px;
	font-size: 16px;
	color: #a78d2f;
}
#main .sec_producer .ttl h3 {
	margin-bottom: 10px;
	font-size: 41px;
	font-weight: bold;
	line-height: 1;
}
#main .sec_producer .ttl .jp {
	margin: 0;
	font-size: 16px;
}
#main .sec_producer .ttl .logo {
	position: absolute;
	top: 20px; right: 0;
	width: 145px; height: 145px;
}
#main .sec_producer .contents {
	margin: 0 8% 65px;
}
#main .sec_producer .contents .wrap_image {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}
#main .sec_producer .contents .wrap_image .photo {
	float: left;
	width: 33.33%; height: auto;
}
#main .sec_producer .contents .wrap_txt {
}
#main .sec_producer .contents .ttl_producer {
	margin: 0 0 50px;
	font-size: 19px;
	text-align: left;
	line-height: 1.6;
}
#main .sec_producer .contents .wrap_txt a {
	color: #a78d2f;
	text-decoration: underline;
}
#main .sec_producer .contents .wrap_txt h4 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#main .sec_producer .contents .wrap_txt ol {
	border-top: 1px solid #d9d9d9;
}
#main .sec_producer .contents .wrap_txt ol li {
	position: relative;
	padding: 15px 0 15px 36px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
}
#main .sec_producer .contents .wrap_txt ol li .number {
	display: block;
	position: absolute;
	top: 15px; left: 0;
	width: 24px; height: 24px;
	background: #d4bc66;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
/*----- column -----*/
/* list */
#main .ttl_column {
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
	opacity: 0;
}
#main .ttl_column h2 {
	display: inline-block;
	margin-bottom: 25px;
	padding: 50px 50px 5px;
	border-bottom: 2px solid #d4bc66;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 0.01em;
}
#main .ttl_column .jp {
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#main .ttl_column .sub {
	margin: 0;
}
#main .list_column01 {
	margin: 50px 50px 50px;
	background: #a78d2f;
}
#main .list_column01 .ttl {
	padding: 13px 25px 13px 50px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
}
#main .list_column01 .ttl h3 {
	float: left;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
#main .list_column01 .ttl .sub {
	float: left;
	margin: 0;
	font-size: 13px;
}
#main .list_column01 .contents {
	margin: 0 4px;
	overflow: hidden;
}
#main .list_column01 .contents section {
	margin-bottom: 4px;
	background: #fff;
	border: 1px solid #6b5a1e;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#main .list_column01 .contents:hover section:not(:hover) {
	opacity: 0.85;
}
#main .list_column01 .contents section .ttl {
	position: relative;
	padding: 0 0 0 210px;
	height:  90px;
	color: #070603;
	line-height: 90px;
	overflow: hidden;
	cursor: pointer;
}
#main .list_column01 .contents section .ttl:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%; right: 25px;
	margin-top: -7px;
	width: 23px; height: 14px;
	background: url(../img/common/ico_arrow10.png) no-repeat;
}
#main .list_column01 .contents section .ttl.open:after {
	background-image: url(../img/common/ico_arrow09.png);
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#main .list_column01 .contents section .ttl:after {
		background-image: url(../img/common/ico_arrow10@2x.png);
		-webkit-background-size: 23px 14px;
		background-size: 23px 14px;
	}
	#main .list_column01 .contents section .ttl.open:after {
		background-image: url(../img/common/ico_arrow09@2x.png);
		-webkit-background-size: 23px 14px;
		background-size: 23px 14px;
	}
}
#main .list_column01 .contents section .ttl .thumb {
	position: absolute;
	top: 0; left: 0;
	width: 160px; height: 90px;
}
#main .list_column01 .contents section .ttl h4 {
	display: inline;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
}
#main .list_column01 .contents section .ttl .en {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #a78d2f;
}
#main .list_column01 .contents section .list {
	display: none;
	border-top: 1px solid #d9d9d9;
}
#main .list_column01 .contents section .list nav {
	padding: 25px;
}
#main .list_column01 .contents section .list nav ul {
	padding-top: 1px;
	border-left: 1px solid #a78d2f;
	overflow: hidden;
}
#main .list_column01 .contents section .list nav ul li {
	display: table;
	float: left;
	margin-top: -1px;
	width: 50%;
	border-top: 1px solid #a78d2f;
}
#main .list_column01 .contents section .list nav ul li a {
	display: table-cell;
	position: relative;
	height: 64px;
	border-right: 1px solid #a78d2f;
	border-bottom: 1px solid #a78d2f;
	font-weight: bold;
	line-height: 1.6;
	vertical-align: middle;
}
#main .list_column01 .contents section .list nav ul li a:hover {
	color: #a78d2f;
}
#main .list_column01 .contents section .list nav ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%; right: 20px;
	margin-top: -8px;
	width: 10px; height: 16px;
	background: url(../img/common/ico_arrow01.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#main .list_column01 .contents section .list nav ul li a:after {
		background-image: url(../img/common/ico_arrow01@2x.png);
		-webkit-background-size: 10px 16px;
		background-size: 10px 16px;
	}
}
#main .list_column01 .contents section .list nav ul li a .number {
	display: block;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -15px;
	width: 30px; height: 30px;
	background: #d4bc66;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#main .list_column01 .contents section .list nav ul li a .name {
	margin: 0 45px 0 64px;
	max-height: 42px;
	overflow: hidden;
}
/* detail */
#main .ttl_column_detail {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	opacity: 0;
}
#main .ttl_column_detail h2 {
	margin: 0 15% 30px;
	padding: 65px 50px 0;
	font-size: 34px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#main .ttl_column_detail .jp {
	display: inline-block;
	margin: 0;
	padding: 20px 25px 0;
	border-top: 2px solid #d4bc66;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#main .ttl_column_detail .en {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #a78d2f;
}
#main .detail_column {
	margin: 0 50px 50px;
	line-height: 2;
	overflow: hidden;
}
#main .detail_column a {
	text-decoration: underline;
}
#main .detail_column section {
	margin-bottom: 3em;
	overflow: hidden;
}
#main .detail_column h3 {
	margin-bottom: 1.5em;
	padding: 20px 0;
	border-top: 1px solid #6b5a1e;
	border-bottom: 1px solid #6b5a1e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#main .detail_column p {
	margin-bottom: 1.5em;
}
#main .detail_column img {
	opacity: 0;
}
#main .detail_column .img_right {
	float: right;
	margin: 0 0 25px 25px;
}
#main .detail_column .img_left {
	float: left;
	margin: 0 25px 25px 0;
}
#main .detail_column .img_center {
	display: block;
	max-width: 100%; height: auto;
}
#main .detail_column .table_style01 {
	border: 1px solid #d9d9d9;
	border-collapse: collapse;
}
#main .detail_column .table_style01 tr {
	display: table-row !important;
}
#main .detail_column .table_style01 th,
#main .detail_column .table_style01 td {
	padding: 10px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
}
#main .detail_column .table_style01 th p,
#main .detail_column .table_style01 td p {
	margin: 0;
}
#main .detail_column .table_style01 th a,
#main .detail_column .table_style01 td a {
	color: #a78d2f;
}
#main .detail_column .table_style01 th {
	background: #070603;
	color: #fff;
}
.table01 {
	margin-bottom: 1em;
	border: 1px solid #6b5a1e;
}
.table01 tr {
}
.table01 tr th,
.table01 tr td {
	line-height: 1.6;
}
.table01 tr th {
	padding: 10px 20px;
	background: #6b5a1e;
	font-weight: bold;
	color: #fff;
}
.table01 tr td {
	padding: 15px 20px;
	border-top: 1px solid #6b5a1e;
}
.table01 tr:first-child td {
	border-top: none;
}
.table01 tr td:nth-child(1) {
	font-weight: bold;
	color: #6b5a1e;
}
.table01 tr td:nth-child(2) {
	font-weight: bold;
}
.table01 .wrap_arrow01 {
	padding-top: 0;
	text-align: center;
	border: none;
}
#main .detail_column .area01 {
	position: relative;
	float: right;
	margin: 0 0 25px 25px;
	width: 478px;
}
#main .detail_column .area01 .list_nav li a {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	z-index: 10;
}
#main .detail_column .area01 .list_nav li a:hover {
	color: #a78d2f;
}
#main .detail_column .area01 .list_nav .area01_01 a {
	top: 107px; left: 238px;
}
#main .detail_column .area01 .list_nav .area01_02 a {
	top: 284px; left: 268px;
}
#main .detail_column .area01 .list_nav .area01_03 a {
	top: 314px; left: 338px;
}
#main .detail_column .area01 .list_nav .area01_04 a {
	top: 342px; left: 92px;
}
#main .detail_column .area01 .list_nav .area01_05 a {
	top: 457px; left: 45px;
}
#main .detail_column .area01 .list_nav .area01_06 a {
	top: 515px; left: 10px;
}
#main .detail_column .area01 .list_nav .area01_07 a {
	top: 547px; left: 73px;
}
#main .detail_column .area01 .list_nav .area01_08 a {
	top: 578px; left: 177px;
}
#main .detail_column .area01 .list_nav .area01_09 a {
	top: 627px; left: 178px;
}
#main .detail_column .area01 .list_detail li {
	display: none;
	position: absolute;
	top: 50px; left: 50px;
	width: 338px;
	padding: 35px 20px 20px;
	background: rgba(0,0,0,0.96);
	color: #fff;
	z-index: 20;
}
#main .detail_column .area01 .list_detail li .btn_close {
	position: absolute;
	top: 15px; right: 15px;
	width: 15px; height: 15px;
	cursor: pointer;
}
#main .detail_column .area01 .list_detail li .btn_close img {
	width: 15px; height: 15px;
}
#main .detail_column .area01 .list_detail li .name {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#main .detail_column .area01 .list_detail li .name_jp {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#main .detail_column .area01 .list_detail li .name_jp .small {
	font-size: 12px;
	font-weight: normal;
}
#main .detail_column .area01 .list_detail li .txt {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}
#main .detail_column .area01 .list_detail li a {
	color: #fff;
	text-decoration: none;
}
#main .detail_column .area01 .list_detail li a:hover {
	color: #a78d2f;
}
#main .detail_column .area01 .list_detail li dl {
	padding-top: 20px;
	border-top: 1px solid #7a6b3b;
	overflow: hidden;
}
#main .detail_column .area01 .list_detail li dl dt,
#main .detail_column .area01 .list_detail li dl dd {
	float: left;
}
#main .detail_column .area01 .list_detail li dl dt {
	width: 20%;
}
#main .detail_column .area01 .list_detail li dl dd {
	padding-left: 5%;
	width: 75%;
}
#main .detail_column .area01 .list_detail li dl dt img {
	margin: 0;
	width: 60px;
}
#main .detail_column .area01 .list_detail li dl dd .name {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
#main .detail_column .area01 .list_detail li dl dd .txt {
	font-size: 12px;
	line-height: 1.6;
}
/*----- news -----*/
/* list */
#main .ttl_news {
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
	opacity: 0;
}
#main .ttl_news h2 {
	display: inline-block;
	margin-bottom: 25px;
	padding: 50px 50px 5px;
	border-bottom: 2px solid #d4bc66;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 0.01em;
}
#main .ttl_news .jp {
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#main .list_news nav {
	margin: 0 50px 50px;
}
#main .list_news nav ul {
	border-top: 1px solid #d9d9d9;
}
#main .list_news nav ul li {
	border-bottom: 1px solid #d9d9d9;
	opacity: 0;
}
#main .list_news nav ul li a {
	display: block;
	position: relative;
	padding: 10px 50px 10px 10px;
	overflow: hidden;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#main .list_news nav ul:hover li:not(:hover) a {
	background: #f7f7f7;
}
#main .list_news nav ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%; right: 20px;
	margin-top: -8px;
	width: 10px; height: 16px;
	background: url(../img/common/ico_arrow01.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#main .list_news nav ul li a:after {
		background-image: url(../img/common/ico_arrow01@2x.png);
		-webkit-background-size: 10px 16px;
		background-size: 10px 16px;
	}
}
#main .list_news nav ul li a .wrap_thumb {
	float: left;
	width: 150px; height: 84px;
	overflow: hidden;
}
#main .list_news nav ul li a .wrap_thumb .thumb {
	width: 150px;
}
#main .list_news nav ul li a .date {
	margin: 10px 0 5px 175px;
	font-size: 12px;
	color: #a78d2f;
	line-height: 1;
}
#main .list_news nav ul li a .txt {
	margin: 0 0 0 175px;
	font-size: 16px;
	line-height: 1.6;
}
/* detail */
#main .ttl_news_detail {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	opacity: 0;
}
#main .ttl_news_detail h2 {
	margin: 0 15% 30px;
	padding: 65px 50px 0;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.15em;
}
#main .ttl_news_detail .date {
	margin: 0;
	color: #a78d2f;
}
#main .detail_news01 {
	margin: 0 50px 50px;
	line-height: 2;
}
/*----- search -----*/
#main .ttl_search {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
#main .ttl_search h2 {
	margin-bottom: 50px;
	padding: 15px 50px 0;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.15em;
}
#main .ttl_search p {
	display: inline-block;
	margin-bottom: 30px;
	padding: 7px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #a78d2f;
	line-height: 1;
	letter-spacing: 0.05em;
}
#main .search_result_top {
	margin: 0 50px 50px;
	height: 300px;
}
#main .search_result_top nav ul {
	display: table;
	width: 100%;
	border-left: 1px solid #d9d9d9;
	overflow: hidden;
}
#main .search_result_top nav ul li {
	display: table-cell;
	width: 25%; height: 300px;
	border-right: 1px solid #d9d9d9;
}
#main .search_result_top nav ul li .category {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1;
}
#main .search_result_top nav ul li .category span {
	display: block;
}
#main .search_result_top nav ul li .category .en {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
}
#main .search_result_top nav ul li .category .jp {
	font-size: 12px;
	color: #a78d2f;
}
#main .search_result_top nav ul li ul {
	display: block;
	border: none;
}
#main .search_result_top nav ul li ul li {
	display: block;
	width: auto; height: auto;
	border: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#main .search_result_top nav ul li ul li a {
	display: block;
	padding: 0.25em 0;
}
#main .search_result_top nav ul li ul li a:hover {
	color: #a78d2f;
}
#main .search_result_bottom {
	margin: 0 50px 50px;
	height: 78px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
#main .search_result_bottom .category {
	float: left;
	margin: 0;
	padding-left: 50px;
	line-height: 78px;
}
#main .search_result_bottom .category .en {
	margin-right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	vertical-align: middle;
}
#main .search_result_bottom .category .jp {
	margin-right: 50px;
	font-size: 12px;
	color: #a78d2f;
	vertical-align: middle;
}
#main .search_result_bottom input[type=text] {
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 15px;
	padding: 0 15px;
	width: 400px; height:  40px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
}
#main .search_result_bottom input[type=submit],
#main .search_result_bottom input[type=image] {
	display: block;
	float: left;
	margin-top: 19px;
	padding: 0;
	width: 78px; height:  40px;
	background: #070603;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	border: 1px solid #d9d9d9;
}
#main .search_result_bottom input[type=submit]:hover,
#main .search_result_bottom input[type=image]:hover {
	background: #a78d2f;
}
/*----- pager -----*/
#main .pager_01 {
	margin-bottom: 50px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #ccc;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}
#main .pager_01 .btn_prev,
#main .pager_01 .btn_next {
	display: inline;
	padding: 0 25px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#main .pager_01 .btn_prev {
	float: left;
	margin-left: 50px;
}
#main .pager_01 .btn_next {
	float: right;
	margin-right: 50px;
}
#main .pager_01 .btn_back {
	display: inline;
}
#main .pager_01 li a {
	color: #070603;
}
@media screen and (max-width:850px) {
	.pc{
		display:none;
	}
	.sp{
		display: block;
	}
}
@media screen and (min-width:851px) {
	.pc{
		display: block;
	}
	.sp{
		display:none;
    }
}
