@charset "utf-8";
/*
   _____   _    _             __  __
  / ____| | |  | |    /\     |  \/  |
 | |  __  | |  | |   /  \    | \  / |
 | | |_ | | |  | |  / /\ \   | |\/| |
 | |__| | | |__| | / ____ \  | |  | |
  \_____|  \____/ /_/    \_\ |_|  |_|

Version: 2.1.6
Author: awoo.Justin
*/

/*////////////////////////////////////////////////////////////////////
//  - Reset
////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family:"SF Pro JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
}

/* clear */
.clearfix:before, .clearfix:after { content: ""; display:block; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* pure-css-fix */
*[class*="pure-"] {box-sizing: border-box;}
.pure-g, .pure-img {width: 100%;}
.pure-g [class *="pure-u"] {font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



.fixed-header{
  background: rgba(100, 100, 100, 0.5);
  height: auto;
  padding-bottom: 25px;
  position: fixed;
  top:0;
  z-index: 996;
  width: 100%;
  transition: all 0.5s;
}
.top-bar{
  background-color:#000000;
}
.top-bar .contact{
  text-align: right;
}
.top-bar ul{
  padding:6px 20px;

}
.top-bar .contact a{
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  width: 15px;
  height:15px;
}
.top-bar .contact-fb{
  background: url(../images/icons.png?af08) 0 -422px;
}
.top-bar .contact-mail{
  background: url(../images/icons.png?af08) 0 -437px;
}
header .logo{
  width: 77px;
  height: 77px;
  margin: 2px 0 2px 10px;
  background: url(../images/logo_jp.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s;
}
.header .r-nav-wrapper {
    display: none;
    border: 1px #ffd500 solid;
    border-radius: 4px;
    position: absolute;
    padding: 8px 6px;
    margin: 6px;
    width: 24px;
    height: 19px;
    z-index: 10;
}
.header .r-nav {
    display: block;
    border-top: 12px double #ffd500;
    border-bottom: 4px solid #ffd500;
    cursor: pointer;
    position: absolute;
    height: 4px;
    line-height: 0;
    width: 24px;
    z-index: 10;
  }
header nav{
  display: block;
  margin: 12px 30px 0 96px;
  font-size: 15px;
  transition: all 0.5s;
}
header nav li{
  display: inline-block;
  padding:0 10px;
}
header nav li a{
  color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
#go2top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
  }
  #go2top:before {
    content: "";
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #1b96a6 transparent;
}
#social-buttons {
    position: relative;
    left: 16px;
    display: block;
    width: 250px;
    height: 24px;
    z-index: -1;
    top: 55px;
}
.scroll-active{
  height: 85px;
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 0;
}
.scroll-active .logo{
  width: 45px;
  height: 45px;
  margin: 5px 0 2px 10px;
  background: url(../images/logo_jp.png) 0 -155px no-repeat;
}
.scroll-active nav{
  margin: 24px 0 0 60px;
}
.scroll-active #go2top{
  opacity: .5;
}
.scroll-active #social-buttons{
  top: 15px;
}
header .r-nav-wrapper{
  display: none;
  position: absolute;
  padding: 8px 6px;
  margin: 6px;
  width: 24px;
  height: 19px;
  border: 1px #ffd500 solid;
  border-radius: 4px;
  z-index: 10;
}

header .r-nav{
  display: block;
  position: absolute;
  height: 4px;
  line-height: 0;
  width: 24px;
  border-top: 12px double #ffd500;
  border-bottom: 4px solid #ffd500;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  .top-bar{
    display: none;
  }
  .fixed-header{
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    top: 0;
  }
  header .logo{
    width: 45px;
    height: 45px;
    background: url(../images/logo_jp.png) 0 -155px no-repeat;
    left: 50%;
    margin-left: -22.5px;
  }
  header .r-nav-wrapper{
    display: block;
  }
  header nav{
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  header nav ul{
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 50px;
    padding-left: 10px;
    padding-bottom: 150px;
    box-sizing: border-box;
    min-height:100%;
    height: calc(100vh - 48px);
    overflow: auto;
    z-index: 11;
    margin-top: 49px;
  }
  header nav ul li{
    display: block;
    padding: 25px 10px 0;
  }
}
/*------footer-------*/
footer{
  background-color: #312e2a;
  display: inline-block;
  padding: 25px 5% 0;
  text-align: center;
}
footer .footer-list a{
  color:#b5b5b5;
  text-decoration: none;
  font-size: 15px;
}

footer .footer-list{
  padding: 25px 20px;
}

footer .copyright{
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 12px;
  color:#ffffff;
  letter-spacing: 1px;
  text-align: center;
}
footer .copyright p{
  line-height: 15px;
  letter-spacing: 0.5px;
}
footer .copyright p a{
  font-size: 12px;
  color:#ffffff;
}
