@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option,button {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.36;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #121021;
}
body::before {
	width: 20px;
	max-width: 150px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: linear-gradient(#2f2955 0%, #121021 100%);
	content: '';
	z-index: -1;
}
body::after {
	width: 20px;
	max-width: 150px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: linear-gradient(#2f2955 0%, #121021 100%);
	content: '';
	z-index: -1;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	padding-top: 73px;
	text-align: left;
}
#main {
	padding: 0 6%;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: 320px !important;
		font-size: 1.1rem;
	}
	body::after {
		width: 2%;
	}
	body::before {
		width: 2%;
	}
	#container {
		padding-top: 62px;
	}
	#main {
		padding: 0 4%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	width: 86px;
	margin-right: 10px;
	font-size: 1.6rem;
}
#gNavi ul li {
	margin-right: 30px;
	font-size: 1.4rem;
}
#gNavi ul li a {
	padding-bottom: 3px;
}
#gHeader .link {
	margin-top: 1px;
}
#gHeader .link a {
	padding-right: 12px;
	font-size: 1rem;
	background: url("/assets/merchant-image/common/link.png") no-repeat  right 4px / 9px;
}
@media all and (min-width: 897px) {
	#gHeader {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 3px 6px rgba(255,255,255,0.16);
		background-color: #121021;
		z-index: 2;
	}
	#gHeader .hBox {
		margin: 15px 15px 13px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gNavi {
		flex: 1;
		justify-content: space-between;
		display: flex !important;
		align-items: center;
	}
	#gNavi ul {
		margin-bottom: 1px;
		display: flex;
		justify-content: space-between;
	}
	#gNavi ul .on {
		border-bottom: 1px solid #EFE556;
	}
	#gHeader .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		z-index: 1000;
	}
	#gHeader .hInner {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 50px;
		box-sizing: border-box;
		box-shadow: 0 3px 6px rgba(255,255,255,0.16);
		background-color: #121021;
		z-index: 2;
	}
	#gHeader .hBox {
		margin-left: 0;
		display: block;
	}
	#gHeader h1 {
		padding: 15px 0 0 12px;
	}
	.menu {
		display: block;
		height: 30px;
		width: 20px;
		position: fixed;
		right: 14px;
		top: 12px;
		z-index: 1001;
	}
	.menu span {
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 20px;
		height: 2px;
		background-color: #D6D6C5;
	}
	.menu span:nth-of-type(1) {
		top: 6px;
	}
	.menu span:nth-of-type(2) {
		top: 12px;
	}
	.menu span:nth-of-type(3) {
		top: 18px;
	}
/*
	.menu.on span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-6px) rotate(45deg);
	}
*/
	#gNavi {
		display: none;
		width: 132px;
		position: fixed;
		right: 15px;
		top: 0;
		overflow: auto;
		max-height: 100vh;
		box-shadow: 0 3px 6px rgba(255,255,255,0.16);
		background-color: #121021;
	}
	#gNavi ul {
		padding-top: 50px;
	}
	#gNavi ul li {
		margin-right: 0;
	}
	#gNavi a {
		display: block;
		height: 34px;
		box-sizing: border-box;
		padding: 7px 0 12px 22px;
	}
	#gHeader .link a {
		font-size: 1.4rem;
		background: none;
	}
	.menuBox {
		display: none;
		width: 132px;
		position: fixed;
		right: 15px;
		top: 0;
		overflow: auto;
		max-height: 100vh;
		z-index: 900;
		display: none;
		box-shadow: 0 3px 6px rgba(255,255,255,0.16);
		background-color: #121021;
	}
	.menuBox ul {
		padding-top: 50px;
	}
	.menuBox li {
		font-size: 1.4rem;
		margin-right: 0;
	}
	.menuBox a {
		display: block;
		min-height: 34px;
		font-size: 1.2rem;
		box-sizing: border-box;
		padding: 7px 0px 8px 6px;
		letter-spacing: 0;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.menuBox .link a {
		font-size: 1.2rem;
		background: none;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 10px;
}
#gFooter .copyright {
	text-align: center;
	color: white;
	font-size: 1rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
}
@media all and (max-width: 896px) {
}

body.isPad::before {
	width: 8%;
}
body.isPad::after {
	width: 8%;
}
