@charset "utf-8";
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;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}

.grecaptcha-badge{
display:none;
}
/*----------------------------
  Fonts
----------------------------*/

html,body{
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
  background: #1d164c;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
body:after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(29,22,76,0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s 0s ease;
     -moz-transition: all 0.8s 0s ease;
      -ms-transition: all 0.8s 0s ease;
       -o-transition: all 0.8s 0s ease;
          transition: all 0.8s 0s ease;
}
body.active:after{
  visibility: visible;
  opacity: 1;
}
p {
 /*word-break: break-all;*/
}

i{
  margin-right: 6px;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
img{
  width: 100%;
  height: auto;
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,
a:visited,
a:active{
    color: #660000;
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
}
a:hover{
    text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
  outline: none;
}
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

.slick-prev{
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -7px;
  background: url(../img/common/prev.png) no-repeat;
  width: 59px;
  height: 15px;
  z-index: 10;
  border:none;
  text-indent: -9999px;
  cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.slick-prev:hover{
  opacity: 0.5;
  -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
}
.slick-next{
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  background: url(../img/common/next.png) no-repeat;
  width: 59px;
  height: 15px;
  z-index: 10;
  border:none;
  text-indent: -9999px;
  cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.slick-next:hover{
  opacity: 0.5;
  -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
}
.slide .slick-disabled{
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .slide .slick-prev:hover{
    opacity: 1;
  }
  .slide .slick-next:hover{
    opacity: 1;
  }
  .slick-prev{

    top: 50%;
    left: 15px;
    margin-top: -15px;
    background: url(../img/common/prev.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-next{

    top: 50%;
    right: 15px;
    margin-top: -15px;
    background: url(../img/common/next.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
}
/*----------------------------------------------------
 loading
--------------------------------------------------- */
#loading{
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background:#ffff00 url(../img/common/loading.gif) no-repeat center center;
  background-size: 50px;
  display: none;
}
#loading.out{
  opacity: 0;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.FormatLoader,
.FormatLoader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.FormatLoader {
  margin: 0 auto;
  margin-top: -75px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(0,0,0, 0.3);
  border-right: 1px solid rgba(0,0,0, 0.3);
  border-bottom: 1px solid rgba(0,0,0, 0.3);
  border-left: 1px solid #000;
  -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);
  }
}

/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#wrapper{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-contents img{
  width: auto;
  max-width: 100%;
}
.page-contents{
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 805px;
  padding-top: 20px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  #wrapper{
     padding-top: 50px;
  }
  .page-contents{
    margin: 0px auto;
    text-align: left;
    width: 100%;
  }
}

/*----------------------------------------------------
 header
--------------------------------------------------- */
#header{
  position: relative;
  width: 877px;
  height: 101px;
  background: url(../img/common/header_bg.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 10px;
}
#header .title a{
  display: block;
  position: absolute;
  top: 27px;
  left: 19px;
  width: 202px;
  height: 62px;
  background: url(../img/common/title.png) no-repeat center top;
}
#header .title a:hover{
  background: url(../img/common/title.png) no-repeat center bottom;
}
#header .title a .comment{
  position: absolute;
  top: 8px;
  left: 50px;
  color: #000;
  width: 160px;
  font-size: 10px;
  opacity: 0;
}
#header .title a:hover .comment{
  opacity: 1;
}
#header ul.menu{
}
#header ul.menu li{
}
#header ul.menu li a{
  display: block;
  position: relative;
}
#header ul.menu li.menu01{
  position: absolute;
  top: 23px;
  left: 230px;
}
#header ul.menu li.menu01 a{
  width: 57px;
  height: 69px;
  background: url(../img/common/menu01_off.jpg) no-repeat center top;
}
#header ul.menu li.menu01:hover a{
  z-index: 1;
  background: url(../img/common/menu01_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu02{
  position: absolute;
  top: 20px;
  left: 282px;
}
#header ul.menu li.menu02 a{
  width: 59px;
  height: 69px;
  background: url(../img/common/menu02_off.jpg) no-repeat center top;
}
#header ul.menu li.menu02:hover a{
  background: url(../img/common/menu02_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu03{
  position: absolute;
  top: 20px;
  left: 341px;
}
#header ul.menu li.menu03 a{
  width: 68px;
  height: 69px;
  background: url(../img/common/menu03_off.jpg) no-repeat center top;
}
#header ul.menu li.menu03:hover a{
  background: url(../img/common/menu03_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu04{
  position: absolute;
  top: 21px;
  left: 408px;
}
#header ul.menu li.menu04 a{
  width: 63px;
  height: 69px;
  background: url(../img/common/menu04_off.jpg) no-repeat center top;
}
#header ul.menu li.menu04:hover a{
  background: url(../img/common/menu04_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu05{
  position: absolute;
  top: 21px;
  left: 470px;
}
#header ul.menu li.menu05 a{
  width: 59px;
  height: 69px;
  background: url(../img/common/menu05_off.jpg) no-repeat center top;
}
#header ul.menu li.menu05:hover a{
  background: url(../img/common/menu05_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu06{
  position: absolute;
  top: 21px;
  left:529px;
}
#header ul.menu li.menu06 a{
  width: 69px;
  height: 69px;
  background: url(../img/common/menu06_off.jpg) no-repeat center top;
}
#header ul.menu li.menu06:hover a{
  background: url(../img/common/menu06_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu07{
  position: absolute;
  top: 23px;
  left:602px;
}
#header ul.menu li.menu07 a{
  width: 67px;
  height: 65px;
  background: url(../img/common/menu10_off.jpg) no-repeat center top;
}
#header ul.menu li.menu07:hover a{
  background: url(../img/common/menu10_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu08{
  position: absolute;
  top: 21px;
  left:669px;
}
#header ul.menu li.menu08 a{
  width: 72px;
  height: 69px;
  background: url(../img/common/menu07_off.jpg) no-repeat center top;
}
#header ul.menu li.menu08:hover a{
  background: url(../img/common/menu07_off.jpg) no-repeat center bottom;
}
#header ul.menu li.menu09{
  position: absolute;
  top: 30px;
  left:743px;
}
#header ul.menu li.menu09 a{
  width: 59px;
  height: 53px;
  background: url(../img/common/menu09_off.png) no-repeat center top;
}
#header ul.menu li.menu09:hover a{
  background: url(../img/common/menu09_off.png) no-repeat center bottom;
}
#header ul.menu li.menu10{
  position: absolute;
  top: 20px;
  left:808px;
}
#header ul.menu li.menu10 a{
  width: 63px;
  height: 69px;
  background: url(../img/common/menu09_off.jpg) no-repeat center top;
}
#header ul.menu li.menu10:hover a{
  background: url(../img/common/menu09_off.jpg) no-repeat center bottom;
}
@media only screen and (max-width: 768px) {
  #header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background:#ffff00;
    margin-top: 0px;
    z-index: 100;
  }
  #header ul.menu{
    display: none;
  }
  #header .title a{
    top: 4px;
    left: 10px;
    width: 128px;
    height: 40px;
    background: url(../img/common/title.png) no-repeat center top;
    background-size: 128px auto;
  }
  #header .title a:hover{
    background: url(../img/common/title.png) no-repeat center top;
    background-size: 128px auto;
  }
  #header .title a .comment{
    display: none;
  }
}

/*----------------------------------------------------
 navigation
--------------------------------------------------- */
#navigation{
  display: none;
}
@media only screen and (max-width: 768px) {
  #navigation{
    display: block;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#ffff00;
    visibility: hidden;
    opacity: 0;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.active #navigation{
    opacity: 1;
    visibility: visible;
  }
  #navigation .inner{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 25px;
-webkit-transform: scale(1,1) translate(0%,-50%) rotate(-0deg);
   -moz-transform: scale(1,1) translate(0%,-50%) rotate(-0deg);
    -ms-transform: scale(1,1) translate(0%,-50%) rotate(-0deg);
     -o-transform: scale(1,1) translate(0%,-50%) rotate(-0deg);
        transform: scale(1,1) translate(0%,-50%) rotate(-0deg);
  }
  #navigation ul.menu{
    width: 50vh;
    margin: 0 auto;
  }
  #navigation ul.menu li{
    margin-bottom: 1vw;
  opacity: 0;
-webkit-transform: scale(0.9,0.9) translate(0px,20px) rotate(-0deg);
   -moz-transform: scale(0.9,0.9) translate(0px,20px) rotate(-0deg);
    -ms-transform: scale(0.9,0.9) translate(0px,20px) rotate(-0deg);
     -o-transform: scale(0.9,0.9) translate(0px,20px) rotate(-0deg);
        transform: scale(0.9,0.9) translate(0px,20px) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(1){
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s ease;
       -moz-transition: all 0.5s 0.1s ease;
        -ms-transition: all 0.5s 0.1s ease;
         -o-transition: all 0.5s 0.1s ease;
            transition: all 0.5s 0.1s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(2){
    opacity: 1;
    -webkit-transition: all 0.5s 0.15s ease;
       -moz-transition: all 0.5s 0.15s ease;
        -ms-transition: all 0.5s 0.15s ease;
         -o-transition: all 0.5s 0.15s ease;
            transition: all 0.5s 0.15s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(3){
    opacity: 1;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(4){
    opacity: 1;
    -webkit-transition: all 0.5s 0.25s ease;
       -moz-transition: all 0.5s 0.25s ease;
        -ms-transition: all 0.5s 0.25s ease;
         -o-transition: all 0.5s 0.25s ease;
            transition: all 0.5s 0.25s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(5){
    opacity: 1;
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(6){
    opacity: 1;
    -webkit-transition: all 0.5s 0.35s ease;
       -moz-transition: all 0.5s 0.35s ease;
        -ms-transition: all 0.5s 0.35s ease;
         -o-transition: all 0.5s 0.35s ease;
            transition: all 0.5s 0.35s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(7){
    opacity: 1;
    -webkit-transition: all 0.5s 0.4s ease;
       -moz-transition: all 0.5s 0.4s ease;
        -ms-transition: all 0.5s 0.4s ease;
         -o-transition: all 0.5s 0.4s ease;
            transition: all 0.5s 0.4s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(8){
    opacity: 1;
    -webkit-transition: all 0.5s 0.45s ease;
       -moz-transition: all 0.5s 0.45s ease;
        -ms-transition: all 0.5s 0.45s ease;
         -o-transition: all 0.5s 0.45s ease;
            transition: all 0.5s 0.45s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(9){
    opacity: 1;
    -webkit-transition: all 0.5s 0.5s ease;
       -moz-transition: all 0.5s 0.5s ease;
        -ms-transition: all 0.5s 0.5s ease;
         -o-transition: all 0.5s 0.5s ease;
            transition: all 0.5s 0.5s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
 body.active #navigation ul.menu li:nth-child(10){
    opacity: 1;
    -webkit-transition: all 0.5s 0.55s ease;
       -moz-transition: all 0.5s 0.55s ease;
        -ms-transition: all 0.5s 0.55s ease;
         -o-transition: all 0.5s 0.55s ease;
            transition: all 0.5s 0.55s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
}

/*----------------------------------------------------
 sp_menu
--------------------------------------------------- */
.sp_menu{
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_menu{
    position: fixed;
    display: block;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 50px;
    z-index: 101;
  }
  .sp_menu span.l1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-top: -9px;
    margin-left: -15px;
    background: #FFF;
    border:1px #000 solid;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .sp_menu span.l2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-top: -1px;
    margin-left: -15px;
    background: #FFF;
    border:1px #000 solid;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .sp_menu span.l3{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-top: 6px;
    margin-left: -15px;
    background: #FFF;
    border:1px #000 solid;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.active .sp_menu span.l1{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
  }
  body.active .sp_menu span.l2{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
  }
  body.active .sp_menu span.l3{
    margin-top: 0px;
    opacity: 0;
  }
}


/*----------------------------------------------------
  #footer
--------------------------------------------------- */
#footer{
  overflow: hidden;
  position: relative;
  width: 805px;
  margin: 0px auto;
  text-align: left;
  height: 34px;
  background-image: url(../img/common/footer_bg.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  color: #000000;
  font-size: 10px;
  margin-top: 40px;
}
#footer .copyright{
  padding: 10px 0  0 10px;
}
#footer .pagetop{
  position: absolute;
  top: 6px;
  right: 10px;
}
#footer .pagetop a{
  color: #000;
}
@media only screen and (max-width: 768px) {
  #footer{
    width: 92%;
    margin: 0px auto;
    text-align: left;
    height: 34px;
    background-image: url(../img/common/footer_bg.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    color: #000000;
    font-size:8px;
    margin-top: 40px;
  }
  #footer .copyright{
    text-align: center;
    padding: 8px 10px  0 10px;
  }
  #footer .pagetop{
    display: none;
  }
}