@charset "euc-jp";


body{
	background: #EAF2E6;
}

/* -------------------------------------------------------------------------------- */
/* kv */
/* -------------------------------------------------------------------------------- */
#fan_kv {
	position: relative;
	min-width: 1000px;
	height: 463px;
	margin-bottom: 46px;
	padding-top: 120px;
	background:url(/fan/img/index_kv_img_01.jpg) no-repeat center center;
	background-size:cover;
}
#fan_kv h1 {
	width: 1000px;
	margin: 0 auto;
}
#fan_kv span {
	display: block;
	width: 500px;
	height: 225px;
	margin:0 auto;
	background: url(/fan/img/index_kv_txt_01.png) no-repeat center center;
}

.next {
	text-align:center;
}

.next a:hover {
	opacity:0.7;
}

/* -------------------------------------------------------------------------------- */
/* stage */
/* -------------------------------------------------------------------------------- */

#wrapper {
	min-width: 1000px;
	padding-top:63px;
}

#wrapper .stage {
	width: 1000px;
	margin: 0 auto;
}

#wrapper h2{
	margin-bottom: 28px;
	text-align: center;
	font-size: 134%;
}
#wrapper h2 img{
	width:100%;
	margin-bottom: 9px;
}

#wrapper .lead{
	margin-top: 28px;
	text-align: center;
	font-size: 134%;
	line-height: 1.75;
}

#wrapper .btn {
	width:500px;
	margin:0 auto 55px;
	text-align: center;
}
#wrapper .btn a{
	display: block;
	margin: 0 auto;
	padding:17px 0;
	color:#fff;
	font-size:200%;
	line-height:1.5;
	background:#AE72A3;
	border-radius:5px;
}
#wrapper .btn a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.life {
	width: 1000px;
	margin:-28px 0 0;
	padding: 73px 0 0;
}

#wrapper .life h2 {
	width:320px;
	margin:0 auto;
}

#wrapper .life h2 img{
	width:100%;
	margin-bottom: 0;
}

.life .image {
	margin:30px 0 75px;
	text-align: center;
}

.program {
	width: 1000px;
	margin:37px 0 0;
	padding: 73px 0 0;
}

#wrapper .program h2 {
	width:478px;
	margin:0 auto;
}

.program .inner {
	padding:48px 0 55px;
}

.program .inner .leftBox {
	float:left;
	width:480px;
}

.program .inner .rightBox {
	float:right;
	width:480px;
}

.program .inner h3 {
	margin:24px 0 0;
}

.program .inner .leftBox h3 {
	width:201px;
}

.program .inner .rightBox h3 {
	width:70px;
}

.program .inner h3 img {
	width:100%;
}

.program .inner p {
	min-height:3.5em;
	margin:22px 0 0;
	font-size:134%;
	line-height:1.75;
}

.program .inner .img {
	margin:0;
}

.program .inner .link {
	min-height:inherit;
	margin:0;
}

.program .inner .link a {
	padding:0 27px 0 0;
	color:#447355;
	background: url(/fan/img/index_report_ico_01.png) no-repeat right center;
}

.report {
	width: 1000px;
	margin: 17px auto 0;
	padding:73px 0 20px;
}
#wrapper .report h2 {
	width:515px;
	margin:0 auto;
}
#wrapper .report h2 img {
	margin:0;
}

.report .ttl01 {
	width:68px;
	margin:50px auto 0;
	padding:0 0 5px;
	font-size:134%;
	text-align:center;
}

.report .ttl02 {
	width:110px;
	margin:70px auto 0;
	padding:0 0 20px;
	font-size:134%;
	text-align:center;
}

.report .ttl03 {
	width:167px;
	margin:70px auto 0;
	padding:0 0 30px;
	font-size:134%;
	text-align:center;
}

.report h3 img {
	width:100%;
	margin:0 0 3px;
}

.reportBox {
	margin-top: 18px;
	box-sizing: content-box;
}

.reportBox ul {
	letter-spacing:-0.5em;
}

.reportBox ul li {
	display:inline-block;
	width:320px;
	margin:0 20px 0 0;
	letter-spacing:0;
	vertical-align:top;
}

.reportBox ul li:last-child {
	margin:0;
}

.reportBox ul li h4 {
	min-height:5.25em;
	margin-top: 18px;
	font-size: 134%;
	font-weight: bold;
	line-height:1.75;
}

.reportBox .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border:1px solid #ccc;
}

.reportBox ul li .link a {
	padding:0 26px 0 0;
	color:#447355;
	font-size: 134%;
	line-height:1.75;
	background: url(/fan/img/index_report_ico_01.png) no-repeat right center;
}

/* .reportBox ul li .link a:hover {
	opacity:0.7;
} */

.instaBox {
	padding:0 0 40px;
	letter-spacing:-0.5em;
}
.instaBox li {
	display:inline-block;
	width:300px;
	margin:0 10px;
	letter-spacing:0;
	vertical-align:top;
}
.instaBox li iframe {
	min-width:300px !important;
}


/* FOR MOBILE ------------------------------ */

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

.spHide {
	display: none;
}

#fan_kv{
	min-width: 100px;
	height: auto;
	margin-bottom: 0;
	padding: 36% 0 0;
	background: url(/fan/img/index_kv_img_sp_01.jpg) no-repeat center top;
	background-size:100% auto;
}
#fan_kv h1{
	width: auto;
}
#fan_kv span{
	display: inline;
	width: auto;
	height: auto;
	margin: 0 auto;
	background: none;
}

.next {
	width:6.875%;
	margin:0 auto;
	text-align:center;
}

.next a:hover {
	opacity:1;
}


#page_top {
display: block !important;
width: 30px;
right: 20px;
}

/* -------------------------------------------------------------------------------- */
/* stage */
/* -------------------------------------------------------------------------------- */

#wrapper {
	min-width: 100px;
	padding:0;
}
#wrapper .stage {
	width: 100%;
}

#wrapper h2{
	margin-bottom: 10px;
	font-size: 100%;
}
#wrapper h2 img{
	margin-bottom: 9px;
}

#wrapper .lead{
	margin-top: 8%;
	text-align: center;
	font-size: 117%;
	line-height: 1.79;
}

#wrapper .btn {
	width:100%;
	margin:0 auto 7%;
	text-align: center;
}
#wrapper .btn a{
	display: block;
	margin: 0 auto;
	padding:9px 0;
	color:#fff;
	font-size:125%;
	line-height:1.5;
	/* background:#ebc172; */
	border-radius:3px;
}
#wrapper .btn a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


.life {
	width: 90.625%;
	margin:4.5% auto 0;
	padding: 3% 0 0;
}

#wrapper .life h2 {
	width:60%;
	margin:0 auto -3%;
}

#wrapper .life h2 img{
	width:100%;
	margin-bottom: 0;
}

.life .image {
	margin:5% 0 9%;
	text-align: center;
}

.program {
	width: 90.625%;
	margin:9% auto 0;
	padding: 3% 0 0;
}

#wrapper .program h2 {
	width:89.31%;
	margin:0 auto;
}

.program .inner {
	padding:5% 0 9%;
}

.program .inner .leftBox {
	float:none;
	width:82.75%;
	margin:0 auto 8%;
}

.program .inner .rightBox {
	float:none;
	width:82.75%;
	margin:0 auto;
}

.program .inner h3 {
	margin:5% 0 0;
}

.program .inner .leftBox h3 {
	width:48.33%;
}

.program .inner .rightBox h3 {
	width:16.875%;
}

.program .inner h3 img {
	width:100%;
}

.program .inner p {
	min-height:inherit;
	margin:3% 0 0;
	font-size:100%;
	line-height:1.5;
}

.program .inner .img {
	margin:0;
}

.program .inner .link {
	min-height:inherit;
	margin:0;
}

.program .inner .link a {
	padding:0 18px 0 0;
	color:#447355;
	background: url(/fan/img/index_report_ico_01.png) no-repeat right center;
	background-size:12px auto;
}

.report {
	width: 93.75%;
	margin: 7% auto 0;
	padding:3% 0 5%;
}
#wrapper .report h2 {
	width:85.8%;
	margin:0 auto;
}
#wrapper .report h2 img {
	margin:0;
}

#wrapper .report .lead {
	margin-top:4%;
}

.report .ttl01 {
	width:15.34%;
	margin:10% auto 0;
	padding:0 0 1%;
	font-size:109%;
	text-align:center;
}

.report .ttl02 {
	width:25.86%;
	margin:9% auto 0;
	padding:0 0 5%;
	font-size:109%;
	text-align:center;
}

.report .ttl03 {
	width:38.1%;
	margin:10% auto 0;
	padding:0 0 6%;
	font-size:109%;
	text-align:center;
}

.report h3 img {
	width:100%;
	margin:0 0 3px;
}

.report h2 {
	width: 80.62%;
	height: auto;
	margin: 0 auto 3.43%;
	background: none;
}
.reportBox {
	width: 100%;
	margin: 3.33% auto 0;
}

.reportBox .inner {
	width:78.333%;
	margin:0 auto;
}

.reportBox ul {
	letter-spacing:0;
}

.reportBox ul li {
	display:block;
	width:100%;
	margin:0 0 10%;
}

.reportBox ul li:last-child {
	margin:0 0 10%;
}

.reportBox ul li h4 {
	min-height:inherit;
	margin-top: 5%;
	font-size: 100%;
	font-weight: bold;
	line-height:1.5;
}

.reportBox .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border:1px solid #ccc;
}

.reportBox ul li .link a {
	padding:0 16px 0 0;
	color:#447355;
	font-size: 100%;
	line-height:1.5;
	background: url(/fan/img/index_report_ico_01.png) no-repeat right center;
	background-size:13px auto;
}

.reportBox ul li .link a:hover {
	opacity:1;
}

.instaBox {
	width:100%;
	padding:0 0 9%;
	letter-spacing:-0.5em;
	overflow-x:scroll;
}

.instaBox ul {
	width:900px;
}

.instaBox li {
	display:inline-block;
	width:290px;
	margin:0 15px 0 0;
	letter-spacing:0;
	vertical-align:top;
}
.instaBox li:last-child {
	margin:0;
}
.instaBox li iframe {
	width:auto;
	min-width:100px !important;
}

}
