@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;
}

body {
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}
body * {
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

*:focus {
  outline: none;
}

.setElm {
  -moz-transition: all 0.8s ease-in-out 0.4s;
  -o-transition: all 0.8s ease-in-out 0.4s;
  -webkit-transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.setElm.move {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
header {
  min-width: 1020px;
  position: relative;
  height: 100vh;
}
header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-position: right 50%;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
header.move .intro {
  opacity: 1;
}
header.move .intro:before {
  opacity: 1;
}
header.move .intro h1 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
header.move .intro .logo {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
header.move .intro a.more {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
header.move .intro a.more.blink {
  -moz-transition: all 0;
  -o-transition: all 0;
  -webkit-transition: all 0;
  transition: all 0;
  -webkit-animation: blink 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  -moz-animation: blink 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  -o-animation: blink 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
  animation: blink 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite 1.2s;
}
header.move nav {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
header .intro {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
header .intro:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-position: right 50%;
  background-image: url("../images/animals.png");
  background-repeat: no-repeat;
  background-size: cover;
}
header h1 {
  opacity: 0;
  -moz-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2s;
  transition: all 1s ease-in-out 2s;
  position: absolute;
  top: 0;
  right: 50px;
}
header h1 img {
  display: block;
}
header .logo {
  -moz-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2s;
  transition: all 1s ease-in-out 2s;
  opacity: 0;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50px;
  background-color: #fff;
}
header .logo img {
  display: block;
  -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;
}
header .logo:hover img {
  opacity: .6;
}
header .top_logo {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
header .more {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: -16.5px;
  display: inline-block;
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -moz-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 1s ease-in-out 0.5s;
}
header nav {
  -moz-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2s;
  transition: all 1s ease-in-out 2s;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50px;
  z-index: 100;
}
header nav a {
  -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;
  display: block;
}
header nav > ul > li {
  margin-top: 5px;
}
header nav > ul > li a[data-scr="cooking"] {
  background-color: #5976ba;
}
header nav > ul > li a[data-scr="cooking"]:hover {
  background-color: #9badd6;
}
header nav > ul > li a[data-scr="playing"] {
  background-color: #00b097;
}
header nav > ul > li a[data-scr="playing"]:hover {
  background-color: #66d0c1;
}
header nav > ul > li a[data-scr="tips"] {
  background-color: #f6ab00;
}
header nav > ul > li a[data-scr="tips"]:hover {
  background-color: #facd66;
}
header nav > ul > li a[data-scr="product"] {
  background-color: #eb6d8e;
}
header nav > ul > li a[data-scr="product"]:hover {
  background-color: #f3a7bb;
}
header nav > ul > li img {
  display: block;
}
header nav > ul > li:first-child {
  margin-top: 0;
}

article {
  min-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
article section {
  position: relative;
}
article section:after {
  content: "";
  display: block;
  clear: both;
}
article section img {
  display: block;
  position: relative;
}
article section .borderd {
  background-image: url("../images/dotline.jpg");
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
article section .sectionInner {
  padding: 100px 105px;
}
article section .sectionInner img {
  margin: 0 auto;
}
article section .part {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
article section .part img {
  max-width: none;
  max-height: none;
}
article #cooking {
  width: 900px;
  margin: 0 auto 50px;
}
article #cooking .soup {
  margin-bottom: 50px;
}
article #cooking .soup img {
  margin-left: -35px;
}
article #cooking .hotcake {
  float: left;
  width: 545px;
  padding-top: 40px;
}
article #cooking .hotcake img {
  margin-left: -52px;
}
article #cooking .herbwater {
  float: right;
  width: 327px;
}
article #cooking .herbwater img {
  margin-right: -35px;
}
article #playing {
  width: 900px;
  margin: 0 auto 100px;
}
article #playing .nature {
  height: 565px;
  margin-bottom: 50px;
}
article #playing .nature img {
  margin-left: -82px;
}
article #playing .shadow {
  float: left;
  width: 367px;
}
article #playing .shadow img {
  margin-left: -35px;
}
article #playing .star {
  float: right;
  width: 500px;
  padding-top: 105px;
}
article #playing .star img {
  margin-right: -35px;
}
article #tips {
  width: 900px;
  margin: 0 auto 50px;
}
article #tips .tools {
  margin-bottom: 50px;
}
article #tips .tools img {
  margin-left: -52px;
}
article #tips .bag {
  margin-bottom: 50px;
}
article #tips .bag img {
  margin-left: -35px;
}
article #tips .field {
  float: left;
  width: 480px;
}
article #tips .field img {
  margin-left: -35px;
}
article #tips .field a {
  display: inline-block;
  position: absolute;
  -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 #tips .field a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
article #tips .field a.map {
  width: 260px;
  height: 24px;
  top: 1060px;
  left: 0;
}
article #tips .field a.link {
  width: 175px;
  height: 24px;
  top: 1090px;
  left: 160px;
}
article #tips .takibi {
  float: right;
  width: 395px;
}
article #tips .takibi img {
  margin-right: -35px;
}
article #product {
  margin: 0 auto 85px;
}
article #product a.link {
  position: absolute;
  display: inline-block;
  background-image: url("../images/btn_webshop.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -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;
  width: 77px;
  height: 24px;
}
article #product a.link:hover {
  opacity: .7;
}
article #product .nolink {
  display: none;
}
article #product .lead {
  margin-bottom: 50px;
}
article #product .tent {
  background-image: url("../images/product_kaiju_bg.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  margin-bottom: 85px;
}
article #product .tent .part.kaiju {
  height: 840px;
}
article #product .tent .part.kaiju img.k6 {
  display: block;
  float: right;
  margin-right: -35px;
}
article #product .tent .part.kaiju .NV21606 {
  top: 305px;
  left: 530px;
}
article #product .tent .part:after {
  content: "";
  display: block;
  clear: both;
}
article #product .p01 img {
  margin-left: -35px;
}
article #product .p01 .NBR41604 {
  top: 155px;
  left: 460px;
}
article #product .p01 .NN41525 {
  top: 550px;
  left: 425px;
}
article #product .p01 .NP61535 {
  top: 550px;
  left: 725px;
}
article #product .p01 .NN81669 {
  top: 765px;
  left: 640px;
}
article #product .p01 .NT81635 {
  top: 1115px;
  left: 80px;
}
article #product .p01 .NB81631 {
  top: 1245px;
  left: 460px;
}
article #product .p01 .NF51622 {
  top: 1095px;
  left: 780px;
}
article #product .p01 .NM81552 {
  top: 1755px;
  left: 50px;
}
article #product .p01 .NM81463 {
  top: 1775px;
  left: 275px;
}
article #product .p01 .NM81469 {
  top: 1755px;
  left: 485px;
}
article #product .p01 .NBR41404 {
  top: 1775px;
  left: 720px;
}
article #product .p02 img {
  margin-left: -35px;
}
article #product .p02 .NDW91648 {
  top: 440px;
  left: 85px;
}
article #product .p02 .NN41619 {
  top: 175px;
  left: 295px;
}
article #product .p02 .NTW81633 {
  top: 475px;
  left: 540px;
}
article #product .p02 .NBW81631 {
  top: 225px;
  left: 775px;
}
article #product .p02 .NF51649 {
  top: 920px;
  left: 65px;
}
article #product .p02 .NPJ71614 {
  top: 1135px;
  left: 325px;
}
article #product .p02 .NBR41608 {
  top: 1030px;
  left: 565px;
}
article #product .p02 .NTJ81614 {
  top: 1185px;
  left: 785px;
}
article #product .p02 .NTJ61630 {
  top: 1460px;
  left: 80px;
}
article #product .p02 .NMJ71656 {
  top: 1685px;
  left: 130px;
}
article #product .p02 .NFJ51641 {
  top: 1685px;
  left: 520px;
}
article #product .p02 .NNJ41601 {
  top: 1685px;
  left: 765px;
}

footer {
  padding: 37px 0 30px;
  background-image: url("../images/dotline.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
footer img {
  display: block;
  margin: 0 auto;
}

a.pagetop {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: -50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.pagetop.active {
  right: 50px;
}
a.pagetop:hover {
  opacity: .7;
}
