@charset "utf-8";
.header {
	padding-right:50%;
	position: relative;
}
.header:before {
	content:'';
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	width:50%;
	background:url(../img/top/visual3.jpg) no-repeat center center / cover;
}
.header__title {
	height:232px;
}
.header__title--ls {
	display: flex;
	justify-content: center;
}
.header__title--logo {
	width:50%;
	height:232px;
	background:url(../img/common/logo.svg) no-repeat center center / 220px auto;
}
.header__title--logo a {
	display: block;
	height:232px;
}
.header__title--startdate {
	width:50%;
	height:232px;
	background:url(../img/common/startdate.svg) no-repeat center center / 220px auto;
}
.header__nav {
	background:#FFF;
}
.header__navTitle {
	border-top:1px solid #000;
	height:80px;
	background-size:241px 33px;
	background-position:0 center;
	background-image: url(../img/top/nav_title.svg);
	background-repeat: repeat-x;
	animation:scroll-navtitle 3s linear infinite;
}
.header__navLists {
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #000;
	counter-reset: number 0;
}
.header__navLists li {
	width:50%;
	height:56px;
}
.header__navLists li a {
	height:56px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items:center;
	text-decoration: none;
	border-bottom:1px solid #000;
	transform:translateY(1px);
}
.header__navLists li a:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	right:15px;
	bottom:15px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1;
	z-index:5;
	transition: all 0.4s ease;
}
.header__navLists li a:hover:before,
.header__navLists li a.active:before {
	color:#FFF;
}
.header__navLists li a i {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	animation: nav-out 0.4s ease forwards;
	display: block;
}
.header__navLists li a:hover i,
.header__navLists li a.active i {
	animation: nav-in 0.4s ease forwards;
}
.header__navLists li a i:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#d84f7c;
	animation: color-gradient 7.5s linear infinite;
}
.header__navLists li a span {
	display: block;
	position: relative;
	z-index:5;
	font-size:32px;
	padding-left:40px;
	transition:color 0.4s ease;
}
.header__navLists li a:hover span,
.header__navLists li a.active span {
	color:#FFF;
}
.menuBtn {
	display: none;
}
@media screen and (max-width:768px){
	.header {
		width:100%;
		height:49.0666vw;
		order:2;
		background:#FFF;
	}
	.header:before {
		content:'';
		position: absolute;
		right:0;
		top:0;
		bottom:0;
		width:50%;
		background:background:url(../img/top/visual1.jpg) no-repeat right top / 50% auto;
	}
	.header__cont {
		position: static;
	}
	.header__title {
		height:49.0666vw;
		width:50vw;
		position: relative;
		min-height:auto;
		max-height:none;
		display: block;
	}
	.header__title--ls {
		display: block;
	}
	.header__title--logo {
		width:100%;
		height:31.0666vw;
		background:url(../img/common/logo.svg) no-repeat center center / 37.3333vw auto;
	}
	.header__title--logo a {
		display: block;
		height:33.0666vw;
	}
	.header__title--startdate {
		width:100%;
		height:13vw;
		background:url(../img/common/startdate.svg) no-repeat center center / auto 100%;
	}
	.header__nav {
		position:fixed;
		left:0;
		right:0;
		top:0;
		bottom:0;
		overflow:auto;
		z-index:19999;
		background:rgba(255,255,255,.9);
		-webkit-backdrop-filter:blur(8px);
		backdrop-filter:blur(8px);
		transform:translateX(100%);
		transition:transform 0.4s ease-in-out;
	}
	.header__nav.active {
		transform:translateX(0);
	}
	.header__logo {
		display: block;
		height:49.0666vw;
		background:url(../img/top/visual1.jpg) no-repeat right center / 50% auto;
		padding-right:50vw;
		padding-top:6.4vw;
	}
	.header__logo--logo {
		width:37.3333vw;
		height:20.5333vw;
		margin: 0 auto 6.4vw;
	}
	.header__logo--logo a {
		display: block;
		height:20.5333vw;
		background:url(../img/common/logo.svg) no-repeat center center / contain;
	}
	.header__logo--startdate {
		height:9.8vw;
		background:url(../img/common/startdate.svg) no-repeat center center / contain;
	}
	.header__navTitle {
		height:19.2vw;
		background-size:48.6666vw 6.6666vw;
		animation:scroll-navtitle-s 3s linear infinite;
		background-color:#FFF;
	}
	.header__navLists {
		background-color:#FFF;
	}
	.header__navLists li {
		height:10.6666vw;
	}
	.header__navLists li a {
		height:10.6666vw;
	}
	.header__navLists li a:before {
		right:3.2vw;
		bottom:3vw;
		font-size:1rem;
	}
	.header__navLists li a span {
		font-size:2rem;
		padding-left:6.4vw;
	}
	.menuBtn {
		display: block;
		position: fixed;
		right:0;
		top:0;
		width:12.8vw;
		z-index:20000;
	}
	.menuBtn a {
		display: block;
		padding-top:100%;
		position: relative;
		background:#d84f7c;
		animation: color-gradient 7.5s linear infinite;
		text-decoration: none;
	}
	.menuBtn a:before,
	.menuBtn a:after {
		content:'';
		position: absolute;
		left:3.2vw;
		height:1px;
		width:6.4vw;
		background:#FFF;
		transition: all 0.4s ease-in-out;
		z-index:2;
	}
	.menuBtn a:before {
		top:3.2vw;
	}
	.menuBtn a:after {
		top:5vw;
	}
	.menuBtn a i {
		position: absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		opacity:0;
		background:#000;
		transition:all 0.4s ease-in-out;
	}
	.menuBtn a.active i {
		opacity:1;
	}
	.menuBtn a.active:before {
		transform:translateY(1vw) rotate(20deg);
	}
	.menuBtn a.active:after {
		transform:translateY(-1vw) rotate(-20deg);
	}
	.menuBtn a span {
		position: absolute;
		top:50%;
		left:0;
		right:0;
		height:4.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#FFF;
		font-size:1rem;
	}
}
.wp-pagenavi {
	height:200px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0 120px;
	font-family: 'Roboto Condensed', sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width:40px;
	height:40px;
	display: flex;
	margin:10px;
	color:#FFF;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding-top:2px;
}
.wp-pagenavi a {
	background:#000;
	transition:all 0.3s ease;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
	background:#d84f7c;
}
.wp-pagenavi .backtolistlink {
	width:116px;
	margin:0;
}
.wp-pagenavi .previouspostslink {
	background:transparent;
	position: absolute;
	left:80px;
	top:80px;
	height:40px;
	width:80px;
	color:#000;
	padding-left:35px;
	transition:all 0.3s ease;
	margin:0;
}
.wp-pagenavi .previouspostslink:before {
	content:'';
	position: absolute;
	box-sizing: border-box;
	width:28px;
	height:28px;
	border:3px solid transparent;
	border-left:3px solid #000;
	border-bottom:3px solid #000;
	transform:translateY(-50%) rotate(45deg);
	left:6px;
	top:50%;
}
.wp-pagenavi .previouspostslink:hover {
	background:transparent;
	transform:translateX(-5px);
}
.wp-pagenavi .nextpostslink {
	background:transparent;
	position: absolute;
	right:80px;
	top:80px;
	height:40px;
	width:80px;
	color:#000;
	padding-right:35px;
	transition:all 0.3s ease;
	text-align: right;
	margin:0;
}
.wp-pagenavi .nextpostslink:before {
	content:'';
	position: absolute;
	box-sizing: border-box;
	width:28px;
	height:28px;
	border:3px solid transparent;
	border-right:3px solid #000;
	border-top:3px solid #000;
	transform:translateY(-50%) rotate(45deg);
	right:6px;
	top:50%;
}
.wp-pagenavi .nextpostslink:hover {
	background:transparent;
	transform:translateX(5px);
}
@media screen and (max-width:768px){
	.wp-pagenavi {
		height:32vw;
		position: relative;
		justify-content: center;
		align-items: center;
		padding: 0 6.4vw;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width:6.4vw;
		height:6.4vw;
		margin:1.6vw;
		padding-top:0;
		font-size:1.2rem;
	}
	.wp-pagenavi .backtolistlink {
		width:20vw;
	}
	.wp-pagenavi .previouspostslink {
		left:6.4vw;
		top:12.8vw;
		height:6.4vw;
		width:13.4666vw;
		padding-left:6.4vw;
	}
	.wp-pagenavi .previouspostslink:before {
		width:4.6666vw;
		height:4.6666vw;
		border:2px solid transparent;
		border-left:2px solid #000;
		border-bottom:2px solid #000;
		left:1vw;
	}
	.wp-pagenavi .nextpostslink {
		right:6.4vw;
		top:12.8vw;
		height:6.4vw;
		width:13.4666vw;
		padding-right:6.4vw;
	}
	.wp-pagenavi .nextpostslink:before {
		width:4.6666vw;
		height:4.6666vw;
		border:2px solid transparent;
		border-right:2px solid #000;
		border-top:2px solid #000;
		right:1vw;
	}
}
.article {
	border-bottom:1px solid #000;
	background:#FFF;

}
.article__head {}
.article__head time {
	font-size:20px;
	line-height:1;
	margin-bottom:22px;
}
.article__title {
	font-size:24px;
	line-height:2;
	font-weight: 700;
	color:#d84f7c;
	border-bottom:1px solid #000;
	padding-bottom:0.6em;
	animation: color-gradient 7.5s linear infinite;
}
.article__wrap {
	width:880px;
	padding:80px 0;
	margin:0 auto;
}
.article__main {
	padding-top:30px;
}
.article__main p {
	margin-bottom:1.5em;
	font-feature-settings: "palt";
	word-break: break-all;
}
.article__main img {
	max-width: 100%;
}
.article__main .ytWrap {
	position: relative;
	padding-top:56.25%;
	margin-bottom:1.5em;
	height: 0
}
.article__main .ytWrap iframe {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.alignright {
	margin-left:auto;
	display: block;
}
.alignleft {
	margin-right:auto;
	display: block;
}
.article__main h4 {
	position:relative;
	display: inline;
	color:#FFF;
	line-height:20px;
	background: linear-gradient(to bottom, rgba(216,79,124,0) 0px,rgba(216,79,124,0) 4px,rgba(216,79,124,1) 4px,rgba(216,79,124,1) 22px,rgba(216,79,124,0) 22px,rgba(216,79,124,0) 26px);
	animation: color-gradient 7.5s linear infinite;
	padding:0 3px;
	font-feature-settings: "palt";
}
.article__main h4 + p {
	padding-top:10px;
}
.articleBox {
	padding:24px;
	border:1px solid #000;
	margin-bottom:1.6em;
}
.articleBox p:last-of-type {
	margin-bottom:0;
}
.article__main a {
	color:#d84f7c;
}
@media screen and (max-width:768px){
	.article__wrap {
		width:100%;
		padding:12.8vw 6.4vw;
		background:#FFF;
	}
	.article__head time {
		font-size:1.2rem;
		margin-bottom:1rem;
	}
	.article__title {
		font-size:1.6rem;
		padding-bottom:0.6em;
	}
	.article__main {
		padding-top:4.8vw;
		font-size:1.2rem;
	}
	.article__main h4 {
		font-size:1.2rem;
		line-height:1.2rem;
		font-weight: bold;
		background: linear-gradient(to bottom, rgba(216,79,124,0) 0px,rgba(216,79,124,0) 2px,rgba(216,79,124,1) 2px,rgba(216,79,124,1) 22px,rgba(216,79,124,0) 22px,rgba(216,79,124,0) 26px);
	}
	.article__main h4 + p {
		padding-top:0.5rem;
	}
	.articleBox {
		padding:2.8vw 3.2vw;
		border:1px solid #000;
		margin-bottom:1.6em;
	}
}