@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, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@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;
}

.notoSerif {
	font-family: "Noto Serif JP", serif;
}
.raleway {
	font-family: "Raleway", sans-serif;
}
.notoSans {
	font-family: "Noto Sans JP", sans-serif;
}
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: #4C4C4C;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4C4C4C;
}
a:hover {
	color: #4C4C4C;
}
a:active {
	color: #4C4C4C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4C4C4C;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 300;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	overflow-x: clip;
	text-align: left;
    word-break: break-word;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.hInner {
	padding: 2.45rem 4.4rem;
	background-color: #DDDDDD;
}
.hInner .sns {
	margin-left: auto;
	width: 2.1rem;
}
.hInner .sns a:hover img {
	opacity: 0.7;
}
.hInner .sns img {
	display: block;
}
.hBox {
	padding: 5rem 2rem 5.5rem;
	width: 59.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	color: #fff;
	text-align: center;
	margin-left: -29.75rem;
	background: rgba(0, 44, 90, 0.9);
}
#gHeader h1 {
	margin-bottom: 4.8rem;
	text-align: center;
	font-size: 6rem;
	font-weight: 200;
	letter-spacing: 0.2em;
}
#gHeader h1 span {
	margin: 0 auto 0.3rem;
	display: block;
	width: 16rem;
}
#gHeader h1 span img {
	display: block;
}
.hBox p {
	padding-left: 1rem;
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 0.2em;
	font-weight: 200;
}
.hBox p .txtSpan {
	margin-bottom: 1.1rem;
	display: block;
	font-size: 5rem;
	font-weight: 100;
	letter-spacing: 0.2em;
}
#main {
	padding: 7rem 0 8.2rem;
}
@media all and (max-width: 960px) {
	#gHeader {
		min-width: inherit;
	}
	.hInner {
		padding: 2.5rem 1.5rem 0.4rem;
	}
	.hBox {
		padding: 3.5rem 1rem 1.4rem;
		width: 100%;
		max-width: 25rem;
		margin-left: -12.5rem;
		background-color: rgba(0, 44, 90, 1);
	}
	#gHeader h1 {
		margin-bottom: 2.8rem;
		font-size: 3.6rem;
	}
	#gHeader h1 span {
		margin-bottom: -0.3rem;
		width: 8.5rem;
	}
	.hBox p {
		padding-left: 0.2rem;
		font-size: 3.5rem;
		letter-spacing: 0.1em;
	}
	.hBox p .txtSpan {
		margin-bottom: 0.9rem;
		font-size: 2rem;
	}
	#main {
		padding: 5.0rem 0 9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 4.6rem;
	position: relative;
}
#gFooter:after {
	width: 100%;
	height: 5rem;
	background: url(../img/common/line.png) repeat;
	background-size: 0.75rem auto;
	position: absolute;  
	top: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
#gFooter .fShop {
	overflow: hidden;
	padding: 2.6rem 0 0;
	background-color: #F7F7F7;
}
#gFooter .fShop .comLink {
	margin: 0 0 0 3rem;
}
#gFooter .fLogo {
	padding-left: 1.5rem;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 500;
}
#gFooter .enTxt {
	margin: -1.8rem 0 -1rem;
	font-size: 6.5rem;
	line-height: 1;
	text-align: center;
	color: rgb(237, 61, 144,0.1);
	letter-spacing: 0.2em;
}
#gFooter .fInner {
	padding: 4.1rem 2rem 2.7rem;
	color: #fff;
	background-color: rgba(237, 61, 144, 0.8);
}
#gFooter .fBox {
	text-align: center;
}
#gFooter .fBox p {
	margin-bottom: 1.9rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-feature-settings: "palt";
}
#gFooter .fBox .ttl {
	margin-bottom: 2.8rem;
	font-size: 3.5rem;
}
#gFooter .fBox .txt {
	font-weight: 500;
	letter-spacing: 0;
	width: fit-content;
	margin: 0 auto 1.7rem;
	padding-bottom: 0.2rem;
}
#gFooter .fBox .sns {
	width: 3.5rem;
	margin: 0 auto;
}
#gFooter .fBox .sns a:hover img {
	opacity: 0.7;
}
address {
	padding: 0.8rem 2rem 1.1rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	background-color: #000000;
}
@media all and (max-width: 960px) {
	#gFooter .fInner {
		padding: 4.5rem 3.8rem 4.3rem;
	}
	#gFooter .fBox {
		width: auto;
	}
	#gFooter .fBox p {
		margin-bottom: 2.9rem;
		letter-spacing: 0.1em;
		line-height: 1.87;
		font-size: 1.6rem;
	}
	#gFooter .fBox .ttl {
		margin-bottom: 2.5rem;
		font-size: 3.2rem;
		line-height: 1.47;
	}
	#gFooter .fBox .txt {
		margin-bottom: 2.3rem;
		line-height: 1.5;
		padding-bottom: 0;
		font-size: 1.6rem;
		border-bottom: 1px solid currentColor;
	}
	address {
		padding-block: 0.5rem 0.8rem;
		line-height: 1.64;
	}
	#gFooter .fShop .content {
		display: block;
	}
	#gFooter .fShop {
		position: relative;
		padding: 10rem 0 8.3rem;
	}
	#gFooter .fLogo {
		display: block;
		padding: 0 0 2.3rem;
		text-align: center;
	}
	#gFooter .fShop .comLink {
		margin: 0 auto 2rem;
	}
	#gFooter .fShop .comLink:last-child {
		margin-bottom: 0 !important;
	}
	#gFooter .enTxt {
		position: absolute;
		bottom: 0;
		left: 50%;
		white-space: nowrap;
		transform: translateX(-50%);
		margin: 0 0 -1.3rem;
		font-size: 5rem;
		line-height: 1.2;
	}
}