/*	news
============================== */
#newsContentsArea {position: relative;}
div.sns-share section h2, div.sns-share section h3, div.sns-share section div.sns-rig {
    padding: 5px 0 8px;
    letter-spacing: 0em;
}
body.news article .newsArea { position: relative; background-color: #F7F6F4; border-top: solid 5px #CE7DC6;}
#contentsArea { position: relative;}
article .newsArea { position: relative; background-color: #F7F6F4;}

@media all and (min-width: 768px) {
	#newsContentsArea { width: 1080px; margin: 30px auto 120px;}
	.tag:not(:first-of-type){ padding-top: 40px;}
	article { width: 1080px; margin: 30px auto;}
	article .newsArea { padding: 30px; z-index: 10;}
body.news article::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(234,117,117,1);
    filter: blur(0px);
    transform: translateY(10px) translateX(10px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
	
	div.sns-share section {
    padding: 0px 0px;
    margin: 0 auto;
}
	.stamp{ width:210px; height: 228px; top:-20px; right: -30px; }
}
@media all and (max-width: 767px) {
	#newsContentsArea { width: 95%; margin: 2.5% auto 60px;}
	.tag:not(:first-of-type){ padding-top: 15px;}
	article { width: 100%; margin: 2.5% auto;}
	article .newsArea { padding: 5px; z-index: 10;}
	body.news div.wrap { margin: 2em auto 0;}
	body.news article::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(234,117,117,1);
    filter: blur(0px);
    transform: translateY(8px) translateX(8px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
	.stamp{ width:92px; height: 100px; top:0px; right:-15px; }
}


body.news article .title {
border-bottom: solid 2px #CE7DC6;
}


body.news .date {
	line-height: 1.2em;
	font-family: "skolar-sans-latin", sans-serif;
font-weight: 800;
font-style: normal;
	position:relative;
	padding: 0 5px;
	border-bottom: solid 2px rgba(194,189,181,0.5);
}
body.news article .title h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-family: "biz-udpgothic", sans-serif;
font-weight: 700;
font-style: normal;
	padding: 15px 15px 10px;
}

body.news article h3{ 
	text-align: center;
	 color: #EA7575;
	font-family: "biz-udpgothic", sans-serif;
font-weight: 700;
font-style: normal;
}
body.news article h4{ 
	margin-bottom: 0.1em;
	line-height: 1.6em;
	text-align: center;
}
body.news article h4 span.under {
	background: linear-gradient(transparent 50%, rgba(116, 198, 237, 0.6) 50%);
	color: #000;
    padding: 0 5px 5px;}

.comment h4 {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.0em;
	position: relative;
	display: inline-block;
	padding: 0 0 0 35px;}
.comment h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #EA7575;
	left:0;
}
.comment h4 .small { font-size: 0.8em;}

body.news article h5 { font-size: 0.9em;}


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

.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(206,125,198,0.7); padding:1.5em; margin:2em auto 2em;}
.borderBox .txt {line-height: 1.6em;}


.endCam { position: relative;}
.endCam .endInfo {position: absolute; width: 100%; height:100%; background-color: rgba(255,255,255,0.8); top:0; left:0; display: table; }
.endCam .endInfo p {display: table-cell; vertical-align: middle; line-height: 1.5em;}
.endCam .endInfo p span.info { border: solid 1px #A12609; display: inline-block; padding:10px 15px 15px; background-color: rgba(255,255,255,0.8);}

.txtArea ul li {line-height: 1.88em;}

@media all and (min-width: 768px) {
	.newsBlock {padding:30px 0 30px;}
	body.news .date { font-size: 1.1em;}
	/*section.txtArea { margin: 0 auto; padding: 0.5px 0 0.5em; line-height: 1.88em; }*/
	section.txtArea .add { margin-top: -25px; padding: 0 10px;}
	/*section.txtArea .txt {padding: 0 0 0.8em;}*/
	.borderBox p.txt {margin: 0 auto 0.25em; padding: 0.5px 0 1.6em;}
	.borderBox p.add { text-align: center; margin: 0 auto 0.25em; padding: 0.5px 0 1.6em;}
	
	body.news article h3 { font-size: 1.3em; line-height: 1.5em; color: #EA7575; text-align: center; margin-bottom: 1.4em;}
	body.news article h4 { font-size: 1.2em; line-height: 1.5em;}
	
	body.news article.info { margin-top: 3em;}
	
	.phArea { margin:0px auto 50px auto;}
	
	.phBox { padding-bottom: 2.0em;}
	.ph::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(237,149,149,1);
    filter: blur(0px);
    transform: translateY(10px) translateX(10px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
	.borderBox { width: 830px;}
	.txtArea h5 {width: 880px; margin: 0 auto; padding: 0.4em 0 0em; line-height: 1.5em;}
	.txtArea ul {width: 880px; margin: 0 auto 0.25em; padding: 0.25em 0;}
	
	.multiple { text-align: center; padding: 0 0 1em;}
.multiple .phArea { display: inline-block; margin:0px 12px 25px;}
}


@media all and (max-width: 767px) {
	body.news article .title {}
	body.news .date { font-size: 1em; letter-spacing: 0.02em;}
	body.news article .title h2 {font-size:1.2em; line-height: 1.4em; padding: 15px 5px 10px;}
	.newsBlock {padding: 1.5em 0 0.3em;}
	/*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: 0.1em 0 1.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: 1.0em;}
	.txtArea .tableBlock h4 { margin-bottom: 0.5em;}
	
	.comment h4 {padding: 0 0 0 25px;}
	.comment h4:before {width: 20px;}
	
	.phArea { width:95%; margin:0 auto 20px; }
	.multiple #n_p_241022_1, .multiple #n_p_241022_2 { width:85%;}
	.phArea#n_p_240529 { width:70%;}

	.ph { width:auto!important; height:auto!important; }
	.ph::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(237,149,149,1);
    filter: blur(0px);
    transform: translateY(5px) translateX(5px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
	
	.phBox { padding-bottom: 1.0em;}
	
	.borderBox {padding:1em; margin: 1.5em 0.5em;}
	.borderBox .txt { font-size: 0.9em; margin: 0 0 0.6em; padding: 0.5px 0 1.2em; }
	
	.endCam .endInfo {height:100vh;}
	
	body.news div.sns-share section {
        width: 100%;
        padding: 15px 0px;
        margin: 0 auto;
    }
	
	.txtArea h5 {font-size: 0.9em; margin: 0.25em 3%; line-height: 1.5em;}
	.txtArea ul {font-size: 0.9em; margin: 0 3% 0.6em; padding: 0 0 1.2em;}
	.txtArea ul li {line-height: 1.5em; padding-bottom:0.2em; }
	
}

/*	butten
============================== */
p.button { padding-bottom: 1em;}
p.button a {
    margin: 0 auto;
    background-color: #fff;
	border: solid 1px #EA7575;
    display: block;
    transition: 0.5s;
	color: #fff;
	text-align: center;
	font-family: "biz-udpgothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	position: relative;
	padding: 2px;
	letter-spacing: 0em;
}
p.button a span{background-color: #EA7575; display: block;}
p.button a:hover { opacity:0.8;}


@media all and (min-width: 768px) {
	p.button a {width: 300px;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;}
	p.button a span { padding: 28px 0;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;}
	.n_1015 p.button a {width: 350px;}
	
	p.button.tall a span { padding:25px 0 20px 10px;}
	.multiple .button { display: inline-block; margin: 0 15px; padding-bottom: 20px; vertical-align: top; }
	.n_0327 .multiple .button a {width: 220px;display: table; padding-left: 10px;}
	.n_0327 .multiple .button a span {    padding: 0px 30px 0px 0px; height: 65px; line-height: 1.2em;display: table-cell;
  vertical-align: middle;}
	
}

@media all and (max-width: 767px) {	
	p.button a {width: 260px; font-size: 1.1em;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;}
	p.button a span { padding: 20px 0;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;}
	
	p.button.tall a span { padding: 20px 0 15px 10px;}
	.multiple .button:not(:last-child) { margin-bottom: 1em;}
}


/*	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 {padding-left:1em; text-indent:-1em; line-height: 1.5em; text-align: left; }
.txtArea .notes { line-height: 1.88em;}
.notesS {padding-left:1em; padding-bottom: 0.2em; text-indent:-1em; line-height: 1.5em; text-align: left; }
.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_1107 table { margin-bottom: 1em;}
.n_1107 table th {
 width: 5em; text-align: right; padding-right: 0.5em;
}

.n_1203 .borderBox div:not(:last-child), .n_0211 .borderBox div:not(:last-child)  { margin-bottom: 1em;}
.n_1203 .borderBox div p:not(:last-child), .n_0211 .borderBox div p:not(:last-child)  { margin-bottom: 0.5em;}

@media all and (min-width: 768px) {
	table {font-size:1em;}
	
	.tableBlock { margin: 0 auto;}
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.9em;}
	.n_1004 .tableBlock { width: 600px;}
	.n_1019 .tableBlock, .n_1126 .tableBlock { width: 500px;}
	.n_1119 .tableBlock { width: 400px;}
	
	.n_1107 .borderBox { width: 700px; padding: 1em 1em;}
	.n_1107 .borderBox p.txt { text-align: center;}
	
	.n_1203 .borderBox div, .n_0211 .borderBox div { width: 380px; margin: 0 auto;}
	.n_1210 .borderBox { width: 750px;}
	
	.notesS { font-size: 0.9em;}
	
	.txtArea .tableBlock {padding: 3px 0 2em;}
	.txtArea .tableBlock table th, .txtArea .tableBlock table td {padding-bottom: 0.4em;}
	
	table td.multi { line-height: 1.7em;}

}
@media all and (max-width: 767px) {
	table { font-size:0.9em; }
	
	.tableBlock table {width: 100%;}
	.tableBlock p {font-size:0.8em;}
	
	.notesTxt h5 { font-size: 0.9em;}
	.notesTxt p  {font-size: 0.9em;}
	.notes { font-size: 0.9em;}
	.notesS { font-size: 0.8em;}
	.txtArea .notes {line-height: 1.98em;}
	
	.n_0916 .borderBox table { margin: 1em 0em 0;}
	.n_0408 table th { letter-spacing: -0.05em;}
	.txtArea .tableBlock {
		/*font-size: 0.9em;*/
        margin: 0 0 1.5em;
        padding: 0.5px 3%;
		background-color: #F7F6F4;
		
	}
	.txtArea .tableBlock table {border-top: solid 2px rgba(194, 189, 181, 0.5);}
	.txtArea .tableBlock table th, .txtArea .tableBlock table td {line-height: 1.88em; padding-bottom: 0em; border-bottom: solid 2px rgba(194, 189, 181, 0.5);}
}

.infoBox { margin: 0 auto}
@media all and (min-width: 768px) {
	.infoBox { padding: 1em 0;} 
.n_0917_2 .infoBox {width: 700px}
}
@media all and (max-width: 767px) {
	.infoBox { padding: 0.5em 0;}
}

@media all and (max-width: 390px) {
	.prd {letter-spacing: -0.05em;}
}

article.n_0925 div.borderBox table {
	margin-top:1em;
}
@media all and (max-width: 767px) {
article.n_0925 div.borderBox table th,
article.n_0925 div.borderBox table td,
article.n_1015 div.borderBox table th,
article.n_1015 div.borderBox table td{
	display:block;
	text-align:center;
}
article.n_0925 div.borderBox table {
	margin-top:1em;
}
article.n_0925 div.borderBox table th {
	font-weight:bold;
}
article.n_0925 div.borderBox table th > span {
	display:none;
}
article.n_0925 div.borderBox table th {
	/*font-size:87.5%;*/
}
article.n_0925 div.borderBox table td {
	/*font-size:83%;*/
	margin-bottom:2em;
}

}

ol {
	margin-left: 2em; /* サイトに合せて調整 */
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.5em;
}

ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}

