@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  color: white;
  text-align: center;
}

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

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

.wrap {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .wrap {
    background-position: 23% 50%;
  }
}

.content {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1200px;
    padding: 20px 20px 100px;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.863);
  }
}
@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 25px 0;
    background-color: rgba(7, 7, 7, 0.623);
  }
}

.body {
  color: white;
}
.body__top {
  border-top: solid white;
  border-bottom: solid white;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .body__top {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .body__left, .body__right {
    width: 50%;
  }
}
.body__left p, .body__right p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .body__right {
    margin: 50px 20px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .body__right {
    margin: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .body__left {
    margin: 0 10px 0 20px;
  }
}
.body__bottom {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: white;
  max-width: 850px;
  width: 100%;
  margin: 50px auto;
}
@media only screen and (min-width: 768px) {
  .body__bottom .bold {
    font-size: 30px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .body__bottom .bold {
    font-size: 28px;
    font-weight: bold;
  }
}
.body__bottom a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.body__bottom .tsuhan {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .body__bottom .tsuhan {
    font-size: 30px;
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .body__bottom .tsuhan {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.body__bottom .tsuhan__button {
  background-color: rgb(82, 15, 15);
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 90px;
  }
}
.prod__bg {
  background-image: linear-gradient(-45deg, #0c0c0d 25%, #000 25%, #000 50%, #0c0c0d 50%, #0c0c0d 75%, #000 75%, #000);
  background-size: 17px 17px;
  transform: skewY(-10deg);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__bg {
    margin: -40px 0 -50px;
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__bg {
    margin: -40px 0 -70px;
    padding: 50px 0 140px;
  }
}
.prod__bg-inner {
  transform: skewY(10deg);
}
@media only screen and (max-width: 767px) {
  .prod__bg-inner {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__main {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .prod__main {
    margin-left: 10px;
  }
}
.prod .sp-slides-container {
  margin: 0 auto;
  justify-content: center;
}

.sp-button {
  display: none !important;
}

.sp-selected-button {
  display: none !important;
}

.global_head {
  margin: 0 !important;
}

.modal {
  position: fixed;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
}
.modal__content {
  background: #fff;
  color: #333;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .modal__content {
    width: 500px;
  }
}
.modal__close-btn {
  background: #f7f6f8;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .modal__close-btn {
    top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal__close-btn {
    top: -18px;
  }
}
.modal__close-btn span {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.modal__close-btn span::before {
  content: "";
  background: #333;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 18px;
  left: 10px;
  transform: rotate(45deg);
}
.modal__close-btn span::after {
  content: "";
  background: #333;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 18px;
  left: 10px;
  transform: rotate(-45deg);
}
.modal__head {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__head {
    font-size: 1.05rem;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal__head {
    font-size: 1.15rem;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal__body {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .modal__body {
    padding: 38px 20px 40px;
  }
}
.modal__body p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .modal__body p {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .modal__body p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.modal__btn-container {
  margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .modal__btn-container {
    display: flex;
    justify-content: center;
  }
}
.modal__btn {
  border: 1px solid #ccc;
  background: #f7f6f8;
  font-size: 0.95rem;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal__btn {
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .modal__btn {
    margin: 0 8px;
    width: 210px;
    height: 53px;
    line-height: 53px;
  }
  .modal__btn:hover {
    background: #f1f1f1;
    transition: 0.2s;
  }
}
.modal__btn a {
  display: block;
  width: 100%;
}
.modal__btn:first-child {
  background: #c72c2c;
  border: none;
}
@media only screen and (max-width: 767px) {
  .modal__btn:first-child {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal__btn:first-child:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}/*# sourceMappingURL=style.css.map */