@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 768px) and (max-width: 1279px) {
	html {
		font-size: calc(100vw / 128);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url(../fonts/notosansjp-variablefont_wght.woff) format("woff"),
		url(../fonts/notosansjp-variablefont_wght.ttf) format("truetype");
}
@font-face {
	font-family: "Arial";
	src: url(../fonts/arial.woff) format("woff"),
		url(../fonts/arial.ttf) format("truetype");
}
@font-face {
	font-family: "Arial Bold";
	src: url(../fonts/arial_bold.woff) format("woff"),
		url(../fonts/arial_bold.ttf) format("truetype");
}
@font-face {
	font-family: "Arial Bold Italic";
	src: url(../fonts/arial_bold_italic.woff) format("woff"),
		url(../fonts/arial_bold_italic.ttf) format("truetype");
}
@font-face {
	font-family: "Noto Serif JP";
	font-weight: 500;
	src: url(../fonts/notoserifjp-medium.ttf) format("truetype");
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.9rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 100px;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media (min-width: 768px) and (max-width: 999px) {
	#container {
		padding-top: 10vw;
	}
}
@media all and (min-width: 768px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	#container {
		padding-top: 6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #000;
	z-index: 1000;
	transition: 0.3s;
}
#gHeader::before {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/header_bg.png) no-repeat center center / cover;
	content: '';
}
#gHeader h1 {
	padding-left: 27px;
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1;
	font-family: "Arial Bold", sans-serif;
	font-weight: normal;
	transition: 0.3s;
}
#gHeader h1 a {
	display: flex;
	align-items: center;
	gap: 33px;
	opacity: 1;
	white-space: nowrap;
}
#gHeader h1 a img {
	width: 185px;
}
#gHeader h1 a .txt {
	margin-top: 5px;
	color: #1746ff;
}
#gHeader.on {
	background: transparent;
	border-color: transparent;
}
#gHeader.on h1 {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#gHeader .gBtn {
	position: relative;
	z-index: 1000;
}
#gHeader .gBtn li a {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14.33px;
	letter-spacing: 0.12em;
	line-height: 1;
	background: #1746FF;
	font-family: "Arial Bold", sans-serif;
}
#gHeader .menu {
	color: #000 !important;
	background: #D6D6D6 !important;
	transition: none;
}
#gHeader .menu.on {
	padding-top: 40px;
	color: #AC9B84 !important;
	background: url(../image/header_close.png) no-repeat center top 25px / 25px !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
}
#gHeader .menu.on .txt01,
#gHeader .menu .txt02 {
	display: none;
}
#gHeader .menu.on .txt02 {
	display: block;
	color: #C8C8C8 !important;
}
.menuBox {
	padding: 13.2rem 0 9.6rem;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background: #BEBEBE;
	z-index: 999;
	transform: translateX(100%);
	transition: 0.5s;
}
.menuBox.on {
	transform: translateX(0);
}
.menuBox::-webkit-scrollbar {
	display: none;
}
.menuBox .mBox {
	margin: 0 auto;
	width: 104rem;
}
.menuBox ul {
	padding: 0 2rem 5.2rem;
	position: relative;
	border-bottom: 0.1rem solid #fff;
}
.menuBox li {
	width: 30rem;
}
.menuBox li .comingsoon {
	pointer-events: none;
	cursor: default;
}
.menuBox .imgList01 {
	padding-bottom: 6.2rem;
	gap: 2.5rem 5rem;
}
.menuBox .imgList02 {
	gap: 4.4rem 5rem;
}
.menuBox .imgList02 li a {
	display: block;
}
.menuBox .mTitle {
	margin: 5.4rem 2rem 2.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.menuBox .mBtn {
	margin: 5.6rem 2rem 0;
	display: flex;
}
.menuBox .mBtn a {
	display: inline-flex;
	align-items: flex-end;
	gap: 1.6rem;
	opacity: 1 !important;
}
.menuBox .mBtn .imgtext {
	width: 25.9rem;
}
.menuBox .mBtn .comBtn {
	margin: 0 0 0.1rem;
}
.menuBox .mTitle.serif {
	margin: 4.2rem 2rem 1.9rem;
	font-size: 2.6rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0;
}
.menuBox .imgList03 {
	gap: 2.6rem 2.7%;
	padding-bottom: 5.1rem;
}
.menuBox .imgList03 li {
	width: 23%;
}
@media (min-width: 768px) and (max-width: 999px) {
	#gHeader h1 {
		font-size: 1.6vw;
	}
	#gHeader h1 a {
		gap: 3.4vw;
	}
	#gHeader h1 a img {
		width: 20.5vw;
	}
	#gHeader .gBtn li a {
		width: 9vw;
		height: 9vw;
		font-size: 1.433vw;
	}
	#gHeader .menu.on {
		padding-top: 4vw;
		background-position: center top 2.5vw !important;
		background-size: 2.5vw !important;
	}
}
@media (min-width: 768px) {
	.menuBox .mBtn a .comBtn span {
		transition: 0.3s;
	}
	.menuBox .mBtn a:hover .comBtn span {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding-top: 5px;
	}
	#gHeader::before {
		height: 5px;
	}
	#gHeader h1 {
		padding-left: 1.1rem;
		font-size: 0.9rem;
		letter-spacing: 0.15em;
		line-height: 1.15;
	}
	#gHeader h1 a {
		gap: 1.2rem;
	}
	#gHeader h1 a img {
		width: 11rem;
	}
	#gHeader h1 a .txt {
		margin: 0.1rem 0 0;
	}
	#gHeader .gBtn li a {
		width: 5.5rem;
		height: 5.5rem;
		font-size: 0.8725rem;
	}
	#gHeader .menu.on {
		padding-top: 2.6rem;
		background-position: center top 1.5rem !important;
		background-size: 1.5rem !important;
		background-color: rgba(255, 255, 255, 0.9) !important;
	}
	.menuBox {
		padding: 8.6rem 0 2.9rem;
	}
	.menuBox .mBox {
		margin: 0 1.5rem;
		width: auto;
	}
	.menuBox ul {
		padding: 0 1rem 2.5rem;
	}
	.menuBox li {
		width: auto;
	}
	.menuBox li img {
		width: 100%;
	}
	.menuBox .imgList01 {
		padding-bottom: 2.8rem;
		display: flex;
		justify-content: space-between;
		gap: 2.3rem 0;
	}
	.menuBox .imgList01 li {
		width: 46.2%;
	}
	.menuBox .imgList02 {
		padding-bottom: 2.6rem;
		justify-content: space-between;
		gap: 2.8rem 0;
	}
	.menuBox .imgList02 li {
		width: 46.2%;
	}
	.menuBox .imgList02 .wid01 a {
		margin-right: -0.2rem;
	}
	.menuBox .imgList02 .wid02 a {
		margin-right: -1.3rem;
	}
	.menuBox .mTitle {
		margin: 2rem 1rem 2.2rem;
		font-size: 1.2rem;
	}
	.menuBox .mBtn {
		margin: 1.9rem 0.7rem 0;
	}
	.menuBox .mBtn a {
		gap: 1.2rem;
	}
	.menuBox .mBtn .imgtext {
		width: 11.1rem;
		margin-bottom: 0.4rem;
	}
	.menuBox .mBtn .comBtn {
		margin: 0;
	}
	.menuBox .mTitle.serif {
		margin: 2rem 0.9rem 0.5rem;
		font-size: 1.8rem;
	}
	.menuBox .imgList03 {
		gap: 2.6rem 2.45%;
		padding-bottom: 3rem;
	}
	.menuBox .imgList03 li {
		width: 31.7%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.6rem 2rem;
	border-top: 1px solid #4D4D4D;
}
#gFooter address {
	text-align: center;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
	color: #4D4D4D;
	letter-spacing: 0.06em;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 1.4rem 1rem 1.2rem;
	}
	#gFooter address {
		font-size: 0.9rem;
	}
}