@import"https://fonts.googleapis.com/css?family=Lato:400,700";@charset "UTF-8";html {
  box-sizing: border-box;
}* , *:after , *:before {
  box-sizing: inherit;
}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */body {
  margin: 0;
  padding: 0;
}article , aside , footer , header , nav , section {
  display: block;
}h1 {
  font-size: 2em;
  margin: .67em 0;
}figcaption , figure , main {
  display: block;
}figure {
  margin: 1em 40px;
}hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}pre {
  font-family: monospace,monospace;
  font-size: 1em;
}a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}a:active , a:hover {
  outline-width: 0;
}abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}b , strong {
  font-weight: inherit;
}b , strong {
  font-weight: bolder;
}code , kbd , samp {
  font-family: monospace,monospace;
  font-size: 1em;
}dfn {
  font-style: italic;
}mark {
  background-color: #ff0;
  color: #000;
}small {
  font-size: 80%;
}sub , sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -.25em;
}sup {
  top: -.5em;
}audio , video {
  display: inline-block;
}audio:not([controls]) {
  display: none;
  height: 0;
}img {
  border-style: none;
}svg:not(:root) {
  overflow: hidden;
}button , input , optgroup , select , textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}button , input {
  overflow: visible;
}button , select {
  text-transform: none;
}button , html [type=button] , [type=reset] , [type=submit] {
  -webkit-appearance: button;
}button::-moz-focus-inner , [type=button]::-moz-focus-inner , [type=reset]::-moz-focus-inner , [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}button:-moz-focusring , [type=button]:-moz-focusring , [type=reset]:-moz-focusring , [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}progress {
  display: inline-block;
  vertical-align: baseline;
}textarea {
  overflow: auto;
}[type=checkbox] , [type=radio] {
  box-sizing: border-box;
  padding: 0;
}[type=number]::-webkit-inner-spin-button , [type=number]::-webkit-outer-spin-button {
  height: auto;
}[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}[type=search]::-webkit-search-cancel-button , [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}details , menu {
  display: block;
}summary {
  display: list-item;
}canvas {
  display: inline-block;
}template {
  display: none;
}[hidden] {
  display: none;
}img {
  width: 100%;
  vertical-align: bottom;
}a {
  text-decoration: none;
}a:link , a:visited , a:active , a:hover {
  outline: none;
}.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}.container {
  width: 100%;
  height: 100vh;
}.bnr__campaign {
  margin: 40px 30px 20px;
  display: block;
}h2 > span {
  color: #9d9d9d;
  font-weight: 100;
  display: block;
  letter-spacing: .1em;
}p {
  text-align: justify!important;
  text-justify: inter-ideograph;
}.button {
  display: inline-block;
  min-width: 180px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
}.button:before , .button:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}.button , .button:before , .button:after , .button i:before {
  box-sizing: border-box;
  transition: all .3s;
}a.button--sp--moviePlay , a.button--moviePlay , .section--gotoShop .navigation .button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 44px;
}a.button--sp--moviePlay , a.button--moviePlay {
  width: 220px;
}a.button--sp--moviePlay i.icon , a.button--moviePlay i.icon {
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}.section--gotoShop .navigation .button i.icon {
  position: absolute;
  font-size: 9px;
  font-size: .9rem;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
}
/*.social {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 1em 0;
}.social li {
  padding: 0 1em;
}.social li a {
  display: block;
  width: 32px;
}*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}.loader {
  width: 50px;
  height: 30px!important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}.loader:after {
  position: absolute;
  content: "Loading";
  bottom: -40px;
  left: -2px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  font-size: 12px;
}.loader > .line {
  background-color: #333;
  width: 6px;
  height: 100%;
  text-align: center;
  display: inline-block;
  -webkit-animation: stretch 1.2s infinite ease-in-out;
          animation: stretch 1.2s infinite ease-in-out;
}.line.one {
  background-color: #2ecc71;
}.line.two {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  background-color: #3498db;
}.line.three {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
  background-color: #9b59b6;
}.line.four {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
  background-color: #e67e22;
}.line.five {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
  background-color: #e74c3c;
}@-webkit-keyframes stretch {
  0% , 40% , 100% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}@keyframes stretch {
  0% , 40% , 100% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}.navigation {
  position: relative;
}html , body {
  height: 100%;
}body {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}body.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}#hlogo {
  position: absolute;
  transition: all 1s cubic-bezier(.05,.55,.45,1) .5s;
  top: -100px;
  z-index: 8002;
  left: 30px;
}.hero {
  background-color: transparent!important;
}.hero .hero__inner {
  position: absolute;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}.hero .hero__inner h1 {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}.hero .hero__inner h1 span {
  display: block;
  position: absolute;
  width: 100%;
}.hero .hero__inner h1.move span.sub {
  top: 0;
}.hero .hero__inner h1.move span.main {
  bottom: 0;
}.hero .hero__inner .selection ul {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 300px;
  margin-bottom: 60px;
}.hero .hero__inner .selection ul li {
  position: relative;
  padding-left: 1em;
  width: 48%;
  font-size: 12px;
  font-size: 1.2rem;
}.hero .hero__inner .selection ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background-color: black;
  margin-right: 2em;
}.hero .hero__bg {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 20%;
  width: 80%;
  height: 100%;
  z-index: 0;
}.hero .hero__bg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
  background-color: #fff;
  transition: all .5s cubic-bezier(1,.02,.58,1) .5s;
}.hero .move:after {
  right: -100%;
}.linkMovie {
  border: 1px solid black;
  display: block;
  position: absolute;
  width: 160px;
  left: 50%;
  bottom: 10%;
  margin-left: -80px;
  text-align: center;
  padding: 1em;
}.section {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}.section__inner {
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
}.section__inner h2 {
  padding: 0 30px;
}.section__inner h3 {
  margin-bottom: 2em;
}.section__inner p {
  padding: 0 30px;
  text-align: left;
}.section--gotoShop {
  padding: 60px 30px;
  background-color: #fff;
}.example {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 1;
  margin: 0;
}.example li {
  width: 50%;
}.section--05 .section__inner {
  padding: 60px 0;
  text-align: center;
}.section--05 .section__inner h2 {
  text-align: center;
}.products {
  overflow: hidden;
}@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?si3l39);
  src: url(../fonts/icomoon.eot?si3l39#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?si3l39) format("truetype"),url(../fonts/icomoon.woff?si3l39) format("woff"),url(../fonts/icomoon.svg?si3l39#icomoon) format("svg");
}[class^=icon-] , [class*=" icon-"] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon--arrowRight:before {
  content: "\e902";
  color: white;
}.icon--moviePlay:before {
  content: "\e903";
  color: white;
}.opening {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
          user-select: none;
     -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
}.opening h1 {
  color: white;
  font-weight: 700;
}.opening a.skip {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 1000;
  display: inline-block;
  -webkit-transform: translate(0,-50%);
          transform: translate(0,-50%);
  text-decoration: none;
  padding-top: 60px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  trainstion: all .3s ease;
  text-align: center;
}.opening a.skip:hover {
  color: gray;
}.opening a.skip:hover span {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}.opening a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  box-sizing: border-box;
  trainstion: all .3s ease;
}@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0,0);
  }20% {
    -webkit-transform: rotate(-45deg) translate(-10px,10px);
  }40% {
    -webkit-transform: rotate(-45deg) translate(0,0);
  }
}@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0,0);
            transform: rotate(-45deg) translate(0,0);
  }20% {
    -webkit-transform: rotate(-45deg) translate(-10px,10px);
            transform: rotate(-45deg) translate(-10px,10px);
  }40% {
    -webkit-transform: rotate(-45deg) translate(0,0);
            transform: rotate(-45deg) translate(0,0);
  }
}#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-size: cover;
}.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}#video-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  z-index: 1000;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}#video-controls .sound , #video-controls a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}#video-controls .sound {
  margin-left: 1em;
}#video-controls .sound.unmute .is-off {
  color: #999;
}#video-controls .sound.mute .is-on {
  color: #999;
}#video-controls span {
  margin: 0 .3em;
}#bars {
  height: 12px;
  width: 18px;
  position: relative;
}.bar {
  background: #fff;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
          animation: sound 0ms -800ms linear infinite alternate;
}@-webkit-keyframes sound {
  0% {
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    height: 3px;
  }100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 12px;
  }
}@keyframes sound {
  0% {
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    height: 3px;
  }100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 12px;
  }
}.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}.bar:nth-child(2) {
  left: 6px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}.bar:nth-child(3) {
  left: 11px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}div.parallax {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 70%;
}.bg01 {
  background-image: url(../images/bg01.jpg);
}.bg02 {
  background-image: url(../images/bg02.jpg);
}.bg03 {
  background-image: url(../images/bg03.jpg);
}.bg04 {
  background-image: url(../images/bg04.jpg);
  padding-top: 65%!important;
}div.scroll_wrap {
  position: relative;
  overflow: hidden;
}#scroll_bg01 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/layer01.png) no-repeat;
  background-size: contain;
  z-index: -3;
  top: 0;
}#scroll_bg02 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/layer02.png) no-repeat;
  background-size: contain;
  z-index: -2;
}#scroll_bg03 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/layer03.png) no-repeat;
  background-size: contain;
  z-index: -1;
}@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes vertical {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}@keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0,100px);
            transform: translate(0,100px);
  }to {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
}@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0,100px);
            transform: translate(0,100px);
  }to {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
}.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  transition: opacity .3s ease-out;
}.modal-video-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0,100px);
          transform: translate(0,100px);
}.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
  transition: -webkit-transform .3s ease-out;
  transition:         transform .3s ease-out;
}.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}.modal-video-close-btn:before , .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}.slick-slider {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
   -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}.slick-list:focus {
  outline: none;
}.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}.slick-slider .slick-track , .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}.slick-track:before , .slick-track:after {
  display: table;
  content: "";
}.slick-track:after {
  clear: both;
}.slick-loading .slick-track {
  visibility: hidden;
}.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}[dir=rtl] .slick-slide {
  float: right;
}.slick-slide img {
  display: block;
}.slick-slide.slick-loading img {
  display: none;
}.slick-slide.dragging img {
  pointer-events: none;
}.slick-initialized .slick-slide {
  display: block;
}.slick-loading .slick-slide {
  visibility: hidden;
}.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}.slick-arrow.slick-hidden {
  display: none;
}.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot?#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.svg#slick) format("svg");
}.slick-prev , .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 10px;
  transition: all .3s ease;
  -webkit-transform: translate(0,-50%);
          transform: translate(0,-50%);
  padding: 0;
  z-index: 3;
  border: none;
  outline: none;
}.slick-prev:hover , .slick-prev:focus , .slick-next:hover , .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}.slick-prev:hover:before , .slick-prev:focus:before , .slick-next:hover:before , .slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}.slick-prev.slick-disabled:before , .slick-next.slick-disabled:before {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}.slick-prev:before , .slick-next:before {
  font-family: icomoon;
  font-size: 12px;
  line-height: 1;
  color: black;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.slick-prev {
  left: 5px;
}[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}.slick-prev:before {
  content: "";
}[dir=rtl] .slick-prev:before {
  content: "";
}.slick-prev:hover {
  -webkit-transform: translate(-5px,-50%);
          transform: translate(-5px,-50%);
}.slick-next {
  right: 5px;
}[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}.slick-next:before {
  content: "";
}[dir=rtl] .slick-next:before {
  content: "";
}.slick-next:hover {
  -webkit-transform: translate(5px,-50%);
          transform: translate(5px,-50%);
}.slick-dotted.slick-slider {
  margin-bottom: 30px;
}.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
  left: 0;
}.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 20px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}.slick-dots li button:hover , .slick-dots li button:focus {
  outline: none;
}.slick-dots li button:hover:before , .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}.slick-dots li button:before {
  position: absolute;
  left: 0;
  content: "・";
  width: 20px;
  height: 20px;
  top: 0;
  left: -10px;
  font-family: Lato,sans-serif;
  font-size: 40px;
  line-height: 20px;
  text-align: center!important;
  color: black;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}#colorbox , #cboxOverlay , #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}#cboxWrapper {
  max-width: none;
}#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}#cboxMiddleLeft , #cboxBottomLeft {
  clear: left;
}#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}#cboxTitle {
  margin: 0;
}#cboxLoadingOverlay , #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}#cboxPrevious , #cboxNext , #cboxClose , #cboxSlideshow {
  cursor: pointer;
}.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}#colorbox , #cboxContent , #cboxLoadedContent {
          box-sizing: content-box;
     -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}#cboxOverlay {
  background: #fff;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
}#colorbox {
  outline: 0;
}#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}.cboxIframe {
  background: #fff;
}#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}#cboxLoadedContent {
  background: #000;
  padding: 1px;
}#cboxLoadingOverlay {
  background: #000;
}#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}#cboxPrevious , #cboxNext , #cboxSlideshow , #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}#cboxPrevious:active , #cboxNext:active , #cboxSlideshow:active , #cboxClose:active {
  outline: 0;
}#cboxPrevious {
  background-position: 0 0;
  right: 44px;
}#cboxPrevious:hover {
  background-position: 0 -25px;
}#cboxNext {
  background-position: -25px 0;
  right: 22px;
}#cboxNext:hover {
  background-position: -25px -25px;
}#cboxClose {
  background-position: -50px 0;
  right: 0;
}#cboxClose:hover {
  background-position: -50px -25px;
}.cboxSlideshow_on #cboxPrevious , .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}#cboxClose {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-color: transparent;
}#cboxClose:after {
  content: url(../images/close.svg);
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}html {
  font-size: 62.5%;
  font-family: -apple-system,BlinkMacSystemFont,Lato,"游ゴシック Medium","游ゴシック体",Yu Gothic Medium,YuGothic,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: 400;
}body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  background-color: #fff;
}.section__inner {
  position: relative;
  z-index: 1;
}.section__inner h2 {
  transition: .4s;
  text-align: left;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}.section__inner h2.move {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}.section__inner h2 b {
  position: relative;
}.section__inner h2 b:before {
  display: block;
  content: "";
  background-image: url(../images/border.svg),none;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -42px;
  top: 50%;
  margin-top: -3px;
  width: 36px;
  height: 6px;
}.section__inner h3 {
  margin: 0;
}.section__inner h3 span {
  color: #e6e6e6;
  font-weight: 300;
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
}.section__inner h4 {
  font-size: 13px;
  font-size: 1.3rem;
}.section--01 {
  transition: all 1s cubic-bezier(.05,.55,.45,1) .5s;
}.section--01 .section__inner {
  text-align: center;
  padding: 0;
  padding-bottom: 100px;
}.section--01 .section__inner h2 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}.section--01 .section__inner h2 b:before {
  display: none;
}.section--01 .section__inner h2 span {
  font-size: 18px;
  font-size: 1.8rem;
}.section--01 .section__inner h2 > b {
  font-size: 24px;
  font-size: 2.4rem;
}.section--01 .section__inner p small {
  display: block;
}.section--01 .section__inner ul.colorType {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}.section--01 .section__inner ul.colorType li {
  text-align: center;
  margin-top: 4em;
}.section--01 .section__inner ul.colorType li img {
  display: block;
  margin: 0 auto;
}.section--01 .section__inner ul.colorType li img.name {
  margin-bottom: 1em;
}.section--01 .section__inner li.colorType--neutral img.name {
  width: 85px;
  height: 33px;
}.section--01 .section__inner li.colorType--natural img.name {
  width: 94px;
  height: 33px;
}.section--01 .section__inner li.colorType--grayish img.name {
  width: 87px;
  height: 33px;
}.section--01 .section__inner li.colorType--clear img.name {
  width: 85px;
  height: 33px;
}.section--01 .section__inner li.colorType--woodface img.name {
  width: 120px;
  height: 33px;
}.section--01 .section__inner li.colorType--metallic img.name {
  width: 98px;
  height: 33px;
}.section--01 .section__inner li.colorType--materi img.name {
  width: 158px;
  height: 33px;
}.section--01 .section__inner img.color {
  width: 90px;
  height: 90px;
}.section--02 {
  position: relative;
  overflow: hidden;
}.section--02:before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  display: block;
  width: 0;
  z-index: 0;
  background-color: #f4f6fa;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  height: 30%;
  max-height: 40%;
}.section--02.move:before {
  width: 48%;
}.section--03 {
  position: relative;
}.section--03:before {
  content: "";
  position: absolute;
  top: 130px;
  right: 0;
  display: block;
  z-index: 0;
  width: 100%;
  padding-top: 37%;
  background-color: #faf4fa;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  height: 28%;
  max-height: 30%;
}.section--03.move:before {
  width: 48%;
}.section--04 {
  position: relative;
  overflow: hidden;
}.section--04:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 130px;
  left: 0;
  display: block;
  width: 0;
  height: 50%;
  max-height: 60%;
  background-color: #faf9f4;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}.section--04.move:before {
  width: 64%;
}.section--gotoShop {
  position: relative;
  z-index: 1;
}.section--gotoShop__inner {
  background: url(../images/img_shop.gif) no-repeat;
}.section--gotoShop__inner .logo {
  width: 180px;
}.section--gotoShop__inner .logo span {
  font-size: 7px;
  font-size: .7rem;
}.section--gotoShop__inner .navigation .button {
  display: block;
  margin: 0 auto;
}.section--gotoShop__inner .navigation .button:first-child {
  margin-bottom: 2em;
}.footerWrap {
  background-color: #fff;
  padding: 2em 0;
  position: relative;
}div.page-top a {
  color: black;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  top: -40px;
  left: 50%;
  line-height: 60px;
  text-align: center;
  margin-left: -50px;
  display: block;
  transition: all .3s cubic-bezier(1,.02,.58,1);
}div.page-top a:hover {
  top: -45px;
  color: #59b1eb;
}p.copyright {
  text-align: center!important;
  font-weight: 400;
}@media screen and (max-width:1024px) {
  .br_sp {
    display: block;
  }.br_pc {
    display: none;
  }.bnr__campaign {
    width: auto;
    height: auto;
    background: none;
  }.bnr__campaign img {
    display: block;
  }h2 {
    font-size: 1.6rem;
  }h2 > span {
    font-size: 3rem;
    line-height: 1.3;
  }h2 > b {
    font-size: 1.8rem;
    line-height: 1.3;
  }p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .2em;
  }.button--sp--moviePlay {
    display: block;
  }.button--moviePlay {
    display: none;
  }#toggle {
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    top: 24px;
    right: 20px;
    width: 30px;
    height: 40px;
    position: absolute;
    z-index: 8001;
    display: block;
    outline: none;
  }#toggle:after {
    content: "MENU";
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -1px;
    font-size: .7rem;
    text-align: center;
    color: black;
  }#toggle span {
    display: block;
    background: #000;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .3s;
  }#toggle span:first-child {
    top: 5px;
  }#toggle span:nth-child(2) {
    top: 13px;
  }#toggle span:last-child {
    top: 21px;
  }#toggle.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }#toggle.active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }#toggle.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }.navigation__inner {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all .5s cubic-bezier(.22,.17,.64,.97);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 8000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }.navigation__inner ul {
    list-style: none;
    padding: 0;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0 auto;
  }.navigation__inner ul li {
    margin-bottom: 2em;
  }.navigation__inner ul li:last-child {
    margin-bottom: 0;
  }.navigation__inner ul li a {
    color: black;
    border: 1px solid black;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1em;
    text-decoration: none;
    text-align: center;
  }.open {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }#hlogo {
    top: 28px;
  }#hlogo svg {
    width: 120px;
  }.hero {
    overflow: hidden;
  }.hero .hero__inner {
    left: 30px;
    padding: 36% 0 30%;
  }.hero .hero__inner h1 span.sub {
    position: static;
    min-width: 132px;
    width: 40%;
    height: auto!important;
  }.hero .hero__inner h1 span.main {
    position: static;
    margin-top: .2em;
    min-width: 270px;
    width: 80%;
    height: auto!important;
  }.hero .hero__bg {
    background: none;
  }.hero .hero__bg img {
    display: block;
  }.hero .hero__bg:after {
    display: none;
  }.products {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 30px;
  }.item {
    position: relative;
    padding-bottom: 30px;
  }.txt {
    margin-top: 10px;
    margin-bottom: 70px;
    text-align: left;
  }.txt p {
    padding: 0;
  }.slick-prev , .slick-next {
    bottom: 0;
  }.slick-prev {
    left: 5px;
  }[dir=rtl] .slick-prev {
    left: auto;
    right: 25px;
  }.slick-prev:before {
    content: "";
  }[dir=rtl] .slick-prev:before {
    content: "";
  }.slick-next {
    right: 5px;
  }[dir=rtl] .slick-next {
    left: 25px;
    right: auto;
  }.slick-next:before {
    content: "";
  }[dir=rtl] .slick-next:before {
    content: "";
  }.slick-dots {
    margin-bottom: -9px;
  }body {
    font-size: 1.4rem;
  }.section--01 {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    background: #fff;
  }.section--01.move {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50px;
  }.section--01 .section__inner ul.colorType {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
            justify-content: left;
    padding: 0 30px;
  }.section--01 .section__inner ul.colorType li {
    width: 50%;
    text-align: center;
  }.section--02:before {
    width: 48%;
  }.section--03:before {
    width: 48%;
  }.section--04:before {
    width: 64%;
  }.section--gotoShop__inner {
    background-size: contain;
    background-position: center top;
  }.section--gotoShop__inner .box {
    margin-top: 65%;
    text-align: left;
  }.section--gotoShop__inner .box h3 {
    margin-top: 1em;
    font-size: 1.4rem;
  }.section--gotoShop__inner .box p {
    padding: 0;
    margin-bottom: 2em;
  }.section--gotoShop__inner .logo {
    display: none;
  }p.copyright {
    font-size: 1rem;
  }
}@media screen and (min-width:1025px) {
  .br_sp {
    display: none;
  }.br_pc {
    display: block;
  }.bnr__campaign {
    width: 728px;
    height: 90px;
    margin: 40px auto 20px;
    background: url(/coloryourlife/images/banner_newColorCP_pc.jpg) no-repeat;
  }.bnr__campaign img {
    display: none;
  }h2 {
    font-size: 3rem;
  }h2 > span {
    font-size: 5rem;
    line-height: 1.6;
  }h2 > b {
    font-size: 3rem;
    line-height: 1.6;
  }p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .2em;
  }.button:before , .button:after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #333;
  }.button:before {
    right: 0;
  }.button:after {
    left: 0;
  }.button:hover:before , .button:hover:after {
    width: 0;
    background-color: #59b1eb;
  }.button--sp--moviePlay {
    display: none;
  }.button--moviePlay {
    display: block;
  }a.button--sp--moviePlay:hover , a.button--moviePlay:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
  }a.button--sp--moviePlay:hover i.icon:before , a.button--moviePlay:hover i.icon:before {
    color: #59b1eb!important;
  }.section--gotoShop .navigation .button:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
  }.section--gotoShop .navigation .button:hover i.icon:before {
    color: #59b1eb!important;
  }#toggle {
    display: none;
  }.navigation__inner {
    position: fixed;
    top: 28px;
    right: 30px;
    width: 100%;
    height: auto;
    background-color: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }.navigation__inner ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
  }.navigation__inner ul li {
    margin-left: 2em;
  }.navigation__inner ul li a {
    color: black;
    border: none;
    display: inline-block;
    display: inline;
    zoom: 1;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    padding: 6px 0;
    font-weight: 700;
  }.navigation__inner ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #333;
    transition: all .3s ease;
  }.navigation__inner ul li a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }.navigation__inner.active {
    top: -100px;
    transition: all 1s cubic-bezier(.05,.55,.45,1) .5s;
  }.navigation__inner.move {
    top: 28px;
  }#hlogo svg {
    width: 150px;
  }#hlogo.move {
    top: 28px;
  }.hero .hero__inner {
    left: 10%;
    padding: 280px 0 100px;
  }.hero .hero__inner h1 {
    height: 136px;
  }.hero .hero__inner h1 span.sub {
    max-width: 278px;
    height: auto!important;
    top: -100px;
    transition: all 1s cubic-bezier(.05,.55,.45,1) .5s;
  }.hero .hero__inner h1 span.main {
    max-width: 640px;
    height: auto!important;
    bottom: -100px;
    transition: all 1s cubic-bezier(.05,.55,.45,1) .5s;
  }.hero .hero__inner .selection {
    transition: all 1s cubic-bezier(.05,.55,.45,1) .8s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 20px;
    position: relative;
  }.hero .hero__inner .selection h2 {
    margin-top: 100px;
  }.hero .hero__inner .selection.move {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }.hero .hero__bg {
    max-height: 800px;
    background: url(/coloryourlife/images/bg_hero.jpg) 60% top no-repeat;
    background-size: cover;
  }.hero .hero__bg img {
    display: none;
  }.example {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }.example li {
    width: 20%;
  }.products {
    position: relative!important;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0 30px;
    transition: all 1s cubic-bezier(.05,.55,.45,1);
    top: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }.products .item {
    padding: 0;
  }.products:nth-child(odd) .txt {
    position: relative;
    text-align: left;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0;
    left: 0;
  }.products:nth-child(odd) .item {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }.products:nth-child(even) .txt {
    position: relative;
    text-align: left;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    top: 0;
  }.products:nth-child(even) .item {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: -30px;
  }.products .slider {
    padding: 0 0 60px;
    margin: 0!important;
  }.products .txt > h3 {
    font-size: 2.4rem;
  }.products .txt > h4 {
    font-size: 1.6rem;
  }.products:nth-child(odd) {
    padding-left: 28%;
    padding-right: 3%;
  }.products:nth-child(odd) .txt {
    position: absolute;
    width: 38%;
    top: 10%;
    padding: 0;
  }.products:nth-child(odd) .txt p {
    padding: 0;
  }.products:nth-child(even) {
    padding-right: 28%;
    padding-left: 3%;
  }.products:nth-child(even) .txt {
    position: absolute;
    width: 38%;
    top: 10%;
    padding: 0;
  }.products:nth-child(even) .txt p {
    padding: 0;
  }.move {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }div.parallax {
    background-attachment: fixed;
    padding-top: 40%;
  }div.scroll_wrap {
    background: none;
  }div.scroll_wrap #scroll_bg01 , div.scroll_wrap #scroll_bg02 , div.scroll_wrap #scroll_bg03 {
    display: block;
    transition: all 1s cubic-bezier(.05,.55,.45,1) .8s;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }div.scroll_wrap #scroll_bg01.move {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
            animation: vertical 1s ease-in-out infinite alternate;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    background-position: 50% 10%;
  }div.scroll_wrap #scroll_bg02.move {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
            animation: vertical 1s ease-in-out infinite alternate;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
    background-position: 50% 12%;
  }div.scroll_wrap #scroll_bg03.move {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
            animation: vertical 1s ease-in-out infinite alternate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    background-position: 50% 50%;
  }div.scroll_wrap #scroll_bg01.move , div.scroll_wrap #scroll_bg02.move , div.scroll_wrap #scroll_bg03.move {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }body {
    font-size: 1.6rem;
  }.section__inner h3 span {
    font-size: 4.8rem;
  }.section--01 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    top: 100px;
  }.section--01.move {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0;
  }.section--01 .section__inner {
    padding: 100px 0;
  }.section--01 .section__inner h2 span {
    font-size: 3.2rem;
  }.section--01 .section__inner h2 > b {
    font-size: 3.8rem;
  }.section--01 .section__inner p {
    padding: 0;
    text-align: center!important;
  }.section--01 .section__inner ul.colorType {
    max-width: 580px;
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
  }.section--01 .section__inner ul.colorType li {
    padding: 0 20px;
  }.section--02:before {
    transition: all 1s cubic-bezier(.05,.55,.45,1);
  }.section--03:before {
    transition: all 1s cubic-bezier(.05,.55,.45,1);
  }.section--04:before {
    transition: all 1s cubic-bezier(.05,.55,.45,1);
  }.section--gotoShop__inner {
    background-size: 45%;
    background-position: center left;
  }.section--gotoShop__inner .box {
    margin-left: 55%;
    text-align: left;
  }.section--gotoShop__inner .box h3 {
    margin-top: 1em;
  }.section--gotoShop__inner .box p {
    padding: 0;
    margin-bottom: 2em;
  }.section--gotoShop__inner .navigation .button {
    display: inline-block;
  }.section--gotoShop__inner .navigation .button:first-child {
    margin-right: 2em;
    margin-bottom: 0;
  }/*p.copyright {
    font-size: 1.2rem;
  }*/
}@media screen and (min-width:1025px) and (max-width:1024px) {
  .products:nth-child(odd) .txt {
    left: -30px!important;
  }
}

/***********************************************

        footer

***********************************************/

.p-footerWrap {
    padding:5% 0;
}

@media all and (max-width:768px) {
  .p-footerWrap {
    padding:8% 0;
  }
}

@media all and (max-width:415px) {
  .p-footerWrap {
    padding:12% 0;
  }
}

.p-social {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 20px 0;
}

.p-social li {
  padding: 0 30px;
    z-index: 100;
}

.p-social li a {
  display: block;
}

.p-social li a .icon--facebook {
  width: 17px;
  height: 36px;
}

.p-social li a .icon--twitter {
  width: 52px;
  height: 36px;
}

.p-social li a .icon--instagram {
  width: 36px;
  height: 36px;
}

.p-copyright{
    font-size:11px;
    letter-spacing: 0.3em;
    color:#fff;
    border-top: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}







/***********************************************

        GDPR Cookie

***********************************************/
.p-cookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999; }
  .p-cookieConsent.is-show {
    visibility: visible; }

.p-cookieConsent__inner {
  max-width: 1480px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-cookieConsent__text {
  padding-right: 40px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__text {
      padding: 0 0 10px; } }
  .p-cookieConsent__text p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .p-cookieConsent__text p {
        font-size: 12px; } }
  .p-cookieConsent__text p:first-child {
    margin-bottom: 10px; }
  .p-cookieConsent__text a {
    color: #fff;
    text-decoration: underline; }
  .p-cookieConsent__text a:hover, .p-cookieConsent__text a:visited {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    opacity: 1; }

.p-cookieConsent__agree {
  width: 100%;
  max-width: 120px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1a5ca8;
  padding: 10px;
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .p-cookieConsent__agree {
      max-width: none;
      padding: 5px; } }
  .p-cookieConsent__agree span {
    display: block; }

.cc-hide {
  animation: hide 0.3s linear 0s;
  animation-fill-mode: forwards; }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
