@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

#content{
	width: 100%;
}
body #result *{
	box-sizing: border-box;
}
body #result .inner{
	width: 1040px;
	margin: 0 auto;
}
body #result img{
	vertical-align: bottom;
}
/* MAIN
-------------------------------------------------------------------------*/
body #result{
	font-size: 16px;
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings:"pwid";
	color: #000;
	line-height: 1.7;
	margin-bottom: 100px;
}
body #result p{
	margin: 0;
	padding: 0;
}
/* mainVisual
-------------------------------------------------------------------------*/
body #result #mainVisual{
	position: relative;
	background: url("/simages/shop/selection/190anniversary/img_result/main_bg.jpg") no-repeat center bottom;
	background-size: 100% auto;
}
body #result #mainVisual:before{
	content: "";
	width: 100%;
	height: 130px;
	background-color: #b30000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
body #result h1{
	text-align: center;
	position: relative;
	z-index: 2;
}
body #result h1 img{
}
body #result .mainLead{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
}
/* outline
-------------------------------------------------------------------------*/
body #result #outline{
	padding: 0;
	background: #FFF8EC url("/simages/shop/selection/190anniversary/img_election/bg_pc.png") no-repeat center top;
	background-size: 100% auto;
}
body #result #outline .leadArea{
	padding: 70px 0 0;
	position: relative;
}
body #result #outline .leadArea .chara01,
body #result #outline .leadArea .chara02{
	position: absolute;
}
body #result #outline .leadArea .chara01{
	top: 70px;
	left: 0px;
}
body #result #outline .leadArea .chara02{
	top: 30px;
	right: 0px;
}
body #result #outline p.leadTtl{
	font-size: 20px;
	font-weight: 600;
	color: #D60000;
	text-align: center;
}
body #result #outline div.presentBox{
	text-align: center;
	margin-top: 20px;
}
body #result #outline div.presentBox p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
body #result #outline div.presentBox p.atn{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
body #result #outline div.btnArea{
	width: 700px;
	margin: 30px auto 0;
}
body #result #outline div.btnArea ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
body #result #outline div.btnArea ul li{
	width: 49%;
}
body #result #outline div.btnArea ul li a{
	display: block;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
body #result #outline div.btnArea ul.yasai li.yasai a{
	background-color: #fff;
	border: 2px solid #159a6e;
	border-bottom: none;
}
body #result #outline div.btnArea ul.yasai li.hana a{
	background-color: #ff9933;
	border: 2px solid #ff9933;
	border-bottom: none;
}
body #result #outline div.btnArea ul.hana li.yasai a{
	background-color: #159a6e;
	border: 2px solid #159a6e;
	border-bottom: none;
}
body #result #outline div.btnArea ul.hana li.hana a{
	background-color: #fff;
	border: 2px solid #ff9933;
	border-bottom: none;	
}

/* ranking
-------------------------------------------------------------------------*/
body #result #ranking{
	padding: 60px 0;
	background: url("/simages/shop/selection/190anniversary/img_election/bg_rank.png") no-repeat center top;
	background-size: cover;
	position: relative;
}
body #result #ranking div.chara{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(390px);
}
body #result #ranking h2{
	text-align: center;
}
body #result #ranking .areaRank .boxChara{
	position: absolute;
	bottom: -10px;
	right: 10px;
}
body #result #ranking .boxRank01{
	width: 100%;
	display: flex;
	margin-top: 30px;
	border-radius: 10px;
}
body #result #ranking .boxRank01 .boxL,
body #result #ranking .boxRank01 .boxR{
	width: 50%;
}
body #result #ranking .boxRank01 .boxR{
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
body #result #ranking .boxRank01 .boxL{
	padding: 25px 0 25px 25px;
	position: relative;
	background: #fff;
	border-radius: 10px 0 0 10px;
}
body #result #ranking .boxRank01 .boxL .ttlBox{
	position: relative;
	padding: 0 0 10px 210px;
	border-bottom: 5px solid #8a4a10;
}
body #result #ranking h3{
	color: #8a4a10;
	line-height: 1.35;
	font-weight: 600;
}
body #result #ranking .boxRank01 .boxL .ttlBox h3{
	font-size: 36px;
}
body #result #ranking .boxRank01 .boxL .boxRank{
	position: absolute;
	left: 0;
	bottom: 0;
}
body #result #ranking .boxRank01 .boxL ul{
	margin: 10px 20px 10px 10px;
}
body #result #ranking .boxRank01 .boxL ul li{
	margin: 0 0 0 1em;
	list-style: disc;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.55;
}
body #result #ranking .boxRank02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	border-radius: 10px;
}
body #result #ranking .boxRank02 .boxItem{
	width: 49%;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
body #result #ranking .boxRank02 .boxPhoto{
	position: relative;
}
body #result #ranking .boxRank02 .boxPhoto .boxFig img{
	border-radius: 10px 10px 0 0;
}
body #result #ranking .boxRank02 .boxRank{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-60%);
}
body #result #ranking .boxRank02 .txtBox{
	padding: 15px 15px 50px 15px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
body #result #ranking .boxRank02 h3{
	padding-bottom: 10px;
	border-bottom: 2px solid #8a4a10;
	font-size: 24px;
}
body #result #ranking .boxRank02 ul{
	margin: 10px 0px 10px 10px;
}
body #result #ranking .boxRank02 ul li{
	margin: 0 0 0 1em;
	list-style: disc;
	font-size: 17px;
	line-height: 1.55;
}
body #result #ranking .boxRank02 .more{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

body #result #ranking .boxRank03{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	border-radius: 10px;
}
body #result #ranking .boxRank03 .boxItem{
	width: 32%;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
body #result #ranking .boxRank03 .boxPhoto{
	position: relative;
}
body #result #ranking .boxRank03 .boxPhoto .boxFig img{
	border-radius: 10px 10px 0 0;
}
body #result #ranking .boxRank03 .boxRank{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-60%);
}
body #result #ranking .boxRank03 .txtBox{
	padding: 15px 15px 50px 15px;
	border-radius: 0 0 10px 10px;
}
body #result #ranking .boxRank03 h3{
	padding-bottom: 10px;
	border-bottom: 2px solid #8a4a10;
	font-size: 20px;
}
body #result #ranking .boxRank03 ul{
	margin: 10px 0px 10px 10px;
}
body #result #ranking .boxRank03 ul li{
	margin: 0 0 0 1em;
	list-style: disc;
	font-size: 16px;
	line-height: 1.55;
}
body #result #ranking .boxRank03 .more{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

body #result #ranking .boxRank04{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	border-radius: 10px;
	flex-wrap: wrap;
}
body #result #ranking .boxRank04.maxW{
	max-width: 776px;
	margin: 0 auto 0;
}
body #result #ranking .boxRank04 .boxItem{
	width: 24%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin-top: 50px;
}
body #result #ranking .boxRank04.maxW .boxItem{
	width: 32%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin-top: 50px;
}
body #result #ranking .boxRank04 .boxPhoto{
	position: relative;
}
body #result #ranking .boxRank04 .boxPhoto .boxFig img{
	border-radius: 10px 10px 0 0;
}
body #result #ranking .boxRank04 .boxRank{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-60%);
}
body #result #ranking .boxRank04 .txtBox{
	padding: 15px 15px 50px 15px;
	border-radius: 0 0 10px 10px;
}
body #result #ranking .boxRank04 h3{
	padding-bottom: 10px;
	border-bottom: 2px solid #8a4a10;
	font-size: 20px;
}
body #result #ranking .boxRank04 ul{
	margin: 10px 0px 10px 10px;
}
body #result #ranking .boxRank04 ul li{
	margin: 0 0 0 1em;
	list-style: disc;
	font-size: 16px;
	line-height: 1.55;
}
body #result #ranking .boxRank04 .more{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

body #result #ranking dl{
	margin: 30px 0 0;
	border-radius: 10px;
	overflow: hidden;
}
body #result #ranking dl dt{
	padding: 10px;
	background: #999;
	font-weight: 600;
	color: #FFF;
}
body #result #ranking dl dd{
	padding: 10px;
	background: #fff;
}

body #result #ranking .ttlH2{
	margin: 60px 0 0;
	text-align: center;
	overflow: hidden;
}
body #result #ranking .ttlH2 h2{
	display: inline-block;
	padding: 0 20px;
	font-size: 40px;
	color: #e8f370;
	position: relative;
	font-weight: 600;
}
body #result #ranking .ttlH2 h2:before,
body #result #ranking .ttlH2 h2:after{
	content: "";
	width: 1000px;
	height: 10px;
	background-color: #e8f370;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
body #result #ranking .ttlH2 h2:before{
	right: 100%;
}
body #result #ranking .ttlH2 h2:after{
	left: 100%;
}
body #result #ranking .ttlH3{
	margin-top: 30px;
	background-color: #159a6e;
	padding: 10px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}




body #result #ranking .boxBtn{
	padding: 50px 0 0;
	text-align: center;
}

/* setBtn
-------------------------------------------------------------------------*/
body #result .setBtn{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 3px;
	background-color:rgba(106,56,6,0.8);
	font:normal normal 18px/1 'Noto Sans JP', sans-serif;
	text-align: center;
}
body #result .setBtn ul{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
body #result .setBtn ul li{
	padding: 0 5px;
	height: 60px;
}
body #result .setBtn ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 60px;
	padding: 0;
	border-radius: 9999px;
	overflow: hidden;
}
body #result .setBtn ul li a img{
	width: auto;
	height: 30px;
}
body #result .setBtn ul li:nth-child(1) a{
	background-color: #159A6E;
}
body #result .setBtn ul li:nth-child(2) a{
	background-color: #DD5419;
}

#footer_bottom{
	margin-bottom: 100px;
}















