@charset "utf-8";
/* CSS Document */


/* animation　module
====================================*/
.animeated-block span.animated,
.arrow-box span.animated {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 0;
  width: 0;
  text-align: center;
  box-sizing: border-box;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  font-size: calc(40px + 0.25vw);
  color: #7e8d99;
  z-index: 10;
}
.animeated-block span.animated {
  padding: 20px 0 0;
}
.animeated-block .animated {
  animation-duration: 1.5s;
}
.animated.animation-delay {
  animation-delay: .3s;
}
.animated.bounce.infinit {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

/* scrollevent 関連
-------------------------*/
.scroll-one {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 30px 0 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
  background: rgb(240,249,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-two {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-one h1,
.scroll-two h1 {
  display: block;
  text-align: center;
  font-size: calc(40px + 0.25vw);
  line-height: 1em;
  letter-spacing: 1.5px;
  color: #7e8d99;
}

.scroll-one .animated,
.scroll-two .animated {
  opacity: 0;
}

.scroll-one .animated.bounceInDown,
.scroll-one .animated.bounceInLeft,
.scroll-one .animated.fadeInLeft,
.scroll-two .animated.fadeInRight,
.scroll-one h1 span.animated,
.scroll-two h1 span.animated {
  opacity: 1;
  animation-duration: 2.5s;
}

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  max-width: 1024px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}
.contents-scroll-event-wrap {
    position: relative;
    width: 100%;
}

/* レイアウト 関連
-------------------------*/
.contents-block {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 30px;
}
.animeated-block {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 30px;
}
.text-box,
.text-box600 {
  display: block;
  margin: 20px auto 0;
  box-sizing: border-box;
  padding: 20px 0;
  color: #80888f;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: calc(13px + 0.25vw);
  line-height: 1.5em;
}
.text-box600 {
  max-width: 600px;
}
.box-layout {
  display: block;
}
/*.box-layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}*/

/* タイトル周り　デザイン
-------------------------*/
.h1-title.anime-style {
  font-size: calc(20px + 0.25vw);
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-bottom: 50px;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  border-left: solid 5px #69c6b3;
  color: #333;
}
.h1-title.anime-style::after {
  border-bottom: dotted 1px #69c6b3;
}
.h3-title.anime-style::before {
  background: #69c6b3;
}
.h3-title.anime-style::before {
  top: 33%;
}

/* カートテストページ
===================================*/
.cart-test-wrap {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-test-wrap li {
  margin: 0 0 10px;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
/* scrollevent 関連
-------------------------*/
.scroll-one,
.scroll-two {
  height: inherit;
}
.scroll-one {
padding: 30px 20px 50px;
}
.scroll-two {
padding: 50px 20px 50px;
}
/* wrap 関連
-------------------------*/
.contents-wrap {
  padding: 0 20px;
}
}
@media screen and (max-width: 375px) {
}

