@charset "utf-8";
/*------------------------------------------------------------
	archives
------------------------------------------------------------*/
#main .tabPanel {
	padding-top: 7.2rem;
}
#main .tabUl li {
	width: 20.6rem;
	margin: 0 0.4rem;
}
#main .tabUl a {
	height: 7.4rem;
	padding-top: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #808080;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	background-color: #D9D9D9;
	border-radius: 1.1rem 1.1rem 0 0;
}
#main .tabUl .sml {
	margin-top: -0.2rem;
	display: block;
	font-size: 1.7rem;
}
#main .tabUl .on a {
	color: #000;
	background-color: #29DE3C;
}
#main .tabInner {
	position: relative;
	z-index: 2;
}
#main .tabBox .svgBox {
    position: relative;
}
#main .tabBox .svgBox svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
}
#main .tabBox .svgBox svg path {
	fill: transparent;
}
/* #main .tabBox {
	position: relative;
}
#main .tabBox + .tabBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .tabBox.show {
	z-index: 2;
}
#main .tabBox:not(.show) {
	opacity: 0;
	user-select: none;
	pointer-events: none;
	z-index: -1;
	visibility: hidden;
} */
#main .tabBox {
	padding: 11rem 0 22.1rem;
	background-color: #F2F2F2;
}
#main .tabBox .ttl {
	position: absolute;
	left: 5.8rem;
	top: -0.5rem;
	padding: 0.7rem 0 0.5rem 2.5rem;
	line-height: 1.2;
	border-left: 0.6rem solid #29DE3C;
}
#main .tabBox .ttl .en {
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
}
#main .tabBox .ttl .jp {
	margin: 0.1rem -0.4rem 0;
	display: block;
	font-weight: 700;
	font-size: 3.8rem;
	letter-spacing: 0.06em;
}
#main .tabBox .ttl .sml {
	margin: 0.4rem -1.4rem 0;
	display: block;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.06em;
}
#main .tabBox .textImg {
	position: absolute;
	right: 10.4rem;
	top: 0;
	width: 42.1rem;
	z-index: 2;
}
#main .tabBox img {
	width: 100%;
}
.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(4, 0, 0, 0.9);
}
.pop {
	width: 120rem;
	max-height: calc(100vh - 15rem);
	margin: 0 auto;
	padding: 1rem 0;
	position: relative;
	overflow-y: scroll;
}
.pop .popBox {
	position: relative;
	padding: 7.4rem 10.2rem 6.8rem;
	background-color: #fff;
}
.pop .close {
	width: 3.1rem;
	position: absolute;
	right: 2.6rem;
	top: 2.4rem;
	cursor: pointer;
	transition: .3s;
}
.pop .popBox::before,
.pop .popBox::after {
	position: absolute;
	height: 0.6rem;
	width: 44rem;
	background-color: #29DE3C;
	content: "";
}
.pop .popBox::before {
	left: 0;
	top: -0.6rem;
}
.pop .popBox::after {
	right: 0;
	bottom: -0.6rem;
	width: 76rem;
}
.pop .popInfo .ttl {
	width: 31rem;
	min-height: 7.6rem;
	padding: 1rem 0 1.5rem 1.9rem;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-left: 0.6rem solid #29DE3C;
}
.pop .popInfo .text {
	width: calc(100% - 32rem);
	padding: 0.8rem 0 0.8rem 2.8rem;
	display: flex;
	text-align: justify;
	align-items: center;
	line-height: 1.875;
	font-size: 1.6rem;
	border-left: 1px solid #000;
}
.pop .pho {
	margin: 2.9rem -1.8rem 0;
	overflow: hidden;
	border-radius: 2.5rem;
}
.pop .pho01 {
	border-radius: 0 !important;
}
.pop img {
	width: 100%;
}


.content .ttl .jp.animate.fadeB.br {
    width: 280px;
}


@media all and (min-width: 897px) {
	.pageOther .pho::before {
		width: 57.6rem;
	}
	.pageOther .pho {
		display: flex;
	}
	.pageOther .pho > div {
		width: calc(100% / 3);
	}
	#main .tabUl li:not(.on) a:hover {
		color: #333;
		background-color: #c2f0ba;
	}
	#main .tabBox .content {
		width: 128.2rem;
		position: relative;
	}
	.pop .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .tabPanel {
		padding-top: 4.3rem;
	}
	#main .tabUl {
		margin-bottom: 2.8rem;
	}
	#main .tabUl li {
		width: 11.8rem;
		margin: 0 0.2rem 0.4rem;
	}
	#main .tabUl a {
		height: 9.2rem;
		padding: 0 0 1.2rem;
		position: relative;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
		border-radius: 1rem;
	}
	#main .tabUl a::before {
		position: absolute;
		left: 50%;
		bottom: 0.5rem;
		background: url(../img/common/icon11.svg) no-repeat;
		background-size: 0.5rem auto;
		width: 0.5rem;
		height: 2rem;
		content: "";
		transform: translateX(-50%);
	}
	#main .tabUl .sml {
		margin-top: 0.1rem;
		font-size: 1.3rem;
		line-height: 1.15;
	}
	#main .tabBox {
		padding: 3rem 0.9rem 9.4rem;
	}
	#main .tabBox .ttl {
		margin-bottom: 2.6rem;
		position: static;
		padding: 0.7rem 0 0.3rem 1.8rem;
	}
	#main .tabBox .ttl .en {
		font-size: 1.3rem;
	}
	#main .tabBox .ttl .jp {
		margin-top: 0;
		font-size: 3.4rem;
	}
	#main .tabBox .ttl .sml {
		margin: 0.4rem -1.4rem 0;
		font-size: 1.8rem;
	}
	#main .tabBox .tabImg {
		position: relative;
	}
	#main .tabBox .textImg {
		width: 34rem;
		right: auto;
		left: -0.5rem;
	}
	#main .tabBox .img {
		margin: 0 -3.4rem;
	}
	#main .tabBox .img .svgBox {
		width: 113rem;
	}
	.pop {
		width: auto;
	}
	.pop .popBox {
		padding: 3.6rem 1.4rem 6.2rem;
	}
	.pop .close {
		right: 1.5rem;
		top: 1.2rem;
	}
	.pop .popBox::before {
		width: 13.3rem;
	}
	.pop .popBox::after {
		width: 23rem;
	}
	.pop .popInfo {
		display: block;
	}
	.pop .popInfo .ttl {
		width: auto;
		border-width: 0.7rem;
	}
	.pop .popInfo .text {
		margin-top: 2.7rem;
		width: auto;
		padding: 2rem 0 0;
		display: block;
		border-top: 1px solid #000;
		border-left: none;
	}
	.pop .pho {
		margin: 2.3rem 0.1rem 0;
		border-radius: 1rem;
	}
}
