@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- breadcrumb_pc
	- mapModal

-----------------------------------------*/

/* ここからがparticles.jsのCSS */
canvas{
	display:block;
	vertical-align:bottom;
}

/* ---- stats.js ---- */
.count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles{
	font-size: 1.1em;
}
#stats,
.count-particles{
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles{
	border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js{
	width: 100%;
	height: 100%;
	/*  背景色を変更  */
	background-color: rgba(255,255,255,0.0);
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* 追加CSS */
canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fix-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
}
#footer {
	position: relative;
	z-index: 2;
}

/*----------------------------------------
	common
/-----------------------------------------*/
#breadcrumb_pc,
#breadcrumb_sp {
	position: relative;
	z-index: 99000;
}
#header .h_box01,
#header .h_box02 {
	z-index: 999000;
}
#header .h_box01 #lang {
	--lang-color: #fff;
}
.font_small{
	font-size: 1.2rem;
}
.indent07 {
	text-indent: -7em;
	padding-left: 7em;
}

a.blank {
	position: relative;
	margin-right: 1.5em;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid #111;
}
a.blank:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px -1.5em -0.25em 0.5em;
	border: none;
	background: url(/asset/img/cmn/c_link02.png) center top no-repeat;
	background-size: 13px 13px;
}

#contents .contents-bg {
	background: url(../img/c_bg02s.png) center top repeat, url(../img/c_bg01s.png) center top no-repeat;
	background-size: 100% auto, 100% auto;
	background-color: #0d0d0d;
}
#headtitle {
	position: relative;
	z-index: 99999;
	height: auto;
	padding: 0;
	border: none;
}
#headtitle .headtitle_inner {
	position: relative;
}
#headtitle .headtitle_inner>h1 {
	width: 84%;
	margin: 34% auto 8%;
	padding: 0;
}
#headtitle .headtitle_date {
	position: relative;
	text-align: center;
	margin: 0 11.5% 4.5%;
	padding: 1.5% 0 2.5%;
}
#headtitle .headtitle_date span {
	letter-spacing: 0.1em;
}
#headtitle .headtitle_date .left {
	position: relative;
}
#headtitle .headtitle_date .right {
	position: relative;
	padding: 0 0 0 15px;
}
#headtitle .headtitle_date .left:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #ffffff;
	top: 1px;
	right: -20px;
}
#headtitle .headtitle_date + p {
	line-height: 1.8;
}
#headtitle .headtitle_link ul {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
}
#headtitle .headtitle_link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 60px;
	background: #a7883e url("/asset/img/cmn/c_link01.png") right 12px center no-repeat;
	background-size: 13px auto;
}
#list_back {
	padding-top: 70px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#contents .contents-bg {
		background:url(../img/c_bg01.png) center top no-repeat;
		background-size:100% auto;
		background-color: #0d0d0d;
	}
	#headtitle .headtitle_inner {
		background-image: url();
	}
	#headtitle .headtitle_inner>h1 {
		max-width: 1050px;
		margin: 230px auto 40px;
		padding: 0;
	}
	#headtitle .headtitle_inner>h1+p {
		margin: 0 auto 120px;
	}
	#headtitle .headtitle_date span {
		letter-spacing: 0.1em;
	}
	#headtitle .headtitle_date .left {
		position: relative;
	}
	#headtitle .headtitle_date .right {
		position: relative;
		padding: 0 0 0 25px;
	}
	#headtitle .headtitle_link ul {
		padding-left: 40px;
	}
	#headtitle .headtitle_link li a {
		width: 300px;
	}
	#list_back {
		padding-top: 120px;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/
main {
	display: block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	main {
		background: url(../img/mv_bg01.png) center bottom repeat-y;
		background-size: 1440px auto;
	}
	[id^="breadcrumb"],
	[id^="breadcrumb"]>ul>li>a {
		color: #fff;
		border-color: #fff;
	}
}

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	margin-top: 55px;
}
#mv .box01 {
	position: relative;
}
#mv .box01::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 48%;
	padding-bottom: 40%;
	background: url(../img/mv_obj03s.png) center bottom no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
#mv .box01 .ttl {
	margin-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.7;
}
#mv .box01 .b_wrap {
	position: relative;
	z-index: 2;
}
#mv .box01 .b_wrap::before,
#mv .box01 .b_wrap::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
}
#mv .box01 .b_wrap::before {
	top: 0;
	margin-top: -8%;
	padding-bottom: 52%;
	background: url(../img/mv_obj01s.png) center top no-repeat;
	background-size: 100% auto;
}
#mv .box01 .b_wrap::after {
	bottom: 0;
	margin-bottom: -6.134%;
	padding-bottom: 70%;
	background: url(../img/mv_obj02s.png) center bottom no-repeat;
	background-size: 100% auto;
}
#mv .box01 .b_wrap-inner {
	margin: 0 2.67%;
	padding: 35px 0 44%;
	border: 5px solid #055310;
	border-radius: 3px;
	background-color: #f9f6ea;
}
#mv .box01 .b_wrap p {
	padding: 0 10px;
	line-height: 2;
}
#mv .box01 .b_wrap h3 {
	margin: 30px 0 8px;
}
#mv .box01 .b_wrap dl {
	line-height: 2;
}
#mv .box01 .b_wrap dl > dt {
	padding: 2px 8.7%;
	background-color: rgba(204,159,82,0.3);
}
#mv .box01 .b_wrap dl > dd {
	padding: 13px 8.7%;
}
#mv .box01 .b_wrap dl > dd > span {
	display: inline-block;
	padding: 0 14px;
	margin-left: 5px;
	background: #7f2120;
	color: #fff;
	font-size: 1.1rem;
}
#mv .box02 {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 80px 5.3% 0;
	background: url("../img/mv_bg01s.png") center center no-repeat;
	background-size: 100% auto;
}
#mv .box02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mv .box02 ul > li {
	position: relative;
	width: 29.533%;
	padding-top: 29.533%;
	margin-bottom: 40px;
}
#mv .box02 ul > li::before {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100%;
	width: 40px;
	height: 40px;
	background: url("../img/mv_chain03.png") center center no-repeat;
	background-size: 9px 35px;
}
#mv .box02 ul > li::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: 99%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#mv .box02 ul > li:nth-child(1)::before,
#mv .box02 ul > li:nth-child(2)::before,
#mv .box02 ul > li:nth-child(3)::before {
	bottom: calc(100% + 20px);
	width: 40px;
	height: 60px;
	background: url("../img/mv_chain01s.png") bottom center repeat-y;
	background-size: 9px 28px;
}
#mv .box02 ul > li:nth-child(1)::after,
#mv .box02 ul > li:nth-child(2)::after,
#mv .box02 ul > li:nth-child(3)::after {
	width: 40px;
	height: 20px;
	background: url("../img/mv_chain02s.png") bottom center no-repeat;
	background-size: 23px 19px;
}

#mv .box02 ul > li > a {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 5px #222;
}
#mv .box02 ul > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #6899ba center center no-repeat;
	background-size: cover;
	opacity: 0.2;
}

#mv .box02 ul > li:nth-child(1) > a { background-color: #a97a28; }
#mv .box02 ul > li:nth-child(2) > a { background-color: #a97a28; }
#mv .box02 ul > li:nth-child(3) > a { background-color: #a97a28; }
#mv .box02 ul > li:nth-child(4) > a { background-color: #666666; }
#mv .box02 ul > li:nth-child(5) > a { background-color: #666666; }
#mv .box02 ul > li:nth-child(6) > a { background-color: #666666; }
#mv .box02 ul > li:nth-child(7) > a { background-color: #666666; }

#mv .box02 ul > li:nth-child(1) > a::before { background-image: url(../img/mv_btn01.jpg); }
#mv .box02 ul > li:nth-child(2) > a::before { background-image: url(../img/mv_btn02.jpg); }
#mv .box02 ul > li:nth-child(3) > a::before { background-image: url(../img/mv_btn03.jpg); }
#mv .box02 ul > li:nth-child(4) > a::before { background-image: url(../img/mv_btn04.jpg); }
#mv .box02 ul > li:nth-child(5) > a::before { background-image: url(../img/mv_btn05.jpg); }
#mv .box02 ul > li:nth-child(6) > a::before { background-image: url(../img/mv_btn06.jpg); }
#mv .box02 ul > li:nth-child(7) > a::before { background-image: url(../img/mv_btn07.jpg); }

#mv .box02 ul > li > a > span {
	position: relative;
}
#mv .box02 ul > li > a > span > span {
	display: inline-block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#mv {
		margin-top: 85px;
	}
	#mv .box01::before {
		margin-bottom: 29%;
		padding-bottom: 20%;
		background-image: url(../img/mv_obj03.png);
	}
	#mv .box01 .ttl {
		margin-bottom: 25px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	#mv .box01 .b_wrap::before,
	#mv .box01 .b_wrap::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		pointer-events: none;
	}
	#mv .box01 .b_wrap::before {
		margin-top: -3.969%;
		padding-bottom: 52%;
		background-image: url(../img/mv_obj01.png);
	}
	#mv .box01 .b_wrap::after {
		margin-bottom: -3.969%;
		padding-bottom: 70%;
		background-image: url(../img/mv_obj02.png);
	}
	#mv .box01 .b_wrap .b_wrap-inner {
		width: 85.715%;
		margin: 0 auto;
		padding: 60px 0 20%;
		border-width: 15px;
		border-radius: 15px;
	}
	#mv .box01 .b_wrap h3 {
		margin: 30px 0 18px;
	}
	#mv .box01 .b_wrap dl {
		display: flex;
		width: 90%;
		max-width: 680px;
		margin: 0 auto;
		padding: 23px 0;
		border-bottom: 1px solid rgba(34, 34, 34, 0.3);
	}
	#mv .box01 .b_wrap h3 + dl {
		border-top: 1px solid rgba(34, 34, 34, 0.3);
	}
	#mv .box01 .b_wrap dl > dt {
		width: 230px;
		background: none;
		padding: 0;
		text-align: center;
	}
	#mv .box01 .b_wrap dl > dd {
		flex: 1;
		padding: 0;
	}
	#mv .box02 {
		margin: 0 auto;
		padding: 0;
		background: url();
	}
	#mv .box02 ul {
		justify-content: center;
		max-width: 1040px;
		margin: 60px auto 0;
	}
	#mv .box02 ul::after {
		content: none;
	}
	#mv .box02 ul > li {
		width: 194px;
		margin: 20px 2% 0;
		padding-top: 194px;
	}
	#mv .box02 ul > li a::before {
		transition: 0.2s;
	}
	#mv .box02 ul > li a:hover::before {
		transform: scale(1.1);
	}
	#mv .box02 ul > li::before {
		bottom: calc(100% + 23px);
	}
	#mv .box02 ul > li:nth-child(1)::before,
	#mv .box02 ul > li:nth-child(2)::before,
	#mv .box02 ul > li:nth-child(3)::before,
	#mv .box02 ul > li:nth-child(4)::before {
		height: 57px;
		background-image: url("../img/mv_chain01.png");
		background-size: 8px 28px;
	}
	#mv .box02 ul > li:nth-child(1)::after,
	#mv .box02 ul > li:nth-child(2)::after,
	#mv .box02 ul > li:nth-child(3)::after,
	#mv .box02 ul > li:nth-child(4)::after,
	#mv .box02 ul > li:nth-child(5)::after,
	#mv .box02 ul > li:nth-child(6)::after,
	#mv .box02 ul > li:nth-child(7)::after {
		height: 25px;
		background-image: url("../img/mv_chain02.png");
		background-size: 30px 25px;
	}
	#mv .box02 ul > li:nth-child(4)::before {
		width: 40px;
		bottom: calc(100% + 23px);
		background-size: 8px 28px;
		background-repeat: repeat-y;
		background-position: bottom center;
	}
	#mv .box02 ul > li:nth-child(4)::after,
	#mv .box02 ul > li:nth-child(5)::after,
	#mv .box02 ul > li:nth-child(6)::after,
	#mv .box02 ul > li:nth-child(7)::after {
		width: 40px;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	#mv .box02 ul > li:nth-child(5)::before,
	#mv .box02 ul > li:nth-child(6)::before,
	#mv .box02 ul > li:nth-child(7)::before {
		bottom: calc(100% + 23px);
		width: 40px;
		height: 270px;
		background-image: url("../img/mv_chain01.png");
		background-size: 8px 28px;
		background-repeat: repeat-y;
		background-position: center bottom;
	}
}
/*----------------------------------------
	sBox
-----------------------------------------*/
.sBox {
	padding: 50px 0 60px;
}
.sBox .inner {
	position: relative;
	z-index: 200;
	margin: 0 2.67%;
}
.sBox .bg {
	position: relative;
	padding: 0;
	border: 1px solid #73624a;
	background-position: left top, right top, left bottom, right bottom;
	background-size: 60px auto, 60px auto, 60px auto, 60px auto;
	background-repeat: no-repeat;
}
.sBox hr {
	position: relative;
	border: none;
	width: 89.236%;
	height: 28px;
	margin: 35px auto;
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: auto 100%, auto 100%;
}
.sBox hr::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
}
.sBox .box {
	position: relative;
	min-height: 200px;
	padding: 55px 0 40px;
}
.sBox .box-title {
	position: relative;
	z-index: 200;
	margin: 0 0 18px;
	padding: 0 10px;
	line-height: 1.2;
}
.sBox .box-block01 {
	width: 89.236%;
	margin: 0 auto;
	color: #222;
}
.sBox .box-block01 .txt > h3 {
	margin-bottom: 5px;
}
.sBox .box-block01 .txt > p {
	margin: 0 0 18px;
	line-height: 1.8;
}
.sBox .box-block01 figure {
	position: relative;
	margin: 0 0 20px;
}
.sBox .box-block01 figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sBox .box-block01 figure figcaption p {
	display: inline-block;
	padding: 4px 8px;
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}
.sBox .slide {
	display: none;
}
.sBox .slide.slick-initialized {
	display: block;
}
.sBox .slide .slick-arrow {
	top: calc(50% - 15px);
	background-color: rgba(102, 102, 102, 0.9);
}
.sBox .slide .slick-arrow.slick-next {
	transform: translateX(50%);
}
.sBox .slide .slick-arrow.slick-prev {
	transform: translateX(-50%);
}
.sBox .slide .slick-arrow:before {
	border-top-color: #fff;
	border-right-color: #fff;
}
.sBox .box-info dl > dt {
	padding: 6px 5.383%;
	background-color: #a48251;
	color: #fff;
}
.sBox .box-info dl > dd {
	padding: 5px 5.383% 10px;
}
.sBox .box-info dl > dd > span {
	display: inline-block;
	padding: 2px 10px;
	margin-left: 5px;
	background: #7f2120;
	color: #fff;
	font-size: 1.1rem;
}
.sBox .box-detail {
	position: relative;
	z-index: 0;
	width: 89.236%;
	margin: 0 auto 20px;
	padding: 35px 6px 25px;
	background-color: #fff;
}
.sBox .box-detail > .obj {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.sBox .box-detail > .obj::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #9f833f;
	box-sizing: border-box;
}
.sBox .box-detail > .obj::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #9f833f;
	box-sizing: border-box;
}
.sBox .box-detail > .obj > span::before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	border-top-color: #9f833f; 
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
}
.sBox .box-detail > .obj > span::after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 34px;
	height: 34px;
	border: 2px solid #9f833f;
	border-radius: 50%;
	background-color: #181818;
	box-sizing: border-box;
}
.sBox .box-detail > .obj > span:nth-child(1):after {
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}
.sBox .box-detail > .obj > span:nth-child(2):after {
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
.sBox .box-detail > .obj > span:nth-child(3):after {
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
}
.sBox .box-detail > .obj > span:nth-child(4):after {
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
}
.sBox .box-detail > .obj > span:nth-child(1):before {
	top: 5px;
	left: 5px;
	transform: translate(-50%, -50%) rotate(135deg);
}
.sBox .box-detail > .obj > span:nth-child(2):before {
	top: 5px;
	right: 5px;
	transform: translate(50%, -50%) rotate(-135deg);
}
.sBox .box-detail > .obj > span:nth-child(3):before {
	bottom: 5px;
	left: 5px;
	transform: translate(-50%, 50%) rotate(45deg);
}
.sBox .box-detail > .obj > span:nth-child(4):before {
	bottom: 5px;
	right: 5px;
	transform: translate(50%, 50%) rotate(-45deg);
}
.sBox .box-detail figure {
	width: 87.46%;
	margin: 0 auto 10px;
}
.sBox .box-detail figure figcaption p {
	margin-top: 5px;
	font-size: 1.0rem
}
.sBox .box-detail .txt h3 {
	width: 87.46%;
	margin: 0 auto 10px;
}
.sBox .box-detail .txt p {
	width: 87.46%;
	margin: 0 auto 12px;
	line-height: 1.8;
}
.sBox .box-detail .txt div {
	width: 87.46%;
	margin: 0 auto 12px;
}
.sBox .box-detail .txt dl > dt {
	padding: 6px 5.383%;
	background-color: #9f833f;
	color: #fff;
}
.sBox .box-detail .txt dl > dd {
	padding: 5px 5.383% 10px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	.sBox {
		padding: 145px 0 100px;
	}
	.sBox .bg {
		background-size: 70px auto, 70px auto, 70px auto, 70px auto;
	}
	.sBox hr {
		width: 89.031%;
		height: 38px;
		margin: 60px auto;
	}
	.sBox .inner {
		margin: 0 auto;
	}
	.sBox .box {
		padding: 70px 0 80px;
	}
	.sBox .box-title {
		margin: 0 0 42px;
		padding: 0 40px;
		letter-spacing: 0.25em;
	}
	.sBox .box-block01 {
		width: 89.031%;
	}
	.sBox .box-block01 .txt {
		margin-bottom: 50px;
		padding: 40px 30px 0;
	}
	.sBox .box-block01 .txt > h3 {
		width: 100%;
		margin-bottom: 10px;
	}
	.sBox .box-block01 .txt > p {
		width: 100%;
		margin: 0 0 5px;
	}
	.sBox .box-block01 figure {
		width: 100%;
		margin: 0;
	}
	.sBox .slide.slick-arrow {
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
	}
	.sBox .slide .slick-arrow:before {
		width: 5px;
		height: 5px;
	}
	.sBox .box-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 89.031%;
		margin: 0 auto;
		padding: 0 30px;
	}
	.sBox .box-info dl {
		display: flex;
		width: 49%;
		padding: 10px 0;
		border-top: 1px solid rgba(34, 34, 34, 0.3);
		border-bottom: 1px solid rgba(34, 34, 34, 0.3);
	}
	.sBox .box-info dl:nth-child(n+3) {
		border-top: none;
	}
	.sBox .box-info dl > dt {
		width: 130px;
		padding: 0 20px;
		background: none;
		color: #111111;
	}
	.sBox .box-info dl > dd {
		padding: 0 0;
	}
	.sBox .box-detail {
		margin-bottom: 0;
		padding: 50px 10px 40px;
	}
	.sBox .box-detail > .obj::before {
		top: 10px;
		left: 10px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.sBox .box-detail > .obj::after {
		border: none;
	}
	.sBox .box-detail > .obj > span::before {
		width: 60px;
		height: 60px;
	}
	.sBox .box-detail > .obj > span::after {
		width: 60px;
		height: 60px;
		border: none;
	}
	.sBox .box-detail > .obj > span:nth-child(1):before {
		top: 10px;
		left: 10px;
	}
	.sBox .box-detail > .obj > span:nth-child(2):before {
		top: 10px;
		right: 10px;
	}
	.sBox .box-detail > .obj > span:nth-child(3):before {
		bottom: 10px;
		left: 10px;
	}
	.sBox .box-detail > .obj > span:nth-child(4):before {
		bottom: 10px;
		right: 10px;
	}
	.sBox .box-detail-inner {
		display: flex;
		width: 89.337%;
		margin: 0 auto;
	}
	.sBox .box-detail figure {
		width: 36.549%;
		margin: 0 30px 0 0;
	}
	.sBox .box-detail figure figcaption p {
		margin-top: 5px;
		font-size: 1.4rem;
	}
	.sBox .box-detail .txt {
		flex: 1;
		padding: 8px 0 0;
	}
	.sBox .box-detail .txt h3 {
		width: auto;
		margin: 0 0 10px;
	}
	.sBox .box-detail .txt p {
		width: auto;
		margin: 0 0 12px;
	}
	.sBox .box-detail .txt div {
		width: auto;
		margin: 0 0 12px;
	}
	.sBox .box-detail .txt dl {
		display: flex;
		margin: 0 0 20px;
		padding: 10px 0;
		border-top: 1px solid rgba(34, 34, 34, 0.3);
		border-bottom: 1px solid rgba(34, 34, 34, 0.3);
	}
	.sBox .box-detail .txt dl > dt {
		width: 130px;
		padding: 0 20px;
		background: none;
		color: #111111;
	}
	.sBox .box-detail .txt dl > dd {
		padding: 0 0;
	}
}

/*----------------------------------------
	s01
-----------------------------------------*/
#s01.sBox .bg {
	background-color: #181818;
	background-image: url(../img/s01_obj01.svg),url(../img/s01_obj02.svg),url(../img/s01_obj03.svg),url(../img/s01_obj04.svg);
}
#s01.sBox hr {
	background-image: url(../img/s01_obj05.svg), url(../img/s01_obj06.svg);
}
#s01.sBox hr::before {
	background: #7e714e;
}
#s01.sBox .box {
	border-color: #b9904a;
}
#s01.sBox .box-title {
	color: #fff;
}
#s01.sBox .box-block01 {
	color: #fff;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
}

/*----------------------------------------
	s02
-----------------------------------------*/
#s02 {
	position: relative;
	margin: 160px 0 0;
	background: #dddddd url(../img/s02_bg02s.png) center top repeat;
	background-size: 100% auto;
}
#s02::before {
	content: '';
	position: absolute;
	bottom: calc(100% - 2px);
	left: 0;
	width: 100%;
	height: 135px;
	background: url(../img/s02_bg01.svg) center bottom repeat-x;
	background-size: 750px auto;
}
#s02.sBox .bg {
	background-color: #fff;
	background-image: url(../img/s02_obj01.svg),url(../img/s02_obj02.svg),url(../img/s02_obj03.svg),url(../img/s02_obj04.svg);
	border-color: #a48251;
}
#s02.sBox hr {
	background-image: url(../img/s02_obj05.svg), url(../img/s02_obj06.svg);
}
#s02.sBox hr::before {
	background: #c3b693;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s02 {
		margin-top: 300px;
		padding-top: 110px;
		background: #dddddd url(../img/s02_bg02.png) center bottom repeat-y;
		background-size: 1440px auto;
	}
	#s02::before {
		height: 270px;
		background: url(../img/s02_bg01.svg) center bottom repeat-x;
		background-size: 1520px auto;
	}
}
