@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年12月25日 */
/* last updated:2015年12月28日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
}

a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}

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

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

#wrap {
	position:relative;
	overflow:hidden;
	zoom:1;
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
}
.wrapInner {
	overflow:hidden;
	zoom:1;
}


/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	body #wrap {
		font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		width:100%;
		min-width:1000px;
		margin:0 auto;
	}
	br.sp {
		display:none;
	}
	#Loading {
		width:100%;
		height:100%;
		background:url(/cmp/premium/common/images/loader.gif) no-repeat 50% 50% #fff;
		position:fixed;
		left:0px;
		top:0px;
		z-index:10000;
	}
}
@media screen and (max-width: 639px) {
	body {
		background:url(/cmp/premium/common/images/bg_main.jpg) 100% 50%;
		background-size:auto 100%;
	}
	body #wrap {
		font-family:Garamond , "Times New Roman" ,serif;
		width:100%;
		overflow:hidden;
		zoom:1;
	}
	#Loading {
		width:100%;
		height:100%;
		background:url(/cmp/premium/common/images/loader.gif) no-repeat 50% 50% #fff;
		position:fixed;
		left:0px;
		top:0px;
		z-index:10000;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header {
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:10;
}

@media screen and (min-width: 640px) {
	header#head  {
		height:60px;
		background:#fff;
	}
	header#head  .logoArea {
		width:500px;
		line-height:60px;
		padding-left:20px;
		float:left;
		position:relative;
		z-index:10;
	}
	header#head  .socialArea {
		width:360px;
		height:44px;
		padding:12px 0;
		float:right;
		position:relative;
		z-index:10;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-5px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (max-width: 639px) {
	header#head {
		height:60px;
		background:#fff;
		box-shadow: inset 0px 0px 10px 0px rgba(00, 00, 00, 0.3);
	}
	header#head  .logoArea {
		line-height:30px;
		text-align:center;
		padding:15px 0;
	}
	header#head  .socialArea {
		width:320px;
		text-align:center;
		margin:0 auto;
		display:none;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
		overflow:visible;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-4px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (min-width: 640px) {
	#ttlBlock {
		position:relative;
	}
	#ttlBlock .inner {
	}
	#ttlBlock h1 {
		width:100%;
		height:420px;
		text-align:center;
		padding:45px 0;
		z-index:100;
		position:absolute;
		top:60%;
		left:0;
		margin:-260px 0 0 0;
		opacity:0;
	}
	#ttlBlock h1 img {
		width:420px;
	}
	#ttlBlock .date {
		width:100%;
		height:100px;
		text-align:center;
		position:absolute;
		top:50%;
		left:0;
		z-index:100;
		margin-top:200px;
	}
	#ttlBlock .date img {
		width:537px;
	}
	#ttlBlock .only {
		width:132px;
		height:152px;
		text-align:center;
		position:absolute;
		bottom:50%;
		left:50%;
		z-index:101;
		margin-bottom:120px;
		margin-left:-340px;
	}
	#ttlBlock .only img {
		width:132px;
	}
	#ttlBlock .mark {
		width:160px;
		height:230px;
		text-align:center;
		position:absolute;
		top:0;
		right:50%;
		z-index:101;
		margin-bottom:600px;
		margin-right:-360px;
	}
	#ttlBlock .mark img {
		width:160px;
	}
	#ttlBlock #slider {
		width:100%;
		height:640px;
	}
	#ttlBlock #slider li {
		height:640px;
	}
}
@media screen and (max-width: 639px) {
	#ttlBlock {
		position:relative;
	}
	#ttlBlock h1 {
		width:100%;
		height:250px;
		line-height:250px;
		text-align:center;
		z-index:100;
		position:absolute;
		top:60%;
		left:0;
		margin:-120px 0 0 0;
	}
	#ttlBlock h1 img {
		width:250px;
	}
	#ttlBlock .date {
		width:100%;
		height:100px;
		text-align:center;
		position:absolute;
		top:50%;
		left:0;
		z-index:100;
		margin-top:100px;
	}
	#ttlBlock .date img {
		width:100%;
		max-width:350px;
	}
	#ttlBlock .only {
		width:80px;
		text-align:center;
		position:absolute;
		top:20px;
		left:20px;
		z-index:101;
	}
	#ttlBlock .only img {
		width:100%;
	}
	#ttlBlock .mark {
		width:95px;
		text-align:center;
		position:absolute;
		top:0;
		right:10px;
		z-index:101;
	}
	#ttlBlock .mark img {
		width:100%;
	}
	#ttlBlock #slider {
		width:100%;
		height:320px;
	}
	#ttlBlock #slider li {
		width:100%;
		height:320px;
	}
}

#ttlBlock #slider li {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .wrapInner  .btnArea {
	text-align:center;
	clear:both;
	position:relative;
	z-index:1000;
}
@media screen and (min-width: 640px) {
	#wrap .wrapInner .btnArea {
		padding:0 0 50px
	}
	#wrap .wrapInner .btnArea li {
		margin: 0 5px;
		display: inline-block;
	}
}
@media screen and (max-width: 639px) {
	#wrap  .wrapInner .btnArea {
		padding:10px 5px 10px;
	}
	#wrap  .wrapInner  .btnArea li {
		width:50%;
		float: left;
		padding: 0 5px;
	}
	#wrap  .wrapInner  .btnArea img {
		width:100%;
		height:auto;
		display: inline-block;
	}
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:10px 5px;
		background:#fff;
		border-radius:5px;
		margin-top:14px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:5px 30px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 15px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:60px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .btnArea {
		padding:45px 35px;
		background:#fff;
		border-radius:5px;
		margin:15px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(2) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
		padding-top:30px;
	}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 10px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:40px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .twitter {
		background:#1DADEA;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:10px 0px;
	}
	.snBlock .facebook {
		background:#315194;
	}
	.snBlock .facebook .inner {
		color:#fff;
		padding:10px 0px;
		text-align:center;
	}
	.snBlock .inner p {
	}
	.snBlock .inner .btnArea {
		text-align:left;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
	}
	.snBlock .twitter .btnArea {
		padding:14px 30% 6px;
	}
	.snBlock .facebook .btnArea {
		padding:8px 30% 12px;
	}
}
.mediaArea {
	background:#fff;
	overflow:hidden;
	zoom:1;
}
#media-contact {
	clear:both;
}