@charset "utf-8";
/*------------------------------------------------------------
	record
------------------------------------------------------------*/
#main .sec01 {
	position: relative;
}
#main .sec01 .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .sec01 .content {
    width: 968px;
	height: 100%;
	padding-top: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#main .sec01 .title {
	margin-bottom: 3px;
	color: #bd9240;
	font-size: 5.6rem;
	font-weight: 400;
	letter-spacing: 0.032em;
	line-height: 1.2;
}
#main .sec01 .txt {
	margin-bottom: 21px;
	color: #bd9240;
	font-size: 3.4rem;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#main .sec01 ul {
	margin-bottom: 18px;
}
#main .sec01 li {
	margin-right: 15px;
	width: 122px;
}
#main .sec01 li:last-child {
	margin-right: 0;
}
#main .sec01 li a {
	padding: 2px 0 3px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 1rem;
	border: 1px solid #fff;
}
#main .sec01 li a:hover {
	opacity: 0.7;
}
#main .sec01 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 7px;
	background-color: #B88F40;
	content: "";
}
#main .sec01 .sns-link a {
	min-height: 24px;
	padding: 8px 0 0 32px;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	background: url("../img/record/icon01.png") no-repeat left top;
	background-size: 24px auto;
	box-sizing: border-box;
}
#main .sec01 .sns-link a:hover {
	opacity: 0.7;
}
#main .blackBg {
	padding: 48px 0 105px;
	background-color: #040000;
}
#main .blackBg .content {
	width: 966px;
}
#main .blackBg .h2-ttl {
	margin-bottom: 15px;
	padding-top: 50px;
	color: #fff;
	font-weight: normal;
	font-size: 2rem;
	position: relative;
}
#main .blackBg .h2-ttl:before {
	position: absolute;
	left: 30px;
	top: 4px;
	width: 1px;
	height: 40px;
	background-color: #fff;
	content: "";
}
#main .blackBg .h3-ttl {
	margin-bottom: 36px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}
#main .blackBg .h3-ttl span {
	margin-bottom: -10px;
	display: block;
	font-size: 3rem;
	font-weight: 400;
}
#main .blackBg .photo-list {
	margin-top: -22px;
}
#main .blackBg .photo-list li {
	margin: 22px 19px 0 0;
	width: 227px;
}
#main .blackBg .photo-list li:nth-child(4n) {
	margin-right: 0;
}
#main .blackBg .photo-list .pho {
	margin-bottom: 10px;
	height: 227px;
	background-position: center center;
	background-size: cover;
}
#main .blackBg .photo-list p {
	margin-bottom: 16px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
}
#main .blackBg .photo-list .link {
	margin: 0 0 0 auto;
	width: 120px;
}
#main .blackBg .photo-list .link a {
	padding: 2px 0 3px;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 1rem;
}
#main .blackBg .photo-list .link a:hover {
	opacity: 0.7;
}
#main .sec02 {
	margin-bottom: 56px;
}
#main .sec02 .photo-list {
	margin-bottom: 22px;
}
#main .sec02 .sns-link {
	width: 152px;
	margin: 47px auto 6px;
}
#main .sec02 .sns-link a:hover {
	opacity: 0.7;
}
#main .sec02 .btm-text {
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
#main .sec02 .btm-text span {
	display: inline-block;
	text-align: left;
}
#main .sec03 {
	margin-bottom: 84px;
}
#main .sec03 .h3-ttl {
	margin-bottom: 46px;
}
#main .sec03 .map-img {
	margin: 0 50px 18px 0;
	text-align: center;
}
#main .sec03 .map-img img {
	width: 512px;
}
#main .sec03 .text-box {
	padding-top: 26px;
	position: relative;
	background: url("../img/record/map_bg.png") no-repeat top center;
	background-size: 3000px auto;
}
#main .sec03 .text-box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #040000;
	opacity: 0.3;
	content: "";
}
#main .sec03 .text-box ul {
	position: relative;
	z-index: 1;
}
#main .sec03 .text-box li {
	width: 22%;
}
#main .sec03 .text-box li:nth-child(3),
#main .sec03 .text-box li:nth-child(4){
	margin-top: 24px;
}
#main .sec03 .text-box li:nth-child(5) {
	margin-right: -100px;
}
#main .sec03 .text-box p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
}
#main .sec03 .text-box p:last-child {
	margin-bottom: 0 !important;
}
#main .sec03 .text-box .yellow {
	margin-bottom: -8px;
	color: #EAE83A;
	font-weight: bold;
	font-size: 1.4rem;
}
#main .sec03 .text-box .blue {
	margin-bottom: -2px;
	color: #2474BB;
	font-size: 1.2rem;
}
#main .sec04 #main .blackBg .photo-list .link {
	width: 100px;
}
@media all and (max-width: 767px) {
	#main .sec01 .content {
		width: auto;
		padding-top: 0;
		justify-content: center;
	}
	#main .sec01 .title {
		margin-bottom: 0;
		font-size: 2.3rem;
		letter-spacing: 0;
		text-align: center;
	}
	#main .sec01 .txt {
		margin-bottom: 5px;
		font-size: 1.6rem;
		text-align: center;
	}
	#main .sec01 ul {
		margin-bottom: 6px;
		justify-content: center;
	}
	#main .sec01 li {
		margin: 0 5px !important;
		width: 80px;
	}
	#main .sec01 .sns-link {
		text-align: center;
	}
	#main .sec01 .sns-link a {
		min-height: 18px;
		padding: 2px 0 0 24px;
		background-size: 18px auto;
	}
	#main .blackBg {
		padding: 40px 0;
	}
	#main .blackBg .content {
		width: auto;
	}
	#main .blackBg .photo-list {
		margin-top: 0;
		display: block;
	}
	#main .blackBg .photo-list li {
		margin: 0 0 20px;
		width: auto;
	}
	#main .blackBg .photo-list li:last-child {
		margin: 0;
	}
	#main .blackBg .photo-list .pho {
		height: 0;
		padding-bottom: 70%;
	}
	#main .blackBg .photo-list p {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	#main .blackBg .photo-list .link {
		width: 150px;
	}
	#main .blackBg .photo-list .link a {
		font-size: 1.3rem;
	}
	#main .sec02 {
		margin-bottom: 40px;
	}
	#main .sec02 .photo-list {
		margin-bottom: 20px;
	}
	#main .sec02 .sns-link {
		margin-top: 0;
	}
	#main .sec02 .btm-text {
		font-size: 1.1rem;
	}
	#main .sec03 {
		margin-bottom: 40px;
	}
	#main .sec03 .map-img img {
		width: auto;
	}
	#main .sec03 .text-box {
		padding-top: 10px;
		background-size: 1000px auto;
	}
	#main .sec03 .text-box ul {
		display: block;
	}
	#main .sec03 .text-box li {
		width: auto !important;
		margin-bottom: 20px;
	}
	#main .sec03 .text-box li:nth-child(5) {
		margin: 0;
	}
	#main .sec03 .text-box p {
		margin-bottom: 15px;
		font-size: 1.2rem;
	}
	#main .sec03 .text-box .yellow {
		font-size: 1.5rem;
	}
	#main .sec03 .text-box .blue {
		font-size: 1.3rem;
	}
}