﻿body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic",
    YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}

.footer {
  margin: 1em 0;
  text-align: center;
}

.header-img-section {
  width: 100%;
  height: 0;
  padding-top: calc(1080 / 1920 * 100%);
  background-image: url(../img/tokusetsu_heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-img-section_s {
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-image: url(../img/tokusetsu_heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.jacket {
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

.demo-description {
  font-size: 10px;
  color: #ccc;
  line-break: anywhere;
  word-break: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
}

.demo-credit {
  color: #ccc;
  text-decoration: none;
}

.custom_heading:first-letter {
  font-size: 1.5em;
  color: #4d927d;
}

.nav-custom {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-color-clear {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.2);
}

.container {
  margin-top: 10em;
  margin-bottom: 10em;
}

.button-shop {
  margin: 0.2em;
}

@media (min-width: 549px) {
  .nothing-web {
    margin-left: 40px;
  }
}

.shop {
  position: relative;
}

.coming-soon {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: calc(100% - 32px);
  height: 240px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  font-family: "Noto Sans";
  z-index: 1;
}
