@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@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 {
	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 {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.8rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 23px 10px 14px 29px;
	background-color: #fff;
	z-index: 1000;
	box-sizing: border-box;
}
#gHeader .hBox {
	max-width: 1215px;
	margin: 0 auto;
}
#gHeader .hBox h1 {
	width: 260px;
}
#gNavi {
	margin-top: 20px;
	max-width: 600px;
	text-align: right;
}
#gNavi li {
	display: inline;
	text-align: center;
}
#gNavi li a {
	position: relative;
	padding: 0 16px;
	display: inline-block;
	color: #000;
	font-size: 1.2rem;
}
#gNavi li a::before {
	position: absolute;
	width: 1px;
	height: 34px;
    top: 7px;
    left: -2px;
	background-color: #B3B3B3;
	content: "";
}
#gNavi li:last-child a::after {
	position: absolute;
	width: 1px;
	height: 33px;
	top: 7px;
	right: 0;
	background-color: #B3B3B3;
	content: "";
}
#gNavi li .en {
	margin-bottom: -6px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	display: block;
	font-family: 'Bebas Neue', cursive;
}
#gNavi li .col {
	color: #e6097e;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width:897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 21px 50px 20px 23px;
	}
	#gHeader .hBox {
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		width: 130px;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 40px;
		height: 40px;
		position: fixed;
		right: 15px;
		top: 15px;
		cursor: pointer;
		z-index: 1003;
		background-color: #FF007F;
	}
	.menu span {
		margin-left: -12px;
		width: 59%;
		height: 4px;
		position: absolute;
		left: 50%;
		top: 8px;
		background: #fff;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 18px;
	}
	.menu span:nth-child(3) {
		top: 28px;
	}
	.menu.on {
		z-index: 1000;
	}
	.menuBox .menuClose {
		width: 44px;
		height: 44px;
		margin: 0 auto;
		background-color: #FF007F;
		border-radius: 50%;
		position: static;
		position: relative;
		margin-bottom: 65px;
	}
	.menuBox .menuClose::before {
		margin-left: -17px;
		position: absolute;
		width: 100px;
		height: 20px;
		left: 50%;
		bottom: -26px;
		content: "閉じる";
		font-size: 1.2rem;
		font-weight: 400;
		color: #000;
	}
	.menuBox .menuClose span {
		margin-left: -12px;
		width: 59%;
		height: 4px;
		position: absolute;
		left: 50%;
		top: 8px;
		background: #fff;
		transition: 0.3s;
		background-color: #fff;
	}
	.menuBox .menuClose span:nth-child(1) {
		margin: 3px 0 0 -11px;
		width: 45%;
		height: 3px;
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.menuBox .menuClose span:nth-child(2) {
		opacity: 0;
	}
	.menuBox .menuClose span:nth-child(3) {
		margin: 23px 0 0 -11px;
		width: 45%;
		height: 3px;
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		color: #000;
		background-color: #fff;
		opacity: 0.9;
		overflow: auto;
		z-index: 1000;
		display: none;
	}
	.menuBox .imgBox {
		margin-bottom: 30px;
	}
	.menuBox .imgBox .phoBox {
		width: 106px;
		float: left;
		padding-bottom: 5px;
    	box-sizing: border-box;
	}
	.menuBox .imgBox .naviList {
		padding-top: 100px;
		margin-left: auto;
		width: calc(100% - 140px);
		box-sizing: border-box;
	}
	.menuBox .imgBox .naviList li a {
		padding: 14px 0 12px;
		font-size: 2rem;
		color: #000;
		display: block;
		border-bottom: 1px solid #000;
		background: url("../img/common/icon12.png") no-repeat right 20px center;
		background-size: 24px 24px;
	}
	.menuBox .imgBox .naviList li:first-child a {
		background-color: #000;
		color: #fff;
	}
	.menuBox .imgBox .naviList li .en {
		margin-bottom: -8px;
		display: block;
		font-size: 3.4rem;
		font-weight: 400;
		letter-spacing: 0.2em;
		font-family: 'Bebas Neue', cursive;
	}
	.menuBox .imgBox .naviList li .col {
		color: #FF007F;
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
}
.pageTop a .arrow {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.pageTop a {
	position: relative;
	padding: 117px 10px 0;
	display: block; 
}
.pageTop a .arrow::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/common/icon06.png") no-repeat left 8px top;
	background-size: 11px 89px;
	content: "";
	animation: arrow 2s linear infinite reverse;
}
.pageTop a:hover {
	opacity: 0.7;
}
@keyframes arrow {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 10px;
		bottom: 50px;
	}
	.pageTop a .arrow {
		height: 68px;
	}
	.pageTop a {
		padding: 85px 10px 0;
	}
	.pageTop a .arrow::after {
		background: url("../img/common/icon13.png") no-repeat left 10px top;
		background-size: 8px 67px; 
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding: 87px 0 42px;
	position: relative;
}
#gFooter .fBox {
	max-width: 1200px;
	margin: 0 auto 38px;
	flex-direction: row-reverse;
}
#gFooter .fLogo {
	margin-bottom: 13px;
	max-width: 384px;
}
#gFooter .address {
	line-height: 1.75;
}
#gFooter .fNavi {
	margin-top: 5px;
	max-width: 600px;
}
#gFooter .fNavi li {
	display: inline;
	text-align: center;
}
#gFooter .fNavi li a {
	position: relative;
	padding: 0 16px;
	display: inline-block;
	font-size: 1.2rem;
}
#gFooter .fNavi li a::before {
	position: absolute;
	width: 1px;
	height: 34px;
    top: 7px;
    left: 1px;
	background-color: #B3B3B3;
	content: "";
}
#gFooter .fNavi li:last-child a::after {
	position: absolute;
	width: 1px;
	height: 33px;
	top: 7px;
	right: -4px;
	background-color: #B3B3B3;
	content: "";
}
#gFooter .fNavi li .en {
	margin-bottom: -5px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	display: block;
	font-family: 'Bebas Neue', cursive;
}
#gFooter .fNavi li .col {
	color: #e6097e;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter address {
	margin-right: 68px;
	font-style: normal;
	text-align: center;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#gFooter .fLogo {
		max-width: 315px;
	}
	#gFooter .fNavi li a {
		font-size: 1.1rem;
		padding: 0 10px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 72px 0 19px;
	}
	#gFooter .fBox {
		max-width: inherit;
		margin: 0 auto 36px;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 18px;
		max-width: 310px;
	}
	#gFooter .fNavi {
		margin: 0 0 58px;
		max-width: inherit;
	}
	#gFooter .fNavi li {
		display: block;
		width: 170px;
		margin: 0 auto 20px;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi li a {
		padding: 0 16px;
		display: block;
		font-size: 1.4rem;
	}
	#gFooter .fNavi li a::before {
		height: 36px;
		top: 12px;
		left: 0;
		background-color: #B2B2B2;
	}
	#gFooter .fNavi li a::after {
		position: absolute;
    	width: 1px;
		height: 36px;
		top: 12px;
		right: 0;
		background-color: #B2B2B2;
		content: "";
	}
	#gFooter .fNavi li:last-child a::after {
		position: absolute;
    	width: 1px;
		height: 36px;
		top: 12px;
		right: 0;
		background-color: #B2B2B2;
		content: "";
	}
	#gFooter .fNavi li .en {
		font-size: 2.3rem;
	}
	#gFooter .fNavi li .col {
		color: #FF007F;
	}
	#gFooter .address {
		text-align: center;
	}
	#gFooter address {
		margin: 0 -15px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}
.fadeInUp.animate {
  opacity: 1;
  transform: none;
}