@charset "UTF-8";

.of img {
	width: 100%;
	height: 100%;
}
.of.cover img {
	-o-object-fit: cover;
	object-fit: cover;
}
.ie_only .of.cover img {
	font-family: 'object-fit: cover;';
}
.of.contain img {
	-o-object-fit: contain;
	object-fit: contain;
}
.ie_only .of.contain img {
	font-family: 'object-fit: contain;';
}
.ofi {
	width: 100%;
	height: 100%;
}
.ofi.cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.ie_only .ofi.cover {
	font-family: 'object-fit: cover;';
}
.ofi.contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.ie_only .ofi.contain {
	font-family: 'object-fit: contain;';
}

.module+.module {
	margin-top: 5rem;
}
@media screen and (max-width:640px) {
	.module+.module {
		margin-top: 4rem;
	}
}
.contents_wrap .module {
	width: 100%;
}
.layout_img {
	width: 100%;
}
.layout_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.module_layout_free_txt img {
	max-width: 100%;
	height: auto;
}
.module_layout_title_wrap {
	margin-top: 8rem!important;
}
@media screen and (max-width:640px) {
	.module_layout_title_wrap {
		margin-top: 4rem!important;
	}
}
.module_layout_title_wrap+* {
	margin-top: 3rem!important;
}
@media screen and (max-width:640px) {
	.module_layout_title_wrap+* {
		margin-top: 2rem!important;
	}
}
.layout_title_wrap.tp01 .ttl {
	background-color: #be9b50;
	color: #fff;
	padding: 1rem 2rem;
	letter-spacing: 0;
	font-size: 2.2rem;
	line-height: 1.6;
}
@media screen and (max-width:640px) {
	.layout_title_wrap.tp01 .ttl {
		padding: 1.5rem;
		font-size: 1.9rem;
	}
}
.layout_title_wrap.tp02 .ttl {
	color: #3c5028;
	padding-left: 3.3rem;
	line-height: 1;
	position: relative;
	letter-spacing: 0;
	font-size: 2.0rem;
}
@media screen and (max-width:640px) {
	.layout_title_wrap.tp02 .ttl {
		padding-left: 3rem;
		line-height: 1.58;
		font-size: 1.8rem;
	}
}
.layout_title_wrap.tp02 .ttl:before {
	content: '';
	background-size: cover;
	position: absolute;
	height: 2.8rem;
	width: 2.8rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
@media screen and (max-width:640px) {
	.layout_title_wrap.tp02 .ttl:before {
		height: 2.4rem;
		width: 2.4rem;
		top: -0.3rem;
		transform: translateY(0);
	}
}
@media print, screen and (min-width:641px) {
	.layout_lr_block.ph_l .ph {
		float: left;
	}
	.layout_lr_block.ph_l .layout_free_txt {
		float: right;
		width: calc(100% - 47rem);
	}
	.layout_lr_block.ph_r .ph {
		float: right;
	}
	.layout_lr_block.ph_r .layout_free_txt {
		float: left;
		width: calc(100% - 47rem);
	}
	.layout_lr_block:after {
		display: block;
		clear: both;
		content: "";
	}
}
@media print, screen and (min-width:641px) {
	.layout_lr_block .ph {
		width: 47rem;
		height: 28rem;
	}
}
@media screen and (max-width:640px) {
	.layout_lr_block .ph img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:640px) {
	.layout_lr_block .layout_free_txt {
		font-size: 1.6rem;
		margin-top: 1.5rem;
	}
}
@media print, screen and (min-width:641px) and (min-width:641px) {
	@supports (display: flow-root) {
		.layout_col_block.col_1 {
			display:flow-root;
		}
	}
	@supports not (display:flow-root) {
		.layout_col_block.col_1 {
			display: block;
		}
		.layout_col_block.col_1:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_1>* {
		margin: 30px 0 0 30px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .layout_col_block.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.layout_col_block.col_1>:nth-child(1n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_1>:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:641px) and (min-width:641px) {
	@supports (display: flow-root) {
		.layout_col_block.col_2 {
			display:flow-root;
		}
	}
	@supports not (display:flow-root) {
		.layout_col_block.col_2 {
			display: block;
		}
		.layout_col_block.col_2:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_2>* {
		margin: 30px 0 0 30px;
		width: calc(100% / 2 - 15px);
		float: left;
	}
	.ie .layout_col_block.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 15px);
	}
	.layout_col_block.col_2>:nth-child(odd) {
		margin-left: 0;
	}
	.layout_col_block.col_2>:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:641px) and (min-width:641px) {
	@supports (display: flow-root) {
		.layout_col_block.col_3 {
			display:flow-root;
		}
	}
	@supports not (display:flow-root) {
		.layout_col_block.col_3 {
			display: block;
		}
		.layout_col_block.col_3:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_3>* {
		margin: 30px 0 0 30px;
		width: calc(100% / 3 - 20px);
		float: left;
	}
	.ie .layout_col_block.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 20px);
	}
	.layout_col_block.col_3>:nth-child(3n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_3>:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:641px) and (min-width:641px) {
	@supports (display: flow-root) {
		.layout_col_block.col_4 {
			display:flow-root;
		}
	}
	@supports not (display:flow-root) {
		.layout_col_block.col_4 {
			display: block;
		}
		.layout_col_block.col_4:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_4>* {
		margin: 30px 0 0 30px;
		width: calc(100% / 4 - 22.5px);
		float: left;
	}
	.ie .layout_col_block.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 22.5px);
	}
	.layout_col_block.col_4>:nth-child(4n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_4>:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:641px) and (min-width:641px) {
	@supports (display: flow-root) {
		.layout_col_block.col_5 {
			display:flow-root;
		}
	}
	@supports not (display:flow-root) {
		.layout_col_block.col_5 {
			display: block;
		}
		.layout_col_block.col_5:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_5>* {
		margin: 30px 0 0 30px;
		width: calc(100% / 5 - 24px);
		float: left;
	}
	.ie .layout_col_block.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 24px);
	}
	.layout_col_block.col_5>:nth-child(5n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_5>:nth-child(-n+5) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:641px) {
	.layout_col_block:after {
		display: block;
		clear: both;
		content: "";
	}
	.layout_col_block .li {
		float: left;
	}
	.layout_col_block .li p {
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		line-height: 2.0;
	}
	.ie .layout_col_block {
		min-width: 56.1rem;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block .li+.li {
		margin-top: 2.5rem;
	}
}
@media print, screen and (min-width:641px) {
	.layout_col_block .ph {
		padding-bottom: 93.025%;
		position: relative;
	}
	.layout_col_block .ph+* {
		margin-top: 1.6rem;
	}
	.layout_col_block .ph img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block .ph+* {
		margin-top: 0.8rem;
	}
	.layout_col_block .ph img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
.layout_col_block p {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	text-align: justify;
}
@media screen and (max-width:640px) {
	.layout_col_block p {
		font-size: 1.6rem;
		line-height: 1.84;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block p {
		font-size: 1.4rem;
	}
}
.layout_col_block.col_2 .li .ph {
	padding-bottom: 0;
	height: 28rem;
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2 .li .ph {
		height: auto;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2.ph_top:after {
		content: '';
		display: block;
		clear: both;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2.ph_top .li {
		float: left;
		width: calc((100% - 1.76rem) / 2);
	}
	.layout_col_block.col_2.ph_top .li+.li {
		margin-top: 0;
		margin-left: 1.76rem;
	}
}
.layout_col_block.col_2.ph_left .li:after {
	content: '';
	display: block;
	clear: both;
}
.layout_col_block.col_2.ph_left .li .ph {
	width: 210px;
	height: 210px;
	float: left;
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2.ph_left .li .ph {
		width: 10rem;
		height: 10rem;
	}
}
.layout_col_block.col_2.ph_left .li .ph img {
	height: 100%;
}
.layout_col_block.col_2.ph_left .li p {
	margin-top: 0;
	padding-left: 23rem;
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2.ph_left .li p {
		padding-left: 11rem;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_2.ph_left .li+.li {
		margin-top: 1.2rem;
	}
}
.layout_col_block.col_2.ph_right .li:after {
	content: '';
	display: block;
	clear: both;
}
.layout_col_block.col_2.ph_right .li .ph {
	width: 21rem;
	height: 21rem;
	float: right;
}
.layout_col_block.col_2.ph_right .li p {
	margin-top: 0;
	padding-right: 23rem;
}
@media screen and (max-width:640px) {
	.layout_col_block.col_3 .li {
		display: flex;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_3 .li+.li {
		margin-top: 1.9rem;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_3 .li .ph {
		margin: 0 1.76rem 0 0;
		padding: 0;
		width: calc((100% - 1.76rem) / 2);
		height: 13.2rem;
	}
}
@media screen and (max-width:640px) {
	.layout_col_block.col_3 .li p {
		margin: -0.4rem 0 0;
		width: calc((100% - 1.76rem) / 2);
	}
}
.layout_free_txt {}
.layout_free_txt>*+* {
	margin-top: 3.0rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>*+* {
		margin-top: 1.5rem;
	}
}
.layout_free_txt>p {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	text-align: justify;
}
@media screen and (max-width:640px) {
	.layout_free_txt>p {
		font-size: 1.6rem;
		line-height: 1.84;
	}
}
.module a {
	color: #be9b50;
	text-decoration: underline;
	text-align: left;
	display: inline-block;
}
.no-touchevents .module a:hover {
	text-decoration: none;
}
.layout_free_txt>h1, .layout_free_txt>h2, .layout_free_txt>h3, .layout_free_txt>h4, .layout_free_txt>h5, .layout_free_txt>h6 {
	letter-spacing: 0.06em;
	line-height: 1.4;
	color: #be9b50;
}
.layout_free_txt>h1 {
	font-size: 4.2rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h1 {
		font-size: 2.6rem;
	}
}
.layout_free_txt>h2 {
	font-size: 3.6rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h2 {
		font-size: 2.4rem;
	}
}
.layout_free_txt>h3 {
	font-size: 3.2rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h3 {
		font-size: 2.2rem;
	}
}
.layout_free_txt>h4 {
	font-size: 2.6rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h4 {
		font-size: 2.0rem;
	}
}
.layout_free_txt>h5 {
	font-size: 2.0rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h5 {
		font-size: 1.8rem;
	}
}
.layout_free_txt>h6 {
	font-size: 1.8rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>h6 {
		font-size: 1.6rem;
	}
}
.layout_free_txt>img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:640px) {
	.layout_free_txt>* img {
		max-width: 100%;
		height: auto;
	}
}
.layout_free_txt>ul {
	padding-left: 1.6rem;
	clear: both;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ul {
		padding-left: 0;
	}
}
.layout_free_txt>ul>li {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	padding: 0 0 0 2.0rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ul>li {
		font-size: 1.6rem;
		line-height: 1.76;
	}
}
.layout_free_txt>ul>li:before {
	content: '';
	position: absolute;
	top: 0.8rem;
	left: 0;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #be9b50;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ul>li:before {
		left: 0.2rem;
		width: 0.9rem;
		height: 0.9rem;
	}
}
.layout_free_txt>ul>li+li {
	margin-top: 0.7rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ul>li+li {
		margin-top: 0;
	}
}
.layout_free_txt>ol {
	counter-reset: section;
	padding-left: 1.6rem;
	clear: both;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ol {
		padding-left: 0;
		margin-top: 1.6rem;
	}
}
.layout_free_txt>ol>li {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	padding: 0 0 0 2.0rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ol>li {
		font-size: 1.6rem;
		line-height: 1.76;
	}
}
.layout_free_txt>ol>li:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	font-size: 1.6rem;
	line-height: 1.87;
	color: #3c5028;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ol>li:before {
		left: 0.2rem;
		font-size: 1.6rem;
		line-height: 1.76;
	}
}
.layout_free_txt>ol>li+li {
	margin-top: 0.7rem;
}
@media screen and (max-width:640px) {
	.layout_free_txt>ol>li+li {
		margin-top: 0;
	}
}
.layout_hr {
	border: none;
	position: relative;
	height: 1px;
	border-bottom: 1px dotted #333333;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.layout_hr {
		margin: 3.0rem 0;
	}
}
.layout_emphasis {
	position: relative;
	padding: 3.1rem 3.5rem 2.8rem;
	box-sizing: border-box;
	background-color: #999999;
	position: relative;
}
@media screen and (max-width:640px) {
	.layout_emphasis {
		padding: 2.3rem 1.2rem 2rem 1.5rem;
	}
}
.layout_emphasis:before {
	content: '';
	display: block;
	background-size: cover;
	position: absolute;
	height: 5rem;
	width: 5rem;
	left: -0.4rem;
	top: -0.4rem;
	z-index: 1;
}
@media screen and (max-width:640px) {
	.layout_emphasis:before {
		height: 2.5rem;
		width: 2.5rem;
		left: -0.2rem;
		top: -0.2rem;
	}
}
.layout_emphasis:after {
	content: '';
	display: block;
	background-image: url("../common/img/bottom_module.png");
	background-size: cover;
	position: absolute;
	height: 5rem;
	width: 5rem;
	bottom: -0.4rem;
	right: -0.4rem;
	transform: rotate(180deg);
}
@media screen and (max-width:640px) {
	.layout_emphasis:after {
		height: 2.5rem;
		width: 2.5rem;
		right: -0.2rem;
		bottom: -0.2rem;
	}
}
.layout_emphasis .ttl {
	color: #be9b50;
	letter-spacing: 0.06em;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
.layout_emphasis .ttl:before {
	content: "";
	display: block;
	border: 1px solid #fff;
	margin: auto;
	pointer-events: none;
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
}
@media screen and (max-width:640px) {
	.layout_emphasis .ttl {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
		padding: 0;
		margin-bottom: 0.8rem;
	}
}
.layout_emphasis .txt {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.87;
	text-align: justify;
	letter-spacing: 0.06em;
	line-height: 1.85;
}
@media screen and (max-width:640px) {
	.layout_emphasis .txt {
		font-size: 1.6rem;
		line-height: 1.84;
	}
}
@media screen and (max-width:640px) {
	.layout_emphasis .txt {
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		line-height: 1.78;
	}
}


.no-touchevents .module_layout_download a:hover {
	text-decoration: none;
}
.module_layout_download a img {
	transition: 0.2s;
	max-width: 100%;
	height: auto;
}
.no-touchevents .module_layout_download a:hover img {
	transform: scale(0.94);
	opacity: 0.7;
}

.mv_wrapper {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 6rem;
	margin-bottom: 9rem;
}
@media screen and (max-width:640px) {
	.mv_wrapper {
		padding-bottom: 2rem;
		margin-bottom: 0;
		margin-top: 4rem;
	}
}
.mv {
	position: relative;
	background-color: #142805;
	padding: 8rem;
	z-index: 0;
}
@media print, screen and (min-width:641px) {
	.mv {
		box-sizing: border-box;
		min-height: 500px;
	}
}
@media screen and (max-width:640px) {
	.mv {
		padding-left: 2rem;
		padding-right: 0;
		padding-bottom: 2.4rem;
		margin-top: 10rem;
	}
}
.mv.list {
	padding-top: 19.5rem;
	padding-bottom: 19.5rem;
}
@media screen and (max-width:640px) {
	.mv.list {
		padding-bottom: 5rem;
		padding-top: 11rem;
	}
}
.mv .mv_ttl_wrapper {
	color: #FFF;
	max-width: 128rem;
	margin: auto;
}
.mv .mv_ttl {}
.mv .mv_ttl .mv_ttl_date {
	border-bottom: 1px solid #be9b50;
	margin-bottom: 3rem;
}
@media screen and (max-width:640px) {
	.mv .mv_ttl .mv_ttl_date {
		margin-bottom: 1.6rem;
	}
}
.mv .mv_ttl p {
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	display: inline-block;
	border-bottom: 5px solid #be9b50;
	margin-bottom: -0.3rem;
}
@media screen and (max-width:640px) {
	.mv .mv_ttl p {
		font-size: 1.3rem;
		line-height: 1.4;
		padding-top: 0;
		padding-bottom: 1rem;
		margin-bottom: -0.2rem;
		border-bottom: 3px solid #be9b50;
	}
}
@media screen and (max-width:640px) {
	.mv .mv_ttl span {
		font-size: 2rem;
		display: inline-block;
		padding-left: 1rem;
		padding-right: 1rem;
		font-weight: 100;
	}
}
.mv .mv_ttl strong {
	font-size: 4.6rem;
	font-weight: normal;
}
@media print, screen and (min-width:641px) {
	.mv .mv_ttl strong {
		margin-left: 4px;
		margin-right: 8px;
	}
}
@media screen and (max-width:640px) {
	.mv .mv_ttl strong {
		font-size: 3.1rem;
	}
}
.mv .mv_ttl .mv_ttl_tit {
	font-size: 3rem;
	line-height: 1.66;
	margin-bottom: 3rem;
	letter-spacing: 0.04em;
	width: 29%;
}
@media screen and (max-width:640px) {
	.mv .mv_ttl .mv_ttl_tit {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 1rem;
		box-sizing: border-box;
		padding-right: 2rem;
	}
}
.mv .mv_ttl .mv_ttl_tit.list_ttl {
	font-family: essonnes-text, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5.2rem;
	margin-bottom: 0;
}
@media screen and (max-width:640px) {
	.mv .mv_ttl .mv_ttl_tit.list_ttl {
		font-size: 3.1rem;
	}
}
.mv .mv_ttl em {
	font-size: 1.6rem;
	font-style: normal;
	color: #809BB1;
	letter-spacing: 0.04em;
}
@media screen and (max-width:640px) {
	.mv .mv_ttl em {
		font-size: 1.3rem;
	}
}
.mv .mv_ttl .sub_ttl {
	font-size: 1.6rem;
	font-weight: 700;
	background-image: url(../img/info/detail_list_icon.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	padding-left: 1.6rem;
	background-position: 0 center;
}
.mv_img_wrapper {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%);
}
.mv_img_wrapper .mv_img_list {
	position: absolute;
	top: 0;
	right: 0;
	height: 86%;
	z-index: 1;
	background-image: url(../img/info/detail_mv_list.jpg);
	background-position: center center;
	background-size: cover;
}
@media screen and (min-width:1441px) {
	.mv_img_wrapper .mv_img_list {
		left: calc(50% - 200px);
	}
}
@media screen and (min-width:641px) and (max-width:1440px) {
	.mv_img_wrapper .mv_img_list {
		left: calc(50% - 15vw);
	}
}
@media screen and (max-width:640px) {
	.mv_img_wrapper .mv_img_list {
		width: 90%;
		height: 23rem;
		right: 2rem;
	}
}
.mv_img_wrapper .mv_img_detail {
	position: absolute;
	top: 0;
	right: 0;
	width: 63%;
	height: 86%;
	z-index: 1;
	background-image: url(../img/info/detail_mv_detail.jpg);
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	.mv_img_wrapper .mv_img_detail {
		width: 90%;
		height: 23rem;
		right: 2rem;
	}
}
.mv_img_wrapper .mv_img_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 80%;
	background-image: url(../img/info/detail_mv_bg.jpg);
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	.mv_img_wrapper .mv_img_bg {
		width: 90%;
		height: 23rem;
		bottom: inherit;
		top: 8%;
	}
	.mv_img_wrapper .mv_img_bg.detail {
		height: 23rem;
	}
}
.mod_w980 {}
.mod_w980 .blog_list_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -2rem;
	margin-right: -2rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list_wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}
.mod_w980 .blog_list {
	width: 33.3%;
	letter-spacing: 0.04em;
	position: relative;
	padding: 2rem 2rem 4rem 2rem;
	margin-bottom: 0.1rem;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list {
		width: 100%;
		padding-bottom: 2rem;
	}
}
.mod_w980 .blog_list a {
	display: block;
	padding-bottom: 1.5rem;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.no-touchevents .mod_w980 .blog_list a {
	transition: 0.2s;
}
.no-touchevents .mod_w980 .blog_list a[href]:hover {
	opacity: 0.6;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list a {
		padding-bottom: 2.4rem;
	}
}
.mod_w980 .blog_list .layout_img.contain img {
	object-fit: contain;
}
.mod_w980 .blog_list .layout_img img {
	display: block;
	width: 100%;
	height: 25rem;
	object-fit: cover;
}
.mod_w980 .blog_list .mark {
	position: absolute;
	bottom: 0;
	right: 0;
}
.mod_w980 .blog_list .blog_list_date {
	color: #be9b50;
	font-size: 1.4rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list .blog_list_date {
		font-size: 1.3rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.mod_w980 .blog_list .blogtit {
	font-size: 1.8rem;
	line-height: 1.88em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list .blogtit {
		font-size: 1.6rem;
	}
}
.mod_w980 .blog_list_pagenavi {
	text-align: center;
	font-size: 1.6rem;
	padding-top: 8rem;
	padding-bottom: 8rem;
	line-height: 1;
}
.mod_w980 .blog_list_pagenavi a, .mod_w980 .blog_list_pagenavi span {
	display: inline-block;
	padding: 1.4rem;
	margin: 1rem;
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_list_pagenavi a, .mod_w980 .blog_list_pagenavi span {
		margin: 0.5rem;
		padding: 15px;
	}
}
.no-touchevents .mod_w980 .blog_list_pagenavi a, .no-touchevents .mod_w980 .blog_list_pagenavi span {
	transition: 0.2s;
}
.mod_w980 .blog_list_pagenavi a.now, .mod_w980 .blog_list_pagenavi span.now, .no-touchevents .mod_w980 .blog_list_pagenavi a:hover, .no-touchevents .mod_w980 .blog_list_pagenavi span:hover {
	background-color: #be9b50;
	color: #FFF;
}
.mod_w980 .blog_list_pagenavi span.dot {
	position: relative;
	top: -0.2rem;
	padding-left: 0;
	padding-right: 0;
}
.blog_category_wrapper {
	border-top: 1px solid #999999;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width:640px) {
	.blog_category_wrapper {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.blog_category_wrapper .blog_category {
	max-width: 98rem;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width:640px) {
	.blog_category_wrapper .blog_category {
		padding-left: 2rem;
		padding-right: 2rem;
		display: block;
	}
}
.blog_category_wrapper .blog_category .category_ttl {
	width: 200px;
}
@media screen and (max-width:640px) {
	.blog_category_wrapper .blog_category .category_ttl {
		width: 100%;
		padding-bottom: 1rem;
	}
}
.blog_category_wrapper .blog_category .category_ttl .cattit {
	font-size: 1.6rem;
	font-weight: 700;
	background-image: url(../img/info/detail_list_icon.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	padding-left: 1.6rem;
	background-position: left center;
}
.blog_category_wrapper .blog_category ul {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.blog_category_wrapper .blog_category ul li {
	width: 31%;
	font-size: 1.6rem;
	padding-bottom: 2.4rem;
	list-style: disc;
	margin-left: 1.6rem;
}
@media screen and (max-width:640px) {
	.blog_category_wrapper .blog_category ul li {
		width: 100%;
		padding-bottom: 1rem;
		margin-left: 2rem;
	}
}
.mod_w980 {
	max-width: 128rem;
	margin: auto;
	overflow: hidden;
}
.mod_w980 .blog_detail {
	padding-top: 2rem;
	max-width: 98rem;
	margin: auto;
}
@media screen and (max-width:640px) {
	.mod_w980 .blog_detail {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.mod_w980 .layout_title_wrap.tp01 {
	background-color: #3c5028;
	position: relative;
}
.mod_w980 .layout_title_wrap.tp01:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 2px;
	bottom: 2px;
	right: 2px;
	left: 2px;
	border: 1px solid #be9b50;
}
.mod_w980 .layout_title_wrap.tp01 .ttl {
	color: #fff;
	padding: 1rem 2rem;
	letter-spacing: 0;
	font-size: 2.2rem;
	line-height: 1.6;
	background-color: transparent;
}
.mod_w980 .layout_title_wrap.tp02 {
	background-image: url(../img/info/detail_ttl_h3_bg_left.png), url(../img/info/detail_ttl_h3_bg_left.png), url(../img/info/detail_ttl_h3_bg_right.png), url(../img/info/detail_ttl_h3_bg_right.png), url(../img/info/detail_ttl_h3_bg.png), url(../img/info/detail_ttl_h3_bg.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x;
	background-size: 14px 10px;
	background-position: left top, left bottom, right top, right bottom, left top, left bottom;
	margin-bottom: 2.2rem;
}
.mod_w980 .layout_title_wrap.tp02 .ttl {
	background-color: transparent;
	padding: 1.6rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}
.mod_w980 .layout_free_txt p {
	line-height: 2;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_free_txt p {
		line-height: 1.81;
	}
}
.mod_w980 .layout_lr_block p {
	line-height: 2;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_lr_block p {
		line-height: 1.81;
	}
}
.mod_w980 .layout_free_txt>ul>li:before {
	background-color: transparent;
	background-image: url(../img/info/detail_list_icon.png);
	background-position: 0 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
}
.mod_w980 .layout_hr {
	height: 4px;
	background-image: url(../img/info/detail_hr.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 0;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_hr {
		height: 2px;
		background-image: url(../img/info/detail_hr.png);
		background-size: auto 3px;
	}
}
.mod_w980 .layout_lr_block.ph_l .ph {
	padding-right: 4rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_lr_block.ph_l .ph {
		padding-right: 0;
	}
}
.mod_w980 .layout_lr_block.ph_r .ph {
	padding-left: 4rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_lr_block.ph_r .ph {
		padding-left: 0;
	}
}
.mod_w980 .layout_col_block.col_2.ph_left .li .ph {
	margin-right: 2rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_2.ph_left .li .ph {
		width: 100%;
		height: auto;
		float: none;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_2.ph_left {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_2.ph_left .li {
		width: 48%;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_2.ph_left .li+.li {
		margin-top: 0;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_2.ph_left .li p {
		padding-left: 0;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_col_block.col_3 .li {
		margin-bottom: 2rem;
		overflow: hidden;
	}
}
.mod_w980 .layout_emphasis {
	border: 6px solid #cebe8d;
	background-image: url(../img/info/detail_kakomi_bg_left.png), url(../img/info/detail_kakomi_bg_right.png), url(../img/info/detail_kakomi_bg.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left center, right center, center center;
	background-size: 28px 164px, 28px 164px, cover;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_emphasis {
		background-image: url(../img/info/detail_kakomi_bg_top.png), url(../img/info/detail_kakomi_bg_bottom.png), url(../img/info/detail_kakomi_bg.jpg);
		background-position: center top, center bottom, center center;
		background-size: 115px 20px, 115px 20px, cover;
		border: 3px solid #cebe8d;
	}
}
.mod_w980 .layout_emphasis h3.tit_quote {
	color: #3c5028;
	font-size: 2.2rem;
	padding-bottom: 1rem;
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_emphasis h3.tit_quote {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:640px) {
	.mod_w980 .layout_emphasis .txt {
		padding-bottom: 0.5rem;
	}
}
.mod_w980 .sns_btn_wrapper {
	padding-top: 12rem;
	padding-bottom: 12rem;
	text-align: center;
	max-width: 98rem;
	margin: auto;
}
@media screen and (max-width:640px) {
	.mod_w980 .sns_btn_wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.mod_w980 .sns_btn_wrapper ul {
	display: flex;
	justify-content: space-between;
}
.mod_w980 .sns_btn_wrapper ul li {
	width: 49%;
	height: 3rem;
}
.mod_w980 .sns_btn_wrapper ul li.fb {
	background-color: #3D5997;
	background-image: url(../img/info/fb_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.8rem;
}
.mod_w980 .sns_btn_wrapper ul li.tw {
	background-color: #5DACED;
	background-image: url(../img/info/tw_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.8rem;
}
.mod_w980 .sns_btn_wrapper ul li a {
	text-indent: -9999px;
	display: block;
}
.blog_detail_navi_wrapper {
	border-top: 1px solid #999999;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
}
.blog_detail_navi_wrapper .blog_detail_navi {
	max-width: 98rem;
	margin: auto;
	position: relative;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper .blog_detail_navi {
		padding-bottom: 8rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.blog_detail_navi_wrapper .blog_detail_navi p {
	flex: 3;
}
@media print, screen and (min-width:641px) {
	.blog_detail_navi_wrapper .blog_detail_navi p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper .blog_detail_navi p {
		word-break: break-all;
	}
}
.blog_detail_navi_wrapper ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.4rem;
	position: relative;
	height: 4.5rem;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul {
		height: inherit;
		position: static;
		overflow: hidden;
		background-image: url(../img/info/v_border.png);
		background-position: center 0;
		background-repeat: repeat-y;
	}
}
.blog_detail_navi_wrapper ul img {
	width: 100%;
	display: block;
	object-fit: cover;
}
@media print, screen and (min-width:641px) {
	.blog_detail_navi_wrapper ul img {
		height: 4.5rem;
	}
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul img {
		height: 8rem;
	}
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li a {
		height: 100%;
	}
}
.blog_detail_navi_wrapper ul li.prev {
	width: 40%;
	position: absolute;
	left: 0;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.prev {
		width: 50%;
		position: static;
		float: left;
		margin-right: auto;
	}
}
.blog_detail_navi_wrapper ul li.prev a {
	display: block;
	background-image: url(../img/info/detail_prev_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.1rem;
	padding-left: 4rem;
	padding-right: 3rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.prev a {
		display: block;
		padding-left: 3rem;
		padding-right: 2rem;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.blog_detail_navi_wrapper ul li.prev a .blog_detail_navi_ph {
	width: 11.6rem;
	padding-right: 1.4rem;
	flex: 1;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.prev a .blog_detail_navi_ph {
		width: 100%;
		padding-bottom: 1rem;
		padding-right: 0;
	}
}
.blog_detail_navi_wrapper ul li.next {
	width: 40%;
	position: absolute;
	right: 0;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.next {
		width: 50%;
		position: static;
		float: right;
		margin-left: auto;
	}
}
.blog_detail_navi_wrapper ul li.next a {
	display: block;
	background-image: url(../img/info/detail_next_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.1rem;
	padding-right: 4rem;
	padding-left: 3rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.next a {
		border-left: 0;
		display: block;
		padding-right: 3rem;
		padding-left: 2rem;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.blog_detail_navi_wrapper ul li.next a .blog_detail_navi_ph {
	width: 11.6rem;
	padding-left: 1.4rem;
	flex: 1;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.next a .blog_detail_navi_ph {
		width: 100%;
		padding-bottom: 1rem;
		padding-left: 0;
	}
}
.blog_detail_navi_wrapper ul li.home {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	box-sizing: border-box;
	text-align: center;
	width: 20%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.home {
		position: absolute;
		border: 0;
		bottom: 0;
		left: 0;
		transform: none;
		width: 100%;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
.blog_detail_navi_wrapper ul li.home a {
	font-size: 1.6rem;
	font-weight: 700;
	color: #be9b50;
}
@media screen and (max-width:640px) {
	.blog_detail_navi_wrapper ul li.home a {
		border: 1px solid #be9b50;
		text-align: center;
		padding: 1rem;
		display: block;
	}
}
