body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  position: relative;
  background: #000 url("../img/bg.png") no-repeat top center/cover fixed; }

a {
  color: #486B97;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.global_head {
  margin: 0; }

p {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 0.9rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 0.95rem;
      line-height: 1.7rem; } }

.wrap {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 25px; } }
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto; } }

.content {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 60px 0 40px; } }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 130px 0 50px; } }
  .content::before {
    content: "";
    background: linear-gradient(#000 3%, transparent 10%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

h1 {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h1 {
      margin: 0 0 30px;
      font-size: 1.3rem; } }
  @media only screen and (min-width: 768px) {
    h1 {
      margin: 0 0 50px; } }

.hero {
  position: relative;
  background: url("../img/bg-hero.png") no-repeat top center/cover; }
  .hero__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .hero__inner {
        background: url("../img/hero-hedorah-sp.png") no-repeat calc(50% + 40px) bottom/cover;
        height: calc(100vh - 40px); } }
    @media only screen and (min-width: 768px) {
      .hero__inner {
        background: url("../img/hero-hedorah.png?12033") no-repeat calc(50% + 60px) bottom/auto;
        max-width: 900px;
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 1050px; } }
  .hero__logo {
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .hero__logo {
        top: 8px;
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .hero__logo {
        top: 15px;
        right: 25px; } }
    @media only screen and (max-width: 767px) {
      .hero__logo img {
        width: 90px; } }
    @media only screen and (min-width: 768px) {
      .hero__logo img {
        width: 150px; } }
  @media only screen and (max-width: 767px) {
    .hero__title {
      padding: 0 27px 50px; } }
  @media only screen and (min-width: 768px) {
    .hero__title {
      padding: 0 0 150px; } }
  .hero__title img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7)); }
    @media only screen and (min-width: 768px) {
      .hero__title img {
        width: 850px; } }

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 100px; } }
.prod__item {
  box-sizing: border-box;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .prod__item {
      margin: 0 0 80px;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .prod__item {
      margin: 0 0 70px;
      justify-content: space-between; } }
  .prod__item:last-child {
    margin: 0; }
.prod__pic {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .prod__pic {
      margin: 0 auto 50px;
      width: 93%;
      order: 1; } }
  @media only screen and (min-width: 768px) {
    .prod__pic {
      margin: 0 0 80px;
      width: 500px; } }
  .prod__pic .slide__item figure {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%; }
    .prod__pic .slide__item figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2)); }
  .prod__pic .slide .slick-dots {
    bottom: -34px !important; }
  .prod__pic .slide .slick-slide img {
    margin: 0 auto !important; }
.prod__ttl {
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #666; }
  @media only screen and (max-width: 767px) {
    .prod__ttl {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 768px) {
    .prod__ttl {
      font-size: 1.6rem; } }
  .prod__ttl span {
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    margin: 7px 0 0; }
    @media only screen and (max-width: 767px) {
      .prod__ttl span {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .prod__ttl span {
        font-size: 1.2rem; } }
@media only screen and (max-width: 767px) {
  .prod__text {
    order: 2; } }
@media only screen and (min-width: 768px) {
  .prod__text {
    width: calc(100% - 570px); } }
.prod__price {
  margin: 0 0 20px; }
  .prod__price span {
    font-weight: 600;
    margin: 0 5px; }
    @media only screen and (max-width: 767px) {
      .prod__price span {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .prod__price span {
        font-size: 1.5rem; } }
.prod__detail dl {
  display: flex;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .prod__detail dl {
      font-size: 0.9rem;
      line-height: 1.7rem;
      margin: 0 0 5px; } }
  @media only screen and (min-width: 768px) {
    .prod__detail dl {
      font-size: 0.95rem;
      line-height: 1.7rem;
      margin: 0 0 7px; } }
  .prod__detail dl:last-child {
    margin: 0; }
  .prod__detail dl dt {
    margin: 0;
    font-weight: 600; }
  .prod__detail dl dd {
    margin: 0; }
.prod__comment {
  margin: 15px 0 0; }

.slick-dots li button::before {
  color: #fff !important; }

@media only screen and (min-width: 768px) {
  .sale {
    margin: 0 auto; } }
.sale__ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 100%; }
  @media only screen and (max-width: 767px) {
    .sale__ttl {
      font-size: 1.35rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .sale__ttl {
      font-size: 1.8rem;
      margin: 0 0 45px; } }
@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 30px; } }
.sale__item:last-child {
  margin: 0; }
.sale ol {
  margin: 0 0 0 17px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .sale ol {
      font-size: 0.9rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .sale ol {
      font-size: 1.0rem;
      line-height: 1.7rem; } }
  .sale ol li {
    margin: 0 0 7px; }
.sale ul {
  margin: 0;
  border: 1px solid #666;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .sale ul {
      font-size: 0.9rem;
      line-height: 1.7rem;
      padding: 20px 10px 20px 30px; } }
  @media only screen and (min-width: 768px) {
    .sale ul {
      font-size: 1.0rem;
      line-height: 1.7rem;
      padding: 30px 30px 30px 50px; } }
  .sale ul li {
    margin: 0 0 7px; }
.sale__btn {
  background: #f13131;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 30px 0 0; }
@inlcude mq-sp {}
  .sale__btn a {
    color: #fff; }

@media only screen and (max-width: 767px) {
  .copyright {
    margin: 100px 0 0; } }
@media only screen and (min-width: 768px) {
  .copyright {
    margin: 200px 0 0; } }
.copyright__logo {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .copyright__logo {
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .copyright__logo {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .copyright__logo img {
      width: 40px; } }
  @media only screen and (min-width: 768px) {
    .copyright__logo img {
      width: 55px; } }
.copyright p {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .copyright p {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 768px) {
    .copyright p {
      font-size: 0.8rem; } }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }
