@charset "utf-8";

body {
	background-color: #CADAA2;
	text-align: center;
	line-height: 1.8em;
	color: #2D3C09;
}
table {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	color: #300042;
	border: none;
}
p {
	margin: 20px 0;
	padding: 0;
}
tr {
	padding: 0;
}
td {
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	width:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
div {
	overflow: hidden;
}
h1 {
	padding: 0;
	font-weight: bold;
	color: #00552B;
	text-align: center;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
a:visited {
	color: #800080;
}
span.red {
	font-weight: bold;
	color: #F00;
}
ul,li {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 トップ
------------------------------ */

div.index {
	text-align: left;
	margin: 30px auto;
}
div.index ul {
	text-align: left;
	font-weight: bold;
}

/* ------------------------------
 見出し部分
------------------------------ */

div.index h2 {
	text-align: left;
	color: #0000ff;
}
h2.chara {
	color: #0000ff;
}
h2.word {
	color: #0000ff;
}
h2.epinumber {
	color: #ffffff;
	background-color: #008040;
}
h2.epinumber a {
	color: #ffffff;
}
h3.episode {
	background-color: #D7FFC1;
}
div.index h3 {
	text-align: left;
	color: #008080;
	border-bottom: solid 1px #008080;
}
h3.chara {
	font-weight: bold;
	color: #FFF
}
h3.word {
	font-weight: bold;
	color: #FFF;
}

/* ------------------------------
 エピソードリスト
------------------------------ */

table.list {
	border-top: 1px solid #004040;
	border-left: 1px solid #004040;
}
table.list td {
	border-right: 1px solid #004040;
	border-bottom: 1px solid #004040;
	vertical-align: middle;
}
table.list p {
	margin: 5px 8px;
}
td.list01 {
	background-color: #008040;
	color: #FFF;
	font-weight: bold;
}

div.episode {
	text-align: left;
	background-color: #FFF;
	border: 1px solid #004040;
}
table.episode td {
	border-right: 1px solid #004040;
	border-bottom: 1px solid #004040;
	vertical-align: middle;
}
p.title {
	font-weight: bold;
	border-bottom: 1px solid #004040;
}

/* ------------------------------
 キャラクター紹介
------------------------------ */

div.chara {
	text-align: left;
	border: solid 1px #408080;
	background-color: #FFF;
}
div.chara div {
	background-color: #008040;
}
p.voice {
	color: #FFF;
	font-weight: bold;
}

/* ------------------------------
 用語集
------------------------------ */

div.word {
	text-align: left;
	border: solid 1px #408080;
	background-color: #FFF;
}
div.word div {
	background-color: #008040;
}

/* ------------------------------
 リンク
------------------------------ */

div.link {
	margin: 0;
	overflow: hidden;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	margin: 20px 0;
}
div.link ul {
	width: 800px;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto;
}
div.link ul li {
	font-size: 12px;
	padding: 0px 5px;
}


/* ------------------------------
 最下部
------------------------------ */

div.bottom {
	background-color: #003366;
	text-align: right;
}
div.bottom p {
	margin: 5px 10px !important;
}
div.bottom p a {
	color: #FFF;
	text-decoration: none;
}


@media screen and (min-width: 801px){

.smart_only {
	display: none;
}
.hamburger-menu {
	display: none;
}

h1 {
	margin: 50px auto;
	font-size: 2em;
}

/* ------------------------------
 トップ
------------------------------ */

div.index {
	width: 800px;
}
div.index ul {
	margin: 20px 30px;
}

/* ------------------------------
 見出し部分
------------------------------ */

div.index h2 {
	margin: 10px auto;
	font-size: 1.5em;
}
h2.chara {
	margin: 10px auto;
	font-size: 2em;
}
h2.word {
	margin: 10px auto;
	font-size: 2em;
}
h2.epinumber {
	font-size: 1.5em;
	padding: 5px 10px;
	margin: 0;
}
h3.episode {
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 0;
}
div.index h3 {
	margin: 20px auto 0 auto;
	padding-bottom: 5px;
	font-size: 1.2em;
}
h3.chara {
	font-size: 1.2em;
	margin: 5px;
}
h3.word {
	font-size: 1.2em;
	margin: 5px;
}

/* ------------------------------
 エピソードリスト
------------------------------ */

table.list {
	width: 800px;
	margin: 10px auto;
}
table.list td {
	font-size: 1.2em;
}
table.list p {
	margin: 5px 8px;
}

div.episode {
	width: 800px;
	margin: 20px auto;
}
div.episode p {
	margin: 15px 15px;
}
table.episode p {
	margin: 3px;
}
p.title {
	font-size: 1.5em;
	padding-bottom: 5px;
}
p.staff {
	margin: 5px;
	font-size: 0.9em;
}

/* ------------------------------
 キャラクター紹介
------------------------------ */

div.chara {
	width: 800px;
	margin: 20px auto;
}
p.voice {
	margin: 5px;
}
div.chara p {
	margin: 15px 15px;
}

/* ------------------------------
 用語集
------------------------------ */

div.word {
	width: 800px;
	margin: 20px auto;
}
div.word p {
	margin: 15px 15px;
}
div.postscript {
	width: 800px;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
	text-align: left;
}
div.postscript p {
	margin: 15px 15px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}


}

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

.pc_only {
	display: none;
}
div.link {
	display: none;
}


h1 {
	margin: 60px auto 30px;
	font-size: 1.5em;
}

/* ------------------------------
 トップ
------------------------------ */

div.index {
	width: auto;
}
div.index ul {
	margin: 20px 0px;
}

/* ------------------------------
 見出し部分
------------------------------ */

div.index h2 {
	margin: 10px auto;
	font-size: 1.3em;
}
h2.chara {
	margin: 10px auto;
	font-size: 1.5em;
}
h2.word {
	margin: 10px auto;
	font-size: 1.5em;
}
h2.epinumber {
	font-size: 1.3em;
	padding: 5px 10px;
	margin: 0;
}
h3.episode {
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 0;
}
div.index h3 {
	margin: 20px auto 0 auto;
	padding-bottom: 5px;
	font-size: 1.2em;
}
h3.chara {
	font-size: 1.2em;
	margin: 5px;
}
h3.word {
	font-size: 1.2em;
	margin: 5px;
}

/* ------------------------------
 エピソードリスト
------------------------------ */

table.list {
	width: auto;
	margin: 10px auto;
}
table.list td {
	font-size: 1.2em;
}
table.list p {
	margin: 5px 8px;
}

div.episode {
	width: auto;
	margin: 20px auto;
}
div.episode p {
	margin: 15px 15px;
}
table.episode p {
	margin: 3px;
}
p.title {
	font-size: 1.5em;
	padding-bottom: 5px;
}
p.staff {
	margin: 5px;
	font-size: 0.9em;
}

/* ------------------------------
 キャラクター紹介
------------------------------ */

div.chara {
	width: auto;
	margin: 20px auto;
}
p.voice {
	margin: 5px;
}
div.chara p {
	margin: 15px 15px;
}

/* ------------------------------
 用語集
------------------------------ */

div.word {
	width: auto;
	margin: 20px auto;
}
div.word p {
	margin: 15px 15px;
}
div.bottom p {
	text-align: center;
	margin: 5px auto !important;
}



.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background-color: #555;
	border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
#menu-btn-check {
	display: none;
}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 997;
	background-color: rgba(255,255,255,0.95);
	transition: all 0.3s;
	text-align: left;
	overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
	left: 20%;
}
.menu-content ul {
	padding: 70px 10px 100px;
}
.menu-content ul li {
	border-bottom: solid 1px #AAA;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#000;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 16px;
}
div.postscript {
	width: auto;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
	text-align: left;
}
div.postscript p {
	margin: 10px 10px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}

}