@charset "utf-8";
/*------------------------------------------------------------
	stc
------------------------------------------------------------*/

#main .midTxt {
	margin-bottom: 8.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #707070;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
}
#main .midTxt.sml {
	margin-bottom: 6.2rem;
	font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
}
#main .linkTtl {
	margin-bottom: 0.7rem;
	color: #8a2be2;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.06em;
	line-height: 33px;
	text-align: center;
}
#main .archiveList {
	margin-bottom: 15.6rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.2rem 4rem;
}
#main .archiveList li {
	width: 24.6rem;
}
#main .archiveList a {
	width: 100%;
	height: 9.4rem;
	padding: 1rem 1rem 3.3rem;
	display: flex;
	align-items: center;
	justify-content: center;	
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	border-radius: 1.3rem;
	background: #e8374b url(../images/stc/icon01.png) no-repeat center bottom 1.6rem / 1.9rem;
	border: 0.2rem solid #e8374b;
}
#main .archiveList .arc02 a {
	background-color: #06c0c3;
	border-color: #06c0c3;
}
#main .archiveList .arc03 a {
	background-color: #bcd400;
	border-color: #bcd400;
}
#main .archiveList .arc04 a {
	background-color: #695547;
	border-color: #695547;
}
#main .archiveList .arc05 a {
	background-color: #060706;
	border-color: #060706;
}
#main .stcWrap {
	margin-bottom: 11.7rem;
}
#main .head01 {
	margin-bottom: 2.3rem;
	text-align: center;
}
#main .head01 img {
	width: 59.6rem;
}
#main .topImg {
	text-align: center;
}
#main .topImg img {
	width: 120rem;
}
#main .detailBox {
	padding: 7.1rem 2rem;
	background-color: #e8374b;
}
#main .detailBox .content {
	position: relative;
}
#main .detailBox .photo01 {
	position: absolute;
	right: -2.3rem;
	top: -9.8rem;
	width: 34.5rem;
}
#main .detailBox .photo02 {
	position: absolute;
	left: -8.8rem;
	bottom: -6rem;
	width: 32.9rem;
}
#main .detailBox .fixHead {
	width: 10rem;
	position: absolute;
	right: -8.5rem;
	top: 1.8rem;
}
#main .fizelle .detailBox .fixHead {
	opacity: 0.3;
}
#main .detailBox .photo01 img,
#main .detailBox .photo02 img,
#main .detailBox .fixHead img {
	width: 100%;
}
#main .detailBox .whiteBox {
	margin-bottom: 8.2rem;	
	padding: 7.1rem 10.1rem 6rem;
	border-radius: 3.2rem;
	background: #fff;
}
#main .head02 {
	margin-bottom: 0.9rem;
	padding-bottom: 1.5rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	line-height: 3.3rem;
	text-align: left;
	color: #e8374b;
	border-bottom: 1px solid currentColor;
}
#main .head02.large {
	font-size: 2.8rem;
}
#main .head02:has(.num) {
	display: flex;
	gap: 0.4rem;
}
#main .head02 .num {
	flex-shrink: 0;
}
#main .head02 .img {
	display: block;
}
#main .detailBox p {
	margin: 0 -1rem 2rem 0;
	line-height: 1.875;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
}
#main .detailBox p:last-of-type {
	margin-bottom: 0;
}
#main .detailBox .text01 {
	margin-bottom: 5.2rem;
}
#main .detailBox p:last-child {
	margin-bottom: 0;
}
#main .detailBox .name {
	margin-bottom: 2.5rem;
}
#main .detailBox .name img {
	height: 2.2rem;
}
#main .stcWrap.rive .detailBox {
	background-color: #06c0c3;
}
#main .stcWrap.rive .head02 {
	color: #06c0c3;
}
#main .stcWrap.rive .photo01 {
	width: 39.2rem;
	top: -7rem;
}
#main .stcWrap.rive .photo03 {
	margin: 1rem -5.2rem -17rem -3.8rem;
}
#main .stcWrap.rive .photo03 img {
	width: 100%;
}
#main .stcWrap.rive .text01 {
	margin-bottom: 3rem;
}
#main .stcWrap.rive .comLink07 a {
	color: #06C0C3;
	background-image: url(../images/common/icon25_color01.png);
}
#main .stcWrap.noix .head01 {
	margin-bottom: 1rem;
}
#main .stcWrap.noix .detailBox {
	background-color: #bcd400;
}
#main .stcWrap.noix .head02 {
	color: #bcd400;
}
#main .stcWrap.noix .photo01 {
	width: 39.2rem;
	top: -7rem;
}
#main .stcWrap.noix .photo {
	margin: -4rem -21.3rem -13.2rem -16.3rem;
	pointer-events: none;
}
#main .stcWrap.noix .photo img {
	width: 100%;
}
#main .stcWrap.noix .text01 {
	margin-bottom: 3rem;
}
#main .stcWrap.noix .comLink07 a {
	color: #bcd400;
	background-image: url(../images/common/icon25_color02.png);
}
#main .stcWrap.fizelle .head01 {
	margin-bottom: -3.9rem;
}
#main .stcWrap.fizelle .detailBox {
	background-color: #695547;
}
#main .stcWrap.fizelle .head02 {
	color: #695547;
}
#main .stcWrap.fizelle .photo {
	margin: 4rem 0 1.2rem;
	pointer-events: none;
}
#main .stcWrap.fizelle .photo img {
	width: 100%;
}
#main .stcWrap.fizelle .text01 {
	margin-bottom: 3.5rem;
}
#main .stcWrap.fizelle .comLink07 a {
	color: #695547;
	background-image: url(../images/common/icon25_color03.png);
}
#main .head03 {
	margin-bottom: 5rem;
	position: relative;
	font-size: 2.8rem;
	letter-spacing: 0.06em;
	text-align: left;
	color: #695547;
	font-family: "Noto Serif JP", serif;
	width: fit-content;
	z-index: 1;
}
#main .head03::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	height: 2rem;
	width: 100%;
	background: #fff500;
	z-index: -1;
}
#main .head04 {
	margin-bottom: 1.1rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	color: #695547;
}
#main .textList {
	margin-bottom: 4.1rem;
	padding: 2rem 1.5rem 1.6rem 3.5rem;
	max-width: 68.1rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 30px;
	color: #060706;
	border-radius: 1.6rem;
	background: #f9fada;
	border: .4rem solid #695547;
}
#main .textList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
#main .stcWrap.nyny .head01 {
	margin-bottom: 5rem;
}
#main .stcWrap.nyny .topImg {
	margin-bottom: 1.8rem;
}
#main .stcWrap.nyny .detailBox {
	padding-top: 4.3rem;
	background-color: #060706;
}
#main .stcWrap.nyny .head02 {
	color: #060706;
}
#main .stcWrap.nyny p {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.875;
}
#main .stcWrap.nyny .ttlBox {
	margin-bottom: 1.2rem;
	position: relative;
}
#main .stcWrap.nyny .head05 {
	padding-bottom: 3.7rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 4.7rem;
	letter-spacing: 0.22em;
	line-height: 55px;
	text-align: center;
	color: #fff500;
	border-bottom: 1px solid #fff;
}
#main .stcWrap.nyny .photo1 {
	width: 33.8rem;
	position: absolute;
	left: -4.3rem;
	top: -1.7rem;
}
#main .stcWrap.nyny .photo2 {
	position: absolute;
	width: 34.3rem;
	right: -6.3rem;
	top: -2.9rem;
}
#main .stcWrap.nyny .photo1 img,
#main .stcWrap.nyny .photo2 img {
	width: 100%;
}
#main .stcWrap.nyny .fixHead {
	top: 4.5rem;
}
#main .stcWrap.nyny .txt01 {
	margin-bottom: 5rem;
}
#main .stcWrap.nyny .txt02 {
	margin-bottom: 5.2rem;
	line-height: 2.18;
}
#main .stcWrap.nyny .comLink07 a {
	color: #060706;
	background-image: url(../images/common/icon25_color03.png);
}
#main .stcWrap.nyny .photoList {
	margin-bottom: 8.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem 3.5rem;
}
#main .stcWrap.nyny .photoList li {
	width: 31rem;
}
#main .stcWrap.nyny .photoList img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .headLine01 {
		margin-bottom: 6.7rem;
		color: #060706;
		letter-spacing: 0;
	}
	#main .archiveList a:hover {
		color: #e8374b;
		background-color: transparent;
	}
	#main .archiveList .arc02 a:hover {
		color: #06c0c3;
	}
	#main .archiveList .arc03 a:hover {
		color: #bcd400;
	}
	#main .archiveList .arc04 a:hover {
		color: #695547;
	}
	#main .archiveList .arc05 a:hover {
		color: #060706;
	}
	#main .stcWrap.noix .head01 img {
		width: 61.4rem;
	}
	#main .stcWrap.noix .topImg img {
		width: 71.7rem;
	}
	#main .stcWrap.fizelle .head01 img {
		width: 43.8rem;
	}
	#main .stcWrap.fizelle .topImg img {
		width: 99.5rem;
	}
	#main .stcWrap.nyny .head01 img {
		width: 75.8rem;
	}
	#main .stcWrap.nyny .topImg img {
		width: 58rem;
	}
	#main .stcWrap.rive .head01 img {
		width: 38.4rem;
	}
	#main .stcWrap.rive .topImg img {
		width: 57.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .midTxt {
		margin: 3rem 0 5.6rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .linkTtl {
		padding: 1.5rem 1rem 1.4rem;
		margin: 0 -1.5rem;
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		line-height: 1.38;
		background: #e6e6e6;
	}
	#main .linkTtl .sub {
		display: inline-block;
		width: fit-content;
		text-align: left;
	}
	#main .midTxt.sml {
		margin: 0.8rem 0 4rem;
		color: #cb0194;
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}
	#main .archiveList {
		margin-bottom: 3.7rem;
		gap: 0.5rem 0.3rem;
	}
	#main .archiveList li {
		width: calc((100% - 0.6rem)/3);
	}
	#main .archiveList a {
		height: 5rem;		
		padding: 1.6rem 1rem 3rem;
		font-size: 0.8rem;
		letter-spacing: 0.06em;
		background-position: center bottom 0.8rem;
		background-size: 0.95rem;
	}
	#main .head01 {
		margin-bottom: 1.1rem;
	}
	#main .head01 img {
		width: 32.9rem;
	}
	#main .stcWrap {
		margin-bottom: 3.6rem;
	}
	#main .detailBox {
		padding: 1.7rem 0 5.5rem;
	}
	#main .detailBox .whiteBox {
		margin-bottom: 5.2rem;
		padding: 2.7rem 2.3rem;
	}
	#main .detailBox .name {
		margin: 0 0.8rem 0.2rem;
	}
	#main .detailBox .name01 {
		margin-bottom: 0.8rem;
	}
	#main .detailBox .name img {
		height: 1.6rem;
	}
	#main .head02.large,
	#main .head02.spLarge {
		margin-bottom: 1.4rem;
		font-size: 1.8rem;
	}
	#main .head02 {
		margin-bottom: 1.3rem;
		padding: 0 0 0.9rem 1.5rem;
		font-size: 1.4rem;
		line-height: 1.42;
	}
	#main .head02.spNormal {
		font-size: 1.4rem;
	}
	#main .topImg img {
		max-width: 42.8rem;
	}
	#main .detailBox p {
		margin: 0 1.5rem 3.7rem;
		font-size: 1.2rem;
		font-weight: 500;
		letter-spacing: 0.06em;
		line-height: 20px;
	}
	#main .detailBox .text01 {
		margin-bottom: 3rem;
	}
	#main .spPhoto {
		margin: 0.5rem -5rem -5.6rem -4.5rem;
	}
	#main .stcWrap.rive .head01 img {
		width: 22.4rem;
	}
	#main .stcWrap.rive .text01 {
		margin-bottom: 3.5rem;
	}
	#main .stcWrap.rive .photo03 {
		margin: -1.5rem -5.7rem -8rem -6rem;
	}
	#main .stcWrap.noix .head01 {
		margin: 0 4rem 0.2rem 0;
	}
	#main .stcWrap.noix .head01 img {
		width: 32.2rem;
	}
	#main .stcWrap.noix .photo {
		margin: 1.5rem -4.5rem -4.5rem -5rem;
	}
	#main .stcWrap.fizelle .head01 {
		margin: 0 2rem 0.6rem 0;
	}
	#main .stcWrap.fizelle .head01 img {
		width: 23.3rem;
	}
	#main .fizelle .topImg {
		overflow: hidden;
		margin: 0;
	}
	#main .fizelle .detailBox .whiteBox {
		padding-top: 3.2rem;
	}
	#main .head03 {
		margin: 0 2rem 3.4rem;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		line-height: 20px;
		text-align: left;
		color: #695547;
	}
	#main .head03::after {
		width: calc(100% + 1.5rem);
		left: -1rem;
		height: 1.1rem;
	}
	#main .textList {
		max-width: inherit;
		width: auto;
		margin: -1.5rem 2.2rem 5rem;
		padding: 2rem 0 1.9rem 1.9rem;
		font-size: 1.2rem;
		border-width: 0.3rem;
	}
	#main .textList li {
		margin-bottom: 1.7rem;
		padding-left: 1.1rem;
		line-height: 1.66;
		text-indent: -1.1rem;
	}
	#main .textList li:last-child {
		margin-bottom: 0;
	}
	#main .stcWrap.fizelle .photo {
		margin: 3.3rem 0.1rem 0 0.6rem;
	}
	#main .stcWrap.nyny .head01 img {
		width: 39.5rem;
	}
	#main .stcWrap.nyny .head01 {
		margin-bottom: 2.2rem;
	}
	#main .stcWrap.nyny p {
		font-size: 1.2rem;
	}
	#main .stcWrap.nyny .topImg {
		margin-bottom: 1rem;
	}
	#main .stcWrap.nyny .detailBox {
		padding-top: 2.1rem;
		background-color: #1D1D1D;
	}
	#main .stcWrap.nyny p {
		line-height: 1.83;
	}
	#main .stcWrap.nyny .txt01 {
		margin: 0 0 8.5rem;
	}
	#main .stcWrap.nyny .ttlBox {
		margin-bottom: 3.2rem;
		z-index: 1;
	}
	#main .stcWrap.nyny .photo1 {
		width: 17.4rem;
		left: -3.6rem;
		top: -5.1rem;
		z-index: -1;
	}
	#main .stcWrap.nyny .photo2 {
		width: 17.5rem;
		right: -2.8rem;
		top: -5.5rem;
		z-index: -1;
	}
	#main .stcWrap.nyny .head05 {
		padding-bottom: 2.9rem;
	}
	#main .stcWrap.nyny .txt02 {
		margin: 0 0 3.1rem;
		font-size: 1.3rem;
		line-height: 2.3;
	}
	#main .stcWrap.nyny .photoList {
		margin: 0 0.2rem 4.3rem;
		gap: 1.3rem 1.4rem;
	}
	#main .stcWrap.nyny .photoList li {
		width: calc(50% - 0.7rem);
	}

	
}