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

body.news article { background:rgba(255,255,255,0.6); position: relative;}

@media all and (min-width: 768px) {
	#contentsArea {
	background-image: url(../img/news/bg_cont.png);
	background-repeat:no-repeat;
	background-position: top center;
}
	body.news article { margin-bottom: 60px; padding: 30px 45px 15px; border-radius: 45px; filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));}
	div.sns-share { padding:0px 0 30px; width: 100%; margin: 0 auto; }
}
@media all and (max-width: 767px) {
	#contentsArea { padding-top: 20px;
	background-image: url(../img/news/bg_cont_sp.png);
	background-repeat:no-repeat;
	background-position: top center;
}
  .low div.wrap {
	margin: 2.4%;
  }
	body.news article { margin-bottom: 2em; padding: 1em; border-radius: 23px; filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));}
}


body.news article h2.title {
	font-size: 1.6em; line-height: 1.5em; text-align: left;
	 padding: 0px 5px 20px; margin-bottom: 5px;
	border-bottom: 4px solid;
    border-image: linear-gradient(to right, rgba(255,132,156,0.5) 0%, rgba(255,173,92,0.5) 100%);
    border-image-slice: 1;
}
body.news .date {
	line-height: 1.2em;
	color: #fe6102;
	font-family: serifa, serif;
	font-weight: 500;
	font-style: normal;
	display: block;
	padding-bottom: 0.2em;
}

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

body.news article h3{ 
	font-size: 1.4em; line-height: 1.8em; color: #f2637f; text-align: center; margin-bottom: 0.5em;
}
body.news article h4{ 
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-align: center;
}
body.news article h4 span.under {
	background-image: linear-gradient(to right, rgba(255,173,92,0.8) 0%, rgba(255,132,156,0.8) 100%);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: bottom;
    padding: 0 3px 3px;}


.phArea { margin:15px auto 25px auto; text-align:center; }
.ph { 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;}

.multiple { text-align: center; letter-spacing: -.4em;}
.multiple .phArea { display: inline-block; margin:15px 15px 25px auto;}

.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,132,156,0.5); padding:1.5em; margin:0 auto;}
.borderBox h4 {}

p.button {
    padding: 1em 0;
}
p.button a{
    text-align: center;
    margin: 0 auto;
	padding: 20px 0;
	display: block;
	background: linear-gradient(to right, #ffad5c 0%, #ff849c 100%);
	transition:0.5s; color: #fff;
}
p.button a:hover {
filter: brightness(1.1);
}

@media all and (min-width: 768px) {
	body.news .date { font-size: 0.7em; }
	section.txtArea { padding:0.5em 0 1em; line-height: 2.0em;}
	section.txtArea .add { margin-top: -25px; padding: 0 10px;}
	section.txtArea .txt {padding: 0 0 0.8em;}
	
	body.news article h4 { font-size: 1.2em;}
	
	body.news article.info { margin-top: 3em;}

	p.button a{
    width: 300px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 1.3em; 
}
	
	.phBox { padding-bottom: 2.0em;}
	
}


@media all and (max-width: 767px) {
	body.news article h2.title {padding: 0 5px 10px; font-size:1.1em; line-height: 1.4em;}
	body.news .date { font-size: 0.8em; }
	.newsBlock {padding: 0 0 5px;}
	section.txtArea { padding:0.5em 0 1em; font-size: 0.9em; line-height: 1.8em;}
	body.news article h3{ font-size: 1.2em; line-height: 1.5em; margin: 1em 0 0.5em; }
	section.txtArea .add { margin-top: -15px; padding: 0 10px;}
	section.txtArea .txt {padding: 0 0 0.8em; font-size: 1em;}
	
	body.news article h4 { font-size: 1em;}
	
	.phArea { width:100%; margin:15px 0%; }
	.multiple .phArea { width:40%; margin:15px 2%;}
	.phArea#n_p_230117_2, .phArea#n_p_230117_4 { width:80%; margin:5px auto 15px; }
	.phArea#n_p_230228 { width:80%; margin:15px auto; }
	.phArea#n_p_230119_2 { width:95%; margin:5px auto 15px; }
	.ph { width:auto!important; height:auto!important; }
	
	.phBox { padding-bottom: 1.0em;}
	
	.borderBox {padding:1em; margin:0 auto;}
	
	p.button a{ 
		width: 250px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		font-size: 1.2em;
	}
}

/*	trailer
============================== */
@media all and (min-width: 768px) {
	.movieBox, .photoBox {width:750px; margin: 15px auto 25px auto; position: relative; }
	.movieBox div {width:750px;}
	.movieBox iframe {width:750px; height:422px;}
}
@media all and (max-width: 767px) {
	.movieBox, .photoBox {margin: 15px 0%; width:100%; position: relative;}
}


.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: normal;
 white-space: nowrap;
 line-height: 2.5;
}

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

.notes {line-height: 1.5em; padding-left:1em; padding-bottom: 0.5em; text-indent:-1em; }
.notesS {line-height: 1.5em; padding-left:1em; text-indent:-1em; }
.notesTxt {
	padding: 0.5em 0 1em;}
.notesTxt h5 {padding-bottom: 0.5em;}
.notesTxt p  {line-height: 1.5em; display: inline-block; text-align: left;}
.n_0321 table th {text-align: right;}


@media all and (min-width: 768px) {
	table {font-size:1em;}
	
	.tableBlock { width: 600px; margin: 0 auto;}
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.9em;}
	
	.n_0916 .borderBox{ width: 650px; padding:1.5em 0;}
	.n_0117 .borderBox, .n_0306 .borderBox { width: 570px; padding:1.5em 1em;}
	.n_0209 .borderBox{ width: 600px; padding: 1.5em 0;}
	.n_0213 .borderBox{ width: 650px; padding:1.5em 1em;}
	.n_0228 .borderBox{ width: 500px; padding:1.5em 0;}
	.n_0321 .borderBox  { width: 600px; padding:1.5em 0;}
	.n_0321 table th { width: 40%;}
	
	.notesS { font-size: 0.9em;}

}
@media all and (max-width: 767px) {
	table { font-size:0.9em; }
	
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.8em;}
	
	.notesTxt h5 { font-size: 0.9em;}
	.notesTxt p  {font-size: 0.9em;}
	.notesS { font-size: 0.8em;}
	
	.n_0916 .borderBox table { margin: 1em 0em 0;}
}