@charset "UTF-8";
body {
  background-color: #000;
  color: white;
}

canvas {
  pointer-events: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
header .inner {
  max-width: none;
}
header .inner h1 img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  header {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

#keyvisual {
  height: 1260px;
  position: relative;
  overflow: hidden;
  background: url(../IMG/kv_bg_top.jpg) repeat-x top, url(../IMG/kv_bg_bottom.jpg) repeat-x bottom;
}
#keyvisual > div {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    height: 145vw;
  }
}
@media screen and (min-width: 768px) {
  #keyvisual img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
#keyvisual .scroll_bg {
  position: absolute;
  top: 150px;
  width: 100%;
}
#keyvisual .scroll_bg div {
  width: 200vw;
  height: 380px;
}
@media screen and (max-width: 768px) {
  #keyvisual .scroll_bg div {
    width: 300vw;
    height: 190px;
  }
}
#keyvisual .scroll_bg div:nth-child(1) {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
  background: url(../IMG/kv_image_1.jpg) repeat-x top;
  background-size: auto 100%;
}
#keyvisual .scroll_bg div:nth-child(2) {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
  background: url(../IMG/kv_image_2.jpg) repeat-x top;
  background-size: auto 100%;
  float: right;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1920px, 0, 0);
            transform: translate3d(-1920px, 0, 0);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1920px, 0, 0);
            transform: translate3d(-1920px, 0, 0);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(1920px, 0, 0);
            transform: translate3d(1920px, 0, 0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(1920px, 0, 0);
            transform: translate3d(1920px, 0, 0);
  }
}
#keyvisual .splash_effect {
  left: 40%;
}
#keyvisual .main {
  left: 50%;
  top: 100px;
}
#keyvisual .logo {
  left: 47%;
  top: 120px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#keyvisual .logo .order_made_badge {
  position: absolute;
  left: 0;
  bottom: -40px;
}
#keyvisual .catch {
  left: 50%;
  top: 390px;
  -webkit-transform: translate3d(330%, 0, 0);
          transform: translate3d(330%, 0, 0);
}
#keyvisual .products {
  width: 600px;
  left: 50%;
  top: 55%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#keyvisual .products img {
  position: absolute;
}
#keyvisual .products img:nth-child(1) {
  right: 0;
  top: 230px;
}
#keyvisual .products img:nth-child(2) {
  right: 200px;
  top: 260px;
}
#keyvisual .products img:nth-child(4) {
  right: 230px;
  top: 0px;
}
#keyvisual .products img:nth-child(5) {
  right: 20px;
  top: 0px;
}
#keyvisual .copy {
  bottom: 20px;
  right: 20px;
}
#keyvisual .term {
  width: 800px;
  bottom: 70px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #keyvisual .term {
    width: 90%;
    font-size: 20px;
    bottom: 5%;
  }
}
#keyvisual .term::before, #keyvisual .term::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(131, 92, 0, 0)), color-stop(20%, rgb(131, 92, 0)), to(rgba(131, 92, 0, 0)));
  background-image: linear-gradient(90deg, rgba(131, 92, 0, 0), rgb(131, 92, 0) 20% 80%, rgba(131, 92, 0, 0));
}
#keyvisual .term::before {
  top: -15px;
}
#keyvisual .term::after {
  bottom: -15px;
}

#introduction {
  padding: 100px 0 150px;
  background: url(../IMG/intro_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding: 50px 0 50px;
  }
}
#introduction h2 {
  text-align: center;
  padding-bottom: 2em;
}
#introduction h2 img {
  display: inline;
}
@media screen and (max-width: 768px) {
  #introduction h2 {
    padding: 0 3%;
  }
}
#introduction p {
  text-align: center;
  line-height: 200%;
  font-size: 18px;
  text-shadow: 3px 3px 2px #000, -3px 3px 2px #000, -3px -3px 0 #000, 3px -3px 0 #000;
}
@media screen and (max-width: 768px) {
  #introduction p {
    padding: 0 4%;
    font-size: 16px;
  }
}

#detail {
  padding: 100px 0 100px;
  background: url(../IMG/detail_bg.jpg) no-repeat center;
  background-size: cover;
}
#detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}
#detail .inner > div:first-child {
  width: 45%;
}
#detail .inner > div {
  width: 55%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  #detail .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #detail .inner > div {
    width: 100% !important;
    padding: 0 5%;
  }
  #detail .inner .products {
    padding-bottom: 30px;
  }
}
#detail .inner h2 {
  line-height: 140%;
  font-weight: 400;
  padding-bottom: 0.8em;
}
#detail .inner p.text {
  font-size: 16px;
  line-height: 180%;
}
#detail .inner ul {
  padding: 1em 0;
}
#detail .inner ul li {
  font-size: 14px;
}
#detail .inner ul li::before {
  content: "※ ";
}
#detail .inner p.price {
  font-size: 140%;
}
#detail .inner p.term {
  font-size: 16px;
  margin-top: 0.6em;
}
#detail .inner .order {
  margin: 20px 0;
  text-align: center;
}
#detail .inner .order img {
  display: inline;
}
#detail .inner .order a.link {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#detail .inner .order a.link:hover {
  color: #ebf46f;
}
#detail .inner .order a.cart {
  -webkit-transition: 300ms;
  transition: 300ms;
}
#detail .inner .order a.cart:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
#detail .inner .products {
  position: relative;
}
#detail .inner .products img {
  width: 100%;
}

.fix_button {
  background-color: #835c00;
}

.comingsoon, .end {
  display: block;
  background-color: rgba(136, 136, 136, 0.83);
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 5px;
}