@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

/* リセット */

* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* 基本レイアウト */
body {
	font-family: 'Noto Sans JP';
}

main {
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	background-color: #333;
}

#top_lead {
	background-color: #333;
}

.header_lead {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
}

#top_logo {
	display: none;
}

.swiper-wrapper .swiper-slide img {
	width: 100%;
}

#header_nav {
	width: 95%;
	margin: 10px auto 15px;
}

#header_nav ul {
	overflow: hidden;
}

#top #b_top {
	display: none;
}

#header_nav li {
width: 33.3%;
	float: left;
}

#header_nav li a {
	display: block;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 2.4em;
	-moz-transition-property: all 0.3s ease-in;
	-webkit-transition-property: all 0.3s ease-in;
	-o-transition-property: all 0.3s ease-in;
	-ms-transition-property: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#top #b_top a,
#schedule #b_schedule a,
#shop #b_shop a,
#blog #b_blog a,
#special #b_special a,
#bio #b_bio a,
#disc #b_disc a,
#header_nav ul li a:hover {
	color: #fff;
	background-color: #ff0099;
	text-decoration: none;
}

#next {
	padding: 15px;
	color: #fff;
	background-color: #ff0099;
	border-radius: 3px;
	text-align: center;
}

#next h1 {
	font-size: 20px;
}

#next p {
	margin-top: 10px;
	font-size: 14px;
}

#next a {
	color: #fff;
}

#blog_feed {
	border-radius: 3px;
	margin-top: 20px;
	background-color: #fff;
}

.feed {
	border-radius: 3px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.feed iframe,
.feed object,
.feed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#movie {
	margin-top: 20px;
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
}

#movie h1 {
	font-size: 20px;
}

.movie_box {
	margin-top: 10px;
}

#movie p {
	margin-top: 10px;
	font-size: 14px;
}

.top_movie {
	border-radius: 3px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.top_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*mobile article*/
#mob_article {
	margin-top: 20px;
	padding: 20px 10px;
	color: #666;
	background-color: #fff;
	border-radius: 3px;
}

#mob_article h1 {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

#mob_article h2 {
	font-size: 16px;
}

#mob_article ul {
	margin: 15px 0;
	font-size: 14px;
}

#mob_article li {
	margin-bottom: 15px;
	font-size: 14px;
}

#mob_article li span {
	font-size: 16px;
	color: #ff0099;
}

/*mobile SCHEDULE*/

#schedule #blog_feed {
	display: none;
}

#schedule #movie {
	display: none;
/*	margin-top: 20px;*/
}

#schedule #mob_next {
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	background-color: #ff0099;
	border-radius: 3px;
	text-align: center;
}

#schedule #mob_next h1 {
	font-size: 20px;
}

#schedule #mob_next ul {
	margin: 15px 0;
	text-align: left;
	font-size: 14px;
}

#schedule #mob_next li {
	margin-bottom: 15px;
}

#schedule #mob_next li span {
	color: #ddd;
	font-size: 16px;
}

/*mobile SHOP*/
#mob_article .shop_article h2 {
	margin: 15px 0 10px;
	padding: 5px 10px;
	background-color: #666;
	border-radius: 4px;
}

#mob_article .shop_article li a {
	padding: 5px;
	color: #fff;
	background-color: #666;
	border-radius: 4px;
	text-decoration: none;
}

/*mobile BLOG*/
.b_ichirock table,
.b_napoli table,
.b_jet table {
	width: 100%;
}
.b_ichirock table img,
.b_napoli table img,
.b_jet table img {
	width: 100%;
	border-radius: 3px;
}

#mob_article p {
	font-size: 14px;
}

#mob_article .blog_ent a {
	padding: 5px;
	color: #333;
	background-color: #fff;
	line-height: 2.4em;
	border-radius: 3px;
	text-decoration: none;
	-moz-transition-property: all 0.3s ease-in;
	-webkit-transition-property: all 0.3s ease-in;
	-o-transition-property: all 0.3s ease-in;
	-ms-transition-property: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#mob_article .blog_ent a:hover {
	color: #fff;
	background-color: #ff0099;
	border-radius: 3px;
	text-decoration: none;
}

.b_ichirock,
.b_napoli,
.b_jet {
	margin-top: 30px;
}

/*mobile BIO*/
#bio_article table {
	caption-side: bottom;
	border-top: 1px dashed #999;

}

#bio_article caption {
	padding-top: 8px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
}

#bio_article th {
	width: 69px;
	padding: 4px;
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	vertical-align: top;
	border-bottom: 1px dotted #999;
}

#bio_article td {
	padding: 4px 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #fff;
	border-bottom: 1px dotted #999;
}

#bio_article td:last-child {
	margin-bottom: 8px;
}

/*mobile DISC*/

#mob_article .work {
	margin-bottom: 25px;
}

#tweet {
	margin-top: 40px;
}

#tweet h1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#tweet p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.twitter {
	margin-top: 10px;
}

#fb {
	margin-top: 40px;
	border-radius: 3px;
}

#fb h1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#fb p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.cd_info {
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}

.cd_img {
	margin-top: 10px;
}

.cd_info h1 {
	font-size: 20px;
}

.cd_info p {
	margin-top: 10px;
	font-size: 14px;
}

.cd_info .cd_img .cd_title {
	font-size: 18px;
	font-weight: 700;
}

#map {
	margin-top: 20px;
	padding: 15px 10px;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
}

#map h1 {
	font-size: 20px;
}

#map p {
	margin-top: 10px;
	font-size: 14px;
}

.mobile_map {
	margin-top: 10px;
}

.ggmap {
	border-radius: 3px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pc_wrap {
	display: none;
}

#icon_wrapper {
	width: 100%;
	position: fixed;
	bottom: 18px;
}

#wrap_icon_a {
	overflow: hidden;
}

.sns_icon {
	margin-left: 20px;
	overflow: hidden;
	float: left;
}

.sns_icon a {
	float: left;
	margin-right: 10px;
	display: block;
	border-radius: 40px;
}

.top_icon {
	margin-right: 20px;
	float: right;
}

.top_icon a {
	display: block;
	border-radius: 40px;
}

#wrap_icon_a a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#wrap_icon_b li {
opacity: 0.8;
width: 25%;
	float: left;
}

#wrap_icon_b li a {
	display: block;
	color: #333;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 2.4em;
	-moz-transition-property: all 0.3s ease-in;
	-webkit-transition-property: all 0.3s ease-in;
	-o-transition-property: all 0.3s ease-in;
	-ms-transition-property: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#wrap_icon_b li a:hover {
	color: #fff;
	background-color: #363636;
}

footer {
	padding-top: 105px;
}

footer h1 {
	font-size: 12px;
	text-align: center;
	color: #666;
}

/*pc site*/
@media screen and (min-width: 760px) {

body {
	background-color: #666;
}

#container {
	width: 960px;
	margin: 0 auto;
}

header {
	position: relative;
}

.header_lead {
	text-align: left;
	padding-left: 10px;
}

.swiper-container {
	display: none;
}

#mob_article {
	display: none;
}

#cd_info2 {
	display: none;
}

#map {
	display: none;
}

#top_logo {
	display: block;
}

#top #b_top,
#b_top {
	display: block;
}

#header_nav {
	width: 65%;
	margin: 10px auto;
	position: absolute;
	top: 156px;
	left: 40px
}

#header_nav li a {
	display: block;
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4em;
	-moz-transition-property: all 0.3s ease-in;
	-webkit-transition-property: all 0.3s ease-in;
	-o-transition-property: all 0.3s ease-in;
	-ms-transition-property: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#top #b_top a,
#schedule #b_schedule a,
#shop #b_shop a,
#blog #b_blog a,
#special #b_special a,
#bio #b_bio a,
#disc #b_disc a,
#header_nav ul li a:hover {
	color: #333;
	background-color: #fff;
	opacity: 1;
}

#wrapper {
	width: 960px;
	overflow: hidden;
}

main {
	width: 33%;
	float: left;
}

#pc_wrap {
	display: block;
	width: 62%;
	padding: 10px;
	float: right;
	background-color: #333;
}
#icon_wrapper {
	max-width: 960px;
}

footer h1 {
	color: #ddd;
}

/*top page*/
#pc_article {
	padding: 15px 25px;
	color: #666;
	background-color: #fff;
	border-radius: 3px;
}

#pc_article h1 {
	margin-bottom: 15px;
}

#pc_article h2 {
	font-size: 16px;
}

#pc_article li {
	margin-bottom: 18px;
}

#pc_article li span {
	font-size: 16px;
	color: #ff0099;
}

#pc_article p {
	font-size: 14px;
}

/*SCHEDULE page*/
#schedule #mob_next {
	display: none;
}

#schedule #blog_feed {
	display: block;
}

#schedule #movie {
	display: block;
	margin-top: 0px;
}

/*SHOP page*/

#pc_article .shop_article h2 {
 margin: 15px 0 5px;
	color: #ff0099;
	font-size: 18px;
}

#pc_article .shop_article p {
	font-size: 15px;
}

#pc_article .shop_article ul {
 margin-top: 15px;
	font-size: 15px;
}

/*BLOG page*/
#pc_article .blog_ent a {
	padding: 5px;
	color: #333;
	line-height: 2.4em;
	-moz-transition-property: all 0.3s ease-in;
	-webkit-transition-property: all 0.3s ease-in;
	-o-transition-property: all 0.3s ease-in;
	-ms-transition-property: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#pc_article .blog_ent a:hover {
	color: #fff;
	background-color: #ff0099;
	border-radius: 3px;
	text-decoration: none;
}

/*BIO page*/
#bio_article table {
	caption-side: bottom;
	border-top: 1px dashed #999;

}

#bio_article caption {
	padding-top: 8px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
	text-align: left;
}

#bio_article th {
	width: 69px;
	padding: 4px;
	font-size: 1em;
	line-height: 1.4em;
	color: #666;
	vertical-align: top;
	border-bottom: 1px dotted #999;
}

#bio_article td {
	padding: 4px 32px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
	border-bottom: 1px dotted #999;
}

#bio_article td:last-child {
	margin-bottom: 8px;
}

/*DISC page*/

#pc_article .disc_wrap .work {
	width: 90%;
	margin: 20px auto 30px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.disc_img_left {
	margin-right: 40px;
}
.disc_wrap .work img {
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	-ms-transition: transform 1s;
	transition: transform 1s;
}

.disc_wrap .work img:hover {
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.disc_wrap h2 {
	padding-top: 4px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.6em;
}

/*MAP*/
#pc_map {
	margin-top: 20px;
	padding: 15px 25px;
	color: #666;
	background-color: #fff;
	border-radius: 3px;
}



}/*メディアクエリ閉じ*/
