@charset "UTF-8";
/*----------------------------------------------------
	base
----------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

* html *{    /*for Win IE6*/
	zoom: normal;
	}

html {
	overflow-y:scroll;
}
html,body {
	width:100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-family: "Mplus 1p";
	font-size: 15px;
	width:100%;
	margin: auto;
	padding: auto;
	text-align: left;
	line-height: 1.5;
	color: #333333;
}

a img {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}


a:hover img{
  opacity:0.8;
  filter: alpha(opacity=80);
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
 margin-top: 0px;
 margin-bottom: 0px;
}

img {
	vertical-align: bottom;
}

.sp_br {
	display:none;
}

p {
	text-align: left;
}

.content01, .result_content {
	max-width:960px;
	margin: 0 auto;
    padding: 2em 1em;
}





/*----------------------------------------------------
	layout
----------------------------------------------------*/
header {
    background: #3ae0de;
    padding: 10px 0;
	text-align: center;
}

header img {
    width: 15%;
    padding: 0;
}

.main_visual {
	 width: auto;
	 height: auto;
	 background: url(../images/main_visual_PC.jpg) no-repeat center top;
	 background-size: cover;
	 margin: 0;
	 padding-top: 40%;
	 text-align: center;
 }



/*---------------------------------------------------------------
section01_area
-----------------------------------------------------------------*/
/*
  背景のシャボンの範囲設定
*/

#particles-js {
	position: absolute;
	top:300px;
	left:0;
	width:100%;
	height:1800px; /* コンテンツ範囲より下へはみ出る場合はここで調節 */
	z-index: -1;
}
/*#section01 {
	position: relative;
	background-image: url(../images/back.svg);
	background-repeat: repeat;
	background-position: center;
	background-size: 8%;
}
.content_bg { background: rgba(255,255,255,0.9); }
*/

.square_btn{
    display: block;
	margin: 0 auto 2em;
    padding: 0.5em 1em;
    text-decoration: none;
	background:linear-gradient(to top,#7f0ac7 20%,#c53de3 55%, #cd5ee6 100% );/*ボタン色*/
	border-bottom: solid 4px #5b11b0;/*ボタン下部*/
    color: #fff;
    border-radius: 10px;	
	font-size: 18px;
	width: 40%;
	text-align: center;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.last_text {
	margin-bottom:1.5em;
}



/*------------------------------------------------------
title
------------------------------------------------------*/

.h2_title {
	font-size:1.6em;
	font-weight: normal;
	margin:auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	background-color: #000;
	color: #fff;
	max-width: 930px;
	text-align: center;
}
.h2_title br{
	display: none;
}

.h3_title {
	position: relative;
	text-align: center;
	margin: 2em 0 1em;
}
.h3_title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
}
.h3_title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}



/*---------------------------------------------------------------
ul, li
-----------------------------------------------------------------*/

.disc {
    width: 95%;
    margin-left: 0.5em;
	margin-bottom: 1em;
	text-align: left;
}

.disc li {
    list-style-type: disc;
    list-style-position: inside;
	margin-bottom: 0.5em;
	text-align: left;
}

.normal {
	width: 100%;
	margin:1em;
	padding:2em;
	background: rgba(223,250,247,0.7);
}

ul .normal li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0.5em;
	text-align: left;
}



/*-----------------------------------------------------
result_area
------------------------------------------------------*/
.win_content {
	margin-top:3em;
}
.award_title img {
	width: 100%;
}
.award_title p {
	margin: 1.5em 0;
	font-size: 18px;
}
.title_test {
    position: relative;
    padding: 0 0 0.2em 1.5em;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.title_test::before,
.title_test::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.title_test::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 16px;
    height: 16px;
	background: rgba(150, 150, 150, .5);
}
.title_test::after {
    top: 0.6em;
    left: 0.6em;
    width: 11px;
    height: 11px;
	background: rgba(210, 210, 210, .5);
}
.cast_name {
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.winner ul {
	list-style-type: none;
	width:95%;
	margin:1em auto;
}
.cast_icon {
	margin-right: 1em;
	width:20%;
}
.listen {
	width:75%;
	margin-top:2em;
}
.cast_icon img {
	border-radius: 50%;
	width: 100%;
}
.listen img {
	width: 100%;
}
.cast_icon, .listen {
	display: inline-block;
	vertical-align: middle;
}
.comment_area {
	width:95%;
	background-color: rgba(201,201,201,0.4);
    padding: 20px;
    border-radius: 8px;
	margin:1.5em auto;
}
.judge {
    color: #196060;
    font-weight: bold;
    text-shadow: 1px 1px 4px #3ae0de;
    margin-bottom: 0.5em;
}

.hr {
	border-bottom: 1px solid #222;
    margin: 3em 0;
}

.end {
	margin:1em 0;
}

/*-----------------------------------------------------
youtube
------------------------------------------------------*/
.youtube_area {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube_area iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*-----------------------------------------------------
footer
------------------------------------------------------*/

footer {
	width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    color: #95989A;
    text-align: center;
    min-height: 50px;
    padding: 0.5em 0;
	background-color: #000;
}




