@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;700&display=swap');
/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body{line-height:1;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	background:transparent;
	vertical-align:bottom;
	border:none;
	word-break: break-word;
}
ol, ul{list-style:none; list-style-type:none;}
.cleartext{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
/*--------------------------------------------------------*/
html {overflow-y:scroll;}
body{
	width:100%;
	text-align:center;
}
body::before {
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
	background: url(../img/bg_all.jpg) center top / cover no-repeat #000000;
    content:"";
}
a:link{color:#d9d171; text-decoration:underline;}
a:visited{color:#e0cc6a; text-decoration:underline;}
a:hover{color:#f4d20b; text-decoration:underline;}
#page_all {
	text-align: left;
	word-wrap: break-word;
}
#right_side {
	min-width: 300px;
	padding: 0 !important;
	align-self: flex-start;
}
/*--------------------------------------------------------*/
/*--パンくず--*/
#pan_box{
	background-color: #000000;
}
.panlist{
	margin: auto;
	padding: 8px;
	font-size: 80%;
	line-height: 120%;
	color: #999999;
	text-align:left;
}
.panlist a:link{color:#ffffff; text-decoration:underline;}
.panlist a:visited{color:#dddddd; text-decoration:underline;}
.panlist a:hover{color:#f4d20b; text-decoration:underline;}
/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button{
	text-align: center;
	margin: 5%;
	clear: both;
}
#sns_button img{
	width: 40px !important;
	height: 40px !important;
	margin: 0.5%;
	float: unset;
}
/*--------------------------------------------------------*/
/*--フッター--*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;clear: both;}
.mx_copyright{ color:#666666; line-height:1.5; margin-top: 1%; }
.mx_copyright a:link,
.mx_copyright a:visited{ color:#666666; text-decoration:none; }
.mx_copyright a:hover{ color:#000000; text-decoration:underline; }
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(255 255 255 / 50%) solid 0.25em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .ema_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .ema_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#666666;text-align:center;}
/*-----------------------------------*/
/* index */
.title img {
	width: 100%;
}
#page_all {
	text-align: left;
	word-wrap: break-word;
	margin: 3vw 3vw 3vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#all {
	font-family: 'M PLUS 2', sans-serif;
	max-width: 1600px;
	font-size: min(3.6vw, 24px);
	line-height: min(6vw, 40px);
	margin: 0 2vw;
}
span{
	display: inline-block;
}
h1,h2{
	width: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
}
h1 {
	margin: min(-6vw,-50px) 0 0 0;
	min-height: 42vw;
	opacity: 1;
}
h2{
	margin: 2vw auto 3vw auto;
	min-height: 19vw;
}
h1 img{
	width: 90%;
}
h2 img{
	width: 98%;
	max-width: 873px;
}

.img_animation{
	opacity: 1;
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
/* 画像表示アニメーション */
@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

.contents {
	background: #012874;
	border-radius: 1em;
	padding: min(4vw,60px);
	text-align: left;
	margin: 3vw auto;
	max-width: 1000px;
}
.about {
	color: #d8d9da;
	font-weight: bold;
	font-size: min(4vw,30px);
	line-height: 1.4em;
	margin: 4vw auto 3vw auto;
	text-align: center;
}
.about span{
	font-weight: inherit;
}
h3{
	color: #e4d101;
	font-weight: bold;
	font-size: min(4.5vw,50px);
	margin-bottom: 3vw;
	text-align: center;
}
.match_set {
	align-items: center;
	color: #2c2c27;
	display: flex;
	background-color: #c6ccd5;
	border-radius: 1em;
	margin: 1em 0;
}
.match_set dt, .match_set dd {
	padding: 2vw;
	text-align: center;
}
.match_set dt {
	width: 11em;
	padding: 2vw 1vw;
}
.match_set dd {
	align-items: center;
	display: flex;
	width: calc(100% - 11em);
	padding-left: 0vw;
	justify-content: space-between;
}
.time,.venue{
	display: block;
	font-size: min(3.6vw,22px);
}
.match_set dt strong {
	font-size: min(5vw,40px);
}
.match_left, .match_right {
	width: 46%;
	font-size: min(3vw,16px);
	font-weight: bold;
	line-height: 1.2em;
}
.match_left img, .match_right img {
	width: 50%;
	display: block;
	max-width: 160px;
	margin: 0 auto 0.5em;
}
.match_left span, .match_right span, .match_vs span {
	font-weight: inherit;
}
.match_vs {
	color: rgba(44,44,39,0.6);
	font-weight: bold;
}
.time small {
	color: #c6ccd5;
	font-size: 0.8em;
	line-height: 0.8em;
	display: block;
	background-color: rgb(153 0 0 / 70%);
	padding: 0.2em;
	border-radius: 0.5em;
}
#link {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#link a {
	padding: min(3vw,18px);
	margin: min(3vw,18px);
	background-color: rgba(255,255,255,0.2);
	color: #eee;
	font-size: min(3vw,18px);
	line-height: 1.6em;
	text-decoration: none;
	text-align: center;
}
#link img {
	width: 100%;
}
.bnr_present {
	display: block;
	width: 70%;
	margin: auto;
}
.bnr_present img {
	width: 100%;
}
/*---------------------プレゼント一覧ここから---------------------*/
h2.present_title {
margin-top: 0vw;
}
.present_title img {
width: 100% !important;
max-width: 950px;
float: left;
margin-bottom: 1em;
}
/* 全賞品をまとめたdiv */
#present_list{
width: 950px;
min-height: 900px;
float: left;
clear: both;
line-height: 1.6em;
}
/* 賞品ひとつ分のdiv */
#present_list .pre_set{
background-color: #fff;
border: solid 1px #bebebe;
margin: 0 auto 3% auto;
padding: 4%;
position: relative;
text-align: left;
}
/* プレゼント無いとき */
#present_list .pre_set_close{
min-height: 900px;
padding: 5%;
text-align: center;
}
/* 賞品名 */
#present_list .pre_set h3.pre_name{
background-color: #666;
border-radius: 5px;
color: #fff;
font-size: 1.2em;
line-height: 1.2em;
padding: 2% 3%;
margin: 0 auto 3% auto;
text-align: left;
}
/* 賞品詳細のdiv */
#present_list .pre_set .pre_detail{
overflow: hidden;
width: 100%;
}
/* 賞品画像＋説明文のdiv*/
#present_list .pre_set .pre_detail .pre_detail_top{
width: 100%;
overflow: hidden;
padding-bottom: 3%;
}
/* 締切＋応募ボタンのdiv*/
#present_list .pre_set .pre_detail .pre_detail_bottom{
clear: both;
overflow: hidden;
width: 100%;
}
/* 賞品画像 */
#present_list .pre_set .pre_detail .pre_detail_top .pre_pic{
float: left;
width:25%;
}
#present_list .pre_set .pre_detail .pre_detail_top .pre_pic img{
/*border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
box-shadow: 1px 1px 5px #aaa;*/
width: 100%;
}
/* 説明文 */
#present_list .pre_set .pre_detail .pre_detail_top .pre_memo{
float: right;
width: 72%;
font-size: 85%;
}
/* 締切 */
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_date{
float: left;
width:40%;
}
/* 応募締切 */
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_date span{
color: #fe3980;
display: block;
}
/* 応募ボタン */
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a{
background: #ccc;
display: block;
}
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:link{
background-color: #ccc;
border-radius: 5px;
display: block;
float: right;
font-size: 1.2em;
line-height: 1.2em;
text-align: center;
padding: 2% 3%;
width: 48%;
}
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:link,
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:visited,
#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:hover{
color: #333;
text-decoration: none;
}
#back{
clear: both;
}
/*---------------------プレゼント一覧ここまで---------------------*/

/*--------------------------------------------------------*/
/*--幅狭い用--*/
@media screen and (max-width: 850px) {
	/*-- 緊急テキスト ----------------------*/
	#rp_textbox .txt_text{
	border: rgb(255 255 255 / 50%) solid 0.25em;
	border-radius: 0.5em;
	background: rgba(255,255,255,0.6);
	margin: 2% auto;
	width: 100%;
	}
	#rp_textbox .pop_text{}
	#rp_textbox .popup_title{
	border-bottom: #999 dotted 1px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	}
	#rp_textbox a{
	color:#d00;
	text-decoration:underline;
	}
	.txt_title {
	border-left: solid 0.5em #333333;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 0.3em;
	margin-bottom: 0.5em;
	}
	/*-------------------------------------*/
	/*--SNS--*/
	#sns_button{
		text-align: center;
		margin: 5%;
	}
	#sns_button img{
		width: 30px !important;
		height: 30px !important;
		margin: 0 2%;
	}
	/*-------------------------------------*/
	/* index */
	#page_all {
		margin: 3vw !important;
		display: block;
	}
	#all{
		width: auto;
		margin: auto;
	}
	h1 img {
		width: 100%;
	}
	.item_set {
		display: block !important;
	}
	#contents {
		padding: 2vw;
	}
	.about {
		margin: 5vw 3vw;
	}
	#link a {
		margin: 1vw;
		padding: 1vw;
	}
	.bnr_present {
		width: 100%;
		margin-bottom: 2em;
	}
	/*-------------------------------------*/
	/*---------------------プレゼント一覧ここから---------------------*/
	/* 全賞品をまとめたdiv */
	#present_list{
	clear: both;
	line-height: 1.6em;
	float: unset;
	min-height: unset;
	width: 100%;
	}
	/* 賞品ひとつ分のdiv */
	#present_list .pre_set{
	background-color: #ffffff;
	border: solid 1px #bebebe;
	margin: 0 auto 3% auto;
	padding: 4%;
	position: relative;
	text-align: left;
	}
	/* プレゼント無いとき */
	#present_list .pre_set_close{
	padding: 5%;
	text-align: center;
	}
	/* 賞品名 */
	#present_list .pre_set h3.pre_name{
	padding: 2% 3%;
	margin: 0 auto 3% auto;
	background-color: #666666;
	color: #ffffff;
	border-radius: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	/* 賞品詳細のdiv */
	#present_list .pre_set .pre_detail{
	width: 100%;
	overflow: hidden;
	}
	/* 賞品画像＋説明文のdiv*/
	#present_list .pre_set .pre_detail .pre_detail_top{
	width: 100%;
	overflow: hidden;
	padding-bottom: 3%;
	}
	/* 締切＋応募ボタンのdiv*/
	#present_list .pre_set .pre_detail .pre_detail_bottom{
	clear: both;
	width: 100%;
	overflow: hidden;
	}
	/* 賞品画像 */
	#present_list .pre_set .pre_detail .pre_detail_top .pre_pic{
	width:80%;
	margin: 0 auto 3% auto;
	float: unset;
	}
	#present_list .pre_set .pre_detail .pre_detail_top .pre_pic img{
	width: 100%;
	float: unset;
	/*border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	box-shadow: 1px 1px 5px #aaaaaa;*/
	}
	/* 説明文 */
	#present_list .pre_set .pre_detail .pre_detail_top .pre_memo{
	font-size: 3.7vw;
	line-height: 1.2em;
	float: unset;
	width: 100%;
	}
	/* 締切 */
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_date{
	text-align: center;
	width: 100%;
	}
	/* 応募締切 */
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_date span{
	display: block;
	color: #fe3980;
	margin: 0 auto 3% auto;
	}
	/* 応募ボタン */
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a{
	background: #ccc;
	display: block;
	}
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:link{
	background-color: #ccc;
	border-radius: 5px;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 3% 0;
	text-align: center;
	width: 100%;
	}
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:link,
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:visited,
	#present_list .pre_set .pre_detail .pre_detail_bottom .pre_btn a:hover{
	color: #333;
	text-decoration: none;
	}
	/*---------------------プレゼント一覧ここまで---------------------*/
}