@charset "UTF-8";

html {
  height:100%;
  scroll-behavior: smooth;
}
body {
  background:#000;
  margin: 0;
  padding: 0;
}
body > .box {
	height: auto;
}
*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

.zikan {letter-spacing: -10px;}
.mbr {display:none;}
.pcbr {display:block;}
@media (max-width: 800px) {
	.mbr {display:block;}
	.pcbr {display:none;}
}

/*メニュー*/

.topmenu {
	width: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	font-family: serif;
	padding: 15px 10px;
	font-size: 14px;
	z-index: 999;
	color:#ff0000;

}
.topmenu ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.topmenu ul li{
	padding-left: 10px;
}
.topmenu ul li:first-child {
	padding-left: 0px;
}
.topmenu a {
	color:#ffe732;
	text-decoration: none;
}
#setting {
	padding-top: 35px;
	margin-top: -35px
}
#trial2,#trial3 {
	padding-top: 60px;
	margin-top: -60px
}
@media (max-width: 800px) {
	#first,#point,#cast,#mv,#tokuten,#goods,#seihin,#siyou,#dousa,#old,#sys,#trial {
		padding-top: 60px;
		margin-top: -60px
	}
	#setting {
		padding-top: 75px;
		margin-top: -75px
	}

	.topmenu {
		font-size: 11px;
		position: fixed;
		top:0px;
		padding: 5px 10px;
	}
	.topmenu ul li{
		padding-left: 3px;
	}
}


/*===============================

トップページ

===============================*/
#contents {
	width:100%;
	background:url("../img/bg/bg001.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px;
}
.content_top {
	width:100%;
	height:auto;
	position:relative;	
}

.kakomi-tape2 {
	position: relative;
	width: 90%;
	margin: 20px auto;
	padding: 35px 30px 20px;
	color: #770000;/* 文字色 */
	background-color: #e8ddbde7; /*枠背景色*/
	box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;
   }
   .kakomi-tape2::before {
	display: block;
	position: absolute;
	content: "";
	width: 140px;
	height: 35px;
	left: 42%;
	top: -16px;
	background-color: rgba(204, 186, 136,0.5);/*テープ色*/
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	transform: rotate( -3deg ); /*テープ角度*/
   }

.toptitle1 {
	font-size: 35px;
	font-family: serif;
	margin: auto;
	text-align: center;
	padding: 20px 0;
}
@media (max-width: 800px) {
	.toptitle1 {margin-top: 30px;}
}

.boxtitle {
	font-size: 25px;
	font-family: serif;
	font-weight: bold;
	border-bottom: 6px double #770000;
	border-top: 6px double #770000;
	padding: 5px 0;
	position: relative;
}
.boxtitle3 {
	margin: 10px;
	font-size: 20px;
	font-family: serif;
	font-weight: bold;
	border-bottom: 6px double #770000;
	border-top: 6px double #770000;
	padding: 5px 0;
	position: relative;
}
.txbox1 {
	font-size: 14px;
	padding: 10px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 28px;
}
.redfont {
	color:#D50045;
	font-family: serif;
	font-weight: bold;
}
.boxtitle2 {
	font-size:20px;
	font-family: serif;
	font-weight: bold;
}
.txbox2 {
	font-size: 14px;
	padding: 0 20px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 28px;
}

.txbox1 dl {
	display: flex;
	flex-wrap: wrap;
}
.txbox1 dl dt {
	width: 20%;
	font-weight: bold;

	text-align: left;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
  }
.txbox1 dl dd {
	width: 80%;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
}

.txbox1 dl.dlstaff {
	display: flex;
	flex-wrap: wrap;
}
.txbox1 dl.dlstaff dt {
	width: 40%;
	font-weight: bold;

	text-align: left;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
  }
.txbox1 dl.dlstaff dd {
	width: 60%;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
}
.imagebox,.imagebox2 {text-align: center;}

.borderbox {
	padding: 20px;
	border-top:#770000 3px double;
	border-bottom:#770000 3px double;
	font-family: serif;
	font-weight: bold;
	font-size:14px;
}
.rink_old {
	font-family: serif;
	font-weight: bold;
	color:#D50045;
	text-align: center;
	font-size: 22px;
}

.rink_old a {
	color:#D50045;
}

.tatie_box img {
	width:220px;
	margin: auto;
	text-align: center;
}
.tatie_box  {
	margin: auto;
	text-align: center;
}
.sd_box img{
	width:250px;
	margin: auto;
	text-align: center;
}
.sd_box  {
	margin: auto;
	text-align: center;
}
.ofbnr {
	width: 450px;
	margin: auto;
	font-size: 16px;
}
@media (max-width: 500px) {
	.ofbnr {
		width: 100%;
		margin: auto;
		font-size: 14px;
	}
	.ofbnr img {width: 100%;}
}
@media (max-width: 800px) {
	#contents {padding: 20px;}
	.toptitle1 img {width:100%;}
	.kakomi-tape2 {
		width:100%;
		padding: 10px 15px;
	}
	.kakomi-tape2::before {
		display: block;
		position: absolute;
		content: "";
		width: 140px;
		height: 35px;
		left: 30%;
		top: -16px;
		background-color: rgba(204, 186, 136,0.5);/*テープ色*/
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
		transform: rotate( -3deg ); /*テープ角度*/
	}	

	.boxtitle {
		font-size:20px;
		font-family: serif;
		font-weight: bold;
	}
	.imagebox img{width:100%;}
	.imagebox2 img {width:42%;}

	.txbox1 dl {
		display: flex;
		flex-wrap: wrap;
	}
	.txbox1 dl dt {
		width: 100%;
		font-weight: bold;	
		text-align: left;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		background-color: #98531e;
		color:#fff;
		padding-left: 10px;
	  }
	.txbox1 dl dd {
		width: 100%;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		padding: 10px;
	}
	
	.txbox1 dl.dlstaff {
		display: flex;
		flex-wrap: wrap;
	}
	.txbox1 dl.dlstaff dt {
		width: 100%;
		font-weight: bold;
	
		text-align: left;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		background-color: #98531e;
		color:#fff;
		padding-left: 10px;
	  }
	.txbox1 dl.dlstaff dd {
		width: 100%;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
	}
	.tatie_box  {
		margin: auto;
		text-align: center;
	}
	.tatie_box img {
		width:120px;
		margin: auto;
		text-align: center;
	}
	.sd_box img{
		width:120px;
		margin: auto;
		text-align: center;
	}

}

/*特典リスト*/
.tokutenlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
}
.tokutenbox {
	width:300px;
	background-color: rgba(229, 195, 107, 0.671);
	border: 1px solid #754a00;
	margin: 0 2px 2px 0;
}
.tokutenbox2 {
	width:900px;
	/*background-color: #98531e;*/
	border: 1px solid #754a00;
	margin: 0 2px 2px 0;
	background-color: rgba(229, 195, 107, 0.671);
}
.tokuten_title {
	font-size: 20px;
	background-color: #D50045;
	text-align: center;
	padding: 10px 0;
	color:#fff68d;
	font-weight: bold;
	font-family: serif;
}
.tokuten_title a {
	color:#fff68d;
	font-weight: bold;
}

.tokuten_title_gentei {
	font-size: 18px;
	background-color: #d4a270;
	color:#fff68d;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-family: serif;
}
.tokuten_image {
	width:300px;

}
.tokuten_image img{
	width:300px;
}
.tokuten_image2 {
	text-align: center;
	margin: auto;
	display: block;
}
.tokuten_image2 img{
	width:800px;
	text-align: center;
	margin: auto;
}
.tokuten_text {
	padding: 15px 0 15px 20px;
}
.tokuten_text a{
	text-decoration: underline;
	color: #D50045;
}

.tokuten_image3{
	display: none;
}
@media (max-width: 1000px) {
	.tokuten_image2 img{
		width:100%;
	}
}
@media (max-width: 800px) {
	.tokutenbox2 {
		width:522px;
	}
	.tokuten_image2{
		display: none;
	}
	.tokuten_image3{
		display: block;
	}
	.tokutenbox2 img{
		width:100%;
	}
	.tokuten_text {
		padding: 10px;
	}

}
@media (max-width: 500px) {
	.tokutenbox2 {
		max-width:300px;
	}

}


.txbox3 {
	font-size: 20px;
	padding: 10px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 28px;
}
.txbox3 img{
	text-align: center; 
	margin: auto;
	width:100%;
}

.new{
	font-weight: bold;

	background-color: #ff0000;
	color:#ffe732;
	padding: 0px 5px;
	font-size: 15px;
	vertical-align: 20%;

}

.m_posi {
	position: relative;
}

.new_m{
	position: absolute;
	left: 63%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:-12px;
	font-weight: bold;
	background-color: #ff0000;
	color:#ffe732;
	padding: 0px 5px;
	font-size: 5px;
	vertical-align: 20%;
	border-radius: 5px;
}
@media (max-width: 800px) {
	.new_m{display: none;}
}


/*体験版*/
.taiken_bnr {
	position: fixed;
	bottom:80px;
	right:10px;
	z-index: 998;
}
.taiken_bnr2 {
	position: fixed;
	bottom:5px;
	right:10px;
	z-index: 998;
}
.taiken_bnr img{width:240px;}
.taiken_bnr2 img{width:240px;}
.dlrink {margin: 0 20px;}
.dlrink a{
	background: #D50045;
	border-radius: 10px;
	color: #ffe732;
	border: #ffe732 2px solid;
	padding: 3px 30px;
	text-decoration: none;
}
.dlrink a:hover{
	background: #690021;
	border-radius: 10px;
	color: #ffe732;
	border: #ffe732 2px solid;
	padding: 3px 30px;
}

@media (max-width: 800px) {
	.dlrink {margin: 5px 50px;}
	.taiken_bnr {
		position: fixed;
		bottom:50px;
		right:10px;
		z-index: 998;
	}
	.taiken_bnr2 {
		position: fixed;
		bottom:2px;
		right:10px;
		z-index: 998;
	}
	.taiken_bnr img{width:150px;}
	.taiken_bnr2 img{width:150px;}
}


/*SSbox*/
.ssbox {
	text-align: center;
	font-size: 18px;
	font-family: serif;
}
.ssbox a{
	background: #690021;
	color: #ffe732;
	border: #ffe732 2px solid;
	padding: 5px 30px;
	text-decoration: none;
}
.ssbox a:hover{
	background: #D50045;

	color: #ffe732;
	border: #ffe732 2px solid;
	padding: 5px 30px;
}
@media (max-width: 800px) {
	.ssbox{line-height: 50px;}
}

/*パッチ*/
.patch_t {
	border-top: #ce1575 2px solid;
	border-bottom: #ce1575 2px solid;
	padding: 2px 0;
	color: #ce1575;
	font-size: 15px;
	width:95%;
}
.patch_t2 {
	border-bottom: #770000 1px solid;
	padding: 15px 0;
	width:95%;

}
/*カウントダウンイラスト*/
.countbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 4px;/*縦20px、横30pxの指定*/
}
.cbox_title {
	font-size: 16px;
	border-bottom: double 5px #D50045;
	margin-bottom: 5px;
	font-weight: bold;
	color: #c20d67;
}
.countbox img{
    width:250px;
	border: #D50045 2px solid;
}


.vbnr {
	text-align: center;
}
.vbnr img{
	width:500px;
}

@media (max-width: 800px) {
	.vbnr {
		text-align: center;
	}
	.vbnr img{
		max-width:500px;
		width:100%;
	}
}


/*フッター*/
/*明朝*/
footer {font-family: "Sawarabi Mincho";}
footer {
	background-color: #000;
	color:#D50045;
	text-align:center;
	padding:0 0 30px 0;
	font-size:12px;
}
footer a {color:#D50045;}
footer img {max-width:200px;}
@media (max-width: 600px) {
	footer {
		background-color: #000;
		color:#D50045;
		text-align:center;
		padding:0;
		font-size:10px;
	}
    footer img {max-width:130px;}
}



