@charset "UTF-8";
/* #body
-------------------------------------------------------------- */
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
明朝体の設定例
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	line-height: 1.8;
	color: #000;
	background: #FBFBFB;
	
	letter-spacing: .15em;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-weight: 400;
}

a {
	transform: translate3d(0,0,0);
	transform:none;
	
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	-ms-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	transition:  background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	
}

a:hover {
	color: #ef7b1b;
}

/*min768px*/
@media (min-width: 768px) {
	html,body,a{
	  
	}
}

#cursor {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: none;
	position: fixed;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: #EF7B1B;
	border-radius: 50%;
	z-index: 999;
	-webkit-transition: width .3s, height .3s, top .3s, left .3s;
	transition: width .3s, height .3s, top .3s, left .3s;
}
#cursor.hov_ {
	top: -7px;
	left: -7px;
	width: 14px;
	height: 14px;
}

@media (max-width: 767px) {
	#cursor {
		display:none;
	}
}

.flickity-button:hover{cursor:none}
.flickity-enabled.is-draggable .flickity-viewport,
.flickity-viewport{cursor:none;cursor:-webkit-none;cursor:none}
.dot{cursor:none}


.gothic {
	font-family:YakuHanJP, YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: YakuHanMP, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.Jost {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}


/* #wrapper
---------------------------------------------------- */

#wrapper {
	overflow-x: hidden; 
	background: -webkit-linear-gradient(bottom, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb);
	background: -o-linear-gradient(bottom, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb);
	background: linear-gradient(bottom, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb); 
}


/* #header
---------------------------------------------------- */
#header-top {
	max-height: 163px;
	overflow:hidden;
}

.site-title {
	display: block;
	z-index: 120;
	margin-left: 140px;
	width:auto;
	position: relative;
}

#header-left {
	width:140px;
	position: fixed;
	top:0;
	left:0;
	height: 100vh;
	z-index: 5;
}

.gnavi {
	font-size:.9em;
	position: fixed;
	top:164px;
	left:30px;
	
	/*
	left:55px;
	top:800px;
	position: fixed;
	
	transform: rotate(-90deg);
	transform-origin:top left;
	*/
	
	
}

/*min768px*/
@media (min-width: 768px) {
	
	.tate {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		/*transform: rotate(180deg);*/
	}
	.gnavi li {
		display: inline-block;
		margin-left: 2em;
		margin-bottom: 1.5em;
	}
	
	.one {
		transform: rotate(180deg);
		display:block;
	}
}


/*1279px*/
@media (max-width: 1279px) {
	.site-title {
		margin-left: 120px;
	}
	
	#header-left {
		width:120px;
	}
	.gnavi {
		left:20px;
	}
	.gnavi li {
		margin-left: 1.2em;
	}
}



/*767px*/
@media (max-width: 767px) {
	.site-title {
		margin-left:20px;
		width:auto;
		font-size: 1.6em;
	}
	
	.site-title svg {
		width:200
		px;
		height: auto;
	}
	
	#header-left {
		width:100%;
		position: relative;
		height: auto;
		top:initial;
		left:initial;
	}
	
	.gnavi {
		left:initial;
	}
	
	.gnavi li {
		display: block;
		margin-bottom: 2em;
		text-align: center;
		font-size:1.2em;
	}
}



.gnavi li a {
	display: block;
}

.gnavi li:last-child {
	margin-bottom: 0;
}

.drawer-hamburger {
	width:1.3rem;
	z-index: 10;
	position: fixed;
	top:18px;
	right:3% !important;
}

.drawer-hamburger-icon {
	margin-top: 2px;
}

@media (max-width: 1023px) {
	.button-bg {
		background: white;
		width:40px;
		height:40px;
		border-radius: 100%;
		box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
		position: absolute;
		top:0;
		left:2px;
	}
	
}

.drawer-hamburger-icon {
	height: 0;
}


.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
	 height: 1px;
}

.drawer-hamburger-icon::before {
	top: -4px;
}

.drawer-hamburger-icon::after {
	top: 4px;
}

.drawer-nav {
	z-index: 7;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-hamburger {
	left:100%;
}

.drawer--right .drawer-nav {
	right: -100%;
}

.drawer-nav {
	width:100%;
}


/*tablet*/
@media (max-width: 1023px) {
	
}

/*sp*/
@media (max-width: 639px) {
	
}

/* #loading
---------------------------------------------------- */

#loading {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 10000;
	background: #ffffff;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	font-size: 4px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -20px;
	margin-top: -20px;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(239, 123, 27, 0.4);
	border-right: 1.1em solid rgba(239, 123, 27, 0.4);
	border-bottom: 1.1em solid rgba(239, 123, 27, 0.4);
	border-left: 1.1em solid rgba(239, 123, 27, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* #content
---------------------------------------------------- */

#content {
	overflow-x: hidden; 
}

.information-r p {
	margin-bottom: 1em!important;
}

#content p {
	margin-bottom: 2em;
}


/*767px*/
@media (max-width: 767px) {
	#content {
		font-size:.8em;
	}
}



/* #footer
---------------------------------------------------- */
#footer {
	color: white;
	background: #113581;
	padding:  3em 0;
}

.font70 {
	font-size: .7em;
}

.copyright p{
	text-align: center;
	margin:  0 auto;
}

/*767px*/
@media (max-width: 767px) {
	.footer-h2 img {
		width:100px;
		height: auto;
	}
	
	.instagram img {
		width:24px;
		height: 24px;
	}
	
	.facebook img {
		width:26px;
		height: 26px;
	}
}