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

main {
  padding-top: 0;
}

canvas {
  pointer-events: none;
}

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

#keyvisual {
  max-height: 840px;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: url(../IMG/kv_bg_pc.jpg) no-repeat center;
  background-size: cover;
}
#keyvisual .main_image {
  margin: 0 auto;
}
#keyvisual > div {
  position: absolute;
}
#keyvisual .copy {
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}
#keyvisual .term {
  width: 800px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .term {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual {
    max-height: none;
    padding: 0;
  }
  #keyvisual .main_image {
    display: none;
  }
  #keyvisual .sp {
    position: relative;
  }
  #keyvisual .copy {
    display: none;
  }
}

#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 {
  padding-bottom: 2em;
}
#introduction h2 img {
  display: inline;
}
@media screen and (max-width: 768px) {
  #introduction h2 {
    padding: 0 3%;
    margin-bottom: 2em;
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #introduction p {
    padding: 0 4%;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
}

#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 {
  padding-bottom: 0.8em;
}
#detail .inner ul {
  padding: 1em 0;
}
#detail .inner ul li::before {
  content: "※ ";
}
#detail .inner p.term {
  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: #1c3d68;
}

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

.line {
  border-bottom: 1px dotted #FFF;
  margin: 60px auto;
  max-width: 1200px;
  width: 100%;
  height: 1px;
}