body {
  overflow-y: scroll;
}
body.is-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.sale01 {
  --color-red: #CE0D0D;
  --color-border: #A6A6AF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:767px) {
  .sale01 .u-sm-min {
    display: none !important;
  }
}
@media print, screen and (min-width:768px) {
  .sale01 .u-sm-max {
    display: none !important;
  }
}
.sale01 .inner {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.sale01 img {
  width: 100%;
  height: auto;
}
.sale01 .lead {
  background: -webkit-gradient(linear, left top, left bottom, from(#961616), to(#b51717));
  background: linear-gradient(to bottom, #961616, #b51717);
  text-align: center;
  padding: 0 2rem 6rem;
}
@media screen and (max-width:767px) {
  .sale01 .lead {
    padding: 0 1rem 4rem;
  }
}
.sale01 .lead__manufacturer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .sale01 .lead__manufacturer {
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.sale01 .lead__manufacturer li {
  width: 15.4rem;
}
@media screen and (max-width:767px) {
  .sale01 .lead__manufacturer li {
    width: 12rem;
  }
}
.sale01 .lead__text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .sale01 .lead__text {
    font-size: 1.8rem;
  }
}
.sale01 .mv {
  background: #961616;
}
@media screen and (max-width:767px) {
  .sale01 .mv {
    padding-top: 5.5rem;
  }
}
.sale01 .mv img {
  max-width: none;
  width: 1920px;
}
@media screen and (max-width:767px) {
  .sale01 .mv img {
    max-width: 100%;
    width: auto;
  }
}
.sale01 .mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
.sale01 .products {
  background: #2F2F2F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(47, 47, 47)), color-stop(29%, rgb(63, 63, 65)), to(rgb(67, 58, 60)));
  background: linear-gradient(180deg, rgb(47, 47, 47) 20%, rgb(63, 63, 65) 29%, rgb(67, 58, 60) 100%);
  position: relative;
  padding: 9rem 0;
}
@media screen and (max-width:767px) {
  .sale01 .products {
    padding: 6rem 0;
  }
}
.sale01 .products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24.7rem;
  height: 100%;
  background: url(../../img/lp/sale01/bg_l.png) no-repeat left 9rem/100% auto;
}
@media screen and (max-width:767px) {
  .sale01 .products::before {
    width: 15vw;
  }
}
.sale01 .products::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24.7rem;
  height: 100%;
  background: url(../../img/lp/sale01/bg_r.png) no-repeat left 9rem/100% auto;
}
@media screen and (max-width:767px) {
  .sale01 .products::after {
    width: 15vw;
  }
}
.sale01 .products__group + .products__group {
  margin-top: 9rem;
}
@media screen and (max-width:767px) {
  .sale01 .products__group + .products__group {
    margin-top: 6rem;
  }
}
.sale01 .products__groupTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .sale01 .products__groupTitle {
    margin-bottom: 3rem;
  }
}
.sale01 .products__groupTitleLogo {
  width: 12.5rem;
}
@media screen and (max-width:767px) {
  .sale01 .products__groupTitleLogo {
    width: 9rem;
  }
}
.sale01 .products__groupTitleText {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .sale01 .products__groupTitleText {
    font-size: 1.8rem;
  }
}
.sale01 .products__groupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .sale01 .products__groupList {
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.sale01 .products__item {
  min-width: 0;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .sale01 .products__item {
    padding: 1rem;
  }
}
.sale01 .products__itemName {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .sale01 .products__itemName {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.sale01 .products__itemButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5.3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: 8px;
  margin-top: auto;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width:767px) {
  .sale01 .products__itemButton {
    font-size: 1.5rem;
    height: 4rem;
    border-radius: 5px;
  }
}
@media print, screen and (min-width:1025px) {
  .sale01 .products__itemButton:hover {
    background: #fff;
    color: var(--color-red);
  }
}
.sale01 .products__itemButton.is-soldout {
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  cursor: default;
  pointer-events: none;
}
.sale01 .products__caution {
  margin-top: 9rem;
  padding: 0 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .sale01 .products__caution {
    margin-top: 4rem;
    padding: 0;
    font-size: 1.3rem;
  }
}
.sale01 .products__caution p {
  text-shadow: 0 0 0.6rem rgb(67, 58, 61);
}
.sale01 .products__caution p + p {
  margin-top: 2rem;
}
.sale01 .products__cautionTitle {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .sale01 .products__cautionTitle {
    font-size: 1.8rem;
  }
}
.sale01 .products-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 12000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.sale01 .products-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.sale01 .products-modal__container {
  display: table;
  width: 100%;
  height: 100%;
}
.sale01 .products-modal__inner {
  display: table-cell;
  padding: 30px 20px;
  vertical-align: middle;
}
@media print, screen and (min-width:768px) {
  .sale01 .products-modal__inner {
    padding: 70px 40px;
  }
}
.sale01 .products-modal__contents {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}
.sale01 .products-modal__content {
  display: none;
  background: #fff;
  padding: 4rem;
  border-radius: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width:1024px) {
  .sale01 .products-modal__content {
    padding: 3rem;
  }
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__content {
    padding: 4rem 2rem 4rem;
  }
}
.sale01 .products-modal__content.is-active {
  display: block;
}
.sale01 .products-modal__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width:1024px) {
  .sale01 .products-modal__close {
    right: 2rem;
    top: 2rem;
  }
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__close {
    right: 1rem;
    top: 1rem;
  }
}
.sale01 .products-modal__close::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url(../../img/lp/sale01/icon_close.svg);
          mask-image: url(../../img/lp/sale01/icon_close.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media print, screen and (min-width:1025px) {
  .sale01 .products-modal__close:hover::before {
    background-color: var(--color-red);
  }
}
.sale01 .products-modal__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width:768px) {
  .sale01 .products-modal__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4rem;
  }
}
.sale01 .products-modal__header {
  margin-top: 2rem;
}
@media print, screen and (min-width:768px) {
  .sale01 .products-modal__header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
.sale01 .products-modal__headerName {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__headerName {
    font-size: 2.2rem;
  }
}
.sale01 .products-modal__headerNote {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__headerNote {
    font-size: 1.4rem;
  }
}
.sale01 .products-modal__headerBtns {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__headerBtns {
    gap: 1.2rem;
  }
}
.sale01 .products-modal__headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.5rem;
}
@media screen and (max-width:1024px) {
  .sale01 .products-modal__headerBtn {
    font-size: 1.5rem;
  }
}
.sale01 .products-modal__headerBtn--detail {
  background: #171717;
  border: 1px solid #171717;
}
@media print, screen and (min-width:1025px) {
  .sale01 .products-modal__headerBtn--detail:hover {
    background: #fff;
    color: #171717;
    border: 1px solid #171717;
  }
}
.sale01 .products-modal__headerBtn--contact {
  background: var(--color-red);
  border: 1px solid var(--color-red);
}
@media print, screen and (min-width:1025px) {
  .sale01 .products-modal__headerBtn--contact:hover {
    background: #fff;
    color: var(--color-red);
    border: 1px solid var(--color-red);
  }
}
.sale01 .products-modal__gallery {
  width: 29rem;
}
.sale01 .products-modal__gallery.is-single .products-modal__galleryNav {
  display: none;
}
.sale01 .products-modal__galleryMain {
  width: 26rem;
  margin: 0 auto;
}
.sale01 .products-modal__galleryMainSlide {
  outline: none;
}
.sale01 .products-modal__galleryMainSlide img {
  display: block;
  margin: 0 auto;
  max-height: 30rem;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__galleryMainSlide img {
    max-height: 20rem;
  }
}
.sale01 .products-modal__galleryNav {
  margin: 0 auto;
  padding: 0 2.5rem;
  position: relative;
}
.sale01 .products-modal__galleryNav.is-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sale01 .products-modal__galleryNavSlide {
  cursor: pointer;
  outline: none;
  position: relative;
}
.sale01 .products-modal__galleryNavSlide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-border);
  pointer-events: none;
  opacity: 0;
}
.sale01 .products-modal__galleryNavSlide img {
  display: block;
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.sale01 .products-modal__galleryNavSlide.is-active::after {
  opacity: 1;
}
.sale01 .products-modal__galleryNavSlide .slick-slide.is-active::after {
  opacity: 1;
}
.sale01 .products-modal__galleryNavArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sale01 .products-modal__galleryNavArrow:hover:not(.slick-disabled) {
  opacity: 0.6;
}
.sale01 .products-modal__galleryNavArrow.slick-disabled, .sale01 .products-modal__galleryNavArrow.is-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.sale01 .products-modal__galleryNavArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__galleryNavArrow::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.sale01 .products-modal__galleryNavArrow--prev {
  left: 0.5rem;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__galleryNavArrow--prev {
    left: -0.3rem;
  }
}
.sale01 .products-modal__galleryNavArrow--prev::before {
  -webkit-transform: translate(-70%, -50%) rotate(-135deg);
          transform: translate(-70%, -50%) rotate(-135deg);
}
.sale01 .products-modal__galleryNavArrow--next {
  right: 0.5rem;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__galleryNavArrow--next {
    right: -0.3rem;
  }
}
.sale01 .products-modal__galleryNavArrow--next::before {
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
}
@media print, screen and (min-width:1025px) {
  .sale01 .products-modal__galleryNavArrow:hover {
    opacity: 1;
  }
  .sale01 .products-modal__galleryNavArrow:hover::before {
    border-color: var(--color-red);
  }
}
.sale01 .products-modal__section {
  margin-top: 3rem;
}
.sale01 .products-modal__section p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__section p {
    font-size: 1.5rem;
  }
}
.sale01 .products-modal__section p + p {
  margin-top: 1.8rem;
}
.sale01 .products-modal__sectionTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.sale01 .products-modal__sectionTitle::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-red);
}
.sale01 .products-modal__sectionNote {
  font-size: 1.3rem !important;
  margin-top: 1rem;
}
.sale01 .products-modal__table {
  width: 100%;
}
.sale01 .products-modal__table tr {
  border-bottom: 1px solid var(--color-border);
}
.sale01 .products-modal__table th, .sale01 .products-modal__table td {
  line-height: 1.6;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.sale01 .products-modal__table th {
  font-size: 1.6rem;
  font-weight: 700;
  width: 18rem;
  text-align: left;
}
@media screen and (max-width:767px) {
  .sale01 .products-modal__table th {
    font-size: 1.5rem;
    width: 10rem;
  }
}
.sale01 .other {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(#680606));
  background: linear-gradient(to bottom, var(--color-red), #680606);
  text-align: center;
  padding: 6rem 0;
}
.sale01 .other p {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .sale01 .other p {
    font-size: 1.8rem;
  }
}
.sale01 .other__button {
  color: var(--color-red);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #fff;
  width: 50rem;
  height: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 3rem;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width:767px) {
  .sale01 .other__button {
    width: 100%;
    height: 4.8rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:1025px) {
  .sale01 .other__button:hover {
    background: var(--color-red);
    color: #fff;
  }
}