@charset "utf-8";
/*
------------
base.css
------------
*/

/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, pre, form,
blockquote, fieldset, input, address, figure, figcaption,
dl, dt, dd {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}

/* img */
img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

/* default */
h1, h2, h3, h4, h5, h6, dt, caption { 
	font-weight: normal;
	font-size: 100%;
}
a {
	outline: none;
}
address {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
figcaption {
	font-size: 1.2rem;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
input[type=radio], 
input[type=checkbox], 
select {
	vertical-align: middle;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
ul {
	list-style: none;
}
@media only screen and (min-width: 769px) {
.pcDspNone {
	display: none !important;
}
}
@media only screen and (max-width: 768px) {
.spDspNone {
	display: none !important;
}
}

/* link */
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}
 
a:active {
	color: #333;
	text-decoration: none;
}

/* html, body, wrapper */
html {
	font-size: 100%;
}
body {
	color: #000;
	font-size: 1rem;
	font-family: 
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
		"メイリオ", Meiryo, 
		"ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height: 1;
	width: 100%;
	background: #fff;
	position: relative;
}
#wrapper {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
}
/* header */
header {
	width: 100vw;
	position: fixed;
	z-index: 100000;
}
header .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 0 30px;
}
header .inner h1 {
	width: 133px;
	margin: 27px 0 0 0;
}
header .inner ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-weight: 600;
	letter-spacing: 0.05em;
}
header .inner ul li {
	margin: 0 35px 0 0;
}
header .inner ul li.entryoff {
	margin: 0 0 0 45;
}
header .inner ul li.entryoff,
header .inner ul li.entry {
	margin: 0;
} 
header .inner ul li a {
	display: block;
	margin: 25px 0 0 0;
	position: relative;
	transition: all .25s ease;
}
header .inner ul li.entryoff span {
	display: block;
}
header .inner ul li a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -7px;
	left: 0;
	opacity: 0;
	transform: translateY(5px);
	transition: all .25s ease;
}
header .inner ul li a:hover::before {
	opacity: 1;
	transform: translateY(0);
}
header .inner ul li.entryoff a::before,
header .inner ul li.entry a::before {
	content: none;
}
header .inner ul li.entryoff span,
header .inner ul li.entry a {
	margin: 0;
	background: #fff;
	padding: 25px 35px 25px 20px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
header .inner ul li.entryoff span {
  padding: 17px 35px 17px 20px;
  pointer-events: none;
}
header .inner ul li.entry a span {
	position: relative;
}
header .inner ul li.entry a span::before {
	content: "";
	width: 9px;
	height: 9px;
	background: url("../../images/global/ico_blank_b.svg") no-repeat;
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translate(0, -50%);
	transition: all .25s ease;
}
header .inner ul li.entry a:hover {
	background: #000;
	color: #fff;
}
header .inner ul li.entry a:hover span::before {
	background: url("../../images/global/ico_blank_w.svg") no-repeat;
}
header #gNavOpener {
	display: none;
}
@media only screen and (max-width: 768px) {
header {
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
}
header .inner {
	display: block;
	padding: 0;
}
header .inner h1 {
	width: 80px;
	margin: 0 0 0 20px;
	position: relative;
	z-index: 10001;
}
header .inner ul {
	width: 100vw;
	height: 100vh;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.open header .inner ul {
	visibility: visible;
	opacity: 1;
}
header .inner ul li {
	width: 68vw;
	margin: 45px auto 0 auto;
}
header .inner ul li:first-child {
	margin: 145px auto 0 auto;
}
header .inner ul li.entryoff,
header .inner ul li.entry {
	margin: 50px auto 0;
}
header .inner ul li a {
	display: inline-block;
	margin: 0;
	font-size: 1.1rem;
}
header .inner ul li a::before {
	content: none;
}
header .inner ul li.entry a {
	display: block;
	background: #fff;
	padding: 25px 0;
	border: 1px solid #000;
	text-align: center;
}
header .inner ul li.entry a:hover {
	background: #fff;
	color: #000;
}
header .inner ul li.entry a:hover span::before {
	background: url("../../images/global/ico_blank_b.svg") no-repeat;
}
header .inner ul li.entryoff span {
	border: 1px solid #000;
	text-align: center;
}
header #gNavOpener {
	display: block;
	width: 24px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	z-index: 10;
}
header #gNavOpener span {
	display: block;
	width: 24px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -12px;
	transition: all 0.3s ease;
	transform: rotate(0deg);
}
header #gNavOpener span:nth-child(1) {
	transform: translateY(-8px);
}
header #gNavOpener span:nth-child(3) {
	transform: translateY(8px);
}
header #gNavOpener:hover span:nth-child(1) {
	width: 18px;
}
header #gNavOpener:hover span:nth-child(3) {
	width: 30px;
}
header #gNavOpener.open span:nth-child(1) {
	transform: rotate(-45deg);
}
header #gNavOpener.open span:nth-child(2) { opacity: 0; }
header #gNavOpener.open span:nth-child(3) {
	transform: rotate(45deg);
}
header #gNavOpener.open span:nth-child(1),
header #gNavOpener.open span:nth-child(3) {
	width: 24px;
}
header #gNavOpener.open:hover span:nth-child(1) {
	transform: rotate(-45deg)  scale(1.2);
}
header #gNavOpener.open:hover span:nth-child(3) {
	transform: rotate(45deg)  scale(1.2);
}
}
/* footer */
footer {
	margin: 290px 0 0 0;
	width: 100vw;
	background: #e5e5e5;
	padding: 80px 0 60px 0;
	position: relative;
}
footer::before {
	content: "";
	width: 1152px;
	height: 233px;
	background: url("../../images/global/footer_illustPC.png") no-repeat;
	background-size: 1152px auto;
	position: absolute;
	top: -182px;
	left: 50%;
	transform: translate(-50%, 0);
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
}
footer .inner p {
	width: 340px;
}
footer .inner ul {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-end;
}
footer .inner ul li:nth-child(1) {
	width: 102px;
}
footer .inner ul li:nth-child(2) {
	font-size: 0.6rem;
	letter-spacing: 0.05em;
	margin: 0 0 0 25px;
}
footer #page_top {
	position: fixed;
	bottom: 60px;
	right: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: all .25s ease;
}
footer #page_top.active {
	opacity: 1;
}
footer #page_top a {
	position: relative;
	padding: 30px 0 0 0;
}
footer #page_top a::before {
	content: "";
	width: 100%;
	height: 20px;
	background: url("../../images/global/ico_pagetop.svg") no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .25s ease;
}
footer #page_top a:hover::before {
	top: -10px;
}
@media only screen and (max-width: 768px) {
footer {
	margin: 45.3333333vw 0 0 0;
	padding: 70px 0 30px 0;
}
footer::before {
	content: "";
	width: 98.9333333vw;
	height: 55.7333333vw;
	background: url("../../images/global/footer_illustSP.png") no-repeat;
	background-size: 98.9333333vw auto;
	position: absolute;
	top: -28.2666667vw;
	left: -2.66666667vw;
	transform: translate(0, 0);
}
footer .inner {
	width: 90vw;
}
footer .inner p {
	width: 225px;
}
footer .inner ul {
	margin: 40px 0 0 0;
}
footer .inner ul li:nth-child(1) {
	width: 77px;
}
footer .inner ul li:nth-child(2) {
	margin: 0 0 0 20px;
}
footer #page_top {
	position: fixed;
	bottom: 30px;
	right: 25px;
	font-size: 1rem;
}
footer #page_top a:hover::before {
	top: 0;
}
}