@charset "UTF-8";
/* 共通
------------------------------------------------------*/
body {
  background: #FFF;
  background-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  height: 100%;
}

#wrapper {
  background: url(../images/common/bg_main.jpg) no-repeat center top fixed;
  color: #FFF;
  height: auto;
  min-height: 100%;
  -webkit-animation: bgbody 0.8s ease-in normal;
  animation: bgbody 0.8s ease-in normal;
}
@-webkit-keyframes bgbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: auto;
  }
}
/*a リンク設定*/
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #66ffff;
  text-decoration: underline;
  border: none;
}
a:visited {
  color: #FFF;
  border: none;
}
a:active {
  color: #66ffff;
  border: none;
}

/* header ヘッダー ---------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 200;
}
header ul {
  width: 100%;
  clear: both;
}
header li {
  float: left;
  width: 25%;
  text-align: center;
}
header li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: none;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
header li a img {
  width: auto;
  max-width: 90%;
}
header li a:hover {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #3399cc;
}
header li.on a {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #3399cc;
}
header li#logo a {
  padding: 7px 0 8px;
}
header li#logo a:hover {
  border: none;
}

@media screen and (max-width: 768px) {
  header li a {
    padding: 15px 0;
  }
  header li#logo a {
    padding: 10px 0;
  }
}
/*mainCol メインコンテンツ*/
main {
  width: 96%;
  min-width: 768px;
  min-height: 500px;
  max-width: 1400px;
  padding: 110px 0 30px;
  margin: 0px auto;
  text-align: center;
}
main #titCol {
  margin-bottom: 30px;
}
main #titCol h1 {
  text-align: center;
  font-size: 2em;
  line-height: 1.4em;
}
main #titCol .txt_sub {
  font-size: 0.5em;
  line-height: 1.2em;
  color: #EEE;
}
main h2 {
  font-size: 2em;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main {
    min-width: 0;
    min-height: 0;
  }
}
#mainCol {
  clear: both;
}

/*pagetop */
#pagetop {
  height: 80px;
  position: fixed;
  right: 10;
  bottom: 10;
  z-index: 200;
}

/*footer
------------------------------------------------------*/
footer {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  footer {
    min-width: 0;
  }
}

/*copyright コピーライト*/
#copyright {
  text-align: center;
  font-size: 0.75em;
  line-height: 1.6em;
  margin: 10px auto 20px;
  overflow: hidden;
  color: #EEE;
}
#copyright p {
  width: 96%;
  margin: 0 auto;
}

#notice {
  overflow: hidden;
  background: #000;
  border-top: 1px solid #454545;
}

#noticeInner {
  max-width: 1200px;
  text-align: center;
  margin: 10px auto;
  overflow: hidden;
}

#noticeInner p {
  float: left;
}

#bnr {
  float: right;
}

#bnr li {
  float: right;
  margin-left: 10px;
}

/*リマケ*/
#rm {
  overflow: hidden;
  height: 0;
}

/*そのほか*/
/* SP向け用css
------------------------------------------------------*/
@media screen and (max-width: 768px) {
  img {
    vertical-align: bottom;
  }

  /* header ヘッダー ---------------------------------*/
  header {
    position: relative;
    background: black;
  }

  /*mainCol メインコンテンツ*/
  main {
    width: 96%;
    min-width: auto;
    padding: 20px 0 30px;
  }
  main #titCol h1 {
    float: none;
    text-align: center;
  }
  main h2 {
    text-align: center;
  }

  /*pagetop */
  #pagetop {
    position: relative;
  }

  /*footer --*/
  /*SNS*/
  #noticeInner {
    width: 90%;
    margin: 10px auto;
  }

  #noticeInner p {
    float: none;
  }

  #bnr {
    float: none;
  }

  #bnr li {
    float: none;
    margin-top: 10px;
  }

  #bnr li img {
    width: auto;
  }
}
.pr-footer__content {
  height: auto !important;
}
