﻿
/* ============================================
#共通タグ
=============================================== */

body {
	font-family: "Sawarabi Gothic";
	line-height: 1.75;
	color: #333;
	background-color: #FFF;
	height: 100%;

}

body {

}

a {
}

a:hover {
}

img {

}

img.bnr {
	height:70px;
	display:block;
	margin:0 auto;
	padding:0.5em 0;
	border:1px solid #DEDEDE;
}

img.bnr:hover {
	opacity:0.7;
}

.wrapper {
	margin: auto;
	padding: 80px;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ===============================================
#ヘッダー
=============================================== */
.header {
}

/* ===============================================
#グローバルナビ
=============================================== */
.navi {
}

/* ===============================================
#パンくず
=============================================== */
.breadCrumbs {
}

/* ===============================================
#サイドバー
=============================================== */
.sidebar {
}

/* ===============================================
#メインコンテンツ
=============================================== */
.main {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 15px;
}

.images img {
	display: block;
	margin: 60px auto;
	width: 100%;
	max-width: 180px;
}

.pc {
	display: block;
	margin:10% auto 5% auto;
	width:100%;
	max-width:480px;
}

.sp {
	display: none;
}

h2 {
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 1em;
	margin: 2em 0;
}

ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:90%;
	max-width: 1000px;
}

ul li {
	padding-bottom: 0.5em;
}

ul li i {
	font-size:0.85em;
	font-weight: bold;
	font-style: normal;
	color:#ED4200;
}

ul li span {
	font-size:0.75em;
}

.sns {
	text-align: center;
}


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

.wrapper {
	padding: 15px 15px 15px;
}

.pc {
	display: none;
}

.sp {
	display: block;
	margin:15% auto;
	width:100%;
	max-width:120px;
}

}

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

.main {
	padding-bottom: 15px;
}

.pc {
	display: none;
}

.sp {
	display: block;
	margin:15% auto;
	width:100%;
	max-width:100px;
}

}

/* ===============================================
#フッター
=============================================== */
.footer {

	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 20px;
	font-size:8px;
	color:#E0E0E0;
}

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




}

/* CSSアニメーション */
.appear {
	/*transform-origin:center top;*/
	animation:show 1500ms both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:0ms;}
.d2 {animation-delay:0ms;}
.d3 {animation-delay:2s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}


/* ===============================================
#passing_members
=============================================== */

.passing_members h3{
	text-align: center;
}

.passing_members ul li{
	padding-bottom:1em;
}

/* BUTTON */

a.btn{
	line-height: 1.4;
	padding: 0.7em 1em;
	background: #e84709;
	background-size: 15px 24px;
	-webkit-background-size: 15px 24px;
	-moz-background-size: 15px 24px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition:all 0.6s;
}

a.btn.green{
	background: #5eab62;
}

a.btn.purple{
	background: #934f8b;
}


a.btn:hover{
	opacity: 0.8;
}

input.btn {
	width: 80%;
	margin: 15px auto 30px;
	padding: 3%;
	font-size: 150%;
}


input.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

input.btn::before,
input.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
input.btn,
input.btn::before,
input.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/**/

input.btn {
  position: relative;
  background-color: #e84709;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #f67747;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	width:90%;
}
input.btn:hover {
  top: -4px;
  box-shadow: 0 7px 0 #f67747;
}
input.btn:active {
  top: 3px;
  box-shadow: none;
}

@media (max-width: 767px) {
	input.btn {
		width:100%;
 }
}
/**/

.rank_btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #e84709;
	border-radius: 4px;
	border: 2px solid #e84709;
}

.rank_btn::before,
.rank_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.rank_btn,
.rank_btn::before,
.rank_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rank_btn:hover {
  letter-spacing: 5px;
}


/* ===============================================
#vote_list
=============================================== */

.logo h1 a{
		display: block;
		width:180px;
		height:228px;
		margin: 0 auto;
		background: url(../images/img_logo.jpg) no-repeat top center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size:  cover;
		text-indent: -9999px;
}

div.intro {
	max-width:1000px;
	width:90%;
	margin: 0 auto;
}

div.intro dl {
	border-bottom: none;
}

div.intro dt,
div.intro dd {
	padding: 0.2em 0.7em;
}

div.intro dt {
	background: #E84709;
	color: #fff;
}

div.intro dd {
	background: #FFF;
	margin-left:0;
	padding-bottom:1em;
}

div.intro dd ul{
	width:100%;
}

div.intro dd ul li{
	color:#231815;
	padding-bottom: 0;
	padding-left:1em;
	text-indent:-1em;
}

div.listArea h3{
	color:#5eab62;
	border-bottom: 2px solid #5eab62;
}

div.listArea ul li a{
	text-decoration: none;
}


div.listArea ul li a:hover{
	text-decoration: underline;
}



/* ===============================================
#vote_page
=============================================== */

div.candidate {
	max-width:1000px;
	width:90%;
	margin:0 auto;
}

div.candidate img{
	display: block;
	width:60%;
	margin:0 auto;
	max-width:600px;
	border:1px solid #231815;
}

div.candidate h2 {
	word-wrap: break-word;
	font-size: 130%;
	margin: 20px 0;
}

div.candidate a.btn{
	width:87%;
	margin:0 auto;
}

@media (max-width: 767px) {
	div.candidate a.btn{
		width:auto;
 }
}

/* ------------------------------------
 * MOVIE
 * ------------------------------------ */


 #movie .player {
 	width: 90%;
 	padding-top: 53.4%;
	margin:5% auto 0;
 }

 #movie p{
 	color:#fff;
 }


 .player {
 	position: relative;
 	//width: 100%;
 	//margin: 5% auto;
 	padding-top: 56.25%;
 }
 .player iframe,
 .player > div {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 100% !important;
 	height: 100% !important;
 }
 video {
 	display: block;
 	width: 60%;
 	margin: 0;
 }

 /* HIDE DOWNLOAD Video BUTTON */
 video::-internal-media-controls-download-button {
 	display: none;
 }
 video::-webkit-media-controls-enclosure {
 	overflow: hidden;
 }
 video::-webkit-media-controls-panel {
 	width: calc(100% + 30px);
 }
 .video > audio {
 	width: 100%;
 }

 .video {
 	width: 100% !important;
 }
 .video > audio {
 	width: 105% !important;
 }

 /* Chrome 29+ */ /* HIDE DOWNLOAD Audio BUTTON */
 @media screen and (-webkit-max-device-pixel-ratio:0) and (max-resolution:.001dpcm) {
 .video {
 	overflow: hidden;
 	width: 210px;
 	margin: 0 auto;
 }
 .video > audio {
 	width: 300px;
 }
 }

 @media (max-width: 767px) {
  #movie .player {
 		width: 100%;
 		padding-top: 56.25%;
 }
 	video {
 		width: 100%;
 		margin: 0 auto;
 	}
 }


 /* ========= #listArea============ */

 .listArea{
 	max-width: 1000px;
  width: 90%;
 	margin:0 auto;
 	box-sizing: border-box;
 }

 .listArea h1{
 	text-align: center;
 	font-size:110%;
 }

 .listArea h2{
 	margin:0;
 	font-size: 14px;
 	letter-spacing:0;
 }

 ul#list{
 	width:96%;
 	margin:0 auto;
 }


 /* LIST BOX */

 .listBox {
 	margin: 16px 2% 0;
 	display: -webkit-flex; /* Safari */
 	display: flex;
 	-webkit-justify-content: space-between; /* Safari */
   justify-content:         space-between;
   -webkit-flex-wrap: wrap; /* Safari */
   flex-wrap:         wrap;
 	word-break : break-all;
 }


 .listBox li {
 	width: 18%;
 }

 .listBox li.empty_item{
 	width: 18%;
 }

 .listBox li div {
 	border:1px solid #000;
 }

 li:nth-child(odd),
 li:nth-child(odd) a{
 	color: #e84709;
 }

 li:nth-child(even),
 li:nth-child(even) a{
 	color: #5eab62;
 }

 .listBox li img {
 	display: block;
 	width:100%;
 	border:1px solid #231815;
 }

 @media (max-width: 767px) {

 	.listBox {
 		margin: 15px 0;
 	}

 	.listBox::after{
 	  content:"";
 	  display: block;
    width:30%;
 	}

 	.listBox li {
 		width: 30%;
 	}

	.empty_item{
		display: none;
	}
 }
