@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#462106;
	background: #FCF3D2;
	font-size:16px;
	font-weight:400;
	line-height: 1.5;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.en{
	font-family: 'Montserrat', sans-serif;
}

body.open, body.modaal-noscroll{
	overflow: hidden;
}
input, textarea {
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    -webkit-border-radius : 0;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#2e2e2e;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}
.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none !important;}
.note{font-size:87%;}

/************************
header
************************/
header{
	height: 82px;
}
.inner_header{
	position: fixed;
	width: 100%;
	height: 82px;
	background: #fff;
	align-items: center;
	padding: 0 32px;
	z-index: 100;
}
.inner_header .logo{
	width: 211px;
}

.nav ul{
	gap:10px;
}
.nav ul img{
	height: 51px;
	width: auto;
}
.nav ul a:hover{
	opacity: .5;
}
/************************
btn
************************/
.btn{
	width: 100%;
	max-width: 402px;
}
.btn a{
	display: block;
	text-align: center;
	background: rgb(252,95,75);
	background: linear-gradient(90deg, rgba(252,95,75,1) 0%, rgba(255,154,76,1) 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	box-shadow: 5px 5px 15px 0px rgba(255,255,255,1);
	border-radius: 100vh;
	line-height: 60px;
	letter-spacing: 2px;
}
.btn a:hover{
	opacity: .5;
}

/************************
menu btn
************************/
.menu_btn{
	display:none;
    position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    z-index: 101;
}
.sp_nav_btn{
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	position: relative;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/************************
mv
************************/
.mv{
	position: relative;
}
.btn_mv{
	position: fixed;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(41,27,17,.85);
	text-align: center;
	padding: 15px 0;
	z-index: 10;
}
.btn_mv a{
	display: block;
	width: 90%;
	max-width: 428px;
	margin: auto;
}

/************************
cnt
************************/
.inner_90p{
	margin: auto;
	width: 90%;
}
.lead{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.sec_01{	
	padding: 100px 0 150px;
	text-align: center;
}
.sec_01 h2{
	margin-bottom: 24px;
}
.sec_01 h2 span{
	position: relative;
	display: inline-block;
}
.sec_01 h2 span::before, .sec_01 h2 span::after{
	width: 209px;
	height: 107px;
	position: absolute;
	content: '';
	display: block;
	top: -22px;
}
.sec_01 h2 span::before{
	left: -176px;
	background: url("../img/h2_01_i_01.png") no-repeat;
}
.sec_01 h2 span::after{
	right: -176px;
	background: url("../img/h2_01_i_02.png") no-repeat;
}
.sec_01 .lead{
	margin: 21px 0 70px;
}

.list_logo{
	gap:32px;
	margin-top: 42px;
}

.cath_01{
	position: relative;
	text-align: center;
	background: #462106;
	padding-bottom: 60px;
}
.cath_01::before{
	content: '';
	display: block;
	border-bottom: 70px solid #462106;
	border-left: 100vw solid transparent;
	position: absolute;
	top: -69px;
}

.sec_02{
	padding: 80px 0;
}
.sec_02 h2{
	text-align: center;
	margin-bottom: 40px;
}
.sec_02 h2 img{
	max-width: 640px;
	width: 100%;
}
.sec_02 .lead{
	margin-bottom: 40px;
}

.vs_area{
	text-align: center;
	position: relative;
	padding-top: 33px;
	background: url("../img/bg_zaku.png");
	z-index: 1;
	margin-bottom: 80px;
}
.vs_area::before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 50vw;
	top: 0;
	right: 0;
	background: url("../img/bg_saku.png");
	z-index: -1;
}

.vote{
	text-align: center;
}
.vote h3{
	margin-bottom: 135px;
}

.vote_flow{
	margin: auto;
	max-width: 992px;
	background: #fff;
	border-radius: 15px;
	border: 5px dashed #462106;
	padding: 1px 40px 40px;
}
.vote_flow h4{
	text-align: center;
	margin: -53px 0 20px;
}
.flow{
	margin: 26px 0 34px;
}

.vote_info{
	max-width: 483px;
	margin: auto;
}
.ttl_info{
	border: 3px solid #DB1F32;
	color: #DB1F32;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
}
.vote_info li{
	text-align: left;
}

.sec_03{
	padding-bottom: 20px;
}
h2.ttl_items{
	margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
	h2.ttl_items{height: 257px; overflow: hidden;}
	h2.ttl_items img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1920px) {
	h2.ttl_items img{
		width: 100%;
	}
}

.list_item{
	margin: auto;
	width: 90%;
	max-width: 998px;
	gap:37px 5%;
}
.list_item li{
	width: 30%;
	background: #fff;
	border: 2px solid #F86B56;
	border-radius: 9px;
	position: relative;
}
.list_item li .rank{
	position: absolute;
	top: -60px;
}
.list_item li figure img{
	width: 100%;
}
.list_item li h3{
	background: #F86B56;
	padding: 10px 16px;
	min-height: 4.5em;
	font-size: 21px;
	color: #fff;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.list_item li h3 span{
	display: block;
	font-size: 13px;
}
.item_cnt{
	padding: 20px;
}
.item_cnt h4{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	color: #F86B56;
}

.sec_04{
	padding-bottom: 80px;
}

.sec_04 .list_item li{
	border-color: #FED90E;
}
.sec_04 .list_item li h3{
	background: #FED90E;
	color: #462106;
}
.sec_04 .item_cnt h4{
	color: #462106;
}

.ct_area{
	padding: 50px 0 1px;
	background: #462106;
}
.inner_ct{
	margin: auto;
	width: 90%;
	max-width: 820px;
	text-align: center;
	color: #fff;
}
.inner_ct h2{
	text-align: center;
	margin-bottom: 36px;
}
.list_bn{
	margin-bottom: 46px;
}
.list_bn li{
	width: 47%;
}
.inner_ct p{
	font-size: 20px;
	margin-bottom: 10px;
}
.btn_cv{
	margin-bottom: -58px;
}
.btn_cv a{
	pointer-events: none;
}
.btn_cv a img{
	transition: all 0.3s ease-in-out 0s;
}
.btn_cv a:hover img{
	transform: scale(1.05);
}

.sec_05{
	padding: 140px 0 80px;
	text-align: center;
}
.sec_05 h2{
	text-align: center;
	margin-bottom: 36px;
}

.sns_box{
	border: 2px solid #E7B088;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	margin: auto;
	max-width: 820px;
	position: relative;
}
.sns_box.mb_box{
	margin-bottom: 48px;
}
.sns_box h3{
	font-size: 23px;
	padding: 14px;
	text-align: center;
	background: #E7B088;
}
.sns_cnt{
	text-align: center;
	padding: 24px;
}
.sns_cnt p{
	margin-bottom: 18px;
}
.tw_wrap{
	height: 500px;
	overflow: auto;
}
.twitter-tweet{
	margin: auto;
}
.sns_cnt iframe{
	width: 100%;
}
.tb_wrap{
	margin: 0 auto 28px;
	max-width: 550px;
	background: #F3F3F3;
	padding: 23px;
}
.tb_wrap table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.tb_wrap table tr td:first-of-type{
	width: 110px;
}
.tb_wrap table tr td{
	vertical-align: top;
}
.map_wrap{
	margin: auto;
	max-width: 400px;
	height: 200px;
}
.map_wrap iframe{
	width: 100%;
	height: 100%;
}

.sec_06{
	background: #E97821;
	padding: 50px 0;
}
.sec_06 h2{
	text-align: center;
	margin-bottom: 46px;
}

.list_maker{
	margin: auto;
	max-width: 624px;
	gap:24px 5%;
}
.list_maker li{
	width: 30%;
	background: #fff;
	padding: 16px;
}
.sns_list{
	justify-content: center;
	gap:20px;
}
.sns_list p{
	width: 28px;
}

.sec_07{
	padding: 80px 0 120px;
}
.his_box{
	margin: auto;
	width: 90%;
	max-width: 820px;
	border: 4px dashed #462106;
	border-radius: 15px;
	padding: 50px 40px;
	text-align: center;
	background: #fff;
}
.his_box h2{
	position: relative;
	z-index: 1;
	font-size: 18px;
	margin-bottom: 50px;
}
.his_box h2::before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #462106;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.his_box h2 span{
	background: #fff;
	padding: 0 24px;
}
.his_box ul{
	gap:3.5%;
}
.his_box ul li{
	width: 31%;
}

.end{
	padding-bottom: 120px;
	text-align: center;
}
.end h2{
	font-size: 18px;
	margin-bottom: 60px;
}
.sns_end{
	gap:58px;
}
.copy{
	text-align: center;
	padding-bottom: 12px;
}
.nav{
	transition: all 0.3s ease-in-out 0s;
}
.thanks{
	text-align: center;
	margin-bottom: 43px;
}
.vote_num{
	margin-bottom: 43px;
}
.keka img{
	width: 100%;
}
.mt_88{
	margin-top: 88px;
}

.top_comment{
	margin: auto;
	width: 90%;
	max-width: 998px;
	position: relative;
	border: 5px solid #F86B56;
	border-radius: 4px;
	background: #FFFFFF;
	padding: 28px 32px;
	margin-top: 40px;
	z-index: 1;
}
.top_comment.comme_2{
	border-color: #FED90E;
}
.top_comment::before, .top_comment::after{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	left: 112px;
	border-right: 30px solid transparent;
  	border-bottom: 36px solid #F86B56;
  	border-left: 30px solid transparent;
	top: -36px;
	z-index: -1;
}
.top_comment.comme_2::before{
	border-bottom: 36px solid #FED90E;
}
.top_comment::after{
	border-bottom: 36px solid #fff;
	top: -30px;
	z-index: 2;
}
.top_comment figure{
	text-align: center;
	width: 107px;
	font-size: 14px;
}
.top_comment .comment_area{
	width: calc(100% - 138px);
}
.top_comment .ttl_com{
	font-size: 20px;
	color: #F86B56;
	margin-bottom: 4px;
	font-weight: 700;
}
.top_comment.comme_2 .ttl_com{
	color: #462106;
}
.sns_box::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(101,101,101,.5);
}
.sns_box::after{
	content: 'イベントは終了しました。';
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	justify-content: center;
}
/********************************
sp
********************************/
@media screen and (max-width: 996px) {
	.nav{position: fixed; right: -100vw; top: 82px;width: 100%;background: #fff;padding: 20px;}
	.open .nav{right: 0;}
	.menu_btn{display: block;}
	.nav ul{justify-content: flex-end;}
}
@media screen and (max-width: 768px) {
	header{height: 60px;}
	.inner_header{height: 60px;padding: 0 4%;}
	.inner_header .logo{width: 170px;}
	.nav{top: 60px; justify-content: center;}
	.nav li{width: 100%; text-align: center;}
}
@media screen and (max-width: 768px) {
    body{font-size: 14px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.btn_mv{bottom: 0px;}
	.cath_01{padding: 20px 0 30px;}
	.vs_area{padding: 0;}
	.vote_flow{padding: 1px 0 40px;}
	.vote h3{margin-bottom: 80px;}
	.sp_wrap{padding: 0 20px;}
	h2.ttl_items{height: auto; margin-bottom: 50px;}
	.list_item li{width: 100%;}
	.sec_05{padding-top: 70px;}
	.sec_05 h2{margin-bottom: 18px;}
	.list_maker li{width: 49%;}
	.list_maker{gap:20px 2%;}
	.his_box{padding: 20px;}
	.his_box h2::before{display: none;}
	.his_box h2 span{padding: 0;}
	.his_box ul li{width: 100%;}
	.his_box ul{gap:20px;}
	.end h2{font-size: 16px;margin-bottom: 30px;}
	.vote h3 img{width: 120%; margin-left: -10%; max-width: 120%;}
	.sec_02{overflow: hidden;}
	.sns_box h3{font-size: 16px;}
	.tb_wrap table tr td{display: block;width: 100%;}
	.tb_wrap table tr td:nth-of-type(2){display: none;}
	.tb_wrap table tr td:last-of-type{padding-bottom: 10px;}
	.thanks{margin-bottom: 30px;}
	.sec_05_2{padding-bottom: 25px;}
	.mt_88 h2.ttl_items{margin-bottom: 100px;}
	.mt_88 .list_item{gap:0;}
	.mt_88 .list_item li:nth-child(3), .mt_88 .list_item li:nth-child(4){
		margin-top: 83px;
	}
	.mt_88{margin-top: 40px;}
	.top_comment::before, .top_comment::after{margin: auto; left: 0;
	right: 0;}
	.top_comment figure{width: 100%;margin-bottom: 30px;}
	.top_comment .comment_area{width: 100%;}
	.top_comment .ttl_com{text-align: center;width: 100%;}
	.top_comment{width: 100%;}
}