@charset "UTF-8";
/*------------------------------------------------------------------------------------------------*/
/* web fonts */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700);
@font-face {
  font-family: handleGothic;
  src: url(../font/Handel-Gothic-BT.ttf.woff);
}
/* line 31, ../sass/styles.scss */
ol, ul {
  margin: 0;
  padding: 0;
}

/* line 32, ../sass/styles.scss */
ol, ul {
  list-style: none;
}

/*------------------------------------------------------------------------------------------------*/
/* global setting */
/* line 42, ../sass/styles.scss */
html * {
  -webkit-font-smoothing: antialiased;
}

/* line 45, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 !important;
}

/* line 47, ../sass/styles.scss */
body {
  font-family: "Roboto", "FP-ヒラギノ角ゴ StdN W2", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background-color: #ffffff;
  border-top: 3px solid #0060B7;
  position: relative;
}

/*------------------------------------------------------------------------------------------------*/
/* bg & font color style */
/* line 60, ../sass/styles.scss */
.bg_white {
  background-color: #ffffff;
}

/* line 62, ../sass/styles.scss */
.main_color {
  color: #0060B7;
}

/* line 63, ../sass/styles.scss */
.sub_color {
  color: #199C4c;
}

/*------------------------------------------------------------------------------------------------*/
/* pararax */
/* line 68, ../sass/styles.scss */
html, body, div#wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------------------------------------------------*/
/* global style */
/* line 82, ../sass/styles.scss */
.none {
  display: none;
}

/* line 86, ../sass/styles.scss */
svg.logo-svg {
  transform-origin: 100% 100% 0px !important;
}

/* line 89, ../sass/styles.scss */
.logo {
  background: url(../svg/logo.svg) no-repeat left 15px;
  width: 130px;
  height: 100%;
  font-size: 1em;
  vertical-align: middle;
  display: block;
  margin-left: 20px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------------------------------------------------------------------*/
/* style */
/*------------------------------------------------------------------------------------------------*/
/* PC style */
/* line 116, ../sass/styles.scss */
div#wrapper {
  position: relative;
}
/* line 123, ../sass/styles.scss */
div#wrapper header div#head_bar {
  overflow: visible;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  height: 112px;
}
/* line 134, ../sass/styles.scss */
div#wrapper header div#head_bar h1 {
  width: 100%;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
/* line 140, ../sass/styles.scss */
div#wrapper header div#head_bar h1 a {
  display: block;
  width: 180px;
  margin: 0 auto;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(../svg/logo.svg) no-repeat center center;
  background-size: 100%;
  text-align: center;
}
/* line 153, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul {
  background-color: #ffffff;
  border-top: 2px solid #0060B7;
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
/* line 159, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* line 165, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li:nth-of-type(1) {
  display: none;
}
/* line 166, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li:nth-of-type(3) {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}
/* line 167, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li:nth-of-type(5) {
  display: none;
}
/* line 168, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a {
  display: block;
  height: 50px;
  color: #0060B7;
  transition: all .3s linear;
  text-decoration: none;
  background-color: #ffffff;
}
/* line 176, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a:hover {
  color: #ffffff;
  background-color: #0060B7;
}
/* line 181, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a dl {
  -webkit-transform: translate(0, 12px);
  margin: 0;
  padding: 0;
}
/* line 186, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a dl dt, div#wrapper header div#head_bar nav ul li a dl dd {
  margin: 0;
  padding: 0;
}
/* line 191, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a dl dt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.12em;
}
/* line 197, ../sass/styles.scss */
div#wrapper header div#head_bar nav ul li a dl dd {
  line-height: 1.5em;
  font-size: 0.6em;
}
/* line 208, ../sass/styles.scss */
div#wrapper header div#head_bar > div > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-size: 0.8em;
  width: 60px;
  text-align: center;
  height: 60px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  text-decoration: none;
}
/* line 221, ../sass/styles.scss */
div#wrapper header div#head_bar > div > a address {
  -webkit-transform: translate(0, 15px);
  text-style: normal;
}
/* line 225, ../sass/styles.scss */
div#wrapper header div#head_bar > div > a address svg {
  text-align: center;
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
}
/* line 234, ../sass/styles.scss */
div#wrapper header div#head_bar > div > a address svg rect:nth-of-type(1) {
  fill: #666666;
  width: 100%;
  height: 100%;
}
/* line 247, ../sass/styles.scss */
div#wrapper header .headerImage {
  padding: 0 10px 10px 10px;
  margin-top: 0;
  background: transparent url(../img/header2.jpg) no-repeat center -100px/cover;
  text-align: center;
  position: fixed;
  height: 90%;
  min-height: 500px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 115px;
}
/* line 266, ../sass/styles.scss */
div#wrapper header .headerImage > p {
  position: relative;
  left: 0;
  right: 0;
  top: 80px;
  opacity: 0;
  color: #ffffff;
  text-shadow: 0 1px 12px #8da0d4;
  transform: translate(0, 0px);
  font-size: 2.5em;
  font-family: handleGothic;
}
/* line 278, ../sass/styles.scss */
div#wrapper header .headerImage > p + p {
  font-size: 1.4em;
  font-weight: bold;
  top: 100px;
}
/* line 289, ../sass/styles.scss */
div#wrapper div#contents_wrap {
  display: block;
  position: relative;
  height: 123.45%;
  top: 90%;
}
/* line 298, ../sass/styles.scss */
div#wrapper div#contents_wrap main h1 {
  font-size: 2.5em;
  font-family: handleGothic;
}
/* line 304, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea {
  padding: 0 0 10px 0;
}
/* line 307, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea div#particles {
  padding-bottom: 150px;
  position: relative;
}
/* line 311, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea div#particles canvas.pg-canvas {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #ffffff;
}
/* line 323, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea div#particles h1, div#wrapper div#contents_wrap main div#particleArea div#particles p {
  position: relative;
  z-index: 2;
}
/* line 328, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea div#particles p {
  font-size: 1.2em;
}
/* line 332, ../sass/styles.scss */
div#wrapper div#contents_wrap main div#particleArea div#particles p:nth-of-type(1) {
  margin-bottom: 50px;
}
/* line 341, ../sass/styles.scss */
div#wrapper div#contents_wrap main > div {
  margin: 0 !important;
  padding: 0 100px;
  text-align: center;
}
/* line 348, ../sass/styles.scss */
div#wrapper div#contents_wrap main .white_back {
  background-color: #ffffff;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
/* line 353, ../sass/styles.scss */
div#wrapper div#contents_wrap main .white_back h1 {
  line-height: 200px;
}
/* line 359, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product_back {
  background: transparent url(../img/product5.jpg) no-repeat left top/cover;
  background-attachment: fixed;
}
/* line 369, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
/* line 374, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul li {
  border-bottom: 1px solid #cccccc;
}
/* line 377, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul li div {
  padding: 13px 16px 12px;
}
/* line 380, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul li div * {
  margin-bottom: 0;
  line-height: 25px;
  height: 25px;
}
/* line 386, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul li div span {
  color: #ffffff;
  background-color: #999999;
  text-align: center;
  font-size: 0.9em;
}
/* line 393, ../sass/styles.scss */
div#wrapper div#contents_wrap main .newsListArea ul li div p {
  text-indent: 10px;
  text-align: left;
}
/* line 405, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product {
  padding: 50px 0;
}
/* line 409, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product h1 {
  color: #ffffff;
  text-align: center;
}
/* line 414, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product ul {
  padding-top: 50px;
}
/* line 419, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product ul li figure {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  height: 100%;
  margin: 0;
}
/* line 426, ../sass/styles.scss */
div#wrapper div#contents_wrap main .product ul li figure img {
  width: 50%;
  height: 50%;
}
/* line 438, ../sass/styles.scss */
div#wrapper div#contents_wrap footer {
  display: block;
  background-color: rgba(0, 18, 34, 0.7);
}
/* line 442, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div {
  margin: 0 auto;
  padding: 100px 0;
}
/* line 449, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div p, div#wrapper div#contents_wrap footer > div div a {
  color: #ffffff;
}
/* line 453, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div li {
  font-size: 1.2em;
  position: relative;
}
/* line 457, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div li:before, div#wrapper div#contents_wrap footer > div div li:after {
  position: absolute;
  content: '';
  display: block;
  left: -15px;
  width: 10px;
  height: 3px;
  background-color: #ffffff;
}
/* line 467, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div li:before {
  top: 42%;
  -webkit-transform: rotate(45deg);
}
/* line 472, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div li:after {
  bottom: 42%;
  -webkit-transform: rotate(-45deg);
}
/* line 477, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
/* line 492, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div.footer_logo hgroup h1 {
  font-family: handleGothic;
  line-height: 25px;
}
/* line 497, ../sass/styles.scss */
div#wrapper div#contents_wrap footer > div div.footer_logo hgroup h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 0.8em;
}

@media (max-width: 599px) {
  /* line 518, ../sass/styles.scss */
  div#wrapper header .headerImage {
    background-position: center top;
    background-size: contain;
  }
  /* line 523, ../sass/styles.scss */
  div#wrapper header .headerImage > p {
    font-size: 1.2em;
    top: 10px;
    text-shadow: 0 1px 3px #7985a9;
  }
  /* line 528, ../sass/styles.scss */
  div#wrapper header .headerImage > p + p {
    font-size: 1.1em;
    font-weight: bold;
    top: 30px;
  }
  /* line 539, ../sass/styles.scss */
  div#wrapper header nav ul {
    background-color: #ffffff;
    margin: 0 auto;
  }
  /* line 543, ../sass/styles.scss */
  div#wrapper header nav ul li {
    margin-top: 0;
    text-align: center;
  }
  /* line 547, ../sass/styles.scss */
  div#wrapper header nav ul li:nth-of-type(1) {
    display: none;
  }
  /* line 548, ../sass/styles.scss */
  div#wrapper header nav ul li:nth-of-type(5) {
    display: none;
  }
  /* line 549, ../sass/styles.scss */
  div#wrapper header nav ul li a {
    display: block;
    height: 44px;
    color: #0060B7;
    text-decoration: none;
  }
  /* line 555, ../sass/styles.scss */
  div#wrapper header nav ul li a dl {
    -webkit-transform: translate(0, 10px);
    margin: 0;
    padding: 0;
  }
  /* line 560, ../sass/styles.scss */
  div#wrapper header nav ul li a dl dt, div#wrapper header nav ul li a dl dd {
    margin: 0;
    padding: 0;
  }
  /* line 565, ../sass/styles.scss */
  div#wrapper header nav ul li a dl dt {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.12em;
  }
  /* line 571, ../sass/styles.scss */
  div#wrapper header nav ul li a dl dd {
    line-height: 1.5em;
    font-size: 0.6em;
  }
  /* line 583, ../sass/styles.scss */
  div#wrapper div#contents_wrap {
    height: 123.45%;
    top: 55%;
  }
  /* line 589, ../sass/styles.scss */
  div#wrapper div#contents_wrap main h1 {
    font-size: 1.2em;
    font-family: handleGothic;
    line-height: 70px !important;
  }
  /* line 597, ../sass/styles.scss */
  div#wrapper div#contents_wrap main div#particleArea div#particles {
    padding-bottom: 50px;
  }
  /* line 600, ../sass/styles.scss */
  div#wrapper div#contents_wrap main div#particleArea div#particles h1, div#wrapper div#contents_wrap main div#particleArea div#particles p {
    position: relative;
    z-index: 2;
  }
  /* line 605, ../sass/styles.scss */
  div#wrapper div#contents_wrap main div#particleArea div#particles p {
    font-size: 0.8em;
  }
  /* line 609, ../sass/styles.scss */
  div#wrapper div#contents_wrap main div#particleArea div#particles p:nth-of-type(1) {
    margin-bottom: 50px;
  }
  /* line 616, ../sass/styles.scss */
  div#wrapper div#contents_wrap main > div {
    padding: 0 5px;
    text-align: left;
  }
  /* line 622, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product {
    padding: 50px 0;
  }
  /* line 626, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product h1 {
    color: #ffffff;
    text-align: center;
  }
  /* line 631, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul {
    padding-top: 50px;
  }
  /* line 634, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li {
    margin-top: 5px;
  }
  /* line 636, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li a {
    text-decoration: none;
  }
  /* line 641, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li figure {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    height: 100%;
    margin: 0;
  }
  /* line 648, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li figure img {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  /* line 654, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li figure figcaption {
    display: inline-block;
  }
  /* line 656, ../sass/styles.scss */
  div#wrapper div#contents_wrap main .product ul li figure figcaption span {
    display: block;
    font-family: handleGothic;
  }
}
/* line 686, ../sass/styles.scss */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #d2d2d2;
  z-index: 9999;
}

/* line 696, ../sass/styles.scss */
.spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

/* line 709, ../sass/styles.scss */
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

/* line 719, ../sass/styles.scss */
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 724, ../sass/styles.scss */
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 729, ../sass/styles.scss */
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 734, ../sass/styles.scss */
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
