@charset "UTF-8";
html,
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", YuGothic, Yu Gothic, Meiryo, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
	color: #fff;
	letter-spacing: 0.05em;
	background: #000 none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection,
*::selection,
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
.inner {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 12px;
}
/* ------ option ------ */
@font-face {
	font-family: しねきゃぷしょん;
	src: url("https://cdn.leafscape.be/cinecaption/cinecaption227.woff2")
		format("woff2");
}
/* ------ option ------ */
.oh-open {
	overflow: hidden;
}
/*================ 内部パーツ ================*/
.ff_park {
	font-family: parkside, cursive;
}
.ff_shuei {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
}
.ff_cine {
	font-family: しねきゃぷしょん;
}
/* ------ option ------ */
.fc_pk {
	color: #ff8bc1;
}
.fc_bk {
	color: #000;
}
/*================ blk__ttl ================*/
.blk__ttl {
	display: block;
	margin: 0 auto 75px;
	font-size: 75px;
	font-family: parkside, cursive;
	line-height: 1;
	text-align: center;
}

.blk__flush {
	text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #ff8bc1,
		0 0 82px #ff8bc1, 0 0 92px #ff8bc1, 0 0 102px #ff8bc1, 0 0 151px #ff8bc1;
	/* animation: flush 1.5s infinite alternate; */
}

@keyframes flush {
	100% {
		text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #ff8bc1,
			0 0 80px #ff8bc1, 0 0 90px #ff8bc1, 0 0 100px #ff8bc1, 0 0 150px #ff8bc1;
	}
	0% {
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #ff8bc1,
			0 0 45px #ff8bc1, 0 0 55px #ff8bc1, 0 0 70px #ff8bc1, 0 0 80px #ff8bc1;
	}
}
/*================ viewmore ================*/
.viewmore {
	width: 168px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
	color: #000;
	border-radius: 26px;
	margin: 0 auto;
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.viewmore {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.viewmore:hover {
		background-color: #ff8bc1;
		color: #fff;
	}
}
/*================ header ================*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.spmenu__btn {
	width: 50px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 30px;
}
.spmenu__line {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 30px;
	background-color: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.spmenu__line:nth-of-type(2) {
	margin: 10px 0;
}
.is_active .spmenu__line:nth-of-type(1) {
	width: 40px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}
.is_active .spmenu__line:nth-of-type(2) {
	/*opacity: 0;*/
	transform: translateX(50px);
}
.is_active .spmenu__line:nth-of-type(3) {
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -15px;
}
/*================ hnav__wrp ================*/
.hnav__wrp {
	display: none;
}
.hnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 65%);
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.hnav.is_active {
	display: block;
}
.hnav__link {
	font-family: parkside, cursive;
	font-size: 40px;
}
/* ------ option ------ */
.hnav__link {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hnav__link::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ff8bc1;
	transform-origin: bottom right;
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.hnav__link:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.hnav__link:hover {
	color: #ff8bc1;
}
/*================ news__list ================*/
.news__list {
	width: 100%;
	max-width: 1088px;
	margin: 0 auto 60px;
	border-top: 1px solid #fff;
}
.news__list li {
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 35px 0;
	font-size: 18px;
}
.news__list li time {
	width: 267px;
}
.news__list li p {
	flex: 1 1 0;
}

@media screen and (max-width: 767px) {
	/*================ SP ================*/
	.blk__ttl {
		margin: 0 auto 43px;
		font-size: 36px;
	}
	/*================ viewmore ================*/
	.viewmore {
		width: 150px;
		height: 40px;
		font-size: 10px;
	}
	/*================ spmenu__btn ================*/
	.spmenu__btn {
		width: 40px;
		height: 30px;
		right: 20px;
		top: 20px;
	}
	.spmenu__line {
		height: 3px;
	}
	.is_active .spmenu__line:nth-of-type(1) {
		width: 35px;
		top: 13px;
	}
	.is_active .spmenu__line:nth-of-type(3) {
		width: 35px;
		top: -13px;
	}
	/*================ 内部パーツ ================*/
	.news__list {
		margin: 0 auto 38px;
	}
	.news__list li {
		align-items: center;
		padding: 10px 0;
		font-size: 12px;
	}
	.news__list li time {
		width: auto;
	}
	.news__list li p {
		padding-left: 20px;
	}
}
