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

body.news article {}

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

	body.news article:not(:last-child)  { margin-bottom: 2em;}
}


body.news article h2.title {
	font-size: 1.6em; line-height: 1.5em; text-align: left;
	padding: 35px 10px 30px;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	position: relative;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 800;
font-style: normal;
}
body.news .date {
	line-height: 1.2em;
	color: #fff100;
	font-family: "ff-good-headline-web-pro", sans-serif;
	font-weight: 800;
	font-style: italic;
	background-image: url(../img/bg_line.png);
	/*display: block;*/
	padding-bottom: 0.2em;
	position: absolute; top:0; left:0;
	padding: 2px 10px;
}

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

body.news article h3{ 
	font-size: 1.2em; line-height: 1.8em; color: #0070c6; text-align: center; margin-bottom: 0.5em;
}
body.news article h4{ 
	margin-bottom: 0.5em;
	line-height: 1.5em;
	/*text-align: center;*/
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal; color: #0070c6;
}
body.news article h4 span.under {
	background-image: linear-gradient(to bottom, rgba(255,241,0,0.3) 0%, rgba(255,241,0,1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: bottom;
    padding: 0 3px 3px;}

body.news article h5{ 
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;}

.phArea { margin:15px auto 25px auto; text-align:center; position: relative;}


.ph { margin:auto; }
.ph p { position:relative; width:100%; height:0;}
.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;}
.movieBox { position: relative;}
.phArea .ph p::after, .movieBox::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
 background: linear-gradient(rgba(255,245,76,1), rgba(0,172,81,1));
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(15px) translateX(15px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 0.5;}

.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(0,172,81,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:0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #fff100;
	font-size: 1.5em;
	/*display: block;*/
	transition:0.5s;
	background-image:  url(../img/scissor.png), url(../img/bg_btn.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom right 23px, top left;
	background-size: 18px 18px, auto;
	min-height: 90px; display: table;
	/*box-shadow:1px 1px 5px rgba(0,0,0,0.2);*/
}
p.button a:hover {
filter: brightness(1.1);
}
p.button a span {background-image: url(../img/arrow_right.png);
	background-repeat:no-repeat;
	background-position: 15px center;
	background-size: 26px 24px;
	padding: 5px 10px 5px 40px;
vertical-align: middle;display: table-cell; line-height: 1.3em;}

/*写真個別指定*/
.phArea#n_p_230416 .ph p { border: solid 1px #ccc;}

@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.1em;}
	
	body.news article.info { margin-top: 3em;}

	p.button a{
    min-width: 230px;
	font-size: 1.3em; 
}
	
	.phBox { padding-bottom: 2.0em;}
	/*写真個別指定*/
	.phArea#n_p_230217_1, .phArea#n_p_230217_2 {margin: 45px auto 55px auto;}
	.phArea#n_p_230407_1 {letter-spacing: -.4em;}
	.phArea#n_p_230407_1 .ph { display: inline-block;}

	.n_0330 .btnBox { text-align: center;}
	.n_0330 .btnBox p.button { display: inline-block; margin: 0 10px; padding: 0 0;}
	
	
}


@media all and (max-width: 767px) {
	body.news article h2.title {padding: 30px 5px 20px; font-size:1.1em; line-height: 1.4em;}
	body.news .date { font-size: 0.8em; }
	.newsBlock {padding: 10px 0;}
	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 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_230217_1, .phArea#n_p_230217_2 {width: 85%; margin: 30px auto;}

	.ph { width:auto!important; height:auto!important; }
	.phArea .ph p::after, .movieBox::after {transform: translateY(8px) translateX(8px) scale(1.00);}
	
	.phBox { padding-bottom: 1.0em;}
	
	.borderBox {padding:1em; margin:0 auto;}
	
	p.button a{ 
		min-width: 230px;
		font-size: 1.2em;
	}
	
	p.button a{
		font-size: 1.2em;
		padding: 0;
		min-height: 80px;
	}
	p.button a span {
	background-size: 22px 20px;
	padding: 5px 10px 5px 40px;}
	
	.n_0330 .btnBox p.button { padding: 5px 0 ;}
}

/*	trailer
============================== */
.movieArea { padding-bottom: 2em;}
@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_0331 table th, .n_0414 table th, .n_0616 table th {text-align: right;}
.n_0623 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_0401 .borderBox, .n_0414 .borderBox, .n_0616 .borderBox{ width: 600px; padding: 1.5em 0;}
	.n_0331 .borderBox{ padding: 0.5em 0 1.5em;}
	.n_0415 table { width: 100%;}
	.n_0623 .borderBox.box1  { width: 600px; padding:1.5em 0;}
	.n_0623 .box1 table th { width: 40%;}
	
	.notesS { font-size: 0.9em;}

}
@media all and (max-width: 767px) {
	table { }
	
	.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;}
	.n_0331 .borderBox{ padding: 0.5em 0.5em 1em;}
}