ol, ul {list-style:none;}

/*special*/
.special #contentsArea .contentsBlock { border-top: solid 5px #009763;}

section.txtArea { margin-bottom: 0px; padding-bottom: 1em;}
.borderBox {border:solid 1px rgba(0,151,90,0.7); padding:1.5em; text-align: center;}

.txtArea .txt { text-align: center;}

h4{ 
	margin-bottom: 1.5em;
	line-height: 1.5em;
	text-align: center;
}
h4 span.under {
	background: linear-gradient(transparent 50%, rgba(50, 213, 157, 0.6) 50%);
	color: #000;
    padding: 0 5px 5px;}
h5{ 
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: center;
}

.borderBox ul { text-align: left; display: inline-block; padding-bottom: 0.5em;}
.borderBox ul li { line-height: 1.8em;}
.notesS {padding-left:1em; text-indent:-1em; line-height: 1.5em; text-align: left;}

.borderBox div:not(:last-child) { padding-bottom: 1.5em;}



@media all and (min-width: 768px) {
	#contentsArea {}
	body.special h1 {
	background-image: url(../img/special/tit_nasukawa.jpg?1);
	  width: 100%;
	  height: 420px; margin: 0 auto 10px;
  }
	#specialArea { padding:10px 0 0;}
	#specialArea #specialBox {}
	
	.borderBox {width: 830px; margin:2em auto 2em;}
	h4 { font-size: 1.2em;}
	h5 { font-size: 1.2em;}
	.borderBox ul li { font-size: 1.2em;}
	.notesS { font-size: 0.9em;}
	

}
@media all and (max-width: 767px) {
	body.special h1 {background-image: url(../img/special/tit_nasukawa_sp.jpg?1); height:0; padding-top: 46.666%; margin:2% 0 15px 2%;}
	
	#specialArea { padding:0;}
	#specialArea #specialBox {}
	
	.borderBox {padding:1em; margin:1em auto 2em;}
	h4 { font-size: 1.0em;}
	h5 { font-size: 1.0em;}
	.borderBox ul li { font-size: 1.0em; line-height: 1.4em; padding-bottom: 0.5em;}
	.notesS { font-size: 0.8em;}

}


/*	butten
============================== */
p.button {}
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;
}
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;}
	
	p.button.tall a span { padding:25px 0 20px 10px;}
	.multiple .button { display: inline-block; margin: 0 15px; 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;}
}


/*	bknm
============================== */
.special #bknm {background-repeat: repeat; background-position: left top; background-image: url(../img/ruled_line.png);}
.special #bknm h3 {
	background-image: url(../img/special/h3_bkn.png?2);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.special #bknm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.special #bknm ul li {position: relative;}
.special #bknm ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	height:0;
	padding-top: -webkit-calc(500 / 750 * 100%);
	padding-top: calc(500 / 750 * 100%);
}
.special #bknm ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.special #bknm li a:hover {filter: brightness(1.1);}
.special #bknm li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
#bknm li span.epn {
    position: absolute;
    right: -5px;
    bottom: -5px;
	background-color:rgba(0, 151, 99, 0.85);;
	width:35px; padding: 3px 0 6px; text-align: center;
	font-family: "skolar-sans-latin", sans-serif;
font-weight: 800;
font-style: normal;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#bknm li span.epn .nb { font-size: 1.4em;}



@media all and (min-width: 768px) {
	.special #bknm { padding-bottom: 1.5em; margin: 0 auto;}
	.special #bknm h3 { height: 30px;}
	.special #bknm ul { width:1000px; margin: 0 auto; padding: 10px;}
	.special #bknm ul li { width:calc((100% - 100px)/5); }
	.special #bknm ul li:not(:nth-child(5n)){ margin-right:25px; }
	.special #bknm ul li { margin-bottom:25px; }
}
@media all and (max-width: 767px) {
	.special #bknm { padding-bottom:1.5em; width:98%; margin: 0 auto; background-size: auto 27px;}
	.special #bknm h3 { height: 25px; margin-bottom: 10px;}
	.special #bknm ul { width:98%; margin: 0 auto;}
	.special #bknm ul li {
	width:calc((100% - 8%)/2);
	}
	.special #bknm ul li:not(:nth-child(2n))  {
	margin-right:4%;
	}
	.special #bknm ul li {
	margin-bottom:4%;
	}
#bknm li span.epn {
    right: -5px;
    bottom: -5px;
	width:25px;
	font-size: 1.3em;
}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}


/*	modal
============================== */
#photo_dt {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10000 !important;
    bottom: 0;
    /* left: 0; */
    right: 0;
    margin: auto;
	font-family: "biz-udpgothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}


#photo_dt .btn-w-close a {
  display: block;
  width: 80px;
  height: 30px;
  background-image: url(../img/chart/close.png?1);
  background-repeat: no-repeat; background-position: 0 0; background-size: contain;
  margin: 0 auto;
  cursor: pointer;
}

div.character {background-color:rgba(255,255,255,0.6); z-index: -5;}

.phArea{ position: relative;}
div.character .ph_cut span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.phArea .epn {
    position: absolute;
    right: -10px;
    bottom: -10px;
	background-color:rgba(0, 151, 99, 0.85);;
	width:70px; padding: 3px 0 6px; text-align: center;
	font-family: "skolar-sans-latin", sans-serif;
font-weight: 800;
font-style: normal;
	color: #fff;
	font-size: 3em;
	letter-spacing: 0.1em;
	 padding-bottom: 0.3em;
	z-index: 10;
}

#photo_dt .btn-w-back a {
  display: block;
  width: 80px;
  height: 30px;
  background-image: url(../img/special/back.png);
  background-repeat: no-repeat; background-position: 0 0; background-size: contain;
  margin: 0 auto;
  cursor: pointer;
	text-indent: -9999px;
}

@media all and (min-width: 768px) {
  #photo_dt {
    width: 750px;
    height: 500px;
    margin-left: -375px;
  }
  #photo_dt.sizeV {
    width: 500px;
    height: 750px;
    margin-left: -250px;
  }
  #photo_dt.ep10 {
    width: 500px;
    height: 666px;
    margin-left: -250px;
  }

  #photo_dt .btn-w-close, #photo_dt .btn-w-back {
    position: absolute;
    right: 15px;
    top: -15px;
  }
	
	#photo_dt{ padding: 0px;}
	div.character {position: relative; width: 750px; height: auto; padding: 20px;}
	.sizeV div.character, .sizeV .phArea, .ep10 div.character, .ep10 .phArea{ width: 500px;}
	div.character .photoBox { }

	.phArea{ width: 750px; /*height: 500px;*/}
	
	.ph_cut { position: relative;}
	/*#photo_dt .ph_cut, */#photo_dt .ph_cut span, #photo_dt .ph_cut span img {
		width: 750px; height: 500px; padding-top:0;
		background-position: center top;
	}
	#photo_dt.sizeV .ph_cut span, #photo_dt.sizeV .ph_cut span img {
		width: 500px; height: 750px; padding-top:0;
		background-position: center top;
	}
	#photo_dt.ep10 .ph_cut span, #photo_dt.ep10 .ph_cut span img {
		width: 500px; height: 666px; padding-top:0;
		background-position: center top;
	}
	
	.ph_cut::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,151,66,1);
    filter: blur(0px);
    transform: translateY(10px) translateX(10px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.85;
}
	.phArea .epn { padding-bottom: 0.3em; margin: 0;}

}

@media all and (max-width: 767px) {
  #photo_dt {
    width: 100%;
    margin: 0px -50% 0px!important;
  }
	div.character { position: relative;}
	#photo_dt .btn-w-close, #photo_dt .btn-w-back {width: 100%; padding:0; display: block;
		}
  #photo_dt .btn-w-close a, #photo_dt .btn-w-back a {
     width: 100%; height: 30px; background-size: 80px 30px; background-position: center center;
  }
	
	#photo_dt{}
	div.character {
		padding: 15px;
		position: relative;
	}
	#photo_dt .ph_cut {
		width: 100%;
		margin: 0 auto 0em;
		border: none; padding: 0;
	}
	#photo_dt .ph_cut span {
		padding-top: 66.666%;
	}
	.sizeV#photo_dt .ph_cut span {
		padding-top: 150%;
	}
	.ep10#photo_dt .ph_cut span {
		padding-top: 132%;
	}
	
	.ph_cut::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,151,66,1);
    filter: blur(0px);
    transform: translateY(5px) translateX(5px) scale(1.00);
    mix-blend-mode: multiply;
		opacity: 0.85;}
	
	.phArea .epn {
    right: -5px;
    bottom: -5px;
	width:45px;
	font-size: 2em;
}

}

/*	txtArea
============================== */
.photoBox .txtArea { padding: 0px 0px; margin-top:2em; background-repeat: repeat; background-position: left top; background-image: url(../img/ruled_line.png);}
.photoBox .txtArea .txt {line-height: 1.88em;}

@media all and (min-width: 768px) {
	.photoBox .txtArea {background-size: auto 38px;}
	.photoBox .txtArea p.txt { width:100%; margin: 0 auto; padding: 2px 0 10px; font-size: 1.2em; }
}
@media all and (max-width: 767px) {
	.photoBox section.txtArea { padding: 1px 0px 5px; margin-top:1.0em; background-size: auto 32px;}
	.photoBox section.txtArea .txt { font-size: 0.9em; margin: 0 3% 0.6em; padding: 0 0; line-height: 2.0em; font-size: 1.0em; }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /*height: 100vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    /*height:100vh;各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid rgba(0,151,66,1);/*矢印の色*/
    border-right: 2px solid rgba(0,151,66,1);/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-25px 0 0 0; padding-bottom: 10px;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:rgba(0,151,66,1);/*ドットボタンの色*/
	padding: 0; border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
