/******************************
構造・共通
*****************************/
#wrap {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

#mainvisual {
	position: relative;
	width: 100%;
	height: auto;
}

#mainvisual img {
	display: block;
	width: 100%;
	/* z-index: -2;
	position: relative; */
}

ul.pc_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

ul.pc_menu li {
	width: 26%;
}

ul.pc_menu li img {
	width: auto !important;
}

ul.pc_menu li:first-child {
	width: 10%;
}

ul.pc_menu li a {
	display: block;
	line-height: 1;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

p.copy {
	display: block;
	line-height: 1.8;
	/* font-size: clamp(12px, 1.35vw, 23px); */
	font-size: 1.8rem;
}

.popup dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.popup dl dt {
	width: 22%;
	margin-right: 3%;
	color: #009DE2;
	font-size: 1.4rem;
	text-align: center;
}

.popup dl dd {
	width: 75%;
}

.popup dl ddbutton.is-current {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.popup dl dt ul {
	background: #fff;
	display: flex;
	border-radius: 999px;
	padding: 4px;
}

.popup ul li {
	width: 50% !important;
	margin-right: 15px;
}

.popup ul li:last-child {
	margin-right: 0;
}

.popup ul button {
	border: none;
	cursor: pointer;
	white-space: normal;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	display: block;
	background: #009DE2;
	border: 2px solid #009DE2;
	padding: 12px;
	border-radius: 12px;
	color: #fff;
	line-height: 1;
}

.popup ul button.is-current {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

.popup ul button:hover {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

/******************************
みんなで作ろ！
*****************************/
.about {
	position: relative;
	padding: 3.3% 8%;
}

/* .about:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/about_bg.png") no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
} */

.about h2 {
	display: block;
	margin: 0 auto;
	max-width: 847px;
}

p.about_title {
	display: block;
	font-size: 3.6rem;
	color: #f08300;
	text-align: center;
}

.about_box {
	display: flex;
}

.about_col01 {
	width: 17%;
	margin-right: 3%;
}

.about_col02 {
	width: 80%;
	padding-right: 5%;
}

.about_col02 p.copy span {
	position: relative;
	display: inline-block;
	width: 125px;
	margin: 0 3px;
}

.about_col02 p.copy span:after {
	content: "";
	width: 125px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: -7px;
}

.about_col02 .title_box {
	display: flex;
	position: relative;
}

.about_col02 h2 {
	display: block;
	width: 75%;
	padding-top: 3.2%;
	font-size: 2.8rem;
	padding-bottom: 5px;
	border-bottom: 3px dashed #5CB531;
	margin-bottom: 2%;
}

.about_col02 p.img {
	width: 22%;
	position: absolute;
	right: -35px;
	top: -50px;
}

.about_col02:after {
	content: "";
	display: block;
	clear: both;
}

/******************************
総選挙概要
*****************************/
#main {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			#ebf5ea 25%, #fff 25%, #fff 50%, #ebf5ea 50%, #ebf5ea 75%, #fff 75%, #fff);
	background-size: 140px 140px;
	margin-bottom: 60px;
	padding: 0 8% 80px 8%;
	position: relative;
	overflow: hidden;
}

#main:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/main_bg.png") no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 8%;
	left: 0;
}

#main .container {
	position: relative;
	z-index: 99;
}

.senkyo_about {
	padding: 3.3% 0;
}

.senkyo_about_box {
	display: flex;
	align-items: center;
}

.senkyo_about_col01 {
	width: 20%;
	margin-right: 3%;
}

/* .senkyo_about_col01 p {
	margin-left: -60px;
} */

.senkyo_about_col02 {
	width: 77%;
}

.senkyo_about_col02 dl {
	display: flex;
	align-items: center;
	margin-bottom: 4%;
}

.senkyo_about_col02 dl.oubo3 {
	margin-bottom: 5px;
}

.senkyo_about_col02 dl dt {
	width: 14%;
	margin-right: 2%;
	line-height: 1;
}

.senkyo_about_col02 dl dd {
	width: 84%;
	/* font-size: clamp(12px, 2vw, 18px); */
	font-size: 2.4rem;
	display: flex;
	align-items: center;
}

.senkyo_about_col02 dl dd span {
	font-size: 5.6rem;
	line-height: 1;
	padding: 0 6px;
	display: inline-block;
	vertical-align: middle;
}

.senkyo_about_col02 dl dd span.small {
	font-size: 1.4rem;
}

.senkyo_about_col02 dl.oubo2 dd {
	/* font-size: clamp(18px, 2vw, 30px); */
	font-size: 2.1rem;
}

.senkyo_about_col02 dl.oubo3 dd {
	/* font-size: clamp(18px, 2vw, 30px); */
	font-size: 2.1rem;
}

p.caption_txt {
	font-size: 1.4rem;
}

.movie {
	width: 100%;
	padding: 20% 0 0 0;
}


.movie_box {
	/* background: url("../images/movie_bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 59.04%; */
	width: 100%;
	/* height: 0; */
	position: relative;
}

.bg_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#caption_text_box {
	display: block;
	width: 95%;
	margin: 20px auto 0 auto;
	padding: 5px;
	line-height: 1;
	border: 1px solid #e85298;
	background-color: #fff462;
}

#caption_text_box p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.55rem;
	color: #e85298;
	font-weight: 600;
	text-align: center;
}

#caption_text_box span {
	font-size: 1.35rem;
	color: #000;
	vertical-align: middle;
}

/******************************
応募までの手順
*****************************/

.flow_wrap {
	width: 100%;
	background-image: url('../images/flow_bg.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.flow {
	padding: 3.3% 0;
	position: relative;
}


.flow_main_title {
	width: 50%;
	margin-bottom: 20px;
	line-height: 1;
}

.flow_col {
	display: flex;
	margin-bottom: 3.5%;
}

.flow_icon {
	width: 17%;
	margin-right: 3%;
	padding-left: 30px;
}

.flow_dsc {
	width: 80%;
}

.flow_title {
	display: block;
	line-height: 1;
	margin-bottom: 2%;
}

.flow_title img {
	height: 46px;
}

.flow_title3 img {
	height: 105px;
}

p.flow_copy {
	display: block;
	line-height: 1.5;
	font-size: 2.1rem;
}


.flow_img01 {
	position: absolute;
	right: 8%;
	top: 0;
	width: 18%;
}

.flow_num03 {
	margin-bottom: 90px;
}



.oubo_form {
	display: flex;
}

.flow_img02 {
	width: 25%;
}

.oubo_form_dsc {
	width: 75%;
}

.oubo_form_box {
	display: flex;
}

.oubo_form_col {
	width: 50%;
	margin-right: 5%;
}

.oubo_form_col:last-child {
	margin-right: 0;
}

p.oubo_form_title {
	display: block;
	width: 100%;
	margin-bottom: 3%;
	padding: 5px;
	color: #fff;
	background-color: #f08300;
	font-size: 2.4rem;
	line-height: 1;
	text-align: left;
}

p.oubo_form_text {
	display: block;
	margin-bottom: 3%;
	font-size: 1.45rem;
}

p.oubo_form_text span {
	color: #f08300;
}

p.oubo_form_text small {
	display: block;
	font-size: 1rem;
	margin-top: 10px;
}

.flyer_btn {
	display: block;
	margin-top: 30px;
	line-height: 1;
	position: relative;
	z-index: 10;
	margin-left: 23%;
}

.flyer_btn img {
	max-width: 245px;
}

.flyer_btn2 {
	display: block;
	margin-top: 30px;
	line-height: 1;
	position: relative;
	z-index: 10;
}

.flyer_btn2 img {
	display: block;
	margin: 0 auto;
	max-width: 245px;
}

#timeschedule p {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

#timeschedule img {
	display: block;
	margin: 0 auto;
}

/******************************
会場マップ
*****************************/
#map_title {
	display: block;
	margin: 0 auto;
	max-width: 915px;
	margin-bottom: -30px;
	width: 100%;
	z-index: 99;
	position: relative;
	background: transparent;
}


#map {
	display: block;
	width: 100%;
	background: #fffeee;
}

#map p {
	display: block;
	text-align: center;
}

#map p img {
	display: block;
	margin: 0 auto;
}

/******************************
応募後
*****************************/
.oubo_after_wrap {
	padding: 3.3% 8%;
}

.oubo_after {
	display: flex;
}

.oubo_after_title {
	width: 25%;
	margin-right: 3%;
}

.oubo_after_dsc {
	width: 72%;
}

.oubo_after_dsc p {
	color: #f08300;
	font-size: 2.3rem;
}

p.oubo_after_img {
	width: 65%;
	margin-top: 40px;
}


/******************************
商品リスト
*****************************/
#booth_title {
	display: block;
	margin-bottom: 40px;
}

.list {
	width: 100%;
	padding: 3% 9.5% 6% 9.5%;
	height: auto;
	background: #5cb531;
	position: relative;
}

.list:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/booth_bg.svg") no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

.list_inner {
	display: block;
	width: 100%;
}


.booth_box {
	display: flex;
	flex-wrap: wrap;
}

.booth_col {
	width: calc(100% / 3 - 1.5%);
	margin-right: 2%;
	/* background-image: url('../images/list_col_bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding: 2% 3% 7% 3%; */
	/* height: 0;
	padding-bottom: 56.25%; */
	margin-bottom: 40px;
	height: auto;
	position: relative;
	z-index: 9;
}

.booth_col img {
	width: 100%;
}

.booth_col:nth-child(3n) {
	margin-right: 0;
}

.list_colum2 {
	display: flex;
	margin-bottom: 6%;
}

.colum_title {
	width: 45%;
	margin-right: 2%;
	font-weight: 900;
	font-size: 2.4rem;
}

.colum_title_small {
	font-size: 1.8rem;
}

.colum_img {
	width: 53%;
}

.list_title img {
	height: 60px;
}

p.list_copy_title {
	display: block;
	margin-bottom: 5%;
	font-size: 2rem;
	font-weight: 500;
}

p.list_copy {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8;
}

.oubo_form_btn {
	display: block;
	width: 100%;
	width: 55%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}



/******************************
募集要項
*****************************/
.outline {
	width: 100%;
	padding: 0 9.5%;
}

.outline_inner {
	display: block;
	width: 100%;
	padding: 3.3% 0;
}

.oubo_section {
	display: block;
	margin-bottom: 25px;
}

.oubo_section2 {
	display: block;
	margin-bottom: 50px;
}

p.outline_title {
	display: block;
	width: 100%;
	text-align: center;
	color: #f08300;
	letter-spacing: 0.2em;
	font-size: 4.5rem;
	margin-bottom: 3%;
}

p.outline_copy {
	display: block;
	width: 100%;
	color: #f08300;
	font-size: 2.1rem;
	margin-bottom: 6%;
}

.outline_oubo {
	display: block;
	line-height: 1;
	font-size: 3.2rem;
	margin-bottom: 20px;
}

p.oubo_label {
	display: inline-block;
	margin-bottom: 10px;
}

p.oubo_label span {
	display: inline-block;
	padding: 5px;
	background-color: #f08300;
	color: #fff;
	line-height: 1;
	font-size: 2rem;
}

p.outline_text {
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
}

p.outline_text2 {
	display: block;
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 1.6;
}

p.outline_text2 span {
	color: #f08300;
}

p.outline_text_small {
	font-size: 1.2rem;
	line-height: 1.4;
}

p.outline_text_small2 {
	padding-left: 1.5em;
	font-size: 1.2rem;
	line-height: 1.4;
}

ul.present {
	margin-top: 5px;
}

ul.present li {
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 1.8;
}

ul.present li span {
	color: #f08300;
}

/******************************
フッター
*****************************/
#footer {
	display: block;
	width: 100%;
	padding: 60px 0;
	/* background: #fff; */
}

.footer_container {
	display: block;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

#footer p.footer_title {
	display: block;
	font-size: 22px;
	padding-bottom: 5px;
	line-height: 1;
}

#footer p {
	display: block;
	font-size: 18px;
	text-align: center;
}