@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#body_bg_01 {
	background: url(../img/bg_01.jpg) no-repeat;
	background-position: 50% 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -3;
	padding-bottom: 108px;
}

#body_bg_02 {
	background: url(../img/bg_02.png) no-repeat;
	background-position: 50% 150px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -2;
	padding-bottom: 108px;
}

#body_bg_03 {
	background: url(../img/icon_tentama.gif) no-repeat;
	background-position: -100px 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

/*=======================================================
	container
=======================================================*/
#container {
	position: relative;
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.bg_blue_box {
	background: url(../img/bg_blue.png) 0 0 repeat;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 30px 4%;
	width: 70%;
	margin: 0 auto 30px;
}

.ttl {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	/* text-shadow: 1px 1px 2px #666; */
	padding: 10px 0;
	margin-bottom: 20px;
}

.sttl {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 10px 0;
	margin-bottom: 20px;
}

.btn a {
	background: linear-gradient(to bottom, #E46629 50%, #D0541A 51%);
	padding: 15px 5%;
	border-radius: 5px;
	border: 2px solid #FFF;
	display: block;
	text-decoration: none;
	width: 60%;
	margin: 0 auto;
}

.btn a:hover {
	color: #FFCC99;
}

.bnr_area {
	text-align: center;
	margin-bottom: 50px;
}

.bnr_area ul {
}

.bnr_area ul li img {
	width: 100%;
	max-width: 640px;
}

/* table_style */
.table_style {
	margin-bottom: 30px;
}

.table_style table {
}

.table_style table tr {
	box-shadow: 2px 2px 2px #999;
}

.table_style table th {
	background: linear-gradient(to bottom, #E46629 50%, #D0541A 51%);
	color: #FFF;
	padding: 15px 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #FFF;
	width: 24%;
}

.table_style table td {
	background: linear-gradient(to bottom, #FFF 50%, #F3FAFF 51%);
	color: #FFF;
	color: #333;
	padding: 15px 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	text-align: left;
	border: 2px solid #FFF;
}

.table_style .detail_caution {
	text-align: left;
	color: #333333;
	text-shadow: 2px 2px 0px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}

/*=======================================================
	logo_area
=======================================================*/
#logo_area,
#logo_s_area{
	padding-top: 60px;
	margin-bottom: 50px;
}

#logo_area h1,
#logo_s_area h1 a {
	display: block;
	height: 576px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_main.png) 50% 0 no-repeat;
	background-size: contain;
}

/*=======================================================
	menu_area
=======================================================*/
#menu_area {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 8;
	width: 180px;
	padding: 30px 0 0 20px;
}

.btn_menu {
	display: none;
	margin-bottom: 10px;
}

.btn_menu a {
	display: block;
	background: linear-gradient(to bottom, #E16427 50%, #D1551B 51%);
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #999;
	text-decoration: none;
	transition-property: background;
	transition-duration: 1s;
}

.btn_menu a:hover {
	color: #FFF;
}

.menu_list_sp {
	display: none;
}

.menu_list li {
	margin-bottom: 10px;
}

.menu_list li a {
	display: block;
	background: linear-gradient(to bottom, #57B6F6 50%, #1F9EF3 51%);
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #999;
	text-decoration: none;
	transition-property: background;
	transition-duration: 1s;
}

.menu_list li a:hover,
#dance_page .menu_dance a,
#mv_page .menu_mv a,
#game_page .menu_game a,
#goods_page .menu_goods a,
#profile_page .menu_profile a {
	background: linear-gradient(to bottom, #E16427 50%, #D1551B 51%);
	color: #FFF;
}

.menu_list.menu_list_02 li a {
	display: block;
	background: linear-gradient(to bottom, #E16427 50%, #D1551B 51%);
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #999;
	text-decoration: none;
	transition-property: background;
	transition-duration: 1s;
}

.menu_list.menu_list_02 li a:hover,
#dance_page .menu_dance a,
#mv_page .menu_mv a,
#game_page .menu_game a,
#goods_page .menu_goods a,
#profile_page .menu_profile a {
	background: linear-gradient(to bottom, #57B6F6 50%, #1F9EF3 51%);
	color: #FFF;
}


/*=======================================================
	dance_area
=======================================================*/
#dance_area {
}

#dance_area iframe {
	margin-bottom: 30px;
	border-radius: 10px;
}

#dance_area p {
	text-align: left;
}

#dance_area ul.caution_list {
	padding-left: 1em;
	margin-bottom: 30px;
}

#dance_area ul.caution_list > li {
	text-align: left;
	list-style: circle;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#dance_area ul.caution_list li iframe {
	text-align: center;
}

#dance_area .iphone_dl {
	border: 2px solid #FFF;
	padding: 25px 15px 15px;
	border-radius: 5px;
	text-align: left;
	margin-top: 20px;
}

#dance_area .iphone_dl h3 {
	text-align: center;
}

#dance_area .iphone_dl ol {
	padding-left: 2em;
}

#dance_area .iphone_dl ol li {
	list-style: decimal;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#dance_area .iphone_dl ol li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#dance_area .dance_t_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 30px;
}

#dance_area .dance_t_area li {
	width: 48%;
	margin: 0 1%;
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#dance_area .dance_t_area li img {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
}

.dance_movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.dance_movie_list li {
	width: 90%;
	max-width: 640px;
	margin: 0 1% 50px;
	position: relative;
}

.dance_movie_list li img {
	display: block;
}

.thumb_youtube {
	margin-bottom: 10px;
}

.thumb_youtube img {
	box-shadow: 2px 2px 5px #003149;
	border-radius: 5px;
	width: 100%;
}

.icon_play {
	position: absolute;
	top: 0;
	left: 0;
}

.icon_play img {
	width: 100%;
}

/*=======================================================
	mv_area
=======================================================*/
#mv_area {
}

#mv_area iframe {
	margin-bottom: 30px;
	border-radius: 10px;
}

#mv_area p {
	text-align: left;
}

/*=======================================================
	game_area
=======================================================*/
#game_area {
}

/*=======================================================
	goods_area
=======================================================*/
#goods_area {
}

/*=======================================================
	profile_area
=======================================================*/
#profile_area {
}

#profile_area p {
	line-height: 2em;
	margin-bottom: 30px;
	text-align: left;
}

.telebee_area {
	background: url(../img/telebee.gif) 90% 50% no-repeat;
}

/*=======================================================
	coloring_area
=======================================================*/
#coloring_area {
}

.coloring_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.coloring_list li {
	width: 18%;
	margin: 0 1% 10px;
}

.coloring_list li img {
	width: 100%;
	max-width: 300px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #999;
}

.btn_dl_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.btn_dl_list li {
	width: 31.33%;
	margin: 0 1%;
}

.btn_dl_list li a {
	display: block;
	background: linear-gradient(to bottom, #82C7D9 50%, #48AEC8 51%);
	/* text-shadow: 1px 1px 2px #666; */
	padding: 10px 0;
	border-radius: 5px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #999;
	text-decoration: none;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	padding-top: 100px;
	height: 180px;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}

/*=======================================================
	keyframes
=======================================================*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
