@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic");

/*
	Strata by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, 
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Sono', 'Kiwi Maru', serif;
	max-width:100%;

	}
	
div {
	max-width:100%;
		}


html{
	scrollbar-width: thin;
	scrollbar-color: #E2564B #282E33;
}

ruby rt{font-family: 'Sono', 'Kiwi Maru', serif;
	position: relative;
	top: 0.2ex;
	font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;

}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
		scroll-behavior: smooth;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #F0F4F4;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #656565;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;

		color: #E2564B;
		text-decoration: none;
		transition: 0.5s;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #E2564B !important;
			text-decoration: none;
			opacity: 40%;
		}


	strong, b {
		color: #787878;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #486061;
		font-weight: 400;
		line-height: 1em;
		
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

			text-decoration: none;
		}

	h1 {
		font-size: 2em;
		line-height: 1.5em;
	}

	h2 {
		font-size: 3em;
		line-height: 1.5em;
		font-family: 'Dela Gothic One', cursive;
		position: relative;
		line-height: 1.4;
		padding:0.25em 1em;
		display: inline-block;
		margin-bottom: 0.8em;
		color: #F0F4F4;
		-webkit-text-stroke: 1px #486061;
			text-stroke: 1px #F0F4F4;
	}

	h2:before, h2:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2:before {
  border-left: solid 2px #E2564B;
  border-top: solid 2px #E2564B;
  top:0;
  left: 0;
}

h2:after {
  border-right: solid 2px #E2564B;
  border-bottom: solid 2px #E2564B;
  bottom:0;
  right: 0;
}

h2.head {
	font-size: 3em;
	font-family: 'Dela Gothic One', cursive;
	position: relative;
	line-height: 1.4;
	padding:0.5em 0.5em;
	display: inline-block;
	border: none;
	margin-top: 15%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	opacity: 0.8;

}

h2.head:before, h2.head:after {
content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

h2.head:before {
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
top:0;
left: 0;
opacity: 0.5;
}

h2.head:after {
	border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
bottom:0;
right: 0;
opacity: 0.5;
}





h2.character_head {
	font-size: 3.5em;
	font-family: 'Dela Gothic One', cursive;
	position: relative;
	line-height: 1.4;
	padding:0.8em 0.8em 0.6em 0.8em;
	display: inline-block;
	  border: 2px solid #fff;
	margin-top: 60px;
	margin-bottom: 30px;
	text-orientation: upright;
	opacity: 0.9;

	background-color: rgba(0,0,0,0.30);

	-webkit-text-stroke: 0;

	
}

h2.character_head:before, h2.character_head:after {
content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;

}

h2.character_head:before {
	border-left: solid 0px #fff;
	border-top: solid 0px #fff;
top:0;
left: 0;
opacity: 0.7;
}

h2.character_head:after {
	border-right: solid 0px #fff;
  border-bottom: solid 0px #fff;
bottom:0;
right: 0;
opacity: 0.7;
}

h2.character_head  span {
	margin-top: 5px;
  font-size: 0.3em;
  display: block;
	margin-bottom: 5px;
font-family: 'Baloo Tamma 2', cursive;
letter-spacing: 0.2em;
}


	h3 {
		font-size: 1.5em;
		line-height: 1.5em;
		letter-spacing: 0.05em;
		display: flex;
		align-items: center;
		margin-bottom: 25px;
		font-family: 'Sono','Zen Maru Gothic', sans-serif;
		font-weight: 600;
	}

	h3:after {
	border-top: 3px solid;
	border-color: #777;
	content: "";
	flex-grow: 1;
	opacity: 0.3;
	}
	h3:after {
	margin-left: 1rem;
	}

h3 span {
color: #E2564B;
margin-right: 6px;
font-size: 0.8em;
	}



	h4 {
		font-size: 1em;
		line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 10px;
	}
h4 span {
		background:linear-gradient(transparent 60%, #F2BABA 60%);
		font-family: 'Sono','Zen Maru Gothic', sans-serif;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

h4 span a {
font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #DBDBDB;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 6px #E6E6E6;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 1.5em;
	}

	code {
		background: #f7f7f7;
		border-radius: 0.35em;
		border: solid 2px #E6E6E6;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 4em);
		width: 100%;
	}

		.container.xsmall {
			width: 25%;
		}

		.container.small {
			width: 50%;
		}

		.container.medium {
			width: 75%;
		}

		.container.large {
			width: 125%;
		}

		.container.xlarge {
			width: 150%;
		}

		.container.max {
			width: 100%;
		}

		@media screen and (max-width: 980px) {

			.container {
				width: 100% !important;
				max-width: 100% !important;
			}

		}

		@media screen and (max-width: 480px) {

			.container {
				max-width: calc(100% - 3em);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.625em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.625em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.625em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.625em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1.25em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1.25em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1.25em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1.25em;
				}

		.row {
			margin-top: 0;
			margin-left: -2.5em;
		}

			.row > * {
				padding: 0 0 0 2.5em;
			}

			.row.gtr-uniform {
				margin-top: -2.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 2.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3.75em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3.75em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3.75em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3.75em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -5em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 5em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -5em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 5em;
				}

		@media screen and (max-width: 1800px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #b2b2b2;
		position: relative;
		margin: 3em 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major h2 {
		font-size: 3em;
	}

	#info {
		font-size: 20px;
		color: #fff;
		transition: 0.5s;
		opacity: 0.5;

	}

	#info:hover {
		color: #fff;
		opacity: 0.5;

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #787878;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f7f7f7;
		border-radius: 0.35em;
		border: solid 2px transparent;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #E2564B;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #787878;
			background: #fff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #a2a2a2;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #f7f7f7;
				border-radius: 0.35em;
				border: solid 2px transparent;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 1.85625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #787878;
			border-color: #787878;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #E2564B;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.35em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 0.35em;
		border: solid 2px #E6E6E6;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 0.35em;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background: url("images/overlay.png");
			border-radius: 0.35em;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.thumb {
			text-align: center;
		}
　
			.image.thumb:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				border-radius: 0.35em;
				border: solid 3px rgba(255, 255, 255, 0.5);
				color: #fff;
				content: 'View';
				display: inline-block;
				font-size: 0.8em;
				font-weight: 400;
				left: 50%;
				line-height: 2.25em;
				margin: -1.25em 0 0 -3em;
				opacity: 0;
				padding: 0 1.5em;
				position: absolute;
				text-align: center;
				text-decoration: none;
				top: 50%;
				white-space: nowrap;
			}

			.image.thumb:hover:after {
				opacity: 1.0;
				background: none!important;
			}

			.image.thumb:hover:before {
				background: url("images/overlay.png"), url("images/overlay.png");
				opacity: 1.0;
			}

		.image img {
			border-radius: 0.35em;
			display: block;
			max-width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.avatar {
			border-radius: 100%;
		}

			.image.avatar:before {
				display: none;
			}

			.image.avatar img {
				border-radius: 100%;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	dl {
		margin: 0 0 2em 0;
	}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.5em;
			}

/* Labeled Icons */

	ul.labeled-icons {
		list-style: none;
		padding: 0;
	}

		ul.labeled-icons li {
			line-height: 1.75em;
			margin: 1.5em 0 0 0;
			padding-left: 2.25em;
			position: relative;
		}

			ul.labeled-icons li:first-child {
				margin-top: 0;
			}

			ul.labeled-icons li a {
				color: inherit;
			}

			ul.labeled-icons li h3 {
				color: #b2b2b2;
				left: 0;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1em;
			}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}



		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table.contents_list {
		margin: 0 0 2em 0;
		width: 100%;
		border-spacing: 0px 15px;
	}

		table.contents_list tbody tr {
			border: solid 1px #E6E6E6;
			border-left: 0;
			border-right: 0;
		}

			table.contents_list tbody tr:nth-child(2n + 1) {
				background-color: #f7f7f7;
			}

		table.contents_list td {
			padding: 0.75em 1.5em;
		}

		table.contents_list th{
		  position: relative;
		  text-align: left;
		  width: 15%;
		  background-color: #728181;
		  color: #F0F4F4;
		  text-align: center;
		  padding: 10px 0;
			font-family: ' Dela Gothic One', cursive;
			display: table-cell;
vertical-align: middle;
		}

		table.contents_list th:after{
		  display: block;
		  content: "";
		  width: 0px;
		  height: 0px;
		  position: absolute;
		  top:calc(50% - 10px);
		  right:-10px;
		  border-left: 10px solid #728181;
		  border-top: 10px solid transparent;
		  border-bottom: 10px solid transparent;
		}




table.profile {
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 display:table-cell;
 font-size: 0.9em;
}
table.profile th {
width: 160px;
 padding: 10px;
 border-bottom: dotted 1px #778ca3;
 color: #778ca3;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
		font-weight: 600;
vertical-align: middle;
font-size: 0.9em;
}
table.profile td {
	width: 330px;
 padding: 10px;
 border-bottom: dotted 1px #778ca3;
vertical-align: middle;
}

.profile_block{
display:table;
}



.profbox{
	margin-bottom: 60px;
	
}



.mangalink{
	color: #656565;
	border-bottom: 2px dotted #C9C9C9;
	font-size: 0.9em;
}

.mangalink:hover{
	color: #656565!important;
		border-bottom: 2px dotted #C9C9C9;
}

.subtitle {
	color: #656565;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.manganumber_main{
	background-color: #E2564B;
	color: #F0F4F4;
	padding: 0px 4px 0px 5px;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 5px;
}

.manganumber_sub {
	background-color: #728181;
	color: #F0F4F4;
	padding: 0px 4px 0px 5px;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 5px;
}

		.mangaviwe{
		color: #6480b4;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 0.8em;
		}

		.mangatate{
		color: #83a56a;
		margin-left: 2px;
		margin-right: 5px;
		font-size: 0.9em;
		}



/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 0.35em;
		border: solid 3px #E6E6E6;
		color: #787878 !important;
		cursor: pointer;
		display: flex;
		font-weight: 400;
		height: 3.15em;
		height: calc(2.75em + 6px);
		line-height: 2.75em;
		min-width: 10em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			border-color: #E2564B;
			color: #E2564B !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(73, 191, 157, 0.1);
			border-color: #E2564B;
			color: #E2564B !important;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			min-width: 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		.button.primary {
			background-color: #E2564B;
			border-color: #E2564B;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			.button.primary:hover {
				background-color: #5cc6a7;
				border-color: #5cc6a7;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			.button.primary:active {
				background-color: #3eb08f;
				border-color: #3eb08f;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #e7e7e7 !important;
			border-color: #e7e7e7 !important;
			color: #b2b2b2 !important;
			cursor: default;
		}

/* Work Item */

	.work-item {
		margin: 0 0 2em 0;
	}

		.work-item .image {
			margin: 0 0 1em 0;
		}

		.work-item h3 {
			margin: 0 0 0.5em 0;
		}

		.work-item p {
			font-size: 0.8em;
			line-height: 1.5em;
			margin: 0;
			letter-spacing: 0.05em
		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: -moz-flex-end;
		-webkit-align-items: -webkit-flex-end;
		-ms-align-items: -ms-flex-end;
		align-items: flex-end;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background-color: #E2564B;
		background-attachment: scroll,								scroll;
		background-image: url("images/overlay.png"), url("../../images/bg.jpg");
		background-position: top left,							top left;
		background-repeat: repeat,								no-repeat;
		background-size: auto;
		color: rgba(255, 255, 255, 0.5);
		height: 100%;
		left: 0;
		padding: 3em 2em 8em 3.2em;
		position: fixed;
		text-align: center;
		top: 0;
		width: 35%;
	}

		#header > * {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 100%;
		}

		#header > .inner {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			margin: 0 0 2em 0;
		}

		.inner a{
			border-bottom: none;
			transition: 0.5s;
		}

		.inner a:hover {
			opacity: 0.4;}
		



		#header strong, #header b {
			color: #ffffff;
		}

		#header h2, #header h3, #header h4, #header h5, #header h6 {
			color: #ffffff;
		}

		#header h1 {
			color: rgba(255, 255, 255, 0.5);
			font-size: 1.35em;
			line-height: 1.75em;
			margin: 0;
		}

		#header .image.avatar {
			margin: 0 0 1em 0;
			width: 6.25em;
		}

/* Footer */

	#footer .icons {
		margin: 1em 0 0 0;
	}

		#footer .icons a {
			color: rgba(255, 255, 255, 0.4);
		}

	#footer .copyright {
		color: rgba(255, 255, 255, 0.4);
		font-size: 0.8em;
		list-style: none;
		margin: 1em 0 0 0;
		padding: 0;
	}

		#footer .copyright li {
			border-left: solid 1px rgba(255, 255, 255, 0.25);
			display: inline-block;
			line-height: 1em;
			margin-left: 0.75em;
			padding-left: 0.75em;
		}

			#footer .copyright li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

			#footer .copyright li a {
				color: inherit;
			}

/* Main */

	#main {
		margin-left: 35%;
		max-width: 100%;
		padding: 8em 4em 0 4em;
		width: calc(100% - 35%);
	}

		#main > section {

			margin: 4em 0 1em 0;
			padding: 4em 60px 40px 60px;
		}

			#main > section:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Poptrox */

	@-moz-keyframes spin {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-webkit-keyframes spin {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-ms-keyframes spin {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes spin {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		background: #fff;
		border-radius: 0.35em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
		overflow: hidden;
		padding-bottom: 3em;
	}

		.poptrox-popup .loader {
			text-decoration: none;
			-moz-animation: spin 1s linear infinite;
			-webkit-animation: spin 1s linear infinite;
			-ms-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
			font-size: 1.5em;
			height: 1em;
			left: 50%;
			line-height: 1em;
			margin: -0.5em 0 0 -0.5em;
			position: absolute;
			top: 50%;
			width: 1em;
		}

			.poptrox-popup .loader:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			.poptrox-popup .loader:before {
				content: '\f1ce';
			}

		.poptrox-popup .caption {
			background: #fff;
			bottom: 0;
			cursor: default;
			font-size: 0.9em;
			height: 3em;
			left: 0;
			line-height: 2.8em;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 1;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			text-decoration: none;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			background: rgba(0, 0, 0, 0.01);
			cursor: pointer;
			height: 100%;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 50%;
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				color: #fff;
				font-size: 2.5em;
				height: 1em;
				line-height: 1em;
				margin-top: -0.75em;
				position: absolute;
				text-align: center;
				top: 50%;
				width: 1.5em;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				content: '\f105';
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				content: '\f104';
				left: 0;
			}

		.poptrox-popup .closer {
			text-decoration: none;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			color: #fff;
			height: 4em;
			line-height: 4em;
			opacity: 0;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 4em;
			z-index: 2;
		}

			.poptrox-popup .closer:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			.poptrox-popup .closer:before {
				-moz-box-sizing: content-box;
				-webkit-box-sizing: content-box;
				-ms-box-sizing: content-box;
				box-sizing: content-box;
				border-radius: 100%;
				border: solid 3px rgba(255, 255, 255, 0.5);
				content: '\f00d';
				display: block;
				font-size: 1em;
				height: 1.75em;
				left: 50%;
				line-height: 1.75em;
				margin: -0.875em 0 0 -0.875em;
				position: absolute;
				top: 50%;
				width: 1.75em;
			}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

/* Touch */

	body.is-touch .image.thumb:before {
		opacity: 0.5 !important;
	}

	body.is-touch .image.thumb:after {
		display: none !important;
	}

	body.is-touch #header {
		background-attachment: scroll;
		background-size: auto, cover;
	}

	body.is-touch .poptrox-popup .nav-next,
	body.is-touch .poptrox-popup .nav-previous,
	body.is-touch .poptrox-popup .closer {
		opacity: 1.0 !important;
	}


	
	@media screen and (max-width: 1700px) {


		.w_img{
			width: 58%!important;
			margin-bottom: 52%!important;
			
		  }
		 
		  .absolute02{
			left: 415px !important;
		  }
	}

	@media screen and (max-width: 1500px) {

					.pagenav
					{
					margin-left: 30%!important;
					}

					.w_img{
						width: 63%!important;
						margin-bottom: 52%;
					  }
					  .absolute01{
						left: -36px !important;
					  }
					 
					  .absolute02{
						left: 344px !important;
					  }
				}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Header */

			#header {
				padding: 2em 1em 3em 1.5em;
				width: 30%;
			}

				#header h1 {
					font-size: 1.25em;
				}

					#header h1 br {
						display: none;
					}

				#header > .inner {
					margin-bottom: 0;
				}
/* 

					#header p {
						margin: 4em 0 1.5em 0;
					}*/

					.pagenav
					{
					margin-left: 21%!important;
					}




		/* Footer */

			#footer .copyright li {
				border-left-width: 0;
				display: block;
				line-height: 2.25em;
				margin-left: 0;
				padding-left: 0;
			}

		/* Main */

			#main {
				margin-left: 30%;
				max-width: none;
				padding: 6em 3em 3em 3em;
				width: calc(100% - 30%);
			}


	}

	@media screen and (max-width: 1347px) {
	.timeline-content {
		width: 70%!important;
}


.w_img{
	width: 59% !important;
	margin-bottom: 45% !important;
  }
 
  .absolute01{
	left: -36px !important;
  }
  .absolute02{
	left: 312px !important;
  }
}

@media screen and (max-width: 1057px) {
.timeline-content {
	width: 60%!important;
}

.profile_block{
	flex-flow: column;
	display: flex;
}

.w_img{
	width: 62%!important;
  }
 
  .absolute02{
	left: 279px !important;
  }



}


/* Medium */

	@media screen and (max-width: 980px) {

		/* Basic */

			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* List */

			ul.icons li .icon {
				font-size: 1.25em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
				background-position: top left, center center;
				background-size: auto,		cover;
				left: auto;
				
				position: relative;
				text-align: center;
				top: auto;
				width: 100%;
				display: block;
			}

				#header h1 {
					font-size: 1.75em;
				}

					#header h1 br {
						display: inline;
					}

					h2.head {
					font-size: 3em;
						writing-mode: horizontal-tb;
						padding:0.3em 1em;
						margin-top: 30px;
						margin-bottom: 30px;
					}

					.pagenav
					{
					margin-left: 37%!important;
					}

		/* Footer */

			#footer {
				background-attachment: scroll;
				background-color: #1f1815;
				background-image: url("images/overlay.png"), url("../../images/bg.jpg");
				background-position: top left,						bottom center;
				background-repeat: repeat,							no-repeat;
				background-size: auto,							cover;
				bottom: auto;
				left: auto;
				padding: 4em 4em 6em 4em;
				position: relative;
				text-align: center;
				width: 100%;
			}

				#footer .icons {
					margin: 0 0 1em 0;
				}

				#footer .copyright {
					margin: 0 0 1em 0;
				}

					#footer .copyright li {
						border-left-width: 1px;
						display: inline-block;
						line-height: 1em;
						margin-left: 0.75em;
						padding-left: 0.75em;
					}

		/* Main */

			#main {
				margin: 0;
				padding: 6em 4em;
				width: 100%;
			}

			.timeline-content {
				width: 70%!important;
			}

			.w_img{
				width: 63% !important;
				margin-bottom: 49% !important;
			  }
			 
			  .absolute01{
				left: -35px !important;
			  }

			  .absolute02{
				left: 340px !important;
			  }

			  .img_maru{
				width: 18% !important;;
			  }
			


	}

	@media screen and (max-width: 853px) {

		  .absolute02{
			left: 304px !important;
		  }
	}

	@media screen and (max-width: 783px) {
	.timeline-content {
		width: 60%!important;
	}	

	.w_img{
		margin-bottom: 42% !important;
	  }
	 
	  .absolute02{
		left: 278px !important;
	  }
}


/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			h1 {
				font-size: 1.5em;
			}

			h2 {
				font-size: 2em;
			}



		/* Section/Article */

			section.special, article.special {
				text-align: center;
			}

			header.major h2 {
				font-size: 2.3em;
			}

		/* List */

			ul.labeled-icons li {
				padding-left: 2em;
			}

				ul.labeled-icons li h3 {
					line-height: 1.75em;
				}

		/* Header */

			#header {
				padding: 2.25em 2.25em;
			}

				#header h1 {
					font-size: 1.35em;
				}

				.pagenav
				{
				margin-left: 33%!important;
				}


		/* Footer */

			#footer {
				padding: 2.25em 1.5em;
			}

		/* Main */

			#main {
				padding: 2.25em 0.5em 0.25em 0.5em;
				
			}

				#main > section {
					padding: 3.5em 1.5em 1.5em 1.5em;
				}

				.w_img{
					width: 57% !important;
					margin-bottom: 55% !important;
					
				  }
				 
				  .absolute01{
					left: 35px !important;
				  }
	
				  .absolute02{
					left: 282px !important;
					z-index: 20;
				  }
	



		/* Poptrox */

			.poptrox-popup {
				border-radius: 0;
			}

				.poptrox-popup .nav-next:before,
				.poptrox-popup .nav-previous:before {
					margin-top: -1em;
				}

	}

					
@media screen and (max-width: 660px) {

	.w_img{
		width: 58%!important;
		margin-bottom: 55% !important;
	  }
	  .absolute01{
		left: 17px !important;
	  }
	 
	  .absolute02{
		left: 235px !important;
	  }
}

@media screen and (max-width: 587px) {

	.absolute01{
		left: 24px !important;
	  }
	  .absolute02{
		left: 230px !important;
	  }
}


		@media screen and (max-width: 550px) {
			.pagenav
			{
			margin-left: 30%!important;
			}

			.absolute02{
				left: 198px !important;
			  }

				}



/* XSmall */

	@media screen and (max-width: 480px) {

		/* Header */

			#header {
				padding: 1.5em 1.5em;
			}

				#header h1 br {
					display: none;
				}

				h2.head {
				font-size: 2em;
				margin-top: 30px;
				}

				.pagenav
				{
				margin-left: 27%!important;
				}

				h2.character_head {
					font-size: 3em;
				}

		/* Footer */

			#footer .copyright li {
				border-left-width: 0;
				display: block;
				line-height: 2.25em;
				margin-left: 0;
				padding-left: 0;
			}


			.w_img{
				width: 57% !important;;
				margin-bottom: 49% !important;
			  }
			 
			  .absolute01{
				left: -13px !important;
			  }

			  .absolute02{
				left: 191px !important;
				z-index: 20;
			  }


	}

	@media screen and (max-width: 466px) {
	.timeline-content {
		width: 53%!important;
	}	}

	@media screen and (max-width: 414px) {
		.absolute01{
			left: -27px !important;
		  }

		.absolute02{
		  left: 172px !important;
		}
  }
  
  @media screen and (max-width: 375px) {
	.absolute01{
		left: -21px !important;
	  }

	.absolute02{
	  left: 165px !important;
	}
}
  @media screen and (max-width: 360px) {
	.absolute01{
		left: -17px !important;
	  }

	.absolute02{
	  left: 156px !important;
	}
}
  


	.gnavi__pc-style {
	  margin: 2rem 0 10px auto;

	}
	.gnavi__pc-style ul {
	 justify-content: center;
		display: flex;
	}


	.gnavi__pc-style a {
		    border-bottom: none;
				transition: 0.5s;
	}

	.gnavi__pc-style a:hover {
	opacity: 0.4;}



	.gnavi__pc-style ul li:not(:last-of-type) {
margin-right: 10px;
	}



	#two {
		padding: 0 10px 0 10px;
		border: solid 2px #e5ecec;
    background-color: #f8f8f8;
		border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	}


	#title {
		padding: 0 10px 0 10px;
		background-color: #e5ecec;
		border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	}
	/* 枠 */

	html:before,
	html:after,
	body:before,
	body:after {
	  content: "";
	  background: #E2564B;
	  position: fixed;
	  display: block;
	  z-index: 100;
	}

	/* 上 */
	html:before {
	  height: 10px;
	  width: 100vw;
	  left: 0;
	  top: 0;
	}

	/* 右 */
	html:after {
	  width: 10px;
	  height: 100vh;
	  right: 0;
	  top: 0;
	}

	/* 下 */
	body:before {
	  height: 10px;
	  width: 100vw;
	  bottom: 0;
	  left: 0;
	}

	/* 左 */
	body:after {
	  width: 10px;
	  height: 100vh;
	  top: 0;
	  left: 0;
	}


	::selection {
	    background: #E2564B;
			color: #F0F4F4;
	}


	/* ボタン */
.button_main a{
    border-radius: 3px;
		border: 1px solid #CFCFCF!important;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 15px 35px;
    color: #486061;
    transition: 0.3s ease-in-out;
    font-weight: 500;
		margin-right: 10px;
}
.button_main a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #E2564B;
  transition: 0.2s ease 0s;
}

.button_main a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #E2564B!important;
  transition: 0.2s ease 0.2s;
}

.button_main a:hover::before {
  width: 0%;
}

.button_main a:hover::after {
  height: 0%;
}

.button_main a:hover {
  text-decoration: none;
  background-color: #E2564B!important;
	color: #fff!important;
	opacity: 100%!important;
}

.button_main span {
    color: #E4C0C3;
}


#title a{
	border-bottom: none;
	transition: 0.5s;
}

#title a:hover {
	opacity: 0.4;}
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

button {

    display: inline-block;
		background: transparent;
    border: none;
		outline: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition : 0.5s;
								-webkit-appearance: none;
								     -moz-appearance: none;
								          appearance: none;
}

.pagetop {
	position: fixed;
	/* 要素の位置を固定する */
	bottom: 0;
	/* 基準の位置を画面の一番下に指定する */
	right: 0;
	/* 基準の位置を画面の一番右に指定する */
	display: inline-block;
	background: transparent;
	border: none;
	outline: none;
	padding: 1rem 2rem;
	margin: 0;
	text-decoration: none;
	color: #E2564B;
	font-size: 2rem;
	cursor: pointer;
	text-align: center;
	transition: 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pagetop:hover,
.pagetop:focus {
opacity: 0.5;
}

.small {
  font-size: 12px;
	line-height: normal;
	margin-bottom: 40px;
}

.arrow_box{
    position:relative;
    width:100%;
    height:77px;
    background:#FFFFFF;
    padding:10px 10px 10px 25px;
    text-align:left;
    border:1px solid #E1DCD8;
    color:#486061;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:8%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-bottom-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(225, 220, 216, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    margin-bottom: 1px;
    border-bottom-color:#E1DCD8;
}



.copy {
  background-color: #E6EAEB;
	position: static;
	font-size: 14px;
	font-family: 'Sono', 'Kiwi Maru', serif;
	padding: 6px 20px 4px 20px;
	margin-bottom: 10px;
	color: #E2564B;
}
.copy:hover,
.copy:hover {
  background: #F0F4F4;
}



.gnavi__yoko-style {
	margin: 0 0 10px auto;
	max-width: 100%;
	

}
.gnavi__yoko-style ul {
	display: flex;
	justify-content: space-between;
	/* 間隔を自動調整 */
	max-width: 100%;
}

.gnavi__yoko-style ul li {
	flex-shrink: 1;
	/* すべてが縮小されても親要素に収まる */
	text-align: center;
}

/* ロゴ用のスタイル */
.menu-logo {
	flex-basis: 20%;
	/* ロゴの幅を全体の20%に指定 */
	max-width: 100%;
	/* 画像が枠を超えないようにする */
	height: auto;
}

/* アイコン用のスタイル */
.gnavi__yoko-style ul li img {
	flex-basis: 15%;
	/* アイコンの幅を全体の15%に指定 */
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.gnavi__yoko-style ul li img {
		flex-basis: 25%;
		/* 小さい画面ではアイコンの割合を調整 */
	}
}

@media screen and (max-width: 480px) {
	.gnavi__yoko-style ul li img {
		flex-basis: 30%;
		/* さらに小さい画面では調整 */
	}
}

.gnavi__yoko-style img {
	max-width: 100%;
	/* 画像が横幅を超えないようにする */
	height: auto;
	display: block;
}


.gnavi__yoko-style a {
			border-bottom: none;
			transition: 0.5s;
}

.gnavi__yoko-style a:hover {
opacity: 0.4;}



.gnavi__yoko-style ul li:not(:last-of-type) {
margin-right: 10px;
}

																														@media screen and (max-width: 480px) {
.gnavi__yoko-style {margin: 0 30px 10px auto;}

.major h2{padding: 0.25em 0.5em;
}
}


.list{
	list-style: square;
	padding-left: 15px;
	padding-bottom: 15px;
}

.list li{
	padding-bottom: 0.6em;
}

.pagenav
{
margin-top: 30px;
margin-left: 34%;
}

.pagenav li
{

text-align: left;
}



.pagenav a
{
color: #fff;
opacity: 0.8;

}

.timeline {
  list-style: none;

}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 130px;
    float: left;
	font-family: 'Sono','Zen Maru Gothic', sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	padding-left: 7px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #E1DCD8 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #E2564B;
    position: absolute;
    left: 126px;
    top: 8px;
    border-radius: 100%;
  }


.tl{
display: block;
font-size: 0.95em;
padding-top: 2px;
font-family: 'Sono', 'Kiwi Maru', serif;
font-weight: normal;
	}

.character{
		font-family: 'Dela Gothic One', cursive;
		display: block;
		font-size: 1.8em!important;
		font-weight: normal;

	}

	.character span{
			font-size: 0.6em!important;
			color: #656565;
			letter-spacing: -0.14em;
		}



.title_phrase {
  position: relative;
  line-height: 1.4;
  padding:1em 2em;
  display: inline-block;
color: #E2564B;
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 1.5em;
	opacity: 1;
	letter-spacing: 0.07em;

}

.title_phrase:before, .title_phrase:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.title_phrase:before {
  border-left: solid 2px #486061;
  border-top: solid 2px #486061;
  top:0;
  left: 0;
}

.title_phrase:after {
  border-right: solid 2px #486061;
  border-bottom: solid 2px #486061;
  bottom:0;
  right: 0;
}


.series_phrase {
	position: relative;
	line-height: 1.4;
	padding: 1em 2em;
	display: inline-block;
	color: #F0F4F4;
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 1.6em;
	opacity: 1;
	letter-spacing: 0.07em;
		writing-mode: vertical-rl;
			text-align: left;

}

.underline_bakeizuko{
  background:#2a3838e8;
  font-family: 'Shippori Antique B1', sans-serif;

  line-height: 1.7em;
}

.title_about{
	color: #676567;
	margin: 3em 0 1.5em 0;
	padding:1em;
	background-color: rgba(240, 244, 244, 0.8);
	border: solid 1px #CFCFCF;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	font-family: 'Sono','Zen Maru Gothic', sans-serif;
font-weight: 600;
}

.title_copyright{
		color: #676567;
	opacity: 0.5;
}

.arasuzi{
	position: relative;
font-size: 11px;
background-color: #BBB;
width: 111px;
color: #fff;
padding: 3px 0;
margin-left: 11px;
border-radius: 20px;
}

.arasuzi:hover{
opacity: 1!important;
}

.tooltip {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    width: 120px;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}
.tooltip > .text {
    background-color: #486061;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}
.tooltip > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #486061 transparent transparent transparent;
}
button:hover > .tooltip {
    visibility: visible;
    opacity: 1;
}

.hosoku{
	position: relative;
	text-align: left;
font-size: 20px;
width: 100px;
color: #BBBBBB;
padding: 3px 0;
margin-left: 11px;
border-radius: 20px;
}

.hosoku:hover{
opacity: 1!important;
}

.logo_left{
	float: left;
}

.head_back{
	color: #fff;
	background-color: rgba(0,0,0,0.25);
	margin-top: 10px;
	width: 100%!important;
	display: inline-block;
}
.head_back:hover{
	color: #fff!important;
	background-color: #E2564B;
}



/*------------------------------------
  bar graph
------------------------------------*/
.bar-graph-wrap {
  position: relative;
  overflow: hidden;
	margin-bottom: 60px;
}
.bar-graph-wrap .graph {
  height: 30px;
  left: 0;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-animation: graphAnim 2.5s forwards;
          animation: graphAnim 2.5s forwards;
}
.bar-graph-wrap .graph span {
  font-size: 12px;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .bar-graph-wrap .graph span {
    font-size: 9px;
		letter-spacing: -0.1em
  }
}
.bar-graph-wrap .graph.d10 {
	margin-bottom: 5px;
  background: #E2564B;
  width: 100%;
}
.bar-graph-wrap .graph.d9 {
margin-bottom: 5px;
  background: #D1574D;
  width: 91.6%;
}
.bar-graph-wrap .graph.d8 {
margin-bottom: 5px;
  background: #C05850;
  width: 83.9%;
}
.bar-graph-wrap .graph.d7 {
margin-bottom: 5px;
  background: #AF5952;
  width: 76.2%;
}
.bar-graph-wrap .graph.d6 {
  margin-bottom: 5px;
  background: #9E5A55;
  width: 68.5%;
}
.bar-graph-wrap .graph.d5 {
  margin-bottom: 5px;
  background: #8C5C57;
  width: 60.8%;
}
.bar-graph-wrap .graph.d4 {
  margin-bottom: 5px;
  background: #7B5D5A;
  width: 53.1%;
}
.bar-graph-wrap .graph.d3 {
  margin-bottom: 5px;
  background: #6A5E5C;
  width: 45.4%;
}
.bar-graph-wrap .graph.d2 {
  margin-bottom: 5px;
  background: #595F5F;
  width: 37.7%;
}
.bar-graph-wrap .graph.d1 {
  margin-bottom: 5px;
  background: #486061;
  width: 30%;
}

.bar-graph-wrap .graph.red {
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff3051;
  width: 65%;
}
.bar-graph-wrap .graph.green {
  bottom: 15%;
  background: #1fd26c;
  width: 27%;
}

@-webkit-keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.gallery{
margin-left: 10px;
}

.gallery img{
border-radius: 10px;
}


.thumbnail{
	display:flex;
}



/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin:0 auto;
	margin-bottom: 4em;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	margin-bottom: 0;
	
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 3px;
    background-color: #E2564B;
	opacity: 1;
    
}
.title::before{
    top:47%;
    left: 16px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:47%;
    left: 0px;
    transform: rotate(90deg);
	border-color: #E2564B;

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	margin:0 3% 3% 3%;
    padding: 3%;
	border: none;
}
.box img {
 max-width:100%;
}

.w_img{
	position: relative;
	width: 60%;
	margin-bottom: 55%;
  }
  .absolute01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
  }


 
  .absolute02{
	position: absolute;
	top: 0;
	left: 449px;
  }

 

  .img_maru{
	width:15%;
	border-radius:50%;
	margin-right: 10px;
	border: solid 1px #E1DCD8;
	margin-bottom: 14px;
  }

.link_ironashi{
	color: #486061;
}


.menu-btn{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: auto;
	z-index: 998;
	background-color: #E2564B;
	color: #fff;
	font-size: 1.5em;
	padding: 10px 15px;
}

.pushy{
	background-color: #E2564B!important;
	opacity: 85%;

}

.pushy a{
	color: #fff!important;
	font-size: 0.9em!important;
	letter-spacing: -0.05em;

}

.pushy-submenu button{
	color: #fff!important;
	font-size: 0.9em!important;
	font-family: 'Sono', 'Kiwi Maru', serif!important;
}

a::after, .pushy-submenu > button::after {
	background: url(../../images/angle-right-solid.svg) no-repeat!important;
	opacity: 70%;

}


::-webkit-scrollbar{
	width: 10px;
 }
 ::-webkit-scrollbar-track{
	background-color: #282E33;
 }
 ::-webkit-scrollbar-thumb{
	background-color: #E2564B;
 }


 .c_attention {
    padding: 0.5em 1em;
    margin: 0 0 2em 0;
    border: dashed 1px #a1a09e/*点線*/
}
.c_attention p {
    margin: 0; 
    padding: 0;
}



.rakureki{
	color: #fff;
	background-color: #E2564B;
	margin-bottom: 5px;
	padding-left: 7px;
	padding-top: 2px;
	border-radius: 5px;
}

.manga_page{
	font-size: 80%;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #486061;
	margin-left: 5px;
	opacity: 0.8;
}





.box_image img {
    display: block;
    max-width: 100%;

}

.box_text {
    box-sizing: border-box;
	text-align: center;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	border: none;

}

.box_text p {
    margin: 0;
	font-family: 'Sono','Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 836px) {
    .box_text {
        padding: 13px 20px;
		position: relative;
		top: -18%;
		margin: auto;
		margin-bottom: 20px;
		background-color: rgba(240, 244, 244, 0.9);
		border: solid 1px #CFCFCF;
    }
}
@media screen and (min-width: 836px) {
    .top_box {
        position: relative;
    }
    .box_text {
        padding: 13px;
		margin-bottom: 20px;
    }
}


@media screen and (min-width: 836px) {
    .box_text {
        background-color: rgba(240, 244, 244, 0.9);
		border: solid 1px #CFCFCF;
    }
    .box_image {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translateX(-100%);
        width: 50%;
        max-width: 700px;
    }
    .box_text {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translateY(-50%);
        width: 55%;
        max-width: 700px;
    }
    .top_box:nth-of-type(even) .box_image {
        transform: translateX(0%);
    }
    .top_box:nth-of-type(even) .box_text {
        left: 55%;
        transform: translateX(-100%) translateY(-50%);
    }
}


.ryuketsu{
	color: #BD5656;
	font-size: 0.7em;
	padding: 2px 9px 1px 9px;
	border-radius: 15px;
	border: solid 1px #BD5656;
	font-family: 'Sono','Zen Maru Gothic', sans-serif;
	font-weight: 600;
	margin-left: 10px;
}



.about_arrow {
	position: relative;
	max-width: 100%;
	background: #FFFFFF;
	padding: 25px 10px 20px 10px;
	text-align: center;
	border: 1px solid #E1DCD8;
	color: #E2564B;
	border-radius: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 2.1em;font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
		font-weight: 600;
		font-size: 1.2em;
		letter-spacing: 0.05em;
}

.about_arrow:after,
.about_arrow:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	bottom: 100%;
	left: 8%;
}

.about_arrow:after {
	border-color: rgba(255, 255, 255, 0);

	border-bottom-color: #FFFFFF;

	border-top-width: 11px;
		border-bottom-width: 30px;
		border-left-width: 22px;
		border-right-width: -6px;
		margin-left: 24px;
}

.about_arrow:before {
	border-color: rgba(225, 220, 216, 0);
	border-top-width: 13px;
	border-bottom-width: 32px;
	border-left-width: 23px;
	border-right-width: 4px;
	margin-left: 23px;
	margin-bottom: 0px;
	border-bottom-color: #E1DCD8;
}




	/* 記事一覧 */


.listA .listcontainer {
	display: flex;
	flex-wrap: wrap;
}

.listA article {
	flex: 1 1 250px;
	display: flex;
}

.listAmidashi {
	font-size: 1.1em;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	color: #486061;
	margin-bottom: 10px ;
	margin-top: 3px;
}

.listA p {
	font-size: 14px;
	opacity: 0.8;
	margin: 0;
	color: #656565;
	line-height: 1.4em;

}

.listA .photo {
	min-height: 150px;
	background-position: center;
	background-size: cover;
}

.listA .photos {
	min-height: 50px;
	background-position: center;
	background-size: cover;
}

.listA a {
	flex: 1;
	margin: 0 10px 10px 0;
	display: block;
	border: solid 1px #ddd;
	color: inherit;
	text-decoration: none;
}

.listA a:hover {
	opacity: 0.7;
	border: solid 1px #E2564B;
}

.listA .text {
	margin: 10px 10px 16px 15px;
}

.listA .texts {
	margin: 3px 10px 2px 15px;
	
}



		/* カテゴリ */

.listAtag_x{
	background-color: #E2564B;
	border-radius: 10px;
	font-size: 0.7em;
	color: #F8F8F8;
	padding: 0px 10px 2px 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.07em;
}

.listAtag_c {
	background-color: #4B64C8;
	border-radius: 10px;
	font-size: 0.7em;
	color: #F8F8F8;
	padding: 0px 10px 2px 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.07em;
}

.listAtag_a {
	background-color: #529473;
	border-radius: 10px;
	font-size: 0.7em;
	color: #F8F8F8;
	padding: 0px 10px 2px 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.07em;
}

.listAtag_o {
	background-color: #b36806;
	border-radius: 10px;
	font-size: 0.7em;
	color: #F8F8F8;
	padding: 0px 10px 2px 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.07em;
}




blockquote {
	position: relative;
	padding: 30px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 15px;
	content: "\f10d";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

blockquote p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.7;
	color: #486061;
	font-size: 0.9em;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}



.page_back{
	margin: auto;
}


.prev-next-link a {
	border-bottom: 1px #ddd dotted;
	display: block;
	text-decoration: none;
	padding: 4px 0px 10px 0px;
	color: rgb(255, 255, 255);
}

.prev-next-link-notext {
	display: flex;
	justify-content: center;
}

.prev-next-link-notext a {
	border-top: 1px #ddd dotted;
border-bottom: 1px #ddd dotted;
	display: flex;
	/* リンク内の要素を横並びにする */
	align-items: center;
	/* 要素を垂直方向に中央揃え */
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	color: rgb(255, 255, 255);
}

.prev-next-link-notext a:hover {
	background-color: #E2564B;
	color: #fff;
}


.prev-link, .next-link {
    display: inline-block;
}

.prev-link {
    text-align: left;
}

.next-link {
    text-align: right;
}
.prev-next-link a:hover {
	background-color: #E2564B;
	color: #fff;
}


.prev-next-link p {
margin: 0;

}

.prev-next-link a:first-child {
	border-top: 1px #ddd dotted;
}



.prev-next-label-new {
	font-size: 0.7em;
	margin-bottom: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: right;
}

.prev-next-label-old {
	font-size: 0.7em;
	margin-bottom: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: left;
}

.prev-link,
.next-link {
	display: inline-block;
}

.prev-link {
	text-align: left;
}

.next-link {
	text-align: right;
}

/* Images */
.thumb-wrap-old {
	display: flex;
}


.thumb-wrap-old p {
	margin: 0 5px 0 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
display: flex;
align-items: center;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
		font-weight: 600;
		letter-spacing: 0.05em;
}

.thumb-wrap-old img {
	width: 60px;
	height: 100%;
	margin: 0 5px 0 5px;
}



.thumb-wrap-new {
	display: flex;
justify-content: flex-end;
}

.thumb-wrap-new p {
	margin: 0 5px 0 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: left;
}

.thumb-wrap-new img {
	width: 60px;
	height: 100%;
	margin: 0 5px 0 5px;
}



.noteold{
	background-color: #486061;
	padding: 3px 11px 2px 11px;
	border-radius: 10px;
	margin-left: 5px;
}

.notenew {
	background-color: #486061;
	padding: 3px 11px 2px 11px;
	border-radius: 10px;
	margin-right: 5px;
}

.note_back{
	font-size: 0.9em;
	margin-bottom: 20px;
}

.laymic_root{
	z-index: 999;

}

.laymic_opener{
	padding: 0;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	color: #656565;
	font-size: 1.1em;
	margin: 0;
	border-bottom: dotted 2px #E2564B;
	letter-spacing: 0.05em;
}

.laymic_opener:hover{
	opacity: 0.6;
	color: #E2564B;
}

/* laymic 縮小表示型雛形cssコードここから */

/* 固定幅で描画してからscaleをかける */
.laymic_page_wrapper {
	width: var(--page-max-width);
	height: var(--page-max-height);
	/*transform: scale(var(--page-scale-ratio));*/
	flex: 0 0 auto;
}

/* こちらが実質的なpage wrapper */
.laymic_page_inner_wrapper {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	color: #fafafa;
}

.laymic_isVertView .laymic_page_wrapper .laymic_isSingleSlide .laymic_page_wrapper {
	--slide-width: calc(100% - var(--viewer-padding) * 2);
}

/* リンクカラー変更 */




.laymic_page_wrapper span {
	margin: .5rem 0;
}



/* 横長要素複数を想定したラッパー */
.laymic_page_landscapes,
/* 縦長要素複数を想定したラッパー */
.laymic_page_portraits {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 入れ子要素ごとの区切り余白 */
	margin: 1rem 0;
}

.laymic_page_landscapes {
	flex-flow: column nowrap;
}
/*
.laymic_page_landscapes:first-of-type {
	justify-content: flex-end;
}

.laymic_page_landscapes:last-of-type {
	justify-content: flex-start;
}

.laymic_page_landscapes:only-of-type {
	justify-content: center;
}

.laymic_page_portraits:first-of-type {
	align-items: flex-end;
}

.laymic_page_portraits:last-of-type {
	align-items: flex-start;
}

.laymic_page_portraits:only-of-type {
	align-items: center;
}*/

.laymic_page_landscapes h4{
	background-color: #f0f4f4c9;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 1em;
}
.potekilinks{
	text-align: left;
}

.potekilinks .fa-solid {
	float: left;
}

.mangatojiru{
	text-align: left;
	margin: 30px;
}

/* laymic 縮小表示型雛形cssコードここまで */

.twitter-share-button{
margin-bottom: 10px;
}

.box26 {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 1.4em 1em 1.4em;
	border: solid 3px #CCCFCF;
	border-radius: 8px;
}

.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1.5em;
	background: #F0F4F4;
	color: #486061;
	font-weight: bold;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
		font-weight: 600;
	letter-spacing: 0.05em;
}

.box26 p {
	margin: 0;
	padding: 0;
}


.hitokoto-log{
	margin: 0;
	margin-top: 1em;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	opacity: 0.9;
}

.hitokoto-log a {
	color: #fff;
}

.hitokoto-log a:hover {
	color: #E2564B;
	opacity: 0.6;
}


.hitokoto-body{
	margin: 0;
	font-size: 0.8em;
	color: #fff;
	opacity: 0.9;
	line-height: 1.5em;
	background-color: #111624bf;
	padding: 5px 10px;
}

.hitokoto-poweredby{
	font-size: 0.9em;
	opacity: 0.8;
}

.pushy-content li{
list-style: none
}



	/* 太字小文字 */
.bold {
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	border-bottom: dotted 2px #afaba9;
	letter-spacing: 0.05em;
}

.font_s {
	font-size: 70%;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #486061;
	opacity: 0.7;
	letter-spacing: 0.05em;
	
}

/* 用語集ボタン */
#glossary-button {
	position: fixed;
	bottom: 20px;
	right: 80px;
	/* PCでは右側 */
	padding: 10px 15px;
	background-color: #E2564B;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1000;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
}

/* スマホの場合 */
@media (max-width: 768px) {

	/* スマホの幅に合わせて調整 */
	#glossary-button {
		right: auto;
		/* 右側の位置を解除 */
		left: 50%;
		/* 中央に配置 */
		transform: translateX(-50%);
		/* 中央揃え */
	}
}

/* ボタンの設定 */
#glossary-button {
	display: flex;
	/* フレックスボックスを使用 */
	justify-content: center;
	/* 中央揃え */
	align-items: center;
	/* 縦方向も中央揃え */
	z-index: 1001;
	/* z-indexを適切に設定 */
}

/* オーバーレイの設定 */
#glossary-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	/* 初期状態では非表示 */
	transition: visibility 0s 0.3s, opacity 0.3s linear;
	opacity: 0;
	z-index: 1000;
	/* z-indexを低めに設定 */
	display: flex;
		/* フレックスボックスを使用 */
		justify-content: center;
		/* 中央揃え */
		align-items: center;
		/* 縦方向も中央揃え */
}

/* オーバーレイが表示されている状態 */
#glossary-overlay.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s linear;
}
.glossary-container {
	background: white;
	/* 用語集の背景色 */
	border-radius: 8px;
	/* 角を丸める */
	padding: 20px;
	/* 内側の余白 */
	width: 90%;
	/* 幅を90%に設定 */
	max-width: 600px;
	/* 最大幅を600pxに設定 */
	z-index: 999;
	/* ボタンよりも上に表示 */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	/* 影を追加 */
}


/* 用語集ボックス */
#glossary-box {
	width: 95%;
	max-width: 600px;
	border-radius: 10px;
	height: 90%;
	background-color: rgba(240, 244, 244, 0.8);
}

/* 用語集内のスクロール */
#glossary-iframe {
	width: 100%;
	height: 100%;
	border: none;
}



.hidden-link {
	display: none;
	/* 訪問済みリンクを非表示にする */
}



.choicebox {
	text-align: center;
	/* 中央寄せ */
	list-style: none;
	/* リストの点を非表示（任意） */
	padding: 0;
	/* 不要な余白を削除（任意） */
}

.choicebox li {

	margin: 5px;
	/* 各アイテムの間隔を調整（任意） */
}








.manga-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.manga-item:last-child {
	margin-bottom: 0;
}

.manga-number {
	font-family: "Squada One", serif;
	margin-top: 20px;
	font-size: 40px;
	margin-bottom: 0;
	margin-right: 25px;
	width: 40px;
	/* 数字の幅を固定 */
	display: flex;
	justify-content: left;
	/* 数字を左揃え */
	align-items: flex-start;

}

.manga-thumbnail {
	width: 120px;
	/* サムネイルの横幅を120pxに設定 */
	height: 60px;
	/* サムネイルの高さを60pxに設定 */
	background-color: #ddd;
	/* 画像がない場合の背景色 */
	margin-right: 15px;
	flex-shrink: 0;
	overflow: hidden;
}

.manga-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.manga-details {
	flex-grow: 1;
	display: flex;
	align-items: center;
	/* タイトルをサムネイルと同じ高さで中央揃え */
}

.manga-chapter-group {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	gap: 10px;
	/* チャプター間に適度なスペースを追加 */
}

.manga-chapter {
	display: flex;
	align-items: center;
}

.manga-chapter .manga-thumbnail {
	width: 120px;
	height: 60px;
}

.manga-chapter .manga-details {
	margin-left: 10px;
}

.mangamidashi {
	font-size: 1.1em;
	font-family: 'Sono', 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	color: #486061;
	margin-top: 3px;
}

.manga-pages {
	font-size: 14px;
	color: #666;
}

.manga-link {
	display: flex;
	text-decoration: none;
	color: inherit;
}

.manga-link:hover {
	opacity: 0.5;
}

hr.manga{margin: 0;}


/* スマホの場合 */
@media (max-width: 768px) {

	.manga-number {
		
			margin-top: 15px;
			font-size: 25px;
			margin-right: 15px;

	
		}

	.manga-thumbnail {
			width: 80px;
			/* サムネイルの横幅を120pxに設定 */
			height: 60px;
			/* サムネイルの高さを60pxに設定 */
			background-color: #ddd;
			/* 画像がない場合の背景色 */
			margin-right: 15px;
			flex-shrink: 0;
			overflow: hidden;
		}
	

				.manga-chapter .manga-thumbnail {
					width: 80px;
					height: 60px;
				}
			
		h3{
			font-size: 1em;
		}

	.mangamidashi {
					font-size: 1em;}

	
}


		/* テーマカラー */


		.maincolor{
		color: #E2564B;}

		.subcolor{
		color: #486061;}

		.igecolor{
		color: #4B64C8;}

		.shagecolor{
		color: #D4415B;}

		.gfcolor{
		color: #6E9452;}

		.tarucolor{
		color: #B9A000;}

		.dorazou{
		color: #E9A502;}

		.ori{
		color: #A29AAE;}

		.oroshi{
		color: #43694C;}

		.misoka{
		color: #F48D7E;}

		.hizumi{
		color: #8A97AC;}



