@charset "UTF-8";
body {
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #000;
}
h1 {
	position: relative;
	margin: 0;
}
h2 {
	margin: 30px auto;
}
h3 { text-align: center; }
h3 img { width:350px; }
h5 { font-size: 1em; margin-top: 0; }

a { color: #f00; }
a:hover { text-decoration: underline; }
a.nav { z-index: 10; }
p { margin-top: 0; }

ul.sns_icons { margin: 0 auto 10px; }
.btn {
	position: relative;
	max-width: 400px;
	background: #f00;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1;
}
.btn:hover, .btn:active, .btn:focus { background: #f00; text-decoration: none; }
.btn:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	background: #000;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}
.btn:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
.btn.btn_small {
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	width: 150px;
	padding: 8px;
	margin: 10px 10px 10px 0;
}

/* レイアウト */
.wrapper { overflow: hidden; }
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	width: 6%;
	background: #c9c9c9;
	z-index: -1;
}
.wrapper:before { left: 0; }
.wrapper:after { right: 0; }
.wrapper > * {
	position: relative;
	z-index: 1;
}
#header {
	position: relative;
	padding: 0;
	background:url( "../../../img/kikaku/07_life-is-fantasy/header_white.png" ) top center/contain no-repeat;
}
#header h1 div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 1;
}
#header h2 {
	position: absolute;
	top: 0; left: 0; right: 0;
}
#header h2 img { max-width: 400px; }
section {
	margin: 80px auto;
}

/* STORY */
ul.story_list {
	overflow: visible;
	margin-top: 25px;
}
ul.story_list li {
	display: flex;
	margin-bottom: 15px;
	border: 1px solid #000;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
}
ul.story_list li:after {
	content: "";
	display: block;
	clear: both;
}
ul.story_list li .img {
	display: inline-block;
	max-width: 22%;
	float: left;
}
ul.story_list li .summary {
	display: inline-block;
	width: 100%;
	max-width: 65%;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	vertical-align: top;
	float: left;
}
ul.story_list li .summary > a { color: #000; }
ul.story_list li .summary a:hover  {text-decoration: none; }
ul.story_list li .summary h5 { margin-bottom: 10px; font-size: 1.2em; }
.btn_wrap {
	position: absolute;
	bottom: 25px; right: 25px;
}
.btn_wrap .btn {
	position: relative;
	width: 190px;
	margin: 0;
	float: right;
}
img.balloon {
	display: none;
	position: absolute;
	bottom: 38px; right: -20px;
	max-width: none;
	width: 350px;
}
.active img.balloon { display: block; }

/* search */
ul.search_list { text-align: center; }
ul.search_list li {
	display: inline-block;
	margin: 0 10px 15px 0;
}
ul.search_list li a {
	position: relative;
	display: block;
	padding: 12px 25px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1;
}
ul.search_list li a:hover { text-decoration: none; color: #fff; }
ul.search_list li a:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	background: #000;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}
ul.search_list li a:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}

/* credit */
#credit { text-align: left; }
#credit .border { margin-bottom: 15px; padding: 25px; background: #fff; }
#credit p { margin-bottom: 20px; }
#credit p:last-child { margin-bottom: 0; }
#credit .border img { max-width: 110px; }

/* footer */
#footer { margin: 80px auto 40px; }
#footer h3 {
	border-bottom: 2px solid #000;
}
#footer .forestplus { float: right; }
ul.about_list { display: flex; margin: 15px auto; }
ul.about_list li {
	width: 33%;
	padding: 20px;
	box-sizing: border-box;
}
.app { margin: 80px auto; }
.app > img {
	display: inline-block;
	max-width: 50px;
	border-radius: 10px;
	overflow: hidden;
}
.app > p {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.app ul { clear: both; margin: 15px auto; }
.app ul li { display: inline-block; margin: 0 5px; }
.app ul li img { max-width: 180px; }




.red { color: #f00; }
.border { border: 1px solid #000; box-sizing: border-box; }
