@charset "UTF-8";
.lpHeaderWrap {}
.lpHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF100;
}
.lpHeader_inner {
	max-width: none;
	padding-left: 17px;
}
.lpHeader_cols {
	display: flex;
	align-items: center;
}
.lpHeader_col {}
.lpHeader_col-no1 {
	display: flex;
	align-items: center;
}
.lpHeader_title {}
.lpHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 50px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.lpHeader_title > a::before {
	content: "";
}
.lpHeader_title > a::after {
	content: "";
}
.lpHeader_title_img {
	display: block;
	width: 116px;
	height: 34px;
	fill: currentColor;
}
.lpHeader_link {}
.lpHeader_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: opacity;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.lpHeader_link > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lpHeader_link > a::after {
	content: "";
}
.lpHeader_col-no2 {
	margin-left: auto;
}
.lpHeader_appLink {}
.lpHeader_appLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
	font-size: 18px;
	letter-spacing: 0.05em;
}
.lpHeader_appLink > a::before {
	content: "";
}
.lpHeader_appLink > a::after {
	content: "";
}
.lpFooter {
	background-color: #F4E928;
	padding-bottom: 50px;
	padding-top: 61px;
	margin-top: 32px;
}
.lpFooter_inner {
	max-width: 940px;
}
.lpFooter_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lpFooter_list > li {}
.lpFooter_list > li:first-child {}
.lpFooter_list > li:last-child {}
.lpFooter_list > li:nth-child(2n+1) {}
.lpFooter_list > li:nth-child(n+3) {}
.lpFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 15px 15px;
	transition-duration: .3s;
	transition-property: opacity;
}
.lpFooter_list > li > a::before {
	content: "";
}
.lpFooter_list > li > a::after {
	content: "";
}
.lpFooter_list_svg {
	display: block;
	fill: currentColor;
	height: 20px;
}
.lpFooter_list_svg-no1 {
	width: 121px;
}
.lpFooter_list_svg-no2 {
	width: 178px;
}
.lpFooter_list_svg-no3 {
	width: 131px;
}
.lpFooter_list_svg-no4 {
	width: 100px;
}
.lpFooter_link {
	max-width: 185px;
	margin: 42px auto 0;
}
.lpFooter_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.lpFooter_link > a::before {
	content: "";
}
.lpFooter_link > a::after {
	content: "";
}
.lpFooter_link > a > svg {
	display: block;
	fill: currentColor;
	width: 185px;
	height: 53px;
}
.lpBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.lpPopup {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.lpPopup.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.lpPopup_closeBtn {
	display: block;
	background-color: rgba(35, 24, 21, 0.60);
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.lpPopup_closeBtn::before {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 2px;
}
.lpPopup_closeBtn::after {
	content: "";
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate( -45deg);
	transform: translate(-50%, -50%) rotate( -45deg);
	border-radius: 2px;
}
.lpHeader_appList {
	list-style: none;
	display: flex;
	align-items: center;
}
.lpHeader_appList_item {
	margin-left: 1em;
}
.lpHeader_appList_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: opacity;
}
.lpHeader_appList_item > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	margin-right: -1px;
}
.lpHeader_appList_item > a::after {
	content: "";
}
.lpHeader_appList_item > a > svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
	margin-right: 4px;
}
.lpHeader_appList_item-other > a {
	color: #2ea7e0;
}
.lpHeader_appListBtn {
	display: none;
}
@media screen and (min-width:1000px) {
	.lpHeader_appList_item > a:hover {
		opacity: .7;
	}
	.lpHeader_title > a:hover {
		opacity: .7;
	}
	.lpHeader_link > a:hover {
		opacity: .7;
	}
	.lpHeader_appLink > a:hover {
		opacity: .7;
	}
	.lpFooter_list > li > a:hover {
		opacity: .7;
	}
	.lpFooter_link > a:hover {
		opacity: .7;
	}
	.lpPopup_closeBtn:hover {
		background-color: rgba(35, 24, 21, 0.80);
	}
}
@media screen and (max-width:999px) {
	.lpHeaderWrap {}
	.lpHeader {}
	.lpHeader_inner {}
	.lpHeader_cols {}
	.lpHeader_col {}
	.lpHeader_col-no1 {}
	.lpHeader_title {}
	.lpHeader_title > a {}
	.lpHeader_title > a::before {}
	.lpHeader_title > a::after {}
	.lpHeader_title_img {}
	.lpHeader_link {}
	.lpHeader_link > a {}
	.lpHeader_link > a::before {}
	.lpHeader_link > a::after {}
	.lpHeader_col-no2 {}
	.lpHeader_appLink {}
	.lpHeader_appLink > a {}
	.lpHeader_appLink > a::before {}
	.lpHeader_appLink > a::after {}
	.lpFooter {}
	.lpFooter_inner {}
	.lpFooter_list {}
	.lpFooter_list > li {}
	.lpFooter_list > li:first-child {}
	.lpFooter_list > li:last-child {}
	.lpFooter_list > li:nth-child(2n+1) {}
	.lpFooter_list > li:nth-child(n+3) {}
	.lpFooter_list > li > a {}
	.lpFooter_list > li > a::before {}
	.lpFooter_list > li > a::after {}
	.lpFooter_list_svg {}
	.lpFooter_list_svg-no1 {}
	.lpFooter_list_svg-no2 {}
	.lpFooter_list_svg-no3 {}
	.lpFooter_list_svg-no4 {}
	.lpFooter_link {}
	.lpFooter_link > a {}
	.lpFooter_link > a::before {}
	.lpFooter_link > a::after {}
	.lpFooter_link > a > svg {}
	.lpBody {}
	.lpPopup {}
	.lpPopup.isShow {}
	.lpPopup_closeBtn {}
	.lpPopup_closeBtn::before {}
	.lpPopup_closeBtn::after {}
	.lpHeader_appList {}
	.lpHeader_appList_item {}
	.lpHeader_appList_item > a {
		font-size: 14px;
	}
	.lpHeader_appList_item > a::before {}
	.lpHeader_appList_item > a::after {}
	.lpHeader_appList_item > a > svg {
		width: 12px;
		height: 12px;
	}
	.lpHeader_appList_item-other > a {}
	.lpHeader_appListBtn {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.lpHeaderWrap {
		height: 50px;
	}
	.lpHeader {}
	.lpHeader_inner {
		padding-left: 15px;
		position: static;
	}
	.lpHeader_cols {}
	.lpHeader_col {}
	.lpHeader_col-no1 {}
	.lpHeader_title {}
	.lpHeader_title > a {}
	.lpHeader_title > a::before {}
	.lpHeader_title > a::after {}
	.lpHeader_title_img {
		width: 100px;
		height: 30px;
	}
	.lpHeader_link {}
	.lpHeader_link > a {
		font-size: 14px;
		letter-spacing: 0;
		margin-left: 10px;
		padding-left: 10px;
		line-height: 1.2;
	}
	.lpHeader_link-s > a {
		font-size: 13px;
	}
	.lpHeader_link > a::before {
		height: 20px;
	}
	.lpHeader_link > a::after {}
	.lpHeader_col-no2 {}
	.lpHeader_appLink {}
	.lpHeader_appLink-s {
		margin-right: -5px;
	}
	.lpHeader_appLink > a {
		font-size: 14px;
		letter-spacing: 0;
	}
	.lpHeader_appLink-s > a {
		font-size: 12px;
	}
	.lpHeader_appLink > a::before {}
	.lpHeader_appLink > a::after {}
	.lpFooter {
		padding: 45px 0;
		margin-top: 35px;
	}
	.lpFooter_inner {}
	.lpFooter_list {
		display: block;
	}
	.lpFooter_list > li {
		display: flex;
		justify-content: center;
	}
	.lpFooter_list > li:first-child {}
	.lpFooter_list > li:last-child {}
	.lpFooter_list > li:nth-child(2n+1) {}
	.lpFooter_list > li:nth-child(n+3) {}
	.lpFooter_list > li > a {
		padding: 10px 10px;
	}
	.lpFooter_list > li > a::before {}
	.lpFooter_list > li > a::after {}
	.lpFooter_list_svg {}
	.lpFooter_list_svg-no1 {}
	.lpFooter_list_svg-no2 {}
	.lpFooter_list_svg-no3 {}
	.lpFooter_list_svg-no4 {}
	.lpFooter_link {
		margin-top: 20px;
	}
	.lpFooter_link > a {}
	.lpFooter_link > a::before {}
	.lpFooter_link > a::after {}
	.lpFooter_link > a > svg {}
	.lpBody {}
	.lpPopup {}
	.lpPopup.isShow {}
	.lpPopup_closeBtn {
		width: 40px;
		height: 40px;
	}
	.lpPopup_closeBtn::before {
		width: 20px;
		height: 2px;
	}
	.lpPopup_closeBtn::after {
		width: 20px;
		height: 2px;
	}
	.lpHeader_appList {
		display: block;
		position: absolute;
		z-index: 10;
		top: 100%;
		right: 0;
		background-color: #FFF100;
		transition-duration: .3s;
		transition-property: opacity, visibility;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}
	[aria-expanded="true"] + .lpHeader_appList {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
	.lpHeader_appList_item {
		margin: 0;
	}
	.lpHeader_appList_item > a {
		padding: 0 20px;
		font-size: 13px;
		font-weight: 500;
	}
	.lpHeader_appList_item > a::before {
		height: 40px;
	}
	.lpHeader_appList_item > a::after {}
	.lpHeader_appList_item > a > svg {
		width: 10px;
		height: 10px;
	}
	.lpHeader_appList_item-other > a {}
	.lpHeader_appListBtn {
		display: block;
		height: 50px;
		font-weight: 500;
		font-size: 13px;
	}
}
@media screen and (max-width:374px) {
	.lpHeader_link > a {
		font-size: 12px;
	}
	.lpHeader_link-s > a {
		font-size: 10px;
	}
	.lpHeader_appLink > a {
		font-size: 12px;
	}
	.lpHeader_appLink-s > a {
		font-size: 10px;
	}
	.lpHeader_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
