@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin: 26px 0 31px;
}
.pageTitle .title {
    text-align: center;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 24px;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
@media all and (max-width: 896px) {
    .content {
        width: auto;
    }
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-bottom: 33px;
}
.comLinkList li {
	margin: 0 10px;
}
.comLinkList li a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 1.85rem;
	font-style: normal;
	line-height: 1;
	transform: scaleY(0.92);
	transform-origin: center top;
	font-family: 'Archivo Black', sans-serif;
}
.comLinkList li.on a {
	color: #DF0708;
}
@media all and (min-width: 897px) {
	.comLinkList li a:hover {
		color: #DF0708;
	}
}
@media all and (max-width: 896px) {
    .comLinkList {
		margin-bottom: 19px;
	}
	.comLinkList li {
		margin: 0 8px;
	}
	.comLinkList li a {
		font-size: 1.32rem;
		transform: scaleY(0.75);
	}
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
	margin-top: -20px;
    position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comImgList::after {
    width: 320px;
    content: '';
}
.comImgList	li {
	margin-top: 20px;
	width: 320px;
	position: relative;
}
.comImgList li a {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}
.comImgList li a .pho {
	width: 320px;
	height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.comImgList li a .txt {
    width: 100%;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.comImgList li a .txt .sml {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}
.comImgList li a .txt .sub {
	display: none;
}
@media all and (min-width: 897px) {
	.comImgList li a:hover .txt {
		background: rgba(194,20,20,0.7);
	}
	.comImgList li a:hover .txt .sub {
		display: block;
	}
}
@media all and (max-width: 896px) {
    .comImgList {
		margin-top: 0;
		display: block;
	}
	.comImgList	li {
		margin-top: 0;
		width: auto;
	}
	.comImgList	li:not(:last-of-type) {
		margin-bottom: 45px;
	}
	.comImgList li a {
		font-size: 1.3rem;
	}
	.comImgList li a .pho {
		margin-bottom: 5px;
        padding-bottom: 100%;
		width: auto;
		height: 340px;
	}
	.comImgList li a .txt {
		height: auto;
		position: static;
	}
	.comImgList li a .txt .sml {
		font-size: 1.1rem;
		font-weight: bold;
	}
	.comImgList li a .txt .sub {
		display: block;
	}
}
/*------------------------------------------------------------
	comArrowList
------------------------------------------------------------*/
.comArrowList {
    margin-left: -500px;
    width: 100%;
    position: absolute;
    left: 50%;
    max-width: 1000px;
}
.comArrowList li a {
	font-size: 1.5rem;
	font-weight: bold;
}
@media all and (min-width: 897px) {
    .comArrowList li a:hover {
        color: #c21414;
    }
}
@media all and (max-width: 896px) {
	.comArrowList {
        margin: 0;
        padding: 0 14px;
        width: 100%;
        left: 0;
        max-width: inherit;
        box-sizing: border-box;
    }
    .comArrowList li a {
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	comNumList
------------------------------------------------------------*/
.comNumList {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 10;
}
.comNumList li {
    margin: 0 8px;
}
.comNumList li a {
    display: block;
}
.comNumList li.on {
    color: #c21414;
}
@media all and (min-width: 897px) {
    .comNumList li a:hover {
        color: #c21414;
    }    
}
@media all and (max-width: 896px) {
    .comNumList li {
        margin: 0 6px;
    }
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin: 0 auto;
    max-width: 800px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}
.wp-pagenavi span.current {
	color: #c21414;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 0;
	font-size: 1.5rem;
    font-weight: bold;
}
.wp-pagenavi .previouspostslink {
	left: 0;
}
.wp-pagenavi .nextpostslink {
	right: 0;
}
@media all and (min-width: 897px) {
    .wp-pagenavi a:hover {
        color: #c21414;
    }
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
        margin: 0 14px;
        max-width: inherit !important;
		gap: 12px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
    margin-bottom: 36px;
}
.comTextList li {
    padding: 32px 0 32px;
    border-bottom: 2px dotted #fff;
}
.comTextList li h2 {
    margin-bottom: 17px;
    font-size: 1.9rem;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.comTextList li h2 .time {
    margin-bottom: 6px;
    display: block;
    color: #e30b0c;
    font-size: 2rem;
    font-family: 'Archivo Black', sans-serif;
}
.comTextList li h2 .tag {
    margin-left: 16px;
    color: #FFF;
}
.comTextList li .textBox p,
.comTextList li .textBox div {
    font-size: 1.3rem;
    word-break: break-all;
}
.comTextList li a {
    display: block;
}
.comTextList li .textBox > *:not(:last-child) {
    margin-bottom: 22px;
}
@media all and (min-width: 897px) {
    .comTextList li .textBox p a:hover {
        text-decoration: underline;
    }
    .comTextList li a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .comTextList {
        margin: -8px 0 14px;
    }
    .comTextList li {
        padding: 18px 17px 26px;
        border-bottom: 2px dotted #fff;
    }
    .comTextList li:last-of-type {
        border-bottom: 0;
    }
    .comTextList li h2 {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .comTextList li h2 .time {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }
    .comTextList li .textBox p {
        font-size: 1.1rem;
        line-height: 1.5;
    }
	.comTextList li .textBox > *:not(:last-child) {
        margin-bottom: 18px;
    }
}


/*********loading**********/
.loading_bg {position: fixed;width:100vw;height:100vh;top: 0;left: 0px;z-index: 1000;opacity: 1;background:#000;transform: translate(0, 0);}
.opening {text-align:center;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index:1100;width:100%;margin-top: -5vh;}
.opening > div {font-family: 'Libre Baskerville', serif;font-weight:400;letter-spacing:.3em;font-size:1.2em;position:relative;filter: blur(0);opacity:1;}
.opening img {-webkit-transition: all .7s ease-out;transition: all .7s ease-out;-webkit-clip-path: inset(0 100% 0 0);clip-path: inset(0 100% 0 0);}
.opening.on img {-webkit-clip-path: inset(0);clip-path: inset(0);}
.opening.end {filter: blur(8px);opacity:0;transition: all 2.5s ease;}
