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

body.news article {
background-color: #fff;
    padding: 5px;
}
body.news article .contentsBox { border: solid 3px #a3d8f0;}
@media all and (min-width: 768px) {
	body.news article .contentsBox { padding: 40px 40px;}
}
@media all and (max-width: 767px) {
	body.news article .contentsBox { padding: 15px;}
}




body.news article h2.title {
	background-image: url(../img/dots.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 12px 3px;
	padding: 0 0em 25px 15px; text-align: left; font-size:1.5em; position: relative;
 font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;}

body.news .date {
font-size: 0.8em;
color: #7095ff;
display: block;
padding-bottom: 0.5em;
}

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

body.news article h3{ font-size: 1.6em; line-height: 1.6em; text-align: center; color: #e5007f;
 font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;}
section.txtArea { padding:0.5em 0 1em; line-height: 2.0em; text-align: center;}

.phArea { margin:0 auto 15px 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: linear-gradient(#99b3ff, #ff80f2); padding:3px; margin: 0 auto;
	width: 250px;
	}
p.button a::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
 background: linear-gradient(#99b3ff, #ff80f2);
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(4px) translateX(4px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 0.5;}
p.button a span {
	display: block;
	background-color: #fff;
	font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 1.2em;
	width: 100%;
	transition:0.5s;
	text-align: center;
	padding: 15px 0;
}
p.button a:hover { filter: brightness(1.10); opacity:0.9;}
@media all and (max-width: 767px) {
	p.button a {width: 90%; max-width: 250px;}
}

.borderBox {border:solid 1px #666; padding:1.5em; margin:1em 0;}

.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;}

@media all and (min-width: 768px) {
	  body.news article {
    margin-bottom: 3em;
  }
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;
  }
}

.interview { display: block; padding-bottom: 1em;}
.interview .interviewQ {color:#e50505;}

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

.newsBlock {padding: 0.5em;}
	section.txtArea { font-size: 0.9em;}
	
body.news article h3{ font-size: 1.4em; line-height: 1.5em; }

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

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


.phArea { width:100%; margin:0 0% 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:1em 0;}
}



/*	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;
}


/*	comment
============================== */
.commentBlock {}
.commentBlock h2 {
padding: 0 8px 8px 8px;
display: inline-block; margin-bottom: 15px; font-size: 1.5em; line-height: 1.0em;
font-family: maru-maru-gothic-alr-stdn, sans-serif;
font-weight: 900;
font-style: normal;}
.commentBlock h2 .small { font-size: 0.8em;}

@media all and (min-width: 768px) {
	.commentBlock .comment {display: block;}	
}

@media all and (max-width: 767px) {
.commentBlock {}
.commentBlock h2 { font-size: 1.6em; display: block; text-align: center;}
}

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

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

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;}
}
@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;}
}