@charset "UTF-8";
.visual {
	
}
.main .visual {
  position: relative;
  padding: 0 !important;
}
.main .visual > .inner {
  position: relative;
}
.main .visual .info {position: absolute;left: 50%;top: 46%;transform: translate(-50%, -50%);width: 100%;text-align: center;}
.main .visual .info h1 {font-size: 70px;letter-spacing: 0.1em;text-shadow: 0 0 10px #00000094;color: #fff;}
.main .visual .info .label {display: flex;gap: 15px;justify-content: center;margin-top: 20px;}
.main .visual .info .label span {font-size: 25px;background: #fff;color: #000;padding: 12px 0px 16px 0;width: 230px;display: block;}
.main .visual .copy {
  font-size: 55px;
  text-align: center;
  letter-spacing: -0.1em;
  text-shadow: 0 0 10px #00000094;
  margin-top: 10px;
  color: #fff;
}
.main .content {
  padding: 80px 0 140px 0;
}
.main .content .img {
	position: relative;
}
.main .content .img .caption {
	left: auto;
	right: 10px;
	color: #fff;
}
.main .content .img .caption.b {
	color: #000;
	text-shadow: 0 0 3px #fff;
}
.main .content .lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
	letter-spacing: 0;
}
.main .content > .lead {
	
}
.main .content nav {
	display: flex;
	width: 980px;
	margin: 0px auto 40px auto;
	gap: 16px;
}
.main .content nav > h2,
.main .content nav > div {
	width: 25%;
}
.main .content nav a {
	text-align: center;
	border: 1px solid #594d47;
	align-items: center;
	color: #594d47;
	text-align: center;
	padding: 4px;
	display: block;
}
.main .content nav a > span {padding: 12px 0 15px 0;border: 1px solid #594d47;display: block;line-height: 1.3em;}
.main .content nav a > span span {
	font-size: 20px;
	line-height: 1.2em;
	min-height: 2.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
}
.main .content nav a.active {
	background: #594d47;
	color: #f1efe7;
}
.main .content nav a.active > span {border-color: #f1efe7;}
.main .content .sec {
	padding-top: 75px;
}
.main .content .sec + .sec {
	margin-top: 55px;
}
.main .content .sec > .inner  {
	max-width: 980px;
	margin: 0 auto;
}
.main .content .sec lead {
	
}
.main .content .sec h2 {
	
}
.main .content .sec .insec {
	margin-top: 80px;
}
.main .content .sec .insec + .insec {
	margin-top: 100px;
}
.main .content .sec .insec h3 {
	background: #917c30;
	text-align: center;
	font-size: 25px;
	padding: 5px 0 9px 0;
	margin-bottom: 50px;
	color: #fff;
}
.main .content .sec .insec .list {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}
.main .content .sec .insec .list .fbox {
	display: flex;
	justify-content: space-between;
}
.main .content .sec .insec .list .fbox:nth-child(odd) {
	flex-direction: row-reverse;
}
.main .content .sec .insec .list .fbox .info {
	width: calc(50% - 30px);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main .content .sec .insec .list .fbox .info .title {
	font-size: 20px;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.main .content .sec .insec .list .fbox .info .title::before {
	content: "";
	display: block;
	width: 85px;
	height: 2px;
	background: #917c30;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
.main .content .sec .insec .list .fbox .info .text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.8em;
}
.main .content .sec .insec .list .fbox .info .note {
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 3px;
}
.main .content .sec .insec .list .fbox .info {
	
}
.main .content .sec .insec .list .fbox .img {
	width: 50%;
}
.main .content .sec1 .insec1 .img {
	width: 800px;
	margin: 0 auto;
}
.main .content .sec2 > .inner > .img {
	margin-top: 60px;
}
.main .content .sec3 > .inner > .img {
	width: 400px;
	margin: 60px auto 0 auto;
}
.main .content .sec1 .insec1 .text,
.main .content .sec2 .insec2 .text {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
	letter-spacing: 0;
}
.main .content .sec3 .bt_more {
	display: block;
	width: 400px;
	border: 1px solid #594d47;
	text-align: center;
	font-size: 20px;
	padding: 11px 0 13px 0;
	line-height: 1.5em;
	margin: 100px auto 0 auto;
	background: url(./images/icon_arrow.webp) no-repeat right 15px top 50% / 63px auto;
}


/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	.main .visual {
	  position: relative;
	  padding: 0 !important;
	}
	.main .visual > .inner {
	  position: relative;
	}
	.main .visual .info {position: absolute;left: 50%;top: 46%;transform: translate(-50%, -50%);width: 100%;text-align: center;}
	.main .visual .info h1 {font-size: 25px;letter-spacing: 0.1em;text-shadow: 0 0 10px #00000094;}
	.main .visual .info .label {display: flex;gap: 5px;justify-content: center;margin-top: 10px;}
	.main .visual .info .label span {font-size: 9px;/* background: #cfdb00e6; */color: #000;padding: 4px 0px 5px 0;width: 82px;display: block;line-height: 1.5em;}
	.main .visual .copy {
	  font-size: 20px;
	  text-align: center;
	  letter-spacing: -0.1em;
	  text-shadow: 0 0 10px #00000094;
	  margin-top: 3px;
	}
	.main .content {
	  padding: 30px 0 70px 0;
	}
	.main .content .img {
		position: relative;
	}
	.main .content .img .caption {
		left: auto;
		right: 6px;
		bottom: 4px;
	}
	.main .content .img .caption.b {
		color: #000;
		text-shadow: 0 0 3px #fff;
	}
	.main .content .lead {
		text-align: center;
		font-size: 12px;
		line-height: 2em;
		letter-spacing: -0.05em;
	}
	.main .content > .lead {
		
	}
	.main .content nav {
		display: flex;
		width: 92%;
		margin: 0px auto 30px auto;
		gap: 6px;
		flex-wrap: wrap;
	}
	.main .content nav > h2,
	.main .content nav > div {
		width: calc(50% - 3px);
	}
	.main .content nav a {
		text-align: center;
		border: 0.5px solid #594d47;
		align-items: center;
		/* color: #d0db00; */
		text-align: center;
		padding: 2px;
		display: block;
	}
	.main .content nav a > span {padding: 5px 0 5px 0;border: 0.5px solid #594d47;display: block;line-height: 1.3em;font-size: 10px;}
	.main .content nav a > span span {
		font-size: 10px;
		line-height: 1.2em;
		min-height: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0px;
	}
	.main .content nav a > span span br {
		display: none;
	}
	.main .content nav a.active {
		/* background: #d0db00; */
		/* color: #000; */
	}
	.main .content nav a.active > span {/* border-color: #000; */}
	.main .content .sec {
		padding-top: 10px;
		margin-top: 20px;
	}
	.main .content .sec + .sec {
		margin-top: 50px;
	}
	.main .content .sec > .inner  {
		max-width: 92%;
		margin: 0 auto;
	}
	.main .content .sec lead {
		
	}
	.main .content .sec h2 {
		
	}
	.main .content .sec .insec {
		margin-top: 30px;
	}
	.main .content .sec .insec + .insec {
		margin-top: 40px;
	}
	.main .content .sec .insec h3 {
		background: #917c30;
		text-align: center;
		font-size: 15px;
		padding: 2px 0 4px 0;
		margin-bottom: 15px;
	}
	.main .content .sec .insec .list {
		display: flex;
		flex-direction: row;
		gap: 30px 20px;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.main .content .sec .insec .list .fbox {
		display: flex;
		justify-content: start;
		flex-direction: column;
		width: calc(50% - 10px);
	}
	.main .content .sec .insec .list .fbox:nth-child(odd) {
		flex-direction: column;
	}
	.main .content .sec .insec .list .fbox .info {
		width: auto;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 23px;
	}
	.main .content .sec .insec .list .fbox .info .title {
		font-size: 13px;
		position: relative;
		padding-bottom: 14px;
		margin-bottom: 13px;
		letter-spacing: -0.05em;
		line-height: 1.3em;
	}
	.main .content .sec .insec .list .fbox .info .title::before {
		content: "";
		display: block;
		width: 42px;
		height: 2px;
		background: #917c30;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0);
	}
	.main .content .sec .insec .list .fbox .info .text {
		font-size: 11.5px;
		letter-spacing: 0;
		line-height: 1.7em;
		text-align: justify;
	}
	.main .content .sec .insec .list .fbox .info .note {
		text-align: left;
	}
	.main .content .sec .insec .list .fbox .info {
		
	}
	.main .content .sec .insec .list .fbox .img {
		width: auto;
	}
	.main .content .sec1 .insec1 .img {
		width: auto;
		margin: 0 auto;
	}
	.main .content .sec2 > .inner > .img {
		margin-top: 30px;
	}
	.main .content .sec3 > .inner > .img {
		width: 200px;
		margin: 30px auto 0 auto;
	}
	.main .content .sec1 .insec1 .text,
	.main .content .sec2 .insec2 .text {
		margin-top: 20px;
		text-align: center;
		font-size: 12px;
		line-height: 2em;
		letter-spacing: -0.05em;
	}
	.main .content .sec3 .bt_more {
		display: block;
		width: 220px;
		border: 1px solid #fff;
		text-align: center;
		font-size: 11px;
		padding: 6px 0 7px 0;
		line-height: 1.5em;
		margin: 30px auto 0 auto;
		background: url(./images/icon_arrow.webp) no-repeat right 5px top 50% / 33px auto;
	}

}