@charset "utf-8";

/*基本設定
---------------------------------------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 20px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.5;
}
@media screen and (max-width:1199px) { /* SP */
	body { font-size: 16px; }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a { color: #000; }
a:hover {
	color: #ed1e79;
	text-decoration: none;
}

a > img { background:none!important; }
 
a:hover > img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* フォント
---------------------------------------------------------------------------*/
@font-face {
	font-family: 'rondeB';
	src: url('../font/Ronde-B_square.otf') format('opentype');
}
.en_font { font-family:"rondeB"; }

/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:1200px) { /* PC */
	.pc_none { display: none; }
}
@media screen and (max-width:1199px) { /* SP */
	.sp_none { display: none; }
}

/***幅***/
.inner03 { padding: 0 20px; }
@media screen and (min-width:1200px) { /* PC */
	.inner, .inner02 {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1199px) { /* SP */
	.inner02 { padding: 0 20px; }
}


/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*コンテナー
---------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
}
@media screen and (max-width:999px) { /* SP */
	#wrapper { width: auto; }
}

/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-image: url("../img/top_bg.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 800px;
}
#header .catch {
	display: block;
	margin: auto;
	z-index: 1;
	position: absolute;
	height: 700px;
	width: 700px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media screen and (max-width:599px) { /* SP */
	#header { height: 600px; }
	#header .catch { 
		width: 100%;
		height: auto;
	}
}

#header_second {
	width: 100%;
	background-image: url("../img/top_bg.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 100px;
}
@media screen and (max-width:1199px) { /* SP */
	#header_second { height: 60px; }
}

/*トップエリア
---------------------------------------------------------------------------*/
#top_area { 
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	position: fixed;
}
#top_area .col_01 { float: left; }
#top_area .col_02 { float: right; }
#top_area .col_03 { float: right; }
@media screen and (min-width:600px) { /* PC */
	#top_area { height: 90px; }
}
@media screen and (max-width:1199px) { /* SP */
	#top_area { height: 60px; }
}
.header_scroll { background: rgba(0,0,0,.8); }

/*トップロゴ */
#top_logo img { width: 100%; }
#top_logo {
	width: 320px;
	margin: 10px 0 0 50px;
}
@media screen and (max-width:1199px) { /* SP */
	#top_logo {
		width: 160px;
		margin: 12px 0 5px 15px;
	}
}
@media screen and (max-width:320px) { /* SP */
	#top_logo {
		width: 140px;
		margin: 12px 0 5px 15px;
	}
}

/* エントリーボタン */
.entry_btn { 
	display: inline-block;;
	background-color: #ed1e79;
	text-align: center;
	padding: 15px 0;
	margin: 20px 30px 0 0;
	border-radius: 30px;
	width: 200px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}
.entry_btn:hover { 
	background-color: #f261a1;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	color: #fff;
}
.insta_btn {
	display: inline-block;
	margin: 25px 50px 0 0;
	width: 40px;
}
.insta_btn img { width: 100%; }
@media screen and (max-width:1199px) { /* SP */
	.entry_btn { 
		padding: 8px 0;
		margin: 10px 10px 0 0;
		width: 120px;
		font-size: 14px;
	}
	.insta_btn {
		margin: 15px 10px 0 0;
		width: 30px;
	}
}
@media screen and (max-width:320px) { /* SP */
	.entry_btn { 
		padding: 7px 0;
		margin: 11px 5px 0 0;
		width: 110px;
		font-size: 13px;
	}
	.insta_btn {
		margin: 15px 10px 0 0;
		width: 25px;
	}
}

/* メニュー */
#menu {
	position: relative;
	background-color: #ed1e79;
	width: 100%;
}
#menu li {
	float: left;
	width: 33%;
}
#menu li:first-child { border-left: none; }
#menu li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 20px 0;
	text-decoration: none;
}
#menu li a:hover { opacity: 0.5; }
@media screen and (max-width:1199px)  { /* タブレット */
	#menu li a { font-size: 20px; }
}

/* 中身（ヘッダー、フッター以外）
---------------------------------------------------------------------------*/
#container { position: relative; }

/*コンテンツ
---------------------------------------------------------------------------*/
@media screen and (min-width:1200px) { /* PC */
	.contents { padding: 100px 0; }
}
@media screen and (max-width:1199px) { /* SP */
	.contents { padding: 60px 0; }
}

/*タイトル
---------------------------------------------------------------------------*/
.title01 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	color: #ed1e79;
}
.title01 span {
	font-size: 80px;
	display: block;
	line-height: 1.2;
}
@media screen and (max-width:1199px) { /* SP */
	.title01 { font-size: 20px; }
	.title01 span { font-size: 50px; }
}

.title02 {
	text-align: center;
	font-size: 30px;
	position: relative;
	padding: 0.25em 1em;
	border: solid 2px black;
	border-radius: 3px 0 3px 0;
	max-width: 800px;
	width: 80%;
	margin: 0 auto 30px;
}
.title02:before, .title02:after {
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
  border: solid 2px black;
  border-radius: 50%;
}
.title02:after {
  top:-12px;
  left:-12px;
}
.title02:before {
  bottom:-12px;
  right:-12px;
}
@media screen and (max-width:1199px) { /* SP */
	.title02 { font-size: 20px; }
}

.title03 {
	font-size: 24px;
	margin-bottom: 10px;
}
.title03:before {
	content: "◆\0020";
	color: #000;
}
@media screen and (max-width:768px) { /* SP */
	.title03 { font-size: 18px; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
/* ページトップ */
#page_top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	background-color: rgba(237,30,121,0.5);
}
#page_top:hover { background-color: #ed1e79; }
#page_top span { 
	position: relative;
	display: block;
}
#page_top span:before {
	content: "\f062";
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 8px;
	left: 13px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
#footer a {
	display: block;
	margin-bottom: 10px;
}
#copyright {
	margin-top: 10px;
	border-top: 1px solid #000;
	padding-top: 10px;
}
@media screen and (min-width:1200px) { /* PC */
	#footer a img { width: 300px; }
}
@media screen and (max-width:1199px) { /* SP */
	#footer a img { 
		width: 80%;
		max-width: 300px;
	}
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright { text-align: center; }
#copyright small { font-size: 12px; }


/**************************************/
/* 共通パーツ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* ボタン */
/*---------------------------------------------------------------------------*/
.btn01 { 
	display: block;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
	color: #fff;
	background-color: #ed1e79;
	border-radius: 10px;
	font-weight: bold;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}
.btn01:hover {
	color: #fff;
	opacity: 0.7;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
@media screen and (max-width:1199px) { /* SP */
	.btn01 { 
		font-size: 18px;
		padding: 20px 0;
	}
}

/*---------------------------------------------------------------------------*/
/* リスト */
/*---------------------------------------------------------------------------*/
/* ドットリスト */
.dot_list > li { 
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

/* 数字リスト */
.number_list { counter-reset: kome_count 0; }
.number_list > li { 
	margin-left:2em;
	text-indent:-2em;
}
.number_list > li:before { 
	counter-increment: kome_count;
	content: counter(kome_count) ".\0020";
}

.kome_list > li {
	padding-left: 1.5em;
	position: relative;
}
.kome_list > li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "※.\0020";
}

/* テーブル */
@media screen and (min-width:1000px) { /* SP */
	.schedule_table {
		width: 100%;
	    table-layout: fixed;
	    border-top: 1px solid #fff;
	    max-width: 1000px;
	    width: 100%;
	    margin: 0 auto;
	}
	.schedule_table th, .schedule_table td {
		padding: 2rem;
		border-bottom: 1px solid #000;
	}
	.schedule_table th {
		width: 25%;
		text-align: center;
		color: #fff;
	    font-size: 20px;
	    font-weight: bold;
	    background: #000;
	    border-bottom: 1px solid #fff;
	}
	.schedule_table td { 
		background-color: #fff;
		font-size: 24px;
  	}
	.schedule_table tr:last-child td { border-bottom: none; }
 }
@media screen and (max-width:999px) { /* SP */
	.schedule_table {
		width: 100%;
		table-layout: fixed;
	}
	.schedule_table th, .schedule_table td {
		display: block;
		padding: 1.5rem;
	}
	.schedule_table th {
	    text-align: center;
	    color: #fff;
	    font-size: 16px;
	    font-weight: bold;
	    background: #000;
	    border-bottom: 1px solid #fff;
	}
	.schedule_table td { 
		background-color: #fff;
		font-size: 20px;
  	}
 }
 
 
/* 表風リスト */
@media screen and (min-width:768px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		float: left;
		padding: 10px;
		width: 90px;
		font-weight: bold;
	}
	.tb_list > dd {
		margin-left: 90px;
		padding: 10px;
	}
	.tb_list > dt:first-child, .tb_list > dd:nth-child(2) { border-top: none; }
}
@media screen and (max-width:767px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		display: block;
		padding-top: 10px;
		font-weight: bold;
	}
	.tb_list > dd {
		display: block;
		padding-bottom: 10px;
	}
}

/* 流れ */
.flow_list { 
	counter-reset: flow_number;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.flow_list > li {
	padding: 50px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	position: relative;
	margin-bottom: 50px;
	background-color: #fff;
	text-align: left;
}
.flow_list > li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 90px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.flow_list > li:last-child { margin-bottom: 0; }
.flow_list > li:last-child:after { content: none; }
.flow_list > li .title {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	margin-left: 55px;
}
.flow_list > li .title:before {
	content: counter(flow_number);
	counter-increment: flow_number;
	background-color: #ed1e79;
	font-size: 20px;
	color: #fff;
	display: block;
	float: left;
	padding-top: 5px;
	margin-top: -5px;
	margin-left: -55px;
	text-align: center;
	height: 35px;
	width: 40px;
	border-radius: 50%;
}
.flow_list > li .title span {
	display: inline-block;
	margin-left: 10px;
	font-size: 80%;
}
@media screen and (max-width:1199px) { /* SP */
	.flow_list > li { padding: 30px; }
	.flow_list > li .title { 
		font-size: 18px;
		margin-left: 40px;
	}
	.flow_list > li .title:before {
		font-size: 18px;
		padding-top: 3px;
		margin-top: -3px;
		margin-left: -40px;
		height: 27px;
		width: 30px;
	}
}

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.img01 {
	display: block;
	margin: 0 auto;
}
.img02 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width:1199px) { /* SP */
	.img01 { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* リンク */
/*---------------------------------------------------------------------------*/
.gaibu_link {
	position: relative;
	padding: 0 25px 0 0;
}
.gaibu_link:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/ic_link.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------------------------------*/
/* フレーム */
/*---------------------------------------------------------------------------*/
.frame01 {
	background-color: rgba(255,255,255,0.7);
	padding: 50px;
	border-radius: 10px;
}
@media screen and (max-width:1199px) { /* SP */
	.frame01 { padding: 20px; }
}

.frame02 {
	border: 5px solid #f15a24;
	background-color: #fff;
	padding: 50px;
}
@media screen and (max-width:1199px) { /* SP */
	.frame02 { padding: 20px; }
}

/*---------------------------------------------------------------------------*/
/* その他 */
/*---------------------------------------------------------------------------*/
.alert { color: #ff0000; }
.marker_yellow { background: linear-gradient(transparent 60%, #ffff66 60%); }
/* ※ */
.kome { 
	margin-left:1.5em;
	text-indent:-1.5em;
}
.kome:before { content: "※\0020"; }


/**************************************/
/* 個別ページ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* TOPページ(/) */
/*---------------------------------------------------------------------------*/
/* コンテスト概要 */
#detail {
	background-color: #d4eef9;
	background-size: 10px 10px;
	background-image:
		linear-gradient(45deg,  #fff 25%, #fff 25%, transparent 25%,
		transparent 75%, #fff 75%, #fff 75%),
		linear-gradient(-45deg, #fff 25%, #fff 25%, transparent 25%,
		transparent 75%, #fff 75%, #fff 75%);
}
#detail iframe { 
	width: 100%;
	height: 200px;
}

/* 映画 */
#detail .movie_area .title {
	font-size: 24px;
	text-align: center;
	background-color: #ed1e79;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
#detail .movie_area .sub_title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#detail .movie_area .sent { 	
	font-size: 16px;
}
#detail .movie_area .img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 150px;
}
@media screen and (min-width:1200px) { /* PC */
	#detail .movie_area .col { 	
		float: left;
		width: 450px;
	}
	#detail .movie_area .img { float: right; }
}
@media screen and (max-width:1199px) { /* SP */
	#detail .movie_area .title { font-size: 18px; }
	#detail .movie_area .sub_title { 
		font-size: 22px;
		text-align: center;
	}
}

/* エントリー・投票 */
#ticket {
	width: 100%;
	background-color: #fcee21;
	text-align: center;
}
@media screen and (max-width:1199px) { /* SP */
	#ticket .mail_img { 
		max-width: 230px;
		width: 100%;
	}
}

/* 注意事項 */
#terms {
	background: linear-gradient(#231815 15%, transparent) repeat-x, repeating-linear-gradient(-48deg, #5e0c30, #a51554 6px, #ed1e79 0, #ed1e79 12px);
}

/* エントリー */
@media screen and (min-width:769px) { /* PC・タブレット */
	#entry .col { height: 130px; }
}


/* end */
#end {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#end_cont {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1000;
}
#end_cont img { max-width: 800px; }
#end_cont p { 
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}
#end_cont iframe { height: 500px; }
@media screen and (max-width:1199px) { /* SP */
	#end_cont { top: 60px; }
	#end_cont p {  font-size: 18px; }
	#end_cont iframe { height: 300px; }
}
