* {
  padding: 0;
  margin: 0;
  line-height: 1;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.contents.shop .shop-btn li a, .contents.item .sample-btn li a, .contents h2, .header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hide {
  display: none;
}

html, body {
  height: 100%;
}

body {
  background-image: url(../img/bg_image.png);
  background-size: cover;
}

.container {
  max-width: 1024px;
  padding-top: 78px;
  margin: 0 auto 100px;
}
@media (width < 800px) {
  .container {
    padding-top: 24px;
  }
}

.header {
  margin-bottom: 36px;
  text-align: center;
}
.header h1 {
  aspect-ratio: 1024/420;
  background-image: url(../img/main_visual.png);
  background-size: contain;
}

.contents {
  max-width: 1000px;
  margin: 0 auto 24px;
}
.contents h2 {
  aspect-ratio: 1000/315;
}
.contents.youtube {
  margin-bottom: 48px;
}
.contents.youtube p {
  max-width: 854px;
  margin: 0 auto;
  aspect-ratio: 854/480;
}
.contents.youtube p iframe {
  width: 100%;
  height: 100%;
}
.contents.outline h2 {
  background: url(../img/outline.png) no-repeat 0 0/contain;
}
.contents.summary h2 {
  background: url(../img/summary.png) no-repeat 0 0/contain;
}
.contents.char h2 {
  aspect-ratio: 1000/640;
  background: url(../img/char_info.png) no-repeat 0 0/contain;
}
.contents.item {
  position: relative;
}
.contents.item h2 {
  aspect-ratio: 1000/680;
  background: url(../img/item_info.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn {
  position: absolute;
  left: 7.3%;
  top: 66.1764705882%;
}
@media (width < 800px) {
  .contents.item .sample-btn {
    position: static;
    padding: 24px 0;
  }
}
.contents.item .sample-btn li {
  width: 300px;
  height: 48px;
  margin-bottom: 10px;
}
@media (width < 800px) {
  .contents.item .sample-btn li {
    margin: 0 auto 10px;
  }
}
.contents.item .sample-btn li a {
  display: block;
  line-height: 48px;
  transition: 0.3s;
}
.contents.item .sample-btn li:nth-child(1) a {
  background: url(../img/sample01_nor.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn li:nth-child(1) a:hover, .contents.item .sample-btn li:nth-child(1) a.play {
  background: url(../img/sample01_on.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn li:nth-child(2) a {
  background: url(../img/sample02_nor.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn li:nth-child(2) a:hover, .contents.item .sample-btn li:nth-child(2) a.play {
  background: url(../img/sample02_on.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn li:nth-child(3) a {
  background: url(../img/sample03_nor.png) no-repeat 0 0/contain;
}
.contents.item .sample-btn li:nth-child(3) a:hover, .contents.item .sample-btn li:nth-child(3) a.play {
  background: url(../img/sample03_on.png) no-repeat 0 0/contain;
}
.contents.shop {
  position: relative;
}
.contents.shop h2 {
  aspect-ratio: 1000/580;
  background: url(../img/special_info.png) no-repeat 0 0/contain;
}
.contents.shop .shop-btn {
  position: absolute;
  left: 7.3%;
  top: 65.6896551724%;
}
@media (width < 800px) {
  .contents.shop .shop-btn {
    position: static;
    padding: 24px 0;
  }
}
.contents.shop .shop-btn li {
  width: 300px;
  height: 48px;
}
@media (width < 800px) {
  .contents.shop .shop-btn li {
    margin: 0 auto;
  }
}
.contents.shop .shop-btn li a {
  display: block;
  line-height: 48px;
  transition: 0.3s;
  background: url(../img/special_nor.png) no-repeat 0 0/contain;
}
.contents.shop .shop-btn li a:hover {
  background: url(../img/special_on.png) no-repeat 0 0/contain;
}

.page-top {
  max-width: 100px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 30;
  opacity: 0;
  transition: 0.3s;
}
.page-top.view {
  opacity: 1;
}

.footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  height: 100px;
  background-color: #fff;
  text-align: center;
}
.footer p {
  padding: 20px 0;
}
.footer p a {
  display: inline-block;
  transition: 0.3s;
}
.footer p a:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */