@charset "utf-8";
/* Reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,embed,output,ruby,summary,time,mark,section,input,article,main{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	width: 100%;
	height: auto;
}
/* font size M
――――――｜ PC  ｜ SP
10px――｜ 77% ｜ 84%
11px――｜ 85% ｜ 92%
12px――｜ 93% ｜ 100%
13px――｜ 100%｜ 109%
14px――｜ 108%｜ 117%
15px――｜ 116%｜ 125%
16px――｜ 124%｜ 134%
17px――｜ 131%｜ 142%
18px――｜ 139%｜ 150%
19px――｜ 147%｜ 159%
20px――｜ 154%｜ 167%
21px――｜ 162%｜ 175%
22px――｜ 170%｜ 184%
23px――｜ 177%｜ 192%
24px――｜ 185%｜ 200%
25px――｜ 193%｜ 209%
26px――｜ 200%｜ 217%
*/
/* Basic
--------------------------------------------------------------*/
body{
	min-width: 100%;
	font-size: 11px;
}
body.fontS,
body.fontM,
body.fontL{
	font-size:  11px;
}
.content{
	width: 100%;
}
/* header
--------------------------------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 60px;
	padding: 0 5%;
	z-index: 10000;
}
.headerIn{
	width: 100%;
}
.header_logo{
	width: 142px;
	margin-top: 15px;
	position: static;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	float: left;
}
.header_menuBtn{
	width: 53px;
	height: 44px;
	margin: 8px 0;
	float: right;
	background: url('../img/header/btn_menu_close.png') no-repeat 0 0;
	background-size: contain;
}
.header_menuBtn.open img{
	display: none;
}
.header_nav{
	display: none;
	float: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10000;
	width: 100%;
	margin-top: 2%;
	padding-bottom: 20px;
	border-bottom: 20px solid  #41321e;
	border-left: 1px solid #41321e;
	border-right: 1px solid #41321e;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
/*spMenu*/
.spMenu_ttl{
	padding: 4%;
	background: #41321e;
	color: #fff;
	font-weight: bold;
}
.spMenu_list{
	background: #fff;
}
.spMenu_list li{
	float: left;
	width: 50%;
	border-bottom: 2px solid #41321e;
	display: table;
}
.spMenu_list li:nth-child(odd){ border-right: 1px solid #41321e;}
.spMenu_list li:nth-child(even){ border-left: 1px solid #41321e;}
.spMenu_list a{
	display:table-cell;
	padding: 2px 16% 0 5%;
	height: 5em;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
}
.spMenu_list a:before,
.spMenu_list a:after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	margin: -6px 0 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid;
	position: absolute;
	top: 50%;
}
.spMenu_list a:before{
	border-left-color: #41321e;
	right: 5%;
}
.spMenu_list a:after{
	border-left-color: #fff;
	right: 6%;
}
/*header_search*/
.header_search{
	margin: 20px 0 0 4%;
	width: 62%;
}
.header_searchTtl{
	font-weight: bold;
}
.header_search .searchInput{
	width: 100%;
	height: 34px !important;
	margin-right: -34px;
	padding: 10px 37px 10px 3px !important;
	border: 1px solid #777;
	border-radius: 0;
	line-height: 12px;
}
.header_search .searchBtn{
	width: 34px;
	line-height: 32px;
	padding: 0;
	border: 1px solid #777;
	background: url(../img/header/icon_search.png) no-repeat center center,#dddddd;
	background-size: 14px auto;
	border-radius: 0;
	height: auto;
	text-indent: -99999em;
}
.header_search .searchBtn img{
	width: 14px;
	vertical-align: middle;
}
/*header_fontsize*/
.header_fontsize{
	display: none;
}
/*header_login*/
.header_login{
	width: 20%;
	min-width: 77px;
	margin: 24px 4% 0 0;
	float: right;
}
.header_login .loginBtn{
	width: 100%;
}
.header_login .btn_type1{
	width: 100%;
	padding: 8px 5px;
	font-weight: bold;
}
.header_login .btn_type1 span{
	font-weight: bold;
}
/* main
--------------------------------------------------------------*/
#main{
	border:none;
	padding: 60px 0 23%;
	background: none;
}
#main:before,
#main:after{
	height: 0;
	padding-bottom: 23%;
}
#main:before{
	background: none;
}
#main:after{
	background-size: 130%;
}
/* mainContent
--------------------------------------------------------------*/
#mainContent{
	border-top: 2px solid #58462d;
	margin: 0 5%;
	width: 90%;
	overflow: hidden;
}
/* footerNav
--------------------------------------------------------------*/
#footerNav{
	padding: 0;
	background: none;
	font-size: 134%;
	font-weight: bold;
}
/*footerNav_btn*/
.footerNav_btn{
	margin: 1px 0;
	padding: 5% 5%;
	background: #41321e;
	color: #fff;
	font-weight: bold;
}
.footerNav_btn:before{
	content: "+";
	float: right;
}
.footerNav_btn.open:before{
	content: "−";
}
/*footerNav_link*/
.footerNav_link{
	float: none;
	width: 100%;
	background: #fff;
	display: none;
}
.footerNav_linkIn{
	float: none;
	margin: 0;
}
.footerNav_linkIn.linkIn01,
.footerNav_linkIn.linkIn02,
.footerNav_linkIn.linkIn03{
	width: 100%;
}
.footerNav_linkItem{
	margin: 0;
}
.footerNav_linkItem.heightChange:after{
	display: none;
}
.footerNav_link a{
	display: block;
	padding: 5% 10%;
	border-bottom: 1px solid #41321e;
	color: #41321e;
	font-size: 84%;
	position: relative;
}
.footerNav_link a .spCont{
	display: inline-block;
	margin-top: -2px;
}
.footerNav_link a:before,
.footerNav_link a:after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	margin: -6px 0 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid;
	position: absolute;
	top: 50%;
}
.footerNav_link a:before{
	border-left-color: #41321e;
	right: 5%;
}
.footerNav_link a:after{
	border-left-color: #fff;
	right: 5.5%;
}
/*footerNav_bnr*/
.footerNav_bnr{
	background: #41321e;
	width: 100%;
	padding: 3% 3.5%;
	border-left: none;
}
.footerNav_bnr li{
	width: 31.3%;
	margin: 0 1% 2%;
}

/* クラウドファンディングリンク追加用 */
.footerNav_linkItem .is-break{
	margin-left: 0;
}
.footerNav_linkItem .opacity:hover .is-break{
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

/* content
--------------------------------------------------------------*/
.content{
	width: 100%;
}
/* title
--------------------------------------------------------------*/
.cateTtl{
	padding: 11px 10px 11px 40px;
	background-position: 15px center;
	background-size: 17px;
}
.cateTtl01{
	padding-right: 10px;
	font-size: 150%;
}
.cateTtl02{
	font-size: 92%;
}
.conTtl {
	font-size: 110%;
	border-bottom-width: 3px;
	margin-bottom: 3%;
}
/* CLASS
--------------------------------------------------------------*/
.pcCont{ display: none;}
.spCont{ display: block;}

/* button
--------------------------------------------------------------*/
.btnMore {
	display: block;
    margin: 20px;
    padding: 10px 0;
    border-bottom: none;
    background: #41321e;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 117%;
}