/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
}

body section {
  scroll-snap-align: start;
}

section.main {
  width: 100%;
  padding: 0;
  background-image: url(../img/topimg.jpg);
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: backgroundscroll;
          animation: backgroundscroll;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

section.main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  background: none;
  position: absolute;
}

section.main > .backing {
  display: none;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  background: #ffffff;
}

section.main > .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  min-height: 100px;
  top: 68px;
  background: #003e66;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 0 12px;
  font-family: tbchibirgothicplusk-pro,'Noto Sans JP',sans-serif;
  font-weight: bold;
  background: #ffffff;
  color: #003e66;
}

section.main > .banner > img {
  margin: 0;
  max-width: 60px;
}

section.main > .banner > span {
  padding: 0 12px;
  -webkit-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: padding;
  transition-property: padding;
  transition-duration: 0.2s;
}

section.main > h2.title {
  color: #333333;
  font-weight: bold;
  font-size: 2.5rem;
  text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
    display: none;
}

@-webkit-keyframes backgroundscroll {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: calc(-1 * 1600 * 100vh / 896);
    background-position: -178.5714vh;
  }
}

@keyframes backgroundscroll {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: calc(-1 * 1600 * 100vh / 896);
    background-position: -178.5714vh;
  }
}

section.product {
  width: 100%;
  padding: 48px 24px;
  overflow: hidden;
}

section.product ::-webkit-scrollbar {
  height: 1.5rem;
  width: 0;
  margin-top: 1rem;
}

section.product ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

section.product ::-webkit-scrollbar-thumb {
  background: #003e66;
  border-radius: 30px;
}

section.product ::-webkit-scrollbar-button:single-button {
  display: block;
  background: #003e66;
  position: relative;
  width: 1.5rem;
}

section.product ::-webkit-scrollbar-button:start:single-button {
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.75rem solid transparent;
  border-right: 0.75rem solid #003e66;
  border-bottom: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  margin-right: 10px;
}

section.product ::-webkit-scrollbar-button:end:single-button {
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.75rem solid transparent;
  border-left: 0.75rem solid #003e66;
  border-bottom: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  margin-right: 10px;
  position: relative;
}

section.product .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  margin-top: 48px;
  position: relative;
}

section.product .items li.item {
  background-color: #003e66;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 42px;
  width: calc(100vw - 24px * 2);
  margin-left: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  max-width: 100%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  left: 0;
}

section.product .items li.item:first-child {
  margin-left: 0;
}

section.product .items li.item .img img {
  max-width: 100%;
}

section.product .items li.item > .info {
  padding: 12px;
  position: relative;
}

section.product .items li.item > .info > h3 {
  font-size: 1.25rem;
  margin-top: -0.5rem;
  color: #ffffff;
}

section.product .items li.item > .info > p {
  font-size: 0.8rem;
  height: 8rem;
  margin-top: 0.5em;
}

section.product .items li.item > .info > a.button {
  background: white;
  text-align: center;
  width: auto;
  margin: 1rem 12px 0 auto;
  border: 2px solid #003e66;
  padding-right: 1em;
  padding-left: 1em;
  color: #003e66;
  display: block;
  position: absolute;
  bottom: 18px;
  right: 6px;
  -webkit-transition-property: background,border,color;
  transition-property: background,border,color;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

section.product .items li.item > .info > a.button:hover {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  color: #ffffff;
}

section.product .items li.to_prev, section.product .items li.to_next {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

section.product .items li.to_prev:hover, section.product .items li.to_next:hover {
  background: #003e66;
}

section.product .items li.to_prev {
  left: 10px;
}

section.product .items li.to_prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  top: 5px;
  right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.product .items li.to_next {
  right: 10px;
}

section.product .items li.to_next:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  top: 5px;
  left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.contact {
  width: 100%;
  padding: 48px 24px;
  overflow: hidden;
}

section.contact > p {
  margin: 48px auto;
  text-align: center;
  color: #707070;
}

section.contact > a {
  background: #003e66;
  border: 2px solid #003e66;
  margin-top: 24px;
  text-align: center;
  padding: 24px;
  color: #ffffff;
  -webkit-transition-property: background,border,color;
  transition-property: background,border,color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

section.contact > a:hover {
  display: block;
  opacity: 1;
  background: #ffffff;
  border: 2px solid #003e66;
  color: #003e66;
}

section.contact > div {
  display: none;
}

@media screen and (min-width: 701px) {
  section.main > .backing {
    display: block;
  }
  section.main > .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100px;
    font-size: 1.25rem;
    background: #003e66;
    color: #ffffff;
    height: 100px;
  }
  section.main > .banner > span {
    display: block;
  }
  section.product {
    overflow-y: hidden;
  }
  section.product .items {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 50px;
  }
  section.product .items li.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 1rem;
    background: none;
    margin-bottom: 0;
  }
  section.product .items li.item .img {
    width: 60%;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
  }
  section.product .items li.item .img img {
    vertical-align: bottom;
  }
  section.product .items li.item .info {
    width: 40%;
    background-color: #003e66;
    border-radius: 0px 6px 6px 0;
  }
  section.product .items li.item .info p {
    line-height: 2;
  }
  section.product .items li.to_prev, section.product .items li.to_next {
    top: calc(50% - 15px);
  }
  section.contact > div {
    display: block;
    position: absolute;
    z-index: -10;
    max-width: calc(100vw / 100  * 24);
    top: 30%;
    /*
		@keyframes dolphin1 {
			0% {
				transform: rotateZ(-5deg);
			}
			50% {
				transform: rotateZ(5deg);
			}
			100% {
				transform: rotateZ(-5deg);
			}
		} */
  }
  section.contact > div.img-1 {
    left: 24px;
  }
  section.contact > div.img-1 > img {
    -webkit-animation: dolphin1;
            animation: dolphin1;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
  section.contact > div.img-2 {
    right: 24px;
  }
  section.contact > div.img-2 > img {
    -webkit-animation: dolphin1;
            animation: dolphin1;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }
  section.contact > div > img {
    max-width: 100%;
  }
}

@media screen and (min-width: 960px) {
  section.main {
    background-size: cover;
    background-position: center;
    -webkit-animation: none;
            animation: none;
  }
  section.main > .banner > span {
    font-size: 1.5rem;
    padding: 0 24px;
  }
  section.product {
    padding: 50px;
  }
  section.product .items {
    max-width: 1000px;
    margin: 50px auto 50px;
  }
  section.product .items li.item > .info {
    padding: 24px;
  }
  section.contact > div {
    top: auto;
    bottom: 10%;
  }
  section.contact > div.img-1 {
    left: 50px;
  }
  section.contact > div.img-2 {
    right: 50px;
  }
}

@media screen and (min-width: 1500px) {
  section.contact > div > img {
    -webkit-transition-property: max-width;
    transition-property: max-width;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    max-width: 360px;
  }
}
/*# sourceMappingURL=toppage.css.map */