@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 100;
}

.global_foot {
  z-index: 100;
  position: relative;
  background-color: #0a1945;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

footer {
  z-index: 50;
  position: relative;
  background: #0A1945;
}

body {
  background-color: rgba(230, 0, 19, 0.1215686275);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.container__first {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/top_bg.png);
  background-attachment: fixed;
}
@media only screen and (min-width: 768px) {
  .container__first {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .container__first {
    background-position: left bottom;
  }
}
.container__second {
  z-index: 3;
  position: relative;
  background-color: #e60013;
  box-shadow: 0 0 200px rgb(0, 0, 0) inset;
}
@media only screen and (max-width: 767px) {
  .container__second {
    height: 122vh;
  }
}
@media only screen and (min-width: 768px) {
  .container__second {
    height: 200vh;
  }
}
.container__third {
  z-index: 5;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #0a0000;
}

.wrap {
  z-index: 1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6705882353);
  top: 0;
  left: 0;
  height: 2500px;
  width: 5000px;
}

.top {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .top__logo {
    z-index: 5;
    position: absolute;
    top: 50%;
    right: -1vw;
    transform: translateY(-50%);
  }
  .top__logo img {
    width: 45vw;
  }
}
@media only screen and (max-width: 767px) {
  .top__logo {
    z-index: 10;
    position: relative;
    margin: auto 0;
  }
  .top__logo img {
    width: 90vw;
  }
}
@media only screen and (min-width: 768px) {
  .top__nezura {
    z-index: 2;
    position: absolute;
    top: -75vh;
    left: -25vh;
  }
  .top__nezura img {
    width: 175vh;
  }
}
@media only screen and (max-width: 767px) {
  .top__nezura {
    z-index: 2;
    position: absolute;
    top: -70vh;
    left: -25vh;
  }
  .top__nezura img {
    width: 175vh;
    filter: brightness(0.5);
  }
}

.content {
  z-index: 3;
  position: relative;
  width: 100%;
  margin: 0;
  background-image: url(../img/bg_2.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .content {
    background-size: contain;
    background-position: center;
    height: 200vh;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    background-size: cover;
    background-position: right;
    height: 122vh;
  }
}
.content__inside {
  background-color: rgba(10, 0, 0, 0.7058823529);
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .content__inside {
    padding-top: calc(200vh - 75%);
    height: 200vh;
  }
}
@media only screen and (max-width: 767px) {
  .content__inside {
    padding-top: 25vh;
    height: 122vh;
  }
}
.content__info {
  background: url(../img/banner.jpg) #e9e9e9;
  background-size: cover;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .content__info {
    background-position: center;
  }
}
.content__info .text {
  background: rgba(255, 255, 255, 0.938);
}
.content__info .text__top {
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .content__info .text__top {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text__top {
    font-size: 25px;
  }
}
.content__info .text__bottom {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .content__info .text__bottom {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text__bottom {
    font-size: 25px;
  }
}
.content__info .text__price {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content__info .text__price {
    font-size: 22px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__price {
    font-size: 30px;
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text__price span {
    border-bottom: 3px solid #000;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__price span {
    border-bottom: 4px solid #000;
  }
}
.content__info .text__size {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content__info .text__size {
    font-size: 20px;
    margin: 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__size {
    font-size: 23px;
    margin: 15px 0 25px;
  }
}
.content__info .text__detail {
  font-weight: 600;
  border: 3px solid #000;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content__info .text__detail {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__detail {
    font-size: 20px;
    padding: 20px 45px;
  }
}
.content__info .text__note {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .content__info .text__note {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__note {
    font-size: 30px;
    margin-top: 30px;
  }
}
.content__info .text__note a {
  color: #950105;
  text-decoration: none;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .content__info .text__note a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__note a {
    font-size: 25px;
  }
}
.content__info .text__note a:hover {
  text-decoration: underline;
}
.content__info .text__note__small {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content__info .text__note__small {
    font-size: 15px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text__note__small {
    font-size: 23px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text {
    height: 75vh;
    padding: 5vh;
  }
  .content__info .text img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text {
    padding: 25px 25px 50px;
  }
  .content__info .text img {
    max-width: 100%;
  }
}
.content__info .text .soldout {
  color: #d83820;
  font-weight: bold;
  text-align: center;
}
.content__info .text .soldout__ttl {
  font-family: "Anton", sans-serif;
}
@media only screen and (max-width: 767px) {
  .content__info .text .soldout__ttl {
    font-size: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text .soldout__ttl {
    font-size: 53px;
  }
}
.content__info .text .soldout p {
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .content__info .text .soldout p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info .text .soldout p {
    font-size: 28px;
  }
}

.salemethod {
  border: solid white 2px;
  border-radius: 5px;
}
.salemethod a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .salemethod {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .salemethod {
    margin: 10px;
  }
}
.salemethod h2 {
  text-align: center;
  border: solid #fff 2px;
  background: #fff;
  color: #000;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .salemethod h2 {
    margin-bottom: 50px;
    padding: 10px;
  }
}
.salemethod h3 {
  text-align: center;
  border-bottom: solid 1px #fff;
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 10px;
  padding-bottom: 5px;
}
.salemethod p {
  font-size: 1em;
  text-align: left;
}
.salemethod__period {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .salemethod__period {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__period li span {
    font-size: 1.2em;
    font-weight: 700;
  }
}
.salemethod__items {
  list-style-type: decimal;
}
@media only screen and (min-width: 768px) {
  .salemethod__items {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__items ul {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__address {
    font-size: 15px;
    line-height: 1.5em;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
.salemethod__notice {
  list-style-type: "※ ";
}
@media only screen and (min-width: 768px) {
  .salemethod__notice {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__notice li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .salemethod__notice li {
    margin-bottom: 10px;
  }
}

.bottom {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media only screen and (min-width: 768px) {
  .bottom__logo {
    padding-top: 35vh;
  }
}
@media only screen and (max-width: 767px) {
  .bottom__logo {
    padding-top: 300px;
  }
}
.bottom__copywrite {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bottom__copywrite img {
  width: 150px;
  margin-bottom: 50px;
}

.sale {
  background-color: black;
  position: relative;
  z-index: 20;
  color: white;
}
@media only screen and (max-width: 767px) {
  .sale {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    padding: 100px 0 130px;
  }
}
@media only screen and (max-width: 767px) {
  .sale__content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.sale__item {
  margin: 0 0 40px;
}
.sale__item:last-child {
  margin: 0;
}
.sale__item h3 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .sale__item h3 {
    font-size: 1.3rem;
  }
}
.sale__item p {
  margin: 0 0 15px;
}
.sale__item p:last-child {
  margin: 0;
}
.sale__item span {
  font-weight: 700;
}
.sale__item a {
  color: #fff;
  text-decoration: underline;
}
.sale__item a:hover {
  text-decoration: none;
}
.sale__item ol, .sale__item ul {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .sale__item ol li, .sale__item ul li {
    margin: 0 0 4px;
  }
}
.sale__item ol li:last-child, .sale__item ul li:last-child {
  margin: 0;
}
.sale__item ol {
  margin: 20px 0 20px 20px;
}
.sale__item.sale-note {
  border: 2px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__item.sale-note {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item.sale-note {
    padding: 30px 30px 40px;
  }
}/*# sourceMappingURL=style.css.map */