@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.garamond {
	font-family: "EB Garamond", serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.2rem;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
	.headLine01 {
		margin-bottom: 2.8rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 105rem;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
	.content {
		width: auto;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: fit-content;
}
.comLink a {
	padding: 1rem 5rem 0.9rem 2.6rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	background: #6f739b url(../img/common/icon04.png) no-repeat right 1.4rem center;
	background-size: 1.2rem auto;
	border-radius: 0.8rem;
}
.comLink a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin: 0 1.4rem;
}
.comList dt {
	float: left;
	position: relative;
	color: #666;
	font-size: 1.4rem;
}
.comList dt::before {
	position: absolute;
	left: 8rem;
	width: 6.5rem;
	top: 1rem;
	height: 1px;
	background-color: #e6e6e6;
	content: "";
}
.comList dd {
	padding: 0.1rem 0 2.5rem 10.65em;
	font-weight: 500;
}
.comList .big {
	margin: -0.6rem 0 -0.1rem;
	font-size: 2.1rem;
	color: #4A7F0D;
}
.comList .sml {
	margin-right: 0.5rem;
	width: 6.3rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background-color: #c1272d;
}
.comList .big.red {
	margin-bottom: 0.8rem;
	color: #C1272D;
}
.comList .noteList li {
	line-height: 1.61;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 400;
}
.comList.color01 dt {
	color: #c47169;
}
.comList.color02 dt {
	color: #6f8900;
}
.comList .link {
	margin: 1.4rem 0 0.4rem;
	width: 32rem;
}
.comList .link a {
	padding: 2.2rem 6.3rem 2rem;
	display: block;
	font-size: 1.6rem;
	color: #e5c18c;
	font-weight: 400;
	background: url(../img/common/icon09.png) no-repeat left 2.3rem center,url(../img/common/icon10.png) no-repeat right 2.4rem center #345909;
	background-size: 1.9rem auto,1.5rem auto;
	border-radius: 1rem;
	overflow: hidden;
}
.comList .link a:hover {
	opacity: 0.7;
}
.comList .text01 {
	margin-bottom: 1.3rem;
}
@media all and (max-width: 768px) {
	.comList {
		margin: 0;
		overflow: hidden;
	}
	.comList dt {
		float: none;
		width: fit-content;
		font-size: 1.4rem;
	}
	.comList dt::before {
		left: calc(100% + 0.9rem);
		width: 1000rem;
	}
	.comList dd {
		padding: 1.2rem 0 3rem;
		line-height: 1.53;
	}
	.comList .big {
		margin: -0.3rem 0 -0.8rem;
		font-size: 1.7rem;
	}
	.comList .sml {
		margin-right: 0;
		width: 5.7rem;
		display: block;
		font-size: 1.08rem;
	}
	.comList .big.red {
		margin: -0.5rem 0 0.4rem;
	}
	.comList .noteList li {
		line-height: 1.84;
	}
	.comList .link {
		margin: 1.9rem 0 0.2rem;
		width: auto;
	}
	.comList .link a {
		padding: 1.9rem 6.3rem 1.7rem;
		font-size: 1.5rem;
		background-position: left 2.3rem center,right 1.5rem center;
		border-radius: 0.8rem;
	}
	.comList .text01 {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
} 
.mfp-bg {
	background-color: rgba(21, 35, 2, 0.98);
}
.pop {
	max-width: 135.2rem;
	margin: 0 auto;
}
.pop .popClose {
	position: absolute;
	right: 2.5rem;
	top: 0;
	width: 5rem;
	cursor: pointer;
	transition: .3s;
}
.pop .popBox {
	padding-bottom: 2rem;
}
.pop .photoBox {
	width: calc(50% + 3.4rem);
	position: relative;
	background-color: #0A0F01;
}
.pop .pho {
	vertical-align: top;
}
.pop .arrow {
	position: absolute;
	right: 0.7rem;
	bottom: 0.7rem;
	width: 8rem;
}
.pop .arrow li {
	width: 3.7rem;
	cursor: pointer;
	transition: .3s;
}
.pop .arrow li.slick-disabled {
	opacity: 0.3 !important;
	cursor: default;
}
.pop .photoBox .pho,
.pop .photoBox .slick-slide > div {
	width: 100%;
	height: 71rem;
}
.pop .photoBox .slick-slide > div .pinch-zoom-container {
	height: 100% !important;
}
@media all and (max-width: 768px) {
	.pop .photoBox .pho,
	.pop .photoBox .slick-slide > div {
		height: auto;
		aspect-ratio: 650/980;
	}
}
.pop .photoBox .pho img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}
.pop .textBox {
	width: 45.5rem;
	margin-left: 3.4rem;
	padding: 7.5rem 0 18rem;
	position: relative;
	color: #fff;
	background: url(../img/index/pop_bg.png) no-repeat right top;
	background-size: 22.5rem auto;
}
.pop .textBox .popTtl {
	margin-bottom: 4.6rem;
	font-weight: 400;
	font-size: 2rem;
}
.pop .textBox p {
	margin-bottom: 2.9rem;
	line-height: 1.93;
}
.pop .popLogo {
	width: 21.6rem;
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
	text-align: center;
}
.pop .popLogo span {
	margin: 2rem -2rem 0;
	display: block;
	font-size: 0.9rem;
}
@media all and (min-width: 769px) {
	.pop .popClose:hover {
		opacity: 0.7;
	}
	.pop .arrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.mfp-container {
		padding: 2rem 2.5rem;
	}
	.pop {
		max-width: inherit;
	}
	.pop .popClose {
		right: -1.5rem;
		top: -1rem;
		z-index: 2;
	}
	.pop .popBox {
		padding-bottom: 2rem;
		display: block;
	}
	.pop .photoBox {
		width: auto;
	}
	.pop .photoBox::before {
		position: absolute;
		left: 0.9rem;
		bottom: 1.6rem;
		background: url(../img/index/pop_arrow.png) no-repeat;
		background-size: 6.1rem auto;
		width: 6.1rem;
		height: 6.1rem;
		content: "";
		z-index: 2;
	}
	.pop .arrow {
		right: 0;
		bottom: -3.9rem;
		width: 6.6rem;
		z-index: 2;
	}
	.pop .arrow li {
		width: 3.1rem;
	}
	.pop .photoBox .pho img {
		height: 100%;
	}
	.pop .textBox {
		width: auto;
		margin-left: 0;
		padding: 1.5rem 0.4rem 0;
		background: none;
	}
	.pop .textBox .popTtl {
		margin-bottom: 1.3rem;
	}
	.pop .popLogo {
		margin-top: 4.3rem;
		width: 31.5rem;
		position: static;
		transform: none;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 35, 2, 0.99);
	z-index: 9;
	transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loading.done {
	transform: translate3d(0, 100%, 0);
}
.loadover #loading {
    transition: all ease 0.5s;
}
.loading .loadInfo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	opacity: 0;
	transition: all ease 0.5s;
}
.loading .loadInfo.show {
	opacity: 1;
}
.loading .textImg {
	width: 30.7rem;
	margin: 0 auto 2.8rem;
	padding-left: 2rem;
	position: relative;
}
.loading .textImg .arrow {
	position: absolute;
	left: 1.5rem;
	top: -1rem;
	width: 11rem;
	aspect-ratio: 219/110;
}
#svg-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#svg-animation .st1 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 8;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}
.loading p {
	margin: 0 0 0.1rem 4.4rem;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.loading .img {
	width: 11.6rem;
	margin: 0 auto;
	position: relative;
}
.loading .img .top {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	overflow: hidden;
}
.loading .img .top img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}