@charset "UTF-8";
/* CSS Document */

.pc,.gnavi,.header-change{
	display: none !important;
}

.twitter-timeline {
	height: 300px !important;
}

.debug-reset { display: none;}


#splash-text {
        /* 文字サイズを調整（例: 1.5rem。画面幅に合わせて変えたい場合は 5vw など） */
        font-size: 1.2rem !important;
        
        /* 文字の間隔を少し詰めたい場合は以下も調整 */
        letter-spacing: 0.05em;
        
        /* 左右に余白を作って端までいかないようにする場合 */
        padding: 0 5px;
        box-sizing: border-box;
    }
	
/* 星のスタイル */
.star {
	position: fixed;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	animation: twinkle 1.5s infinite ease-in-out;
}

/* きらきらアニメーション */
@keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* じわ〜っと光る柔らかい点滅 */
    @keyframes softTwinkle {
        0%, 100% { 
            opacity: 0.05; /* ほぼ消える */
            filter: blur(1px) drop-shadow(0 0 2px rgba(255, 243, 176, 0.2));
        }
        50% { 
            opacity: 0.9; /* 明るくなる */
            filter: blur(0px) drop-shadow(0 0 12px rgba(255, 243, 176, 0.8));
        }
    }


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break:break-all;
}

img{
	border:0;
	border-style:none;
	max-width: 100%;
	height: auto;
}

a img {
	border:0;
   border-style:none;
}

.lead,.lead2,.sp_apply_bt{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
	list-style:none;
}

body{
	display: block;
	width: 100%;
	background-color: #a7e6fd;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

/* レイアウト */
#wrapper{
	display:block;
	width:100%;
	margin:0;
	float:left;
	clear:both;
}

header{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
#toppage header{
	display: block;
    position: relative;
	width: 100%;
	clear: both;
}
.sp_header{
    display: block;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	z-index: 15 !important;
}
.sp_header img{
    display: block;
	width: 100%;
    height: auto;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
	float: left;
	clear: both;
}
.sp_header a{
    margin: 0 !important;
    padding: 0 !important;
}
#toppage main{
	display:block;
	position: relative;
	width:100%;
	margin:0 auto 0 auto;
	padding:0 0 0 0 !important;
	float:left;
	clear:both;
	z-index: 12 !important;
}
#secondary main{
	display:block;
	position: relative;
	width:100%;
	background-color: #fff;
	margin:0 auto 0 auto;
	padding:15px 0 0 0 !important;
	float:left;
	clear:both;
	z-index: 12 !important;
}
section{
	display:block;
	width:90%;
	margin:0 5% 20px 5%;
	float:left;
	clear:both;
}
aside{
	display:block;
	width:90%;
    min-height: 800px;
	margin:20px 0 0 0;
	padding: 15px 5% 20px 5%;
	background-color: #ebebeb;
	float:left;
	clear:both;
}

/* レイアウト */
#bg{
	width: auto;
	background:url("../images/2026bg.jpg") no-repeat fixed;
	background-size: 250% auto;
	background-position: top center;
	height:4000px !important;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}
#bg2{
	width: auto;
	background:url("../images/2026bg.jpg") no-repeat fixed;
	background-size: 250% auto;
	background-position: top center;
	height:2000px !important;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

article{
	display:block;
	float:left;
	clear:both;
}

footer{
	display:block;
	position: relative;
	width:100%;
	height:auto;
	color:#fff;
	background-color:#134A9F;
	text-align:center;
	padding:15px 0 30px 0;
	margin:0 auto;
	float:left;
	clear:both;
	z-index: 12;
}

.copyright{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width:98%;
	height:auto;
	text-align:right;
	color: #fff !important;
	font-size:10px;
	padding: 20px 1% 160px 1% !important;
	margin:30px 0 0 0 !important;
	background-image:url(../images/copyright.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #004CAD;
	float: left;
	clear: both;
}

.fnavi{
    display: none;
	width:96%;
	font-size:70%;
    color:#fff;
	line-height:180%;
	margin:0 2% 20px;
}

.fnavi a{
	color:#fff;
}

footer .caution{
	width:90%;
	font-size:60%;
	line-height:160%;
	margin:50px 5% 30px 5%;
}

.red{
	color: #FF0004;
}
.blue{
	color: #0033FF;
}
.white{
	color: #fff;
}
.top_info_area{
    display: block;
    width: 100% !important;
}
.top_results_ti2023bnr{
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 0 25px 0;
    float: left;
    clear: both;
}

/* トピックス */
#topics{
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	color: #fff;
    padding: 10px 0;
    margin: 0;
    background-color: #134AA0;
	z-index: 12;
	float: left;
	clear: both;
}
#topics dl{
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto !important;
	padding: 10px 5% 10px 5%;
    float: left;
	clear: both;
}
#topics a{
	color: #91DCFF;
}
#topics a:hover{
	text-decoration: none;
}

dt{
	display: block;
	width: 100%;
	color: #fff;
	margin: 12px 0 5px 0;
	padding: 0;
	font-size: 80%;
	line-height: 120%;
	font-weight: bolder;
	float: left;
}

dd{
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 80%;
	line-height: 160%;
	font-weight: normal;
	float: left;
	clear: both;
}

.apply_caution{
	display: block;
	width: 90%;
	font-size: 70% !important;
	text-align: left;
	margin: 20px 5% 30px 5%;
	float: left;
	clear: both;
}

/* SNS */
.socialbtn{
	display: block;
	position:absolute;
	width: 96%;
	height:40px;
	margin:8px auto 0 auto;
	padding:0 0 0 0;
	z-index:100;
}

.facebook{
	display: block;
	width: 115px;
	margin-right: 13px;
	height:30px;
	float: right;
}

.twitter{
	display:block;
	width:70px;
	height:30px;
	float:right;
}

.line{
	display:block;
	width:90px;
	height:30px;
	float:right;
}

article p{
	display:block;
	font-size:14px !important;
	line-height:180%;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	clear:both;
}

.apply_bt a,.apply_bt2 a{
	display: block;
}

.twitter-timeline{
	display: block;
	width: 100% !important;
	height: 300px !important;
	margin: 10px 0;
	float: left;
	clear: both;
}

aside img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.main_info{
	display:table;
	font-size: 70%;
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #ccc;
	border-spacing: 1px;
	clear: both;
}
.main_info th,.main_info td {
	display:table-cell;
   border-width: 0;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px 1px;   /* セル内側の余白は2ピクセル */
   text-align:center;
}
.main_info th {
	line-height: 120%;
	background-color:#888889;
	color: #fff;
}
.main_info strong {
	font-weight:bolder;
}

.entry_caution{
	display: block;
	width: 90%;
    text-align: justify;
	line-height: 150%;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
	margin: 15px 0;
	padding: 15px 5% 5px 5%;
	background-color: #f5f5f5;
	float: left;
	clear: both;
}
.entry_caution p{
	margin-bottom: 10px;
	color: #0033CC;
	font-size: 80% !important;
}
.entry_caution p strong{
	display: block;
    width: 100%;
    text-align: center !important;
    margin: 0 0 5px 0 !important;
    float: left;
    clear: both;
}

.sp_shusai{
	display: block;
	width: 90% !important;
	margin: 0 5%;
	clear: both;
}

.sp_stage{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.sp_stage img{
	display: block;
	width: 50% !important;
	height: auto;
	float: left !important;
	clear: none !important;
}

.special_area{
	display: table;
	width: 94% !important;
	border: solid 3px #DBC056;
	background-color:#fff;
	padding: 25px 3% 1% 3%;
	margin: 0 0 50px 0 !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	clear: both !important;
}

.special_area h3{
	width: 100%;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	color: #d19d0d;
	font-size:150%;
	line-height: 130% !important;
	margin-bottom: 10px;
}

.special_area p{
	line-height: 180% !important;
	margin-bottom: 15px !important;
}

.special_area p strong{
	display: block;
	width: 100% !important;
	font-size: 100% !important;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

.special_area .special_caution{
	font-size:80% !important;
	line-height: 160% !important;
	text-align: left;
	margin: 20px 0 0 0;
}

.special_area2{
	border: solid 3px #FF5390 !important;
    background-color: #FFEAF2 !important;
}

.special_area2 h3{
	color: #000 !important;
}
.special_lead_text2{
    display: block;
    width: 90%;
    text-align: justify !important;
    line-height: 170%;
    font-weight: bolder;
    color: #E4127E !important;
    padding: 30px 5% 10px 5% !important;
    margin: 30px 0 !important;
    background-color: #FFFFFF;
    float: left;
    clear: both;
}
.special_lead_text2 br{
    display: none;
}
.special_lead_text2 p{
    display: block;
    width: 100% !important;
    font-size: 20px !important;
}
.special_lead_text2 p strong{
    color: #000;
    font-size: 20px !important;
}
.special_lead_text2 p a{
    color: #DB002E;
}
.special_lead_text2 p a:hover{
    text-decoration: none;
}

.mysta_area{
	display: table;
	width: 94% !important;
	border: solid 3px #FF73FF;
	background-color:#FFF3F9;
	padding: 15px 3% 1% 3%;
	margin: 0 0 50px 0 !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	clear: both !important;
}


.mysta_area p{
	display:block;
	width: 100%;
	text-align:center !important;
}

.mysta_area p em{
	display:block;
	width: 100%;
	font-size:150% !important;
	text-align:center !important;
	font-weight: bolder !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
	float:left;
	clear:both;
}

.question{
	display:block;
	wiidth:100%;
	font-size:80%;
	color:#134AA0;
	font-weight:bolder;
	line-height:140%;
	margin:0 !important;
	padding:5px 0 10px 0;
	clear:both;
	float:left;
}

.answer{
	display:block;
	width:100%;
	font-size:70%;
	line-height:160%;
	border-top:solid 1px #ccc;
	padding-top:15px !important;
	clear:both;
	float:left;
}

.faq_h3a{
    display: block;
    width: 95%;
    color: #fff;
    font-size: 18px;
    padding: 6px 0 5px 20px;
    margin: 0 0 30px 0;
    background-color: #2498F9;
    float: left;
    clear: both;
}
.faq_h3b{
    display: block;
    width: 95%;
    color: #fff;
    font-size: 18px;
    padding: 6px 0 5px 20px;
    margin: 60px 0 30px 0;
    background-color: #2253A4;
    float: left;
    clear: both;
}
.faq_h3c{
    display: block;
    width: 95%;
    color: #fff;
    font-size: 18px;
    padding: 6px 0 5px 20px;
    margin: 60px 0 30px 0;
    background-color: #05A072;
    float: left;
    clear: both;
}

.faq_area{
	display:block;
	width:calc(90% - 4px);
	background-color:#FFFFFF;
	border:solid 2px #ddd;
	margin:0 0 15px 0 !important;
	padding:10px 5% 0 5%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float:left;
	clear:both;
}

.faq_area p{
	float:left;
	clear:both;
}

.kira2018_area{
	display: block;
	width:100%;
	height:auto;
	margin: 0 ;
	float:left;
	clear: both;
}

.kira2018_area img{
	display: block;
	width:46%;
	height:auto;
	margin: 0 2% 10px 2%;
	pointer-events:none;
	float:left !important;
	clear: none!important;
}

.guide2{
    display: block;
    width: 100vw !important;
    max-width: 100%;
    padding: 30px 0 30px 0 !important;
    margin: 20px calc(50% - 50vw) !important;
    background-color: #f4f4f4;
    float: left;
    clear: both;
}
.guide2 article{
    display: block;
    width: 100%  !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    float: none !important;
    clear: both;
}

.shimekiri_entry{
    display: block;
    width: 90% !important;
    margin: 0 5%;
    float: left;
    clear: both;
}

.guide h3{
	display: block;
	width: 96%;
	font-size: 90% !important;
	line-height: 120% !important;
	color: #fff !important;
	background-color:#004cad;
	margin: 15px 0 10px 0 !important;
	padding: 5px 2% 5px 2% !important;
	float:left;
	clear:both;
}

.guide p{
	display: block;
	font-size: 80% !important;
	margin: 0 5px 20px 10px;
	float:left;
	clear:both;
}

.guide li{
	display:block;
	width:90%;
	font-size:70% !important;
	line-height:150%;
	margin:0 0 5px 10px;
	padding:0 0 0 25px;
	list-style:none;
	background-image:url(../images/tri.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	clear:both;
}

.guide ul{
	display:block;
	width:90%;
	margin:0 5% 20px 0;
	padding:0;
	float:left;
	clear:both;
}

.shimekiri_subtitle{
	display:block;
	width:90% !important;
	color:#000;
	font-weight:bolder;
    text-align: center;
	font-size:15px !important;
	line-height:120%;
    background-color: #ddd;
	margin:10px 5% 15px 5% !important;
	padding:7px 0 6px 0;
	clear:both;
}
.shimekiri{
	display: block;
    width: 94%;
    text-align: center;
	font-size: 125%;
	line-height: 130%;
    font-weight: bold;
    color: #FF0004;
	margin-bottom: 80px;
    margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.shimekiri p{
	display: block;
    width: 100%;
	float: left;
	clear: both;
}
.shimekiri p strong{
    color: #000 !important;
    font-weight: bold !important;
}
.oubo_caution{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 90% !important;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.shimekiri_caution{
    display: block;
    width: 90% !important;
    text-align: left;
    font-size: 70% !important;
    margin: 0 5% 50px 5% !important;
    float: left;
    clear: both;
}

.caution_block{
	display:table-cell;
	width:98%;
	font-size:80% !important;
	line-height:150%;
	margin:0 0 20px 0;
	padding:1%;
	border:solid 1px #ccc;
	float:left;
	clear:both;
}

.caution_block_red{
	display: block;
	width: 91%;
	font-size: 110%;
	font-weight: bolder;
	color: #ff0000;
	text-align: left;
	border: solid 2px #ff0000 !important;
	margin: 10px 2% !important;
	padding: 2%;
	clear: both;
}

.caution_block img{
	display:block;
	width: 96%;
	height: auto;
	margin:0 2% 10px 2% !important;
	float: left;
	clear:both;
}

.caution_block h4{
	display:block;
	width:96%;
	text-align:center;
	font-weight:bolder;
	font-size:90% !important;
	background-color:#ebebeb;
	line-height:150%;
	margin:0 0 5px 0;
	padding:5px 2% 3px 2% !important;
	float:left;
	clear:both;
}
.text22blue{
	display:inline-block;
	font-size:150% !important;
	line-height:135%;
	font-weight: 800 !important;
	color:#1E9DE1;
	margin:0 0 0 0;
}
.text35blue{
	font-size:180% !important;
	color:#1E9DE1;
	font-weight: 800 !important;
	margin:10px 0 5px 0;
}

.blue{
	color:#1E9DE1;
}

.green{
	color:#00901C;
}
.purple{
	color:purple;
}

.finalsp2{
	display:table;
	width:100%;
	margin-bottom:20px !important;
}

.sp img{
	display:block;
	width:100%;
	height:auto;
}

.finalsp2 th,.finalsp2 td{
	display:table-cell;
	width:50% !important;
}

.finalsp2 th img,.finalsp2 td img{
	display:block;
	width:100% !important;
	height:auto;
}

.finalsp2 .small{
	font-size:9px !important;
	line-height: 12px !important;
	font-weight:normal;
}

.finalsp2 .small2{
	font-size:9px !important;
}

/* 結果発表 */
.results{
	display:table;
	width:100%;
	clear:both !important;
}

.results td{
	display:block;
	width:100%;
	clear:both !important;
}

.results td img{
	display:block;
	width:100%;
	height:auto;
	margin:10px auto !important;
	clear:both !important;
}

#results hr{
	border: 0;
	border-top: 1px solid #666;
	margin:10px 0;
	clear:both !important;
}

.results strong{
	font-size:12px !important;
}

.results strong .small{
	font-size:8px !important;
	word-break:keep-all;
	white-space:nowrap;
}


.results p{
	line-height:120% !important;
}

.results a{
	display:block;
	text-align:center;
	font-size:12px;
	float:left;
	clear:both !important;
	margin:5px 0 15px  0!important;
}

.results_posi,.results_posi2{
	color:#FF00B0;
	font-size:10px !important;
}
#results th{
	text-align:left;
}

.results img{
	display:block;
	width:96%;
	margin:0 2% 0 2% !important;
	clear:both !important;
}

.sp_apply_bt{
	display: block;
	position: fixed;
	width: 100%;
	height:  120px;
	background-image: url("../images/bt_area_bg.jpg");
	background-size: 100% 100%;
	bottom: 0px !important;
	z-index: 1000;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.4));
}


.sp_apply_bt a{
	display: block;
	width: calc(90% - 12px);
	height: auto;
	background-image: url("../images/bt_bg.jpg");
	background-size: 100% 100%;
	border: solid 2px #fff;
	filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
	margin: 12px auto 0 auto;
	clear: both;
	transition-duration: 0.6s;
	z-index: 1000 !important;
    pointer-events: all;
	border-radius: 15px;
	opacity: 1,0;
}
.sp_apply_bt img{
	display: block;
    width: 100% !important;
    height: auto;
}
.sp_apply_bt a:hover{
	background-image: url("../images/bt_bg2.jpg");
	background-size: 100% 100%;
	transition-duration: 0.2s;
}

.top_movie_section{
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    float: left;
    clear: both;
}

.top_movie_area{
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}

.top_movie_wrapper{
	position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#top_movie{
	position: relative;
    width: 100%;
}

#top_movie iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.artist{
	display:block;
	width:100%;
	background-color:#FFFFFF;
	margin:0 auto 20px auto;
	float:left;
	clear:both;
}

.artist h3{
	display: block;
	width: 96%;
	font-size: 90% !important;
	line-height: 120% !important;
	color: #fff !important;
	background-color:#004cad;
	margin: 0 0 10px 0 !important;
	padding: 5px 2% 5px 2% !important;
	float:left;
	clear:both;
}

.artist img{
	display:block;
	max-width:100%;
	height:auto;
	float:none;
	margin:0 auto 20px auto !important;
	clear: both;
}

.artist_info img{
	display:block;
	width:100% !important;
	height:auto;
	float:left;
	clear: both;
}

.artist_info{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	float: left !important;
	clear: both !important;
}

.artist_info_text p{
	width: 90%;
	font-size: 90% !important;
	text-align: left !important;
	line-height: 130% !important;
	margin: 0 5% 5px 5% !important;
}

.artist_info_text p a{
    display: inline-block;
    width: 100%;
    text-align: left !important;
	font-size: 80% !important;
    color: #285EFF;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
.artist_info_text p a:hover{
	color: #FF0004;
}

.profile_text{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}

.profile_text p{
    font-size: 80% !important;
    line-height: 180% !important;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
}

.artist_info_text strong{
	font-size: 120% !important;
    line-height: 150%;
    font-weight: normal;
    color: #006AC5;
    font-feature-settings: 'palt' !important;
    margin-bottom: 10px;
}

/*#top_movie{
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0;
	float: left;
	clear: both;
}

#top_movie iframe{
	display: block;
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}*/

.top_movie_wrapper{
	position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#top_movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

#top_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.howto_movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.howto_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

#movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 要項 */
.category_icon{
	display: block;
	width: 100%;
	margin: 15px 0 30px 0;
	float: left;
	clear: both;
}
.category_icon .block{
	display: block;
	width: 100% !important;
	margin: 0 0 0 0;
    font-size: 120% !important;
    font-feature-settings: 'palt';
    text-align: justify;
    font-weight: bold;
	float: left !important;
}
.category_icon .block p span{
	display: block;
	width: 100%;
    font-weight: normal !important;
    font-size: 13px;
	line-height: 130% !important;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
.category_icon .block p{
	display: block;
	width: 90%;
	padding-left: 13px !important;
	margin: 0 0 25px 0;
	float: left;
	clear: both;
}
.category_icon .block p br{
	display: none;
}
.category_icon .block img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 10% 5px 10% !important;
}
.model_caution p{
    font-size: 75% !important;
}

#popup h2{
	text-align: left;
	font-size:15px !important;
}
#popup p a{
	color: #A8DAFF !important;
	outline: none !important;
}
#popup p a:hover{
	text-decoration: none !important;
}

.yosen{
	display: block;
	width: 100%;
	max-width: 90%;
	margin-bottom: 30px;
	text-align: left;
	border: solid 1px #0033cc;
	padding: 5%;
	float: left;
	clear: both;
}
.yosen h2{
	text-align: center;
	font-size:80% !important;
	margin-bottom: 30px;
	color: #0033cc;
}
.yosen p{
	font-size:80% !important;
}
.yosen .right{
	display: block;
	text-align: right !important;
	float: right;
}
article p em strong{
	font-size:150% !important;
	font-weight: bolder !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
}

.term{
	display: table;
	font-family: Verdana, Geneva, "sans-serif" !important;
	width: 98%;
	max-width: 100%;
	font-size: 100% !important;
	text-align: center;
	color:#000;
	font-weight: bolder;
	border: solid 5px #000;
	background-color: #FCFFB4;
	padding: 3% 0;
	margin: 0 0 50px 0;
	float: left;
	clear: both;
}
.caution_block .lineh4{
	color: #fff !important;
	background-color:#00C878 !important;
}
.entry_flow{
	display: block;
	margin-bottom: 30px !important;
	float: left;
	clear: both;
}
.entry_flow p{
	font-size:85% !important;
	line-height: 150% !important;
	margin-bottom: 20px !important;
}
.entry_flow p strong{
    display: block;
    width: 100%;
    font-size: 110%;
    line-height: 160% !important;
	color: #004CAD;
    margin-bottom: 5px !important;
    float: left;
    clear: both;
}

.special_ex{
	display: block;
	position: absolute;
	width: 20% !important;
	margin-top: -50px;
	right: 5px;
	clear: both;
}
.p1{
	font-size:125% !important;
	font-weight: bolder !important;
	color: #B1FFA7;
}
.p2{
	font-size:125% !important;
	font-weight: bolder !important;
	color: #F6FF11;
}

.howto_area{
	display: block;
	width: 100% !important;
	height: auto;
	float: left;
	clear: both;
}

.howto_area h3{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width: 94%;
	font-size:80% !important;
	text-align: center;
	color: #fff;
	background-color: #134AA0;
	padding: 5px 3% 5px 3%;
	margin: 0 0 10px 0;
	font-weight: bolder;
	float: left;
	clear: both;
}

.mysta_area h3{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 120% !important;
	font-weight: bolder;
	margin: 0 auto 10px auto !important;
	padding-left: 15px;
}

.mysta_area .special_lead{
	position: relative;
	font-size: 80% !important;
	font-weight: bolder;
	margin: 5px 0 15px 0;
	text-align: left !important;
}
.mysta_area .subtitle{
	display: block;
	width: 90%;
	background-color: #FF1ADA;
	text-align: center;
	color: #fff;
	font-size: 90% !important;
	;line-height: 120% !important;
	font-weight: bolder;
	padding: 8px 5%;
	margin: 0 auto 25px auto !important;
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	float: none !important;   
}
.mysta_column{
	display: block;
	width: 94%;
	background-color: #fff;
	padding: 3%;
	margin: 10px 0 15px 0;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	filter: drop-shadow(0 3px 6px rgba(0,0,0,0.05));
	float: left;
	clear: both;
}

.mysta_column ul{
	display: block;
	list-style: disc !important;
	margin: 0 0 0 25px;
	clear: both;
}
.mysta_column ul li{
	font-size: 75% !important;
	list-style-position: outside;
	margin-bottom: 7px;
}
.mysta_column .small{
	font-size: 70% !important;
}
.mysta_column .large{
	font-size: 90% !important;
	line-height: 150% !important;
	font-weight: bolder;
	text-align: left;
}
.mysta_column p{
	text-align: left !important;
}
.mysta_column p strong{
	display: block;
	width: 100%;
	font-size: 110% !important;
	line-height: 150%;
	text-align: left;
	border-bottom: solid 2px #FE84C6;
}

.mysta_area a:hover{
	text-decoration: none;
}

.mysta_area ul,.mysta_area li{
	list-style: disc !important;
}
.mysta_area2 ul,.mysta_area2 li{
	list-style: disc !important;
}

.mysta_caution ul{
	display: block;
	list-style: disc !important;
	margin: 0 0 20px 30px !important;
	clear: both;
}
.mysta_caution ul li{
	font-size: 70% !important;
	list-style-position: outside !important;
	margin-bottom: 8px;
}
.mysta_caution ul li br{
	display: none !important;
}

.mysta_caution p strong{
	display: block;
	margin: 20px 0 0 15px;
	float: left;
	clear: both;
}

.mysta_bt a{
	display: block;
	width: 94%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	text-align: center;
	text-decoration: none;
	font-weight: bolder !important;
	background-color: #fff;
	color: #FF0004;
	font-size:100%;
	border: solid 3px #FF0004;
	filter: drop-shadow(0 6px 20px rgba(0,0,0,0.1));
	padding: 12px 0;
	margin: 0 3% 50px 3%;
	clear: both;
	transition-duration: 0.2s;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.mysta_bt a:hover{
	background-color: #FFB7EC;
	transition-duration: 0.1s;
}

.mysta_area h3{
	width: 94%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	text-align: center;
	color: #ff00d4;
	font-size:150% !important;
	line-height: 130% !important;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.mysta_contact p{
	display: block;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
.mysta_contact p strong{
	display: block;
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}

.mysta_line{
	display: block;
	width: 100%;
	float: left;
}
.mysta_qr{
	display: block;
	margin: 0 auto;
}
.mysta_line p{
	font-weight:bolder;
	color:#00B902;
}

.mysta_site01{
	display: block;
	width: 100%;
	margin: 30px 0 15px 0;
	float: left;
	clear: both;
}
.mysta_site02,.mysta_site03{
	margin-right: 2%;
}

.mysta_site02,.mysta_site03,.mysta_site04{
	display: block;
	width: 32%;
	margin-bottom: 15px !important;
	float: left;
}

.entry_close{
	display: block;
	width: 60% !important;
	height: auto;
	position: absolute;
	z-index: 100;
	margin: 190px auto 0 12%
}

.top_extension{
	display: block;
	width: 90%;
	background-color: #A7F5FF;
	padding: 20px 5% 10px 5%;
	margin: 0 0 20px 0;
	border: dotted 4px #2E99FF;
	float: left;
	clear: both;
}

.top_extension p{
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size:110% !important;
	line-height: 130%;
	font-weight: bolder;
	text-align: left;
	margin: 0 !important;
}
.top_extension img{
	display: block;
	margin: 15px auto 0 auto !important;
	float: left;
	clear: both;
}


.extension{
	display: block;
	width: 100%;
	background-color: #A7F5FF;
	padding: 5% 5% 0 5% !important;
	margin: 0 0 20px 0 !important;
	border: dotted 4px #2E99FF;
	float: left;
	clear: both;
}

.extension h3{
	display: block;
	width: 100%;
	color: #000 !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size:100% !important;
	line-height: 120%;
	font-weight: bolder;
	text-align: left;
	margin: 5px !important;
}
.extension img{
	display: block;
	margin: 15px auto 0 auto!important;
}


.mysta_area2{
	display: table;
	width: 94% !important;
	border: solid 3px #0095FF;
	background-color:#E8FFFE;
	padding: 15px 3% 1% 3%;
	margin: 0 0 50px 0 !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	clear: both !important;
}

.mysta_area2 h3{
	color: #005BFF;
	position: relative;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 95% !important;
	font-weight: bolder;
	margin: 0 auto 0 auto!important;
	z-index: 3 !important;
}
.mysta_area2 p{
	display:block;
	width: 100%;
}

.mysta_area2 p em{
	display:block;
	width: 100%;
	font-size:150% !important;
	text-align:center !important;
	font-weight: bolder !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
	float:left;
	clear:both;
}
.mysta_bt2 a{
	display: block;
	width: 94%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	text-align: center;
	text-decoration: none;
	font-weight: bolder !important;
	background-color: #fff;
	color: #005BFF;
	font-size:100%;
	border: solid 3px #005BFF;
	filter: drop-shadow(0 6px 20px rgba(0,0,0,0.1));
	padding: 12px 0;
	margin: 0 3% 50px 3%;
	clear: both;
	transition-duration: 0.2s;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.mysta_bt2 a:hover{
	background-color: #9AD6FF;
	transition-duration: 0.1s;
}
.mysta_area2 .special_lead{
	position: relative;
	font-size: 80% !important;
	font-weight: bolder;
	margin: 5px 0 15px 0;
	text-align: left !important;
}
.mysta_area2 .subtitle br{
	display: none !important;
}
.mysta_area2 .subtitle{
	display: block;
	width: 320px;
	background-color: #005BFF;
	text-align: center;
	color: #fff;
	font-size: 15px !important;
	font-weight: bolder;
	padding: 3px 0;
	margin: 0 auto 25px auto !important;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	float: none !important;   
}
.mysta_area2 .subtitle2{
	display: block;
	width: 50%;
	background-color: #005BFF;
	text-align: center;
	color: #fff;
	font-size: 90% !important;
	;line-height: 120% !important;
	font-weight: bolder;
	padding: 8px 5%;
	margin: 0 auto 25px auto !important;
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	float: none !important;   
}
.mysta_area2 .caution_bt{
	display: inline !important;
	width: 90% !important;
	height: 90px;
	text-align: center;
	color: #000;
	font-size: 80% !important;
	margin: 0 5% !important;
	float: left;
	clear: both;
}
.mysta_area2 .caution_bt a:hover{
	text-decoration: none;
}

.mysta_area2 .mysta_column p strong{
	display: block;
	width: 100%;
	font-size: 110% !important;
	line-height: 150%;
	text-align: left;
	border-bottom: solid 2px #005BFF;
}

.mysta_area2 .mysta_column .large{
	font-size: 80% !important;
	line-height: 150% !important;
	font-weight: bolder;
	text-align: left;
}

.mysta_contact2{
	display: block;
	width: 100%;
	font-size:70% !important;
	text-align: center;
	margin: 30px 0 0 0;
}

.mysta2_contact{
	display: block;
	width: 90%;
	margin: 10px 5% 20px 5% !important;
	float: left;
	clear: both;
}
.mysta2_contact img{
	display: block;
	width: 48%;
	height: auto;
	margin: 1%;
	float: left;
}

.sp_results{
	display: block;
	width: 100%;
	text-align: center !important;
	background-color: #FFFEDF;
	padding: 30px 0 15px 0;
	margin-bottom: 40px !important;
	float: left;
	clear: both;
}
.sp_results p{
	display: block;
	width: 100%;
	line-height: 120% !important;
	text-align: center !important;
}
.special_results{
	margin-bottom: 50px !important;
}

.top_main img{
	display: block;
	width: 90%;
	height: auto;
	margin: 30px 5% 0 5%;
	float: left;
	clear: both;
}
.top_caution{
	display: block;
	width: 100%;
	text-align: center;
	font-size:10px;
	margin: 20px 0 100px 0;
	float: left;
	clear: both;
}

.zenbumon_star{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 20% 20px 20%;
	float: left;
	clear: both;
}
.zenbumon_star2{
	display: block;
	width: 22%;
	height: auto;
	position: absolute;
	right: 15px;
}

.proworks{
	display: block;
	background-color: #034AFF;
	padding: 0 !important;
	margin: 0 !important;
}
.entry_id{
	display: block;
	width: 90%;
	text-align:center !important;
	color:#FFE600;
	font-size: 100% !important;
	margin: 10px 5% 10px 5%;
	float: left;
	clear: both;
}
.proworks_title{
	display: block;
	width: 90%;
	padding: 15px 5% 0 5% !important;
	margin: 0 auto;
	float: none;
	clear: both;
}
.pro_merit a{
	display: block;
	width: 90%;
	text-decoration: none;
	color: #1032D8;
	font-size:110%;
	font-weight: 800;
	text-align: center;
	background-color: #F4C400 !important;
	padding: 10px 0 !important;
	margin: 10px 5% 20px 5%;
	background-image: url("../images/merit_tri.png");
	background-repeat: no-repeat;
	background-position: center right;
	border:none;
	outline:none;
	border-radius:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float: left;
	clear: both;
}
.pro_merit a:hover{
	background-color: #FFFD79 !important;
}

.pro_entry img,.pro_entry2 img,.pro_entry3 img{
	display: block;
	height: auto;
}
.pro_entry a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #E8332F;
	font-weight:800 !important;
	text-align: center;
	border: solid 8px #E8332F;
	background-color: #fff;
	padding: 15px 0 0 0 !important;
	margin: 0 auto !important;
	float: left;
	clear: both;
	transition-duration: 0.2s;
}
.pro_entry a:hover{
	background-color: #F99D9E;
	transition-duration: 0.2s;
}

.pro_entry2 a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #029D6F;
	font-weight:800 !important;
	text-align: center;
	border: solid 8px #029D6F;
	background-color: #fff;
	padding: 15px 0 0 0 !important;
	margin: 0 auto;
	float: left;
	clear: both;
	transition-duration: 0.2s;
}
.pro_entry2 a:hover{
	background-color: #6ADCBA;
	transition-duration: 0.2s;
}

.pro_entry3 a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #1D50A2;
	font-weight:800 !important;
	text-align: center;
	border: solid 8px #1D50A2;
	background-color: #fff;
	padding: 15px 0 0 0 !important;
	margin: 0 auto;
	float: left;
	clear: both;
	transition-duration: 0.2s;
}
.pro_entry3 a:hover{
	background-color: #86ABE7;
	transition-duration: 0.2s;
}

.top_guest{
	margin-bottom: 80px;
}

.entry_caution_area{
    display: block;
    width: 100%;
    margin: 10px 0 30px 0;
    float: left;
    clear: both;
}
.entry_caution_area p{
    display: block;
    width: calc(96% - 6px);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #0452FF;
    border: solid 3px #1BBCFF;
    padding: 5px 2% 3px 2%;
    margin: 0 auto 5px auto;
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    float: left;
    clear: both;
}
.entry_caution_area span a{
    display: block;
    width: calc(90% - 28px);
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0 4px 28px;
    margin: 0 5%;
    background-image:url(../images/tri3.png);
	background-position:center left;
	background-repeat:no-repeat;
    background-size: 22px 22px;
    float: left;
}
.entry_caution_area span a:hover{
    text-decoration: none;
}

.sp_event_info{
	display: block;
	width: 90%;
	margin:30px 5% 15px 5%;
	float:left;
	clear:both;
}

.sp_event_info p{
	display:block;
	font-size:90% !important;
	line-height:125%;
	margin-bottom:10px !important;
}

.sp_event_info a{
	display:block;
	width:100%;
	background-color:#008AF1;
	padding:13px 0;
	text-align:center;
	color:#fff;
	font-weight:bolder;
	text-decoration:none;
	font-size:12px !important;
	line-height:125%;
	margin:4px 0 0 0 !important;
}

.sp_event_info a:hover{
	background-color:#FF9E00;
}

.guest_block{
	display:block;
	width:92%;
	margin:0 1% 50px 1% !important;
	padding:15px 3% 15px 3%;
	background-color:#ECFAFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float:left;
	clear:both;
}

.guest_block p{
	width:100% !important;
	margin:0 !important;
}
.guest_block table{
	display:block;
	width:48%;
	margin:0 1% 0 1% !important;
	float:left !important;
}

.guest_block table th{
	display: table-cell;
	text-align: left;
	width:100% !important;
	color:#000 !important;
	height:48px !important;
	font-weight:normal;
	font-size:12px;
	line-height:110%;
	margin:0 !important;
	clear:both;
}

.guest_block table th strong{
	display: inline-block;
	white-space: nowrap;
	font-size:9px !important;
	line-height: 12px !important;
	margin-bottom: 4px !important;
	font-weight:normal;
	color: #0300FF;
}


.guest_block table td{
	display:block;
	margin:0 !important;
	clear:both;
}

.guest_block table td img{
	display:block;
	width:96% !important;
	height:auto;
	float:left !important;
	margin:5px 2% 12px 2%;
}
.guest_page .kaijo{
	display:block;
	width: 96% !important;
	font-size:95% !important;
	line-height:110%;
	color: #fff;
	background-color:#004CCA;
	font-weight: bolder;
	padding: 10px 2%;
	margin:0 0 10px 0 !important;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	clear: both !important;
}
.guest_page .kaijo2{
	display:block;
	width: 96% !important;
	font-size:95% !important;
	line-height:130%;
	color: #fff;
	background-color:#E60012;
	font-weight: bolder;
	padding: 7px 2%;
	margin:0 0 10px 0 !important;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	clear: both !important;
}


.guest_page .blue{
	display:block;
	font-size:100% !important;
	line-height:125%;
	color: #0300FF;
	font-weight: bolder;
	margin:0 0 0 0 !important;
	float: left;
	clear: both !important;
}

.guest_page .red{
	display:block;
	font-size:100% !important;
	line-height:125%;
	color: #FF0004;
	font-weight: bolder;
	margin:10px 0 10px 0 !important;
	float: left;
	clear: both !important;
}
.guest_page .red2{
	display:block;
	font-size:100% !important;
	line-height:125%;
	color: #FF0004;
	font-weight: bolder;
	margin:0 0 0 0 !important;
	float: left;
	clear: both !important;
}

.guest_caution{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60% !important;
}


.guest_block05{
    display: block;
	width:56% !important;
    padding: 0 22% !important;
}
.guest_block05 img{
	width:100% !important;
}
.guest_block06{
	width:100% !important;
}
.guest_block06 img{
	display: block;
	width:410px !important;
	height: auto;
}

.ippan{
    display: block;
    width: 94%; 
    font-size: 10px !important;
    text-align: left;
    color: #666;
    margin: -10px 2% 20px 4% !important;
    float: left;
    clear: both;
}

.ippan2{
    display: block;
    width: 98%; 
    height: 50px;
    font-size: 11px !important;
    text-align: left;
    color: #666;
    margin: 0 0 0 0 !important;
    float: left;
    clear: both;
}
.sp_result_subtitle{
    display: block;
    width: 100%;
    margin-top: 30px;
    float: left;
    clear: both;
}
.coming{
    display: block !important;
    width: 100% !important;
    height: 100px;
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 700;
    color: #999;
    font-style: italic;
}
.finalist_caution{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px !important;
    color: #000;
    padding: 50px 0 0 0;
}

.icon_hp{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px !important;
    line-height: 140% !important;
    background-color: #687BDE;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_hp3{
    display: inline-block;
    width: 198px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #687BDE;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_tw{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px !important;
    line-height: 140% !important;
    background-color: #000;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_tw2{
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #000;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_insta{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px !important;
    line-height: 140% !important;
    background-color: #F375A6;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_insta2{
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #F375A6;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_tiktok{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px !important;
    line-height: 140% !important;
    background-color: #666;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_tiktok2{
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #666;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_youtube{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px !important;
    line-height: 140% !important;
    background-color: #E94346;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_youtube2{
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #E94346;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}
.icon_youtube3{
    display: inline-block;
    width: 198px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px !important;
    line-height: 140% !important;
    background-color: #E94346;
    padding: 2px 0 2px 0 !important;
    margin: 5px 7px 0 0;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    float: left;
    clear: both;
}

.guest_area{
    display: block;
    width: 100%;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}

.guest_area h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #004CAD;
    color: #fff !important;
    padding: 7px 0 6px 0;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.final_guest_area h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #EF0000;
    color: #fff !important;
    padding: 10px 0 9px 0;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.guest_area h4{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: #B4E0FF;
    color: #000 !important;
    padding: 18px 0 16px 0;
    margin: 0 0 30px 0 !important;
    float: left;
    clear: both;
}
.final_guest_area h4{
    background-color: #EAEAEA !important;
}
.guest_area h5{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #ebebeb;
    color: #000 !important;
    padding: 8px 0 6px 0;
    margin: 0 0 30px 0 !important;
    float: left;
    clear: both;
}
.guest_area .guest_schedule{
    margin-bottom: 80px !important;
    float: left;
    clear: both;
}
.guest_area .guest_schedule p{
    font-size: 16px !important;
}
.guest_area img{
    display: block;
    width: 70%;
    height: auto;
    margin: 0 15% 20px 15%;
    float: left;
    clear: both;
}
.guest_area .block{
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 40px !important;
    border-bottom: dashed 1px #999;
    float: left;
    clear: both;
}
.guest_area .block .name_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.guest_area .block .name{
    font-size: 12px;
    line-height: 130% !important;
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}
.guest_area .block .name strong{
    font-size: 17px !important;
}
.guest_area .block .text{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.guest_area .block .text p{
    font-size: 12px !important;
    line-height: 150% !important;
}
.guest_area .block a{
	font-size: 10px !important;
}
.guest_area .block a:hover{
	color: #FF0004;
}

.kanran{
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}

.result_ti01{
    display: block;
    width: 100% !important;
    height: auto;
    float: left;
    clear: both;
}
.result_ti02{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
    float: left;
    clear: both;
}
.result_ti03{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
    float: left;
    clear: both;
}
.result_ti04{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
    float: left;
    clear: both;
}
.result_ti01 img,
.result_ti02 img,
.result_ti03 img,
.result_ti04 img{
    display: block;
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
}
.finalist_area{
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
    float: left;
    clear: both;
}

.finalist_area .block{
    display: block;
    width: calc(32% - 14px);
    padding: 7px;
    text-align: center;
    margin-bottom: 10px;
    border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.finalist_area .block2{
    display: block;
    width: 32%;
}
.finalist_area01 .block{
    background-image: url("../images/finalist_area01_bg.png");
    background-size: cover;
}
.finalist_area02 .block{
    background-image: url("../images/finalist_area02_bg.png");
    background-size: cover;
}
.finalist_area03 .block{
    background-image: url("../images/finalist_area03_bg.png");
    background-size: cover;
}
.finalist_area .block img{
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.finalist_area .block p{
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
.finalist_area .block .name{
    display: block;
    width: 100% !important;
    font-size: 9px;
    line-height: 130% !important;
    text-align: center;
    font-feature-settings: "palt";
    padding-bottom: 10px;
}
.finalist_area .block .name strong{
    font-size: 9px !important;
}
.finalist_area .block .venue{
    display: block;
    width: 100% !important;
    font-size: 9px;
    line-height: 13px !important;
    text-align: center;
}

.final_subtitle{
    display: block;
    width: 90%;
    height: auto;
    margin: 10px 5% 10px 5% !important;
}
.finalist_subtitle{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0 !important;
    float: left;
    clear: both;
}

.result_area{
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
    float: left;
    clear: both;
}

.result_area .block{
    background-image: url("../images/result_area_bg.png");
    background-size: cover;
    
}
.result_area .block{
    display: block;
    width: calc(48% - 16px);
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.result_area .block2{
    display: block;
    width: 48%;
}
.result_area .block img{
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 10px 0 15px 0;
    border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    float: left;
    clear: both;
}
.result_area .block p{
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
.result_area .block .name{
    display: block;
    width: 100% !important;
    font-size: 9px;
    line-height: 110% !important;
    text-align: center;
    font-feature-settings: "palt";
    padding-bottom: 7px;
}
.result_area .block .name strong{
    font-size: 13px !important;
}
.result_area .block .venue{
    display: block;
    width: 100% !important;
    font-size: 9px;
    line-height: 13px !important;
    text-align: center;
}

.prize_category{
    display: flex;
    width: 100% !important;
    height: 65px;
    text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
    font-size: 1.0rem !important;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: bolder;
    color: #000;
    padding:0 0 0 0 ;
    background-color: #FFFAD3;
    border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    float: left;
    clear: both;
}

.prize_category .crown{
    display: inline !important;
    position: relative;
    width: 30px !important;
    height: auto;
    vertical-align: top !important;
    padding: 0;
    margin: -12px 10px 0 0 !important;
    float: none !important;
}
.prize_category .wprize{
    display: block!important;
    position: relative;
    width: 55px !important;
    height: auto;
    vertical-align: top !important;
    padding: 0;
    margin: 15px -20px 0 10px !important;
    float: none !important;
	background-color: transparent !important;
}

.bnr_special{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    clear: both;
}
.bnr_special a img{
    transition: 0.2s;
}
.bnr_special a:hover>img{
    transition: 0.2s;
    transform: scale(1.05);
    opacity: 0.7;
}


.special_area_outline{
    display: block;
    width: 90%;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px !important;
    margin: 0 5%;
    float: left;
    clear: both;
}
.special_area_outline h3{
    display: block;
	width: 100%;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: left;
	color: #d19d0d;
	font-size:22px;
	line-height: 130% !important;
    margin: 30px 0 15px 0 !important;
    float: left;
    clear: both;
}
.special_area p{
    display: block;
    width: 100%;
    font-size: 16px !important;
	line-height: 180% !important;
	margin-bottom: 15px;
    float: left;
    clear: both;
}

.special_area p strong{
	font-size: 16px !important;
	line-height: 160% !important;
	margin-bottom: 10px;
}

.special_area .special_caution{
	font-size:15px !important;
	line-height: 170% !important;
	text-align: left;
	margin: 20px 20px 0 20px;
}

.special_lead_text{
    display: block;
    width: 90%;
    text-align: left !important;
    font-size: 20px !important;
    line-height: 160%;
    letter-spacing: 0;
    font-weight: bolder;
    padding: 30px 5%;
    margin: 30px 0;
    background-color: #FFF3AF;
    float: left;
    clear: both;
}
.special_area_outline .red{
    color: #FF0004;
    font-size: 14px;
}

.special_entry{
    display: block;
    width: 100% !important;
    margin: 0;
    float: left;
    clear: both;
}
.special_entry li a{
    display: block;
    text-decoration: none;
    width: 100% !important;
    color: #FFF400;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    font-weight:bolder;
    padding: 12px 0;
    margin: 15px 0 10px 0;
    background-color: #0935C3;
    background-image: url("../images/tri2w.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    border-radius: 80px;
    float: left;
    clear: both;
    transition: 0.2s;
}
.special_entry li a:hover{
    background-color: #289AFF;
    transition: 0.2s;
}

.category_subtitle{
    display: block;
    width: 75% !important;
    max-width: 450px !important;
    height: auto !important;
    float: left !important;
    clear: both !important;
}
.category_subtitle600{
    display: block;
    width: 80% !important;
    max-width: 600px !important;
    height: auto !important;
    float: left !important;
    clear: both !important;
}
.category_subtitle800{
    display: block;
    width: 100% !important;
    max-width: 800px !important;
    height: auto !important;
    float: left !important;
    clear: both !important;
}

#toppage img{
    width: 100%;
    height: auto;
}

.music_caution{
    display: block;
    width: calc(100% - 30px);
    padding: 15px;
    margin: 30px 0 0 0;
    border: solid 5px #FFBE00;
    background-color: #FFFEF1;
    border-radius: 10px;
    float: left;
    clear: both;
}
.music_caution a{
    font-size: 10px !important;
    line-height: 130% !important;
}

.music_caution_title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FF0004;
    padding: 10px 0 20px 0;
}
.music_caution_title span{
    text-decoration: underline; 
    padding: 0 5px;
}

.sns_area ul{
    display: flex;
    width: 90%;
    margin: 50px auto 50px auto;
    justify-content: space-between !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.sns_area li{
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}
.sns_area li:nth-child(1){
    display: none;
}
.sns_area li img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: 0.2s;
}
.sns_area li img:hover{
    opacity: 0.5;
    transition: 0.2s;
}


.top_sns_area{
    display: none;
}

.comingsoon{
    display: block;
    width: 100% !important;
    font-style: italic;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
    color: #666;
    padding: 0 !important;
    margin: 50px 0 100px 0 !important;
    float: left;
    clear: both;
}

.section_apply{
    width: 90% !important;
    margin-top: 30px;
}
.section_apply article{
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
	padding: 20px 15px 15px 15px;
	margin: 0 0 30px 0 !important;
    height: auto;
	background-color: #fff;
	border-radius: 10px;
}
.section_prize article,
.section_schedule article{
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
	padding: 0 15px 15px 15px;
	margin: 0 0 30px 0 !important;
    height: auto;
	background-color: #fff;
	border-radius: 10px;
}
.section_apply article  img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.schedule_link{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 1.2rem !important;
	font-weight: 500;
	margin: -70px 0 0 0;
}
@media screen and ( max-width: 668px ) {
	.schedule_link{
		font-size: 1.1rem !important;
		margin: -60px 0 0 0;
	}
}
@media screen and ( max-width: 568px ) {
	.schedule_link{
		font-size: 0.9rem !important;
		margin: -50px 0 0 0;
	}
}
@media screen and ( max-width: 468px ) {
	.schedule_link{
		font-size: 0.7rem !important;
		margin: -40px 0 0 0;
	}
}
@media screen and ( max-width: 368px ) {
	.schedule_link{
		font-size: 0.7rem !important;
		margin: -35px 0 0 0;
	}
}
@media screen and ( max-width: 340px ) {
	.schedule_link{
		font-size: 0.6rem !important;
		margin: -35px 0 0 0;
	}
}
@media screen and ( max-width: 280px ) {
	.schedule_link{
		font-size: 0.5rem !important;
		margin: -25px 0 0 0;
	}
}
.category_tokuten,
.category_schedule,
.category_supporter{
    display: block;
    width: auto !important;
    height: 60px !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    float: left !important;
    clear: both !important;
}


.point_area{
    display: block;
    width: 100%;
    margin: 0 0 100px 0;
    float: left;
    clear: both;
}
.point_area p{
    font-size: 90% !important;
    line-height: 180%;
}
/*.point_area h3{
    color: #000 !important;
    background-color: #fff !important;
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
    border-radius: 0 !important;
}*/
.point_area h4 {
    display: block;
    width: 220px;
    height: auto;
    margin: 15px 0 0 0 !important;
    float: left;
    clear: both;
}

.section_supporter{
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0 0 100px 0 !important;
    margin: 0 auto 0 auto;
    float: left;
    clear: both;
}
.section_supporter article{
    display: block;
    width: calc(90% - 30px) !important;
    max-width: 1100px;
	background-color: #fff;
	padding: 0 15px;
    margin: 0 5% 0 5%;
	border-radius: 10px;
    float: left;
    clear: both;
}

.supporter_block{
    display: block;
    width: calc(100% - 50px);
    padding: 30px 25px 30px 25px;
    background-color: #2397F7;
    background:url("../images/bg2025.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
    border-radius: 10px;
    float: left;
    clear: both;
}
.supporter_block img{
    display: block;
    width: 60% !important;
    max-width: 350px !important;
    height: auto;
    border-radius: 6px;
    margin: 10px auto 30px auto !important;
}
.supporter_block .text{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.3rem !important;
    line-height: 180%;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin: 15px 0 0 0;
    float: left;
    clear: both;
}
.supporter_block .text p strong{
    font-size: 1.7rem;
}
.supporter_block .text p strong span{
    font-size: 0.8rem;
    font-weight: bolder !important;
}
.supporter_block .message{
    display: block;
    width: calc(100% - 30px);
    font-size: 1rem;
    line-height: 150% !important;
    padding: 18px 15px 3px 15px !important;
    color: #2297F7;
    background-color: #fff;
    float: left;
    clear: both;
}
.supporter_block .message strong{
    font-size: 1.1rem !important;
}

.stage_schedule{
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}


#title{
	display: block;
    width: 100%;
    text-align: left !important;
	margin-bottom: 50px;
    justify-content: flex-start;
    align-items: flex-start!important;
    float: left;
    clear: both;
}
#title img{
	display: block !important;
	width: 75%;
	height: auto;
    float: left !important;
}
.title800 img{
	width: 100% !important;
}
.title450 img{
	width: 56% !important;
}

.title_photochare img{
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 1000px !important;
    margin: 20px 0 0 0;
}

.photochare_lead{
    display: block;
    width: 100%;
    font-size: 1.1rem !important;
    line-height: 190%;
    color: #1A6BE2;
    text-align: center;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.photochare_lead a:hover{
    text-decoration: none;
}
.photochare_lead strong,
.photochare_lead2 strong{
    font-weight: bolder !important;
}
.photochare_lead2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem !important;
    line-height: 140% !important;
    color: #1A6BE2;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}


.photochare_text{
    display: block;
    width: 90%;
    text-align: justify;
    font-size: 1rem !important;
    line-height: 200%;
    color: #000;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    margin: 0 auto 0 auto !important;
    float: none !important;
}
.photo_schedule202506{
    display: block;
    width: 90%;
    margin: 0 5% 0 5%;
}
.photo_entry202506{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}

.final_prize_page .result_area .name strong{
	font-size: 0.95rem !important;
}

.final_prize_page .result_area .block{
    display: block;
    width: calc(100% - 16px) !important;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.final_prize_page .result_area .block2{
    display: block;
    width: 100% !important;
}

.lead_text{
	display: block;
	width: 100% !important;
	text-align: left;
	margin: 0 0 20px 0 !important;
	float: left;
	clear: both;
}
.lead_text p{
	display: block;
	color: #134AA0;
	width: 100% !important;
	font-size: 0.85rem !important;
	line-height: 140% !important;
	font-weight: 600 !important;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
}

.nicola{
	display: block;
	position: relative;
	width: calc(64% - 40px);
	height: auto;
	background-color: #fff;
	border: double 5px #0089D8;
	padding: 15px 15px 15px 15px;
	border-radius:12px;
	margin: -40px 18% 12px 18% !important;
	float: left;
	clear: both;
}
.nicola img{
	margin: 0 !important;
}
