@charset "utf-8";

/* base
------------------------------------ */

body{
	font-size:16px;
	line-height:1.6em;
	color:#fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", Verdana, sans-serif;
	word-break: break-all;
}
a {
	color: #c8ba40;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}


/* clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 
.clear { clear: both; }

.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/* Font Size */ 
.fs8{font-size:8px}
.fs10{font-size:10px}
.fs11{font-size:11px}
.fs12{font-size:12px}
.fs13{font-size:13px}
.fs14{font-size:14px}
.fs16{font-size:16px}
.fs18{font-size:18px}
.fs20{font-size:20px}
.fs24{font-size:24px}

.subTxt{font-size:0.8em;}

/* Font Color */ 
.center { text-align: center; }
.bold { font-weight: bold; }
.red { color: #C00; }


/* Float */ 
.left{float:left;}
.right{float:right;}

/* header
------------------------------------ */
#header{
	position:relative;
	width:100%;
	height:590px;
	background:#000 url(../images/ph_main.jpg) no-repeat 50% 50%;
}

#header h1{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-247px;
}


/* footer
------------------------------------ */
#footer{
	padding:30px 0;
	text-align:center;
	font-size:12px;
	color:#c9c8c8;
	clear:both;
}

/* ボタン
------------------------------------ */
.btn{
	margin-bottom:20px;
	text-align:center;
}

.btn span,
.btn a{
	display:block;
	margin:0 auto;
	padding:20px 0;
	border-radius:3px;
}


.btn a.main {
	display: inline-block;
	color:#fff;
	background:#c6b200;
	width:430px;
	font-size:20px;
	outline: none;
	position: relative;
	z-index: 2;
	border: 2px solid #c6b200;

}
.btn a.sub{
	display: inline-block;
	color:#000;
	background:#fff;
	width:330px;
	font-weight:bold;
	outline: none;
	position: relative;
	z-index: 2;
	border: 2px solid #fff;
}

.btn a.main:hover {
	background-color: #000;
	border-color: #c6b200;
	color: #c6b200;
}
.btn a.main::before,
.btn a.main::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #c6b200;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a.sub:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn a.sub::before,
.btn a.sub::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a.main::before,
.btn a.sub::before {
	top: 0;
}
.btn a.main::after,
.btn a.sub::after {
	bottom: 0;
}
.btn a.main:hover::before,
.btn a.main:hover::after {
	height: 0;
	background-color: #c6b200;
}
.btn a.sub:hover::before,
.btn a.sub:hover::after {
	height: 0;
	background-color: #fff;
}
.btn a.main,
.btn a.main::before,
.btn a.main::after,
.btn a.sub,
.btn a.sub::before,
.btn a.sub::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.before{
	width:500px;
	background:#181818;
	color:#c6b200;
	display:block;
	margin:0 auto;
	padding:20px 0;
	border-radius:3px;
	text-align:center;
	font-size:14px;
	line-height:1.3em;
	border:1px solid #282828;
}


/* contents
------------------------------------ */
#wrap{
	background:url(../images/bg_stripe.gif);
}
#contents{
	width:900px;
	margin:0 auto;
	padding:20px 0 0;
}

.contentBox{
	margin-bottom:10px;
	background:#000;
	padding:30px;
}

h2.title.privilege.ver2{
	color:#fff;
	background:#3133aa;
}

h2.title{
	font-size:23px;
	margin-bottom:30px;
	line-height:1.3em;
	font-weight:bold;
}
h2.title span{
	font-size:17px;
}
.term{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:1.4em;
}
/* mv */

.mv{
	width:385px;
	margin-right:10px;
}

/* リリース情報 */

.release{
	width:385px;
	font-size:13px;
	line-height:1.5em;
}
.release img{
	margin-right:20px;
}

/* 企画 */
.privilege{
	clear:both;
}
h2.title.privilege{
	font-size:30px;
	margin-bottom:0;
	padding:20px 30px 15px;
	color:#000;
	line-height:1em;
	font-weight:bold;
	background:#C7B200;
}

.privilegeInner{
	position:relative;
	padding:60px 40px 40px;
	background:#1f1f1f;
}
.ver2 .privilegeInner{
	background:#474757;
}
.ver1 .privilegeInner{
	background:#414038;
}
.privilegeInner .before{
	background:rgba(0,0,0,0.3);
	border:0;
}
.privilegeInner .mailmag{
	border-color:#fff;
}
.privilegeInner .fa{
	color:#c6b200;
}
.privilegeInner h3{
	margin-bottom:30px;
	font-size:22px;
	text-align:center;
	line-height:1.3em;
}
.yel{
	color:#c6b200;
}
.mailmag{
	margin-bottom:30px;
	padding:30px 0 10px;
	border:1px solid #444;
}
.tokuten{
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-36.5px;
}

.howto{
	border:1px solid #c6b200;
}
.howto dt{
	font-size:18px;
	position:relative;
	padding:20px;
	font-weight:bold;
	cursor:pointer;
	color:#c6b200;
	transition: all 0.3s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
.howto dt:hover{
	background:#1f1f1f;
}
.howto dt:after{
	content:'\f196';
	font-family: 'FontAwesome';
	position:absolute;
	margin-top:-12px;
	top:50%;
	right:20px;
	font-size:20px;
	font-weight:normal;
}
.howto dt.open:after{
	content:'\f147';
	font-family: 'FontAwesome';
	position:absolute;
	margin-top:-12px;
	top:50%;
	right:20px;
	font-size:20px;
	font-weight:normal;
}
.howto dd{
	display:none;
	padding:20px;
	font-size:14px;
	line-height:1.5em;
	background:url(../images/bg_howto.jpg) no-repeat 50% 50%;
}
.howto dd ul{
	margin-bottom:20px;
}
.howto dd li{
	margin-bottom:10px;
	text-indent:-1.5em;
	padding:0 0 0 1.5em;
}
.howto dd li .ph{
	float:right;
	margin-top: -80px;
}
.howto dd .subTit{
	clear:both;
	padding:5px 0;
	margin-bottom:15px;
	font-weight:bold;
	font-size:16px;
	color:#c6b200;
	border-bottom:1px solid #c6b200;
}
/* 発送手続き、先行予約 */
.send,.reserve{
	width:385px;
}
.send .before,.reserve .before{
	width:100%;
}
.send{
margin-right:10px;
}
.cardBox{
	padding:0 0 30px;
}
.cardBox .img{
	float:left;
	font-size:12px;
	text-align:center;
	line-height: 0.8em;
}
.cardBox .img img{
	width:250px;
}
.cardBox .inner{
	padding:60px 0 0 265px;
}