@charset "utf-8";

/*---------------------------------------------------------

   終了テキスト

---------------------------------------------------------*/

.close_announce {
	background: #FFF;
	text-align: center;
	font-size: 1.4em;
	font-weight: bolder;
	color: red;
	padding: 0.8em 1em;
}

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

@media screen and (min-width: 768px) {
	.close_announce {
		font-size: 24px;
	}

}


/*---------------------------------------------------------

    bg

---------------------------------------------------------*/

.bg_main {
	width: 100%;
	background: url(../img/index/bg.jpg) no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 767px) {
	.bg_main {
		width: 100%;
		background: none;
	}
	.bg_main::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/index/bg.jpg) no-repeat left center;
		background-size: cover;
	}
}
@media screen and (min-width: 768px) {
}

/*---------------------------------------------------------

    ティザー ロゴ

---------------------------------------------------------*/
.main_logo {
	padding-top: 5em;
	margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
	.main_logo {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		margin-bottom: 80px;
	}
}

/*---------------------------------------------------------

   終了テキスト 中段

---------------------------------------------------------*/

.entry_text {
	margin: 0 0 2em;
	background: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
	color: red;
	padding: 1em 1%;
}
.entry_text .btn {
	padding: 1.5em 0 0;
	width: 90%;
	margin: 0 auto;
}
.entry_text .btn a {
	display: block;
	background: #AC1B24;
	color: #FFF;
	padding: 1.2em 0;
	font-size: 1.2em;
	
}
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
	.entry_text {
		width: 100%;
		max-width: 960px;
		margin: 0 auto 30px;
		font-size: 20px;
		padding: 20px 0;
	}
	.entry_text .btn {
		padding: 20px 0 0;
		width: 480px;
	}
	.entry_text .btn a {
		padding: 10px 0;
		font-size: 20px;
		
	}

}

/*---------------------------------------------------------

    ティザー ボタン

---------------------------------------------------------*/
.entry_btn_wrap {
	margin-bottom: 3em;
}
.entry_btn_wrap .container{
	background: rgba(0,0,0,0.8);
	padding-bottom: 0.5em;
}
.entry_btn_wrap h2{
	padding: 1em;
	background: #FFF;
	border: 3px double #000;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 1em;
}
.entry_btn_wrap .btn_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1em;
}
.entry_btn_wrap .btn_list li {
	width: 48%;
	font-size: 1.1em;
	font-weight: bolder;
	margin-bottom: 1em;
	text-align: center;
}
.entry_btn_wrap .btn_list li a {
	display: block;
	background: #F2C12E;
	border-radius: 100vh;
	padding: 1em 0;
	color: #000;
}

/** 1つ用 **/
.entry_btn_wrap .btn_list.one_btn {
	justify-content: center;
}
.entry_btn_wrap .btn_list.one_btn li {
	width: 96%;
}

@media screen and (min-width: 768px) {
	.entry_btn_wrap {
		margin-bottom: 50px;
	}
	.entry_btn_wrap .container{
		padding-bottom: 10px;
	}
	.entry_btn_wrap h2{
		padding: 14px;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.entry_btn_wrap .btn_list {
		padding: 0 30px;
	}
	.entry_btn_wrap .btn_list li {
		width: 48%;
		margin-bottom: 20px;
		font-size: 1.3em;
	}
	.entry_btn_wrap .btn_list li a {
	}

	/** 1つ用 **/
	.entry_btn_wrap .btn_list.one_btn {
		justify-content: center;
	}
	.entry_btn_wrap .btn_list.one_btn li {
		width: 48%;
	}

}


/*---------------------------------------------------------

    エントリーリスト

---------------------------------------------------------*/
.list_wrap {
	margin-bottom: 3em;
}
.list_wrap .container {
	background: #FFF;
	padding: 2%;
	width: 86%;
}
.list_wrap h3{
	background: #AC1B24;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.list_wrap p.date {
	text-align: right;
	margin-bottom: 1em;
}
.list_wrap .entrylist {
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 3em;
}
.list_wrap .entrylist tr th {
	background: #333;
	color: #FFF;
	font-weight: bolder;
	padding: 0.5em 0;
	text-align: center;
}
.list_wrap .entrylist tr td {
	font-size: 1em;
	padding: 0.8em 0.4em;
}
.list_wrap .entrylist tr:nth-child(odd) td {
	background: #F3F3F3;
}
.list_wrap .entrylist tr td.shop {
	width: 30%;
	font-size: 0.9em;
}
@media screen and (min-width: 768px) {
	.list_wrap {
		margin-bottom: 50px;
	}
	.list_wrap .container {
		padding: 30px;
		max-width: 900px;
	}
	.list_wrap h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.list_wrap p.date {
		margin-bottom: 20px;
	}
	.list_wrap .entrylist {
	margin-bottom: 50px;
	}
	.list_wrap .entrylist tr th {
		padding: 0.8em 0;
		font-size: 14px;
	}
	.list_wrap .entrylist tr td {
		font-size: 14px;
		padding: 1em 0.6em;
	}
	.list_wrap .entrylist tr td.shop {
		width: 30%;
		font-size: 14px;
	}
}

/*---------------------------------------------------------

   リザルト

---------------------------------------------------------*/
.result {
	margin-bottom: 2em;
}
.result h3 {
	font-size: 1.6em;
	font-weight: bolder;
	background: #333;
	color: #FFF;
	padding: 0.6em 0.4em;
	margin-bottom: 1.2em;
}
.result h4 {
	font-size: 1.4em;
	font-weight: bolder;
	border-left: 3px solid #AC1B24;
	padding: 0 0 0 0.8em;
}
.result .col3 {
	margin-bottom: 2em;
}
.result .col3 li {
	padding: 2em 0;
	border-bottom: 1px dotted #CCC;
}
.result .col3 li:last-child {
	border-bottom: none;
}
.result .col3 li h4 {
	margin-bottom: 20px;
}
.result .col3 li .pic {
	margin-bottom: 1em;
}
.result .col3 li .level {
	font-size: 0.9em;
	margin-bottom: 0.8em;
	color: #FFF;
	background: #666;
	padding: 0.4em;
	display: inline-block;
}
.result .col3 li .name {
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0.2em;
}
.result .col3 li .shop {
	font-size: 0.9em;
	color: #999;
}


.result .col4 {
	margin-bottom: 2em;
}
.result .col4 li {
	padding: 2em 0;
	border-bottom: 1px dotted #CCC;
}
.result .col4 li:last-child {
	border-bottom: none;
}
.result .col4 li .pic {
	margin-bottom: 1em;
}
.result .col4 li .level {
	font-size: 0.9em;
	margin-bottom: 0.8em;
	color: #FFF;
	background: #666;
	padding: 0.4em;
	display: inline-block;
}
.result .col4 li .name {
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0.2em;
}
.result .col4 li .shop {
	font-size: 0.9em;
	color: #999;
}



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

@media screen and (min-width: 768px) {
	.result {
		margin-bottom: 50px;
	}
	.result h3 {
		font-size: 20px;
	}
	.result h4 {
		font-size: 16px;
	}
	.result .col3 {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.result .col3::after {
		display: block;
		content:"";
		width: 32%;
	}
	.result .col3 li {
		width: 32%;
		padding: 20px 0;
		border-bottom: none;
	}
	.result .col3 li h4 {
		margin-bottom: 20px;
	}
	.result .col3 li .pic {
		margin-bottom: 1em;
	}
	.result .col3 li .level {
		font-size: 0.9em;
		margin-bottom: 0.8em;
		color: #FFF;
		background: #666;
		padding: 0.4em;
		display: inline-block;
	}
	.result .col3 li .name {
		font-size: 1.2em;
		font-weight: bolder;
		margin-bottom: 0.2em;
	}
	.result .col3 li .shop {
		font-size: 0.9em;
		color: #999;
	}

	.result .col4 {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: end;
	}
	.result .col4::after {
		display: block;
		content:"";
		width: 32%;
	}
	.result .col4 li {
		width: 21%;
		padding: 20px 0;
		border-bottom: none;
	}
	.result .col4 li.winner {
		width: 30%;
	}
	.result .col4 li .pic {
		margin-bottom: 1em;
	}
	.result .col4 li .level {
		font-size: 0.9em;
		margin-bottom: 0.8em;
		color: #FFF;
		background: #666;
		padding: 0.4em;
		display: inline-block;
	}
	.result .col4 li .name {
		font-size: 1.2em;
		font-weight: bolder;
		margin-bottom: 0.2em;
	}
	.result .col4 li .shop {
		font-size: 0.9em;
		color: #999;
	}

}


/*---------------------------------------------------------

   リザルト

---------------------------------------------------------*/
.gallery {
	margin-bottom: 2em;
}
.gallery h3 {
	font-size: 1.6em;
	font-weight: bolder;
	background: #333;
	color: #FFF;
	padding: 0.6em 0.4em;
	margin-bottom: 1.2em;
}
.gallery .text {
	margin-bottom: 2em;
}
.gallery .pic_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery .pic_list::after {
	display: block;
	content:"";
	width: 23%;
}
.gallery .pic_list li {
	width: 23%;
	padding: 0;
	margin-bottom: 1em;
}
.gallery .pic_list li a {
	width: 100%;
	position: relative;
}
.gallery .pic_list li a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.gallery .pic_list li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.gallery .pic_list::before {
		display: block;
		content:"";
		width: 23%;
		order: 1;
	}

}

@media screen and (min-width: 768px) {
	.gallery {
		margin-bottom: 50px;
	}
	.gallery h3 {
		font-size: 20px;
	}
	.gallery .pic_list li {
		width: 13%;
		padding: 0;
		margin-bottom: 1em;
	}
	.gallery .pic_list::after {
		display: block;
		content:"";
		width: 56.5%;
	}
}


/*---------------------------------------------------------

   リザルト

---------------------------------------------------------*/
.menu_wrap {
	padding: 0 0 3em;
}
.menu_wrap ul {
	background: rgba(0,0,0,0.8);
	padding: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu_wrap ul li {
	width: 48%;
	text-align: center;
	font-weight: bolder;
	margin: 0.3em 0;
}
.menu_wrap ul li a {
	display: block;
	background: #FFF;
	color: #333;
	padding: 1em 0;
	border-radius: 100vh;
}

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

}

@media screen and (min-width: 768px) {
.menu_wrap {
	padding: 0 0 50px;
}
.menu_wrap ul {
	padding: 30px;
	justify-content: flex-start;
}
.menu_wrap ul li {
	width: 200px;
	margin: 0 10px;
	font-size: 14px;
}
.menu_wrap ul li a {
	padding: 13px 0;
}
}


/*---------------------------------------------------------

   アナウンス

---------------------------------------------------------*/
.announce {
	width: 80%;
	padding: 5% 2em;
	background-color: #FFF;
	margin: 0 auto 3em;
	font-size: 1.1em;
}

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

}

@media screen and (min-width: 768px) {
	.announce {
		width: 900px;
		padding: 30px 30px;
		margin: 0 auto 50px;
		font-size: 15px;
	}
}

