@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: inherit;
}

html {
  font-size: 14px;
  line-height: 2;
}
html * {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #fff;
}
body * {
  box-sizing: border-box;
}
body #bg {
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body #bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
body #bg .bg.top {
  background-image: url("../images/top_bg.jpg");
}
body #bg .bg.page12 {
  background-image: url("../images/p12_bg.jpg");
}
body #bg .bg.page13 {
  background-image: url("../images/p13_bg.jpg");
}
body #bg .bg.product01 {
  background-image: url("../images/product_mountain_bg.jpg");
}
body #bg .bg.product02 {
  background-image: url("../images/product_rain_bg.jpg");
}
body #bg .bg.product03 {
  background-image: url("../images/product_water_bg.jpg");
}
body #bg.top .top {
  opacity: 1;
}
body #bg.page12 .page12 {
  opacity: 1;
}
body #bg.page13 .page13 {
  opacity: 1;
}
body #bg.product01 .product01 {
  opacity: 1;
}
body #bg.product02 .product02 {
  opacity: 1;
}
body #bg.product03 .product03 {
  opacity: 1;
}
body #bg.end {
  background-color: #00993d;
}

nav #menu {
  position: fixed;
  height: 100%;
  z-index: 3;
  top: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
nav #menu li {
  margin: 10px 0;
}
nav #menu li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #dfdfdf;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
nav #menu li.active a {
  background-color: #009944;
}

article#fullpage {
  position: relative;
  z-index: 1;
}
article#fullpage section.section {
  text-align: center;
  position: relative;
}
article#fullpage section.section .secInner {
  display: inline-block;
  vertical-align: top;
}
article#fullpage section.section .secInner .page {
  width: 550px;
}
article#fullpage section.section .secInner .page a {
  display: inline-block;
  vertical-align: top;
}
article#fullpage section.section .secInner .page a img {
  height: 370px;
  max-height: 61.66667vh;
  vertical-align: top;
}
article#fullpage section.section .secInner .page .text {
  margin-top: 20px;
}
article#fullpage section.section .secInner .page .text img {
  display: block;
  width: 85.45455%;
}
article#fullpage section.section.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
article#fullpage section.section.product > .title {
  width: 100%;
  margin-bottom: 50px;
}
article#fullpage section.section.product .fp-slides {
  height: auto;
}
article#fullpage section.section.product .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell {
  height: auto !important;
}
article#fullpage section.section.product .slide .secInner {
  display: table;
  width: 770px;
  margin: 0 auto;
}
article#fullpage section.section.product .slide .secInner .img {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
  text-align: center;
}
article#fullpage section.section.product .slide .secInner .img img {
  max-height: 63.33333vh;
  vertical-align: top;
}
article#fullpage section.section.product .slide .secInner .detail {
  display: table-cell;
  font-size: 12px;
  text-align: left;
  padding: 0 40px;
  vertical-align: middle;
}
article#fullpage section.section.product .slide .secInner .detail .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
article#fullpage section.section.product .slide .secInner .detail .title .en {
  display: block;
}
article#fullpage section.section.product .slide .secInner .detail .data {
  margin-bottom: 1em;
}
article#fullpage section.section.product .slide .secInner .detail .text {
  margin-bottom: 2em;
}
article#fullpage section.section.product .slide .secInner .detail .link a {
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  width: 180px;
  position: relative;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article#fullpage section.section.product .slide .secInner .detail .link a:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -moz-transition: border-left-color 0.2s ease-in-out;
  -o-transition: border-left-color 0.2s ease-in-out;
  -webkit-transition: border-left-color 0.2s ease-in-out;
  transition: border-left-color 0.2s ease-in-out;
}
article#fullpage section.section.product .slide .secInner .detail .link a[href="###"] {
  display: none;
}
article#fullpage section.section.product .fp-controlArrow {
  width: 50px;
  height: 50px;
  border-width: 0;
  border-top-width: 3px;
  border-color: transparent;
  margin-top: -25px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section.product .fp-controlArrow:hover {
  opacity: .7;
}
article#fullpage section.section.product .fp-controlArrow.fp-prev {
  left: 75px;
  border-left-width: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
article#fullpage section.section.product .fp-controlArrow.fp-next {
  right: 75px;
  border-right-width: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
article#fullpage section.section.product .fp-slidesNav ul li {
  width: 8px;
  height: 8px;
  margin: 10px;
}
article#fullpage section.section.product .fp-slidesNav ul li a {
  background-color: #dfdfdf;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
article#fullpage section.section.product .fp-slidesNav ul li a span {
  display: none;
  margin: 0;
}
article#fullpage section.section[data-anchor="product01"] .slide .secInner .detail .title .en {
  color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .slide .secInner .detail .link a {
  border-color: #009944;
  color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .slide .secInner .detail .link a:after {
  border-left-color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .slide .secInner .detail .link a:hover {
  color: #fff;
  background-color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .slide .secInner .detail .link a:hover:after {
  border-left-color: #fff;
}
article#fullpage section.section[data-anchor="product01"] .fp-controlArrow {
  border-top-color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .fp-controlArrow.fp-prev {
  border-left-color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .fp-controlArrow.fp-next {
  border-right-color: #009944;
}
article#fullpage section.section[data-anchor="product01"] .fp-slidesNav ul li a.active {
  background-color: #009944;
}
article#fullpage section.section[data-anchor="product02"] .slide .secInner .detail .title .en {
  color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .slide .secInner .detail .link a {
  border-color: #5fc1c7;
  color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .slide .secInner .detail .link a:after {
  border-left-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .slide .secInner .detail .link a:hover {
  color: #fff;
  background-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .slide .secInner .detail .link a:hover:after {
  border-left-color: #fff;
}
article#fullpage section.section[data-anchor="product02"] .fp-controlArrow {
  border-top-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .fp-controlArrow.fp-prev {
  border-left-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .fp-controlArrow.fp-next {
  border-right-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product02"] .fp-slidesNav ul li a.active {
  background-color: #5fc1c7;
}
article#fullpage section.section[data-anchor="product03"] .slide .secInner .detail .title .en {
  color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .slide .secInner .detail .link a {
  border-color: #00abeb;
  color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .slide .secInner .detail .link a:after {
  border-left-color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .slide .secInner .detail .link a:hover {
  color: #fff;
  background-color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .slide .secInner .detail .link a:hover:after {
  border-left-color: #fff;
}
article#fullpage section.section[data-anchor="product03"] .fp-controlArrow {
  border-top-color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .fp-controlArrow.fp-prev {
  border-left-color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .fp-controlArrow.fp-next {
  border-right-color: #00abeb;
}
article#fullpage section.section[data-anchor="product03"] .fp-slidesNav ul li a.active {
  background-color: #00abeb;
}
article#fullpage section.section[data-anchor="top"] .headergroup {
  padding-top: 200px;
}
article#fullpage section.section[data-anchor="top"] .headergroup .title {
  margin-bottom: 40px;
}
article#fullpage section.section[data-anchor="top"] a.logo {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 85px;
  height: 40px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section[data-anchor="top"] a.logo img {
  width: 100%;
}
article#fullpage section.section[data-anchor="top"] a.logo:hover {
  opacity: .7;
}
article#fullpage section.section[data-anchor="top"] a.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
  display: block;
  width: 70px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-image: url("../images/scroll_arrow.png");
  background-size: 21.42857% auto;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section[data-anchor="top"] a.scroll:hover {
  opacity: .7;
}
article#fullpage section.section[data-anchor="top"] a.scroll img {
  width: 100%;
}
article#fullpage section.section[data-anchor="page12"] .secInner img {
  width: 481px;
}
article#fullpage section.section[data-anchor="page13"] .secInner img {
  width: 646px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent {
  width: 870px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent > .title {
  margin-bottom: 40px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent > .title img {
  display: block;
  margin: 0 auto;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body:after {
  content: "";
  display: block;
  clear: both;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .img {
  width: 200px;
  float: left;
  margin-right: 20px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .img img {
  display: block;
  margin-top: 10px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .img img:first-child {
  margin-top: 0;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .text {
  float: right;
  width: 650px;
  color: #00993d;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .text .link {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.57143;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .text .link a {
  text-decoration: none;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .text .link a:hover {
  text-decoration: underline;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .body .logo {
  width: 200px;
  float: right;
  margin: 0 0 0 20px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .repair {
  margin-top: 20px;
  border: #dfdfdf 1px solid;
  padding: 10px;
  text-align: left;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .repair .title {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 5px;
}
article#fullpage section.section[data-anchor="kns"] .secInner .knsContent .repair .text {
  font-size: 12px;
  line-height: 1.66667;
}
article#fullpage section.section[data-anchor="end"] .copyright {
  color: #00993d;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

@media (orientation: portrait) {
  article#fullpage section.section .secInner {
    display: inline-block;
    vertical-align: top;
  }
  article#fullpage section.section .secInner .page {
    width: auto;
  }
  article#fullpage section.section .secInner .page a img {
    height: auto;
    width: 90vw;
    max-height: none;
  }
  article#fullpage section.section .secInner .page .text img {
    width: 90vw;
  }
  article#fullpage section.section[data-anchor="top"] a.scroll {
    width: 15vw;
    margin-left: -7.5vw;
    height: 9.64286vw;
  }
  article#fullpage section.section[data-anchor="page12"] .secInner img {
    width: 90vw;
  }
  article#fullpage section.section[data-anchor="page13"] .secInner img {
    width: 90vw;
  }
}
