@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html {-webkit-text-size-adjust: 100%; /* 2 */-ms-text-size-adjust: 100%;}
html, body { height: 100%; max-width:100%;  overflow-y:visible;  background: #eee;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0;	border:0;	outline:0;	list-style:none;	vertical-align:middle;	background:transparent; }
img {border-style: none;} 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul, ul, li { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}

body{overflow: hidden;  background: #eee;}
body.onBody{ overflow: auto;}
html{ background: #eee;}
/*===================
 mark
=====================*/
.set .mark{ position: relative; z-index: 10;}
.set .mark::after{ width: 0%; height:40%; position: absolute; background: #ffee8d; content: ""; display: block; left: 0; top:40%; z-index: -10;
animation: anime1 3000s infinite alternate;
-moz-animation: anime1 3000s infinite alternate;
-webkit-animation: anime1 3000s infinite alternate;
-o-animation: anime1 3000s infinite alternate;
-ms-animation: anime1 3000s infinite alternate;
}

del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*{box-sizing: border-box;}
@media screen and (max-width: 520px){
html, body { height: auto; }
body{ overflow: hidden; height: 700px;}
body.open {overflow: auto; height: auto;}
}
::selection { background: #dd1919; color: #fff;}
::-moz-selection { background: #dd1919; color: #fff;}
@media screen and (max-width: 320px){html, body { min-width:320px;}}
/*===================
 common
=====================*/
.txtLeft{ text-align: left;}
.txtRight{ text-align: right;}
.txtCenter{ text-align: center;}
/*===================
 LINK
=====================*/
a, a img {-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
a:link, a:visited, a:hover, a:active { text-decoration:none;}
a:link, a:visited{ color:#111;}
a:hover { opacity:1; filter: alpha(opacity=100);}
a:hover img {}
@media screen and (max-width: 660px) {body, html { width:100%; overflow-x:hidden;}}
@media screen and (max-width: 480px) {body { background: #fff;}}
/*===================
 NONE
=====================*/
.pc{display: block;}
.sp{ display: none;}
@media screen and (max-width: 600px) {
.pc{display: none;}
.sp{ display: block;}
}
/*===================
 FONT
=====================*/
*{ color:#222;	letter-spacing:1.5px; font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;}
h1,h2,h3,h4,h5,h6 { font-weight:200; font-size:18px; line-height:1.2em;}
p,li,dt,dl,span,td { font-size:15px; line-height:1.6em;}
.b{font-weight: bold;}
.f10{ font-size: 10px !important;}
.f11{ font-size: 11px !important;}
.f12{ font-size: 12px !important;}
.f13{ font-size: 13px !important;}
.f14{ font-size: 14px !important;}
.f15{ font-size: 15px !important;}
.f16{ font-size: 16px !important;}
.f17{ font-size: 17px !important;}
.f24{ font-size: 24px !important;}
.f36{ font-size: 36px;}
.f40{ font-size: 40px !important;}
.f46{ font-size: 46px !important;}
.jp { font-family: 'Noto Serif JP', serif;}
.jp2{font-family: 'M PLUS 1p', sans-serif;}
.eng{font-family: 'Josefin Sans', sans-serif;}
@media screen and (max-width: 520px) {p,li,dt,dl,span,td { line-height:1.6em; color:#222;} h1,h2,h3,h4,h5,h6 { color:#222;}}
/*=====================================
	CONTENTS
=======================================*/
footer, article, .cont { width:100%; float:left; position:relative; z-index:10;}
article{}
.contMin{ margin:0 auto; overflow:hidden\9; *overflow:hidden; position: relative;}
@media screen and (min-width: 1000px) {.contMin { max-width:1000px;}}
@media screen and (max-width: 1000px) {.contMin { max-width: auto; width:100%; float:left;}}
img{ max-width: 100%; width: 100%; height: auto;}
.cf:before, .cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf { *zoom: 1;}
.set{ position: relative;}

.scrollImage{ width: 60px; height: 60px; float: left; display: block; background: url(../../img/scroll.png) 50% 50%; background-size:cover;}

.scrollImage::before{content: "●"; display: block; position: absolute; font-size: 14px; text-align: center; color: #dd1919; position:absolute; top: 10px; left: 23px;}
.scrollImage::before{
    -webkit-animation: scImage 2.0s linear infinite;
    -moz-animation: scImage 2.0s linear infinite;
    -ms-animation: scImage 2.0s linear infinite;
    -o-animation: scImage 2.0s linear infinite;
    animation: scImage 1.6s linear infinite;
}
@-webkit-keyframes scImage {
	0% {top:10px;}
	50% {top:24px;}
	100% {top:10px;}
}
@-moz-keyframes scImage {
	0% {top:10px;}
	50% {top:24px;}
	100% {top:10px;}
}
@-ms-keyframes scImage {
	0% {top:10px;}
	50% {top:24px;}
	100% {top:10px;}
}
@-o-keyframes scImage {
	0% {top:10px;}
	50% {top:24px;}
	100% {top:10px;}
}
@keyframes scImage {
	0% {top:10px;}
	50% {top:24px;}
	100% {top:10px;}
}



/*==============================================
================================================*/
#main1{ width: 100%; height: 100%; position: fixed; z-index: 5; left: 0; top: 0; right: 0; bottom: 0; background: #eee; position: fixed;}
/**/
#main1 .titleSet{ width: 300px; height: 300px; position: absolute; left: 50%; top: 35%; margin: -150px 0 0 -150px; z-index: 4;}
#main1 .titleSet #title{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
#main1 .titleSet .image1, 
#main1 .titleSet .image2, 
#main1 .titleSet .image3{display: block; width: 100%; height: 100%; position: absolute; left: 0 ; opacity: 0;}
#main1 .titleSet .image1{ top:-16px; z-index:10; background: url(../../img/tit/img2.png) 0 0 no-repeat; background-size: cover; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; opacity: 0;}
#main1 .titleSet .image1.setView{opacity: 1;}
.open #main1 .titleSet .image1{top: 0;}
#main1 .image2{ z-index:1; background: url(../../img/tit/img1.png) 0 0 no-repeat; background-size: cover; z-index: 9; -webkit-transition: 0.3s ease-in-out; -moz-transition: 1.4s ease-in-out; -o-transition: 1.4s ease-in-out; transition: 1.4s ease-in-out; opacity: 0;}
.open #main1 .titleSet .image2{opacity: 1;}
#main1 .titleSet .image3{opacity: 1; z-index: 5; background: url(../../img/tit/img0.png background-size: cover;) 0 0 no-repeat;}
#main1 .titleSet #title span{ opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 100;}
#main1 .titleSet #title span.t1{ background: url(../../img/tit/01.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t2{ background: url(../../img/tit/02.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t3{ background: url(../../img/tit/03.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t4{ background: url(../../img/tit/04.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t5{ background: url(../../img/tit/05.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t6{ background: url(../../img/tit/06.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t7{ background: url(../../img/tit/07.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t8{ background: url(../../img/tit/08.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t9{ background: url(../../img/tit/09.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t10{ background: url(../../img/tit/10.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t11{ background: url(../../img/tit/11.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t12{ background: url(../../img/tit/12.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t13{ background: url(../../img/tit/13.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t14{ background: url(../../img/tit/14.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t15{ background: url(../../img/tit/15.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t16{ background: url(../../img/tit/16.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t17{ background: url(../../img/tit/17.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t18{ background: url(../../img/tit/18.png) 0 0 no-repeat; background-size: cover;}
#main1 .titleSet #title span.t19{ background: url(../../img/tit/19.png) 0 0 no-repeat; background-size: cover;}
#title{
    -webkit-animation: spin 18.0s linear infinite;
    -moz-animation: spin 18.0s linear infinite;
    -ms-animation: spin 18.0s linear infinite;
    -o-animation: spin 18.0s linear infinite;
    animation: spin 18.0s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(-360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(-360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(-360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(-360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(-360deg);}
}
.scroll2 #main1 .titleSet { position: fixed; left: 50%; top:auto; bottom: 70px;}
@media screen and (max-width: 520px) {
#main1{ height: 600px;}
#main1 .titleSet{ width: 200px; height: 200px; top: 30%; margin: -100px 0 0 -100px; z-index: 4;}
.scroll2 #main1 .titleSet { bottom: 170px;}

}

/*==============================================
#main2
================================================*/

#main2{ height: 100%;}
.onBody #main2{ height: 90%; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; }
#main2 ul{ width: 100%; max-width: 800px; position: fixed; bottom:25%; left: 50%; margin-left: -400px;}
.scroll2 #main2 ul{ display: none;}
#main2 ul li{ width: 14.6%; float: left; display: inline-block; margin: 0 1%;  opacity: 0; padding-top: 50px;}
#main2 ul li a{ display: block; line-height: 50px; border-radius:12px; text-align: center; font-weight: bold; color: #fff; font-size: 13px; background: #dd1919;}

#main2 ul li a:hover{ background: #fff; color: #dd1919; box-shadow: 0 0 0 4px #dd1919 inset;}
.open #main2 ul li{  opacity:1; padding-top: 0px;}
.open #main2 ul li:nth-child(1){-webkit-transition: 0.5s 0.0s ease-in-out; -moz-transition: 0.5s 0.0s ease-in-out; -o-transition: 0.5s 0.0s ease-in-out; transition: 0.5s 0.0s ease-in-out;}
.open #main2 ul li:nth-child(2){-webkit-transition: 0.5s 0.2s ease-in-out; -moz-transition: 0.5s 0.2s ease-in-out; -o-transition: 0.5s 0.2s ease-in-out; transition: 0.5s 0.2s ease-in-out;}
.open #main2 ul li:nth-child(3){-webkit-transition: 0.5s 0.4s ease-in-out; -moz-transition: 0.5s 0.4s ease-in-out; -o-transition: 0.5s 0.4s ease-in-out; transition: 0.5s 0.4s ease-in-out;}
.open #main2 ul li:nth-child(4){-webkit-transition: 0.5s 0.6s ease-in-out; -moz-transition: 0.5s 0.6s ease-in-out; -o-transition: 0.5s 0.6s ease-in-out; transition: 0.5s 0.6s ease-in-out;}
.open #main2 ul li:nth-child(5){-webkit-transition: 0.5s 0.8s ease-in-out; -moz-transition: 0.5s 0.8s ease-in-out; -o-transition: 0.5s 0.8s ease-in-out; transition: 0.5s 0.8s ease-in-out;}
.open #main2 ul li:nth-child(6){-webkit-transition: 0.5s 1.0s ease-in-out; -moz-transition: 0.5s 1.0s ease-in-out; -o-transition: 0.5s 1.0s ease-in-out; transition: 0.5s 1.0s ease-in-out;}

#main2 p{ position: absolute; right: 1%; bottom: 10px; opacity: 0; color: #dd1919; font-size: 12px; line-height: 1.2em; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; }
.open #main2 p{ opacity: 1;}

@media screen and (max-width: 860px) {
#main2 ul{ position: absolute; bottom:60px; left:0%; margin-left:0;}
#main2 ul li{ width: 30%; margin: 4px 1.5%;}
#main2 ul li a{ line-height: 40px; border-radius: 4px;}
}

@media screen and (max-width: 520px) {
#main2 p{ font-size: 10px;}
#main2 ul li a{ font-size: 12px;}
#main2{ height: 700px;}
.onBody #main2{  height: 500px;}
}
@media screen and (max-width:460px) {
#main2 p{ font-size: 9px; left: 10px;}
}

/*==============================================
#main3
================================================*/
#main3{ background: #dd1919;}
#main3 .cf{}
#main3 .cf > *{ width: 100%; float: left; padding: 0 5%;}
#main3 .cf h1{margin-top: 50px; text-align: center; }
#main3 .cf h1 span{ display: inline-block; font-size: 28px; font-weight: bold; background: #fff; color: #dd1919; padding: 0px 50px; border-radius: 30px;}
#main3 .cf p > span, 
#main3 .cf p, 
#main3 .cf p b{font-size: 18px; color: #fff; font-family: 'M PLUS 1p', sans-serif;}
#main3 .cf .cont > p{ margin:15px 0 30px; padding: 10px 3%; border: solid 1px #eee; }
#main3 .cf .cont > p a{ color: #ffff82; text-decoration: underline;}
#main3 .cf .cont > p a:hover{ text-decoration: none;}
#main3 .cf p > span{  padding: 15px 30px; display: block;}
#main3 .cf p b{ font-size: 30px; display: block; margin-bottom: 10px;}
#main3 .cf p b span{ display: inline-block; background: #eee; color: #dd1919; padding: 4px 20px; border-radius:50px; font-size:16px; line-height: 1em; margin: 10px 10px 0 0; vertical-align: text-top;}
@media screen and (max-width: 640px) {
#main3 .cf h1{margin-top: 30px;}
#main3 .cf h1 span{ font-size: 22px;}
#main3 .cf p > span, 
#main3 .cf p, 
#main3 .cf p b{font-size: 16px; }
#main3 .cf .cont > p{ margin:10px 0 20px;}
}

@media screen and (max-width: 520px) {
#main3 .cf h1{margin-top: 20px;}
#main3 .cf h1 span{ font-size: 20px;}
#main3 .cf p > span, 
#main3 .cf p, 
#main3 .cf p b{font-size: 14px; line-height: 1.3em;}
}

/**/
#main3 .cf .inner {width: 100%; height: 565px; padding: 0px 4% 30px; margin-bottom: 80px; float: left; overflow-x: hidden; overflow-y: hidden; box-shadow: 0 0 0 #8d0c0c; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;  border-radius: 12px; border: solid 2px #c60c0c;}
#main3 .cf .inner:hover{ box-shadow: 0 20px 20px #8d0c0c; overflow-y: scroll;}
#main3 .cf .inner p{ width: 100%; float: left; margin: 30px 0; font-size: 24px; color: #fff;}
#main3 .cf .inner p b{ color: #fff; font-size: 30px;}
#main3 .scrollBox{ width: 60px; height: 60px;position: absolute; left: 50%; bottom: 90px; margin-left: -30px; z-index: 30;}
#main3 .cf .inner:hover .scrollBox{ opacity: 0; margin-bottom: -10px;}
#main3 .cf .inner .scrollBox{ -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}

#main3 .cf .inner .spmBtn{ display: none;}

@media screen and (max-width: 700px) {
#main3 .cf .inner .spmBtn{ display: block; width: 90%; line-height: 60px; color: #fff; background: #790000; border-radius: 6px; position: absolute; left: 5%; bottom: 80px; text-align: center; font-weight: bold; font-size: 18px;}
#main3 .scrollBox{ display: none;}
#main3 .cf .inner { height: 460px; border-radius: 8px; border: solid 4px #790000;}
#main3 .cf .inner:hover{ box-shadow: none; overflow-y: auto;}
#main3 .cf .inner p b{ font-size: 26px;}
#main3 .cf .inner p{margin: 20px 0; font-size: 22px; line-height: 1.4em;}
#main3 .cf .inner.openThis{ height: auto; background: #fff;}
#main3 .cf .inner.openThis p, 
#main3 .cf .inner.openThis p b{ color: #790000;}
#main3 .cf .inner.openThis .spmBtn{display: none;}
}
@media screen and (max-width: 580px) {
#main3 .cf .inner p b{ font-size: 24px;}
#main3 .cf .inner p{font-size: 20px;}
}
@media screen and (max-width: 480px) {
#main3 .cf .inner p b{ font-size: 20px;}
#main3 .cf .inner p{margin: 15px 0; font-size: 18px;}
}



/*==============================================
#main4
================================================*/
#main4{ background: #eee; padding: 20px 0 50px;}
#main4 .cf{}
#main4 .cf > *{ width: 100%; float: left; padding: 0 2%;}
#main4 .cf h2{margin-top: 50px; text-align: center; margin-bottom: 15px;}
#main4 .cf h2 span{ display: inline-block; font-size: 28px; font-weight: bold; background: #444; color: #fff; padding: 0 50px; border-radius: 30px;}

#main4 .cf > p{ width: 90%; margin: 0 5%; float: left; padding: 10px 3%; border: solid 1px #aaa; font-size: 18px;}

#main4 .cf .inner {width: 100%; height: 500px; padding: 20px 5%; float: left; margin: 30px 0; overflow-x: hidden; overflow-y: hidden; box-shadow: 0 0 0 #ccc; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
#main4 .cf .inner:hover{ box-shadow: 0 20px 20px #aaa; overflow-y: scroll;}
#main4 .cf .inner p > span, 
#main4 .cf .inner p, 
#main4 .cf .inner p b{font-size: 24px; color: #dd1919; font-family: 'M PLUS 1p', sans-serif;}
#main4 .cf .inner p{ margin: 10px 0 90px;}
#main4 .cf .inner p > span{  padding: 15px 30px; display: block;}
#main4 .cf .inner p b{ font-size: 30px; display: block; margin-bottom: 10px;}
#main4 .cf .inner p b span{ display: inline-block; background: #dd1919; color: #fff; padding: 4px 20px; border-radius:50px; font-size:16px; line-height: 1em; margin: 10px 10px 0 0; vertical-align: text-top;}
#main4 .cf .inner p a{ text-decoration: underline; color: #103AA5;}
#main4 .cf .inner p a:hover{ text-decoration: none;}

#main4 .scrollBox{ width: 60px; height: 60px;position: absolute; left: 50%; bottom: 60px; margin-left: -30px; z-index: 30;}
#main4 .cf .inner:hover .scrollBox{ opacity: 0; margin-bottom: -10px;}
#main4 .cf .inner .scrollBox{ -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}



@media screen and (max-width: 640px) {
#main4 .cf h2{margin-top: 30px;}
#main4 .cf h2 span{ font-size: 21px; padding: 0 40px;}
#main4 .cf p{font-size: 16px; }
}

@media screen and (max-width: 520px) {
#main4 .cf h2{margin-top: 10px;}
#main4 .cf h2 span{ font-size: 18px; padding: 0 30px;}
#main4 .cf p{font-size: 14px; line-height: 1.3em;}
}

/**/

#main4 .cf .inner .spmBtn{ display: none;}

@media screen and (max-width: 700px) {
#main4 .cf .inner .spmBtn{ display: block; width: 92%; line-height: 60px; color: #fff; background: #333; border-radius: 6px; position: absolute; left:4%; bottom: 0px; text-align: center; font-weight: bold; font-size: 18px;}
#main4 .scrollBox{ display: none;}

#main4 .cf .inner { width: 96%; margin: 30px 2%; height: 460px; border-radius: 8px; border: solid 4px #333; padding: 10px 4%;}
#main4 .cf .inner:hover{ box-shadow: none; overflow-y: auto;}
#main4 .cf .inner p b{ font-size: 26px;}
#main4 .cf .inner p{margin: 20px 0; font-size: 22px; line-height: 1.4em;}
#main4 .cf .inner.openThis{ height: auto; background: #fff;border: solid 4px #790000; }
#main4 .cf .inner.openThis p, 
#main4 .cf .inner.openThis p > span{ color: #790000;}
#main4 .cf .inner.openThis .spmBtn{display: none;}
}
@media screen and (max-width: 580px) {
#main4 .cf .inner p b span{ display: block; font-size: 12px; padding: 4px 10px; vertical-align: middle; margin: 0 0 5px;}

#main4 .cf .inner p, 
#main4 .cf .inner p > span{font-size: 20px;}
}
@media screen and (max-width: 480px) {
#main4 .cf .inner p b{ font-size: 20px;}
#main4 .cf .inner p, 
#main4 .cf .inner p > span{font-size: 18px;}
}











/*==============================================
#main5
================================================*/
#main5{ background:url(../../img/main5.jpg) 50% 50% no-repeat; background-size: cover; height: 720px; overflow: hidden;}
#main5 .bk{ width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: url(../../img/main5/bk0.jpg) 50% 50% no-repeat; background-size: cover; z-index: 20; -webkit-transition: 0.8s 0.6s ease-in-out; -moz-transition:0.8s 0.6s ease-in-out; -o-transition: 0.8s 0.6s ease-in-out; transition:0.8s 0.6s ease-in-out;}
#main5.setView .bk{ top: 100%;}

#main5 .cf { z-index: 1;}
#main5 .cf .plDate { width:100%; height: 620px; float: left; margin-top: 50px; position: relative;}
#main5 .cf .plDate .pl1, 
#main5 .cf .plDate .pl2, 
#main5 .cf .plDate .pl3, 
#main5 .cf .plDate .pl4, 
#main5 .cf .plDate .pl5, 
#main5 .cf .plDate .pl6, 
#main5 .cf .plDate .pl9{position: absolute; z-index: 20; display: block; opacity: 0; margin-top: 20px;}
#main5 .cf .plDate .pl7{position: absolute; z-index: 20; display: block; opacity: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(-5000deg);
}
#main5 .cf .plDate .pl8{position: absolute; z-index: 20; display: block; opacity: 0;
-moz-transform: scale(2.5);
-webkit-transform: scale(2.5);
-o-transform: scale(2.5);
-ms-transform: scale(2.5);
transform: scale(2.5);
}
#main5 .cf .plDate.setView .pl1, 
#main5 .cf .plDate.setView .pl2, 
#main5 .cf .plDate.setView .pl3, 
#main5 .cf .plDate.setView .pl4, 
#main5 .cf .plDate.setView .pl5, 
#main5 .cf .plDate.setView .pl6, 
#main5 .cf .plDate.setView .pl7, 
#main5 .cf .plDate.setView .pl8, 
#main5 .cf .plDate.setView .pl9{ opacity: 1; margin-top: 0;}
#main5 .cf .plDate.setView .pl1 { -webkit-transition: 0.6s 1.2s ease-in-out; -moz-transition: 0.6s 1.2s ease-in-out; -o-transition: 0.6s 1.2s ease-in-out; transition: 0.6s 1.2s ease-in-out;} 
#main5 .cf .plDate.setView .pl2{ -webkit-transition: 0.6s 1.6s ease-in-out; -moz-transition: 0.6s 1.6s ease-in-out; -o-transition: 0.6s 1.6s ease-in-out; transition: 0.6s 1.6s ease-in-out;} 
#main5 .cf .plDate.setView .pl9{ -webkit-transition: 0.6s 1.8s ease-in-out; -moz-transition: 0.6s 1.8s ease-in-out; -o-transition: 0.6s 0.8s ease-in-out; transition: 0.6s 1.8s ease-in-out;} 
#main5 .cf .plDate.setView .pl3 { -webkit-transition: 0.6s 2s ease-in-out; -moz-transition: 0.6s 2s ease-in-out; -o-transition: 0.6s 2s ease-in-out; transition: 0.6s 2s ease-in-out;} 
#main5 .cf .plDate.setView .pl4{ -webkit-transition: 0.6s 2.6s ease-in-out; -moz-transition: 0.6s 2.6s ease-in-out; -o-transition: 0.6s 2.6s ease-in-out; transition: 0.6s 2.6s ease-in-out;} 
#main5 .cf .plDate.setView .pl5{ -webkit-transition: 0.6s 2.8s ease-in-out; -moz-transition: 0.6s 2.8s ease-in-out; -o-transition: 0.6s 2.8s ease-in-out; transition: 0.6s 2.8s ease-in-out;} 
#main5 .cf .plDate.setView .pl6{ -webkit-transition:0.6s 3s ease-in-out; -moz-transition: 0.6s 3s ease-in-out; -o-transition:0.6s 3s ease-in-out; transition: 0.6s 3s ease-in-out;} 
#main5 .cf .plDate.setView .pl7{  -webkit-transition:0.9s 3s; -moz-transition: 0.9s 3s; -o-transition:0.9s 3s; transition: 0.9s 3s;
transition-timing-function: cubic-bezier(0.1, 0.35, 0.45, 1.0);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
#main5 .cf .plDate.setView .pl8{ -webkit-transition:0.6s 3.4s ease-in-out; -moz-transition: 0.6s 3.4s ease-in-out; -o-transition:0.6s 3.4s ease-in-out; transition: 0.6s 3.4s ease-in-out;
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
#main5 .cf .plDate .pl1{ width: 41px; height:359px; background: url(../../img/main5/1.png) 0 0 no-repeat; top: 0; left: 46%; margin-left: 250px; background-size: cover;}
#main5 .cf .plDate .pl2{width: 103px; height:526px; background: url(../../img/main5/2.png) 0 0 no-repeat; top: 30px; left: 46%; margin-left: 140px; background-size: cover;}
#main5 .cf .plDate .pl3{width: 85px; height:385px; background: url(../../img/main5/3.png) 0 0 no-repeat; top: 210px; left: 46%; margin-left: -50px; background-size: cover;}
#main5 .cf .plDate .pl4{width: 137px; height:24px; background: url(../../img/main5/4.png) 0 0 no-repeat; top: 100px; left: 46%; margin-left: -280px; background-size: cover;}
#main5 .cf .plDate .pl5{width: 131px; height:25px; background: url(../../img/main5/5.png) 0 0 no-repeat; top: 150px; left: 46%; margin-left: -280px; background-size: cover;}
#main5 .cf .plDate .pl6{width: 166px; height:27px; background: url(../../img/main5/6.png) 0 0 no-repeat; top:200px; left: 46%; margin-left: -280px; background-size: cover;}
#main5 .cf .plDate .pl7{width: 187px; height:161px; background: url(../../img/main5/7.png) 0 0 no-repeat; top:250px; left: 46%; margin-left: -290px; background-size: cover;}
#main5 .cf .plDate .pl8{width: 206px; height:179px; background: url(../../img/main5/8.png) 0 0 no-repeat; bottom: 0; left: 46%; margin-left: -295px; background-size: cover;}
#main5 .cf .plDate .pl9{width: 88px; height:389px; background: url(../../img/main5/1-2.png) 0 0 no-repeat; top:140px; left: 46%; margin-left: 50px; background-size: cover;}


@media screen and (max-width: 800px) {
#main5{ height: 600px;}
#main5 .cf .plDate { height: 520px;}
#main5 .cf .plDate .pl1{ width: 33px; height:300px; top: 0; left: 46%; margin-left: 220px;}
#main5 .cf .plDate .pl2{ width: 83px; height:410px; top: 30px; left: 46%; margin-left: 130px;}
#main5 .cf .plDate .pl3{ width: 68px; height:308px; top: 100px; left: 46%; margin-left: -30px;}
#main5 .cf .plDate .pl4{ width: 120px; height:20px; top: 80px; left: 46%; margin-left: -180px;}
#main5 .cf .plDate .pl5{ width: 115px; height:20px; top: 0px; left: 46%; margin-left: -180px;}
#main5 .cf .plDate .pl6{ width: 143px; height:22px; top:30px; left: 46%; margin-left: -180px;}
#main5 .cf .plDate .pl7{ width: 150px; height:129px; top:100px; left: 46%; margin-left: -190px;}
#main5 .cf .plDate .pl8{ width: 165px; height:144px; bottom: auto; top: 260px; left: 46%; margin-left: -195px;}
#main5 .cf .plDate .pl9{ width: 71px; height:312px; top:60px; left: 46%; margin-left: 50px;}
}

@media screen and (max-width: 560px) {
#main5{ height: 420px;}
#main5 .cf .plDate { height: 380px;}
#main5 .cf .plDate .pl1{ width: 21px; height:180px; top: 0; left: 46%; margin-left: 160px;}
#main5 .cf .plDate .pl2{ width: 52px; height:263px; top: 20px; left: 46%; margin-left: 100px;}
#main5 .cf .plDate .pl3{ width: 42px; height:193px; top: 60px; left: 46%; margin-left: -0px;}
#main5 .cf .plDate .pl4{ width: 75px; height:12px; top: 60px; left: 46%; margin-left: -120px;}
#main5 .cf .plDate .pl5{ width: 75px; height:13px; top: 0px; left: 46%; margin-left: -120px;}
#main5 .cf .plDate .pl6{ width: 90px; height:14px; top:30px; left: 46%; margin-left: -120px;}
#main5 .cf .plDate .pl7{ width: 94px; height:81px; top:100px; left: 46%; margin-left: -130px;}
#main5 .cf .plDate .pl8{ width: 103px; height:90px; bottom: auto; top: 200px; left: 46%; margin-left: -135px;}
#main5 .cf .plDate .pl9{ width: 44px; height:195px; top:40px; left: 46%; margin-left: 55px;}
}


/*==============================================
#main6
================================================*/
#main6{ padding: 50px 0; background: #eee;}
#main6 .cf h3{ font-size: 30px; background: #fff; color: #dd1919; margin: 20px 5%; text-align: center; border: solid 3px #dd1919; border-radius: 30px; line-height: 50px;}
#main6 .ouboGaiyou { border: solid 4px #dd1919; background: #fff;}
#main6 .ouboGaiyou .ouboInfo p{ width: 96%; float: left; margin: 0 2%; position: relative; z-index: 10; border-bottom: dotted 1px #ccc;}
#main6 .ouboGaiyou .ouboInfo p span{ display: inline-block;}
#main6 .ouboGaiyou .ouboInfo p .Left{ width: 20%; float: left; margin: 3% 0 3% 15%;}
#main6 .ouboGaiyou .ouboInfo p .Left img{ width: 100%; height: auto;}
#main6 .ouboGaiyou .ouboInfo p .Right{ width: 55%; float: right; font-size: 24px; margin: 40px 5% 20px 0;}
#main6 .ouboGaiyou .ouboInfo p .Right a{color:#103AA5; text-decoration: underline;}
@media screen and (max-width: 1112px) {
#main6 .ouboGaiyou { width: 90%; margin: 0 5%;}
}
@media screen and (max-width: 900px) {
#main6 .ouboGaiyou .ouboInfo p .Right{ margin: 20px 5%;}
}
@media screen and (max-width: 800px) {
#main6 .cf h3{ font-size: 24px;}
#main6 .ouboGaiyou .ouboInfo p .Left{ width: 30%; margin: 3% 0 3% 5%;}
#main6 .ouboGaiyou .ouboInfo p .Right{ font-size: 22px;}
}
@media screen and (max-width: 600px) {
#main6 .cf h3{ font-size: 20px;}
#main6 .ouboGaiyou .ouboInfo p .Right{ font-size: 20px; margin: 20px 5% 20px 0;}
#main6 .ouboGaiyou .ouboInfo{-webkit-transition:0.6s 0.8s ease-in-out; -moz-transition:0.6s 0.8s ease-in-out; -o-transition:0.6s 0.8s ease-in-out; transition:0.6s 0.8s ease-in-out; }
}
@media screen and (max-width: 500px) {
#main6 .cf h3{ width: 90%; padding: 0;}
#main6 .cf h3{ font-size: 17px; letter-spacing: 0; line-height: 40px;}
#main6 .ouboGaiyou .ouboInfo p .Right{ font-size: 16px; line-height: 1.4em;}
}


/*==============================================
#main6
================================================*/
#main7{ padding: 10px 0 50px; background: #dd1919; z-index: 10000000000000000;}
#main7 .inner{ width: 96%; float: left; margin: 30px 2%;}
#main7 .inner h3{ font-size: 30px; background: #fff; color: #dd1919; text-align: center; border: solid 3px #dd1919; border-radius: 30px; line-height: 50px;}
#main7 .inner .qTitle{ width: 80%; float: left; font-size: 20px; color: #fff; text-align: center; margin: 20px 10%;}
#main7 .inner .qTitle img{ float: left; display: inline; width: 30%; height: auto; }
#main7 .inner .qTitle span{ float: right; display: inline-block; width: 65%; text-align: left; padding-top: 20px; font-size: 26px; color: #fff; font-weight: bold;}

#main7 .inner .quiz, 
#main7 .inner .quiz > *{ width: 100%; float: left;}

#main7 .inner .quiz{ padding: 40px 5%; background: #fff; border-radius: 12px; box-shadow: 0 4px 8px #691010;}
#main7 .inner .quiz .qTxt{ font-size: 30px; text-align: center; font-weight: bold;}
#main7 .inner .quiz ul{ margin-top: 15px;}
#main7 .inner .quiz ul li{ width: 29%; float: left; text-align: center; margin: 0 2%; line-height: 60px; border-radius: 6px; border: solid 1px #777; font-size: 22px; cursor: pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
#main7 .inner .quiz ul li:hover{box-shadow: 0 0 0 6px #dd1919 inset; color: #dd1919;}

#main7 .inner .quiz ul li.view{}

@media screen and (max-width: 800px) {
#main7 .inner h3{ font-size: 28px; }
#main7 .inner .qTitle{ width:100%; margin: 20px 0%;}
}

@media screen and (max-width: 700px) {
#main7 .inner h3{ font-size: 25px; }
#main7 .inner .quiz .qTxt{ font-size: 24px; }
#main7 .inner .qTitle span{ font-size: 24px; }
#main7 .inner .qTitle span{ padding-top: 0;}
#main7 .inner .quiz ul li{ width: 31%; margin: 0 1%; font-size: 20px;}

}
@media screen and (max-width:600px) {
#main7 .inner h3{ font-size: 20px; }
#main7 .inner .quiz{ padding: 40px 2%;}

#main7 .inner .qTitle span{ font-size: 20px; line-height: 1.4em;}
#main7 .inner .quiz .qTxt{ font-size: 20px; line-height: 1.4em;}
#main7 .inner .quiz ul li{ font-size: 18px;}

}
@media screen and (max-width:500px) {
#main7 .inner .qTitle span{ font-size: 16px; }
#main7 .inner h3{ font-size: 16px; font-weight: bold; letter-spacing: 0;}
#main7 .inner .quiz .qTxt{ font-size: 20px; line-height: 1.4em;}
#main7 .inner .quiz ul li{ font-size: 18px;}

}
@media screen and (max-width:400px) {
#main7 .inner h3{ font-size: 14px; font-weight: bold; letter-spacing: 0;}

}



/*on*/
body.tab-btn{ width: 100%; height: 100%; overflow: hidden; position: relative;}
#main7 .main7Overray{ display: none; z-index: 1000;}
body.tab-btn #main7 .main7Overray{ display: block; width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0.7;}

#main7 .inner .quiz .box{ display:none; z-index: 1200; width: 680px; position: fixed; left: 50%; margin-left: -340px; top: 10%; background: #fff; padding: 40px;}
#main7 .inner .quiz .box > * { width: 100%; float: left;}
#main7 .inner .quiz .box h4{ font-size: 50px; text-align: center; border-bottom: double 3px #555; margin-bottom: 20px;}
#main7 .inner .quiz .box .txt{ font-size: 20px;}
#main7 .inner .quiz .box .txt .tab-Close{ width: 80%; margin: 15px 10% 0; display: block; padding: 10px 0; background: #333; border-radius: 6px; color: #fff; cursor: pointer; text-align: center; font-size: 22px;}

#main7 .inner .quiz .box .txt b{ display: block; border-radius: 10px; font-size: 24px; padding: 10px 15px; background: #dd1919; color: #fff; margin: 10px 0;}
#main7 .inner .quiz .box .txt b span{ display: block; margin: 5px 2%; padding: 10px 3%; border-radius: 10px; background: #fff; font-weight: bold; font-size: 16px; line-height: 1.3em; font-weight: normal;}
#main7 .inner .quiz .box .txt .min{ display: block; font-size: 14px; line-height: 1.3em; margin-bottom: 20px;}
#main7 .inner .quiz .box.view{ display: block; }



.q02{ border: solid 4px #dd1919;}
.q02 h4{ color: #dd1919; font-weight: bold;}



@media screen and (max-width: 700px) {
#main7 .inner .quiz .box{ width: 92%; left: 4%; margin-left: 0;}
#main7 .inner .quiz .box h4{ font-size: 50px;}
#main7 .inner .quiz .box .txt{ font-size: 18px;}
}


@media screen and (max-width: 500px) {
#main7 .inner .quiz .box{top: 5%; padding: 20px;}
#main7 .inner .quiz .box .txt br{ display:none;}
#main7 .inner .quiz .box.q03 .txt br{ display: block;}
#main7 .inner .quiz .box h4{ font-size: 40px; line-height:1.4em;}
#main7 .inner .quiz .box .txt{ font-size: 16px; line-height:1.4em;}
#main7 .inner .quiz .box .txt b{ border-radius:6px; font-size: 20px; padding: 10px 15px; line-height:1.4em;}
#main7 .inner .quiz .box .txt b span{ border-radius: 6px; font-size: 15px;}
#main7 .inner .quiz .box .txt .tab-Close{ padding: 10px 0; border-radius: 2px; font-size: 20px;}
#main7 .inner .quiz .box .txt .min{ font-size: 12px;}

}


@media screen and (max-width: 400px) {
#main7 .inner .quiz .box h4{ font-size: 34px; margin-bottom: 10px;}
#main7 .inner .quiz .box .txt{ font-size: 15px; }
#main7 .inner .quiz .box .txt b{ border-radius:6px; font-size: 18px; }
#main7 .inner .quiz .box .txt b span{ border-radius: 6px; font-size: 12px;}
#main7 .inner .quiz .box .txt .tab-Close{ width: 100%; margin: 0; padding: 10px 0; border-radius: 2px; font-size: 18px;}
#main7 .inner .quiz .box .txt .min{ font-size: 11px;}

}













/*===================
infoTxt
=====================*/
#infoTxt{ padding: 80px 0 ; background: #ccc; border-bottom: solid 4px #333; margin-bottom: 400px;}
#infoTxt .cf{}
#infoTxt .cf h3{ font-size: 30px; font-family: 'Noto Serif JP', serif; color: #fff; margin: 20px 5%; text-align: center; border-radius: 30px; line-height: 50px; background: #333}
#infoTxt .cf ul{ width: 100%; float: left; padding: 40px 5%; position: relative; z-index: 100; border: solid 6px #000; border-radius: 6px; background: #fff;}
#infoTxt .cf ul li{ width: 100%; float: left; font-size: 18px; margin-bottom: 25px; line-height: 1.8em;}
#infoTxt .cf ul li.f24{ font-size: 24px; line-height: 1.4em;}
#infoTxt .cf ul li a{ text-decoration: underline; color: #103AA5;}
#infoTxt .cf ul li b{ font-size: 24px; display: block; border-bottom: dotted 1px #000; padding: 6px 0; margin-bottom: 10px;}
#infoTxt .cf ul li .syouhin{ display: block; margin: 10px 0 5px; font-size: 14px; line-height: 1.4em; padding: 10px;}
#infoTxt .cf ul li .syouhin .b{ font-weight: bold; font-size: 18px;}

#infoTxt .cf ul li .min{ width: 98%; float: right; line-height: 1.6em; font-size: 16px; padding-top: 10px;}
.ouboGaiyou{ position: relative;}
.ouboGaiyou .overRay{ width: 10px; height: 0px; position: absolute; left: 50%; top: 50%; border: solid 10px #000; border-radius: 100%;}
.setView.ouboGaiyou .overRay { width: 100%; height: 100%; border-radius: 10px; left: 0; top: 0;}
.ouboGaiyou .overRay{-webkit-transition:0.8s 1.4s ease-in-out; -moz-transition:0.8s 1.4s ease-in-out; -o-transition:0.8s 1.4s ease-in-out; transition: 0.8s 1.4s ease-in-out; }

#infoTxt .cf ul li dl{}
#infoTxt .cf ul li dl *{ font-size: 18px;}
#infoTxt .cf ul li dl dt{ display: block; margin-bottom: 15px;}
#infoTxt .cf ul li dl dd{ position: relative; width: 97%; margin-left: 3%; margin-bottom: 15px;}
#infoTxt .cf ul li dl dd::before{ content: "・"; position: absolute; left:-1em; top: 0; display: block;}

@media screen and (max-width: 960px) {
.setView.ouboGaiyou .overRay { border-radius:0px;}
}


@media screen and (max-width: 800px) {
#infoTxt .cf ul{ padding: 20px 6%;}
#infoTxt .cf h3{ font-size: 24px;}
#infoTxt .cf ul li.f24{ font-size: 20px !important;}
#infoTxt .cf ul li .min{ font-size: 14px;}
#infoTxt .cf ul li b{ font-size: 20px;}
#infoTxt .cf ul li, 
#infoTxt .cf ul li .syouhin .b{ font-size: 16px;}
#infoTxt .cf ul li dl *{ font-size: 16px;}
#infoTxt .cf ul li dl dt, 
#infoTxt .cf ul li dl dd{ line-height: 1.4em;}
}
@media screen and (max-width: 600px) {
#infoTxt .cf h3{ font-size: 20px;}
#infoTxt .cf ul li.f24{ font-size:18px !important;}
#infoTxt .cf ul li .min{ font-size: 12px;}
#infoTxt .cf ul li b{ font-size: 18px;}
#infoTxt .cf ul li, 
#infoTxt .cf ul li .syouhin .b{ font-size: 14px;}
#infoTxt .cf ul li dl *{ font-size: 14px;}
.ouboGaiyou .overRay{-webkit-transition:0.6s 0.8s ease-in-out; -moz-transition:0.6s 0.8s ease-in-out; -o-transition:0.6s 0.8s ease-in-out; transition:0.6s 0.8s ease-in-out; }
#infoTxt .cf ul{-webkit-transition:0.2s 1.4s ease-in-out; -moz-transition:0.2s 1.4s  ease-in-out; -o-transition:0.2s 1.4s  ease-in-out; transition:0.2s 1.4s  ease-in-out; }

}
@media screen and (max-width: 500px) {
#infoTxt .cf h3{ width: 90%; padding: 0;}
#infoTxt .cf h3{ font-size: 17px; letter-spacing: 0; line-height: 40px;}
#infoTxt .cf ul li.f24{ font-size:16px !important;}

}

/*===================
 end
=====================*/
#end{ text-align: center; margin:0px 0 5px;}
#end p{ color: #777; font-size: 12px; text-align: center;}
@media screen and (max-width: 600px) {
    #end p{ line-height: 1.2em; font-size: 11px; letter-spacing: 0px;}
}
@media screen and (max-width: 500px) {
#end p{ font-size: 10px;}
}
@media screen and (max-width: 400px) {
#end p{ font-size: 9px;}
}


/*===================
 pageTop
=====================*/
.pageTop{opacity:0; filter: alpha(opacity=0); -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; bottom: -80px;}
.pageTop.in{opacity:1; filter: alpha(opacity=100); bottom: 20px; }
.pageTop *{-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.pageTop a span::before{-webkit-transition: 0.8s ease-in-out; -moz-transition: 0.8s ease-in-out; -o-transition: 0.8s ease-in-out; transition: 0.8s ease-in-out;}

.pageTop{ width: 80px; height: 80px; position: fixed; right: 15px; z-index: 10000000000000000000011111;}
.pageTop a{ width: 80px; line-height: 70px; padding-top: 10px; text-align: center; display: block; border-radius: 100%; box-shadow: 0 0 0 1px #000 inset; position: relative;}
.pageTop a span{}
.pageTop a span::before{ width: 30px; position: absolute; left: 50%; top: 12px; margin-left: -15px; text-align: center; display: block; content: "▲";}
.pageTop a:hover{box-shadow: 0 0 0 6px #000 inset;}
.pageTop a:hover span::before{ top: 8px;}

@media screen and (max-width: 500px) {
.pageTop{ right: 10px; }
.pageTop.in{ bottom: 10px; }
.pageTop{ width: 60px; height: 60px;}
.pageTop a{ width: 60px; line-height: 50px;}
.pageTop a span::before{ top: 6px;}
.pageTop a:hover span::before{ top: 0px;}
}


@media screen and (max-width: 500px) {
.pageTop{ right: 10px; }
.pageTop.in{ bottom: 10px; }
.pageTop{ width: 60px; height: 60px;}
.pageTop a{ width: 60px; line-height: 50px;}
.pageTop a span::before{ top: 6px;}
.pageTop a:hover span::before{ top: 0px;}
}








