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

@media all and (min-width: 768px) {
	body.news article { margin-bottom: 50px; padding: 12px; border-radius: 15px; width: 980px;}
	body.news article .newsArea{ padding: 25px 45px 35px; border-radius: 12px; border: solid 3px #fba620;}
	div.sns-share { padding:0; width: 100%; margin: 0 auto; }
}
@media all and (max-width: 767px) {
	#contentsArea { padding-top: 20px;
}
	body.news article { margin: 2.4%; margin-bottom: 1em; padding: 2%; border-radius: 10px;}
	body.news article .newsArea {padding: 1em; border-radius: 8px; border: solid 2px #fba620;}
}


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:2px solid rgba(251,166,32,0.8) ;
	font-family: kinto-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}
body.news .date {
	line-height: 1.2em;
	color: #1FA1B8;
	font-family: agenda, sans-serif;
	font-weight: 600;
	font-style: normal;
	display: block;
}

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

@media all and (min-width: 768px) {
	body.news .date { font-size: 0.8em; padding-bottom: 0.5em; }
	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;}
	
	.phBox { padding-bottom: 2.0em;}
	
}


@media all and (max-width: 767px) {
	body.news article h2.title {padding: 0 5px 15px; font-size:1.1em; line-height: 1.4em;}
	body.news .date { font-size: 0.8em; padding-bottom: 0.3em;}
	.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;}
}

/*	butten
============================== */
p.button a{
    text-align: left;
    margin: 0 auto;
	padding: 10px 0;
	color: #67CDDF;
	background-color:#F7F498;
	display: block;
	transition:0.5s;
	font-family: "kinto-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
p.button a span { width: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: right center;
background-image: url(../img/arrow.png);
display: flex;
  align-items: center;
  justify-content: normal;}
p.button a:hover {
background-color:#f6e784;
}

@media all and (min-width: 768px) {
	
p.button a{ 
		width: 300px;
		border-radius: 35px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		padding: 10px 10px 10px 30px;
		font-size: 1.2em;
	}
	.n_0912 p.button a{width: 220px;}
	p.button a span {height: 50px;}
	
	.multiple .button { display: inline-block; margin: 0 15px; vertical-align: top; }
	.n_1208 .multiple .button a {width: 200px;display: table; letter-spacing: 0.3em;}
	.n_1208 .multiple .button a span { padding: 0px 30px 0px 0px; line-height: 1.2em;display: table-cell;
  vertical-align: middle;}

}

@media all and (max-width: 767px) {
p.button a{ 
		width: 75%; max-width: 300px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		padding: 10px 10px 10px 30px;
		font-size: 1.15em;
	}
	.n_0912 p.button a{width: 60%;}
	.n_1208 p.button a{width: 50%; letter-spacing: 0.3em;}
	
	p.button a span {height: 38px;}
	
	.multiple .button:not(:last-child) {margin-bottom: 1em;}
}
@media all and (max-width: 399px) {
	p.button a{font-size: 1.05em; padding: 10px 10px 10px 20px; }
}


/*	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_0912 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_0912 .borderBox  { width: 600px; padding:1.5em 0;}
	.n_0912 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;}
}