@charset 'UTF-8';

/*
COLORS
================================================ */
:root {
	--yellow: #fff100;
	--red: #ab2025;
	--brown: #493632;
	--white: #fff;
}

/*
GENERAL STYLING
================================================ */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
	color: var(--white);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}

/*
common
================================================ */
p {
	line-height: 1.7;
}
img {
	max-width: 100%;
}

/* Layout */
.wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}

/*
LP header
================================================ */
.l-header {
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 10;
}

.l-header__inner {
	height: 60px;
	background: rgba(255, 255, 255, 0.94);
	padding: 0 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.l-header__logo {
	width: 120px;
	height: 65px;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.l-header__logo-text {
	display: none;
	font-size: 12px;
	margin-left: 10px;
	white-space: nowrap;
	margin-top: 12px;
	line-height: 16px;
	color: #000;
	text-align: left;
	font-family: sans-serif;
}

.l-header__sns-buttons {
	display: flex;
	margin-right: 16px;
	justify-content: space-around;
}

.l-header__sns-button {
	display: inline-block;
	width: 70px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-menu-wrap {
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100%;
	height: calc(100vh - 88px);
	height: calc(var(--vh, 1vh) * 100 - 88px);
	overflow: auto;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
	background: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.p-menu-wrap.is-menu-open {
	top: 88px;
}

.p-menu-wrap.is-menu-open.is-menu-hidden {
	top: -100vh;
}

.p-menu__list + .p-menu__list {
	margin-top: 40px;
}

.p-menu__link {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-menu__sns-buttons {
	display: flex;
	margin: 40px 0;
	justify-content: center;
}

.p-menu__sns-button {
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-menu__sns-button + .p-menu__sns-button {
	margin-left: 20px;
}

.p-menu__text-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-menu__text-link {
	display: block;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-menu__text-link + .p-menu__text-link {
	margin-left: 40px;
}

.p-menu-button {
	width: 88px;
	height: 88px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	cursor: pointer;
	position: relative;
}

.p-menu-button-center {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-menu-button-center:before,
.p-menu-button-center:after {
	content: '';
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 4px;
	background-color: #fff;
}

.p-menu-button-center:before {
	margin-top: 12px;
}

.p-menu-button-center:after {
	margin-top: -12px;
}

/*
header
================================================ */
header {
	background: var(--yellow);
	padding: 1rem 0 2rem;
	width: 100%;
	padding-top: 100px;
}
header .logo {
	margin: -1rem -1rem 0.4rem 0;
	padding-right: 0;
	text-align: right;
	width: 100%;
}
header .logo img {
	width: 60px;
}

/*
hero
================================================ */
#hero {
	background: url(../img/hero_bg.jpg);
	margin-bottom: 0.2rem;
	padding-bottom: 2rem;
	width: 100%;
	height: auto;
	object-fit: cover;
}
#hero .header_bottom {
	background: url(../img/header_bg_s.png) repeat-x;
	margin-top: -10px;
	height: 19px;
	width: 100%;
	z-index: 200;
}
#hero .catch {
	padding: 1rem 0 0;
	width: 100%;
}

/*
main
================================================ */
#main {
	background: url(../img/main_bg_s.jpg) repeat;
	padding: 1rem 0 2rem;
}
#main h2 {
	margin: 2rem 0;
}
#main ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}
#main li {
	padding: 0.2rem 0;
	width: 48%;
	font-size: 1rem;
	color: var(--white);
}
#main li.btn {
	padding-top: 0.8rem;
}
#main .jpn {
	margin: 0 auto;
	width: 50%;
}
#main .jpn dd {
	padding: 0.4rem 0;
}
#main li.btn img:hover,
#main .jpn dd.btn img:hover/*,
#main .btn img:hover*/ {
	transform: scale(0.9, 0.9);
	transition: 0.5s;
}
#main .thx {
	margin: 2rem auto;
}

/*
intro
================================================ */
#intro {
	padding: 2rem;
}
#intro .btn img:hover {
	transform: scale(0.9, 0.9);
	transition: 0.5s;
}
/*
page_top
================================================ */
#page_top {
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 50px;
	height: 50px;
	z-index: 1;
}
#page_top a {
	position: relative;
	opacity: 0.6;
}
#page_top a:hover {
	opacity: inherit;
	transform: translateY(-5px);
	cursor: pointer;
}
/*
footer
================================================ */
.footer {
	background: var(--red);
	padding: 1rem 0;
	text-align: center;
	color: var(--white);
}

/*
LP footer
================================================ */
.l-footer {
	background: #f0f0f0;
	padding: 40px 20px 80px;
	border-top: 4px solid #000;
	position: relative;
	color: #000;
	font-family: sans-serif;
}

.l-footer a {
	text-decoration: none;
	color: #000;
}

.l-footer__sns-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 32px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-footer__sns-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.l-footer__sns-button {
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.l-footer__sns-button + .l-footer__sns-button {
	margin-left: 20px;
}

.l-footer__text-links {
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 21px;
}

.l-footer__text-link {
	display: block;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 10px min(1.5vw, 20px);
}

.l-footer__copy {
	text-align: center;
}

.l-footer__copy-parent-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-footer__copy-parent-logo > a {
	cursor: pointer;
	padding: 0px 30px;
}

.l-footer__copy-logo {
	display: block;
	margin: 0 auto 2px;
	width: 120px;
}

.l-footer__copy-text {
	font-size: 12px;
	line-height: 28px;
}

.l-footer__abj {
	display: block;
	align-items: center;
	border: 4px solid #000;
	background: #fff;
	padding: 36px;
	max-width: 786px;
	margin: 32px auto 0;
}

.l-footer__abj-logo {
	width: 82px;
	margin: 0 auto 40px;
}

.l-footer__abj-text {
	max-width: 100%;
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}

.x-btn {
	max-width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.x-btn img {
	width: 30px;
	height: 30px;
}

/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {
	/* LP header */
	.l-header__logo {
		width: 192px;
		text-decoration: none;
	}
	.l-header__logo-text {
		display: block;
	}
	.l-header__inner {
		height: 88px;
	}
	/* header */
	header .logo {
		margin-top: 0;
		padding-right: 6rem;
		text-align: right;
	}
	header .logo img {
		width: 120px;
	}
	/* Hero */
	#hero .header_bottom {
		background: url(../img/header_bg.png) repeat-x;
		margin: 0;
		height: 40px;
		width: 100%;
		z-index: 200;
	}
	#hero .catch {
		margin: 1rem 0;
		width: 100%;
	}
	/* main */
	#main {
		background: url(../img/main_bg.jpg) repeat;
		padding: 2rem 0 4rem;
	}
	#main li {
		font-size: 2rem;
	}
	#main .jpn dd {
		font-size: 2rem;
	}
	/* LP footer */
	.l-footer__text-links {
		display: flex;
		display: -ms-flexbox;
	}
	.l-footer__text-link {
		font-size: 14px;
	}
	.l-footer__abj {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.l-footer__abj-logo {
		margin: 0;
	}
	.l-footer__abj-text {
		max-width: calc(100% - 149px);
		line-height: 16px;
	}
	/*
INTRO
================================================ */
	#intro {
		padding: 4rem 2rem;
	}
}
