@charset "utf-8";
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.mainBox {
	align-items: flex-start;
}
.mainImg {
	max-width: 110rem;
	margin: -3.2rem auto 9.3rem;
	position: relative;
}
.mainImg .pho {
	width: 80rem;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.mainImg .pho img {
	height: 49.1rem;
	object-fit: cover;
}
.mainImg .pho::before {
    position: absolute;
    right: 0;
    width: 57rem;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 73.4%, #000 100%);
    opacity: 0.2;
    content: "";
    mix-blend-mode: multiply;
}
.mainImg img {
	width: 100%;
}
.mainImg .textBox {
	position: absolute;
	right: -0.4rem;
	width: 51rem;
	top: 50%;
	transform: translateY(-53.5%);
}
.mainImg .ttl {
	margin-bottom: 1.7rem;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.51;
	color: #fff;
	letter-spacing: 0.04em;
}
.mainImg .title {
	min-height: 3.2rem;
	margin-bottom: 2.5rem;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.02em;
}
.mainImg .title .en::before {
	position: absolute;
	width: 1.8rem;
	height: 4.6rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(#bf0562 0%, #79003b 100%);
	content: "";
}
.mainImg .title .en {
	padding-left: 0.7rem;
	display: inline-block;
	position: relative;
}
.mainImg .title .en span {
	position: relative;
	z-index: 1;
}
.mainImg .time {
	position: absolute;
	right: 3.5rem;
	top: 0.5rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.mainImg .caption {
	letter-spacing: 0.05em;
    line-height: 1.86;
    font-size: 1.2rem;
    margin: .4rem 0 0;
}
.lead {
	letter-spacing: 0.05em;
    line-height: 1.86;
    word-break: break-all;
    font-size: 1.4rem;
    margin: -4rem 0 11rem;
	width: 100%;
}
.lead a {
	color: #A4004C;
	border-bottom: solid 1px;
	transition: .2s;
}
.lead a:hover {
	border-color: transparent;
}
#conts .bgBox {
	margin-bottom: 10.8rem;
	padding: 5rem 6rem 4.9rem;
	align-items: flex-start;
	background-color: #F4F4F4;
	border-radius: 0.4rem;
}
#conts .bgBox a:hover {
	color: #A4004C;
}
#conts .bgBox .title {
	width: 7.2rem;
	padding: 0.4rem 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background-color: #FFF;
	border-radius: 5rem;
}
#conts #toc {
	margin-top: 0.1rem;
	width: calc(100% - 10.3rem);
}
#conts .linkList {
	counter-reset: itemList;
}
#conts .linkList > li:not(:last-child) {
	padding-bottom: 1rem;
}
#conts .linkList > li > a {
	padding-left: 2.6rem;
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
#conts .linkList > li > a::before {
	position: absolute;
	left: 0;
	top: 0.3rem;
	color: #79003B;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	content: '';
	counter-increment: itemList;
	content: counter(itemList,decimal-leading-zero);
}
#conts .linkList ul {
	margin: 0.7rem 0 1rem 2.9rem;
}
#conts .linkList ul li:not(:last-child) {
	margin-bottom: 0.2rem;
}
#conts .linkList ul a {
	padding-left: 1.6rem;
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
#conts .linkList ul a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.9rem;
	height: 1px;
	top: 1rem;
	background-color: #79003B;
	content: "";
}
#conts .detail h2 {
	margin-bottom: 2rem;
	padding-bottom: 1.8rem;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #BF0562;
}
#conts .detail h4 {
	letter-spacing: 0.05em;
    line-height: 1.86;
    font-size: 1.7rem;
    margin: 0 0 1rem;
}
#conts .detail p {
	letter-spacing: 0.05em;
	line-height: 1.86;
	word-break: break-all;
}
#conts .detail img {
	border-radius: 0.5rem;
	margin: .5rem 0 .4rem;
}
#conts .detail p a {
	color: #A4004C;
    border-bottom: solid 1px;
}
#conts .detail p a:hover {
	border-color: transparent;
}
#conts .detail .info {
	counter-reset: item;
	margin: 0 0 8rem;
}
#conts .detail h3 {
	padding-left: 3.1rem;
	margin-bottom: 1.3rem;
	position: relative;
	font-size: 1.9rem;
	color: #BF0562;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#conts .detail h3::before {
	position: absolute;
	left: 0;
	top: 0.4rem;
	padding-top: 0.6rem;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	width: 2.3rem;
	height: 2.3rem;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	counter-increment: item;
	content: counter(item,decimal-leading-zero);
	background-color: #BF0562;
	font-family: "Urbanist", sans-serif;
}
#conts .detail figure {
	margin: -1.1rem 0 8.9rem;
	text-align: center;
}
#conts .detail figure.smlPhoto {
	margin-left: auto;
	margin-right: auto;
	max-width: 65rem;
}
/* #conts .detail p + p {
	margin-top: -2.1rem;
} */
#conts .detail .noteBox {
	margin-top: -4.5rem;
	display: block;
}
#conts .detail .noteBox p {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
#conts .detail .column2 {
	display: flex;
	justify-content: space-between;
}
#conts .detail .column2 > div {
	width: 48%;;
}
#conts .detail .movie video {
	width: 100%;
    margin: 2rem 0;
}
#conts .detail .movie_vimeo {
	padding-bottom: 56.25%;
	height: 0;
	display: block;
	position: relative;
    margin: 2rem 0;
}
#conts .detail .movie_vimeo iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media all and (min-width: 1000px) {
	#gHeader.singeHead .hInfo {
		right: 0;
	}
	#gHeader.singeHead .hLink {
		margin-right: 1.3rem;
	}
	#gHeader.singeHead .hLink a {
		height: 4rem;
	}
	#gHeader.singeHead .search {
		height: 4rem;
		width: 4rem;
	}
	#gHeader.singeHead .search .ico,
	#gHeader.singeHead .search .ico input {
		width: 4rem;
		background-size: 4.8rem 4.8rem;
	}
	#gHeader.singeHead .search input[type="text"] {
		padding: 0.4rem 0 0;
	}
	#container::before {
		height: 52.2rem;
	}
	.mainImg .comSort a {
		min-width: 5.2rem;
		padding: 0.1rem 1.3rem;
		color: #fff;
		font-weight: 500;
		backdrop-filter: blur(30px);
		--webkit-backdrop-filter: blur(30px);
		background: rgba(255, 255, 255, 0.15);
	}
	.mainImg .comSort a:hover {
		background: #fff;
		color: #A4004C;
	}
	.mainImg .comSort a span {
		font-weight: 400;
	}
	#conts {
		width: calc(100% - 30rem);
	}
	#sideBar {
		margin-top: -0.3rem;
	}
	#conts .detail {
		min-height: 122rem;
	}
}
@media all and (max-width: 999px) {
	#container::before {
		height: 28.6rem;
	}
	.mainImg {
		max-width: inherit;
		margin: -1rem auto 6.6rem;
	}
	.mainImg .pho {
		width: calc(100% - 0.7rem);
		margin-left: -1.9rem;
	}
	.pad .mainImg .pho {
		width: calc(100% - 8.7rem);
	}
	body:not(.pad) .mainImg .pho img {
		height: 25.3rem;
	}
	.mainImg .pho::before {
		width: 100%;
		top: auto;
		bottom: 0;
		height: 16.7rem;
		background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, #000 73.4%, #000 100%);
	}
	.mainImg .textBox {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		transform: none;
		padding: 0 2.5rem;
		margin-top: -5.1rem;
	}
	.pad .mainImg .textBox {
		padding: 0 10.5rem;
	}
	.mainImg .ttl {
		margin-bottom: 1rem;
		font-size: 2.1rem;
		line-height: 1.44;
		color: #222;
		letter-spacing: 0.03em;
	}
	.mainImg .title {
		margin: 0 0 5.3rem -1rem;
		font-size: 1.8rem;
		min-height: 2.7rem;
	}
	.pad .mainImg .title {
		margin-left: 0;
	}
	.mainImg .caption {
		margin: -2.5rem -1rem 3rem;
		font-size: 1.1rem;
	}
	.pad .mainImg .caption {
		margin-left: 0;
	}
	.mainImg .title .en::before {
		width: 1.6rem;
		height: 4.3rem;
	}
	.mainImg .time {
		right: 2.3rem;
		top: 0.9rem;
		font-size: 1.3rem;
	}
	.lead {
		padding: 0 2.5rem;
		line-height: 1.9;
		font-size: 1.4rem;
		margin: -5rem 0 5rem;
	}
	.pad .lead {
		padding: 0 10.5rem;
	}
	#conts .bgBox {
		margin-bottom: 5.9rem;
		padding: 0;
		display: block;
		border-radius: 0.5rem;
		overflow: hidden;
	}
	#conts .bgBox .title {
		width: auto;
		padding: 1.2rem 2.1rem 1.1rem;
		text-align: left;
		letter-spacing: 0.06em;
		background: #E6E6E6 url(../img/common/icon05.png) no-repeat right 1.5rem center;
		border-radius: 0;
		background-size: 1.2rem auto;
	}
	#conts .bgBox .title.on {
		background-image: url(../img/common/icon06.png);
	}
	#conts #toc {
		display: none;
		margin-top: 0;
		width: auto;
		padding: 2.4rem 2.4rem 3.2rem;
	}
	#conts .linkList > li:not(:last-child) {
		padding-bottom: 1.6rem;
	}
	#conts .linkList > li > a {
		padding-left: 2.4rem;
		font-size: 1.4rem;
		line-height: 1.57;
		letter-spacing: 0.03em;
	}
	#conts .linkList > li > a::before {
		left: 0.5rem;
		font-size: 1rem;
		letter-spacing: 0.03em;
	}
	#conts .linkList ul {
		margin: 0.4rem 0 0 2.6rem;
	}
	#conts .linkList ul li:not(:last-child) {
		margin-bottom: 0.2rem;
	}
	#conts .linkList ul a {
		padding-left: 1.2rem;
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	#conts .linkList ul a::before {
		width: 0.8rem;
		top: 1rem;
	}
	#conts .detail h2 {
		margin-bottom: 1.3rem;
		padding-bottom: 1.3rem;
		font-size: 1.8rem;
		line-height: 1.61;
		letter-spacing: 0.04em;
	}
	#conts .detail p {
		letter-spacing: 0.03em;
		line-height: 1.9;
		font-size: 1.4rem;
	}
	#conts .detail h3 {
		padding-left: 2.3rem;
		margin-bottom: 0.6rem;
		font-size: 1.5rem;
	}
	#conts .detail h3::before {
		top: 0.3rem;
		padding-top: 0.4rem;
		font-size: 1.1rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	#conts .detail h4 {
		line-height: 1.9;
		font-size: 1.5rem;
		margin: 0;
	}
	#conts .detail .column2 {
		flex-direction: column;
	}
	#conts .detail .column2 > div {
		width: 100%;
	}
	#sideBar {
		display: flex;
		flex-wrap: wrap;
		margin-top: 2.6rem;
		border-top: none;
	}
	#sideBar .sideSec3 {
		order: -1;
		width: calc(100% + 5rem);
	}
	#sideBar section {
		width: 100%;
	}
}
