/*	news
============================== */

body.news article {
	background-color: rgba(0, 0, 0, 0.35);
}

@media all and (min-width: 768px) {
	body.news article { padding: 0; margin-bottom: 60px;}
	div.sns-share { padding:0px 0 30px; width: 100%; margin: 0 auto; }
}
@media all and (max-width: 767px) {
	body.news article { padding: 0 0 15px; margin-bottom: 30px;}
}



body.news article h2.title {
	background: -moz-linear-gradient(left, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
	background: -webkit-linear-gradient(left, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
	background: linear-gradient(to right, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
	border-bottom: 4px solid rgba(255,52,118,0.75);
	border-image: linear-gradient(to right, rgba(255,52,118,0.75), rgba(8,117,210,0.75));
	border-image-slice: 1;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6em; line-height: 1.6em; padding: 15px 25px; text-align: left;}


body.news .date {
font-size: 1em; line-height: 1.2em;
color: #ff3479;
display: block;
font-family: cormorant-garamond, serif;
font-weight: 700;
font-style: normal;
}

.newsBlock {padding:20px 40px 30px;}

body.news article h3{ font-size: 1.1em; line-height: 1.8em; color: #fff; text-align: center; margin-bottom: 0.5em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;}


.phArea { margin:15px auto 25px auto; text-align:center; }
.ph, .mov { margin:auto; }
.ph p { position:relative; width:100%; height:0;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }
.ph p span { position:absolute; display:block; left:0; top:0; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px;}
.mov { width:600px; margin:0 auto 15px auto; }

p.button { padding: 1em 0;}


p.button a {
	display: block; position: relative;
	background-clip: padding-box;
	border: 1px solid rgba(222, 221, 218, .4);
	padding:0px; margin: 0 auto;
	width: 280px;
	transition:0.5s;
	}

p.button a span {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 22px 6px;
	width: 100%;
	padding: 22px 0 22px 2%;
	text-align: center;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	
}
p.button a:hover {	background: -moz-linear-gradient(left, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
	background: -webkit-linear-gradient(left, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
	background: linear-gradient(to right, rgba(255,52,118,0.3), rgba(8,117,210,0.3));
}
.n_0604 p.button a span{
	padding: 10px 0 10px 2%;
}
@media all and (min-width: 768px) {
.n_0604 p.button a {
	width: 320px;
}	
}
@media all and (max-width: 767px) {
	p.button a span { font-size: 1.1em;}
}



.product {color: #d22179; font-weight: bold; text-align: center; font-size: 1.1em; padding-top: 1em; line-height: 1.6em;}
.product .small {font-size: 0.8em;}
.productTxt { margin:1em 0;}

.borderBox {border:solid 1px rgba(255, 255, 255, .4); padding:1.5em; margin:0 auto;}

@media all and (min-width: 768px) {
	
	section.txtArea { padding:0.5em 0 1em; line-height: 2.0em;}
section.txtArea .add { margin-top: -25px; padding: 0 10px;}	

.multiple {display: inline-block; margin: 0 1em;}
.multiple .btn { width:15em; }
	
	  body.news article.info {
    margin-top: 3em;
  }
	.n_0511 .borderBox  { width: 600px; padding:1.5em 0;}
	.n_0617_1 .borderBox  { width: 700px; padding:1.5em 0;}
}



@media all and (max-width: 767px) {
body.news article h2.title { padding: 5px 10px 15px; font-size:1.05em; line-height: 1.4em;}

.newsBlock {padding: 0 15px;}
	section.txtArea { padding:0.5em 0 1em; font-size: 0.9em; line-height: 1.8em;}
	
body.news article h3{ font-size: 1.1em; line-height: 1.5em; margin-bottom: 0.5em;}

body.news .date {
font-size: 1.1em; padding-bottom: 0.2em;
}

section.txtArea .add { margin-top: -15px; padding: 0 10px;}


.phArea { width:100%; margin:15px 0%; }
.ph { width:auto!important; height:auto!important; }
.mov { width:100%; margin:0 auto 1em; }
	
	a.btn {  width:90%; height: auto!important;}
	.multiple {margin:0.5em auto;}
	
	.logo_anzen {width:95%;}
	.borderBox {padding:1em; margin:0 auto;}
}



/*	trailer
============================== */
@media all and (max-width: 767px) {
	#trailer, .emb {
		width: 100%;
		position: relative;
		padding: 56.25% 0 0;
		height: 0;
		overflow: hidden;
		height: auto;
		/* margin: 0 auto 1em; */
		box-shadow: none;
	}
	#trailer iframe, .emb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
  .ph_cut {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
	#trailer {
		width: 600px;
		height: 338px;
		margin: 0 auto;
	}
}

.disc li {
  text-align: left;
}


/*	table
============================== */

table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
}

table.border { border: solid 1px #fff; padding: 10px;}

table th ,
table td {
 padding-bottom: 0.5em;
}
table tr.space th ,
table tr.space td {
 padding-bottom: 0;
}
table th {
 text-align:left;
}
table td {
 text-align:left;
}
table th {
 font-weight: bold;
 white-space: nowrap;
 line-height: 2.5;
}

table th, table td {
 vertical-align: baseline;
	line-height: 1.5em;
}

.notes {font-size: 0.8em; line-height: 1.5em; padding-left:1em; text-indent:-1em; }
.notesTxt { text-align: center;
	padding: 0.5em 0 1em;
    line-height: 2.0em;}
.notesTxt p  {font-size: 0.9em; line-height: 1.5em; display: inline-block; text-align: left;}


@media all and (min-width: 768px) {
	table {font-size:0.9em;}
	
	.tableBlock { width: 600px; margin: 0 auto;}
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.9em;}
	
	.n_0306 .borderBox {
    width: 650px;
    padding: 1.5em 0;
}
}
@media all and (max-width: 767px) {
 table {
 font-size:0.8em;
	}
	
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.8em;}
	
	.notesTxt p  {font-size: 0.8em;}
}


