@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');


/*ベース
-----------------------------------*/
body {
	box-sizing: border-box;
	margin: 0px 0px;
	height: 100%;
	width: 100%;
	font-family: 'Faculty Glyphic', 'Zen Kaku Gothic New', '游明朝体', YuMincho, '游明朝', Yu Mincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, serif;
	font-weight: normal;
	overflow-x: hidden;
	background: #272423;
	letter-spacing: 0.3em;
	color: #272423;
}



h1 {
	box-sizing: border-box;
	letter-spacing: 0.5em;
	font-size: 200%;
	font-weight: 500;
	font-family: 'Faculty Glyphic', '游明朝体', YuMincho, '游明朝', Yu Mincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, serif;
	text-transform: uppercase;
}



h2 {
	box-sizing: border-box;
	font-size: 150%;
	font-weight: 500;
	color: #ee8447;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

h3 {
	box-sizing: border-box;
	font-size: 110%;
	font-weight: 600;
	text-transform: uppercase;
}

h3.g_nav a {
	font-size: 90%;
	color: #272423;
}

h4 {
	font-size: 90%;
	font-weight: 900;

}

h5 {
	font-size: 80%;
	font-weight: 400;
}

h6 {
	font-size: 50%;
	letter-spacing: 0.2em;
}



a {
	text-decoration: none;
	color: #ee8447;
}


a:hover {
	color: #ef7d57;
}

h1 a {
	color: #272423;
}

hr {
	width: 100%;
	margin: 20px 0px;
	border: solid 1px #272423;
}

p {
	line-height: 2.0em;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-family: 'Zen Kaku Gothic New', '游明朝体', YuMincho, '游明朝', Yu Mincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, serif;
	font-weight: 400;
}

i {
	font-family: 'Faculty Glyphic', '游明朝体', YuMincho, '游明朝', Yu Mincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, serif;
}



figure {
	margin: 10px;
	margin-bottom: 50px;
	position: relative;
}


figcaption {
	padding: 0px 2px;
	font-size: 90%;
	text-align: right;
}

img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

ul {
	padding: 10px;
	list-style: none;
	border-left: #272423 3px solid;
}

ol {
	padding: 0;
	list-style: none;
	display: inline-block;
}

li {
	line-height: 1.8em;
	font-size: 18px;
	box-sizing: border-box;
	text-align: start;
	text-decoration: none;
	padding: 0 0.5em;

}

video {

	width: 100%;
	height: 100%;
	margin: 0;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/*レイアウト
-----------------------------------*/

.header {
	color: white;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
	align-items: center;
	justify-content: center;
	background: black;
}

.title {
	box-sizing: border-box;
	width: 100%;

}

.site_title {
	color: white;
	display: inline-block;
	font-size: 80%;
	border: none;
	font-weight: 100;
	letter-spacing: normal;
	font-family: '游明朝体', YuMincho, '游明朝', Yu Mincho, 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, serif;
}


.nav {
	box-sizing: border-box;
	width: 100%;
	height: 25%;
	margin: 0;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.nav_sub {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ee8447;
}




.top__illust {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fcf2d5;
	padding: 0;
	margin: 0;
	background: url(https://cohakuko.com/yudestad/img/topvideo0001-0100.webp) no-repeat center;
	background-size: cover;
}

.top__illust_2 {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fcf2d5;
	background: url(https://cohakuko/yudestad/home/img/topvideo0001-0100.webp) no-repeat center center;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 98;
}



.topvideo {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 80;
	object-fit: cover;
}

.about {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 85;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fcf2d5;
}



.top__illust_sub {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 200px;
	padding: 20px;
	background: url(icon/subimage.webp) no-repeat center center;
	background-size: cover;
	background-position: bottom;
	color: #fcf2d5;
}

.story_title {
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	background: url(icon/yuderogo.webp) no-repeat center center;
	object-fit: cover;
	background-size: 300px;
}



.story_title2 {
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	font-size: 0;
	border: none;
	background: url(icon/yuderogo2.webp) no-repeat center center;
	object-fit: cover;
	background-size: 180px;
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
}




#main {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
}

#buttom {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-end;
	width: 100%;
	height: 100vh;
}

#footer {
	box-sizing: border-box;
	width: 100%;
	height: 40%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #f1db77;
}

.footer__1 {
	box-sizing: border-box;
	padding: 100px;
	color: #272423;
}

.footer__2 {
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: black;
}

.footer__top {
	box-sizing: border-box;
	height: 300px;
	background: url(https://cohakuko.com/yudestad/icon/footer_top.svg) no-repeat;
	background-position: center right;
	background-size: cover;
}


.subpage {
	box-sizing: border-box;
	padding: 100px 10%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	background: #272423;
	color: #fcf2d5;
}


.subpage2 {
	box-sizing: border-box;
	padding: 100px 10%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 500px;
}

.subpage3 {
	box-sizing: border-box;
	width: 80%;
	padding: 50px 10%;
	margin: 100px auto;
	background: #f1db77ee;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	border-radius: 20px;
}

.subpage_muuri {
	box-sizing: border-box;
	padding: 100px 10%;
	margin: auto;
	background: #272423;
	color: #fcf2d5;
	min-height: 800px;
	text-align: center;
}

/*パーツ
-----------------------------------*/



.button {
	display: block;
	box-sizing: border-box;
	right: 0em;
	bottom: 0em;
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	transition: .3s;
	/*滑らかな動きに*/
	text-align: center;
	width: 180px;
	height: 60px;
	background: #f7dc7a;
	border-radius: 3px;
	color: #272423;
}

.button:hover {
	opacity: 0.8;
	transition: 0.5s;
	background: #f7dc7a;
}

.top__return {
	/*円の部分*/
	position: fixed;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 56px;
	/*幅*/
	height: 56px;
	/*高さ*/
	background: #ee8447;
	text-align: center;
	/*中央寄せ*/
	border-radius: 50%;
	/*角丸く*/
	transition: .3s;
	/*滑らかな動きに*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
	/*影*/
	z-index: 2;
}

.top__return:hover {
	/*ホバー時の影*/
	background: #ef7d57;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.top__return__button {
	/*中央のアイコン*/
	color: #fcf2d5;
	line-height: 56px;
	/*＝幅と高さ*/
	font-size: 18px;
	/*サイズ*/
}

.top__return__button:hover {
	/*中央のアイコン*/
	color: #fcf2d5;
	line-height: 56px;
	/*＝幅と高さ*/
	font-size: 18px;
	/*サイズ*/
}

.shadow {
	width: 400px;
	height: auto;
	object-fit: cover;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.shadow:hover {
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.img__sum {
	width: 120px;
	height: 300px;
	margin: 20px;
	border: solid 1px #ddd3cf;
	border-radius: 1px;
	object-fit: cover;
	object-position: bottom;
	transition: 0.5s;
}

.img__sum:hover {
	opacity: 0.7;
}



.img__sum_o {
	width: 320px;
	height: 200px;
	margin: 10px 20px;
	border: solid 1px #ddd3cf;
	border-radius: 8px;
	object-fit: cover;
	transition: 0.5s;
}

.img__sum_o:hover {
	opacity: 0.7;
}

.img_radius {
	border-radius: 8px;

}

.img_circle {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border: #ddd3cf 1px solid;
	border-radius: 50%;
	background: #fff;
}

.img_fill {
	width: 100%;
	min-height: 100px;
	max-height: 300px;
	box-sizing: border-box;
	object-fit: cover;
	margin: 0;
}

.img_tatie {
	width: 500px;
	height: 700px;
	box-sizing: border-box;
	object-fit: contain;
	border-radius: 8px;
}

/*特定のページのみで上書き
-----------------------------------*/


.grid_2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	margin: 30px 0px;
	flex-wrap: wrap;
	text-align: right;
}

.grid_box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px
}


.box {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	align-content: flex-end;
	justify-content: space-evenly;
}

.box_tile {
	box-sizing: border-box;
	width: 100%;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;
}

.box_center {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;

}

.img__syoei {
	max-width: 100%;
	transition: 0.5s;
}

.img__syoei:hover {
	opacity: 0.7;
}


.main_story {
	box-sizing: border-box;
	margin: 10px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: flex-start;

}

.main_story__sum {
	width: 260px;
	border: #272423 solid 1px;
	border-radius: 3px;
	transition: 0.5s;
}

.main_story__sum:hover {
	opacity: 0.7;
}


.subpage__manga {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: none;
	color: #fcf2d5;
}

.img__manga {
	box-sizing: border-box;
	max-width: 700px;
	height: auto;
	margin-bottom: 50px;
	/*border: 2px solid rgb(238, 238, 238);*/
}

.img__manga__mihiraki {
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 50px;
	border: 2px solid rgb(238, 238, 238);
}

.img__manga__mihiraki2 {
	box-sizing: border-box;
	width: 600px;
}

.chara_grid_r {
	box-sizing: border-box;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
	grid-template-rows: 1fr;
	gap: 10px;
	grid-auto-flow: row;
}

.chara_grid_l {
	box-sizing: border-box;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 10px;
	grid-auto-flow: row;
}





.chara__sum {
	width: 200px;
	border-radius: 1px;
	object-fit: cover;
	transition: 0.5s;

}


.chara__sum_s {
	width: 150px;
	margin: 0px;
	opacity: 0.8;
	border-radius: 1px;
	object-fit: cover;
	filter: contrast(0.8) brightness(0.9) sepia(1);
	mix-blend-mode: multiply;
}

.chara__sum_s:hover {
	opacity: 1;
	mix-blend-mode: normal;
	filter: brightness(1) sepia(0);
	transition: 0.3s;
}


.sum_over {
	box-sizing: border-box;
	overflow: hidden;
}




.yellow {
	background-color: #f7dc7a;
}

.aka {
	background-color: #f5c7a8;
}

.midori {
	background-color: #dee299;
}

.murasaki {
	background-color: #e5ccd4;
}

.fuwafuwa {
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	display: inline-block;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 70px;
	margin-top: 15px;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0) rotate(-7deg);
	}

	50% {
		transform: translate(0, -7px) rotate(0deg);
	}

	100% {
		transform: translate(0, 0) rotate(7deg);
	}
}

/* ローディング画面 */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}

/*ローディングアニメーション
  Code copyright (c) 2014 Luke Haas
  Code released under the MIT license
  https://github.com/lukehaas/css-loaders/blob/step2/LICENSE
  */
.spinner,
.spinner:before,
.spinner:after {
	color: white;
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;

}

.spinner {
	color: #F0EAB3;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	/*追加*/
	margin: 200px auto;
}

.spinner:before,
.spinner:after {
	content: '';
	position: absolute;
	top: 0;
}

.spinner:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/*ローディングアニメーションここまで*/

.loaded {
	opacity: 0;
	visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}

/*アニメーション要素のスタイル*/
.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*ヘルパークラス（局所的に値を変更）
-----------------------------------*/

@media (max-width: 850px) {


	.header {
		padding: 5px;
	}

	.title {
		margin: 0px;
		padding: 10px 10px;
		width: 25%;
	}

	.nav, .nav_sub {
		flex-direction: column;
		justify-content: center;
		justify-items: center;
		align-items: center;
	}

	h1 {
		font-size: 150%;
	}

	h1.site_title {
		font-size: 80%;
		margin: 0px;
		padding: 0px;
	}

	h1.story_title2 {
		width: 100px;
		height: 100px;
		background-size: 100px;
	}

	h2 {
		font-size: 120%;
	}

	figcaption {
		font-size: 90%;
	}

	.subpage, .subpage2, .subpage3 {
		width: 100%;
		margin: 10px 0px;
		border-radius: 0;

	}

	.subpage__manga {
		padding: 30px 0px;
		margin: 0%;
		border-radius: 0px;
	}

	.grid_2 {
		grid-template-columns: 1fr;
	}

	.box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.box_center {
		flex-wrap: wrap;
	}


	.img__sum, .img__sum_o {
		width: 100px;
		height: 180px;
	}

	.img__sum__s {
		width: 50px;
		height: 50px;
	}

	.top__illust .top__illust_2 {
		min-height: 30vh;
		background-position: top center;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}





	.top__illust_sub {
		height: 100px;
	}

	.img__manga__mihiraki {
		flex-wrap: wrap;
	}

	.chara__sum {
		width: 150px;
	}

	.chara__sum_s {
		width: 100px;
	}

	.img__manga {
		max-width: 100%;
	}

}

@media (min-width: 1980px) {}