main {
  margin-top: 0;
}

/* mv
---------------------------------------------------------- */
.mv_pc {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_pc {
    display: none !important;
  }
}

.mv_sp {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_sp {
    display: none !important;
  }
}

.s_mv {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s_mv .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .s_mv .logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.s_mv .soldout_txt {
  position: absolute;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 60px 80px 70px;
}
@media screen and (max-width: 768px) {
  .s_mv .soldout_txt {
    padding: 30px 3%;
    width: 95%;
  }
}
.s_mv .soldout_txt_01 {
  font-size: 60px;
  letter-spacing: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .s_mv .soldout_txt_01 {
    font-size: 48px;
  }
}
.s_mv .soldout_txt_02 {
  font-size: 18px;
  margin: 40px auto 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .s_mv .soldout_txt_02 {
    font-size: 13px;
    letter-spacing: 0.05rem;
    margin: 30px auto 20px;
  }
}
.s_mv .soldout_txt_03 {
  font-size: 12px;
}
.s_mv .mv_img {
  position: relative;
  width: 100%;
}
.s_mv .mv_img img {
  width: 100%;
}
.s_mv .mv_img figcaption {
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: right;
  text-shadow: #000 1px 0 10px, #000 1px 0 10px, #000 1px 0 10px;
}
@media screen and (max-width: 768px) {
  .s_mv .mv_img figcaption {
    color: #000;
    text-shadow: #fff 1px 0 6px, #fff 1px 0 6px, #fff 1px 0 6px;
  }
}

/* note
---------------------------------------------------------- */
.p-top-note {
  padding: 50px 5%;
  background: #fff;
}
.p-top-note-item {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
}

/* bnr_sougo
---------------------------------------------------------- */
.bnr_sougo {
  padding: 50px 10px 100px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 541px) {
  .bnr_sougo {
    padding: 30px 0;
    width: 90%;
  }
}
.bnr_sougo h2 {
  margin: 0 auto 40px;
  color: #eee;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.bnr_sougo .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 541px) {
  .bnr_sougo .bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.bnr_sougo .bnr img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=soldout.css.map */