@charset "utf-8";

/* ======== grobal ======== */

body {
	margin: 0;
	color: #666;
	text-align: center;
	font-size: 14px;
	font-family: "trebuchet ms", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "Futura", "Arial", "メイリオ", "MS Pゴシック", sans-serif;
	line-height: 18px;
	background: url(../img/bg.jpg) center top no-repeat fixed #000;
}

p {
	margin: 0;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #0569a8;
	text-decoration: none;
}

a:hover {
	color: #cf2849;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ======== layout ======== */

#container, #container_home {
	min-height: 100%;
	width: 960px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 980px) {
	#container {
		width: 95%;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 480px) {
	#container {
		width: 95%;
	}
}

@media only screen and (max-width: 980px) {
	#container_home {
		width: 95%;
		margin: 40px auto 0;
	}
}

@media only screen and (max-width: 480px) {
	#container_home {
		margin-top: 20px;
	}
}

/* ======== home ======== */

#container_home #header {
	display: none;
}

@media only screen and (max-width: 480px) {
	#container_home #header {
		display: block;
		top: 0;
		left: 0;
	}
}

#logo_home {
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 0;
	text-align: right;
}

@media only screen and (max-width: 768px) {
	#logo_home {
		padding: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	#logo_home {
		margin: 80px 0 0;
	}
}

#logo_home img {
	max-width: 100%;
}

@media only screen and (max-width: 980px) {
	#logo_home img {
		width: 57%;
	}
}

@media only screen and (max-width: 768px) {
	#logo_home img {
		margin-left: auto;
		margin-right: auto;
		width: 418px;
	}
}

@media only screen and (max-width: 480px) {
	#logo_home img {
		width: 95%;
	}
}

#main_home {
	width: 100%;
	position: relative;
	margin: 0 auto;
	/*padding: 0 20px;*/
	/*overflow: hidden;*/
}

@media only screen and (max-width: 768px) {
	#main_home {
		margin-top: 40px;
		margin-bottom: 30px;
		height: auto;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	#main_home {
		margin-top: 20px;
	}
}

ul#year_btns {
	/*float: right;*/
	/*height: 850px;*/
	width: 1000px;
	position: relative;
	/*margin: 0 25px -32767px 0;*/
	list-style: none;
	text-align: center;
	padding: 0;
}

@media only screen and (max-width: 980px) {
	ul#year_btns {
		/*width: 51.7%;*/
		margin-right: 2.659574%;
	}
}

@media only screen and (max-width: 768px) {
	ul#year_btns {
		width: 95%;
		margin: 0 0 0 2.5%;
		padding: 0;
		float: none;
		height: auto;
	}
}

ul#year_btns li {
	float: left;
	/*width: 33.325831%;*/
	padding: 15px;

	position: relative;
}

@media only screen and (max-width: 980px) {
	ul#year_btns li {
		width: 33.325831%;
	}
}

@media only screen and (max-width: 768px) {
	ul#year_btns li {
		width: 25%;
	}
}

@media only screen and (max-width: 480px) {
	ul#year_btns li {
		width: 33%;
	}
}

ul#year_btns li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#year_btns li img {
	width: 100%;
}

#hometxt_wrapper {
	float: left;
	width: 40%;
	position: relative;
	background: rgba(0, 0, 0, 0.670588);
	background: rgb(0, 0, 0)\9;
	padding: 20px 20px 32767px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: -32767px;
}

@media only screen and (max-width: 768px) {
	#hometxt_wrapper {
		float: none;
		margin: 40px auto 0;
		padding: 0;
		width: 95%;
	}
}

@media only screen and (max-width: 480px) {
	#hometxt_wrapper {
		margin-top: 20px;
		padding: 10px;
	}
}

#hometxt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	word-wrap: break-word;
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 1em;
}

@media only screen and (max-width: 768px) {
	#hometxt {
		width: 92%;
		padding: 4%
	}
}

@media only screen and (max-width: 480px) {
	#hometxt {
		width: 95%;
		padding: 2.5%
	}
}

#sshome_lnk {
	margin: 0 auto 40px;
	font-size: 1.1em;
}

#sshome_lnk a {
	color: #fff;
}

#container_home #footer {
	margin: 0 0 0 20px;
}

@media only screen and (max-width: 480px) {
	#container_home #footer {
		margin: 5px;
	}
}

/* ======== header ======== */

#header {
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	background: rgb(255, 255, 255)\9;
	padding: 20px 20px 0;
}

@media only screen and (max-width: 480px) {
	#header {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		position: fixed;
		z-index: 20;
		border-bottom-color: rgb(102, 102, 102);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		top: 0;
		left: 0;
	}
}

#nav_menu{
	display:none;
	background-color:rgb(5, 105, 168);
}

@media only screen and (max-width: 480px) {
	#nav_menu{
		display:block;
	}
}

#header_top {
	position: relative;
	background: rgb(255, 255, 255);
	margin: 0 auto;
	padding: 10px;
}

@media only screen and (max-width: 480px) {
	#header_top{
		display:none;
	}
}

#head_homelnk {
	float: left;
	width: 50%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
}

#head_sslnk {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
}

@media only screen and (max-width: 980px) {
	#head_sslnk {
		margin-top: 0;
		margin-bottom: 0;
	}
}

#header_bottom {
	width: 100%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	display: none;
	background: rgb(170, 170, 170);
	margin: 0 auto;
	font-weight: 900;
}

@media only screen and (max-width: 980px) {
	#header_bottom {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	#header_bottom {
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {
	#header_bottom {
		margin-bottom: 0;
		display: block;
		background-color: rgb(255, 255, 255);
		padding: 20px;
	}
}

#disp_year {
	float:left;
	width: 30%;
	padding: 0;
	font-size: 2.7em;
}

@media only screen and (max-width: 320px) {
	#disp_year {
	font-size: 2.5em;
	}
}

#subname {
	float:left;
	width: 57%;
	text-align:right;
}

/* ======== main ======== */

#main {
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	background: rgb(255, 255, 255)\9;
	padding: 20px;
}

@media only screen and (max-width: 480px) {
	#main {
		margin-top: 90px;
		padding: 10px 10px 30px;
	}
}

@media only screen and (max-width: 320px) {
	#main {
		margin-top: 95px;
	}
}

#fes_info {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
}

#arrow_prev {
	float: left;
	max-width: 100%;
	position: relative;
}

@media only screen and (max-width: 768px) {
	#arrow_prev {
		margin-top: 40px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#arrow_prev {
		max-width: 0;
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	#arrow_prev {
		max-width: 100%;
	}
}

#fes_info_main {
	float: left;
	width: 91.484375%;
	position: relative;
	margin: 0 0 0 1.82%;
}

@media only screen and (max-width: 768px) {
	#fes_info_main {
		width: 84.998727%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	#fes_info_main {
		width: 100%;
	}
}

#fes_info_year {
	float: left;
	width: 19%;
	position: relative;
}

@media only screen and (max-width: 980px) {
	#fes_info_year {
		width: 19.465826%;
	}
}

@media only screen and (max-width: 768px) {
	#fes_info_year {
		margin-left: auto;
		float: none;
		width: 100%;
		margin-right: auto;
		height: 81px;
	}
}

@media only screen and (max-width: 480px) {
	#fes_info_year {
		display: none;
	}
}

#fes_info_year h3 {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 18px;
	position: relative;
	margin: 0 auto;
	font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
	#fes_info_year h3 {
		font-size: 1em;
	}
}

#fes_info_year h1 {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 41px;
	position: relative;
	margin: 0 auto;
	font-size: 4.5em;
}

@media only screen and (max-width: 980px) {
	#fes_info_year h1 {
		font-size: 3.5em;
	}
}

@media only screen and (max-width: 768px) {
	#fes_info_year h1 {
		font-size: 4em;
	}
}

#fes_info_txt {
	float: left;
	width: 79%;
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	padding: 0 0 0 1.2%;
}

@media only screen and (max-width: 768px) {
	#fes_info_txt {
		margin-left: 0;
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
		border-left-width: 0;
		border-top-color: rgb(0, 0, 0);
		border-top-width: 1px;
		border-top-style: solid;
	}
}

@media only screen and (max-width: 480px) {
	#fes_info_txt {
		border-top-width: 0;
	}
}

#fes_info_txt h2 {
	width: 100%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 18px;
	position: relative;
	margin: 0 auto 10px;
	font: 1.5em 900;
}

@media only screen and (max-width: 768px) {
	#fes_info_txt h2 {
		text-align: center;
	}
}

#fes_info_txt p {
	width: 100%;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	min-height: 41px;
	position: relative;
	margin: 0 auto;
	font: 1em;
}

@media only screen and (max-width: 768px) {
	#fes_info_txt p {
		text-align: center;
	}
}

#arrow_next {
	float: right;
	max-width: 100%;
	position: relative;
}

@media only screen and (max-width: 768px) {
	#arrow_next {
		position: absolute;
		top: 40px;
		text-align:right;
		width:100%;
	}
}

@media only screen and (max-width: 480px) {
	#arrow_next {
		display: none;
	}
}

#slider {
	width: 100%;
	position: relative;
	margin: 0 0 20px;
	text-align:left;
}

@media only screen and (max-width: 480px) {
	#slider {
		width: 112%;
		margin-left: -7%;
		font-size:0.8em;
	}
}

@media only screen and (max-width: 320px) {
	#slider {
		width: 113%;
		margin-left: -7%;
	}
}

@media only screen and (max-width: 480px) {
	.fotorama__caption__wrap {
		font-size:0.8em;
	}
}


#mb_medialnk {
	width: 100%;
	position: relative;
	display: none;
}

@media only screen and (max-width: 768px) {
	#mb_medialnk {
		float: none;
		display: block;
		margin: 20px auto 40px;
	}
}

#poster_btn {
	float: left;
}

#youtube_btn {
	float: right;
}

.media_btn {
	width: 48%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	background: rgb(5, 105, 168);
	font-size: 1.2em;
	font-weight: 900;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.media_btn_wide {
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	background: rgb(5, 105, 168);
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: 900;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.media_btn a, .media_btn_wide a {
	color: rgb(255, 255, 255);
	width: 100%;
	padding: 20px 0;
	display: block;
}

#fes_contents {
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 0 40px;
}

#contents_medias {
	float: left;
	width: 34.782609%;
	position: relative;
}

@media only screen and (max-width: 768px) {
	#contents_medias {
		width: 100%;
		margin-top: 14px;
		display: none;
	}
}

.title_medias {
	width: 100%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 18px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 0 10px;
	padding: 0 0 2px;
	font-size: 1.5em;
	font-weight: 900;
}

#poster_wrapper {
	position: relative;
	background: rgb(255, 255, 255);
	padding: 10px;
}

#poster_wrapper a {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	#poster_wrapper img {
		width: 100%;
	}
}

#poster_lnk {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	clear: both;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0;
	font: 1em;
}

#youtube_wrapper {
	position: relative;
	border: 10px solid rgb(255, 255, 255) ;
}

#youtube_wrapper a {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	#youtube_wrapper img {
		width: 100%;
	}
}

#youtube_lnk {
	width: 100%;
	text-align: right;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	padding: 10px 0;
	font: 1em;
}

#contents_txt {
	float: right;
	width: 63.425611%;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	position: relative;
	font: 1em;
}

@media only screen and (max-width: 768px) {
	#contents_txt {
		width: 100%;
		clear: both;
		float: none;
		margin: 0 auto;
	}
}

#contents_txt .leadtxt{
	line-height:1.8em;
	margin-top:5px;
}

#contents_txt .more{
	text-align:right;
	display:none;
}

@media only screen and (max-width: 768px) {
	#contents_txt .more {
		display:block;
	}
}

#contents_txt .moretxt{
	line-height:1.8em;
	display:block;
}

@media only screen and (max-width: 768px) {
	#contents_txt .moretxt {
		display:none;
	}
}

#contents_txt .close{
	text-align:right;
	display:block;
}

@media only screen and (max-width: 768px) {
	#contents_txt .close {
		display:none;
	}
}

.lu_title {
	border-bottom: 1px solid #666;
	position: relative;
	background: url("../img/show.png") 100% 0% no-repeat;
	margin: 0 auto 20px;
	cursor:pointer;
	color: #0569a8;
}

.lu_list_open {
	background-image: url("../img/hide.png");
	color: #666;
}

.lu_title_txt {
	width: 90%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 18px;
	position: relative;
	padding: 0 0 2px;
	font-size: 2em;
	font-weight: 900;
}

@media only screen and (max-width: 480px) {
	.lu_title_txt {
		padding-bottom: 0;
		font-size: 1.5em;
	}
}

.lu_list_outer {
	clear: both;
	width:100%;
	position: relative;
	margin: 0 0 40px;
}

@media only screen and (max-width: 768px) {
	.lu_list_outer {
		clear: none;
	}
}

#lu_list_tko2,#lu_list_tko3, #lu_list_osk1, #lu_list_osk2 , #lu_list_osk3 {
	display: none;
}

.lu_list_wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.lu_list_marine {
	background: rgb(0, 179, 237);
}

.lu_list_mountain {
	background: rgb(0, 152, 69);
}

.lu_list_sonic {
	background: rgb(246, 170, 0);
}

.lu_list_rainbow {
	background: rgb(181, 0, 5);
}

.lu_list_beach {
	background: rgb(201, 186, 136);
}

.lu_list_island {
	background: rgb(236, 109, 136);
}

.lu_list_garden {
	background: rgb(103, 199, 9);
}

.lu_list_sky {
	background: rgb(2, 56, 148);
}

.lu_list_stgname {
	float: left;
	width: 15%;
	position: relative;
	padding: 10px 0;
}

@media only screen and (max-width: 768px) {
	.lu_list_stgname {
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}

.lu_list_stgname h4 {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	font-size: 1.2em;
}

@media only screen and (max-width: 768px) {
	.lu_list_stgname h4 {
		width: auto;
		text-align: left;
		float: left;
		margin: 0;
	}
}

.lu_list_stgname p {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
	.lu_list_stgname p {
		width: auto;
		margin-top: 0;
		margin-left: 5px;
		text-align: left;
		float: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
}

.lu_list {
	float: left;
	width: 81.5%;
	text-align: left;
	line-height: 1.2em;
	word-wrap: break-word;
	position: relative;
	background: rgb(255, 255, 255);
	padding: 10px;
	font-size: 1em;
}

@media only screen and (max-width: 768px) {
	.lu_list {
		margin-top: 0;
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
}

.lu_list_stgname, .lu_list {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

@media only screen and (max-width: 768px) {
	.lu_list_stgname, .lu_list {
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}

.lu_list_inner {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.lu_list_inner {
		width: 96%;
	}
}

@media only screen and (max-width: 480px) {
	.lu_list_inner {
		width: 94%;
	}
}

.headliner1 {
	line-height: 1em;
	font-size: 1.5em;
	font-weight: 900;
}

.headliner2 {
	line-height: 1em;
	font-size: 1.2em;
	font-weight: 900;
}

#nav_bottom {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 480px) {
	#nav_bottom {
		display: none;
	}
}

#nav_prev_next {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
	padding: 40px 0 0;
}

@media only screen and (max-width: 480px) {
	#nav_prev_next {
		margin-top: 40px;
	}
}

#arrow_prev_m {
	float: left;
	max-width: 100%;
	margin: 2px 0 0;
}

#year_prev {
	float: left;
	width: 30%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 41px;
	position: relative;
	color: rgb(102, 102, 102);
	margin: 6px 0 0;
	padding: 0 0 0 10px;
	font-size: 3.5em;
}

@media only screen and (max-width: 980px) {
	#year_prev {
		font-size: 3em;
		width: 29.999649%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	#year_prev {
		font-size: 2.5em;
	}
}

#year_current {
	float: left;
	width: 33%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 41px;
	position: relative;
	margin: 6px 0 0;
	padding: 0 10px 0 0;
	font-size: 3.5em;
}

@media only screen and (max-width: 980px) {
	#year_current {
		font-size: 3em;
		width: 32%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	#year_current {
		width: 26%;
	}
}

@media only screen and (max-width: 480px) {
	#year_current {
		font-size: 2.5em;
	}
}

#year_next {
	float: left;
	width: 30%;
	text-align: right;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 41px;
	position: relative;
	color: rgb(102, 102, 102);
	margin: 6px 0 0;
	padding: 0 10px 0 0;
	font-size: 3.5em;
}

@media only screen and (max-width: 980px) {
	#year_next {
		font-size: 3em;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	#year_next {
		font-size: 2.5em;
	}
}

#arrow_next_m {
	float: right;
	max-width: 100%;
}

#nav_yearlist {
	width: 100%;
	text-align: center;
	line-height: 1em;
	word-wrap: break-word;
	clear: both;
	position: relative;
	margin: 0 auto;
	font-size: 1.5em;
}

@media only screen and (max-width: 768px) {
	#nav_yearlist {
		font-size: 1.3em;
	}
}

/* ======== footer ======== */

#footer {
	position: relative;
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 20px 20px 40px;
}

@media only screen and (max-width: 980px) {
	#footer {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	#footer {
		margin-bottom: 0;
	}
}

#logo_cmp {
	float: left;
	max-width: 100%;
	position: relative;
	margin: 0 0 0 0.14266304%;
}

@media only screen and (max-width: 768px) {
	#logo_cmp {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

#copyright {
	float: left;
	width: 62.330163%;
	text-align: left;
	line-height: 1em;
	word-wrap: break-word;
	min-height: 22px;
	position: relative;
	margin: 0 0 0 10px;
	padding: 8px 0 0;
	font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
	#copyright {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
		width: 100%;
	}
}

/* ======== social buttons ======== */

#container_home #SocialButtons_wrapper {
	text-align:center;
	margin: 0 0 40px;
}

#container #SocialButtons_wrapper {
	text-align:center;
	padding: 20px 0 0;
}

#SocialButtons {
	display: block;
	margin: 0 auto;
	width: 420px;
	padding: 0 0 0 10%;
}

@media only screen and (max-width: 480px) {
	#SocialButtons {
		width: 300px;
		padding: 0;
	}
}

@media only screen and (max-width: 320px) {
	#container #SocialButtons {
		width: 295px;
		padding: 0;
	}
}

#SocialButtons li {
	float: left;
	text-align: left;
	width:130px;
	list-style: none;
}

@media only screen and (max-width: 480px) {
	#SocialButtons li#share_fb, #SocialButtons li#share_tw {
		width: 115px;
	}
	#SocialButtons li#share_gp {
		width: 70px;
	}
}

@media only screen and (max-width: 320px) {
	#SocialButtons li#share_fb, #SocialButtons li#share_tw {
		width: 36%;
	}
	#SocialButtons li#share_gp {
		width: 28%;
	}
}
