@charset "utf-8";
/*
https://www.kvk.co.jp/common/css/style.css?ver=20241022112314
上記のCSSをPCでもSP表示になるように@mediaを削除し複製したもの
上記のCSSが更新されたら本CSSも更新すること
更新によって崩れが発生する場合は適宜調整
※本ページ下部には個別ページ用の調整CSSが別途記載されています。
*/

/***********************************************************
bass
************************************************************/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1s ease;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pcNone {
	display: none;
}
	.pcNone {
		display: inline-block;
	}
.warp {
  width: 1200px;
	padding: 0 20px;
  margin: 0 auto;
}
	.warp {
		width: 100%;
	}
.disFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main {
	width: 100%;
	min-width: 1200px;
	margin-top: 140px;
}
	.main {
		min-width: 100%;
		margin-top: 70px;
	}
#content {
	width: 863px;
}
	#content {
		width: 100%;
		order: 1;
	}
/* --------- #header --------- */
#header {
	position: fixed;
  width: 100%;
	min-width: 1200px;
  height: 140px;
	padding: 25px 20px 0;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #fff;
}
#header .logo {
	display: flex;
}
#header .logo span {
	font-size: 1.2rem;
	margin: 5px 0 0 1em;
}

	#header {
		height: 70px;
		padding: 12px 4% 0;
		width: 100%;
		min-width: 92%;
	}
	#header .logo {
		display: block;
		width: 300px;
	}
	#header .logo a {
		width: 80px;
		display: block;
	}
	#header .logo span {
		width: 100%;
		margin: 8px 0 0 0;
	}
	#header .logo img {
		width: 100%;
	}
/* --------- #footer --------- */
#footer {
  width: 100%;
	margin-top: 150px;
	padding: 80px 0 20px;
  background-color: #f8f8f8;
}
#footer nav {
	display: flex;
	margin-bottom: 30px;
}
#footer .footMenu {
	width: 180px;
	margin-right: 0;
}
#footer .footMenu li {
	padding-bottom: 1em;
}
#footer .footMenu li svg {
	width: 13px;
	height: 13px;
	margin-left: 0.7em;
}
#footer .footMenu li a.hover svg {
	fill: #DA2128;
}
#footer .footNav {
	width: 220px;
	margin-left: 25px;
	line-height: 1.6;
}
#footer .footNav li svg {
	width: 11px;
	height: 11px;
	margin-left: 0.7em;
}
#footer .footNav li:first-of-type {
	width: 100%;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: #707070 solid 1px;
}
#footer .footNav li:not(:first-of-type) {
	position: relative;
	font-size: 1.3rem;
	padding: 0 0 1em 1em;
}
#footer .footNav li:not(:first-of-type) a::before {
	position: absolute;
	content: "-";
	left: 0;
	top: -6px;
	font-size: 1.8rem;
}
#footer .footNav li:not(:first-of-type) a.hover svg {
	fill: #DA2128;
}
#footer .logo {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
}
#footer .logo img {
	width: 73px;
}
#footer .logo span {
	font-size: 1.0rem;
	margin: 0.5em 0 0 1em;
}
#footer .footSubMenu {
	float: right;
	display: flex;
	padding: 2px 20px 0 0;
}
#footer .footSubMenu li a {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 2em;
	border-left: #000 solid 1px;
}
#footer .footSubMenu li:nth-of-type(4) a {
	border-right: #000 solid 1px;
	margin-right: 2em;
}
#footer .footSubMenu li:last-of-type,
#footer .footSubMenu li:nth-last-of-type(2) {
	margin-top: 4px;
}
#footer .footSubMenu li:last-of-type a,
#footer .footSubMenu li:nth-last-of-type(2) a {
	color: #909090;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	background-color: #E6E6E6;
	padding: 5px;
	width: 60px;
	text-align: center;
	margin-left: 10px;
	border-left: none;
}
#footer .footSubMenu li a.hover,
#footer .footSubMenu li a.current {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
#footer .copyright {
	clear: both;
	text-align: center;
	padding-top: 25px;
}

	#footer {
		width: 100%;
		padding: 50px 20px 20px;
		margin-top: 80px;
		background-color: #fff;
		border-top: #E8E8E8 solid 1px;
	}
	#footer nav {
		display: none;
	}
	#footer .logo {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		margin-bottom: 50px;
	}
	#footer .logo img {
		width: 80px;
	}
	#footer .footSubMenu {
		float: none;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: center;
		padding: 2px 0 0;    
	}
	#footer .footSubMenu li {
		width: 50%;
	}
	#footer .footSubMenu li a {
		width: 100%;
		padding: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .footSubMenu li:nth-of-type(2) a {
		border-right: #000 solid 1px;
	}
	#footer .footSubMenu li:nth-of-type(3) {
		margin: 15px 0;
	}
	#footer .footSubMenu li:nth-of-type(3) a {
		margin-right: 0;
	}
	#footer .footSubMenu li:nth-last-of-type(2) {
		width: 60px;
		margin: 0 7px 0 auto;
	}
	#footer .footSubMenu li:last-of-type {
		width: 60px;
		margin: 0 auto 0 7px;
	}
	#footer .footSubMenu li:last-of-type a,
	#footer .footSubMenu li:nth-last-of-type(2) a {
		width: 100%;
		margin: 0;
	}
@media only screen and (max-device-width:320px) {/* iPhone 5・SE */
	#footer .logo img {
		width: 60px;
	}
}
/* --------- #pagetop --------- */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 50px;
	border: #333 solid 1px;
	background-color: #fff;
}
	#pagetop {
		right: 10px;
		bottom: 20px;
	}

#pagetop::after {
	position: absolute;
	content: "";
	top: 22px;
	left: 18px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pagetop.hover {
	border-color: #fff;
	background-color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#pagetop.hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* --------- .pager  --------- */
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager li {
	margin: 0 5px;
}
.pager li a {
	display: table-cell;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background-color: #F0F0F0;
}
.pager li a.hover {
	display: table-cell;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #747474;
	text-decoration: none;
}
.pager li .link_before,
.pager li .link_next {
	font-size: 2.0rem;
}
.pager li .current_page {
	display: table-cell;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #D0D0D0;
}
	.pager li {
		margin: 0 5px 5px;
	}
	.pager li a {
		width: 28px;
		height: 28px;
	}
	.pager li a.hover {
		width: 28px;
		height: 28px;
	}
	.pager li .link_before,
	.pager li .link_next {
		font-size: 1.6rem;
	}
	.pager li .current_page {
		width: 28px;
		height: 28px;
	}
/* --------- #breadcrumb --------- */
#breadcrumb {
	height: 50px;
	background-color: #E2E2E2;
}
#breadcrumb ol {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 20px;
}
	#breadcrumb {
		height: auto;
		background-color: #fff;
		border-top: #efefef solid 1px;
	}
	#breadcrumb ol {
		padding: 6px 18px;
		font-size: 1.0rem;
	}
#breadcrumb ol li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#breadcrumb ol li:not(:last-of-type)::after{
	display: inline-block;
	content: "";
	width: 0.5em;
	height: 0.5em;
	margin: 1px 1em 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* --------- #pageTtl --------- */
#pageTtl {
	position: relative;
	z-index: 1;
	mix-blend-mode: hard-light;
	backdrop-filter: blur(10px) saturate(130%);
	background-color: rgba(255, 255, 255, 0.78);
}
#pageTtl h1 {
	position: relative;
	height: 110px;
	font-size: 3.6rem;
	padding: 31px 0 31px 60px;
	display: flex;
	align-items: center;
}
#pageTtl h1::before {
	position: absolute;
	content: "";
	left: 20px;
	width: 20px;
	height: 1px;
	margin: 0 20px 10px 0;
	background-color: #DA2128;
}
#pageTtl span {
	color: #DA2128;
	font-size: 1.4rem;
	padding-left: 3em;
}
	#pageTtl h1 {
		height: auto;
		font-size: 2.0rem;
		padding: 16px 20px 12px 40px;
		min-height: 70px;
		display: block;
	}
	#pageTtl h1::before {
		left: 20px;
		top: 28px;
		width: 10px;
		height: 1px;
	}
	#pageTtl span {
		display: block;
		font-size: 1.1rem;
		padding: 5px 0 0;
	}
#pageTtl.under h1 {
	height: auto;
	padding: 60px 0 50px 40px;
}
/* --------- #underPageTtl --------- */
#underPageTtl {
	position: relative;
	z-index: 1;
	mix-blend-mode: hard-light;
	backdrop-filter: blur(10px) saturate(130%);
	background-color: rgba(255, 255, 255, 0.78);
}
#underPageTtl h1 {
	position: relative;
	height: auto;
	font-size: 3.0rem;
	padding: 60px 20px 50px;
	display: flex;
	align-items: center;
}
#underPageTtl span {
	color: #DA2128;
	font-size: 1.4rem;
	font-weight: 600;
	padding-left: 3em;
}
	#underPageTtl {
		background-color: #EFEFEF;
	}
	#underPageTtl h1 {
		height: auto;
		font-size: 2.0rem;
		padding: 16px 20px 12px;
		min-height: 70px;
		display: block;
		margin-bottom: 50px;
	}
	#underPageTtl h1::before {
		left: 20px;
		top: 28px;
		width: 10px;
		height: 1px;
	}
	#underPageTtl span {
		display: block;
		font-size: 1.1rem;
		padding: 5px 0 0;
	}
#underPageTtl.under {
	background-color: #ECECEC;
	margin-bottom: 60px;
}
#underPageTtl.under h1 {
	padding: 37px 20px;
}
	#underPageTtl.under {
		margin-bottom: 50px;
	}
	#underPageTtl.under h1 {
		padding: 16px 20px 12px;
	}
/* --------- #subTtl --------- */
.subTtl01 {
	position: relative;
	font-size: 2.6rem;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: #cacaca solid 4px;
}
	.subTtl01 {
		font-size: 2.0rem;
		padding-bottom: 10px;
		margin-bottom: 27px;
	}
.subTtl01:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 1em;
	border-bottom: #DA2128 solid 4px;
}
.subTtl02 {
	position: relative;
	font-size: 2.2rem;
	padding: 0 0 20px 1em;
	margin-bottom: 30px;
	border-bottom: #E2E2E2 solid 2px;
}
	.subTtl02 {
		position: relative;
		font-size: 1.8rem;
		padding-bottom: 14px;
		margin-bottom: 18px;
	}
.subTtl02::before {
	position: absolute;
	color: #DA2128;
	content: "-";
	left: 0;
}
/* --------- #mainView --------- */
#mainView {
	position: relative;
	height: 500px;
	width: 100%;
	margin: 0 0 80px;
	z-index: 1;
}
#mainView figure {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#mainView figure.products {
	justify-content: center;
}
#mainView figure img {
	height: auto;
	min-height: 500px;
	width: 100%;
	min-width: 1440px;
}
	#mainView {
		height: 250px;
		margin: 0 0 40px;
	}
	#mainView figure img {
		height: 250px;
		min-height: 250px;
		width: auto;
		min-width: auto;
	}
	#mainView figure img {
			max-width: 100%;
			height: auto;
	}

/* --------- .productsList  --------- */
.productsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productsList li {
	height: 240px;
	width: 368px;
	overflow: hidden;
	margin-bottom: 40px;
}
.productsList li:nth-of-type(3n) {
	margin-right: 0;
}
.productsList li a {
	position: relative;
	color: #fff;
	line-height: 1.2;
	height: 100%;
	width: 100%;
	/*padding: 45% 21px 0;*/
	display: block;
}
.productsList li a figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.productsList li a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 30px;
	height: 12px;
	right: 24px;
	bottom: 20px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.productsList li:nth-of-type(5) a {
	color: #000;
}
.productsList li:nth-of-type(5) a::after {
	border-color: #000;
}
.productsList li a strong {
	position: absolute;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 3.8rem;
	font-weight: normal;
	display: block;
	left: 21px;
	bottom: 40px;
}
.productsList li a span {
	position: absolute;
	left: 21px;
	bottom: 20px;
}
.productsList li a.hover figure {
	opacity: 0.7;
}
.productsList li a.hover::after {
	right: 18px;
}
	.productsList {
		margin: 0 -20px 30px;
	}
	.productsList li {
		height: 150px;
		width: 100%;
		margin:  0 0 2px 0;
	}
	.productsList li a {
		padding: 75px 21px 0;
		display: block;
	}
	.productsList li a::after {
		right: 24px;
	}
	.productsList li:nth-of-type(1) a figure img {
		margin-top: -60px;
	}
	.productsList li:nth-of-type(2) a figure img {
		margin-top: -18px;
	}
	.productsList li:nth-of-type(3) a figure img {
		margin-top: -18px;
	}
	.productsList li:nth-of-type(4) a figure img {
		margin-top: -4px;
	}
	.productsList li:nth-of-type(5) a figure img {
		margin-top: -42px;
	}
	.productsList li:nth-of-type(6) a figure img {
		margin-top: -2px;
	}
	.productsList li a::after {
		bottom: 15px;
	}
	.productsList li a strong {
		bottom: 28px;
	}
	.productsList li a span {
		bottom: 10px;
	}
/* --------- .doorList  --------- */
.doorList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.doorList li {
	height: 331px;
	width: 565px;
	margin-bottom: 40px;
	overflow: hidden;
	border: #E2E2E2 solid 1px;
}
.doorList li a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.doorList li a figure {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.doorList li a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 30px;
	height: 12px;
	right: 24px;
	bottom: 20px;
	border-bottom: 1px solid #DA2128;
	border-right: 1px solid #DA2128;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.doorList li a p {
	position: absolute;
	font-size: 1.8rem;
	line-height: 1;
	display: inline-block;
	left: 0;
	bottom: 0;
	height: 81px;
	width: 100%;
	padding: 20px 20px 20px 40px;
	background-color: rgba(255, 255, 255, 0.8);
}
.doorList li a p::before {
	position: absolute;
	content: "";
	left: 20px;
	top: 27px;
	width: 10px;
	height: 1px;
	margin-right: 20px;
	background-color: #333;
}
.doorList li a.hover {
	color: #000;
}
.doorList li a.hover figure {
	opacity: 0.7;
}
.doorList li a.hover::after {
	right: 18px;
}
.doorList.under li {
	width: 417px;
}
.doorList.under li:nth-last-of-type(2),
.doorList.under li:last-of-type {
	margin-bottom: 0;
}
	.doorList li {
		height: 195px;
		width: 100%;
		margin: 0 0 10px 0;
		border: #E2E2E2 solid 1px;
	}
	.doorList li:nth-of-type(2n) {
		margin-right: 0;
	}
	.doorList li a figure {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.doorList li a figure img {
		height: auto;
		min-height: 100%;
		width: 100%;
		min-width: auto;
	}
	.doorList li a p {
		padding: 12px 20px 20px 36px;
	}
	.doorList li a p::before {
		top: 21px;
	}
	.doorList li a.hover figure {
		opacity: 0.7;
	}
	.doorList li a.hover::after {
		right: 18px;
	}
	.doorList.under li {
		height: 195px;
		width: 100%;
	}
	.doorList.under li:nth-last-of-type(2) {
		margin-bottom: 10px;
	}
@media only screen and (max-device-width:320px) {
	.doorList li a figure img {
		min-height: 195px;
		width: auto;
	}
}
	.doorList li a figure img {
		min-height: 195px;
		min-width: 100%;
	}
/***********************************************************
#navToggle #nav
************************************************************/
/* --------- #navToggle --------- */
#navToggle {
	display: none;
}
	#navToggle {
		display: block;
		position: fixed;
		right: 8px;
		top: 9px;
		width: 46px;
		height: 46px;
		padding: 5px;
		cursor: pointer;
		z-index: 1000;
	}
	#navToggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		margin: 0 25%;
		background: #000;
		left: 0;
		transition: all 0.6s;
	}
	#navToggle span:nth-child(1) {
		top: 8px;
	}
	#navToggle span:nth-child(2) {
		top: 16px;
	}
	#navToggle span:nth-child(3) {
		top: 24px;
	}
	#navToggle #toggleTxt {
		position: absolute;
		top: 30px;
		font-size: 1.0rem;
		text-align: center;
		width: 100%;
		left: 0;
	}
	#navToggle #toggleTxt strong {
		font-weight: normal;
	}
	#navToggle #toggleTxt strong:last-of-type {
		display: none;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #navToggle div {
		border: none;
	}
	.open #navToggle strong {
		display: none;
	}
	.open #navToggle span:nth-child(1) {
		top: 16px;
		width: 50%;
		margin: 0 25%;
		transform: rotate(315deg);
	}
	.open #navToggle span:nth-child(2) {
		visibility: hidden;
		opacity: 0;
	}
	.open #navToggle span:nth-child(3) {
		top: 16px;
		width: 50%;
		margin: 0 25%;
		transform: rotate(-315deg);
	}
	.open #navToggle #toggleTxt strong:first-of-type {
		display: none;
	}
	.open #navToggle #toggleTxt strong:last-of-type {
		display: block;
	}	
/* --------- #nav --------- */
#nav {
  margin: 23px auto 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	height: 58px;
	width: 1090px;
}
	#nav {
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: calc(100vh - 70px);
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		top: 70px;
		margin: 0;
		overflow: auto;
		padding-bottom: 30px;
		transition: opacity 0.3s ease, visibility 0s 0.3s ease
	}
	#nav.open {
		visibility: visible;
		opacity: 1;
		transition: opacity 0.3s ease, visibility 0s ease
	}
#navText {
	display: none;
}
	#navText {
		height: 16vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		padding: 10px 19px 0;
		position: relative;
		font-size: 1.6rem;
		z-index: 1;
		border: transparent solid 1px;
		border-bottom: none;
	}
	#navText::after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 1em;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 10vw;
		background-color: #000;
	}
#menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	width:100%;
	line-height: 1.6;
}
	#menu {
		display: block;
		height: auto;
	}
#nav .navList {
	height: 100%;
}
#nav .navList:first-of-type {
	display: none;
}
	#nav .navList {
		position: relative;
	}
	#nav .navList:first-of-type {
		display: block;
	}
	#nav .navList::before {
		cursor: pointer;
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		height: 45px;
		width: 45px;
		display: block;
		color: #333;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		padding: 10px 19px 0;
		z-index: 2;
	}
	#nav .navList::after {
		display: block;
		position: absolute;
		content: "";
		right: 18px;
		top: 16px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #727272;
		border-right: 1px solid #727272;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		z-index: 1;
	}
	#nav .navList.open::after {
		top: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav .navList.off::after,
	#nav .navList.off::before,
	#nav .navList.off.open::after {
		content:  none;
	}
#nav .navList:hover .navListLink::before {
	opacity: 1
}
#nav .navList:hover .navListLink {
	color: #DA2128;
}
#nav .navList:hover .navCont {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s ease, opacity 0.3s ease, transform 0.3s ease
}
	#nav .navList:hover .navCont {
		opacity: 0;
		visibility: hidden;
	}
#nav .navList:hover .navListLink {
	border-color: #e2e2e2;
	background-color: #f8f8f8;
	text-decoration: none;
}
	#nav .navList:hover .navListLink {
		background-color: #fff;
		text-decoration: none;
		border: none;
	}
#nav .navList:hover .navListLink::after {
	border-color: #DA2128;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav .navList.off:hover .navListLink::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav .navListLink {
	height: 100%;
	color: #333;
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	padding: 10px 18px 0;
	position: relative;
	font-size: 1.6rem;
	z-index: 1;
	border: transparent solid 1px;
	border-bottom: none;
}
	#nav .navListLink {
		width: 100%;
		height: 12vw;
		justify-content: center;
		padding: 0;
	}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#nav .navListLink {
		padding: 10px 15px 0;
	}
}*/
#nav .navListLink.hover {
	border-color: #e2e2e2;
	background-color: #f8f8f8;
	text-decoration: none;
}
#nav .navListLink.current {
	color: #DA2128;
	border-color: transparent;
	background-color: transparent;
	text-decoration: none;
}
#nav .navListLink::after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 48%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #727272;
	border-right: 1px solid #727272;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
#nav .navListLink.hover::after {
	border-color: #DA2128;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav .navListLink.current::after {
	border-color: #DA2128;
}
	#nav .navListLink::after {
		content: none;
		bottom: inherit;
		left: inherit;
		right: 2em;
		top: 1em;
	}
	#nav .navListLink.hover,
	#nav .navListLink.current {
		border: none;
	}
#nav .navCont {
	width: 100%;
	min-width: 1160px;
  position: absolute;
  background: #f8f8f8;
	border-top: #e2e2e2 solid 1px;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 40px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transform-origin: center top;
  transition: visibility 0s 0s ease-in, opacity 0s ease-in, transform 0s ease-in;
}
	#nav .navCont {
		position: relative;
		min-width: 100%;
		height: 0;
		padding: 0;
		border-top: none;
		border-bottom: #e2e2e2 solid 1px;
	}
	#nav .navList.open .navCont.open {
		display: inline-block;
		height: auto;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		transition: visibility 0s ease, opacity 0.3s ease, transform 0.3s ease;
	}
#nav .navCont section {
	display: flex;
	margin: 0;
}
#nav .navCont section p {
	color: #DA2128;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	width: 15%;
	padding-left: 20px;
}
	#nav .navCont section {
		display: block;
		padding: 0;
	}
	#nav .navCont section p {
		display: none;
	}
#nav .navCont section span {
	color: #333;
	font-size: 1.2rem;
	display: block;
	font-weight: normal;
}
#nav .navCont section ul {
  display: flex;
  flex-wrap: wrap;
	border-left: #707070 solid 1px;
	padding-left: 50px;
	margin-left: 50px;
}
#nav .navCont section ul {
  width: 85%;
}
#nav .navCont section ul li {
  width: 25%;
}
#nav .navCont section ul.shop li {
  width: 33%;
}
/*#nav .navCont section ul.navAbout li {
  width: 27%;
}
#nav .navCont section ul.navAbout li:nth-of-type(6),
#nav .navCont section ul.navAbout li:nth-of-type(2) {
  width: 19%;
}
*/
	#nav .navCont section ul {
		display: block;
		flex-wrap: wrap;
		border: none;
		padding-left: 0;
		margin-left: 0;
    width: 100%; 
	}	
	#nav .navCont section ul li,
	#nav .navCont section ul.shop li,
	#nav .navCont section ul.navAbout li,
	#nav .navCont section ul.navAbout li:nth-of-type(6),
	#nav .navCont section ul.navAbout li:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
#nav .navCont section ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 1em;
}
#nav .navCont section ul li a::before {
	content: "";
	position: absolute;
	background-color: #333;
	left: 0;
	top: 20px;
	width: 8px;
	height: 1px;
}
#nav .navCont section ul li a.current,
#nav .navCont section ul li a.hover {
	text-decoration: none;
	color: #333;
}
#nav .navCont section ul li a::after {
	content: '';
	border-bottom: solid 2px #DA2128;
	display: block;
	margin-top: 0.2em;
	margin-left: -1em;
	transform: scaleX(0);
	transition: transform 0.2s ease-in-out;
	transform-origin: 100% 50%;
}
#nav .navCont section ul li a.hover::after,
#nav .navCont section ul li a.current::after {
	transform: scalex(1);
	transform-origin: 0 50%;
}
	#nav .navCont section ul li a {
		display: inline-block;
		width: 100%;
	}
	#nav .navCont section ul li a::before {
		content: none;
	}	
	#nav .navCont section ul li:first-of-type a {
		margin-top: 10px;
	}
	#nav .navCont section ul li:last-of-type a {
		margin-bottom: 10px;
	}
	#nav .navCont section ul li a::after {
		margin-right: 2em;
		margin-left: 2em;
	}
#nav .navCont section ul li a svg {
	margin-left: 0.5em;
}
#nav .navListSub {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center
}
#overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	mix-blend-mode: multiply;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s 0.3s ease;
}
#overlay.active {
	opacity: 0.7;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
/***********************************************************
#subNav
************************************************************/
#subNav {
	line-height: 1.6;
	position: relative;
	width: 250px;
	border-top: #C3C3C3 solid 5px;
}
#subNav::before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -5px;
	width: 25px;
	border-bottom: #DA2128 solid 5px;
}
	#subNav {
		order: 2;
		width: 100%;
		margin-top: 80px;
		border-left: #D3D3D3 solid 1px;
		border-right: #D3D3D3 solid 1px;
	}
	#subNav::before {
		content: "";
		display: block;
		line-height: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: -5px;
		width: 25px;
		border-bottom: #DA2128 solid 5px;
	}
#subNav ul li a  {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 12px;
	border-bottom: #D3D3D3 solid  1px;
}			
#subNav ul li ul li a {
	padding: 20px 1em 20px 2em;
}
#subNav ul li ul li a::before {
	position: absolute;
	content: "-";
	left: 1em;
	top: 17px;
	font-size: 1.8rem;
}
#subNav ul li a.hover,
#subNav ul li a.current {
	color: #DA2128;
	text-decoration: none;
}	
	#subNav ul li a  {
		position: relative;
		display: block;
		width: 100%;
		padding: 20px 1em 15px 1em;
		border-bottom: #D3D3D3 solid  1px;
	}			
	#subNav ul li ul li a {
		padding: 20px 1em 15px 2em;
	}
	#subNav ul li ul li a::before {
		position: absolute;
		content: "-";
		left: 1em;
		font-size: 1.8rem;
	}
	#subNav ul li a.hover {
		color: #DA2128;
		text-decoration: none;
	}
/***********************************************************
#subMenu
************************************************************/
#subMenu {
	position: fixed;
	display: flex;
	right: 175px;
	top: 25px;
}
#subMenu li {
	border-left: #909090 solid 1px;	
}
#subMenu li a {
	color: #909090;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 2em;
}
#subMenu li a svg {
	fill: #909090;
	margin-left: 5px;
}
#subMenu li a.hover,
#subMenu li a.current {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
#subMenu li a.hover svg,
#subMenu li a.current svg {
	fill: #fff;
}
#subMenu li:nth-of-type(4) {
	border-right: #909090 solid 1px;	
}
#subMenu li:last-of-type,
#subMenu li:nth-last-of-type(2) {
	display: none;
}
	#subMenu {
		order: 2;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		right: initial;
		top: 15px;
		width: 90%;
		margin: 0 auto;
	}
	#subMenu li {
		width: 50%;
		text-align: center;
		margin-bottom: 10px;
		border-color: #000;
	}
	#subMenu li a {
		color: #000;
		padding: 5px;
	}
	#subMenu li a svg {
		fill: #000;
	}
	#subMenu li:nth-of-type(3) {
		border-right: none;	
	}
	#subMenu li:last-of-type,
	#subMenu li:nth-last-of-type(2) {
		display: inline-block;
	}
	#subMenu li:nth-of-type(2n),
	#subMenu li:last-of-type {
		border-right: #000 solid 1px;	
	}
/***********************************************************
#language
************************************************************/
#language {
	position: fixed;
	display: flex;
	right: 20px;
	top: 25px;
}
#language li {
	margin-left: 10px;
}
#language li a {
	color: #909090;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	background-color: #E6E6E6;
	padding: 5px;
	width: 60px;
	text-align: center;
}
#language li a.hover,
#language li a.current {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
	#language {
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		right: initial;
		top: 20px;
		margin: 1vw auto 0;
		padding-bottom: 20px;
	}
	#language li {
		margin: 0 1vw;
	}
	#language li a {
		padding: 8px;
		width: 80px;
	}
	#overlay.active {
		opacity: 0;
		visibility: hidden;
	}




/* 各所調整 */
.main {
	width: 100%!important;
  margin-top: 0!important;
  padding-top: 70px!important;
}
#header {
  height: 70px!important;
  padding: 12px 2% 0!important;
  width: 580px!important;
  min-width: 580px!important;
  max-width: 580px!important;
  margin: 0 auto!important;
  right: 0!important;
}
#navToggle {
  position: absolute!important;
}
#nav .navListLink {
  height: 3em!important;
}
#navText{
  height: 8vw!important;
}
#navText::after {
  margin-top: 5vw!important;
}
#footer {
  margin-top: 0;
}
@media screen and (max-width: 750px){
	#header {
    width: 100%!important;
    min-width: 100%!important;
    max-width: 750px!important;
    padding: 12px 4% 0!important;
  }
  #nav .navListLink {
    height: 12vw!important;
  }
  #navText{
    height: 16vw!important;
  }
  #navText::after {
    margin-top: 10vw!important;
  }
}
