@charset "utf-8";

#fadeBox01, #fadeBox02, #fadeBox03 {
	display: none;
}

#fadeBox01 {
	background: #CCCCCC;
}

#fadeBox02 {
	background: #DDDDDD;
}

#fadeBox03 {
	background: #EEEEEE;
}

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1;
}

main {
	display: block;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

br {
	vertical-align: middle;
}

address,cite,dfn,em,var {
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
	line-height: 1;
	-ms-interpolation-mode: bicubic;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

ul,ol,li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

form label {
	cursor: pointer;
}

select option {
	padding: 0 5px;
}

input, textarea {
	margin: 1px;
	padding: 2px;
	line-height: 1;
}

textarea {
	overflow: auto;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a {
	cursor: pointer;
}

.cf:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .cf, *:first-child+html .cf {
	zoom: 1;
}

.sns_link {
	width: auto !important;
	float: none !important;
	margin: 0 0 0 0 !important;
	text-align: left !important;
}

.consent {
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #D60000;
	width: 370px;
	border-top: 3px solid #7B0000;
	border-bottom: 3px solid #7B0000;
	padding: 15px;
	color: #FFFFFF;
}

.consent input {
	display: inline-block;
	margin: 0 10px 0 0;
}

input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
	color: #848484;
}

.morning {
	background-color: #003ABB;
}

.noon {
	background-color: #2ca9e1;
}

.afternoon {
	background-color: #F19000;
}

.night {
	background-color: #0D0075;
}

@media screen and (max-width: 1000px) {
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	input[type="button"],input[type="reset"],input[type="submit"] {
		-webkit-appearance: none;
		margin-bottom: 10px;
	} /* iphone用inputタグの初期化 */
}

.pager {
	clear: both;
	text-align: left;
	margin: 30px 10px 0 10px;
}

.pager li {
	display: inline-block;
	margin: 0 0 10px 0;
}

.pager li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: #65318E;
}

#current_page {
	background: #D3381C;
	color: #ffcc00;
}

.page_number {
	text-align: right;
	font-size: 78%;
	margin: 0 0 8px 0;
	color: #7D4207;
	font-weight: bold;
}


/*-----------------------------------------------------------
全共通
-----------------------------------------------------------*/

body, html {
	height: 100%;
}

#ie_fuck {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	height: 100%;
}

.no_character {
	width: 10px;
	display: inline-block;
}

main {
	overflow: hidden;
}

.textbound1 {
	-webkit-animation: bound .5s ease-in-out;
}

.textbound3 {
	-webkit-animation: bound .7s ease-in-out;
}

.textbound2 {
	-webkit-animation: bound .9s ease-in-out;
}

.textbound4 {
	-webkit-animation: bound 1s ease-in-out;
}

@-webkit-keyframes bound {
	0% {
		transform: scale(0) translate(0,-500px);
		-webkit-transform: scale(0) translate(0,-500px)
	}

	50% {
		transform: scaleX(2) translate(0,200px);
		-webkit-transform: scaleX(2) translate(0,200px);
	}

	70% {
		transform: scaleY(.5) translate(0,-100px);
		-webkit-transform: scaleY(.5) translate(0,-100px);
	}

	90% {
		transform: scaleX(1.5) translate(0,50px);
		-webkit-transform: scaleX(1.5) translate(0,50px);
	}

	100% {
		transform: scale(1) translate(0,0);
		-webkit-transform: scale(1) translate(0,0);
	}
}

.bg_color01 {
	background: #d8a373;
}

.bg_color02 {
	background: #a8bf93;
}

.bg_color03 {
	background: #d8a373;
}

.bg_color04 {
	background: #d8a373;
}

.bg_color05 {
	background: #d8a373;
}

.bg_color06 {
	background-color: #fde8d0;
}

.bg_color07 {
	background-color: #43676b;
}

.bg_color08 {
	background-color: #165e83;
}

h1 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-animation: fade 10s ease-in-out 0s infinite;
}

@-webkit-keyframes fade {
	0%, 25%, 75%, 100% {
		text-shadow: #FFCC00 0px 0px 20px, #FFCC00 0px 0px 20px, #FFCC00 0px 0px 20px;
	}

	50% {
		text-shadow: none;
	}
}

#timer_wrap {
	background-color: #17184b;
	text-align: center;
	padding: 30px 10px;
	font-size: 180%;
	color: #FFFFFF;
}

.yycountdown-box {
	display: inline;
}

.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
	font-size: 37.5%;
}

.sns_area {
	padding: 30px 0 0 0;
	text-align: right;
}

.wall_wrap {
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #000000;
}

.wall {
	background: url(http://s.cdpn.io/18515/PIA09959-1280x800.jpg);
	background-size: cover;
}

.scene {
	display: inline-block;
	vertical-align: middle;
	-webkit-perspective: 5px;
	perspective: 5px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	opacity: 0;
	-webkit-animation: fadeIn 3s 1 linear;
	animation: fadeIn 3s 1 linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	position: absolute;
	top: 210px;
}

.wrap {
	position: absolute;
	width: 1000px;
	height: 1000px;
	left: -500px;
	top: -500px;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-animation: move 12s infinite linear;
	-webkit-animation-fill-mode: forwards;
	transform-style: preserve-3d;
	animation: move 12s infinite linear;
	animation-fill-mode: forwards;
}

.wrap:nth-child(2) {
	-webkit-animation: move 12s infinite linear;
	-webkit-animation-delay: 6s;
	animation: move 12s infinite linear;
	animation-delay: 6s;
}

.wall {
	width: 100%;
	height: 100%;
	position: absolute;
}

.wall-right {
	-webkit-transform: rotateY(90deg) translateZ(500px);
	transform: rotateY(90deg) translateZ(500px);
}

.wall-left {
	-webkit-transform: rotateY(-90deg) translateZ(500px);
	transform: rotateY(-90deg) translateZ(500px);
}

.wall-top {
	-webkit-transform: rotateX(90deg) translateZ(500px);
	transform: rotateX(90deg) translateZ(500px);
}

.wall-bottom {
	-webkit-transform: rotateX(-90deg) translateZ(500px);
	transform: rotateX(-90deg) translateZ(500px);
}

.wall-back {
	-webkit-transform: rotateX(180deg) translateZ(500px);
	transform: rotateX(180deg) translateZ(500px);
}

@keyframes move {
	0% {
		-webkit-transform: translateZ(-500px) rotate(0deg);
		transform: translateZ(-500px) rotate(0deg);
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}

	100% {
		-webkit-
transform: translateZ(500px) rotate(0deg);
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tit1 {
	padding: 0 0 10px 0;
	font-size: 150%;
	color: #FFFFFF;
	letter-spacing: 5px;
}

#gmap {
	border: 10px solid #2a83a2;
	width: 100%;
	height: 350px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#main-img {
	width: 100%;
	height: 250px;
	text-align: center;
	background-image: url("./../img/bg2.png"), url("./../img/bg1.png");
	background-repeat: repeat-x, repeat-x, no-repeat;
	-webkit-animation: cloudMove 8s linear infinite;
	-moz-animation: cloudMove 8s linear infinite;
	-ms-animation: cloudMove 8s linear infinite;
	-o-animation: cloudMove 8s linear infinite;
	animation: cloudMove 8s linear infinite;
}

@-webkit-keyframes cloudMove {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -400px 0, -800px 0
	}
}

@-moz-keyframes cloudMove {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -400px 0, -800px 0
	}
}

@-ms-keyframes cloudMove {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -400px 0, -800px 0
	}
}

@-o-keyframes cloudMove {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -400px 0, -800px 0
	}
}

@keyframes cloudMove {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -400px 0, -800px 0
	}
}

/* バー式ステップ表示 */
.step_bar li {
	line-height: 24px;
	height: 23px;
	color: #a6a6a6;
	text-decoration: none;
	padding: 0 15px 0 35px;
	background: #82ae46;
	display: inline-block;
}

.step_bar li small {
	font-size: 80%;
}

.step_bar li a {
	text-decoration: none;
	color: #FFFFFF;
}

.step_bar li::after {
	position: relative;
	display: block;
	margin-top: -13px;
	margin-left: auto;
	margin-right: -22px;
	height: 22px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background: #82ae46;
	border-right: 1px solid #c3d825;
}

.step_bar li::before {
	float: right;
	display: block;
	margin-bottom: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 11px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	background: #82ae46;
	border-right: 1px solid #c3d825;
}

.step_bar li:first-child {
	padding-left: 25px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
	padding-left: 35px;
	padding-right: 40px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.step_bar li:last-child::before {
	border: 0;
	background: transparent !important;
}

.step_bar li:last-child::after {
	border: 0;
	background: transparent !important;
}

.step_bar li.current {
	background: #007b43;
	color: #FFF;
}

.step_bar li.current::before {
	background: #F97C78;
}

.step_bar li.current::after {
	background: #F97C78;
}

.step_bar li.current:last-child {
	margin-right: -35px;
}

.step_bar li.current:last-child::before {
	border: 0;
	background: transparent !important;
}

.step_bar li.current:last-child::after {
	border: 0;
	background: transparent !important;
}

.fb_iframe_widget span {
	top: -3px;
}

#w100p {
	width: 100%;
	float: none;
}

.block {
	display: block;
}

.bio_list dt {
	margin-bottom: 5px;
	font-size: 18px;
	color: #e8ecef;
}

.bio_list dd {
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 1.2;
}

.contact_tb {
	width: 100%;
	margin: 30px 0 30px 0;
}

.contact_tb tr {
}

.contact_tb tr th {
	width: 280px;
	text-align: left;
	position: relative;
	padding: 6px 5px 6px 15px;
}

.contact_tb tr td {
	padding: 6px 5px 6px 15px;
}

.contact_tbl th label {
	cursor: pointer;
	display: block;
	padding: 10px 0 0 20px;
}

.contact_tb td span {
	background-color: #762f07;
	border-radius: 16px;
	padding: 7px 10px;
	display: inline-block;
	color: #FFFFFF;
}

.contact_tb td span + span {
	background-color: #006e54;
}

.contact_tb td span + span + span {
	background-color: #a22041;
}

.contact_tb td span + span + span + span {
	background-color: #7a4171;
}

input[type="text"], textarea {
	border: 4px solid #E7E7E7;
	outline: none;
	padding: 5px;
}

input[type="text"]:focus, textarea:focus {
	border: 4px solid #f8b500;
	background: #FFECCD;
}

input[type="text"] {
	height: 30px;
}

input[type="radio"] {
	vertical-align: middle;
}

textarea {
	vertical-align: middle;
	padding: 10px 5px;
}

button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}

input#submit {
}

.error_style {
	color: #e2041b;
	display: block;
	font-weight: bold;
	background-color: #ffd900;
	padding: 9px 9px 8px;
}

#name, #kana {
	width: 380px;
}

#tel,#fax, #addr {
	width: 200px;
}

#add_detail, #address3, #pref, #title,#mail,#mail_confirm, textarea, #url {
	width: 590px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 87.5%;
	margin: 5px 0;
}

.choose_list1 {
	margin: 0 auto 50px auto;
	width: 450px;
}

.choose_list1 li {
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
}

.choose_list1 li:first-child {
	margin: 0 0 0 0;
}

.choose_list1 li input, .confirm_bt, .toHome {
	border: 0;
	outline: 0;
	padding: 20px 10px;
	width: 218px;
	padding: 18px 40px;
	border-radius: 5px;
	border: none;
	background-color: #e6b422;
	color: #250d00;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	outline: none;
	font-size: 114%;
}

.choose_list1 li input:hover, button:hover, .toHome:hover {
	background-color: #250d00;
	color: #e6b422;
}

.send_bt {
	width: 218px;
	float: right;
	margin: 0 263px 0 0;
}

.modification {
	width: 218px;
	float: left;
	margin: 0 0 0 263px;
}

.contact_tb th em {
	background: #e95295;
	width: 3em;
	text-align: center;
	color: #FFFFFF;
	font-size: 87.5%;
	padding: 3px 0 2px;
	display: inline-block;
	margin: 0 0 0 7px;
	position: absolute;
	right: 0;
}

.any {
	background: #1e50a2 !important;
}

.toHome {
	display: block;
	margin: 0 auto;
	width: 218px;
	text-align: center;
	text-decoration: none;
}

.privacy_area {
	height: 200px;
	background-color: #c39143;
	overflow-y: scroll;
	border: 8px ridge #c9171e;
	padding: 14px 12px;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.privacy_area dl dt {
	margin: 0 0 2px 0;
}

.privacy_area dl dd {
	font-size: 87.5%;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.note1 {
	color: #FFFFFF;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

.contact_bt1 {
	padding: 18px 40px 14px;
	border-radius: 5px;
	border: none;
	border-bottom: 4px solid #9A7403;
	background-color: #e6b422;
	color: #250d00;
	font-weight: bold;
	margin: 20px auto 0;
	display: block;
	width: 96%;
	outline: none;
	font-size: 114%;
}

.contact_bt1:hover {
	background-color: #250d00;
	color: #e6b422;
	border-bottom: 4px solid #000000;
}

.contact_bt1:active {
	margin: 24px auto 0;
	border: none;
}

.contact_form {
	margin: 0 0 70px 0;
	width: 100%;
}

.contact_form2 {
	line-height: 1.8;
}

.note2 {
	padding: 20px 0 0;
	margin: 0 0 5px 0;
	color: #FFFFFF;
}

.contact_note1 {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.8;
	padding: 100px 0;
}

.presen_wrap {
	padding: 20px 0 0 0;
}

.gnav_current {
	background: #f39800;
	color: #640125;
}


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright {
	background: #0d0015;
}

.copyright small {
	display: block;
	color: #FFFFFF;
	height: 50px;
}

@media screen and (min-width: 1000px) {
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.side_list01 {position: fixed;text-align: center;right: 20px;top: 150px;z-index: 9999;}

.side_list01 li {background: rgba(0,0,0,0.30);}

.side_list01 li a {color: #FFFFFF;display: block;padding: 10px;font-size: 210%;}

.side_list01 li a i {opacity: 0.7;}
.side_list01 li a i:hover {opacity: 1;}

.fb-like {
    line-height: 1;
    margin: 0 5px 0 0;
}

	header {
		background: #d3381c;
		padding: 24px 0 18px;
	}

	.header_inner {
		margin: 0 auto;
		width: 1000px;
	}

	h1 {
		color: #FFFFFF;
		font-size: 253%;
		margin: 0 20px 0 0;
		width: 850px;
		float: left;
	}

	h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.fontS {
		font-size: 78%
	}

	.fontM {
		font-size: 100%
	}

	.fontL {
		font-size: 124%
	}

	.mod_headerbox_size {
		width: 106px;
		position: relative;
		overflow: hidden;
	}

	.mod_headerbox_size ul {
		width: 250px;
	}

	.mod_headerbox_size ul li {
		float: left;
		width: 30px;
		height: 30px;
		overflow: hidden;
		margin: 0 0 0 5px;
	}

	.mod_headerbox_size ul li span {
		display: block;
		cursor: pointer;
		background-color: #d4dcd6;
		padding: 7px 5px 6px;
		text-align: center;
		line-height: 1;
	}

	.mod_headerbox_size ul li.active span {
		background-color: #E6B422;
	}

	.mod_headerbox_size ul li span:hover {
		background-color: #16160e;
		color: #FFFFFF;
	}


/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/

	#Panel1 label {
		display: none;
	}

	nav {
		background: #65318e;
	}

	nav ul {
		width: 1000px;
		margin: 0 auto;
	}

	nav ul li {
		width: 125px;
		float: left;
	}

	nav ul li a {
		display: block;
		color: #FFFFFF;
		text-align: center;
		padding: 15px 0;
		text-decoration: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	nav ul li a:hover {
		color: #65318e;
	}

	nav ul li a:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #c0a2c7;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	nav ul li a:hover:before, nav ul li a:focus:before, nav ul li a:active:before {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #65318e;
	}


/*-----------------------------------------------------------
main
-----------------------------------------------------------*/

	#timer {
		color: #f7c114;
		letter-spacing: 5px;
		display: inline;
		font-size: 160%;
	}

	#step_bar_box {
		overflow: hidden;
		padding: 15px 0;
		background-color: #c3d825;
	}

	.step_bar {
		list-style: none;
		overflow: hidden;
		margin: 0 auto;
		width: 1000px;
		font-size: 12px;
	}

	#main-img span {
		width: 1000px;
		margin: 0 auto;
		display: block;
		position: relative;
	}

	#main-img span em {
		display: block;
		bottom: 0;
		left: 0;
		position: absolute;
		font-size: 400%;
		text-shadow: #fff 0 0 10px;
		color: #FFFFFF;
		-webkit-animation-name: lightSpeedIn;
		animation-name: lightSpeedIn;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.section_inner01 {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 10px;
	}

	.news {
		color: #302833;
		border: 10px solid #8d6449;
		padding: 12px 12px;
		background-color: #fffffc;
		min-height: 400px;
		max-height: 400px;
		overflow: auto;
	}

	.news dt {
		margin: 0 0 7px 0;
		font-size: 120%;
		border-bottom: 1px solid #afafb0;
		padding: 0 0 6px 0;
		margin: 0 15px 10px 0;
		color: #888084;
	}

	.news dd {
		font-size: 114%;
		margin: 0 0 30px 0;
		line-height: 1.4;
		word-break: break-all;
	}

	.list1 {
		margin: 0 0 0 -30px;
	}

	.list1 li {
		width: 485px;
		float: left;
		margin: 0 0 15px 30px;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

	.list1 li a {
		display: block;
		border: 10px solid #E3B220;
	}

	.list1 li a img {
		width: 100%;
		height: auto;
	}
/* Wobble Vertical */
@	-webkit-keyframes hvr-wobble-vertical {
		16.65% {
-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.list1 li:hover, .list1 li:focus, .list1 li:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.outer {
	background: #000b00;
}

.wrapper {
	width: 1000px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

.movie {
	margin-bottom: 50px;
	font-size: 50px;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.blog_wrap {
	width: 1000px;
	margin: 0 auto;
}

.contact_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.blog_area {
	width: 780px;
	float: LEFT;
	padding: 20px 0;
}

.blog_side {
	width: 200px;
	margin: 39px 0 0 20px;
	float: left;
}

.blog_side dl {
	border: 10px solid #e9e4d4;
	overflow: hidden;
	padding: 12px 10px 12px;
	margin: 0 0 20px 0;
	background-color: #f8f4e6;
	position: relative;
}

.blog_side dl dt {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	font-size: 87.5%;
	color: #2e2930;
	font-weight: bold;
}

.blog_side dl dd {
	font-size: 78%;
	line-height: 1.6;
}

.blog_side dl dd a {
	color: #2e2930;
	display: block;
	text-decoration: none;
}

.blog_side dl dd a:hover {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}

.blog_area section {
	border: 10px solid #ddbb99;
	overflow: hidden;
	padding: 12px 10px 12px;
	margin: 0 0 20px 0;
	background-color: #f8f4e6;
	position: relative;
	line-height: 1.6;
}

.blog_area section h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	font-size: 140%;
}

.blog_area section h3 + span {
	font-size: 87.5%;
	color: #7B7B7B;
	margin: 0 0 20px 0;
	display: block;
}

.blog_area section p {
	line-height: 1.6;
}

.blog_area section p a {
	float: left;
	width: 330px;
	margin: 0 15px 15px 0;
}

.blog_area section p a img {
	width: 100%;
}

.presen_wrap section {
	padding: 10px 0 20px 0;
}

.presen_wrap section h3 {
	margin: 0 auto 10px;
	width: 1000px;
	padding: 10px 0 5px;
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
}

.presen {
	margin: 0 auto;
	width: 1000px;
}

.presen > dt {
	width: 400px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.presen > dt > a {
	display: block;
}

.presen > dt > a > img {
	max-width: 400px;
	height: 282px;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.presen > dt > a > img:hover {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.presen > dd {
	width: 585px;
	float: left;
	overflow: hidden;
}

.discography_wrap section {
	padding: 10px 0 20px 0;
}

.discography_wrap section h3 {
	margin: 0 auto 10px;
	width: 1000px;
	padding: 10px 0 5px;
	font-size: 140%;
	border-bottom: 1px solid #000000;
}

.discography {
	margin: 0 auto;
	width: 1000px;
}

.discography > dt {
	width: 282px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.discography > dt > a {
	display: block;
}

.discography > dt > a > img {
	max-width: 400px;
	height: 282px;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.discography > dt > a > img:hover {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.discography > dd {
	width: 673px;
	float: right;
	padding: 15px 15px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.tb1 {
	border-spacing: 5px;
	border-collapse: separate;
	table-layout: fixed;
	width: 589px;
}

.tb1 tbody tr th {
	width: 120px;
	text-align: left;
	padding: 12px 12px;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.tb1 tbody tr td {
	padding: 12px 12px;
	background-color: #FFFFFF;
	line-height: 1.4;
	word-break: break-all;
}

.link_wrap {
	width: 1000px;
	margin: 0 auto;
}

.link_list {
	width: 1000px;
	margin: 30px 0 30px -5px;
}

.link_list li {
	width: 300px;
	float: left;
	border: 10px solid #abced8;
	margin: 0 6px 10px;
	background-color: #d7cf3a;
}

.link_list li dl {
	padding: 14px 10px 10px 10px;
	color: #000000;
}

.link_list li dl dt {
	margin: 0 0 12px 0;
}

.link_list li dl dt a {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 114%;
	text-decoration: none;
	display: block;
}

.link_list li > a img {
	max-width: 300px;
}

.link_list li dl dd {
	line-height: 1.4;
}

.video_list li {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.video_list li iframe {
	width: 400px;
	height: 300px;
	border: none;
	float: left;
	margin: 0 20px 0 0;
}

.video_list li dl {
	width: 580px;
	float: left;
}

.video_list li dl dt {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 7px 0;
	font-size: 114%;
	margin: 0 0 15px 0;
}

.mekuri_wrap {
	width: 640px;
	margin: 0 auto;
}

.mekuri_info {margin: 0 0 30px 0;background: #000000;text-align: center;border: 5px solid #7f6436;}

.mekuri_info a {color: #FFFFFF;text-decoration: none;font-size: 340%;text-shadow: 0px 0px 20px rgba(255,255,0,1);display: block;padding: 5%;background: url(./../img/mekuri_senchang.png);background-size: contain;}

.month_list {margin: 20px 0 20px 0;text-align: center;}

.month_list li {float: left;width: 8.33333333333333%;}

.month_list li a {color: #FFFFFF;text-decoration: none;}


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

footer {
	background-color: #250d00;
}

.f_list1 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 40px;
}

.f_list1 li {
	display: inline-block;
	margin: 0 2px 0 2px;
}

.f_list1 li a {
	position: relative;
/* margin: 15px 25px; */
	outline: none;
	color: #0D0015;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.f_list1 li a:hover {
	text-decoration: underline;
}

.copyright {
	background: #0d0015;
}

.copyright small {
	width: 1000px;
	text-align: right;
	margin: 0 auto;
	line-height: 50px;
}

.cl-effect-2 a {
	position: relative;
	display: inline-block;
/* margin: 15px 25px; */
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #e6b422;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e6b422;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #f39800;
}

.to_contact_area a {
	background: #65318E;
	display: block;
	margin: 50px auto 100px;
	text-align: center;
	text-decoration: none;
	padding: 20px 2% 15px;
	width: 980px;
	color: #FFFFFF;
	font-size: 114%;
	border-radius: 10px;
	border-bottom: 4px solid #270A40;
}

.to_contact_area a:hover {
	background: #814DAB;
	color: #FFFFFF;
}

.to_contact_area a:active {
	margin: 54px auto 100px;
	border-bottom: none;
}

}

@media screen and (max-width: 1000px) {
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.fb-like {
    line-height: 1;
    margin: 0 5px 0 0;
}

.line_area {
	line-height: 1;
}

.line_area a img {
	width: 15%;
}

	header {
		background: #d3381c;
		padding: 8px 2% 8px;
	}

	.header_inner {
		width: 100%;
		padding: 0 2%;
	}

	h1 {
		color: #FFFFFF;
		font-size: 140%;
		margin: 0 auto;
		width: 100%;
		line-height: 1.4;
	}

	h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}

	blockquote {
		padding-top: 30px !important;
	}

	header {
		background: #d3381c;
		padding: 8px 0 6px;
	}

	h1 {
		width: 88%;
		float: left;
	}

	.fontS {
		font-size: 78%
	}

	.fontM {
		font-size: 100%
	}

	.fontL {
		font-size: 124%
	}

	.mod_headerbox_size {
		width: 12%;
		position: relative;
		overflow: hidden;
		float: right;
	}

	.mod_headerbox_size ul {
		width: 100%;
	}

	.mod_headerbox_size ul li {
		float: left;
		width: 31.33%;
		height: 30px;
		overflow: hidden;
		margin: 0 0 0 2%;
	}

	.mod_headerbox_size ul li span {
		display: block;
		cursor: pointer;
		background-color: #d4dcd6;
		padding: 7px 5px 6px;
		text-align: center;
		line-height: 1;
	}

	.mod_headerbox_size ul li.active span {
		background-color: #E6B422;
	}

	.mod_headerbox_size ul li span:hover {
		background-color: #16160e;
		color: #FFFFFF;
	}
/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/
.side_list01 {position: fixed;text-align: center;right: 20px;top: 150px;z-index: 9999;}

.side_list01 li {background: rgba(0, 0, 0, 0.3);}

.side_list01 li a {color: #FFFFFF;display: block;padding: 10px;font-size: 210%;}

.side_list01 li a i {opacity: 0.7;}
.side_list01 li a i:hover {opacity: 1;}
	#Panel1 label {
		display: none;
	}

	nav {
		background: #65318e;
	}

	nav ul {
		width: 100%;
		margin: 0 auto;
		font-size: 78.5%;
	}

	nav ul li {
		width: 12.5%;
		float: left;
	}

	nav ul li a {
		display: block;
		color: #FFFFFF;
		text-align: center;
		padding: 15px 0;
		text-decoration: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	nav ul li a:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #c0a2c7;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.nav ul li a:hover {
		color: #65318e;
	}

	nav ul li a:hover:before, nav ul li a:focus:before, nav ul li a:active:before {
		-webkit-transform: scale(1);
		transform: scale(1);
	}


/*-----------------------------------------------------------
main
-----------------------------------------------------------*/

	#timer {
		color: #f7c114;
		letter-spacing: 5px;
		display: inline;
		font-size: 160%;
	}

	#main-img {
		-webkit-animation: cloudMove 8s linear infinite;
		-moz-animation: cloudMove 8s linear infinite;
		-ms-animation: cloudMove 8s linear infinite;
		-o-animation: cloudMove 8s linear infinite;
		animation: cloudMove 8s linear infinite;
		width: 100%;
	}

	#main-img img {
		width: auto;
	}

	#main-img span {
		display: block;
		position: relative;
		width: 100%;
	}

	#main-img span em {
		display: block;
		bottom: 0;
		right 0;
left: 2%;
		position: absolute;
		font-size: 290%;
		text-shadow: #fff 0 0 10px;
		color: #FFFFFF;
		-webkit-animation-name: lightSpeedIn;
		animation-name: lightSpeedIn;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	#step_bar_box {
		overflow: hidden;
		padding: 10px 0;
		background-color: #c3d825;
		width: 100%;
	}

	.step_bar {
		list-style: none;
		overflow: hidden;
		margin: 0 auto;
		width: 98%;
		font-size: 12px;
	}

	.section_inner01 {
		width: 98%;
		padding: 20px 0;
		margin: 0 auto;
	}

	.news {
		color: #302833;
		border: 5px solid #8d6449;
		padding: 12px 10px;
		background-color: #fffffc;
		max-height: 280px;
		overflow-y: auto;
	}

	.news dt {
		font-size: 114%;
		border-bottom: 1px solid #afafb0;
		padding: 0 0 6px 0;
		margin: 0 2% 8px 0;
	}

	.news dd {
		font-size: 140%;
		margin: 0 2% 30px 0;
		line-height: 1.2;
		word-break: break-all;
	}

	.list1 {
		margin: 0 auto 0 auto;
	}

	.list1 li {
		width: 48%;
		float: left;
		margin: 0 1% 15px 1%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

	.list1 li a {
		display: block;
		border: 10px solid #E3B220;
	}


/* Wobble Vertical */
@	-webkit-keyframes hvr-wobble-vertical {
		16.65% {
-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.list1 li:hover, .list1 li:focus, .list1 li:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.outer {
	background: #000b00;
	color: #FFFFFF;
}

.wrapper {
	word-break: break-all;
}

.movie {
	text-align: center;
	font-size: 190%;
	margin: 0 0 30px;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bio_list dt {
	text-align: center;
	font-size: 87.5%;
	margin: 0 0 4px 0;
	color: #e8ecef;
}

.bio_list dd {
	font-size: 120%;
	margin: 0 auto 40px;
	width: 96%;
	line-height: 1.24;
}

.blog_wrap {
	width: 98%;
	margin: 0 auto;
}

.blog_area {
	width: 100%;
	float: right;
	padding: 20px 0;
}

.blog_side {
	width: 100%;
	margin: 20px 2% 0 0;
	float: left;
}

.blog_side dl {
	border: 10px solid #e9e4d4;
	overflow: hidden;
	padding: 12px 10px 12px;
	margin: 19px 0 20px 0;
	background-color: #f8f4e6;
	position: relative;
}

.blog_side dl dt {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	font-size: 87.5%;
	color: #2e2930;
	font-weight: bold;
}

.blog_side dl dd {
	font-size: 78%;
	line-height: 1.6;
}

.blog_side dl dd a {
	color: #2e2930;
	display: block;
	text-decoration: none;
}

.blog_side dl dd a:hover {
	color: #FFFFFF;
	background-color: #2e2930;
	display: block;
}

.blog_area section {
	border: 10px solid #ddbb99;
	overflow: hidden;
	padding: 10px 1.5% 15px;
	margin: 0 0 20px 0;
	background-color: #f8f4e6;
	position: relative;
	line-height: 1.6;
}

.blog_area section h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	font-size: 140%;
}

.blog_area section h3 + span {
	font-size: 87.5%;
	color: #7B7B7B;
	margin: 0 0 20px 0;
	display: block;
}

.blog_area section p {
	float: left;
	line-height: 1.4;
	margin: 0 0 0 0;
}

.blog_area section p a {
	display: block;
	float: left;
	width: 41%;
	margin: 0 2% 5% 0;
}

.presen_wrap section {
	padding: 10px 0 20px 0;
}

.presen_wrap section h3 {
	margin: 0 auto 10px;
	width: 100%;
	padding: 10px 0 5px;
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
}

.presen {
	margin: 0 auto;
	width: 100%;
}

.presen > dt {
	width: 40%;
	float: left;
	margin: 0 1% 0 1%;
	text-align: center;
}

.presen > dt > a {
	display: block;
}

.presen > dt > a > img {
	max-width: 400px;
	height: auto;
}

.presen > dd {
	width: 58%;
	float: left;
	overflow: hidden;
}

.tb1 {
	border-spacing: 5px;
	border-collapse: separate;
	table-layout: fixed;
	width: 100%;
}

.discography_wrap section {
	padding: 10px 0 20px 0;
}

.discography_wrap section h3 {
	margin: 0 auto 10px;
	width: 100%;
	padding: 10px 1% 5px;
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
}

.discography {
	margin: 0 auto;
	width: 100%;
}

.discography > dt {
	width: 40%;
	float: left;
	margin: 0 1% 0 1%;
	text-align: center;
}

.discography > dt > a {
	display: block;
}

.discography > dt > a > img {
	max-width: 400px;
	height: auto;
}

.discography > dd {
	width: 57%;
	float: right;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px 1.5%;
	margin: 0 1% 10px 0;
	line-height: 1.4;
}

.tb1 tbody tr th {
	width: 120px;
	text-align: left;
	padding: 12px 2%;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.tb1 tbody tr td {
	padding: 12px 2%;
	background-color: #FFFFFF;
	line-height: 1.4;
	word-break: break-all;
}

.link_wrap {
	width: 100%;
	margin: 0 auto;
}

.link_list {
	width: 100%;
	margin: 30px auto 30px auto;
}

.link_list li {
	width: 32%;
	float: left;
	border: 10px solid #abced8;
	margin: 0 0.65% 10px;
	background-color: #d7cf3a;
}

.link_list li dl {
	padding: 14px 10px 10px 10px;
	color: #000000;
}

.link_list li dl dt {
	margin: 0 0 12px 0;
}

.link_list li dl dt a {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 114%;
	text-decoration: none;
	display: block;
}

.link_list li > a img {
	max-width: 100%;
}

.link_list li dl dd {
	line-height: 1.4;
}

.video_list li {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.video_list li iframe {
	width: 38%;
	height: 300px;
	border: none;
	float: left;
	margin: 0 2% 0 0;
}

.video_list li dl {
	width: 60%;
	float: left;
}

.video_list li dl dt {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 7px 0;
	font-size: 114%;
	margin: 0 0 15px 0;
}

.video_list li dl dd {
	line-height: 1.4;
}

.mekuri_wrap {
	width: 640px;
	margin: 0 auto;
}

.mekuri_info {margin: 0 0 30px 0;background: #000000;text-align: center;border: 5px solid #7f6436;}

.mekuri_info a {color: #FFFFFF;text-decoration: none;font-size: 340%;text-shadow: 0px 0px 20px rgba(255,255,0,1);display: block;padding: 5%;background: url(./../img/mekuri_senchang.png);background-size: contain;}

.month_list {margin: 20px 0 20px 0;text-align: center;}

.month_list li {float: left;width: 8.33333333333333%;}

.month_list li a {color: #FFFFFF;text-decoration: none;}


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

footer {
	background-color: #250d00;
}

.f_list1 {
	border-top: 1px solid #f39800;
	border-right: 1px solid #f39800;
}

.f_list1 li {
	width: 50%;
	float: left;
	text-align: center;
	background: #e6b422;
	border-left: 1px solid #f39800;
	border-bottom: 1px solid #f39800;
}

.f_list1 li a {
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #0D0015;
	font-weight: bold;
}

.copyright {
	background: #0d0015;
}

.copyright small {
	width: 100%;
	font-size: 78.5%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
	padding: 5px 0 0 0;
}

.to_contact_area {
	margin: 10px 0 0 0;
}

.to_contact_area a {
	background: #65318E;
	display: block;
	margin: 0 auto 100px;
	text-align: center;
	text-decoration: none;
	padding: 20px 4% 15px;
	width: 98%;
	color: #FFFFFF;
	font-size: 114%;
	border-radius: 10px;
	border-bottom: 4px solid #270A40;
	line-height: 1.6;
}

.to_contact_area a:hover {
	background: #814DAB;
	color: #FFFFFF;
}

.to_contact_area a:active {
	margin: 4px auto 100px;
	border-bottom: none;
}

.contact_wrap2 {
	margin: 0 auto;
	width: 96%;
}

#zip {
	width: 40% !important;
}

.send_bt {
	margin: 0 20% 0 0;
}

.modification {
	margin: 0 0 0 20%;
}

}

@media screen and (max-width: 890px) {
	nav ul li a:hover {
		color: #65318e;
	}

	.contact_tb tr {
		display: block;
	}

	.contact_tb tr input, .contact_tb tr textarea {
		width: 100% !important;
	}

	.contact_tb tr th {
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
		padding: 12px 12px 0;
	}

	.contact_tb tr td {
		display: block;
		padding: 6px 10px 6px 10px;
	}

	.contact_tb td span {
		background-color: #762f07;
		border-radius: 16px;
		padding: 7px 1%;
		display: inline-block;
		color: #FFFFFF;
		width: 24%;
		font-size: 85.7%;
	}

	.send_bt {
		width: 98%;
		margin: 0 auto;
		float: none;
	}

	.modification {
		width: 98%;
		margin: 20px auto 30px;
		float: none;
	}

	.contact_note1 {
		width: 96%;
		margin: 0 auto;
	}

	.contact_wrap {
		padding: 0 0 50px 0;
	}

	.contact_tb th em {
		position: static;
	}
}


@media screen and (max-width: 650px) {
	.mekuri_wrap {
		width: 100%;
		margin: 0 auto;
	}
}


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

.side_list01 {
	display: none;
}

.line_area {
	line-height: 1;
}

.line_area a img {
	width: 90px;
}

	#timer {
		font-size: 140%;
	}

	#timer_wrap {
		padding: 3px 2% 14px;
		font-size: 140%;
		color: #FFFFFF;
		line-height: 1.2;
	}

	.yycountdown-box {
		display: block;
		padding: 8px 0 0 0;
	}

	.mod_headerbox_size {
		display: none;
	}

	h1 {
		width: 100%;
		float: none;
		line-height: 1.2;
	}

	.consent {
		text-align: center;
		margin: 0 auto 20px auto;
		background-color: #D60000;
		width: 100%;
		border-top: 3px solid #7B0000;
		border-bottom: 3px solid #7B0000;
		padding: 15px;
		color: #FFFFFF;
	}

	.tit1 {
		padding: 0 0 10px 0;
		font-size: 124%;
		color: #FFFFFF;
		letter-spacing: 5px;
		text-align: center;
	}

	#gmap {
		border: 5px solid #2a83a2;
		width: 100%;
		height: 250px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.contact_tb td span {
		width: 100%;
		text-align: center;
	}

	.contact_tb tr input[type="text"] {
		height: 40px;
	}

	.blog_area section p {
		width: 100%;
	}

	.blog_area section p a {
		width: 100%;
		text-align: center;
	}

	.blog_area section p a img {
		max-height: 250px;
		/* display: block; */
		max-width: 100%;
		width: auto;
	}

	.upper {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.open {
		display: block !important;
	}

	#Panel1 label {
		display: block;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		width: 50%;
		float: left;
	}

	#Panel1 {
		display: block;
		text-align: right;
	}

	#Panel1 i {
		padding: 4px;
		color: #FFFFFF;
		font-size: 140%;
	}

	.list1 {
		margin: 0 auto 0 auto;
	}

	.list1 li {
		width: 98%;
		float: left;
		margin: 0 1% 15px 1%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

	.list1 li a {
		display: block;
		border: 5px solid #E3B220;
	}

/* Wobble Vertical */
@	-webkit-keyframes hvr-wobble-vertical {
		16.65% {
-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.list1 li:hover, .list1 li:focus, .list1 li:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.blog_area {
	width: 100%;
	float: none;
	padding: 20px 0 0;
}

.blog_side {
	width: 100%;
	margin: 0 0 0 0;
}

.blog_area section {
	border: 10px solid #ddbb99;
	line-height: 1.4;
	overflow: hidden;
	padding: 10px 1.5%;
	margin: 0px 0 20px 0;
	background-color: #f8f4e6;
}

.blog_area section h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	font-size: 140%;
}

.blog_area section h3 + span {
	font-size: 87.5%;
	color: #7B7B7B;
	margin: 0 0 20px 0;
	display: block;
}

.blog_area section p {
	width: 100%;
	float: none;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.blog_side dl dt {
	font-size: 100%;
}

.blog_side dl dd {
	font-size: 100%;
}

.presen_wrap section {
	padding: 10px 0 20px 0;
}

.presen_wrap section h3 {
	margin: 0 auto 10px;
	width: 98%;
	padding: 10px 0 5px;
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
}

.presen {
	margin: 0 auto;
	width: 100%;
}

.presen > dt {
	width: 98%;
	margin: 0 auto 0 auto;
	text-align: center;
	float: none;
}

.presen > dt > a {
	display: block;
}

.presen > dt > a > img {
	max-width: 100%;
	height: auto;
}

.presen > dd {
	width: 100%;
	float: none;
	overflow: hidden;
}

.discography_wrap section h3 {
	margin: 0 auto 10px;
	width: 98%;
	padding: 10px 0 8px 1%;
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
}

.discography {
	margin: 0 auto;
	width: 100%;
}

.discography > dt {
	width: 98%;
	margin: 0 auto 20px auto;
	text-align: center;
	discography
float: none;
}

.discography > dt > a {
	display: block;
}

.discography > dt > a > img {
	max-width: 60%;
	height: auto;
}

.discography > dt > img {
	max-width: 60%;
	height: auto;
}

.discography > dd {
	width: 98%;
	float: none;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 15px 3%;
}

.tb1 {
	border-spacing: 5px;
	border-collapse: separate;
	table-layout: fixed;
}

.tb1 tbody tr th {
	width: 30%;
	text-align: left;
	padding: 12px 12px;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.tb1 tbody tr td {
	padding: 12px 12px;
	background-color: #FFFFFF;
	line-height: 1.4;
}

.link_list li {
	width: 96%;
	float: left;
	border: 10px solid #abced8;
	margin: 0 2% 10px;
}

.video_list li {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.video_list li iframe {
	width: 100%;
	height: 300px;
	border: none;
	float: left;
	margin: 0 auto 10px auto;
}

.video_list li dl {
	width: 100%;
	float: none;
	margin: 0 auto;
}

.video_list li dl dt {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 7px 0;
	font-size: 114%;
	margin: 0 auto 15px auto;
	line-height: 1.3;
}

.mekuri_info {margin: 0 0 30px 0;background: #000000;text-align: center;border: 5px solid #7f6436;}

.mekuri_info a {color: #FFFFFF;text-decoration: none;font-size: 180%;text-shadow: 0px 0px 20px rgba(255,255,0,1);display: block;padding: 5%;background: url(./../img/mekuri_senchang.png);background-size: contain; line-height: 1.4;}

.month_list {margin: 10px 0 10px 0;text-align: center;}

.month_list li {float: left;width: 16.6%;padding: 1% 0;}

.month_list li a {color: #FFFFFF;text-decoration: none;}

}


.list-mv02{
	opacity: 0;
	transition: 1.0s;
}
.mv02{
	opacity: 1.0;
}


.searchLink {
	width: 100% !important;
	clear: both;
}