@charset "UTF-8";
/* variables
----------------------------------------*/
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

a:link {
	text-decoration: none;
}

/* common
----------------------------------------*/
body {
	margin: 0;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.4;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	min-width: 1400px;
}

@media screen and (max-width: 750px) {
	body {
		min-width: 100%;
	}
}

/*---clearFix ------------------*/
.clearfix:after,
.clearfix:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

@media screen and (min-width: 751px) {
	.only-sp {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none !important;
	}
}

/* hover-btn
----------------------------------------*/
.hover-btn {
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 751px) {
	.hover-btn:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 750px) {
	.hover-btn.hovereffect {
		opacity: 0.7;
	}
}

/* header
-------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #ececec;
	/*** gnav ***/
	/*** menu ***/
}

@media screen and (max-width: 750px) {
	header {
		box-sizing: border-box;
		border-bottom: none;
	}
}

header .header-inner {
	width: 1220px;
	height: 81px;
	margin: 0 auto;
	/*** logo ***/
}

@media screen and (max-width: 750px) {
	header .header-inner {
		width: 100%;
		height: 50px;
	}
}

header .header-inner .logo {
	margin-top: 8px;
	float: left;
	width: 150px;
}

@media screen and (max-width: 750px) {
	header .header-inner .logo {
		margin: 0;
		position: absolute;
		left: 13px;
		top: 20px;
		width: 259px;
	}
}

header .header-inner .logo img {
	width: 100%;
	vertical-align: top;
}

header ul {
	padding: 0;
	float: right;
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	header ul {
		display: none;
		width: 100%;
		margin: 50px 0 0;
		padding: 0;
		float: none;
		clear: both;
		background: #FFF;
		border-left: none;
	}
}

header ul li {
	float: left;
	text-align: center;
}

@media screen and (max-width: 750px) {
	header ul li {
		height: auto;
		border-right: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #CCC;
	}
}

@media screen and (max-width: 750px) {
	header ul li:first-child a {
		border-right: none;
	}
}

header ul li a {
	height: 40px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	padding: 0 25px;
	border-right: 1px solid #cccccc;
}

@media screen and (max-width: 750px) {
	header ul li a {
		display: inline-block;
		position: relative;
		height: auto;
		padding: 3% 0;
		text-indent: -2.5em;
		margin-left: 2.5em;
		text-align: left;
		border-right: none;
		font-size: 15px;
	}
}

header ul li a:hover {
	color: #000;
}

header ul li a i {
	margin-right: 10px;
}

header ul li a i img {
	vertical-align: middle;
}

header ul li:last-child a {
	border: none;
}

header .menu {
	display: none;
}

@media screen and (max-width: 750px) {
	header .menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #FFF;
	}
	header .menu .line-wrap {
		position: relative;
		width: 27px;
		height: 22px;
	}
	header .menu .line-wrap .line {
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		transition: all 0.3s ease-out;
	}
	header .menu .line-wrap .line:nth-child(2) {
		top: 9px;
	}
	header .menu .line-wrap .line:nth-child(3) {
		bottom: 0;
	}
}

header.is-open ul {
	display: block;
}

header.is-open .menu .line-wrap .line:nth-child(1) {
	transform: translateY(6px) rotate(-225deg);
}

header.is-open .menu .line-wrap .line:nth-child(2) {
	display: none;
}

header.is-open .menu .line-wrap .line:nth-child(3) {
	transform: translateY(-13px) rotate(225deg);
}

/* footer
----------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	border-top: 1px solid #ececec;
}

@media screen and (max-width: 750px) {
	.footer {
		height: 196px;
		padding: 30px 0 32px;
		border-top: 1px solid #ececec;
		box-sizing: border-box;
	}
}

.footer .footer-inner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.footer .footer-inner {
		width: 100%;
	}
}

.footer a.footer-top-link {
	float: left;
	display: table;
	height: 100%;
	text-decoration: none;
	font-size: 13px;
	color: #000;
}

@media screen and (max-width: 750px) {
	.footer a.footer-top-link {
		float: none;
		display: block;
		font-size: 10px;
	}
}

.footer a.footer-top-link .logo-sunflower {
	display: table-cell;
	vertical-align: middle;
	width: 145px;
}

@media screen and (max-width: 750px) {
	.footer a.footer-top-link .logo-sunflower {
		width: 100px;
	}
}

.footer a.footer-top-link .logo-sunflower img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.footer a.footer-top-link .logo-sunflower {
		display: block;
		margin: 0 auto 12px;
	}
}

.footer a.footer-top-link p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}

@media screen and (max-width: 750px) {
	.footer a.footer-top-link p {
		display: block;
		padding-left: 0;
		text-align: center;
		margin-bottom: 32px;
	}
}

.footer a.footer-top-link p:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url("../img/common/icon-blank.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.footer a.footer-top-link p:after {
		width: 10px;
		height: 10px;
		margin-left: 8px;
	}
}

.footer .copyright {
	float: right;
	font-size: 10px;
	height: 80px;
	line-height: 80px;
}

@media screen and (max-width: 750px) {
	.footer .copyright {
		position: absolute;
		bottom: 32px;
		float: none;
		height: auto;
		line-height: normal;
		text-align: center;
		width: 100%;
	}
}

/* scroll-top-btn
----------------------------------------*/
.scroll-top-btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 200;
	pointer-events: none;
}

@media screen and (max-width: 750px) {
	.scroll-top-btn {
		height: 50px;
	}
}

.scroll-top-btn .scroll-top-btn-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.scroll-top-btn .scroll-top-btn-inner {
		min-width: 0;
	}
}

.scroll-top-btn .scroll-top-btn-inner a {
	position: absolute;
	/*opacity: 0;*/
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #000;
	font-size: 0;
	pointer-events: all;
}

@media screen and (max-width: 750px) {
	.scroll-top-btn .scroll-top-btn-inner a {
		width: 50px;
		height: 50px;
	}
}

.scroll-top-btn .scroll-top-btn-inner a:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 20px;
	background: url("../img/common/scroll-top-btn.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 750px) {
	.scroll-top-btn .scroll-top-btn-inner a:after {
		width: 12px;
		height: 17px;
	}
}

#loadingWrap {
	width: 100vw;
	height: 100vh;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loadingWrap .loader {
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

@-webkit-keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
	top: 25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
	animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
	top: 17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
	animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
	animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
	top: -17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
	animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
	top: -25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
	animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
	top: -17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
	animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
	animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
	top: 17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
	animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div {
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
}
