@charset "UTF-8";

/* reset */

html, body, div, span, iframe,p,
h1,h2,h3,h4,h5,h6,
a, em, font, img, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset,
label, table, caption, tr, td {
	text-align: left;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style:none;
	text-decoration: none;
}

html {
	font-size: 62.5%; 
	scroll-padding-top: 62px;
}

img,video {
	max-width: 100%;
	height: auto;
}

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix { zoom: 1; }


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}



body {
	color: #333;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}

h1 { font-weight: 500; }
strong { font-weight: 500; }



/* -----　ヘッダー　-------------------------- */


header {
	position: fixed !important;
	width: 100%;
	height: 60px;
	margin-top: -60px;
	background: #fff;
	z-index:100; 
	transition: .5s;
}

header > .inner > ul {
*	-webkit-transition: .5s ease-in-out;
*	-moz-transition: .5s ease-in-out;
*	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

header > .inner > ul > li:nth-child(1) {
	width: 126px;
	padding: 18px 0 17px;
}

header > .inner > ul > li:nth-child(1) a { transition:0.5s; }

header > .inner > ul > li:nth-child(1) a:hover {
	opacity:0.6;
	transition:0.5s;
}

header > .inner > ul > li:nth-child(1) a img.no { display: none; }

header .inner > ul > li.navB,
header .inner > ul > li.hInq { display: none; }



/* SPグローバルナビ */

header nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0;
	background: rgba(255,255,255,1);
*	-webkit-transition: .5s ease-in-out;
*	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 100;
}

#navToggle {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 9px;
	background: none;
*	-webkit-transition: .5s ease-in-out;
*	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

#navToggle div {
	position:relative;
	margin-bottom:10px;
}

#navToggle div span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 2px #333;
*	-webkit-transition: .35s ease-in-out;
*	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#navToggle div span:nth-child(1) { top:0; }
#navToggle div span:nth-child(2) { top:10px; }
#navToggle div span:nth-child(3) { top:20px; }

/* Click Toggle(Button) */
.openNav #navToggle span.menu { display:none; }
.openNav #navToggle div span:nth-child(1) {
	top: 10px;
	border-bottom:solid 2px #fff;
*	-webkit-transform:rotate(-45deg);
*	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.openNav #navToggle div span:nth-child(2),
.openNav #navToggle div span:nth-child(3) {
	top: 10px;
	border-bottom:solid 2px #fff;
*	-webkit-transform:rotate(45deg);
*	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

/*header menu*/
.openNav #navToggle { background: none; }
.openNav nav {
	background: #0071E3;
*	-moz-transform: translateX(-100%);
*	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

header nav > a {
	display: block;
	width: 146px;
	height: 60px;
	padding: 18px 0 17px 20px;
	transition:0.5s;
}

header nav > a:hover {
	opacity:0.6;
	transition:0.5s;
}

header nav > a img { width: 126px; }

header nav > ul {
	height: 100%;
	overflow: auto;
	border-top: 1px solid #fff;

}

header nav ul li.more-icon { background: url(../../img/newFrame/fmk_plus.png) 93% 18px no-repeat; }
header nav ul li.close-icon { background: url(../../img/newFrame/fmk_minus.png) 93% 18px no-repeat; }

header nav ul > li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

header nav ul > li.en > a,
header nav ul > li.cn > a {
	display: inline-block;
	color: #fff;
	padding: 18px;
	border-bottom: none;
}
a.cnFt { font-family: "Noto Sans SC" }

header nav ul li > ul {
	display: none;
	border-bottom: 1px solid #fff;
}

header nav ul li > ul > li > a {
	padding: 15px 10px 15px 32px;
	border-bottom: 1px dotted #fff;
}
header nav ul li > ul > li > a.multi-line { line-height:1.4 }
header nav ul li > ul > li:last-child > a { border-bottom: none }



/* SPコンテンツSlide */
header > .inner > ul.openNav,
section.openNav,
footer.openNav {
*	-moz-transform: translateX(-100%);
*	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}




.inner { padding:0 20px; }


#title {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 60px 0 80px;
}

#title h1 {
	font-size: 2.4rem;
	color: #fff;
	line-height:1.5;
	padding: 20px 0 0;
}

#title h2 {
	font-family: "Roboto";
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.15rem;
	color: #fff;
	padding: 0;
}




/* -----　お問い合わせ　-------------------------- */

#contact {
	text-align: center;
	margin: 100px 0 0;
	padding: 60px 0 20px;
	border-top: 1px solid #17BFAC;
}

#contact h1 {
	color: #17BFAC;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

#contact .inner > ul > li {
	text-align: center;
	line-height: 1.6;
	margin: 0 0 40px;
}

#contact .inner > ul > li:nth-child(1) { text-align: left; }

#contact .inner > ul > li > ul > li {
	text-align: center;
	margin: 0 0 40px;
}

#contact .inner > ul > li ul li a,
#contact .inner > ul > li ul li .tel {
	color: #17BFAC;
	font-family: 'Roboto';
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15rem;
	margin: 10px 0;
}

#contact .inner > ul > li ul.mailInq li {margin: 10px 0; }

#contact .inner > ul > li ul.mailInq li a.btContact {
	display: block;
	position: relative;
	width: 310px;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	margin: 10px auto 0;
	padding: 23px 0;
	background: #17BFAC url(../../img/newFrame/arrow_w.svg) 95% 45% no-repeat;
}


#contact .inner > ul > li ul.mailInq li a.btContact::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
}

#contact .inner > ul > li ul.mailInq li a.btContact:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}



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

footer {
	color: #fff;
	padding: 32px 0 40px;
	background: #0071E3;
*	-webkit-transition: .5s ease-in-out;
*	-moz-transition: .5s ease-in-out;
*	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

footer #toTop { position: relative; }

footer #toTop a {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 25px 0;
	background: #0071E3 url(../../img/newFrame/bt_toTopSp.png) 50% 50% no-repeat;
	background-size: 52px auto;
	z-index: 8;
}

/*固定*/
footer #toTop a.fix-animation {
	position: absolute;
	top: 0;
	bottom: auto;
	background: #0071E3 url(../../img/newFrame/bt_toTopSp.png) 50% 50% no-repeat;
	background-size: 52px auto;
}





footer #fNavBl {
	line-height: 1.7;
	margin: 0 0 2em;
	padding: 80px 0 0;
}

footer #fNavBl > ul > li {
	display: block;
	width:100%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 20px 10px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

footer #fNavBl > ul > li.more-icon { background: url(../../img/newFrame/fmk_plus.png) 97% 18px no-repeat; }
footer #fNavBl > ul > li.close-icon { background: url(../../img/newFrame/fmk_minus.png) 97% 18px no-repeat; }

footer #fNavBl > ul > li:nth-child(5) { border-bottom: 1px solid #fff; }

footer #fNavBl > ul > li > ul { margin: 20px 10px 0 1em; }

footer #fNavBl > ul > li > ul > li { *padding: 0 0 10px; }

footer #fNavBl > ul > li > ul > li:last-child { padding: 0; }

footer #fNavBl > ul > li > ul > li.useSP { display: list-item !important; }

footer #fNavBl > ul > li > ul > li > a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 10px 0;
}


footer #fNavBl > ul > li:last-child { padding: 0; }
footer #fNavBl > ul > li:last-child a {
	display: inline-block;
	width: 10em;
	padding: 30px 0 0 0;
	float: left;
}


footer #fUBl ul { margin: 0 0 20px; }

footer #fUBl ul li {
	padding: 0 2.9em 30px 0;
	float: left;
}

footer #fUBl ul li a {
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0;
}

footer #fCopyBl ul li a img { width: 243px; }
footer #fCopyBl ul li:nth-child(1) { margin: 0 0 3em; }
footer #fCopyBl ul li:nth-child(2) { font-size: 1.2rem; }


footer a { color: #fff; }



section { transition: .5s ease-in-out; }
.useSP { display: block; }
.usePC { display: none; }

a { color: #0071E3; }





/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width:769px) {

body { font-size: 1.6rem; }


/* -----　ヘッダー　-------------------------- */

header {
	height: 100px;
	margin-top: -100px;
}

header .inner {
	width: 100%;
	max-width: unset;
}

header .inner > ul {
	display: table;
	width: 100%;
	height: 100px;
	transition: .unset;
}

header .inner > ul > li {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}

header .inner > ul > li:nth-child() { vertical-align: middle; }

header .inner > ul > li:nth-child(1) {
	width: 220px;
	padding: 0 0 0 20px;
}

header .inner > ul > li.navB {
	display: table-cell;
	color: #fff;
	padding: 0 3%;
	vertical-align: top;
}

header .inner > ul > li.navB > div {
	display: flex;
	justify-content: flex-end;
}

header .inner > ul > li.navB > div > ul {
	margin: 16px 0 0;
}

header .inner > ul > li.navB > ul.lang {
}

header .inner > ul > li.navB > div > ul.lang li { float: left; }


header .inner > ul > li.navB > div > ul.lang li a {
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0 15px 0 0;
	background: url(../../img/newFrame/arrow_gr_r.svg) 88% 50% no-repeat;
	background-size: 6px auto;
}


header .inner > ul > li.navB > div > ul#gNav {
}

header .inner > ul > li.navB > div > ul#gNav > li {
	text-align: right;
	padding: 0 0 0 24px;
	float: left;
}

header .inner > ul > li.navB > div > ul#gNav > li > a {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	color: #333;
	padding: 0 0 37px 0;
	transition: .5s;
}

header .inner > ul > li.navB > div > ul#gNav > li:last-child > a { padding: 0 5px 37px 0; }

header .inner > ul > li.navB > div > ul.lang li a:hover,
header .inner > ul > li.navB > div > ul#gNav > li > a:hover {
	color: #0071E3;
	transition: .5s;
}

header .inner > ul > li.navB > div > ul.lang li a::after,
header .inner > ul > li.navB > div > ul#gNav > li > a::after {
	position: absolute;
	bottom: 14px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0071E3;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

header .inner > ul > li.navB > div > ul#gNav > li > a:hover::after {
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}


header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 100px;
	left: 0;
	padding: 40px 0;
	background: #0071E3;
	z-index: 10;
}

header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul {
	display: table;
	width: 100%;
	max-width: 1100px;
	min-width: 930px;
	margin: 0 auto;
}

header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li {
	display: table-cell;
	vertical-align: top;
}

header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li:nth-child(1) {
	width:300px;
	padding: 0 20px;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li:nth-child(2) { width: calc((100% - 300px) / 3); }

header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li h1 {
	font-size: 2.4rem;
	color: #fff;
	margin: 0 0 16px;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li span {
	font-size: 1.3rem;
	color: #fff;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li:nth-child(1) a {
	display: block;
	position: relative;
	width: 220px;
	color: #fff;
	font-size: 1.4rem;
	margin: 38px 0 0;
	padding: 18px 20px;
	border: 1px solid #fff;
	background: url(../../img/newFrame/arrow_w.svg) 96% 50% no-repeat;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li:nth-child(1) a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList > .gCont > ul > li:nth-child(1) a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList {
* width: 33%;
	padding: 0 30px 0 0;
	float: left;
	line-height: 2;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList:nth-child(3) { padding: 0; }
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList a {
	position: relative;
	color: #fff;
	line-height: 2;
}

header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul {
	margin: 5px 0 0 2px;
	border-left: 1px solid #fff;
}

header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul li { padding: 0 0 10px 15px; }
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul li:last-child { padding: 0 0 5px 15px; }

header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul li .bdList ul li a {
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4 !important;
	padding: 0;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList a:hover,
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul li a:hover { transition: .5s; }

header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList a::after,
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul li a::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li .bdList a:hover::after,
header .inner > ul > li.navB > div > ul#gNav > li.gList> .gCont > ul > li ul li a:hover::after {
	bottom: -3px;
	opacity: 1;
	visibility: visible;
}




header .inner > ul > li.hInq {
	display: table-cell;
	width: 110px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

header .inner > ul > li.hInq > a {
	display: block;
	position: relative;
	width:100%;
	height: 100px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 69px 0 0;
	background: #17BFAC url(../../img/newFrame/bt_mail.png) 50% 24px no-repeat;
	background-size: 40px auto;
}

header .inner > ul > li.hInq > a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1, 0);
	transform-origin: left bottom;
	transition: transform .5s;
}
header .inner > ul > li.hInq > a:hover::after { transform: scale(1, 1); }



/* SPグローバルナビ */
#navToggle { display: none; }



/* 　アウトライン　 */

.inner {
	max-width:1280px;
	min-width:1100px;
	margin: 0 auto;
	padding:0;
}



#title {
	height: 400px;
	margin: 100px 0 200px;
}

#title h1 {
	font-size: 3.6rem;
	line-height:2;
	padding: 140px 0 0 60px;
}

#title h2 {
	font-size: 2rem;
	padding: 0 0 0 60px;
}

#content { transition: unset; }



/* -----　お問い合わせ　-------------------------- */

#contact {
	margin: 210px 0 0;
	padding: 55px 0;
}

#contact .inner > ul {
	display: table;
	width: 880px;
	margin: 0 auto;
}

#contact .inner > ul > li {
	display: table-cell;
	text-align: left;
	padding: 0;
}

#contact .inner > ul > li:nth-child(1) {
	width: 360px;
	vertical-align: middle;
	padding: 0 60px 0 0;
}

#contact .inner > ul > li:nth-child(2) {
	width: 520px;
	vertical-align: top;
}

#contact .inner > ul > li h1 {
	font-size: 2.8rem;
	text-align: left;
}

#contact .inner > ul > li:nth-child(2) > ul {
	display: table;
	width: 520px;
}

#contact .inner > ul > li:nth-child(2) > ul > li {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0;
}

#contact .inner > ul > li:nth-child(2) > ul:nth-child(1) { margin: 0 0 30px; }

#contact .inner > ul > li:nth-child(2) > ul > li:nth-child(1) {
	width: 53.7%;
	padding: 0 7.4% 0 0;;
}

#contact .inner > ul > li:nth-child(2) > ul > li:nth-child(2) { width: 46.3%; }

#contact .inner > ul > li:nth-child(2) > ul.mailInq > li:nth-child(1) {
	width: 40.3%;
	vertical-align: middle;
	line-height: 1;
	padding: 10px 4.7% 10px 0;;
}

#contact .inner > ul > li:nth-child(2) > ul.mailInq > li:nth-child(2) { width: 59.7%; }

#contact .inner > ul > li ul li a,
#contact .inner > ul > li ul li .tel { text-align: left; }

#contact .inner > ul > li ul.mailInq li a.btContact {
	width: 97%;
	text-align: center;
	margin: 0;
	padding: 22px 4.6%;
}



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

footer {
	padding: 80px 0;
	transition: .unset;
}

footer #toTop a {
	display: none;
	position: fixed;
	left: auto;
	right: 0/*calc(50% - 640px)*/;
	bottom: 0;
	width: 40px;
	height: 120px;
	margin-bottom: 0;
	padding: 0;
	background: url(../../img/newFrame/bt_toTop.png) 50% 50% no-repeat;
	background-size: 40px auto;
}
footer #toTop a:hover {
	background: #0071E3 url(../../img/newFrame/bt_toTop_on.png) 50% 50%  no-repeat;
	background-size: 40px auto;
}

/*固定*/
footer #toTop a.fix-animation {
	top: -60px;
	background: #0071E3 url(../../img/newFrame/bt_toTop.png) 50% 50% no-repeat;
	background-size: 40px auto;
}
footer #toTop a.fixRt { right: 0; }


footer #fNavBl {
	max-width: 1020px;
	margin: 0 auto 2em;
	padding: 0 10px;
}

footer #fNavBl > ul {
	display: table;
	margin: 0 0 3em;
}

footer #fNavBl > ul > li {
	display: table-cell;
	width: 260px;
	margin: 0;
	padding: 0 40px 0 0;
	border-top: none;
	cursor: inherit;
	vertical-align: top;
	float: none;
}

footer #fNavBl > ul > li > ul { margin: 20px 0 0; }

footer #fNavBl > ul > li > ul > li {
	list-style: none;
	padding: 0 0 12px;
}

footer #fNavBl > ul > li > ul > li.useSP { display: none !important; }

footer #fNavBl > ul > li a,
footer #fNavBl > ul > li > ul > li > a,
footer #fUBl ul li a {
	display: inline;
	position: relative;
	padding: 0;
}
footer #fNavBl > ul > li > ul > li > a { font-size: 1.2rem; }


footer #fNavBl > ul > li:last-child { width: auto; }
footer #fNavBl > ul > li:last-child p {
	display: block;
	padding: 0 0 20px;
}
footer #fNavBl > ul > li:last-child a {
	display: inline;
	width: auto;
	padding: 0;
	border-bottom: none;
	float: unset;
}



footer #fNavBl > ul > li a:hover,
footer #fNavBl > ul > li > ul > li > a:hover,
footer #fUBl ul li a:hover { transition: .5s; }

footer #fNavBl > ul > li a::after,
footer #fNavBl > ul > li > ul > li > a::after,
footer #fUBl ul li a::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

footer #fNavBl > ul > li a:hover::after,
footer #fNavBl > ul > li > ul > li > a:hover::after,
footer #fUBl ul li a:hover::after {
	bottom: -3px;
	opacity: 1;
	visibility: visible;
}


footer #fUBl,
footer #fCopyBl {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

footer #fUBl ul { margin: 0 0 60px; }

footer #fUBl ul li {
	width: auto;
	padding: 0 2.5em 0 0;
}

footer #fUBl ul li:last-child { padding: 0; }


footer #fCopyBl ul {
	display: table;
	width:100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

footer #fCopyBl ul li {
	display: table-cell;
	width: 50%;
}

footer #fCopyBl ul li:nth-child(1) { text-align: left; }
footer #fCopyBl ul li:nth-child(2) {
	text-align: right;
	vertical-align: bottom;
}

footer #fCopyBl a:hover {
	opacity: 0.6;
	transition: 0.5s;
}



section { transition: unset; }
.useSP { display: none; }
.usePC { display: block; }


}/* media Queries 769 */





