

@charset "UTF-8";

/*---------------------------------------------
	font
  ---------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

/*---------------------------------------------
	Reset
  ---------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

html {
	font-size: 62.5%; }

body {
	font-family: "Mplus 1p",sans-serif;
	font-size: 1.2rem;
	line-height: 1.6667;
	color:#fff;
	min-width: 1000px;
	width: 100%;
	background-color: #000;
	position: relative;
	overflow-x:hidden;
	top: 0;
	left: 0;
	padding:0;
	margin:0;

}

@media screen and (max-width:1000px){

body {
	overflow-x:scroll;

}

}

.pc {
	display: block; }

.sp {
	display: none; }

a:link, a:visited {
	color: #fff;
	text-decoration: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom; }

main {
	padding-bottom: 120px; }
	* + html main {
		zoom: 1; }
	main:after {
		content: "";
		clear: both;
		display: block;
		height: 0; }

li {
	list-style-type: none;
}

*::-moz-selection {
	background: #FFAE10; }

*::selection {
	background: #FFAE10; }

*::-moz-selection {
	background: #FFAE10; }

.clear{
	clear:both;}
/*---------------------------------------------
	Base
  ---------------------------------------------*/
#wrapper {
	position: relative;
	width: 100%;
}
#wrapper.show {overflow: visible;}

#bg{
	z-index: -10000;
	position: fixed;
	height:100%;
	width:100%;
	opacity: 0.2;

	background-image: url(../img/bg.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-size: cover;

	background-color: #000;
}


#bg-stripe{
	z-index: -1000;
	position: fixed;
	height:100%;
	width:100%;
	background-image: linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0) 25%,
		rgba(255, 255, 255, 0.5) 25%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(0, 0, 0, 0) 50%,
		rgba(0, 0, 0, 0) 75%,
		rgba(255, 255, 255, 0.5) 75%,
		rgba(255, 255, 255, 0.5)
	);
	background-image: -webkit-gradient(
		-45deg,
		rgba(0, 0, 0, 0) 25%,
		rgba(255, 255, 255, 0.5) 25%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(0, 0, 0, 0) 50%,
		rgba(0, 0, 0, 0) 75%,
		rgba(255, 255, 255, 0.5) 75%,
		rgba(255, 255, 255, 0.5)
	);
	background-image: -webkit-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0) 25%,
		rgba(255, 255, 255, 0.5) 25%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(0, 0, 0, 0) 50%,
		rgba(0, 0, 0, 0) 75%,
		rgba(255, 255, 255, 0.5) 75%,
		rgba(255, 255, 255, 0.5)
	);
	background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	-o-background-size: 5px 5px;
	background-attachment: fixed;

}


#orangeline{
	height:10px;
	width:100%;
	background-color: #da9003;
	margin:0;
	padding:0;

}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*---------------------------------------------
	Title
  ---------------------------------------------*/


#title{
	width:100%;
	text-align:center;
	margin-top:20px;
	font-weight:800;
}

.title01{
	font-size:26px;
	color:#da9003;
	margin-top:40px;
}

.title02{
	font-size:60px;
}

.title03{
	font-size:26px;
}


/*---------------------------------------------
	Menu
  ---------------------------------------------*/

#menu{
	width:100%;
	height:60px;
	text-align:center;
	margin-top:30px;
	font-weight:800;
	background-color: rgba(0, 0, 0, 0.8);
}

#menu_list{
	width:1000px;
	height:100%;
	text-align:center;
	margin:0 auto 0;
}

#menu_list ul{
	padding: 0px;
	margin: 0px;
	display: flex;
	display: -webkit-box; //これ
	display: -webkit-flex;
	justify-content: center;

}
#menu_list li{
	width:250px;
	height:60px;
	margin:0;
	text-align:center;
	font-size:13px;
	position: relative;
}

#menu_list li p{
	width:100%;
}

#menu_list li+ li{
	font-size:16px;
}

#menu_list li a:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu_list li a:after{
	content: "";
	height:50px;
	width:250px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	left: 0px;
	top: 5px;
	bottom: 0;
}

#menu_list li+ li a:after{
	content: "";
	border-left: none;
}

#menu_list li a{
	width:100%;
	height:100%;
	display: flex;
	display: -webkit-box; //これ
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transform: rotate(0.05deg);
}

#menu_list li a:hover{
	background-color: rgba(218, 114, 3, 1);
	-webkit-transition: all .6s;
	transition: all .6s;
}

#menu_list li a:hover:after{
	border-right: none;
	border-left: none;
	-webkit-transition: all .6s;
	transition: all .6s;
}

#menu_list li a:hover:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all .6s;
	transition: all .6s;
}



/*---------------------------------------------
	Detail
  ---------------------------------------------*/

#detail{
	width:1000px;
	margin:40px auto 0;
	text-align:center;
}


.term{
	color:#000;
	font-size:20px;
	font-weight:800;
	transform: rotate(0.05deg);
	margin:20px 0 20px;
	padding-top: 3px;
	width: 650px;
	height: 50px;
	display: inline-block;
	background: #fff000;
	border: 5px solid #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}


/*---------------------------------------------
	CD Slider
  ---------------------------------------------*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 160px;
	overflow: hidden;
	position: absolute;
transform: translate3d(0,0,0);
}

.loopSlider {
	margin: 20px auto;
	width: 100%;
	height: 160px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

.loopSlider ul {
	float: left;
	overflow: hidden;
	margin:0;
	padding:0;
}

.loopSlider ul li {
	width: 135px;
	height: 135px;
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #ccc;
	margin:13px 5px;
	padding:0;
}

.loopSlider ul li:first-child{
} 


.loopSlider ul li:last-child{
} 

.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}


/*---------------------------------------------
	Page
  ---------------------------------------------*/

.page{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}


.page_title{
	width:100%;
	height:85px;
	margin-bottom:20px;
}

.page_title p{
	height:85px;
	color:#fff;
	font-size:50px;
	font-weight:800;
	transform: rotate(0.05deg);
	transform: skewX(-11deg);
	display: inline-block;
	margin:0;
	padding:0;
}

.color1{ background: linear-gradient(-135deg, #290a59, #ff7c00); background:-webkit-gradient(-135deg, #290a59, #ff7c00); background:-webkit-linear-gradient(-135deg, #290a59, #ff7c00); }
.color2{ background: linear-gradient(-135deg, #fd7c00, #00601b); background:-webkit-gradient(-135deg, #fd7c00, #00601b); background:-webkit-linear-gradient(-135deg, #fd7c00, #00601b); }
.color3{ background: linear-gradient(-135deg, #bdcf0a, #cc0045); background:-webkit-gradient(-135deg, #bdcf0a, #cc0045); background:-webkit-linear-gradient(-135deg, #bdcf0a, #cc0045); }
.color4{ background: linear-gradient(-135deg, #16BFFD, #CB3066); background:-webkit-gradient(-135deg, #16BFFD, #CB3066); background:-webkit-linear-gradient(-135deg, #16BFFD, #CB3066); }



/*---------------------------------------------
	News
  ---------------------------------------------*/

#news_list{
	width:1000px;
	max-height:250px;
	margin:50px auto 30px;
	padding:10px 30px;
	border: solid 7px #ff7c00;
}

#news_list ul{
	padding: 0;
	margin: 0;
	text-align:left;

}
#news_list li{
	padding: 10px 0;
	margin: 0;
	width:100%;
	font-size:16px;
	border-bottom: solid 2px #fff;
}

#news_list li:last-child{
	border-bottom: none;
}

.news_date{
	padding-left:20px;
	width:160px;
	float:left;
}

.news_title{
	overflow:hidden;
	zoom:1;
}


/*---------------------------------------------
	About
  ---------------------------------------------*/

.rule_title {
	width: 300px;
	padding: 0.5em 1em;
	margin: 30px 0 10px;
	font-size:18px;
	font-weight: bold;
	border: solid 3px #ff1798;
	display: inline-block;
}

.rule_title p {
	color: #ff1798;
	margin: 0; 
	padding: 0;
}

.rule_detail {
	margin:0 auto 0;
	width:460px;
	height:45px;
	font-size:20px;
	font-weight: bold;
	color: #ff1798;
	border-bottom: solid 3px #ff1798;
}

.rule_link {
	margin:50px auto 150px;
	width:460px;
	height:45px;
	font-size:50px;
	font-weight: bold;
	text-align:center;
}

.rule_link a{
	position: relative;
	display: inline-block;
}
.rule_link a:before {
	content: "";
	position: absolute;
	padding: 0 auto 0;
	margin-left:90px;
	margin-top:90px;
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


/*---------------------------------------------
	Schedule
  ---------------------------------------------*/

.schedule_list{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	transform: rotate(0.05deg);
}

.schedule_list_box{
	margin:40px 0;
	display: inline-block;
	float:left;
}

.schedule_list_box li{
	width:400px;
	padding:5px;
}

.schedule_list_box li:hover{
	background-color: rgba(218, 114, 3, 1);
	-webkit-transition: all .6s;
	transition: all .6s;
}

.schedule_list_date{
	padding-left:10px;
	width:170px;
	float:left;
	background-color:#fff000;
	color:#000;
}

.schedule_list_place{
	overflow:hidden;
	zoom:1;
	padding-left:15px;
	text-align:left;
}

.schedule_box{
	width:100%;
	background-color:#eee;
	color:#000;
}

.schedule_title{
	border-top: 5px solid #dcdcdc;
	width:100%;
	padding:0 auto 0;
	background-color:#fff;
	width:100%;
	height:60px;
	margin-bottom:10px;
}

.schedule_title p{
	height:85px;
	color:#000;
	font-size:30px;
	font-weight:800;
	transform: rotate(0.05deg);
	transform: skewX(-11deg);
	display: inline-block;
	margin:0;
	padding:0;
}

.schedule_detail_wrap{
	padding:0;
	width:1000px;
	margin:0 auto 20px;
	text-align:left;
}

.schedule_detail{
	padding:10px;
	width:400px;
	float:left;
	transform: rotate(0.05deg);
	font-weight:800;
	font-size:16px;
}

.schedule_ticket{
	padding:10px;
	width:600px;
	overflow:hidden;
	zoom:1;
	transform: rotate(0.05deg);
	font-weight:600;
}

.schedule_map{
	margin:0 auto 30px;
	height:300px;
	width:1000px;
	border: 5px solid #dcdcdc;
	display: inline-block;
}


.schedule_detail_wrap a{
	color:#000;
	text-decoration: underline;
}


/*---------------------------------------------
	Vote
  ---------------------------------------------*/

#vote{ padding-bottom:50px; }

.vote_head_num{
	height:50px;
	width:50px;
	background-color:#e4007f;
	font-weight:800;
	font-size:30px;
	display: inline-block;
	margin:0 auto 10px;
}

.vote_head_detail{
	font-weight:700;
	font-size:24px;
	margin:0 auto 10px;
	text-decoration: underline;
}


.label-radio input[type="radio"]{
  display: none;
}
.label-radio{
	cursor: pointer;
	color: #828c9a;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	float:left;
}
.label-radio .lever:before{
	  background: #fff;
	  content:'';
	  border: 1px solid #ddd;
	  width: 20px;
	  height: 20px;
	  margin-right: 10px;
	  display: inline-block;
	  vertical-align: middle;
	  border-radius:10px;
	  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	  -o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	  transition: all 800ms cubic-bezier(1, 0, 0, 1);
	  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:before{
	  opacity: 0;
	  background: #eee;
	  border-color: #eee;
       -moz-transform:scale(2);
    -webkit-transform:scale(2);
        -ms-transform:scale(2);
         -o-transform:scale(2);
	  transform:scale(2);
}
.label-radio .lever:after{
	  content:'';
	  opacity: 0;
	  position: absolute;
	  left: 8px;
	  top: 0px;
	  width:8px;
	  height: 16px;
	  border-right: 2px solid #ddd;
	  border-bottom: 2px solid #ddd;
       -moz-transform:rotate(-200deg);
    -webkit-transform:rotate(-200deg);
        -ms-transform:rotate(-200deg);
         -o-transform:rotate(-200deg);
	  transform:rotate(-200deg);
	  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	  transition: all 400ms cubic-bezier(1, 0, 0, 1);
	  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:after{
	  opacity: 1;
	  position: absolute;
	  left: 8px;
	  top: 0px;
	  width:8px;
	  height: 16px;
	  border-right: 4px solid #e4007f;
	  border-bottom: 4px solid #e4007f;
       -moz-transform:rotate(40deg);
    -webkit-transform:rotate(40deg);
        -ms-transform:rotate(40deg);
         -o-transform:rotate(40deg);
	  transform:rotate(40deg);
}


.vote_disc_wrap{
	width:1000px;
	margin:0 auto 0;
}

.vote_disc_box{
	display: -webkit-box; //これ
	display: -webkit-flex;
	display:flex;
}

.vote_disc_detail{
	color:#000;
	background-color:#fff;
	width:400px;
	margin:2px;
	padding:20px 30px;
	text-align:left;
}

.vote_disc_detail_number{
	padding:3px 5px;
	border: 1px solid #000;
	font-weight:600;
	float:left;
	margin-right:10px;
	font-size:14px;
}

.vote_disc_detail_date{
	font-weight:600;
	padding:3px 5px;
	font-size:16px;
}

.vote_disc_detail_title{
	margin:10px 0;
	font-size:24px;
	font-weight:800;
	clear:both;
}

.vote_disc_detail_img{
	height:135px;
	width:135px;
	padding:0;
	margin:0;
	overflow: hidden;
}

.vote_disc_detail_img img{
	height:135px;
	width:135px;
}


.vote_disc_song{
	width:592px;
	background-color:#eee;
	margin:2px;
}

.vote_disc_song_title{
	padding:10px 30px;
	width:100%;
	text-align:left;
	border-bottom: 2px solid #b5b5b5;
}
.vote_disc_song_title:last-child{
	margin-bottom:20px;
}

.vote_disc_song_title label{
	color:#000;
	margin-left:0px;
	font-size:22px;
	font-weight:800;
}

.vote_disc_song_title input[type=checkbox] {
	display: none;
}


.no_vote_wrap {
	background-color:#ddd;
}

.no_vote {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 2px 0 0 70px;
	vertical-align: middle;
	color:#000;
	margin-left:0px;
	font-size:22px;
	font-weight:800;
}

.label-check {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 2px 0 0 70px;
	vertical-align: middle;
	cursor: pointer;
}
.label-check:hover:after {
	border-color: #e4007f;
}

.label-check:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 6px;
	content: '';
}
.label-check:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 23px;
	display: block;
	margin-top: -6px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #e4007f;
	border-bottom: 3px solid #e4007f;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .label-check:before {
	opacity: 1;
}
input[type=checkbox]:checked + .label-check:after {
	border-color: #e4007f;
}


.vote_button{
	display: inline-block;
	background-color: #e4007f;
	border: 10px solid #fff;
	margin:50px auto 0;
}

.vote_button button {
	cursor:pointer; /*←PCブラウザ用にカーソルを指先型に変化させます*/
	border: none;   /*デフォルトの枠を消します*/
	background:none;/*背景色を指定*/
	color:#fff;
	font-size:40px;
	padding:10px 40px;
	height:100%;
	width:100%;
	font-weight:600;

}
#modal-overlay{
	z-index:10000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
#modal-content{
	color:#333;
	width:30%;
	margin:0 auto 0;
	padding:10px 20px;
	border:10px solid #e4007f;
	background:#fff;
	z-index:100000;
	position:fixed;
	display:none;
}

#modal-content p{
	width:100%;
}


.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	display: block;
	min-width:100px;
	color:#fff;
	background:#e4007f;
	text-align:center;
	margin:0 auto 20px;
	font-weight:600;
	font-size:16px;
	transform: rotate(0.05deg);
	padding:10px;
}
 
.button-link:hover{
	cursor:pointer;
	color:#fff;
}

#m-p{
	width:100%;
	text-align:center;
	font-weight:600;
	font-size:20px;
	transform: rotate(0.05deg);

}

.m-p-s{
	color:#777;
	padding:30px 0 10px;
	font-weight:600;
	font-size:16px;
}
.m-p-ss{
	color:#777;
	padding:20px 0 10px;
	font-weight:600;
	font-size:12px;
}

@media screen and (max-width:1000px){

#modal-content{
	width:95%;
}

#m-p , .button-link{
	font-size:300%;
}
.m-p-s , .m-p-ss{
	transform:scale(2,2);
}
}
/*---------------------------------------------
	Footer
  ---------------------------------------------*/

.home{
	padding:20px;
	border: 5px solid #fff000;
	font-weight:600;
	margin:0px auto 0;
	font-size:20px;
	width:1000px;
	height:170px;
}

#home a{
	display:inline-block;
}

.home svg{
	fill:#fff;
}
/*---------------------------------------------
	Text
  ---------------------------------------------*/

H1{
	transform: rotate(0.05deg);
	font-weight:800;
}
H2{
	transform: rotate(0.05deg);
	font-weight:700;
}

.text{
	transform: rotate(0.05deg);
}

.big{
	font-size:200%;
}

.big2{
	margin:50px 0;
	font-size:150%;
}

#footer{
	width:100%;
	height:70px;
	text-align:center;
	margin-top:30px;
	background-color: #da9003;
}


#footer p{
	width:1000px;
	margin:0 auto 0;
	text-align:center;
	padding:20px;
	font-size:10px;
}


.none{
	display:none;
}

/*---------------------------------------------
	Loading
  ---------------------------------------------*/

#loading {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow: hidden;
}

#loading p {
	position: absolute;
	width: 100%;
	height: 123px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#loading p img:first-child {position: relative;}
#loading p img:last-child {display: none;}

#loading-bg {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	right: 60px;
	background-color: #383b3b;
}
















.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0 0 33px;
	margin: 0 0 0;
	border-bottom: 6px solid #cccccc; }
	.page-nav__item a {
		display: block;
		padding: 8px 12px 8px 5px;
		line-height: 1; }
		.page-nav__item a:before {
			color: #accd7e;
			content: '??';
			position: relative;
			margin-right: 5px;
			top: -.2em; }
		.page-nav__item a.current {
			background-color: #ffcfcf; }
			.page-nav__item a.current:before {
				color: #fff; }
		.page-nav__item a:hover {
			background-color: #ffcfcf; }
			.page-nav__item a:hover:before {
				color: #fff; }

.container {
	width: 1000px;
	padding: 0;
	margin: auto; }
	* + html .container {
		zoom: 1; }
	.container:after {
		content: "";
		clear: both;
		display: block;
		height: 0; }

