@charset "UTF-8";
/* CSS Document */


.lp_menu {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.04em;
	color: #202020;
}

.lp_menu * {
	box-sizing: border-box;
}

.lp_menu header {
	background: inherit;
}

.lp_menu button {
	outline: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.lp_menu img {
	width: 100%;
	height: auto;
	max-width: inherit;
	max-height: inherit;
}

.lp_menu a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.lp_menu b {
	font-size: inherit;
	font-weight: inherit;
}

.lp_menu h1,
.lp_menu h2,
.lp_menu h3,
.lp_menu h4 {
	font-size: inherit;
	font-weight: inherit;
}

.lp_menu span {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.lp_menu .c-voice {
	position: relative;
	display: inline-block;
	padding: 0 28px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.lp_menu .c-voice:before,
.lp_menu .c-voice:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("/img/usr/freepage/lp_menu/icon_voicemark.png") 0 0/20px no-repeat;
}

.lp_menu .c-voice:before {
	top: 50%;
	left: 0;
}

.lp_menu .c-voice:after {
	top: 50%;
	right: 0;
	transform: scale(-1, 1);
}
.lp_menu .c-menu-title {
	padding-bottom: 16px;
	text-align: center;
}

.lp_menu .c-menu-title .c-voice {
	font-size: 20px;
}

.lp_menu .c-spacer {
	margin-top: 64px;
}

.lp_menu [class^="c-button"] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 48px;
	border-radius: 80px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(16, 16, 16, 0.1), 0px 0px 24px 0px rgba(16, 16, 16, 0.1);
}

.lp_menu [class^="c-button"]:before {
	content: "";
	width: 0;
	height: 40px;
}

.lp_menu [class^="c-button"]:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 40%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
}

.lp_menu [class^="c-button"] {
	transform-origin: 50% 60%;
	transition: all 0.4s cubic-bezier(0, 0.4, 0.4, 1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.lp_menu [class^="c-button"]:hover {
	opacity: 0.8;
	transform: translateZ(0) translateY(-2px) scale(1.025);
	box-shadow: 0px 6px 12px 1px rgba(16, 16, 16, 0.15), 0px 0px 32px 2px rgba(16, 16, 16, 0.1);
}

.lp_menu .c-button--small {
	padding: 18px 36px;
	font-size: 18px;
}

.lp_menu .c-button--small:before {
	height: 28px;
}

.lp_menu .c-button--medium {
	padding: 18px 48px;
}

.lp_menu .c-button--medium:before {
	height: 36px;
}

.lp_menu .c-menu-button {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 32px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 2px 0px rgba(16, 16, 16, 0.04), 0px 0px 12px 0px rgba(16, 16, 16, 0.08);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: left;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0, 0.4, 0.4, 1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lp_menu .c-menu-button:before {
	width: 0;
	content: "";
	height: 48px;
}

.lp_menu .c-menu-button:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 40%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	display: inline-block;
	transform: rotate(45deg);
}

.lp_menu .c-menu-button:hover {
	opacity: 1;
}

.lp_menu .c-menu-button:hover {
	box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.15);
	transform: translateY(-2px);
}


/* メニュー */
body.is-menu-open {
	overflow: hidden;
}

.lp_menu .menu-trigger {
	position: fixed;
	right: 115px;
	bottom: 0;
	z-index: 1000;
	width: 30%;
	min-width: 420px;
	max-width: 480px;
	border-radius: 36px 0 0 0;
	display: none;
	transform: translateY(64px);
	opacity: 0;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1), opacity 0.4s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
}

.lp_menu .menu-trigger__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 20px 40px;
	background: #0e7f6a;
	border-radius: 32px 32px 0 0;
	box-shadow: 0px -2px 16px 0px rgba(32, 32, 32, 0.15);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	transition: opacity 0.4s 0s cubic-bezier(0, 0.4, 0.4, 1);
}

.lp_menu .menu-trigger__button:hover {
	opacity: 0.8;
}

.lp_menu .menu-trigger__button span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 32px;
	font-size: inherit;
}

.lp_menu .menu-trigger__button span:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 64%;
	width: 16px;
	height: 16px;
	margin-top: -12px;
	background: url("../img/icon_search_white.png") center center/24px 24px no-repeat;
}

.lp_menu .menu-trigger.is-active {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1), opacity 0.4s 0.3s cubic-bezier(0.4, 0, 0.4, 1);
}

.lp_menu .menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	display: none;
}

.lp_menu .menu-close__button {
	display: block;
	border-radius: 100%;
	color: #fff;
	background: rgba(96, 96, 96, 0.8);
	cursor: pointer;
	transition: opacity 0.4s 0s cubic-bezier(0, 0.4, 0.4, 1);
}

.lp_menu .menu-close__button:hover {
	opacity: 0.6;
}

.lp_menu .menu-close__button.is-fixed {
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 9200;
	width: 32px;
	height: 32px;
}

.lp_menu .menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(128, 128, 128, 0.1);
	opacity: 0;
	transition: opacity 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
}

.lp_menu .menu__container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	width: 30%;
	min-width: 420px;
	max-width: 480px;
	max-height: 100%;
	overflow-y: auto;
	box-shadow: 0px 6px 24px 0px rgba(16, 16, 16, 0.05);
	opacity: 0;
	transform: translateY(12px) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1), opacity 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
}

.lp_menu .menu__inner {
	padding: 64px 32px 80px;
}

.lp_menu .menu {
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0s 1s, opacity 0.6s 0.3s cubic-bezier(0.4, 0, 0.4, 1);
}
.lp_menu .menu.is-active {
	opacity: 1;
	pointer-events: all;
	transition: transform 0s 0.1s, opacity 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
}

.lp_menu .menu.is-active .menu-overlay {
	opacity: 1;
}

.lp_menu .menu.is-active .menu__container {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.lp_menu .menu-price__list {
	display: flex;
	flex-wrap: wrap;
}

.lp_menu .menu-price__unit {
	flex: 0 0 calc((100% - 8px) / 2);
	width: calc((100% - 8px) / 2);
}

.lp_menu .menu-price__unit:nth-child(2n) {
	margin-left: 8px;
}

.lp_menu .menu-price__unit:nth-child(n+3) {
	margin-top: 8px;
}

.lp_menu .menu-price__unit small {
	font-size: 12px;
}

.lp_menu .menu-features {
	margin-top: 32px;
}

.lp_menu .menu-features__unit:nth-child(n+2) {
	margin-top: 8px;
}

.lp_menu .menu-features__unit a {
	align-items: stretch;
	padding: 0;
	text-align: inherit;
	overflow: hidden;
}

.lp_menu .menu-features__unit__thumbnail {
	flex: 0 0 64px;
	order: 1;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.lp_menu .menu-features__unit__thumbnail:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.lp_menu .menu-features__unit__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lp_menu .menu-features__unit__title {
	flex: 1 1 272px;
	order: 2;
	display: flex;
	align-items: center;
	padding: 8px 32px 8px 16px;
	font-weight: normal;
}

.lp_menu .menu-category {
	margin-top: 32px;
}

.lp_menu .menu-category__list {
	display: flex;
	flex-wrap: wrap;
}

.lp_menu .menu-category__unit {
	flex: 0 0 calc((100% - 8px) / 2);
	width: calc((100% - 8px) / 2);
}

.lp_menu .menu-category__unit:nth-child(2n) {
	margin-left: 8px;
}

.lp_menu .menu-category__unit:nth-child(n+3) {
	margin-top: 8px;
}

.lp_menu .menu-category__unit a {
	justify-content: inherit;
	padding-left: 16px;
	font-size: 14px;
	text-align: left;
}

.lp_menu .menu-category__unit a:before {
	height: 40px;
}

.lp_menu .menu-editors {
	margin-top: 32px;
}
.lp_menu .menu-editors__buttons> :nth-child(n+2) {
	margin-top: 8px;
}

.lp_menu .menu-more {
	margin-top: 64px;
}

.lp_menu .is-nobr {
	display: inline-block;
	font-size: inherit;
}


/*====================== SP =======================*/

@media only screen and (max-width: 768px) {
	#footer #pg_pagetop {
		display: none !important;
		opacity: 0 !important;
	}

	.lp_menu .c-voice {
		padding: 0 26px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.05em;
	}
	.lp_menu .c-spacer {
		margin-top: 48px;
	}
	.lp_menu [class^=c-button] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 40px;
		border-radius: 128px;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		color: #fff;
		box-shadow: 0px 3px 3px 0px rgba(16, 16, 16, 0.1), 0px 0px 18px 0px rgba(16, 16, 16, 0.1);
	}

	.lp_menu [class^=c-button]:before {
		height: 36px;
	}
	.lp_menu [class^=c-button]:after {
		right: 20px;
	}
	.lp_menu .c-button--small {
		padding: 16px 32px;
		font-size: 16px;
	}
	.lp_menu .c-button--small:before {
		height: 28px;
	}
	.lp_menu .c-button--medium {
		font-size: 18px;
	}
	.lp_menu .c-button--medium:before {
		height: 32px;
	}
	.lp_menu .c-menu-button {
		padding: 12px 30px;
		border-radius: 9px;
	}
	.lp_menu .c-menu-button:before {
		height: 44px;
	}
	.lp_menu .c-menu-button:after {
		right: 12px;
	}

	/* メニュー */
	.lp_menu .menu-trigger {
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: inherit;
		min-width: inherit;
	}
	.lp_menu .menu-trigger__button {
		height: 55px;
		padding: 0 22px;
		border-radius: 0 30px 0 0;
		box-shadow: 0 -4px 24px 0 rgba(32, 32, 32, 0.15);
		font-size: 15px;
	}
	.lp_menu .menu-trigger__button span {
		padding-left: 28px;
	}
	.lp_menu .menu-trigger__button span:before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-size: contain;
	}
	.lp_menu .menu__inner{
		padding:0;
	}
	.lp_menu .menu {
		z-index: 2100;
	}
	.lp_menu .menu-close__button:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 12px;
		left: 12px;
		width: 16px;
		height: 16px;
		transform: rotate(45deg);
	}

	.lp_menu .menu-close__button.is-fixed {
		top: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
	}
	.lp_menu .menu__container {
		padding: 48px 6.66667% 64px;
		transition: all 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
		max-width: 380px;
		min-width: 360px;
	}

	.lp_menu .menu.is-active {
		opacity: 1;
		pointer-events: all;
		transition: opacity 0.6s 0.1s cubic-bezier(0.4, 0, 0.4, 1);
	}
	.lp_menu .menu-price__unit {
		flex: 0 0 calc((100% - 10px) / 2);
		width: calc((100% - 10px) / 2);
	}

	.lp_menu .menu-price__unit:nth-child(2n) {
		margin-left: 10px;
	}

	.lp_menu .menu-price__unit:nth-child(n+3) {
		margin-top: 12px;
	}

	.lp_menu .menu-price__unit a {
		height: 100%;
	}
	.lp_menu .menu-features {
		margin-top: 40px;
	}
	.lp_menu .menu-features__unit:nth-child(n+2) {
		margin-top: 12px;
	}
	.lp_menu .menu-features__unit a:before {
		height: 72px;
	}

	.lp_menu .menu-features__unit__thumbnail {
		flex: 0 0 20.30769%;
		max-width: 72px;
	}

	.lp_menu .menu-features__unit__title {
		flex: 1 1 79.69231%;
		padding: 12px 30px 12px 18px;
	}

	.lp_menu .menu-category {
		margin-top: 40px;
	}

	.lp_menu .menu-category__unit {
		flex: 0 0 calc((100% - 10px) / 2);
		width: calc((100% - 10px) / 2);
	}

	.lp_menu .menu-category__unit:nth-child(2n) {
		margin-left: 10px;
	}

	.lp_menu .menu-category__unit:nth-child(n+3) {
		margin-top: 12px;
	}
	.lp_menu .menu-editors {
		margin-top: 40px;
	}

	.lp_menu .menu-editors__buttons> :nth-child(n+2) {
		margin-top: 12px;
	}
	.lp_menu .menu-more .c-button--small {
		font-size: 18px;
	}

	.lp_menu .menu-more .c-button--small:before {
		height: 32px;
	}

	.lp_menu .is-hidden-sb {
		display: none;
	}

	.lp_menu .is-nobr {
		text-decoration: inherit;
	}
}