@charset "utf-8";
/* CSS Document */

/* ハリーホック 
-------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac 
-------------------------------------------------- */
*html .clearfix{
	height: 1%;
	display: inline;
	overflow: hidden;
}

.clearfix{
	display: block;
}


/* IE用画像荒れ対策
-------------------------------------------------- */
img { -ms-interpolation-mode: bicubic; }


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}
a:hover {
	outline:none;
}


/* ページ全体の基本レイアウト
-------------------------------------------------- */
body {
	font-family: "Noto Sans Japanese", "Noto Sans CJK JP Regular", sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}


/* ヘッダー
-------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

header .headerLeft {}
header .headerLeft a {
	display: block;
}
header .headerLeft .headLogo {
	display: block;
}
header .languageLink {
	font-family: 'Oswald', sans-serif;
}
header .headMenu {
}
header .headMenu .headMenuList {
}
header .headMenuLink {
	font-family: 'Oswald', sans-serif;
}
header a.MenuInnLink {
	color: #4c4c4c;
}
header span.MenuInnLink {
	color: #d2d2d2;
}


/* 各ページタイトル
-------------------------------------------------- */
.pageTitleBox {
}
.pageTitleBox .pageTitle {
	font-family: 'Oswald', sans-serif;
	line-height: 1.0;
}
.pageTitleBox .subTitle {
	line-height: 1.0;
}


/* フッター
-------------------------------------------------- */
footer {
	background: #f3f3f3;
	margin: 0;
	padding: 0;
}







@media screen and (min-width: 768px) {

	.smpHide {
		display: none;
	}

	header {
		display: flex;
		align-items: center;
		height: 180px;
	}
	header .headerInn {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 1250px;
		margin: 0 auto;
		padding: 0;
	}
	header .headerLeft .headLogo {
		width: 314px;
	}
	header .headMenu {
		display: flex !important;
		flex-direction: column;
	}
	header .languageList {
		display: flex;
		justify-content: end;
		margin-bottom: 10px;
		padding: 0 60px;
	}
	header .languageListItem {
		padding-right: 12px;
		padding-left: 8px;
		position: relative;
	}
	header .languageListItem:after {
		position: absolute;
		top: 0;
		right: 0;
		content: "|";
	}
	header .languageListItem:last-child {
		padding-right: 0;
	}
	header .languageListItem:last-child:after {
		content: none;
	}
	header .languageLink {
		font-size: 18px;
		color: #777;
		line-height: 1.0;
		margin: 0;
		padding: 0;
	}
	header .languageLink.active {
		color: #000;
	}
	header .mainMenu {
		display: flex;
		justify-content: flex-end;
	}
	header .headMenuList {
		margin-left: 130px;
	}
	header .headMenuLink {
		font-size: 26px;
		color: rgba(0,0,0,1.0);
		line-height: 1.0;
	}
	header .headMenuLink .headMenuLinkInn {
		display: block;
		font-size: 12px;
		color: #777;
	}
	header .headMenuLink:hover {
		opacity: 0.6;
	}

	/* メニュー内 アコーディオン */
	header .accordionMenu {
		position: relative;
	}
	header .accordionMenu .accordionMenuInn {
		width: 180px;
		position: absolute;
		top: 22px;
		left: -58px;
		background: rgba(255,255,255,0.5);
		margin: 0;
		padding: 10px 0;
	}
	header .accordionMenu .MenuInnLink {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 0 2px;
		padding: 0 0 10px;
	}
	header .accordionMenu .MenuInnLink:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	/* フッター
	-------------------------------------------------- */
	footer {
		margin-top: 200px;
		padding: 60px 0 20px;
	}
	.footMenuList {
		display: flex;
		justify-content: center;
		margin-bottom: 45px;
	}
	.footMenuList .footMenuListItem {
		margin: 0 20px;
		padding: 0;
	}
	.footMenuList .footMenuLink {
		font-size: 22px;
		color: #777;
		line-height: 1.0;
	}
	footer .footerInn {
		width: 272px;
		margin: 0 auto;
		padding: 0;
	}
	footer .footLogo {
		margin-bottom: 10px;
	}
	footer .footLogoImage {
		display: block;
		width: 100%;
	}
	footer .footerLink01 {
		display: block;
		width: 100%;
		font-size: 16px;
		color: #141414;
		line-height: 1.0;
		text-align: center;
		border: 1px solid #141414;
		margin: 0 0 30px;
		padding: 13px 0;
	}
	footer .snsList {
		display: flex;
		justify-content: space-between;
		margin: 0 0 55px;
		padding: 0;
	}
	footer .snsListItem {
		width: 56px;
		height: 56px;
	}
	footer .snsListItem .snsLink {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 36px;
		color: #111;
		border: 1px solid #111;
		margin: 0;
		padding: 0;
	}
	footer .snsListItem .snsLink i {
	}
	footer .copy {
		font-size: 14px;
		color: #000;
		line-height: 1.0;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	footer #page-top {
		position: fixed;
		background: rgba(0,0,0,1.0);
		cursor: pointer;
		z-index: 9000;
		bottom: 0;
		right: 0;
		width: 120px;
		height: 55px;
	}
	footer #page-top .pageTopInn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		color: #fff;
		margin: 0;
		padding: 0 0 0 25px;
	}
	footer .thintop {
	}
	footer .thintop:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		left: 41px;
		width: 1px;
		height: 20px;
		background: #fff;
	}
	footer .thintop:after {
		content: "";
		display: block;
		position: absolute;
		top: 21px;
		left: 35px;
		width: 11px;
		height: 10px;
		border: 1px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(135deg);
	}

}

@media all and (max-width: 767px) {
	header {
		height: 60px;
	}
	.headerInn {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		position: relative;
	}
	header .headerLeft {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	header .headerLeft .headLogo {
		width: 150px;
	}
	header .headerRight {
		display: flex;
		align-items: center;
		width: 60px;
		height: 60px;
		background: #111;
		padding-left: 15px;
	}
	header .menu-trigger,
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .menu-trigger {
		position: relative;
		top: 0;
		width: 30px;
		height: 22px;
	}
	header .menu-trigger.open {
		top: 9px;
	}
	header .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(255,255,255,1.0);
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	header .menu-trigger span:nth-of-type(3) {
		top: 18px;
	}
	header .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	header .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-18px) rotate(45deg);
		transform: translateY(-18px) rotate(45deg);
	}
	header .accordion {
		display: none;
	}
	header .headMenu {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #fff;
	}
	header .headMenuList {
		border-top: 1px solid #dbdbdb;
		margin: 0;
	}
	header .languageList {
		display: flex;
		justify-content: end;
		margin-bottom: 2vw;
		padding: 0 2vw;
	}
	header .languageListItem {
		padding-right: 12px;
		padding-left: 8px;
		position: relative;
	}
	header .languageListItem:after {
		position: absolute;
		top: 0;
		right: 0;
		content: "|";
	}
	header .languageListItem:last-child {
		padding-right: 0;
	}
	header .languageListItem:last-child:after {
		content: none;
	}
	header .languageLink {
		font-size: 4vw;
		color: #777;
		line-height: 1.0;
		margin: 0;
		padding: 0;
	}
	header .languageLink.active {
		color: #000;
	}
	header .mainMenu {
		border-bottom: 1px solid #dbdbdb;
		margin: 0 2vw 6vw;
		padding: 0;
	}
	header .mainMenu .headMenuLink {
		display: flex;
		justify-content: space-between;
		font-family: 'Oswald', sans-serif;
		color: #111;
		padding: 4.5vw 2vw;
	}

	header .subMenuList {
		margin: 0 2vw;
		padding: 0;
	}
	header .subMenuList .subMenuListItem {
		margin: 0 0 2vw;
	}
	header .subMenuList .subMenuListItem:last-child {
		margin: 0;
	}
	header .subMenuList .subMenuLink {
		display: flex;
		justify-content: space-between;
		font-family: 'Oswald', sans-serif;
		color: #111;
		background: #dbdbdb;
		padding: 2vw 3.5vw;
	}
	header .subMenuList .headMenuLinkInn {
	}

	header .snsList {
		display: flex;
		justify-content: space-around;
		margin: 0 3vw;
		padding: 10vw 3vw;
	}
	header .snsListItem {
	}
	header .snsListItem .snsLink {
		font-size: 10vw;
		color: #111;
		border: 1px solid #111;
		margin: 0;
		padding: 2.5vw;
	}
	header .snsListItem .snsLink i {
	}

	/* 各ページタイトル
	-------------------------------------------------- */
	.pageTitleBox {
		margin: 0 0 4vw;
		padding: 0 4vw;
	}
	.pageTitleBox .pageTitle {
		font-size: 6.5vw;
		margin-bottom: 1vw;
	}
	.pageTitleBox .subTitle {
		font-size: 3.25vw;
	}

	/* フッター
	-------------------------------------------------- */
	footer {
		margin: 15vw 0 0;
		padding: 5vw 15% 3.5vw;
	}
	.footMenuList {
		display: flex;
		flex-direction: column;
		margin-bottom: 5vw;
	}
	.footMenuList .footMenuListItem {
		margin: 0 0 2vw;
		padding: 0;
	}
	.footMenuList .footMenuListItem:last-child {
		margin: 0;
	}
	.footMenuList .footMenuLink {
		display: block;
		font-size: 3vw;
		color: #777;
		line-height: 1.0;
		background: #dbdbdb;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 0;
		padding: 3vw;
	}
	footer .footerInn {
		margin: 0 0 10vw;
		padding: 0;
	}
	footer .footLogo {
		margin-bottom: 2.5vw;
	}
	footer .footLogoImage {
		display: block;
		width: 100%;
	}
	footer .footerLink01 {
		display: block;
		width: 100%;
		font-size: 4vw;
		color: #141414;
		line-height: 1.0;
		text-align: center;
		border: 1px solid #141414;
		margin: 0 0 2.5vw;
		padding: 3.5vw 0;
	}
	footer .snsList {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	footer .snsListItem {
	}
	footer .snsListItem .snsLink {
		font-size: 10vw;
		color: #111;
		border: 1px solid #111;
		margin: 0;
		padding: 0 2.5vw;
	}
	footer .snsListItem .snsLink i {
	}
	footer .copy {
		font-size: 3vw;
		color: #000;
		line-height: 1.0;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	footer #page-top {
		background: rgba(0,0,0,1.0);
		cursor: pointer;
		z-index: 9000;
		right: 0;
		width: 19.5vw;
		height: 6.5vw;
	}
	footer #page-top .pageTopInn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-family: 'Oswald', sans-serif;
		font-size: 4.0vw;
		color: #fff;
		margin: 0;
		padding: 0 0 0 2.5vw;
	}
	footer .thintop {
	}
	footer .thintop:before {
		content: "";
		display: block;
		position: absolute;
		top: 2.1vw;
		left: 4.45vw;
		width: 0.5vw;
		height: 3vw;
		background: #fff;
	}
	footer .thintop:after {
		content: "";
		display: block;
		position: absolute;
		top: 2vw;
		left: 3.5vw;
		width: 1.5vw;
		height: 1.5vw;
		border: 0.5vw solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(135deg);
	}
}
