
.menuArea h1 {
	height: 34px;
}

.menuArea .menuArea_inner {
	display: none;
}

.mainvisual img{
	margin-left: 100px;
}

#contents {
	background: #fff url("../img/bg_page.jpg") no-repeat center top/100%;
	padding: 0 0 110px 0;
}

#contents .contents_inner {
	width: 1000px;
	margin: 0 auto;
}

#contents .mainvisual {
	/*width: 1200px;*/
	margin: 0 0 0 -100px;
}

#contents #main {
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

/*#contents #contentRd {
	background: url("../img/bg_content.png") no-repeat center top/1199px;
}*/

#contents #contentRd .content_lead {
	text-align: center;
	padding: 25px 0 25px 0;
	margin: 22px 0 72px 0;
	background: #000;/*#635228*/
	position: relative;
}

#contents .content_lead:before {
	content: '';
	width: 100%;
	height: 22px;
	/*background: url("../img/rect-top.png") no-repeat center top/100%;*/
	position: absolute;
	top: -22px;
	left: 0;
}

#contents .content_lead:after {
	content: '';
	width: 100%;
	height: 22px;
	/*background: url("../img/rect-bottom.png") no-repeat center top/100%;*/
	position: absolute;
	bottom: -22px;
	left: 0;
}

#contents #contentRd .content_lead p {
	color: #fff;
	font-size: 16px;
	line-height: 1.72;
	margin: 25px 50px 0 50px;
	text-align: left;
}

#contents #contentRd .box {
	position: relative;
	margin: 0 0 40px 0;
	transition: all 300ms;
}

#contents #contentRd .box.box-jp {  background: #bcbbb9 url("../img/jp_title_img.png") no-repeat center top/100%;  }
#contents #contentRd .box.box-86 {  background: #bcbbb9 url("../img/86_title_img.png") no-repeat center top/100%;  }

#contents #contentRd .box.open {
	padding: 0 0 40px 0;
}
#contents #contentRd .box.box-jp.open {  background: #bcbbb9 url("../img/jp_title_img-open.png") no-repeat center top/100%;  }
#contents #contentRd .box.box-86.open {  background: #bcbbb9 url("../img/86_title_img-open.png") no-repeat center top/100%;  }

#contents #contentRd .box_title {
	width: 100%;
	height: 250px;
	position: relative;
}

#contents #contentRd .box_control {
	width: 48px;
	height: 48px;
	padding: 0 0;
	background: #000;
	transition: all 400ms;
}

#contents #contentRd .box_title .box_control {
	position: absolute;
	bottom: 0;
	right: 50px;
	opacity: 1;
}

#contents #contentRd .box.open .box_title .box_control {
	opacity: 0;
}

#contents #contentRd .box .box_detail .box_control {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 2;
}

#contents #contentRd .box_detail {
	width: 940px;
	margin: 11px auto 0 auto;
	padding: 0 0 90px 0;
	position: relative;
	display: none;
}

#contents #contentRd .box_detail:after {
	content: '';
	display: block;
	width: 900px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 0;
}

#contents #contentRd .box_detail_inner {
	position: relative;
	z-index: 1;
}

#contents .rd_about {
	text-align: right;
	display: block;
	padding: 25px 50px 0 0;
}

#contents .rd_about a {
	color: #000;
	font-size: 14px;
	padding-top: 5px;
}

#contents .rd_text {
	padding: 15px 50px 0 50px;
}

#contents .rd_text h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#contents .rd_itemWrap {
	padding: 30px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .rd_item {
	width: 220px;
	height: 220px;
	margin: 0 0 15px 0;
	overflow: hidden;
	box-shadow: 0px 2px 13px #333;
}

#contents .rd_item a {
	display: block;
	position: relative;
}

#contents .rd_item a[href]:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/rd_shape.png") no-repeat center bottom/100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 2;
}

#contents .rd_item_text {
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 3;
}

#contents .rd_item_num {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}


/* hover */
#contents #contentRd .box_control,
#contents .rd_item a[href] > img {
	transition: all 200ms ease-out;
}

#contents #contentRd .box_control {
	padding: 0 0 10px 0;
}

#contents .rd_item a[href]:hover > img {
	transform: scale(1.2);
}

.js-accordion_trg {
	cursor: pointer;
}