@charset "UTF-8";

body {
	font-size: 15px;
}

/*----------------------------------------------- hover */
@media (hover: hover) and (pointer: fine) {
	 .contest a:hover,
	.contest_note a:hover {
		color: #3e3b3e;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.go_web a:hover::after {
		bottom: 0;
		opacity: 1;
		cursor: pointer;
	}
	.nav-grid__list a:hover {
		color: #fff;
		letter-spacing: 0.3em;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.ft_menu a:hover {
		color: #3e3b3e;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.ft_logo:hover img,
	.ft_bnr:hover img {
		transform: scale(1.05);
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	.close-btn:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	.contest_note h2:hover {
		background-color: #6e5368;
		transition: all 0.3s ease 0s;
	}
		.contest_note h2.active:hover {
		background-color: #9d8397;
		transition: all 0.3s ease 0s;
	}
}


/*----------------------------------------------- 共通 */
.section_inner,
.footer_inner {
	max-width: 700px;
	padding: 100px 0;
}
.btn {
	margin: 35px auto 50px;
}
.btn a {
	width: 400px;
	font-size: 20px;
}
.header_logo_area h1 {
	width: 50px;
}.nav-grid {
	background: #3e3b3e;
}
.nav-grid__link {
	color: #fff;
}
.hamburger-grid.active .hamburger-grid__dot {
	background-color: #fff;
}
h2 {
	margin-bottom: 15px;
}
.apply_note {
	padding-bottom: 50px;
}

@media screen and (min-width: 800px) {
	.bk_color.expo .section_inner {
		padding: 0;
	}
}


/*----------------------------------------------- header */
.nav-grid {
	left: auto;
}
.fv_title {
	width: 60%;
}


/*----------------------------------------------- contest */
.contest h2 {
	margin-bottom: 45px;
}
.contest_txt p {
	margin-bottom: 30px;
}
.how_to_apply {
	margin-top: 75px;
}
.apply_item {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.ol_item {
	flex-direction: row;
}
.ol_item_t {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	font-size: 0.9em;
}
.ol_item_c {
	width: calc(100% - 150px);
	text-align: left;
	padding: 10px 30px;
}
.contest .apply_note{
	margin-top: 45px;
}
.apply_c .bk_color {
	margin-top: 45px;
}


/*----------------------------------------------- contest_note */
.contest_note h2 {
	margin-bottom: 10px;
}
.contest_note ul li:last-of-type {
	margin-bottom: 30px;
}
.contest_note ul li:first-of-type {
	margin-top: 5px;
}


/*----------------------------------------------- footer */
footer {
	margin-top: 50px;
}
.footer_inner {
	padding-bottom: 20px;
}
.copy {
	margin: 50px auto 10px;
}
.ft_logo {
	width: 55px;
	margin: 0;
}
.ft_menu {
	font-size: 1em;
}
.ft_menu_w {
	width: 50%;
	max-width: 350px;
}
.footer_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ft_bnr_w {
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto 0;
}
.ft_bnr {
	width: 47%;
	margin: 0;
}
.ft_expo_logo::after {
	right: 0;
}
.copy small {
	font-size: 12px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc,
.pc_flex {
	display: none;
}
.sp,
.sp_flex {
	display: none;
}
.tb {
	display: block;
}
.tb_flex {
	display: flex;
}


