@charset 'UTF-8';

*{   
	margin: 0;
	padding: 0;
	font-family: "source-han-serif-jp-variable", sans-serif;
	font-style: normal;
	
}

.tameshi{
	width: 750px;
	background-color: none;
	height: 150px;
	z-index: 10;
	position: sticky;
	margin: auto;
	margin-top: 0px;
	color: white;
		font-family:"source-han-serif-jp-variable", sans-serif;
	font-style: normal;

}

.tameshi a{
	color: #F1EAE0;
	text-decoration: none;
	
}

.tameshi-table{
	width: 740px;
	height: 130px;
    background: #1D100f;
	border-radius: 10px;
	margin-left: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}

.tameshi-table-td{
width: 246px;
	text-align: center;
	font-size: 30px;
		flex: 1 1 auto;
	z-index: 10;

	
}

.tameshi-index{
	width: 730px;
	

	background-color: #F1EAE0;
	position: sticky;
	margin: auto;
	font-family: "source-han-serif-jp-variable", sans-serif;
	font-style: normal;
	border-radius: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
    text-align: center;
	
}

.tameshi-index h1 {
font-size: 45px;
	padding-top: 20px;
		font-weight:normal;
}
	
.tameshi-index h2 {
  position: relative;
	padding-top: 30px;
	font-size: 33px;
	font-weight:normal;
}

.tameshi-index h2:after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 650px;
  height: 7px;
 
}
.tameshi-index h3 {
font-size: 20px;

	padding-top: 15px;
	font-weight:normal;
}
.tameshi-index p {
font-size: 2px;
		margin-left: 50px;
	padding-top: 15px;
	font-weight:normal;
	width: 645px;
	margin-bottom: 20px;
}

.tameshi-index a{
	color: #ffffff;
	text-decoration: dotted underline 1px ;
	
}

.tameshi-title{
	font-family:"source-han-serif-jp-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 30px;
	color: #ffffff;
	text-shadow:0px 0px 5px #000000;
	
}

.tameshi-main{
	width: 700px;
	

	background-color: rgb(0 0 0 / 0.0);
	position: sticky;
	margin: auto;
	font-family:"source-han-serif-jp-variable", sans-serif;
	font-style: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	backdrop-filter: blur(10px);
	text-shadow:0px 0px 5px #000000;
	
}

.link-tap{
	display: inline-block;
	width: 120px;
	background-color: #000000;
	font-size: 18px;
	text-align: center;
padding:10px 0;
	color: #ffffff;
	text-shadow:0px 0px 5px #000000;
	border-radius:10px;	
}

.link-tap a{
	text-decoration: none !important;
	color: #ffffff !important;
	
}
.tameshi-main img{
	width: 100%;
	
}

.tameshi-main h1 {
font-size: 45px;
		margin-left: 25px;
	padding-top: 20px;
		font-weight:normal;

}
	
.tameshi-main h2 {
  position: relative;
	margin-left: 36px;
	padding-top: 30px;
	font-size: 33px;
	font-weight:normal;
	text-align: left;

	
}

.tameshi-main h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 650px;
  height: 7px;
	      border-bottom: 1px solid #ffffff;
      display: inline-block;
 }
.tameshi-main h3 {
font-size: 20px;
		margin-left: 50px;
	padding-top: 15px;
	font-weight:normal;
}
.tameshi-main p {
font-size: 25px;
		margin-left: 20px;
	padding-top: 15px;
	font-weight:normal;
	width: 645px;
	margin-bottom: 20px;
	text-align: left;
}

.tameshi-main a{
	color: #ffffff;
	font-weight: bold;
}
	


.banner{
	width: 200px;
	height: 40px;
	
}

.tameshi-table::before {
	content: '';            		/* 擬似要素に実体を持たせる */
	width: calc(724px);    	/* 外側の線になる要素の幅を指定する */
	height: calc(110px);		/* 外側の線になる要素の高さを指定する */
	border: solid 2px rgba(237,227,212,1.00);        		/* 外側の線になる一本線の枠線をひく*/
	position: absolute;        		/* 外側の線の位置を自由に動かせるようにする */
	top: 9px;            			/* 外側の線の位置を、内側の線から上に7pxずらす */
	left: 12px;            			/* 外側の線の位置を、内側の線から左に7pxずらす */
	border-radius: 7px;        	/* 要素の角を丸くする */
}


.tameshi-contents{
	width: 730px;
	

	background-color: #ffffff;
	position: sticky;
	margin: auto;
	font-family: "josefin-sans", sans-serif;
	font-style: normal;
	border-radius: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

.tameshi-contents h1 {
font-size: 45px;
		margin-left: 25px;
	padding-top: 20px;
		font-weight:normal;

}
	
.tameshi-contents h2 {
  position: relative;
	margin-left: 36px;
	padding-top: 30px;
	font-size: 33px;
	font-weight:normal;
}

.tameshi-contents h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 650px;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, rgba(237,227,212,0) 2px, rgba(237,227,212,0) 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, rgba(237,227,212,0) 2px, rgba(237,227,212,0) 4px);
}
.tameshi-contents h3 {
font-size: 20px;
		margin-left: 50px;
	padding-top: 15px;
	font-weight:normal;
}
.tameshi-contents p {
font-size: 20px;
		margin-left: 50px;
	padding-top: 15px;
	font-weight:normal;
	width: 645px;
	margin-bottom: 20px;
}

.tameshi-contents img {
	width: 630px;
	height: 100px;
	margin-left: 46px;
	margin-top: 10px;
	border-radius: 10px;
	margin-bottom: -15px;
}



html {
-webkit-text-size-adjust: 100%;
}

/*.wrap {
	overflow: hidden;*/
/*	background: linear-gradient(to bottom, rgba(0,0,0,0) 150px,rgba(0,0,0,0)10%,rgba(255,255,255,0.8)30% );
}*/

/*
.ul-drawer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}


.menu-trigger {
  display: inline-block;
  width: 70px;
  height: 55px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 33px;
  right: 30px;
  z-index: 180;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(-550px);
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #00FFF3;
}
.menu-trigger.active span {
  background-color: #00FFF3;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(23px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 23px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-23px) rotate(45deg);
}

.nav-drawer {
  width: 550px;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(255,255,255,0.90);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 180;
  transform: translate(550px);
  transition: all .5s;
}
.nav-drawer.open {
  transform: translateZ(0);
}


.acd-check{
    display: none;
}
.acd-label{
    color: #FE89D2;
    display: block;
    margin-bottom: px;
    padding: 0px;
	font-size: 40px;
	margin-top: 40px;
}


.drmn-1{
	color: #FE89D2;
	font-size: 50px;
	text-align: end;
	position: relative;
	right: 50px;
		font-family: "vdl-megamarupop-shadow", sans-serif;
font-style: normal;
	font-weight: normal;

}


.drmn-a-1{
	color: #280E00;
	font-size: 30px;
	margin:30px 50px 5px 0px;
	position: relative;
	display: block;
	text-decoration:none;
		text-align: right;
	 z-index: 200;

}



.drmn-a-2{
	color: #280E00;
	font-size: 25px;
	display: block;
	position: relative;
	text-align: right;
    right: 50px;
	text-decoration:none;
		 z-index: 200;
}

.drhr-1{
	left: 0px;
	width: 90%;
	border: 1px solid #00C3B4;
	height: 0px;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
}

.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 30px;
    visibility: visible;
}
*/




.body-top{

	line-height: 1.5;
	box-sizing: content-box;
	font-family: "vollkorn-sc", "sawarabi-mincho", sans-serif;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.05em;
	width: 100%;
 height: 100vh;
	color: #ffffff;
	text-align: center;
 　　text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	/*text-shadow:0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000;*/
	z-index: 10;
}

.body-top::before{
    content: '';
    display: block;
    position: fixed;
		    width: 100%;
    height: 100vh;
background-color: #2b2b2b;
	background-image: url("");
	background-repeat: repeat;
	background-attachment:scroll;
	background-size: cover;
	z-index: -1;
}


hr {
  border-top: 8px dotted #ccc;
	border-bottom: none;
	border-right: none;
	border-left: none;
  text-align: center;
  overflow: visible;
	width: 80%;
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}


/*動画用設定*/
header{ top:0; z-index:100; }
main > section{ max-width:640px; margin:0 auto; padding-top:80px; }
main > section h2{ margin-bottom:10px; color:#540000; font-size:20px; }
main > section p{ margin:10px 0 0; color:#484800; font-size:24px; }
.video-js{
    width:700px;
	height:394px;
    margin:0 auto;
    /*padding-top:56.25%;*//*比率調整※16:9の画面幅*/
/*    border:3px solid rgb(200,225,0);*/
    color:#FFFFFF;
    background:rgb(200,225,0);
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
}

.video-js .vjs-tech{ outline:none; }
.video-js .vjs-big-play-button:focus{ background:none; }
/*再生ボタン(大)*/
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button{
    height:90px;
    width:90px;
    border:1px solid #ffffff;/*ドット枠線*/
    border-radius:50%;/*形を丸に*/
	font-size: 45px;
    /*font-size:50px;/*三角の大きさ変更*/
    line-height:93px;
    background:rgba(254,137,210,0.70);
	top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: auto;
    /*動画の中心に再生ボタンを移動*/
}
.video-js .vjs-big-play-button:before{
		content: "▶";
}



/*再生ボタンをマウスオーバーしたら*/
.video-js .vjs-big-play-button:hover{ background:rgba(215,255,0,0.7); }
/*コントローラー*/
.video-js .vjs-control-bar{ background:rgba(0,0,0,0.2);
	    border-bottom-left-radius:15px;
	 border-bottom-right-radius:15px;
	height: 50px;
}
/*再生バー*/
.video-js .vjs-slider,
.video-js .vjs-load-progress div{ background:rgba(255,255,255,1); }

/*動画用設定おわり*/

/*ポップアップ設定*/
.open2 {
	display: inline-block;
	cursor:pointer;/* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
		width: 175px;
	height: 500px;
	background-color: black;
	background-image:url("../images/hotarunokakurega/hotaru_m.png");
	background-size: cover;
	border-radius: 89px;
	border: solid 3px #00FFF3;
}

.open3 {
	display: inline-block;
	cursor:pointer;/* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
		width: 175px;
	height: 500px;
	background-color: black;
	background-image:url("../images/hotarunokakurega/kei_m2.png");
	background-size: cover;
	border-radius: 89px;
	border: solid 3px #00FFF3;
}

.open4 {
	display: inline-block;
	cursor:pointer;/* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
		width: 175px;
	height: 500px;
	background-color: black;
	background-image:url("../images/hotarunokakurega/kei_m.png");
	background-size: cover;
	border-radius: 89px;
	border: solid 3px #00FFF3;
}

#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay2 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay2 {
	display: block;
	z-index: 9999;
	background-color: rgba(255,255,255,0.20);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up2:checked + .overlay2 {
	display: block;
	z-index: 9999;
	background-color: rgba(255,255,255,0.20);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.chara{
	display: inline-block;
	position: inherit;
	right: 10px;
	height: 95%;
	
	
	
}

.window1 {
width: 650px;
height: 880px;	
	background-color: rgba(255,255,255,0.90);
	text-align: left;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.text p {
	font-size: 25px;
	margin: 10px;
	display: inline-block;
	position: fixed;
	top: 120px;
	left: 30px;
	color: #1B0F0F;
	text-align: left;
	width: 280px;
	  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff,
  -2px 2px 2px #ffffff,  2px -2px 2px #ffffff,
  2px 0 2px #ffffff, -2px  0 2px #ffffff,
  0 2px 2px #ffffff,  0 -2px 2px #ffffff;
}

.text h1{
	font-size: 45px;
	color: #FE89D2;
	margin: 10px;
	display: inline-block;
	position: fixed;
	top: 30px;
	left: 40px;
}

.text h2{
	font-size: 20px;
	color: #1B0F0F;
	margin: 10px;
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
		font-weight: normal;
}

.close2 {
	cursor:pointer;
	position: absolute;
	top: -25px;
	right: 15px;
	font-size: 100px;
	color: #00FFF3;
	z-index: 5000;
}



/*ポップアップ設定*/

.title{
	position: relative;
	display: block;
	margin: auto;
	width: 500px;
	margin-top: 200px;
}

.aisatu{
	width: 650px;
	display: block;
	position: relative;
	margin: auto;
	padding: 0px;
	}

.aisatu img{
	display: inline-block;
	position: inherit;
	width: 650px;

		vertical-align:top;
	margin: 10px 0px;


}



.info{
	position: relative;
	margin: auto;
	margin-top: 200px;
	width: 100%;
	color: #280E00;

}

.info p{
	padding: 40px;
	border-radius: 15px;
	
}


.info2{
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 100%;
	color: #FF85BA;
}

.info2 p{
	padding: 40px;
	border-radius: 15px;
	
}


.info3{
	position: relative;
	margin: auto;
	width: 725px;	
	background-color: rgba(255,255,255,0.2);

		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	border-radius: 10px;
		color: #280E00;

}

.info3-hidari{
	width: 100%;
	display: inline-block;
		vertical-align:middle;
		color: #280E00;
	
	
}

.info3-hidari-img{
	width: 420px;
	margin: auto;
display: block;
	border-radius: 10px;
box-shadow: 0px 0px 15px #000000;
	
	
	
}

.info3-migi{
	width: 80%;
	display: inline-block;
		vertical-align:middle;
		color: #280E00;
}

.info3-migi p{
	font-size: 70%;
	display: inline-block;
		text-align: left;
	width: 90%;
	
	
}


.kousin{
	display: block;
	position: relative;
	margin: auto;
	width: 600px;
	background-color: rgba(255,255,255,0.30);
	text-align: left;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	border-radius: 10px;
}

.kousin p{
	padding: 10px 50px;
	color: #2A1010;
}

.kousin a{
	color: hotpink;
	text-decoration: underline;
	
}


.line-full {
	width: 100%;
	height: 3px;
	border-width: 0;
	background-image: -webkit-linear-gradient(135deg,
	#561700 0px,#561700 2px, transparent 2px, transparent 4px,
	#561700 4px, #561700 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	#561700 0px,#561700 2px, transparent 2px, transparent 4px,
	#561700 4px, #fff 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}



.footer-top {
	height: 120px;
	background-color: #1D100f;
	text-align: center;
}



.footer-p-title {
	font-size: 26px;
	margin: 10px;
		color: #F1EAE0;
}

.footer-p-bun {
	font-size: 15px;	
	margin: 5px;
		color: #F1EAE0;
}


.audio{
	width: 80%;
	position: relative;
	display: block;
	margin: auto;
	
}

.audiojs audio {
}
 /*　プレイヤー（再生バー）　*/
.audiojs {
	float: inherit;
	display: inline;
  width: 70%;
  height: 40px;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;  
  -o-box-shadow: none;
  box-shadow: none;



	
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: -1px 0px 0px 0px;
  float: left;
  overflow: inherit;
  border: 3px solid #7AFFF4;
  border-radius: 10px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
/*　進行状態・ロードの状態を表示する部分(グレー)　*/
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 80%;
  background: aliceblue;
  height: 6px;
  margin: 15px 0 0 0px;
  border-top: 0;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
	  left: 20px;
}
/*　進行状態を表示するバーの部分(薄いグレー)　*/
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 6px;
  width: 0px;
  background: #5AC4D5;
  z-index: 1;  
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
  color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));  
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 
  100%); */
}
/* ロード状態を表示するバーの部分（黒） */
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 6px;
  width: 0px;
  background: #DDDDDD;  
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
  color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
  100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
  float:right;
  height: 28px;
  line-height: 28px;
  margin: 17px 0px 0px -85px;
  padding: 0px 0px 0px 0px;
  border-left: none;
  color: #FF7FCE;
  text-shadow: none;
  display: flex;
		font-size: 18px;
	font-family: ab-suzume, sans-serif;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #FF7FCE;
  font-style: normal;
  display: flex;
font-family: ab-suzume, sans-serif;

}
/*　時間　/の部分　*/
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  display: flex;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 30px;
  width: 200px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;  
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
  background: url("../images/syugabo/saisei.svg") center center no-repeat;
	margin: 2px 3px 3px 4px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　エラーボタン　*/
.audiojs .error {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
  background: url("../images/syugabo/teisi.svg") center center no-repeat;
		margin: 2px 3px 3px 4px;
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play, .loading .pause, .loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 26px;
  width: 200px;
  padding: 0px 6px;
  background: #FFF;
  color: #3A3A3A;
  font-size: 10px;
  line-height: 26px;
}
.track-details:before {
  content: '♬ Now Playing: ';
}

/*ここからPC用設定*/
@media screen and (min-width:751px) {
	
.novel-honbun{
	background-color: rgba(232,232,232,0.8);
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
		font-size: 25px;

}

.novel-honbun p{
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	text-shadow: none;
	color: #000;

}
	
}
