html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img{
	display: block;
}

a img:hover{
	opacity: 0.75;
}

body{
	background: #141414 url(../img/containerbg.png);
	background-attachment: fixed;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}


/*＝＝＝＝＝＝＝＝＝＝＿＿ヘッダー＿＿＝＝＝＝＝＝＝＝＝＝*/
#toppage header{
	background: #ff6 url(../img/topheadbg.png);
	background-size: cover;
	height: 50px;
}

#toppage header img{
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/ヘッダー＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿カルーセル＿＿＝＝＝＝＝＝＝＝＝＝*/
#carousel{
	background: #9e0000 url(../img/redbg.png);
	border-bottom: solid #f4ad31 1px;
	height: 430px;
}

.gallery {
	padding: 10px 0 5px;
}

.gallery-cell {
	width: 1000px;
	height: 300px;
	margin-right: 10px;
	background: #fff;

}

/* cell number 
.gallery-cell:before {
	display: block;
	text-align: center;
	content: counter(gallery-cell);
	line-height: 300px;
	font-size: 80px;
	color: #666;
}*/
/*＝＝＝＝＝＝＝＝＝＝＿＿/カルーセル＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿#container＿＿＝＝＝＝＝＝＝＝＝＝*/
#container{
	padding: 20px 0 0;
	position: relative;
}

#container #wrapper{
	background: #fff;
	margin: 0 auto 40px;
	min-height: 600px;
	padding: 120px 50px 60px;
	width: 1100px;
}

#container .eventtitle{
	background: url(../img/eventtitlebg.png) repeat-x;
	height: 85px;
	padding-top: 1px;
	position: absolute;
	top: 40px;
	width: 100%;
}

#container .eventtitle img{
	margin: 0 auto;
}

#container .eventimage{
	border: solid #666 1px;
	height: auto;
	margin: 0 0 40px;
	width: 1000px;
}

@media screen and (max-width:1000px) { 
#container #wrapper,
#container .eventimage{
	width: 100%;
}
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/#container＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿contents＿＿＝＝＝＝＝＝＝＝＝＝*/
.contents .date span{
	font-size: 140%;
}

.contents p{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contents .redfont{
	color:#c00;
}

.contents .pickup{
	font-size:140%;
	color:#c00;
	font-weight:bold;
	line-height:1.5em;
}

.contents .caption{
	background: #9e0000;
	color: #fad732;
	font-size:120%;
	font-weight:bold;
	margin-top: 40px;
	padding:	5px 0;
}

.contents .linecaption{
	border-bottom: solid #9e0000 2px;
	color: #9e0000;
	font-size:120%;
	font-weight:bold;
	margin-top: 40px;
	padding:	5px 0;
}

.contents .caption span{
	border-bottom: solid #f9b600 1px;
	border-top: solid #f9b600 1px;
	display: block;
	padding: 5px 1em;
}

.contents ul,
.contents ol{
	margin-left: 30px;
}

.contents li{
	margin-bottom: 10px;
}

.contents li:last-of-type{
	margin-bottom: 0;
}

.contents .btn{
	display:block;
	width:600px;
	background: #1e7200;
	background-image: -webkit-linear-gradient(top, #1e7200, #0f3301);
	background-image: -moz-linear-gradient(top, #1e7200, #0f3301);
	background-image: -ms-linear-gradient(top, #1e7200, #0f3301);
	background-image: -o-linear-gradient(top, #1e7200, #0f3301);
	background-image: linear-gradient(to bottom, #1e7200, #0f3301);
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-align:center;
	margin:40px auto 0;
	padding: 15px;
	text-decoration: none;
}

.contents .minibtn{
	display:block;
	width: 300px;
	background: #1e7200;
	background-image: -webkit-linear-gradient(top, #1e7200, #0f3301);
	background-image: -moz-linear-gradient(top, #1e7200, #0f3301);
	background-image: -ms-linear-gradient(top, #1e7200, #0f3301);
	background-image: -o-linear-gradient(top, #1e7200, #0f3301);
	background-image: linear-gradient(to bottom, #1e7200, #0f3301);
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin:20px 0 0;
	padding: 15px;
	text-decoration: none;
}

.contents .btn:hover,
.contents .minibtn:hover{
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/contents＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿カップル賞テーブルと参加者リスト＿＿＝＝＝＝＝＝＝＝＝＝*/
#event07_table{
	border: solid #000 2px;
	border-collapse: collapse;
}

#event07_table th,
#event07_table td{
	border: solid #000 1px;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
}

#event07_table tr:nth-of-type(odd){
	background: #fcdda4;
}

#event07_table tr:nth-of-type(even){
	background: #ffefbe;
}

#couple_list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 2%;
	margin: 0;
}

#couple_list li{
	border: solid #999 1px;
	border-radius: 5px;
	list-style: none;
	padding: 10px;
	width: 32%;
}

#couple_list li:last-of-type{
	margin-bottom: 10px;
}

#couple_list li p:first-of-type{
	font-size: 12px;
	margin-bottom: 5px;
}

#couple_list li p:first-of-type span{
	color: #06c;
	font-size: 150%;
	font-weight: bold;
}

#couple_list li p:nth-of-type(2){
	background: #b1cbec;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 5px;
}

#couple_list li p:nth-of-type(3){
	font-size: 12px;
	margin-bottom: 5px;
}

#couple_list li p:nth-of-type(3) span{
	color: #c03;
	font-size: 150%;
	font-weight: bold;
}

#couple_list li p:nth-of-type(4){
	background: #ecb1c1;
	font-size: 14px;
	padding: 5px;
}


/*＝＝＝＝＝＝＝＝＝＝＿＿/カップル賞テーブルと参加者リスト＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿カップル賞結果発表＿＿＝＝＝＝＝＝＝＝＝＝*/
#event07_table{
	border: solid #000 2px;
	border-collapse: collapse;
	width: 100%;
}

#event07_table th,
#event07_table td{
	border: solid #000 1px;
	font-size: 20px;
	padding: 10px;
	text-align: left;
}

#event07_table tr:nth-of-type(odd){
	background: #fcdda4;
}

#event07_table tr:nth-of-type(even){
	background: #ffefbe;
}

#event07_table tr:nth-of-type(1) td,
#event07_table tr:nth-of-type(2) td,
#event07_table tr:nth-of-type(3) td{
	font-size: 36px;
	font-weight: bold;
}

#event07_table tr:nth-of-type(4) td,
#event07_table tr:nth-of-type(5) td,
#event07_table tr:nth-of-type(6) td,
#event07_table tr:nth-of-type(7) td,
#event07_table tr:nth-of-type(8) td,
#event07_table tr:nth-of-type(9) td,
#event07_table tr:nth-of-type(10) td{
	font-size: 28px;
}

#event07_table td img{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	width: 120px;
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/カップル賞結果発表＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿ワタシの入浴配信参加者リスト＿＿＝＝＝＝＝＝＝＝＝＝*/
#nyuyoku_list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
	margin: 0;
}

#nyuyoku_list li{
	list-style: none;
	text-align: center;
	width: 49%;
}

#nyuyoku_list .thumbnail{
  background-size: cover;
  border:solid #000 1px;
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  aspect-ratio: 4 / 3;
}

#nyuyoku_list li .name{
  font-size: 16px;
  margin-bottom: 0;
}

#nyuyoku_list .thumbnail:hover{
  opacity: 0.8;
}

#nyuyoku_list .mail{
  background: #c2059a;
  border-radius: 5px;
  color: #fff;
  display:block;
  font-size: 12px;
  line-height:25px;
  margin: 10px auto 0;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  width: 160px;
}

#nyuyoku_list .mail:hover{
  opacity: 0.7;
}

#nyuyoku_list .mail:before{
  background:url(../../../img/imgset.png) -220px -15px no-repeat;
  content:"";
  display:block;
  height:15px;
  position: absolute;
  top: 5px;
  left: 15px;
  width:17px;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/ワタシの入浴配信参加者リスト＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿ASMRマイク＿＿＝＝＝＝＝＝＝＝＝＝*/
#asmr_mic{
	border: solid #ccc 2px;
}

#asmr_mic th,
#asmr_mic td{
	padding: 20px;
	vertical-align: middle;
}

#asmr_mic th{
	width: 25%;
}

#asmr_mic td{
	font-size: 20px;
}

#asmr_mic img{
	width: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿ASMRマイク＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿ASMR出演女性＿＿＝＝＝＝＝＝＝＝＝＝*/
.asmr_paf{
	background: #d3eaf9;
	border-radius: 10px;
}

.asmr_paf td,
.asmr_paf th{
	padding: 20px;
	vertical-align: top;
}

.asmr_paf td{
	width: 60%;
}

.asmr_paf th{
	width: 40%;
}

.asmr_paf td .schedule{
	font-size: 28px;
}

.asmr_paf td .name{
	font-size: 20px;
	font-weight: bold;
}

.asmr_paf .name a{
	background: #153494;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

.asmr_paf .name a:hover{
	opacity: 0.8;
}

.asmr_paf th img{
	width: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＿＿/ASMR出演女性＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿動画リスト＿＿＝＝＝＝＝＝＝＝＝＝*/
.movlist{
	list-style-type: none;
	margin: 0!important;
	padding: 0;
}

.movlist li{
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 23.5%;
}

.movlist li:nth-of-type(4n){
	margin-right: 0;
}

.movlist li a{
	color: #333;
	text-decoration: none;
}

.movlist li img{
	width: 100%;
}

.movlist li a p{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px!important;
}

.movlist li .hn{
	font-size: 12px;
	margin-bottom: 30px;
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/動画リスト＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿ヘッダーメニュー＿＿＝＝＝＝＝＝＝＝＝＝*/
#menu{
	font-size: 0;
	width:100%;
	height:60px;
	overflow-x: scroll;
	text-align:center;
	white-space: nowrap;
	-ms-overflow-style: none;		/* IE, Edge 対応 */
	scrollbar-width: none;			 /* Firefox 対応 */
}

#menu::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;
}

#carousel #menu{
	top: 405px;
	z-index:1000;
}

#carousel .menuab{
	position:absolute;
}

#carousel #menu .wrap{
	width:1353px;
	margin:0 auto;
}

.fixed{
	position:fixed!important;
	top:0px!important;
}

#menu a{
	background: #fff url(../img/headernavi.jpg);
	display:inline-block;
	width: 85px;
	height: 60px;
	margin-right: 6px;
	text-indent:-9999px;
	position:relative;
}

#carousel #menu	a:last-of-type{
	margin-right: 0;
}

/*トップページ以外のトップメニュー*/
#topnavi{
	background: #9e0000 url(../img/redbg.png);
	border-bottom: solid #f4ad31 1px;
	height: 90px;
	padding: 15px 0 0;
}

#menu a:nth-child(2){background-position:-85px 0px;}
#menu a:nth-child(3){background-position:-170px 0px;}
#menu a:nth-child(4){background-position:-255px 0px;}
#menu a:nth-child(5){background-position:-340px 0px;}
#menu a:nth-child(6){background-position:-425px 0px;}
#menu a:nth-child(7){background-position:-510px 0px;}
#menu a:nth-child(8){background-position:-595px 0px;}
#menu a:nth-child(9){background-position:-680px 0px;}
#menu a:nth-child(10){background-position:-765px 0px;}
#menu a:nth-child(11){background-position:-850px 0px;}
#menu a:nth-child(12){background-position:-935px 0px;}
#menu a:nth-child(13){background-position:-1020px 0px;}
#menu a:nth-child(14){background-position:-1105px 0px;}

#menu a:hover{
	opacity: 0.75;
}

/*NEW表記
#menu a:nth-child(6):after{
	content:"";
	display:block;
	width:90px;
	height:27px;
	background-image:url(../img/nav_new.gif);
	position:absolute;
	top:0px;
	left: 2px;
}*/

#menu a span{
	display:block;
	width:100%;
	height:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#menu a span:hover{background:rgba(255,255,0,0.2);}

/*終了表記
#menu a:nth-of-type(1) span,
#menu a:nth-of-type(1) span:hover,
#menu a:nth-of-type(2) span,
#menu a:nth-of-type(2) span:hover,
#menu a:nth-of-type(4) span,
#menu a:nth-of-type(4) span:hover,
#menu a:nth-of-type(11) span,
#menu a:nth-of-type(11) span:hover{
	background:rgba(0,0,0,0.75);
}*/

/*＝＝＝＝＝＝＝＝＝＝＿＿/ヘッダーメニュー＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿footernavi＿＿＝＝＝＝＝＝＝＝＝＝*/
#footernavi{
	background: rgba(255,255,255,0.1);
	font-size: 0;
	padding: 40px 0;
	overflow-x: scroll;
	text-align:center;
	width:100%;
	white-space: nowrap;
	-ms-overflow-style: none;		/* IE, Edge 対応 */
	scrollbar-width: none;			 /* Firefox 対応 */
}

#footernavi::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;
}

#footernavi a{
	background: #141414;
	background-image: url(../img/footernavi.png);
	border: solid #666 1px;
	box-sizing: border-box;
	color: transparent;
	display: inline-block;
	height: 62px;
	margin-right: 6px;
	transition: all	0.3s ease;
	vertical-align: top;
	width: 85px;
}

#footernavi a:last-of-type{
	margin-right: 0;
}

#footernavi a:nth-child(2){background-position:-85px 0px;}
#footernavi a:nth-child(3){background-position:-170px 0px;}
#footernavi a:nth-child(4){background-position:-255px 0px;}
#footernavi a:nth-child(5){background-position:-340px 0px;}
#footernavi a:nth-child(6){background-position:-425px 0px;}
#footernavi a:nth-child(7){background-position:-510px 0px;}
#footernavi a:nth-child(8){background-position:-595px 0px;}
#footernavi a:nth-child(9){background-position:-680px 0px;}
#footernavi a:nth-child(10){background-position:-765px 0px;}
#footernavi a:nth-child(11){background-position:-850px 0px;}
#footernavi a:nth-child(12){background-position:-935px 0px;}
#footernavi a:nth-child(13){background-position:-1020px 0px;}
#footernavi a:nth-child(14){background-position:-1105px 0px;}

#footernavi a:hover{
	background-color: #333;
	border: solid #fff 1px;
}

#footernavi a span{
	display:block;
	width:100%;
	height:100%;
}

/*終了表記
#footernavi a:nth-of-type(4) span,
#footernavi a:nth-of-type(4) span:hover,
#footernavi a:nth-of-type(11) span,
#footernavi a:nth-of-type(11) span:hover{
	background:rgba(0,0,0,0.75);
}*/

/*＝＝＝＝＝＝＝＝＝＝＿＿/footernavi＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/
#copyright{
	color: #fff;
	font-size: 12px;
	line-height: 100px;
	text-align: center;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿TOPへ戻るボタン＿＿＝＝＝＝＝＝＝＝＝＝*/
#back-top{
	display:block;
	width:80px;
	height:80px;
	position:fixed;
	bottom:50px;
	left:50%;
	margin-left:520px;
	opacity: 0.7;
	z-index: 9990;
}

#back-top:hover{
	opacity: 0.9;
}

#back-top a{
	display:block;
	width:80px;
	height:80px;
	border-radius:10px;
	background:#000;
	border:solid #000 1px;
	position:relative;
}

#back-top a span{
	display:block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin:35px auto;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/TOPへ戻るボタン＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿トップページへボタン＿＿＝＝＝＝＝＝＝＝＝＝*/
.totop{
	background: #9e0000;
	border-radius: 5px;
	color: #fff;
	display: block;
	line-height: 40px;
	margin: 40px auto 0;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

.totop:hover{
	background: #c31c1c;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/トップページへボタン＿＿＝＝＝＝＝＝＝＝＝＝*/