@charset "utf-8";

/* ---------------------------------------------------------
■デフォルトリセット
--------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: fixed;
	text-decoration: none;
	vertical-align: baseline; }



/* ---------------------------------------------------------
■フォント
--------------------------------------------------------- */
body{
font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ---------------------------------------------------------
■全体
--------------------------------------------------------- */
body {
	text-align: center;
	background-color: #ffffff !important;
	background-image: url("img/bg_team.png");
	color: #333;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

.clearfix {
	min-height: 1px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; }

* html .clearfix {
	height: 1px; }

.nonContent {
	display: none; }

.hidden { overflow: hidden; }

body.hidden .wrapper {
	overflow: hidden; }

::selection {background: #fbe0e6}
::-moz-selection {background: #fbe0e6}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a.overwhite{
	background-color:#ffffff;
	display:inline-block;
}

a.overwhite:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.wrapper {
	text-align: center;
	background-color: #ffffff !important;
	background-image: url("img/bg_team.png");
	color: #333;
	width: 1200px;
	margin: 0 auto 200px;
}

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

.label{
	width:100%;
	height:40px;
	line-height:40px;
	background: -moz-linear-gradient(top, #888888, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#333333));
	background: linear-gradient(to bottom, #888888, #333333);
	background-color: #333333;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000000;
}
@media screen and (max-width:480px){
	.label{
		height:24px;
		line-height:24px;
		font-size:12px;
	}
}

.label_goods {
	text-align: center;
}
.label_goods img {
	width: 180px;
	height: 82px;
}

@media screen and (max-width:480px){
	.label_goods img {
		width: 120px;
		height: 54px;
	}
}

/*
.header {
	background-image: url("img/bg_visual.png");
	background-position: top center;
	background-repeat: no-repeat;
}

@media screen and (max-width:480px){
	.header {
		background-image: url("img/bg_visual_sp.png");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
}
*/

.header_inner {
	position: relative;
	width: 480px;
	height: 180px;
	margin: 20px auto;
}

@media screen and (max-width:480px){
	.header_inner {
		height: 120px;
		width: 100%;
	}
}

#name {
	position: absolute;
	right: 70px;
	bottom: 0;
}

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

@media screen and (max-width:480px){
	#name {
		right: 30px;
	}
	.label_member {
		left: 8px;
	}
}

#picture{
	width:180px;
	height:180px;
	background-size:cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto;
}

.pic_akb {
	border: 1px solid #ff89bd;
}

.pic_ske {
	border: 1px solid #faba00;
}

.pic_nmb {
		border: 1px solid #ff8705;
}

.pic_hkt {
	border: 1px solid #000000;
}

.pic_ngt {
	border: 1px solid #ec3340;
}

@media screen and (max-width:480px){
	#picture{
		max-width:301px;
		width:120px;
		height:120px;
	}
}
#name{
	display: inline-block;
	padding: 0 20px;
	height:35px;
	line-height:35px;
	font-size:17px;
	color: #fff;
	font-weight: bold;
	border-radius: 35px;
}

.name_akb {
	background-color: #ff89bd;
}

.name_ske {
	background-color: #faba00;
}

.name_nmb {
	background-image: url("img/nmb_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#ff8705;
}

.name_hkt {
	background-color: #000000;
}

.name_ngt {
	background-color: #ec3340;
}

@media screen and (max-width:480px){
	#name{
		height:24px;
		line-height:24px;
		font-size:14px;
	}
}

.label_member{
	display: inline-block;
	padding: 0 20px;
	height:35px;
	line-height:35px;
	font-size:17px;
	color: #fff;
	font-weight: bold;
	background-color: #000000;
	border-radius: 35px;
}

@media screen and (max-width:480px){
	.label_member{
		height:24px;
		line-height:24px;
		font-size:14px;
		margin: 0 auto 5px;
	}
}
#main{
	display: table;
	width:1200px;
	margin:0 auto;
}
@media screen and (max-width:480px){
	#main{
		width:100%;
	}
}
.name_akb,.name_ {
	background-color: #ff89bd;
}

.name_ske {
	background-color: #faba00;
}

.name_nmb {
	background-image: url("img/nmb_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#ff8705;
}

.name_hkt {
	background-color: #000000;
}

.name_ngt {
	background-color: #ec3340;
}

#goods_area {
	display: table-cell;;
	width: 50%;
	vertical-align: top;
}

#goods_area_inner {
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:480px){
	#goods_area_inner {
		width: 100%;
	}
}
#movie_area {
	display: table-cell;
	width: 50%;
	border-left: 1px dotted #000;
	vertical-align: top;
}

#movie_area_inner {
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:480px){
	#movie_area_inner {
		width: 100%;
	}
}

#containts {
	display: block;
	margin:10px 0 10px;
}

@media screen and (max-width:480px){
	#containts {
		margin:10px 0;
	}
}

#gridArea p {
	padding-top: 2px;
}

#apiArea a{
	display:block;
	box-shadow: 0px 1px 3px #bebdb7;
	background-color: #fff;
	padding:10px 0;
	margin:10px;
	font-size:12px;
	float:left;
	width:230px;
	height:230px;
}

#apiArea a img{
	width:auto;
	height:auto;
	max-width:210px;
	max-height:210px;
}

@media screen and (max-width:480px){
	#apiArea a{
		margin: 5px auto;
		width:90%;
		height:auto;
		float:none;
	}
#apiArea a img{
	max-width:150px;
	max-height:150px;
	width:100%;
}
}

#apiArea p{
	width:80%;
	margin:0 auto;
}
#footerArea{
	background-color:#434343;
	background-color:rgba(0,0,0,0.7);
}
#footerMenu{
	margin:0 auto;
}
#footerMenu li{
	float:left;
	margin:4px;
	width:160px;
}
@media screen and (max-width:820px){
	#footerMenu li{
		width:120px;
	}
}
@media screen and (max-width:620px){
	#footerMenu li{
		width:80px;
	}
}
@media screen and (max-width:480px){
	#footerMenu li{
		width:160px;
	}
}
#footerMenu li img{
	width:100%;
}

@media screen and (max-width:480px){
	.fixedBlank{
		height:162px;
	}
}

@media screen and (max-width:480px){
	#footerMenu{
		width:320px;
	}
	.fixedBlank{
		height:168px;
	}
}

#backArea{
	margin-top: 20px;
}
#backBtn{
	padding: 10px;
	width: 80px;
	margin: 0 auto;
	cursor: pointer;
	border: 2px solid #fff;
	background: #000;
	font-weight: bold;
	color: #fff;
}

.fixedBottom{
	position:fixed;
	width:100%;
	bottom:-1000px;
}

/* ---------------------------------------------------------
■contents
--------------------------------------------------------- */
/*.grid_area {
	width: 1200px;
	margin: 35px auto;
}*/

.grid_area div {
	float: left;
	margin: 5px;
	border: 5px solid #211f1b;
	background-color:#ffffff;
	display:inline-block;
}

.grid_area img {
	display: block;
	width: 280px;
	height: 280px;
}

.grid_banner {
	cursor: pointer;
}

.grid_banner:hover {
	border: 5px solid #d61619;
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-ms-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
}

.grid_banner:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

div.pickup {
	border: 5px solid #000;
}

.info_area {
	margin: 50px auto;
}

.link_banner {
	width: 1000px;
	margin: 15px auto;
}

.link_banner li {
	float: left;
	margin: 20px 10px 0 0;
}

.link_banner li:last-child {
	margin-right: 0;
}

.goodsBanner{
	margin:40px;
}
.goodsBanner img{
	max-width:600px;
	width:100%;
}
@media screen and (max-width:480px){
	.goodsBanner{
		margin:20px;
	}
}
/* ---------------------------------------------------------
■footer
--------------------------------------------------------- */
.copyright {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}

.pagetop {
	margin: 50px auto 25px;
}

.pagetop:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.footer {
	padding-bottom: 75px;
}

/* ---------------------------------------------------------
■movie
--------------------------------------------------------- */
#movie {
}

#movie-inner {
	margin: 10px 0;
}

.movie-obj {
	float: left;
	width: 230px;
	margin: 10px;
	cursor:pointer;
}
@media screen and (max-width:480px){
	.movie-obj {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
}
.movie_thumb {
	max-width: 230px;
}
@media screen and (max-width:480px){
	.movie_thumb {
		width: 100%;
	}
}

.thumb {
	position: relative;
	width: 230px;
	height: 169px;
	border-top : 20px solid #000;
	border-bottom : 20px solid #000;
}

@media screen and (max-width:480px){
	.thumb {
		width: 100%;
		height: auto;
		border-top : 10px solid #000;
		border-bottom : 10px solid #000;
	}
}


.play-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.movie-title {
	margin: 4px 0 12px;
	line-height: 1.4;
	height: 52px;
	font-size: 13px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	overflow: hidden;
	color: #666;
	text-decoration: underline;
}


.movie-obj img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}


.overlay{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	display:none;
	position:fixed;
	top:0;
	left:0;
}
