@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 20px}

.site h2	{margin: 0;
	font-size: 10px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 25%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 0px;
	vertical-align: bottom}

.topimg2	{max-width: 90%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom}






/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative;
    text-align: center}
		
.top .text 	{float: none;
	font-size: 20px;
	text-align:center;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px}


.catch	{position: absolute;
	bottom: 7%;
	left: 3%}

.title2 {
  font-weight: 900;
  font-size: 6.5em;
}
 
.title2 .char-animation {
  display: inline-block;
  line-height: 1em;
}

.title3 {
  font-weight: 900;
  font-size: 3.5em;
}

.title4 {
  font-weight: 900;
  font-size: 1.5em;
}




/* 概要 */
.gaiyou a	{
    display: block;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    text-decoration: none
}

.gaiyou a:hover	{opacity: 0.8}


.gaiyou h1	{margin-top: 0;
	text-align: center;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 20px;
	font-weight: bold}

.gaiyou p	{margin-top: 0;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #ffffff;
	font-size: 16px}

.gaiyouimg	{max-width: 70%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: bottom}

.gaiyouimg2	{max-width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: bottom}



/* chapter */
.chapter	{padding: 0px;
	border: solid 0px #dddddd}

.chapter h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.chapter ul	{margin: 0;
	padding: 0;
	padding-top: 30px;
	list-style: none}

.chapter li a	{display: block;
	text-align: center;
	padding: 50px;
	font-size: 14px;
	text-decoration: none}

.chapter li a:hover	{background-color: #eeeeee}

.chapter time	{color: #888888;
	font-weight: bold}

.chapter a:after	{content: "";
	display: block;
	clear: both}

.chapter time	{float: left;
	width: 60px}

.chapter .text	{float: none;
	font-size: 18px;
	text-align:center;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px}

.chapterimg	{max-width: 40%;
	height: auto;
	margin-top: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: bottom}

.chapter2img	{max-width: 40%;
	display: block;
	margin:auto;
	height: auto;
	margin-top: 80px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: bottom}


/* コピーライト */
.copyright p	{margin: 0;
	text-align: center;
	padding-top: 0px;
	color: #191919;
	font-size: 14px}



/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
	background-color: #dddddd}


/* ボックスの左右 */
.boxA, .box4, .box5, .box6
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 0px;
	padding-bottom: 0px}

.box4	{padding-top: 0px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 0px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {



/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

}



/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 100%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}
.chapterimg	{max-width: 20%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: bottom}

/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}
	
.box4, .boxA-inner, .box5-inner, .box6
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 0px;
	border-bottom: solid 0px #dddddd}

}


/*フェードイン*/
.fade{

  animation: fadeIn 3s ease 0.001s 1 normal;

}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0.1} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

