@charset "utf-8";

/* 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 {
}
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 
-------------------------------------------------- */
.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;
	transition: 0.3s;
	color: #000;
}
a:focus {
	outline: none !important;
}
a:hover {
	outline:none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	opacity: 0.6;
}
a::after {
	transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
}


/* LayoutALL
-------------------- */
body {
	font-family: "Noto Sans JP", "Noto Sans CJK JP Regular", sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1rem;/*16px*/
	color: #000;
	line-height: 1.5;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
::selection {
    background: #f00;
    color: #fff;
}
//Firefox
::-moz-selection {
    background: #f00;
    color: #fff;
}


/* Header
-------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 0;
	z-index: 10000;
}
header .headerInn {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

header .headerLeft {}
header .headerLeft a {
	display: block;
}
header .headerLeft .headLogo {
	display: block;
}

header .headMenu {
}
header .headMenu .headMenuList {
}
header .headMenuLink {
	font-family: 'Oswald', sans-serif;
	color: #000;
}
header .headMenuLink .headMenuLinkInn {
	color: #777;
}
header .languageList {
	display: flex;
	justify-content: flex-end;
}	
header .languageListItem {
	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-family: 'Oswald', sans-serif;
	color: #777;
	margin: 0;
	padding: 0;
}
header .languageLink.active {
	color: #000;
}


/* txt
-------------------- */
.txtred {
	color: #f00;
}
.txtgray {
	color: #777;
}
.txtub {
	text-decoration:underline solid;
}
.txtbold {
	font-weight:bold;
}

/* hr
-------------------- */
.hr1 {
	height: 0;
 	margin: 0;
 	padding: 0;
 	border: 0;
	border-bottom: 1px solid #dbdbdb;
}


/* PageTitle
-------------------------------------------------- */
.pageTitleBox {
}
.pageTitleBox .pageTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.pageTitleBox .subTitle {
	color: #777;
}	
.txtTitle {
	font-weight: 600;	
}

/* Footer
-------------------------------------------------- */
footer {
	background: #f3f3f3;
	margin: 0;
	padding: 0;
}
.footMenuList {
	display: flex;
}
.footMenuList .footMenuListItem {
	padding: 0;
}
.footMenuList .footMenuLink {
	color: #777;
	line-height: 1.0;
}
footer .footLogoImage {
	display: block;
	width: 100%;
}
footer .footerLink01 {
	display: block;
	width: 100%;
	color: #000;
	line-height: 1.0;
	text-align: center;
	border: 1px solid #000;
}
footer .snsList {
	display: flex;
	justify-content: space-between;
}
footer .snsListItem .snsLink {
	color: #000;
	border: 1px solid #000;
}
footer .copy {
	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;
}
footer #page-top .pageTopInn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
footer .thintop:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
}
footer .thintop:after {
	content: "";
	display: block;
	position: absolute;
}


/* previousBtn
-------------------------------------------------- */
.previousBtn {
	display: block;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	background: #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}




@media screen and (min-width: 768px) {
	.pcHide {
		display: none;
	}
	.smpHide {
		display: none;
	}

	/* Header
	-------------------------------------------------- */
	header {
		display: flex;
		align-items: center;
		height: 180px;
	}
	header .headerInn {
		align-items: center;
		width: 1250px;
		margin: 0 auto;
	}
	header .headerLeft .headLogo {
		width: 314px;
	}
	
	header .headMenu {
		display: flex !important;
		flex-direction: column;
	}
	header .headMenuList {
		margin-left: 80px;
	}
	header .headMenuLink {
		font-size: 26px;
		color: rgba(0,0,0,1.0);
		line-height: 1.0;
	}
	header .headMenuLink .headMenuLinkInn {
		display: block;
		font-size: 12px;
	}
	
	header .languageList {
		margin-bottom: 10px;
		padding: 0;
	}
	header .languageListItem {
		padding-right: 12px;
		padding-left: 8px;
	}
	header .languageListItem:after {
	}
	header .languageListItem:last-child {
	}
	header .languageListItem:last-child:after {
	}
	header .languageLink {
		font-size: 18px;
	}
	header .languageLink.active {
	}
	
	header .mainMenu {
		display: flex;
		justify-content: flex-end;
	}

	/* accordionMenu */
	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;
	}


	/* mainInn
	-------------------------------------------------- */	
	.mainInn {
		width: 1250px;
		margin: 0 auto;
		padding: 180px 0 0;
	}
	
	/* txt
	-------------------- */
	.txt_l {
		font-size: 30px;
	}
	.txt_b {
		font-size: 18px;
	}
	.txt_m {
		font-size: 16px;
	}
	.txt_s {
		font-size: 14px;
	}
	
	/* pageTitle
	-------------------------------------------------- */	
	.pageTitleBox {
		margin: 0;
		padding: 100px 0 80px;
	}
	.pageTitleBox .pageTitle {
		font-size: 50px;
		color: rgba(20,20,20,1.0);
		line-height: 1.0;
		margin: 0 0 12px;
		padding: 0;
	}
	/*safari
	_::-webkit-full-page-media, _:future, :root .pageTitle {
		font-weight: normal;
	}*/
	.pageTitleBox .subTitle {
		font-size: 20px;
		line-height: 1.0;
	}
	
	.txtTitle {
		font-size: 34px;
		line-height: 1.0;
		margin: 0 0 40px;	
	}


	/* Footer
	-------------------------------------------------- */
	footer {
		margin-top: 200px;
		padding: 60px 0 20px;
	}
	.footMenuList {
		justify-content: center;
		margin-bottom: 45px;
	}
	.footMenuList .footMenuListItem {
		margin: 0 20px;
	}
	.footMenuList .footMenuLink {
		font-size: 22px;
	}
	footer .footerInn {
		width: 272px;
		margin: 0 auto;
		padding: 0;
	}
	footer .footLogo {
		margin-bottom: 10px;
	}
	footer .footLogoImage {
	}
	footer .footerLink01 {
		font-size: 16px;
		margin: 0 0 30px;
		padding: 13px 0;
	}
	footer .snsList {
		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;
		margin: 0;
		padding: 0;
	}
	footer .snsListItem .snsLink i {
	}
	footer .copy {
		font-size: 14px;
	}

	footer #page-top {
		position: fixed;
		z-index: 9000;
		bottom: 0;
		right: 0;
		width: 120px;
		height: 55px;
	}
	footer #page-top .pageTopInn {
		font-size: 24px;
		margin: 0;
		padding: 0 0 0 25px;
	}
	footer .thintop {
	}
	footer .thintop:before {
		top: 20px;
		left: 41px;
		width: 1px;
		height: 20px;
	}
	footer .thintop:after {
		top: 21px;
		left: 35px;
		width: 11px;
		height: 10px;
		border: 1px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(135deg);
	}
	
	/* previousBtn
	-------------------------------------------------- */	
	.previousBtn {
		width: 340px;
		font-size: 20px;
	}

}


@media all and (max-width: 767px) {

	/* Header
	-------------------------------------------------- */
	header {
		height: 60px;
	}
	.headerInn {
		margin: 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: #000;
		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 .headMenuLink .headMenuLinkInn {
		font-size: 3.5vw;
	}
	
	header .languageList {
		display: none;
		margin-bottom: 2vw;
		padding: 0 2vw;
	}
	header .languageListItem {
		padding-right: 12px;
		padding-left: 8px;
	}
	header .languageListItem:after {
	}
	header .languageListItem:last-child {
	}
	header .languageListItem:last-child:after {
	}
	header .languageLink {
		font-size: 4vw;
	}
	header .languageLink.active {
	}
	
	header .mainMenu {
		border-bottom: 1px solid #dbdbdb;
		margin: 0 2vw 6vw;
		padding: 0;
	}
	header .mainMenu .headMenuLink {
		display: flex;
		justify-content: space-between;
		padding: 4.5vw 2vw;
	}

	header .head_languageList {
		font-family: 'Oswald', sans-serif;
		display: flex;
		align-items: center;
		margin-right: 8px;
	}
	header .head_languageListItem {
	}
	header .head_languageLink {
		color: #777;
		margin-right: 4px;
	}
	header .head_languageLink.active {
		color: #000;
	}
	header .head_languageListItem:first-child:after {
		content: "|";
		margin-right: 4px;
	}
	

	/* mainInn
	-------------------------------------------------- */
	.mainInn {
		padding-top: calc(60px + 4vw);
	}

	/* txt
	-------------------- */
	.txt_l {
		font-size: 4vw;
	}
	.txt_b {
		font-size: 3.5vw;
	}
	.txt_m {
		font-size: 3vw;
	}
	.txt_s {
		font-size: 2.5vw;
	}
	
	/* PageTitle
	-------------------------------------------------- */
	.pageTitleBox {
		margin: 0 0 4vw;
		padding: 0 4vw;
	}
	.pageTitleBox .pageTitle {
		font-size: 8vw;
	}
	.pageTitleBox .subTitle {
		font-size: 3.5vw;
	}
	
	.txtTitle {
		font-size: 4.5vw;
		line-height: 1.0;
		margin: 0 0 3vw;
		padding: 0 4vw;
	}


	/* Footer
	-------------------------------------------------- */
	footer {
		margin: 20vw 0 0;
		padding: 5vw 15% 3.5vw;
	}
	.footMenuList {
		flex-direction: column;
		margin-bottom: 5vw;
	}
	.footMenuList .footMenuListItem {
		margin: 0 0 2vw;
	}
	.footMenuList .footMenuListItem:last-child {
		margin: 0;
	}
	.footMenuList .footMenuLink {
		display: block;
		font-size: 3.5vw;
		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 {
	}
	footer .footerLink01 {
		font-size: 4vw;
		margin: 0 0 2.5vw;
		padding: 3.5vw 0;
	}
	footer .snsList {
		margin: 0;
		padding: 0;
	}
	footer .snsListItem {
	}
	footer .snsListItem .snsLink {
		font-size: 10vw;
		margin: 0;
		padding: 0 2.5vw;
	}
	footer .snsListItem .snsLink i {
	}
	footer .copy {
		font-size: 3vw;
	}

	footer #page-top {
		z-index: 9000;
		right: 0;
		width: 19.5vw;
		height: 6.5vw;
	}
	footer #page-top .pageTopInn {
		font-size: 4.0vw;
		margin: 0;
		padding: 0 0 0 2.5vw;
	}
	footer .thintop {
	}
	footer .thintop:before {
		top: 2.1vw;
		left: 4.45vw;
		width: 0.5vw;
		height: 3vw;
	}
	footer .thintop:after {
		top: 2vw;
		left: 3.5vw;
		width: 1.5vw;
		height: 1.5vw;
		border: 0.5vw solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(135deg);
	}
	
	
	/* previousBtn
	-------------------------------------------------- */
	.previousBtn {		
		width: 60vw;
		font-size: 3.5vw;
	}
	
}