@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:0;
	padding:60px 0 0;
	color:#111;
	font-family:'Noto Serif JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.1em;
}

#header_area{
	width:100%;
	height:60px;
	background-color:#111;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_logo>h1{
	width:230px;
	margin:0;
	line-height:1em;
	position:absolute;
	top:10px;
	left:70px;
}

#header_logo>h1>a{
	display:block;
	text-decoration:none;
	transition: all .5s;
}

#header_logo>h1>a>img{
	width:100%;
	margin:0;
	display:block;
}

#header_nav_area>nav{
	display:none;
}

#header_nav_area>nav>ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	position:absolute;
	left:0;
	top:60px;
}

#header_nav_area>nav>ul>li{
	box-sizing:border-box;
	width:100%;
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #d8d6d0;
}

#header_nav_area>nav>ul>li>span{
	display:block;
	padding:14px 0;
	color:#d8d6d0;
	transition: all .5s;
}

#header_nav_area>nav>ul>li>a{
	display:block;
	text-decoration:none;
	padding:14px 0;
	transition: all .5s;
}

#header_nav_area>nav>ul>li>a:link{
	color:#111;
}

#header_nav_area>nav>ul>li>a:visited{
	color:#111;
}

#header_nav_area>nav>ul>li>a:hover{
	color:#d8d6d0;
}

#header_nav_area>nav>ul>li>a:active{
	color:#111;
}


/*開閉ボタン*/


#nav_toggle{
	display: block;
	width: 36px;
	height: 40px;
	position: relative;
	top: 16px;
	left:14px;
	z-index: 100;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span{
	display: block;
	height: 3px;
	background:#897128;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
	
#nav_toggle span:nth-child(1){
	top:0px;
}
	
#nav_toggle span:nth-child(2){
	top:12px;
	}
	
#nav_toggle span:nth-child(3){
	top:24px;
}


/*開閉ボタンopen時*/


.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header_contact{
	display:block;
	width:134px;
	height:60px;
	background-image: linear-gradient(120deg, #897128 0%, #e6e180 100%);
	position:absolute;
	top:0;
	right:0;
}

#header_contact:link{
	color:#fff;
}

#header_contact:visited{
	color:#fff;
}

#header_contact:hover{
	opacity:0.8;
}

#header_contact:active{
	color:#fff;
}

#header_contact>img{
	width:92px;
	height:auto;
	margin:0;
	position:absolute;
	top:18px;
	right:18px;
}

#header_border{
	display:none;
}


/* page top */


.pagetop{
	box-sizing:border-box;
	width:60px;
	height:60px;
	padding:12px 0 0 0;
	background-image: linear-gradient(120deg, #897128 0%, #e6e180 100%);
	color:#fff;
	font-size:14px;
	font-family:'Roboto', sans-serif;
	text-align:center;
	line-height:1.2em;
	border-radius:50%;
	position:fixed;
	bottom:50px;
	right:14px;
	cursor : pointer;
	z-index:998;
	transition: all .5s;
}

.pagetop:hover{
	background-color:#415a32;
}


/* footer */


#footer_area{
	overflow:hidden;
	width:100%;
	height:50px;
	margin:0 auto;
	background-color:#111;
	position:relative;
}

@media only screen and (max-width:1200px){
	#footer_area{
		width:100%;
	}
}

#footer_nav_area>nav>ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:16px;
	left:0;
}

#footer_nav_area>nav>ul>li{
	box-sizing:border-box;
	font-size:13px;
	text-align:center;
	border-right:1px solid #897128;
	float:left;
}

#footer_nav_area>nav>ul>li>span{
	display:block;
	padding:0 16px;
	color:#897128;
	transition: all .5s;
}

#footer_nav_area>nav>ul>li>a{
	display:block;
	text-decoration:none;
	padding:0 20px;
	transition: all .5s;
}

#footer_nav_area>nav>ul>li>a:link{
	color:#fff;
}

#footer_nav_area>nav>ul>li>a:visited{
	color:#fff;
}

#footer_nav_area>nav>ul>li>a:hover{
	color:#897128;
}

#footer_nav_area>nav>ul>li>a:active{
	color:#fff;
}

#footer_area>small{
	display:block;
	margin:0 auto;
	color:#fff;
	font-size:8px;
	font-family:Verdana,sans-selif;
	letter-spacing:0;
	text-align:center;
	position:absolute;
	top:20px;
	right:10px;
}


/* common */


.title_line{
	display:block;
	width:80px;
	height:4px;
	margin:30px auto 40px;
	background-image: linear-gradient(120deg, #897128 0%, #e6e180 100%);
}

.readmore_btn{
	display:block;
	text-decoration:none;
	width:260px;
	margin:40px auto 0;
	padding:12px 0;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border:1px solid #111;
	transition: all .5s;
}

.readmore_btn:link{
	color:#111;
}

.readmore_btn:visited{
	color:#111;
}

.readmore_btn:hover{
	background-color:rgba(0,0,0,0.2);
}

.readmore_btn:active{
	color:#111;
}

.readmore_btn>img{
	width:20px;
	margin:0 20px 0 0;
	vertical-align: middle;
}

.readmore_btn_w{
	display:block;
	text-decoration:none;
	width:360px;
	margin:14px auto 0;
	padding:12px 0;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border:1px solid #fff;
	transition: all .5s;
}

.readmore_btn_w:link{
	color:#fff;
}

.readmore_btn_w:visited{
	color:#fff;
}

.readmore_btn_w:hover{
	background-color:rgba(255,255,255,0.4);
}

.readmore_btn_w:active{
	color:#fff;
}

.readmore_btn_w>img{
	width:20px;
	margin:0 20px 0 0;
	vertical-align: middle;
}

.member_apply_btn{
	display:block;
	text-decoration:none;
	width:400px;
	margin:80px auto;
	padding:18px 0;
	font-size:20px;
	text-align:center;
	line-height:1em;
	border:1px solid #111;
	transition: all .5s;
}

.member_apply_btn:link{
	color:#111;
}

.member_apply_btn:visited{
	color:#111;
}

.member_apply_btn:hover{
	background-color:#f0eee7;
}

.member_apply_btn:active{
	color:#111;
}

.member_apply_btn>img{
	width:18px;
	margin:0 20px 0 0;
	vertical-align: middle;
}

.marker-line{
background: linear-gradient(transparent 60%, yellow 0%);
}


/* news_area */


.news_area{
	padding:40px 0 20px;
}

.news_area_title{
	text-align:center;
	margin:0 0 60px;
}

.news_area_title>h1{
	display: inline-block;
	margin:0;
	padding: 0 55px;
	font-size:28px;
	font-family:Crimson Text,serif;
	line-height:1em;
	position:relative;
}

.news_area_title>h1:before,.news_area_title>h1:after{
	content: '';
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color:#111;
	position: absolute;
	top: 50%;
}

.news_area_title>h1:before {
	left:0;
}
.news_area_title>h1:after {
	right: 0;
}

.news_list_area{
	padding:60px 0;
}


/* news_list */


.newsWrap ul{
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:0 auto 20px;
	padding:0;
}

.newsWrap ul a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	width:48%;
	margin:0 4% 40px 0;
	font-size:16px;
	line-height:1.8em;
	display:block;
	letter-spacing:0.02em;
	transition: all .5s;
}

.newsWrap ul a:nth-of-type(2n){
	margin:0 0 20px;
}

.newsWrap ul a:link{
	color:#111;
}

.newsWrap ul a:visited{
	color:#111;
}

.newsWrap ul a:hover{
	opacity:0.5;;
}

.newsWrap ul a:active{
	color:#111;
}

.newsWrap ul a .up_ymd{
	display:block;
	margin:0;
	font-size:13px;
	line-height:1em;
	text-align:right;
}

.newsWrap ul a .up_ymd>img{
	width:10px;
	height:auto;
	margin:0 6px 0 0;
}

.newsWrap ul a .comment{
	width:100%;
	margin:0 0 20px;
	font-size:16px;
	line-height:1.8em;
}

.newsWrap ul a .thumbNailWrap{
	width:100%;
}

.newsWrap ul a .thumbNailWrap img{
	width:100%;
	margin:0;
}


/* Pager style */


.pager{
	text-align:right;
	padding:10px;
	clear:both;
}


/* ページャーボタン */

.pager a{
	border: 1px solid #666;
	color: #415a32;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}

/* 現在のページのボタン*/

.pager a.current{
	background: #666;
	border: 1px solid #666;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}

.pager a:hover{
	background:#666;
	color: #fff;
}

.overPagerPattern{
	padding:0 2px ;
}


/* news detail */


#newsDetail{
	width:90%;
	margin:0 auto;
	padding:60px 0 40px;
}

#newsDetail h1{
	margin:0 10px 0 0;
	padding:0 0 10px;
	line-height:1.8em;
	font-size:24px;
	border-bottom:1px solid #d8d6d0;
}

#newsDetail #up_ymd{
	font-size:13px;
	margin:0 0 60px;
}

#newsDetail #up_ymd>img{
	width:10px;
	height:auto;
	margin:0 6px 0 0;
}

#newsDetail .detailUpfile{
	margin:0 0 30px 0;
}

#newsDetail .detailText{
	margin:0 0 30px;
	line-height:1.8em;
	font-size:16px;
}

#newsDetail .detailUpfile img{
	width:500px;
	height:auto;
	margin:0 0 30px 0;
}

#newsDetail .backORcloseBtn{
	line-height:100%;
	margin:60px 0;
}

#newsDetail .backORcloseBtn a{
	display:block;
	text-decoration:none;
	width:300px;
	margin:40px auto 0;
	padding:12px 0;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border:1px solid #111;
	transition: all .5s;
}
	
#newsDetail .backORcloseBtn a:link{
	color:#111;
}
	
#newsDetail .backORcloseBtn a:visited{
	color:#111;
}
	
#newsDetail .backORcloseBtn a:hover{
	background-color:rgba(0,0,0,0.2);
}
	
#newsDetail .backORcloseBtn a:active{
	color:#111;
}
	
#newsDetail .backORcloseBtn a>img{
	width:16px;
	margin:0 20px 0 0;
	vertical-align: middle;
}


/* home key */


#home_key{
	height:480px;
	background-image:url("../img/home_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	position:relative;
}

#home_key>img{
	width:220px;
	margin:0 auto;
	position:absolute;
	top:30px;
	left:0;
	right:0;
	}

#home_key>h1{
	width:100%;
	color:#fff;
	font-size:36px;
	text-align:center;
	text-shadow:0 0 10px #fff;
	letter-spacing:0.2em;
	line-height:1.3em;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}


/* home flags */


#home_flags{
	width:100%;
	padding:30px 0;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#home_flags>h1{
	margin:0 0 30px;
	font-size:24px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_flags>img{
	display:block;
	width:90%;
	margin:0 auto;
}


/* home_mission */


#home_mission{
	padding:80px 0;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#home_mission>article{
	width:90%;
	margin:0 auto;
}

#home_mission_title>h1{
	margin:0 0 20px;
	padding:0;
	font-size:48px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_mission_title>h2{
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_mission>article>p{
	margin:30px 0 0;
	font-size:16px;
	line-height:1.8em;
}

#home_mission>article>p br{
	display:none;
}


/* home_charter */


#home_charter{
	width:100%;
	padding:80px 0 0;
}

#home_charter_title>h1{
	margin:0 0 20px;
	padding:0;
	font-size:48px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_charter_title>h2{
	margin:0 0 40px;
	padding:0;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_charter>article{
	width:90%;
	margin:0 auto 40px;
}

#home_charter>article>h3{
	font-size:28px;
	margin:0 0 60px;
	text-align:center;
	line-height:1.6em;
}

#home_charter>article>img{
	display:block;
	width:52%;
	margin:0 auto 20px;
}

#home_charter>article>div{
	width:100%;
	margin:0 0 40px;
	padding:0 0 40px;
	border-bottom:1px dashed #111;
}

#home_charter>article>div:nth-of-type(3n){
	margin:0;
	border-bottom:none;
}

#home_charter>article>div>section>h4{
	width:100%;
	margin:0 0 10px;
	padding:0 0 20px;
	font-size:20px;
	text-align:center;
	line-height:1.8em;
}

#home_charter>article>div>section>p{
	margin:0;
	font-size:16px;
	line-height:1.8em;
}

#home_charter>article>div>section>p br{
	display:none;
}

/* home_concept */


#home_concept{
	padding:90px 0 60px;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#home_concept_title>h1{
	margin:0 0 20px;
	padding:0;
	font-size:48px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_concept_title>h2{
	margin:0;
	padding:0;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_concept_contents{
	width:80%;
	margin:0 auto;
}

#home_concept_contents>article{
	box-sizing:border-box;
	margin:0 0 30px;
	padding:0 0 10px;
	background-color:#fff;
}

#home_concept_contents>article>img{
	display:block;
	width:100%;
	margin:0 0 40px;
}

#home_concept_contents>article>section>h3{
	width:100%;
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#home_concept_contents>article>section>p{
	width:90%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1.8em;
}

#home_concept_contents>iframe{
	display:block;
	width:100%;
	height:350px;
	background-color:#111;
}

#home_concept_contents>p{
	width:100%;
	margin:0 0 60px;
	padding:10px 0 16px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:1em;
	background-color:#111;
}


/* home_products */


#home_products{
	background-image:url("../products/img/products_key_bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:cover;
}

#home_products>article{
	width:90%;
	margin:0 auto;
	padding:60px 0;
	text-shadow:0 0 10px #000;
}

#home_products>article>h1{
	margin:0 0 10px;
	color:#fff;
	font-size:48px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_products>article>h2{
	margin:0 0 40px;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_products>article>p{
	margin:0 0 30px;
	color:#fff;
	font-size:16px;
	line-height:1.8em;
}

#home_products>article>p br{
	display:none;
}

/* home_member */


#home_member{
	margin:0 auto;
	padding:90px 0 40px;
	background-image:url("../img/home_member_bg.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:100% auto;
	background-attachment: fixed;
}

#home_member_title>h1{
	margin:0 0 20px;
	padding:0;
	font-size:48px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#home_member_title>h2{
	margin:0;
	padding:0;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_member>p{
	width:90%;
	margin:0 auto 30px;
	font-size:16px;
	line-height:1.8em;
}

.home_member_detail{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 30px;
	padding:40px 30px;
	background-color:#fff;
	border:1px solid #d8d6d0;
}

.home_member_detail_title{
	margin:0 0 20px;
	text-align:center;
}

.home_member_detail_title>h3{
	display:inline-block;
	margin:0 auto 20px;
	padding:4px 10px 8px;
	color:#111;
	font-size:18px;
	line-height:1.8em;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

.home_member_detail_title>h3 br{
	display:none;
}

.home_member_detail_title>h4{
	margin:0;
	font-size:32px;
	line-height:1em;
}

#member_title_line01{
	display:block;
	width:100%;
	height:10px;
	margin:30px 0;
	background-image: linear-gradient(120deg, #ccc 0%, #eee 50%, #ccc 100%);
}

#member_title_line02{
	display:block;
	width:100%;
	height:10px;
	margin:30px 0;
	background-image: linear-gradient(120deg, #897128 0%, #e6e180 50%, #897128 100%);
}

#member_title_line03{
	display:block;
	width:100%;
	height:10px;
	margin:30px 0;
	background-image: linear-gradient(120deg, #E61673 0%, #F8C9C9 50%, #E61673 100%);
}

.home_member_detail>p{
	margin:0 0 30px;
	font-size:20px;
	text-align:center;
	line-height:1.6em;
}

.home_member_detail>p>span{
	font-size:14px;
}

.home_member_detail>h4{
	margin:0;
	padding:40px 0 0;
	font-size:18px;
	text-align:center;
	line-height:3em;
	letter-spacing:0.01em;
	border-top:1px solid #d8d6d0;
}

.home_member_detail>h4 span{
	margin:0;
	font-size:30px;
	font-family:Crimson Text,serif;
}

.home_member_detail_contents>ol{
	width:90%;
	margin:0 0 40px 20px;
}

.home_member_detail_contents>ol>li{
	margin:0 0 12px;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:1.4em;
}

.home_member_detail_contents>section{
	width:100%;
}

.home_member_detail_contents>section>a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	width:70%;
	margin:0 auto 20px;
	padding:20px 0 0;
	text-align:center;
	line-height:1em;
	letter-spacing:0;
	border:1px solid #d8d6d0;
}

.home_member_detail_contents>section>a:link{
	color:#111;
}

.home_member_detail_contents>section>a:visited{
	color:#111;
}

.home_member_detail_contents>section>a:hover{
	color:#111;
}

.home_member_detail_contents>section>a:active{
	opacity:0.5;
}

.home_member_detail_contents>section>a>img{
	display:block;
	width:90%;
	margin:0 auto 20px;
}

.home_member_detail_contents>section>a>div{
	display:block;
	width:100%;
	padding:8px 0;
	font-size:16px;
	background-color:#f0eee7;
}

.home_member_detail_contents>section>a>div>img{
	width:20px;
	margin:0 10px 0 0;
	vertical-align: middle;
}

.home_member_detail_contents>section>img{
	box-sizing:border-box;
	display:block;
	width:70%;
	margin:0 auto 20px;
	padding:10px;
	border:1px solid #d8d6d0;
}

.home_member_detail_contents>section>img:last-child{
	margin:0 auto 60px;
}

#member_logo_blank{
	display:none;
}

.home_membership_fee{
	width:100%;
	margin:40px auto 0;
	padding:40px 0 20px;
	text-align:center;
	border-top:1px solid #d8d6d0;
}

.home_membership_fee>p{
	width:300px;
	margin:0 auto 14px;
	font-size:26px;
	line-height:1.4em;
}

.home_membership_fee>span,.home_membership_fee>p>span{
	font-size:14px;
	letter-spacing:0.04em;
}

#home_member_board{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}

#home_member_board>section{
	width:30%;
	margin:0 5% 30px 0;
}

#home_member_board>section:nth-of-type(3n){
	margin:0 0 40px 0;
}

#home_member_board>section>img{
	box-sizing:border-box;
	display:block;
	width:100%;
	hight:auto;
	margin:0 0 10px;
	border:1px solid #f0eee7;
}

#home_member_board>section>h5{
	margin:0;
	font-size:18px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
	letter-spacing:0.01em;
}

#home_member_investor{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin:30px 0 0;
}

#home_member_investor>section{
	width:19%;
	margin:0 1.25% 24px 0;
}

#home_member_investor>section:nth-of-type(5n){
	margin:0 0 24px 0;
}

#home_member_investor>section>img{
	box-sizing:border-box;
	display:block;
	width:100%;
	hight:auto;
	margin:0 0 8px;
	border:1px solid #eee;
}

#home_member_investor>section>h5{
	margin:0;
	font-size:16px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
	letter-spacing:0.01em;
}

#home_member_investor>section>p{
	margin:0;
	font-size:14px;
	line-height:1.4em;
}


/* LINE */


#LINE_area{
	padding:60px 0;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#LINE_area>div{
	width:80%;
	margin:0 auto;
}

#LINE_area>div>article{
	margin:0 0 40px;
	padding:20px 0 40px;
	background-color:#fff;
	border-top:20px solid #e6e180;
}

#LINE_area>div>article>img{
	display:block;
	width:45%;
	margin:0 auto 40px;
}

#LINE_area>div>article:nth-of-type(2n)>img{
	display:block;
	width:30%;
	margin:50px auto;
}

#LINE_area>div>article>h1{
	margin:0 0 30px;
	font-size:36px;
	font-family:Crimson Text,serif;
	text-align:center;
	letter-spacing:0em;
	line-height:1em;
}

#LINE_area>div>article>h1>img{
	display:block;
	width:76%;
	margin:0 auto;
}

#LINE_area>div>article>p{
	width:86%;
	margin:0 auto 30px;
	font-size:16px;
	line-height:1.8em;
}

#LINE_area>div>article>a{
	text-decoration:none;
	display:block;
	width:45%;
	margin:0 auto 10px;
	transition: all .5s;
}

#LINE_area>div>article>a>img{
	display:block;
	width:100%;
	margin:0;
}

#LINE_area>div>article>a:hover{
	opacity:0.6;
}

#product_LINE-QR{
	display:block;
	width:100%;
}


/* products */


#products_key{
	height:480px;
	background-image:url("../products/img/products_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	position:relative;
}

#products_key>img{
	width:220px;
	margin:0 auto;
	position:absolute;
	top:40px;
	left:0;
	right:0;
}

#products_key>h1{
	width:100%;
	color:#fff;
	font-size:58px;
	font-family:Crimson Text,serif;
	text-align:center;
	text-shadow:0 0 8px #000;
	line-height:1.5em;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
}

#products_key>h2{
	width:100%;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-shadow:0 0 8px #000;
	line-height:1em;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
}

#products_intro{
	width:100%;
	padding:60px 0 40px;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#products_intro>p{
	width:90%;
	margin:0 auto 20px;
	font-size:16px;
	line-height:1.8em;
}


/* products_traders */


#products_traders{
	padding:60px 0 0;
}

#products_traders>article{
	width:90%;
	margin:0 auto 40px;
}

#products_traders_title{
	margin:0 0 40px;
	text-align:center;
}

#products_traders_title>h3{
	display:inline-block;
	margin:0 auto 10px;
	padding:6px 10px 10px;
	color:#111;
	font-size:18px;
	line-height:1em;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

#products_traders_title>h4{
	margin:0;
}

#products_traders_title>h4>img{
	display:block;
	width:420px;
	margin:0 auto;
}

.products_traders_3row{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}

.products_traders_3row>section{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 12px 0;
	padding:0 0 20px;
	border:1px solid #d8d6d0;
}

.products_traders_3row>section:nth-of-type(2n){
	margin:0 0 12px;
}

.products_traders_3row>section>img{
	width:100%;
	margin:0 0 12px;
}

.products_traders_3row>section p{
	margin:0 0 10px;
	padding:0 14px 0 20px;
	font-size:16px;
	line-height:1.6em;
}

.products_traders_3row>section>div{
	overflow:hidden;
	width:86%;
	margin:20px auto 0;
}

.products_traders_3row>section>div>img{
	width:30%;
	margin:0;
	float:right;
}

.products_traders_3row>section>div>p{
	padding:0;
	font-size:14px;
}

.products_traders_2row{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}

.products_traders_2row>section{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	border:1px solid #d8d6d0;
}

.products_traders_2row>section:nth-of-type(2n){
	margin:0;
}

.products_traders_2row>section>img{
	width:100%;
	margin:0 0 12px;
}

.products_traders_2row>section p{
	margin:0 0 10px;
	padding:0 14px 0 20px;
	font-size:16px;
	line-height:1.6em;
}

.products_traders_2row>section>div{
	width:100%;
	margin:20px 0 0;
}

.products_traders_2row>section>div>p{
	padding:0;
	font-size:14px;
}

.products_traders_2row>section>ul{
	margin:0 0 20px;
}

.products_traders_2row>section>ul>li{
	margin:0;
	font-size:16px;
	line-height:1.6em;
}

.products_traders_2row>section:nth-of-type(2n){
	width:49%;
	background-color:#111;
}

.products_traders_2row>section>h5{
	margin:0;
	padding:20px 0 0;
	font-size:20px;
	text-align:center;
	line-height:1.4em;
	background-color:#fff;
}

#products_traders_2row_app{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:20px 4px 10px;
	background-color:#fff;
}

#products_traders_2row_app>img{
	display:block;
	width:50%;
	margin:0 auto 30px;
}

#products_traders_2row_app>div{
	overflow:hidden;
	width:86%;
	margin:0 auto;
}

#products_traders_2row_app>div>a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	width:48%;
	margin:0 4% 10px 0;
	float:left;
}

#products_traders_2row_app>div>a:nth-child(2n){
	margin:0 0 10px;
	float:right;
}

#product_LINE-QR{
	display:block;
	width:100%;
	margin:0;
}

#products_traders_2row_join{
	width:100%;
	padding:0 0 20px;
}

#products_traders_2row_join>h6{
	margin:10px 0 20px;
	color:#fff;
	font-size:18px;
	text-align:center;
	letter-spacing:0em;
	line-height:1.4em;
}

#products_traders_2row_join>ul{
	width:96%;
	margin:0 auto 20px;
	padding:0;
	letter-spacing:0em;
}

#products_traders_2row_join>ul>li{
	margin:0 0 8px 30px;
	color:#fff;
	font-size:16px;
	line-height:1.3em;
}

#products_traders_2row_join>ul>li>span{
	color:yellow;
}


/* products_leader-school */


#products_leader-school{
	margin:0 0 80px;
	padding:40px 0 0;
}

#products_leader-school_title{
	margin:0 0 40px;
	text-align:center;
}

#products_leader-school_title>h3{
	display:inline-block;
	margin:0 auto 30px;
	padding:6px 10px 10px;
	color:#111;
	font-size:18px;
	line-height:1em;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

#products_leader-school_title>h4{
	margin:0;
	font-size:36px;
	line-height:1em;
}

#products_leader-school_title>h4>span{
	margin:0 20px 0 0;
	font-family:Crimson Text,serif;
}

#products_leader-school_key{
	width:100%;
	height:400px;
	background-image:url("../products/img/school_build.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	position:relative;
}

#products_leader-school>article{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 20px;
	border:1px solid #d8d6d0;
	position:relative;
}

#products_leader-school_icon{
	display:block;
	width:96%;
	margin:0 auto 20px;
	position:absolute;
	top:320px;
	left:0;
	right:0;
}

#products_leader-school>article>h4{
	box-sizing:border-box;
	margin:0;
	padding:10px 0 10px 20px;
	background-image: linear-gradient(120deg, #22AC38 0%, rgba(0,0,0,0) 100%);
	color:#fff;
	font-size:30px;
	text-shadow:0 0 10px #000;
	line-height:1.4em;
	position:absolute;
	top:20px;
	left:0;
}

#products_leader-school>article>p{
	width:570px;
	margin:0;
	color:#fff;
	font-size:16px;
	text-shadow:0 0 6px #000;
	line-height:1.8em;
	position:absolute;
	top:160px;
	left:30px;
}

#products_leader-school_sub{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:96%;
	margin:100px auto 0;
	padding:0 0 20px;
}

#products_leader-school_sub>section{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:0 0 20px;
	background-color:#f0eee7;
}

#products_leader-school_sub>section:nth-of-type(2n){
	margin:0;
}

#products_leader-school_sub>section>img{
	width:100%;
	margin:0 0 12px;
}

#products_leader-school_sub>section>p{
	margin:0;
	padding:0 12px 0 20px;
	font-size:16px;
	line-height:1.6em;
}


/* products_app */


#products_app{
	margin:0 0 80px;
}

#products_app_title{
	margin:0 0 40px;
	text-align:center;
}

#products_app_title>h3{
	display:inline-block;
	margin:0 auto 30px;
	padding:6px 10px 10px;
	color:#111;
	font-size:18px;
	line-height:1em;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

#products_app_title>h4{
	margin:0;
	font-size:36px;
	line-height:1em;
}

#products_app_title>h4>span{
	margin:0 20px 0 0;
	font-family:Crimson Text,serif;
}

#products_app>article{
	overflow:hidden;
	width:90%;
	margin:0 auto 20px;
	border:1px solid #d8d6d0;
}

#products_app_key{
	display:block;
	width:100%;
	height:450px;
	background-image:url("../products/img/products_app.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
}

#products_app_contents{
	padding:30px 12px 30px 30px;
}

#products_app>article>div>p{
	margin:0 0 10px;
	font-size:16px;
	line-height:1.6em;
}

#products_app>article>div>p>span{
	padding:0 8px 2px;
	background-color:#C30D23;
	color:#fff;
	line-height:1em;
	border-radius:8px;
}

#products_app>article>div>ul{
	margin:0;
	padding:0 0 0 20px;
}

#products_app>article>div>ul>li{
	margin:0;
	font-size:16px;
	line-height:1.6em;
}


/* products_portfolio */


#products_portfolio{
	margin:0 0 80px;
}

#products_portfolio_title{
	margin:0 0 40px;
	text-align:center;
}

#products_portfolio_title>h3{
	display:inline-block;
	margin:0 auto 30px;
	padding:6px 10px 10px;
	color:#111;
	font-size:18px;
	line-height:1em;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

#products_portfolio_title>h4{
	margin:0;
	font-size:36px;
	line-height:1em;
}

#products_portfolio_title>h4>span{
	margin:0 20px 0 0;
	font-family:Crimson Text,serif;
}

#products_portfolio>article{
	width:90%;
	margin:0 auto 20px;
	border:1px solid #d8d6d0;
	padding:30px 0;
}

#products_portfolio>article>img{
	box-sizing:border-box;
	display:block;
	width:70%;
	height:auto;
	margin:0 auto 30px;
}

#products_portfolio>article>div{
	box-sizing:border-box;
	width:90%;
	margin:0 auto;
}

#products_portfolio>article>div>img{
	display:block;
	width:50%;
	height:auto;
	margin:0 auto 30px;
}

#products_portfolio>article>div>p{
	margin:10px 0;
	font-size:16px;
	line-height:1.6em;
}

#products_portfolio>article>div>p>span{
	padding:0 8px 2px;
	background-color:#C30D23;
	color:#fff;
	line-height:1em;
	border-radius:8px;
}


/* agency */


#agency_key{
	height:480px;
	background-image:url("../agency/img/agency_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:middle center;
	position:relative;
}

#agency_key>img{
	width:220px;
	margin:0 auto;
	position:absolute;
	top:40px;
	left:0;
	right:0;
}

#agency_key>h1{
	width:100%;
	color:#fff;
	font-size:58px;
	font-family:Crimson Text,serif;
	text-align:center;
	text-shadow:0 0 8px #000;
	line-height:1.5em;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
}

#agency_key>h2{
	width:100%;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-shadow:0 0 8px #000;
	line-height:1em;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
}

#agency_intro{
	width:100%;
	margin:0 0 80px;
	padding:60px 0;
	background-image:url("../img/contents_gold_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#agency_intro>article{
	width:90%;
	margin:0 auto;
}

#agency_intro>article>h3{
	margin:0 0 40px;
	padding:0 0 20px;
	font-size:30px;
	text-align:center;
	line-height:1em;
	border-bottom:1px solid #111;
}

#agency_intro>article>section>img{
	display:block;
	width:40%;
	margin:0 auto 30px;
}

#agency_intro>article>section>ul{
	width:90%;
	margin:0 auto;
	padding:0;
}

#agency_intro>article>section>ul>li{
	margin:0 0 10px;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}

.agency_activity{
	margin:0 0 80px;
}

.agency_activity>article{
	width:90%;
	margin:0 auto;
}

.agency_activity>article>h1{
	margin:0 0 30px;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

.agency_activity>article>p{
	margin:0 0 30px;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}

.agency_activity>table{
	border-collapse: collapse;
	width:90%;
	margin:0 auto;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}

.agency_activity>table th{
	padding:10px;
	background-color:#f0eee7;
	text-align:center;
	line-height:1.8em;
	border:1px solid #d8d6d0;
}

.agency_activity>table td{
	padding:10px 20px;
	line-height:1.8em;
	border:1px solid #d8d6d0;
}

.agency_activity>table td>ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.agency_activity>table td>ul>li{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}


/* mailform */


#formWrap{
	width:90%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#formWrap>p{
	margin:0 0 40px;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#formWrap>p br{
	display:none;
}

#formWrap_title>h1{
	margin:0 0 20px;
	padding:0;
	font-size:40px;
	font-family:Crimson Text,serif;
	text-align:center;
	line-height:1em;
}

#formWrap_title>h2{
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

table.formTable{
	width:100%;
	margin:0 auto 60px;
	border-collapse:collapse;
	line-height:1.8em;
}

table.formTable td,table.formTable th{
	border:1px solid #d8d6d0;
	padding:14px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background-color:#f0eee7;
}

table.formTable td{
	font-size:16px;
}

table.formTable td .required{
	color:#C30D23;
	font-size:14px;
}

input[type="submit"], input[type="reset"], input[type="button"]{
	width:150px;
	height:40px;
	margin:0 30px 0 0;
	background-color:#f0eee7;
	color:#111;
	font-size:18px;
	font-family:'Noto Serif JP';
	border:1px solid #d8d6d0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	color:#fff;
	background-color:#111;
}

@media screen and (max-width:900px) {
	#formWrap {
		width:90%;
		margin:0 auto 60px;
	}
	table.formTable{
		margin:0 auto 40px;
	}
	
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
		font-size:16px;
	}
	
	table.formTable th {
		margin-top:4px;
		border-bottom:0;
		padding:4px;
	}
	
	input[type="text"], textarea {
		width:80%;
		margin:0 auto;
		padding:5px;
	}
	
	input[type="submit"], input[type="reset"], input[type="button"]{
		display:block;
		width:180px;
		height:40px;
	}
}


/* privacy */


#privacy_area{
	width:90%;
	margin:0 auto 40px;
	padding:60px 0 0;
}

#privacy_area>h1{
	margin:0 0 40px;
	text-align:center;
	letter-spacing:0.02em;
	line-height:1em;
	font-size:22px;
}

#privacy_area>h2{
	margin:0 0 20px 0;
	font-size:18px;
	line-height:1.8em;
}

#privacy_area>p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area ol,#privacy_area ul{
	margin:0 0 40px;
}

#privacy_area ol>li,#privacy_area ul>li{
	margin:0 0 10px;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area article{
	padding:30px 0 10px;
	border-top:1px dashed #415a32;
}

#privacy_area article h3{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area article p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}


/* thanks */


#thanks_area{
	width:90%;
	margin:0 auto;
	padding:100px 0 0;
	text-align:center;
}

#thanks_area>h1{
	margin:0 0 60px;
	letter-spacing:0.02em;
	line-height:1em;
	font-size:22px;
}

#thanks_area>p{
	margin:0 0 60px;
	font-size:16px;
	line-height:1.8em;
}