@charset "UTF-8";
.l-modal .u-pc-only {
  display: inline-block !important;
}

.l-modal .u-sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .l-modal .u-pc-only {
    display: none !important;
  }
  .l-modal .u-sp-only {
    display: inline-block !important;
  }
}
.c-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition: 0.3s transform ease-out;
}
.c-icon--prev {
  display: inline-block;
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_arrow.svg);
  width: 11px;
  height: 13px;
  transform: rotate(180deg);
}
.c-icon--next {
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_arrow.svg);
  width: 11px;
  height: 13px;
}
.c-icon--book {
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_book.svg);
  width: 19px;
  height: 15px;
}

.is-disactive .c-icon--prev,
.is-disactive .c-icon--next {
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_arrow_gray.svg);
}

.l-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  margin-top: 6rem;
  margin-bottom: 6rem;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 12rem);
}
@media screen and (max-width: 767px) {
  .l-modal {
    margin-top: 7rem;
    margin-bottom: 0rem;
    height: calc(100vh - 16rem);
  }
}
.l-modal.is-open {
  display: block;
}
.l-modal__dialog {
  position: relative;
  padding: 4rem 4rem 5rem;
  overflow-y: scroll;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  background: var(--color-white);
  border: 1px solid var(--color-beige-3);
  border-radius: 0.5rem;
}
.l-modal__dialog-wrap {
  position: relative;
  z-index: 1010;
  width: calc(100vw - 24rem);
  max-width: 1160px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  height: fit-content;
  top: 50%;
  height: fit-content;
  transform: translateY(-50%);
}
.l-modal__dialog-wrap.is-fit {
  top: 0;
  height: 100%;
  transform: none;
}
@media screen and (max-width: 767px) {
  .l-modal__dialog-wrap {
    width: calc(100% - 2rem);
  }
}
.l-modal__dialog::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}
.l-modal__dialog::-webkit-scrollbar-track {
  background: #eee;
}
.l-modal__dialog::-webkit-scrollbar-thumb, .l-modal__dialog::-webkit-scrollbar-thumb:hover {
  background: #959595;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .l-modal__dialog {
    padding: 2rem 1.7rem;
    margin-bottom: 4rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.l-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.l-modal__section {
  padding-top: 4rem;
  margin-top: -4rem;
  margin-bottom: 4rem;
}

body.modal-open {
  width: 100%;
  padding-right: var(--scrollbar-width, 0);
  overflow-y: hidden;
}

html.modal-open,
body.modal-open {
  height: 100%;
  overflow: hidden;
}

.l-modal {
  overscroll-behavior: none;
}

.l-modal__dialog {
  overscroll-behavior: none;
}

.c-modal__head-img-wrap {
  width: 100%;
  height: fit-content;
  margin-bottom: 4rem;
}
.c-modal__head-img-wrap img {
  border-radius: 0.5rem;
}
.c-modal__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  margin-bottom: 4rem;
  color: var(--color-beige-3);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-modal__heading {
    margin-bottom: 3.4rem;
  }
}
.c-modal__heading-line {
  display: block;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 3px;
  background-color: var(--color-light-beige-1);
}
@media screen and (max-width: 767px) {
  .c-modal__heading-line {
    height: 1px;
  }
}
.c-modal__heading-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 100%;
  background-color: var(--color-beige-3);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-modal__heading-line::before {
    width: 100%;
  }
}
.c-modal__lead {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.c-modal__lead strong {
  font-weight: 700;
}
.c-modal__sub-heading {
  position: relative;
  margin: 0;
  padding: 0.6rem 1rem;
  background: var(--color-white-1);
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
}
.c-modal__sub-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  border-left: 3px solid var(--color-beige-3);
  content: "";
}
.c-modal-navigation {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-color: var(--color-white-1);
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 0.5rem;
}
.c-modal-navigation__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-light-beige-1);
}
.c-modal-navigation__list {
  padding-top: 1rem;
}
.c-modal-navigation__item {
  position: relative;
  display: flex;
}
.c-modal-navigation__item::before {
  content: "・";
  left: 0;
  font-size: 1.5rem;
  line-height: 3rem;
}
.c-modal-navigation__link {
  font-size: 1.6rem;
  text-decoration: underline;
  line-height: 3rem;
}
.c-modal__img {
  max-width: 86rem;
  border-radius: 0.5rem;
}
.c-modal__img-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.c-modal__list-item {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-modal__list-item:before {
  content: "・";
}
.c-modal__flex {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-modal__flex {
    flex-direction: column;
  }
}
.c-modal__flex-img {
  width: 42.6%;
  object-fit: contain;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__flex-img {
    width: 100%;
  }
}
.c-modal__h5 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.c-modal__h5:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  height: 1px;
  left: 0;
  background-color: var(--color-beige-3);
}
.c-modal__h6 {
  position: relative;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.c-modal__h6::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 3px solid var(--color-beige-3);
  content: "";
}
.c-modal__lead-title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.c-modal__lead-title:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  height: 1px;
  left: 0;
  background-color: var(--color-light-beige-1);
}
.c-modal__note-text {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  display: flex;
}
.c-modal__note-text:last-child {
  margin-bottom: 0;
}
.c-modal__note-text:before {
  display: block;
  content: attr(data-note) " ";
  min-width: 2.2em;
}
.c-modal-block {
  background-color: var(--color-beige-2);
  padding: 2rem;
  border-radius: 0.5rem;
}
.c-modal-block__title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: var(--color-beige-3);
}
.c-modal-block__sub-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.c-modal-block .c-modal__lead {
  font-size: 1.4rem;
  line-height: 2rem;
}
.c-modal__close {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
  z-index: 1020;
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.c-modal__channel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 18.8rem;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .c-modal__channel {
    width: 10.2rem;
  }
}
.c-modal__control {
  position: absolute;
  bottom: 0;
  right: 2rem;
  display: flex;
  border: 1px solid var(--color-beige-3);
  border-radius: 0.5rem 0.5rem 0 0;
  align-items: center;
  background: var(--color-white);
}
.c-modal__control-item {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: var(--color-beige-3);
  cursor: pointer;
}
.c-modal__control-item.is-disactive {
  pointer-events: none;
  color: var(--color-light-beige-1);
}
@media screen and (max-width: 767px) {
  .c-modal__control-item {
    width: 100%;
    height: 100%;
  }
}
.c-modal__control-btn {
  padding: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.c-modal__control-btn:hover .c-icon--next {
  transform: translateX(30%);
}
.c-modal__control-btn:hover .c-icon--prev {
  transform: rotate(180deg) translateX(30%);
}
@media screen and (max-width: 767px) {
  .c-modal__control-btn {
    font-size: 1.2rem;
    display: flex;
  }
}
.c-modal__control-link {
  transition: 0.3s all ease-out;
}
.c-modal__control-link:hover {
  background-color: var(--color-beige-3);
  color: var(--color-white);
}
.c-modal__control-link:hover .c-icon--book {
  background-image: url(/images/special/sportmaxx/lux/review-archive/icon_book_white.svg);
}
@media screen and (max-width: 767px) {
  .c-modal__control-link {
    background-color: var(--color-beige-3);
    color: var(--color-white);
  }
  .c-modal__control-link .c-icon--book {
    background-image: url(/images/special/sportmaxx/lux/review-archive/icon_book_white.svg);
  }
}
.c-modal__control-slash {
  display: block;
  width: 1px;
  height: 2rem;
  background-color: var(--color-beige-3);
}
.c-modal__control-slash.is-disactive {
  background-color: var(--color-light-beige-1);
}
@media screen and (max-width: 767px) {
  .c-modal__control-slash {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__control {
    width: 100%;
    right: 0;
    height: 4.1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border-bottom: none;
  }
}
.c-modal-flex-content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .c-modal-flex-content {
    flex-direction: column;
  }
}
.c-modal-flex-content__img {
  width: 48%;
  overflow: hidden;
  height: 100%;
  max-height: 46rem;
}
@media screen and (max-width: 767px) {
  .c-modal-flex-content__img {
    width: 100%;
    overflow: unset;
  }
}
.c-modal-flex-content__img > img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal-flex-content__img > img {
    width: 100%;
    height: auto;
    position: unset;
    transform: none;
  }
}
.c-modal-flex-content__inner {
  flex: 1;
}
.c-modal-flex-content__lead {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media (max-width: 800px) {
  .c-modal-flex-content__lead {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
.c-modal-flex-content__lead strong {
  font-weight: 700;
}
.c-modal-flex-content__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  margin-bottom: 4rem;
  color: var(--color-beige-3);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-modal-flex-content__heading {
    margin-bottom: 3.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.c-modal__table td {
  border: 1px solid #bfbebe;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-modal__table td {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.c-modal__table-title {
  padding-left: 0;
  padding-right: 1rem;
  border-left: none !important;
  white-space: nowrap;
}
.c-modal__table-text {
  padding-left: 1rem;
  padding-right: 0;
  border-right: none !important;
}
.c-modal-block-img {
  position: relative;
  flex: 1;
}
.c-modal-block-img__wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-modal-block-img__wrap {
    flex-direction: column;
  }
}
.c-modal-block-img__img {
  border-radius: 0.5rem;
}
.c-modal-block-img__text {
  font-size: min(1vw, 16px);
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-modal-block-img__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.c-modal-block-img__text-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-modal-block-img__text-wrap {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-modal__control-prev,
  .c-modal__control-next {
    width: 8rem;
  }
  .c-modal__control-item--flex {
    flex: 1;
    width: auto;
  }
  .c-modal__control-link {
    flex: 1;
  }
  .c-modal__control-prev .c-modal__control-btn,
  .c-modal__control-next .c-modal__control-btn {
    flex-direction: column;
    padding: 0 2.5rem;
    justify-content: center;
    align-items: flex-start;
  }
  .c-modal__control-prev .c-modal__control-btn {
    align-items: flex-end;
  }
  .c-modal__control-link .c-modal__control-btn {
    padding: 0;
    align-items: center;
    height: inherit;
    justify-content: center;
  }
  .c-modal__control-prev .c-modal__control-btn > p,
  .c-modal__control-next .c-modal__control-btn > p {
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=style-add_modal.css.map */