/* reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-width: 1164px;
	line-height: 1;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* common */

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: top;
}

.wrapInner {
	max-width: 1164px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.spOnly {
	display: none;
}

@media screen and (max-width: 767px) {
	.wrapInner {
		padding: 0;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	img {
		width: 100%;
	}
}

/* breadcrumbs */
.breadcrumbs {
	display: block;
	background: #000;
	border-bottom: 2px solid #fff;
}
.breadcrumbs ul {
	display: flex;
	padding: 10px 0;
}
.breadcrumbs ul li:after {
	content: " > ";
	white-space: pre;
}
.breadcrumbs ul li:last-child::after {
	content: "";
}
.breadcrumbs ul li,
.breadcrumbs ul li a{
	color: #fff;
	font-size: 11px;
}
.breadcrumbs ul li a {
	text-decoration: none;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
	}
	.breadcrumbs {
		display: none;
	}
}

/* header */
.header {
	min-height: 64px;
	background: #000;
}
.navFixed .globalNav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

/* globalNav */

.globalNav {
	background: #000;
	font-family: 'Noto Sans JP', sans-serif;
}
.globalNav .wrapInner {
	padding: 0;
}
.globalNav .navBlock {
	width: 1144px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
	padding: 0 10px;
}
.globalNav .navBar ul {
	display: flex;
}
.globalNav .navTitle a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.globalNav .navBar li {
	margin: 0 0 0 20px;
}
.globalNav .navBar a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.globalNav .navBar a:hover {
	color: #C97B63;
	transition: color 100ms ease;
}
.globalNav .navBar a.current {
	color: #C97B63;
}

/* global Nav custom scroll */
@media screen and (min-width: 768px) {
	.globalNav .wrapInner {
		padding: 0;
	}
	.globalNav .navBlock {
		width: 1164px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.globalNav .wrapInner::-webkit-scrollbar {
  	height: 6px;
	}
	.globalNav .wrapInner::-webkit-scrollbar-track {
		background: transparent;
	}
	.globalNav .wrapInner::-webkit-scrollbar-thumb {
		background: #555;
	}
	.globalNav .wrapInner::-webkit-scrollbar-thumb:hover {
		background: #888;
	}
}
@media screen and (max-width: 767px) {
	.globalNav .navBar ul {
		display: block;
	}
	.globalNav .navBlock {
		width: 100%;
		padding: 0;
	}
	.globalNav .navTitle a {
		font-size: 4.27vw;
	}
	.globalNav .navBlock p {
		padding-left: 4.27vw;
		display: block;
	}
	.globalNav .navBar {
		display: none;
		position: absolute;
		top: 112px;
		width: 100%;
		height: 100vh;
		padding-top: 98px;
		background: #000;
		z-index: 999;
		text-align: center;
	}
	.menuOpen .globalNav .navBar {
		display: block;
		overflow-y: auto;
	}
	.menuOpen.navFixed .globalNav .navBar {
		top: 64px;
	}
	.naviburger {
		display: block;
		padding-right: 4.27vw;
		cursor: pointer;
	}
	.bar {
		display: block;
		width: 25px;
		height: 3px;
		margin: 5px auto;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #fff;
	}
	.naviburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.naviburger.active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.naviburger.active .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	.globalNav .navBar a {
		font-size: 4.27vw;
	}
	.globalNav .navBar li {
		margin: 0 0 32px 0;
	}
}

/* bnrLink01 */
.bnrLink01 {
	display: block;
	position: relative;
	padding: 8px 0;
	text-align: center;
}
.bnrLink01:before {
	margin: 0 auto;
}
.bnrLink01 a {
	display: block;
	max-width: 1164px;
	margin: 0 auto;
	background: #fff;
}
.bnrLink01 a picture {
	position: relative;
}
.bnrLink01 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
 	transform: translateY(-50%);
	background: #fb0000;
	height: 2px;
	width: 100%;
}
.bnrLink01 a img {
	max-width: 100%;
	margin: 0 auto;
}
.bnrLink01 a:hover img {
	opacity: .7;
}
.bnrLink01 picture.pcOnly {
	width: 45%;
	margin: 0 auto;
	background: #fff;
	display: block;
}
@media screen and (max-width: 767px) {
	.bnrLink01 picture.pcOnly {
		display: none;
	}
	.bnrLink01 a:hover img {
		opacity: 1;
	}
}