@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #222;
	background: #fff url(../img/bg.png) repeat left top;
	background-size: 75px;
	letter-spacing: 0.05em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { float: right; margin: 0 0 40px 40px;}
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 829px){
	.pcOnly{
		display: none !important;
	}
	
	.alignright { float: none; margin: 0 0 20px 0;}
}

@media screen and (min-width: 830px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 829px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}



/*------ヘッダーメニュー-----*/


header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

header .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 100px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	width: 188px;
	transition: all 0.3s ease;
}

header .logo img:hover {
	opacity: 0.6;
}

.g_navi {
	position: fixed;
	z-index: -9999;
	top: 0;
	bottom: 0;
	right: 0;
	width: 230px;
	height: 100%;
	border: none;
	background-color: #4b4b4b;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	padding: 100px 0 0;
	overflow: auto; /*追加*/
	-webkit-overflow-scrolling: touch; /*追加*/
	transform: translateX(100%);
}

.g_navi.is-active {
	z-index: 9999;
	opacity: 1;
	transform: translateX(0%);
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

.g_navi_inner {
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
}

.g_navi_inner .main {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 30px 10px;
}

.g_navi_inner .main > li {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: column;
	margin-bottom: 5px;
	text-align: center;
}
.g_navi_inner .main > li a {
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	font-size: 16px;
	border: none;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: bold;
	padding: 0;
	letter-spacing: 0.05em;
}
.g_navi_inner .main > li > a:hover {
	opacity: 0.6;
}
.g_navi_inner p {
	margin: 0 30px;
	border-top: 1px solid #fff;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 13px;
}
.g_navi_inner .sub {
	display: flex;
	justify-content: center;
}
.g_navi_inner .sub li {
	margin: 0 10px;
}
.g_navi_inner .sub a {
	transition: opacity 0.3s ease;
}
.g_navi_inner .sub a:hover {
	opacity: 0.6;
}
.g_navi_inner .sub img {
	width: 26px;
}

.btn_spmenu, .btn_close {
	position: fixed;
	right: 20px;
	top: 0px;
	display: block;
	width: 80px;
	height: 80px;
	color: #000;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

.btn_close {
	position: absolute;
	border: none;
}

.btn_spmenu span,
.btn_spmenu::before,
.btn_spmenu::after,
.btn_close span,
.btn_close::before,
.btn_close::after {
	content: '';
	width: 46px;
	height: 3px;
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -23px;
	background: #fff;
	transition: all 0.3s ease;
}

.btn_spmenu::before {
	transform: translateY(-15px);
}

.btn_spmenu::after {
	transform: translateY(15px);
}

.btn_close span {
	opacity: 0;
}

.btn_close::before {
	transform: translateY(0) rotate(45deg);
}

.btn_close::after {
	transform: translateY(0) rotate(-45deg);
}
	
@media screen and (max-width: 1099px){
	
	.btn_spmenu, .btn_close {
		right: 0px;
	}
	
}

@media screen and (max-width: 829px){
	
	.g_navi {
		padding-top: 60px;
	}
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after {
		background-color: #333;
	}
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		width: 32px;
		top: 38px;
			margin-left: -16px;
	}
	.btn_spmenu::before {
		transform: translateY(-12px);
	}

	.btn_spmenu::after {
		transform: translateY(12px);
	}
	.btn_spmenu, .btn_close {
		right: 0px;
	}

	
}


/*------フッター-----*/

footer {
	padding: 50px 50px 70px;
}
footer .inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.ft_table {
	margin-bottom: 30px;
	display: inline-block;
}
.ft_table .tr {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5;
}
.ft_table .th {
	width: 120px;
}
.ft_table .td::before {
	content: '／　';
	display: inline;
}
.ft_table .td {
	width: calc( 100% - 120px );
}
.ft_table a {
	color: #000;
	text-decoration: underline !important;
}
.ft_table a:hover {
	text-decoration: none !important;
}
footer ul {
	margin-bottom: 50px;
}
footer li {
	display: inline-block;
	margin: 0 20px;
}
footer li img {
	width: 60px;
	transition: opacity 0.3s ease;
}
footer li img:hover {
	opacity: 0.6;
}
footer small {
	font-size: 14px;
}

@media screen and (max-width: 829px){
	
	footer {
		padding: 30px 20px 100px;
	}
	footer .inner {
		max-width: 500px;
	}
	.ft_table {
		margin-bottom: 10px;
	}
	.ft_table .tr {
		margin-bottom: 20px;
		font-size: 11px;
	}
	.ft_table .th {
		width: 70px;
	}
	.ft_table .td {
		width: calc( 100% - 70px );
	}
	footer ul {
		margin-bottom: 30px;
	}
	footer li {
		margin: 0 10px;
	}
	footer li img {
		width: 32px;
	}
	footer small {
		font-size: 9px;
	}
	
}

/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
	background-size: 14px;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 830px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
		width: 60px;
		height: 60px;
		background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
		background-size: 27px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}


	
.fixednavi {
	position: fixed;
	top: -80px;
	left: 0;
	height: 80px;
	width: 100%;
	background-color: #4b4b4b;
	z-index: 9;
	transition: all 0.5s ease;
}
.fixednavi.show {
	top: 0px;
}
.fixednavi ul {
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 100px;
}
.fixednavi li {
	height: 100%;
	position: relative;
	width: 20%;
}
.fixednavi li::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}
.fixednavi li:last-child::after {
	display: none;
}
.fixednavi a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
	padding: 0 10px;
	line-height: 1.3;
}
.fixednavi a:hover {
	opacity: 0.6;
}
.fixednavi a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-right: 10px;
}
.fixednavi a span {
	
}
.fixednavi a.btn_bouon::before {
	background: url("../img/icon_bouon.png") no-repeat 50% 50%;
	background-size: cover;
}
.fixednavi a.btn_about::before {
	background: url("../img/icon_about.png") no-repeat 50% 50%;
	background-size: cover;
}
.fixednavi a.btn_contact::before {
	background: url("../img/icon_contact.png") no-repeat 50% 50%;
	background-size: cover;
}
.fixednavi a.btn_price::before {
	background: url("../img/icon_price.png") no-repeat 50% 50%;
	background-size: cover;
}
.fixednavi a.btn_case::before {
	background: url("../img/icon_case.png") no-repeat 50% 50%;
	background-size: cover;
}

@media screen and (max-width: 1099px){
	
	.fixednavi ul {
		justify-content: center;
		padding-right: 80px;
	}
	.fixednavi li {
		width: auto;
	}
	.fixednavi li a {
		font-size: 14px;
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 829px){
	
	.fixednavi {
		height: 60px;
		padding: 3px 0;
		top: auto;
		bottom: -60px;
	}
	.fixednavi.show {
		top: auto;
		bottom: 0px !important;
	}
	.fixednavi ul {
		justify-content: space-between;
		padding-right: 0;
	}
	.fixednavi li {
		border-right: 1px solid #666;
		width: 20%;
	}
	.fixednavi li:last-child {
		border: none;
	}
	.fixednavi li::after {
		height: 90%;
		background-color: #999;
	}
	.fixednavi li a {
		flex-direction: column;
		font-size: 8px !important;
		letter-spacing: 0;
		justify-content: flex-start;
		text-align: center;
		white-space: nowrap;
		padding-top: 5px;
	}
	.fixednavi a::before {
		width: 22px;
		height: 20px;
		margin: 0 0 5px;
	}
	.fixednavi a span {
		min-height: 26px;
		display: flex;
		align-items: center;
	}
	
}





#bnr_soudan {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}
#bnr_soudan a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	font-size: 20px;
	font-weight: 900;
	white-space: nowrap;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.4));
	transition: all 0.3s ease;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
	width: 180px;
	height: 70px;
	background-color: #06c755;
	border-radius: 15px;
	padding: 0 10px 0 20px;
}

#bnr_soudan a:hover {
	transform: scale(1.1);
}
#bnr_soudan .img {
	width: 60px;
	height: 60px;
}
#bnr_soudan .img img {
	width: 100%;
}


@media screen and (max-width: 829px){

	#bnr_soudan {
		right: 15px;
		bottom: 75px;
	}
	#bnr_soudan a {
		font-size: 12px;
		filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
		width: 60px;
		height: 80px;
		border-radius: 10px;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		text-align: center;
		line-height: 1.3;
		padding: 0;
	}


	#bnr_soudan .img {
		width: 44px;
		height: 44px;
		display: block;
	}
	#bnr_soudan a:hover {
		transform: scale(1.0);
	}
	
}



/*------アニメーション-----*/

.fadeIn {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.fadeIn.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}
.fi_top {
	transform: translate(0,60px);
}

.fi_bottom {
	transform: translate(0,-60px);
}

.fi_right {
	transform: translate(60px,0);
	transition-delay: 0s;
}
.fi_left {
	transform: translate(-60px,0);
	transition-delay: 0s;
}

.delay {
	transition-delay: 1.0s !important;
}




/*	LOADING	*/

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

#loading .ldgimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
}
#loading .ldgimg img {
	width: 150px;
	height: auto;
}

#loading .ldgimg .en {
	font-size: 18px;
	color: #222;
	letter-spacing: 0.2em;
	-moz-animation: ldgtxt 1.5s infinite;
	-webkit-animation: ldgtxt 1.5s infinite;
	-o-animation: ldgtxt 1.5s infinite;
	-ms-animation: ldgtxt 1.5s infinite;
	font-family: Arial, Helvetica, "sans-serif";
}

#loading span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #666;
}

#loading span.loaded {
	width: 0;
	height: 0;
	-moz-animation: ldg 1.5s;
	-webkit-animation: ldg 1.5s;
	-o-animation: ldg 1.5s;
	-ms-animation: ldg 1.5s;
}

@media screen and (max-width: 767px){
	
	#loading .ldgimg img {
		width: 100px;
	}
	#loading .ldgimg .en {
		font-size: 16px;
	}
}

@keyframes ldg {
	0% {
		width: 0;
		height: 5px;
	}
	50% {
		width: 100%;
		height: 5px;
	}
	80% {
		width: 100%;
		height: 5px;
	}
	100% {
		width: 100%;
		height: 0;
	}
}

@keyframes ldgtxt {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 100;
	}
	60% {
		opacity: 100;
	}
	100% {
		opacity: 0;
	}
}
