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

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/* Barlow */
@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	/* font-feature-settings: "palt"; */
}
.barlow {
	font-family: 'Barlow', sans-serif;
}
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border-radius: 0;
}
a {
	color: #fff;
	text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}
#wrap {
	position: relative;
	min-width: 1200px;
	overflow: hidden;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.only_pc {
	display: block !important;
}
.only_pc_inline {
	display: inline-block!important;
}
.only_sp {
	display: none !important;
}
.only_sp_inline {
	display: none !important;
}
.mb0 {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	#wrap {
		min-width: auto;
	}
	.only_pc {
		display: none !important;
	}
	.only_pc_inline {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
	.only_sp_inline {
		display: inline-block!important;
	}
}

/*----------
 header
----------*/
#hd_global {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 1;
}
#hd_global .hd_logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 162px;
}
#hd_global .hd_logo img {
	width: 100%;
}
#toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
.lower #toggle {
	background: #fff;
}
#toggle span {
    display: block;
    position: absolute;
	left: 25px;
    width: 30px;
    height: 2px;
    background: #fff;
}
.lower #toggle span {
    background: #000;
}
#toggle span:nth-child(1) {
    top: 31px;
}
#toggle span:nth-child(2) {
    top: 37px;
}
#toggle span:nth-child(3) {
    top: 43px;
}
#toggle_btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	z-index: 1050;
}
#toggle_btn span {
	position: absolute;
	left: 20px;
	display: block;
	width: 40px;
	height: 3px;
	background: #000;
}
#toggle_btn span:nth-child(1) {
	top: 25px;
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	-o-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#toggle_btn span:nth-child(2) {
	top: 45px;
	-webkit-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	-o-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#toggle_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    z-index: -1;
}
.toggle_nav_on #toggle_nav {
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
    opacity: 1;
    z-index: 1000;
}
#toggle_nav ul.menu {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 540px;
	margin: auto;
	/* padding-top: 65px; */
}
#toggle_nav ul.menu li {
	margin: auto;
	text-align: center;
}
#toggle_nav ul.menu li:not(:last-child) {
	margin-bottom: 60px;
}
#toggle_nav ul.menu li a {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 40px;
	margin: auto;
	color: #000;
	font-size: 32px;
	font-style: italic;
	font-weight: 800;
	text-decoration: none;
}
#toggle_nav ul.menu li.disabled a {
	pointer-events: none;
	color: #acacac;
}
#toggle_nav ul.menu li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 0%;
	height: 2px;
	margin: auto;
	background: #000;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
#toggle_nav ul.menu li a:hover:before {
	width: 100%;
}
#toggle_nav ul.sns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 65px;
}
#toggle_nav ul.sns li:not(:last-child) {
	margin-right: 60px;
}
#toggle_nav ul.sns li img {
	width: 100%;
}

@media (max-width: 768px) {
	#hd_global {
		height: 45px;
	}
	#hd_global .hd_logo {
		top: 15px;
		left: 15px;
		width: 123px;
	}
	#toggle {
		width: 60px;
		height: 45px;
	}
	#toggle span {
		left: 15px;
		width: 30px;
	}
	#toggle span:nth-child(1) {
		top: 15px;
	}
	#toggle span:nth-child(2) {
		top: 23px;
	}
	#toggle span:nth-child(3) {
		top: 30px;
	}
	#toggle_btn {
		width: 60px;
		height: 45px;
	}
	#toggle_btn span {
		left: 15px;
		width: 30px;
	}
	#toggle_btn span:nth-child(1) {
		top: 10px;
	}
	#toggle_btn span:nth-child(2) {
		top: 30px;
	}
	#toggle_nav ul.menu {
		height: 440px;
		/* padding-top: 65px; */
	}
	#toggle_nav ul.menu li:not(:last-child) {
		margin-bottom: 40px;
	}
	#toggle_nav ul.menu li a {
		width: 170px;
		height: 40px;
		font-size: 31px;
	}
	#toggle_nav ul.menu li a:hover:before {
		width: 0%;
	}
	#toggle_nav ul.menu li a:active:before {
		width: 100%;
	}
	#toggle_nav ul.sns {
		padding-top: 65px;
	}
	#toggle_nav ul.sns li {
		width: 37px;
	}
	#toggle_nav ul.sns li:not(:last-child) {
		margin-right: 50px;
	}
}