/* 全体  
==============================================*/

:root {
	--donburi-red: #a80404;
	--donburi-orange: #ebae3d;
	--donburi-beige: #fae8c1;
	--donburi-brown: #4d272b;
	--donburi-grey: #666;
	--donburi-blue: #417ee0;
}

main {
	font-size: 16px;
	background:#f3ece0;
}
@media only screen and (max-width: 1399px) {
	main {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	main {
		font-size: 14px;
	}
}

main section {
	position: relative;
}

main .inner {
	width: 950px;
	max-width: calc(100% - 40px);
	margin: auto;
}

i {
	font-style: normal;
	display: inline-block;
}

main .red {
	color: var(--donburi-red);
}
main .orange {
	color: var(--donburi-orange);
}
main .blue {
	color: var(--donburi-blue);
}
main .grey {
	color: var(--donburi-grey);
}
main .bold {
	font-weight: bold;
}
main .large {
	font-size: 1.2em;
}
main .larger {
	font-size: 1.5em;
}
main .small {
	font-size: .8em;
}

@media only screen and (min-width: 768px) {
	.pc_hidden {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sp_hidden {
		display: none;
	}
}


/* sec-mv
==============================================*/

.sec-mv {
	background: url(../img/mv-bg.png) center bottom/cover;
}

.sec-mv .inner {
	width: 1200px;
	max-width: 100%;
	position: relative;
}

.sec-mv img {
	position: relative;
	z-index: 10;
}

/* sec-intro
==============================================*/
.sec-intro {
	padding: 40px 0;
}

main .sec-intro {
	text-align: center;
}
main .sec-intro h2 {
	font-size: 36px;
	margin-bottom: 30px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
}
main .sec-intro p {
	font-size: 21px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	main .sec-intro h2 {
		font-size: 22px;
	}
	main .sec-intro p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}


/* sec-about
==============================================*/

.sec-about {
	margin:0;
	padding:0;
}
.about-box {
	background: #fff;
	margin:0;
	padding:60px;
	border-radius: 20px;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;

}

.about-box-1 {
	width: 36%;
}
.about-box-2 {
	width: 64%;
	padding:0 0 0 35px;
}

.sec-about h2 {
	font-size: 18px;
	margin-bottom: 40px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
	text-align:center;
}
.sec-about h2 .normal{
	vertical-align: middle;
}
.sec-about h2 .accent{
	font-size: 26px;
	vertical-align: middle;
}
.sec-about p{
	font-size: 18px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.about-box {
		padding:20px;
	}
	.sec-about h2 {
		font-size: 16px;
	}
	.sec-about h2 .accent{
		font-size: 22px;
	}
	.sec-about p{
		font-size: 16px;
	}

	.about-box-1 {
		width: 100%;
		margin: 0 auto 20px auto;
		max-width:430px;
	}
	.about-box-2 {
		width: 100%;
		padding:0;
	}

}

/* sec-prize-gold
==============================================*/
.sec-prize-gold {
	margin:0;
	padding: 60px 0 0 0;
}
.prize-gold-box {
	background: #fff;
	margin:0;
	padding:30px 40px 60px 40px;
	border-radius: 20px;
}
main .sec-prize-gold h2 {
	font-size: 36px;
	margin-bottom: 30px;
	color: var(--donburi-brown);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
main .sec-prize-gold ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
main .sec-prize-gold ul li{
	width: 33%;
}
.sec-prize-gold .title .crown {
	text-align: center;
}
.sec-prize-gold .title .crown img{
	width:44px;
}
.sec-prize-gold .title h3 {
	font-size: 24px;
	color: var(--donburi-brown);
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing:-0.01em;
}
.sec-prize-gold .title h3 .san{
	font-size: 16px;
}
.sec-prize-gold .title .img {
	margin:2px;
}
.sec-prize-gold .outline .ttl {
	font-size: 18px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing:0.01em;
	height:50px;
	border-bottom:solid var(--donburi-brown) 1px;
	width:98%;
	display: table;
	margin:20px auto 0 auto;
}
.sec-prize-gold .outline .ttl span{
  display: table-cell;
  vertical-align: middle;
}
.sec-prize-gold .outline .text {
	font-size: 16px;
	color: var(--donburi-brown);
	font-weight: 400;
	line-height: 1.4;
	margin-top:10px;
	height:90px;
}

.sec-prize-gold .detail .ttl {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 2.4;
	text-align: center;
	background: var(--donburi-brown);
	border-radius: 20px;
	margin:0 1px 15px 0;
}
.sec-prize-gold .detail .text {
	font-size: 16px;
	color: var(--donburi-brown);
	font-weight: 400;
	line-height: 1.6;
	background: url(../img/fukidashi.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	padding:60px 9% 10px 9%;
	margin:0 auto;
	width:85%;
	height:auto;
	min-height:340px;
}
.sec-prize-gold .detail .text p{
	margin-bottom:30px;
}
@media only screen and (max-width: 860px) {
	.sec-prize-gold .detail .text {
		width:95%;
	}
}
@media only screen and (max-width: 767px) {

	.prize-gold-box {
		padding:30px 20px 10px 20px;
	}

	main .sec-prize-gold ul li{
		width: 100%;
		margin-bottom:40px;
	}

	main .sec-prize-gold h2 {
		font-size: 22px;
	}
	.sec-prize-gold .title h3 {
		font-size: 18px;
	}
	.sec-prize-gold .title h3 .san{
		font-size: 12px;
	}
	.sec-prize-gold .outline .ttl {
		font-size: 18px;
	}
	.sec-prize-gold .outline .text {
		font-size: 16px;
	}
	.sec-prize-gold .detail .ttl {
		font-size: 16px;
	}
	.sec-prize-gold .detail .text {
		font-size: 16px;
		max-width:300px;
		padding:60px 20px 10px 20px;
	}

}
@media only screen and (max-width: 600px) {
	.sec-prize-gold .detail .text {
		width:100%;
	}

}

/* sec-prize-rurubu
==============================================*/
.sec-prize-rurubu {
	margin:0;
	padding: 60px 0 0 0;
}
.prize-rurubu-box {
	background: #fff;
	margin:0;
	padding:30px 40px 60px 40px;
	border-radius: 20px;
}
main .sec-prize-rurubu h2 {
	font-size: 36px;
	margin-bottom: 30px;
	color: var(--donburi-brown);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
main .sec-prize-rurubu .boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
main .sec-prize-rurubu .boxes .rurubu-box-1{
	width: 49%;
}
main .sec-prize-rurubu .boxes .rurubu-box-2{
	width: 400px;
	max-width: 49%;
	background:#e4dfdf;
	margin:72px auto 0 auto;
	padding:0 0 20px 0;
}
main .sec-prize-rurubu .rurubu-box-1 .crown {
	text-align: center;
}
main .sec-prize-rurubu .rurubu-box-1 .crown img{
	width:44px;
}
main .sec-prize-rurubu .rurubu-box-1 h3 {
	font-size: 24px;
	color: var(--donburi-brown);
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing:-0.01em;
}
main .sec-prize-rurubu .rurubu-box-1 h3 .san{
	font-size: 16px;
}
main .sec-prize-rurubu .rurubu-box-1 .img {
	width:292px;
	margin:0 auto;
}
main .sec-prize-rurubu .rurubu-box-1 .ttl {
	font-size: 18px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	border-bottom:solid var(--donburi-brown) 1px;
	width:290px;
	margin:0 auto;
	padding:16px;
}
main .sec-prize-rurubu .rurubu-box-1 .text {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	width:300px;
	margin:0 auto;
	padding:10px;
}

main .sec-prize-rurubu .rurubu-box-2 .ttl {
	background: var(--donburi-brown);
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
	line-height: 1.2;
	text-align: center;
	padding:10px;
}
main .sec-prize-rurubu .rurubu-box-2 .img {
	padding:16px 40px 0 40px;
}
main .sec-prize-rurubu .rurubu-box-2 .img img {
	width:320px;
	max-width:100%;
}

main .sec-prize-rurubu .rurubu-box-2 .text {
	font-size: 14px;
	font-weight: 400;
	color:#000000;
	line-height: 1.4;
	text-align: left;
	padding:10px 40px;
	margin-bottom:10px;
}
main .sec-prize-rurubu .rurubu-box-2 .link {
	font-size: 18px;
	font-weight: bold;
	color: var(--donburi-brown);
	line-height: 1.4;
	text-align: center;
	margin-bottom:10px;
}
main .sec-prize-rurubu .rurubu-box-2 .btn {
	display:block;
	margin:0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 2.4;
	text-align: center;
	width:280px;
	max-width:90%;
	background: var(--donburi-brown);
	border-radius: 20px;

}

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

	.prize-rurubu-box {
		padding:30px 20px 20px 20px;
	}
	main .sec-prize-rurubu h2 {
		font-size: 22px;
	}
	main .sec-prize-rurubu .rurubu-box-1 h3 {
		font-size: 18px;
	}
	main .sec-prize-rurubu .rurubu-box-1 h3 .san{
		font-size: 12px;
	}
	main .sec-prize-rurubu .boxes .rurubu-box-1{
		width: 100%;
	}
	main .sec-prize-rurubu .boxes .rurubu-box-2{
		width: 100%;
		max-width: 100%;
		margin:30px auto 0 auto;
	}
	main .sec-prize-rurubu .rurubu-box-1 .img {
		width:100%;
	}
	main .sec-prize-rurubu .rurubu-box-1 .ttl {
		width:100%;
		font-size: 16px;
	}
	main .sec-prize-rurubu .rurubu-box-1 .text {
		width:100%;
	}
	main .sec-prize-rurubu .rurubu-box-2 .ttl {
		width:100%;
		font-size: 16px;
	}
	main .sec-prize-rurubu .rurubu-box-2 .link {
		font-size: 16px;
	}
	main .sec-prize-rurubu .rurubu-box-2 .img img {
		width:100%;
	}


}


/* sec-prize-wchance
==============================================*/
.sec-prize-wchance {
	margin:0;
	padding: 60px 0 0 0;
	text-align: center;
}
.prize-wchance-box {
	margin:0;
	padding:0;
}
.sec-prize-wchance .crown{
	margin-bottom:10px;
}
.sec-prize-wchance .crown img{
	width:45px;
}
.sec-prize-wchance .text{
	font-size: 18px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
	margin-bottom:5px;
}
.sec-prize-wchance .caution{
	font-size: 14px;
	color: var(--donburi-brown);
	font-weight: 400;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.sec-prize-wchance .text{
		font-size: 16px;
	}
	.sec-prize-wchance .caution{
		font-size: 12px;
	}

}

/* sec-judge
==============================================*/
.sec-judge {
	margin:0;
	padding: 60px 0 0 0;
}
.judge-box {
	background: #fff;
	margin:0;
	padding:40px 60px 10px 60px;
	border-radius: 20px;
}
main .judge-box h2 {
	font-size: 26px;
	margin-bottom: 30px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
main .judge-box .band {
	background: url(../img/ribbon.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:590px;
	margin:0 auto 30px auto;
	max-width:100%;
}
main .judge-box .band ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	height:60px;
	margin:0 50px;
}
main .judge-box .band ul li{
	width: 33%;
	text-align:center;
	text-decoration:underline;
	font-size: 20px;
	color:#ffffff;
	font-weight: 400;
	line-height: 2.5;
}
main .judge-box .band ul li .san{
	font-size: 16px;
}
main .judge-box .judge-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 60px 0;
}
main .judge-box .judge-block .judge-img{
	width: 20%;
}
main .judge-box .judge-block .judge-detail{
	width: 76%;
}
main .judge-box .judge-block .judge-detail .pos {
	font-size: 18px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
}
main .judge-box .judge-block .judge-detail .name {
	font-size: 24px;
	color: var(--donburi-brown);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing:0.1em;
}
main .judge-box .judge-block .judge-detail .name .san{
	font-size: 21px;
}
main .judge-box .judge-block .judge-detail .text {
	font-size: 14px;
	color:#000000;
	font-weight: 500;
	line-height: 1.6;
	border-bottom:solid var(--donburi-brown) 1px;
	padding:8px 0;
}
main .judge-box .judge-block .judge-detail .msg {
	font-size: 18px;
	color:#000000;
	font-weight: 500;
	line-height: 1.6;
	padding:8px 0;
}
@media only screen and (max-width: 767px) {

	.judge-box {
		padding:30px 20px 20px 20px;
	}
	main .judge-box h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	main .judge-box .band ul li{
		font-size: 16px;
		line-height: 2.8;
	}
	main .judge-box .band ul li .san{
		font-size: 12px;
	}
	main .judge-box .judge-block .judge-img{
		width: 100%;
		text-align:center;
		margin-bottom:20px;
	}
	main .judge-box .judge-block .judge-img img{
		width:160px;
	}
	main .judge-box .judge-block .judge-detail{
		width: 100%;
	}
	main .judge-box .judge-block .judge-detail .pos {
		font-size: 16px;
	}
	main .judge-box .judge-block .judge-detail .name {
		font-size: 22px;
	}
	main .judge-box .judge-block .judge-detail .name .san{
		font-size: 16px;
	}
	main .judge-box .judge-block .judge-detail .msg {
		font-size: 16px;
	}
}

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

	.judge-box {
		padding:30px 20px 20px 20px;
	}
	main .judge-box .band ul {
		margin:0 20px;
		height:45px;
	}
	main .judge-box .band ul li{
		font-size: 14px;
		line-height: 2.0;
		letter-spacing:-0.05em;
	}

}


/* sec-food 
==============================================*/
.sec-food {
	margin:0;
	padding: 60px 0 0 0;
}
.food-box {
	background: #fff;
	margin:0;
	padding:50px;
	border-radius: 20px;
}

.sec-food h2 {
	color: var(--donburi-brown);
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: 500;
	text-align:center;
	line-height:1.4;
}
.sec-food h2+p {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.sec-food h2 {
		font-size: 22px;
	}
}

.okaimono-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.okaimono-box>a {
	width: 31.5%;
}
.okaimono-box>a img {
	border-radius: 10px;
	border: 1px solid #000;
}
.okaimono-box>a p {
	color: var(--donburi-red);
	text-align: right;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.okaimono-box>a {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
}


/* sec-terms 
==============================================*/

.sec-terms {
	padding: 60px 0 0 0;
	position: relative;
}
.terms-box {
	background: #fff;
	margin:0;
	padding:40px 40px 60px 40px;
	border-radius: 20px;
}
.sec-terms h2 {
	font-size: 26px;
	margin-bottom: 40px;
	color: var(--donburi-brown);
	font-weight: 500;
	line-height: 1.4;
	text-align:center;
}

.sec-terms .terms {
	border: 1px solid #9E9E9E;
	max-height: 500px;
	overflow-y: scroll;
}
.sec-terms .terms {
	font-size: 12px;
	padding: 15px;
}
.sec-terms .terms div {
	margin: 20px 0;
}
.sec-terms .terms div:last-child {
	margin-bottom: 0;
}
.sec-terms .terms h6 {
	font-size: 12px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.terms-box {
		padding:20px 20px 40px 20px;
	}
	.sec-terms h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

}

/* sec-sponsor 
==============================================*/
.sec-sponsor {
	margin:0;
	padding: 40px 20px;
}
.sponsor-box {
	margin:0;
}
.sec-sponsor .sponsor-box h6 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	color: var(--donburi-brown);
}
.sec-sponsor .sponsor-box .sponsor {
	color: var(--donburi-brown);
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}
.sec-sponsor .sponsor-box .sponsor a:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
	.sec-sponsor .sponsor-box .sponsor a {
		display: block;
	}
	.sec-sponsor .sponsor-box .sponsor a:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
}
