@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}

/* utility */
.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
}

.u-tt--regular {
  font-family: "TTCommons-Regular", sans-serif;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-narrow {
  letter-spacing: 0.02em;
}

.u-text-note {
  font-size: 1.2rem;
}

.u-link-text {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

@media (any-hover: hover) {
  .u-link-text:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
  
  .u-text-center-sp {
    text-align: center;
  }
  
  .u-text-right-sp {
    text-align: right;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}

.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #393c41;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.l-section {
  max-width: 1000px;
  margin: 0 auto;
}

.l-section + .l-section {
  margin-top: 8rem;
}

.l-section:last-of-type {
  padding-bottom: 8rem;
}

.l-subsection {
  margin-top: 4rem;
}

.l-subsection + .l-subsection {
  margin-top: 8rem;
}

.lead-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0 0;
}

.lead-block__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

/* ボタン */
.lp-button {
  background-color: #fff;
  border: 1px solid #393c41;
  border-radius: 6px;
  display: block;
  padding: 1.2rem;
  width: 100%;
  max-width: 400px;
  min-height: 5rem;
  color: #393c41;
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
  position: relative;
  transition: all ease 0.4s;
}
.lp-button.--bg-none {
  background-color: transparent;
}
.lp-button.--arrow {
  position: relative;
  transition: all ease 0.4s;
}
.lp-button.--arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #393c41;
  border-right: solid 1px #393c41;
  transform: rotate(45deg);
}
.lp-button.--arrow:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

.buttonWrapper {
  margin-top: 2.4rem;
  display: flex;
  column-gap: 4rem;
  justify-content: center;
  align-items: center;
}

.lp-button.--small {
  max-width: 240px;
}

.lp-button.--medium {
  max-width: 340px;
}

@media (any-hover: hover) {
  .lp-button:hover {
    background-color: #393c41;
    border: 1px solid #393c41;
    color: #fff;
  }
}

.lp-heading-top {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

.lp-heading-plain {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.lp-heading-plain.--medium {
  font-weight: 600;
}

.lp-heading-sub {
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0.5em;
}

.lp-heading-bar {
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  background-color: #000030;
  padding: 0.8rem;
  margin-bottom: 2.4rem;
}

.lp-heading-line {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
}

.lp-heading-line__text {
    padding: 0.4em 0 0.4em 0.8em;
  border-left: 3px solid #000030;
}

.lp-heading-line__main {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.lp-heading-line__note {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.lp-heading-underline {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: 2.4rem;
}

.lp-heading-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.lp-heading-catch__text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  flex-shrink: 0;
}

.lp-heading-catch:before, .lp-heading-catch:after {
  border-top: 1px solid currentColor;
  content: "";
  width: 100%;
}
.lp-heading-catch:before {
  margin-right: 1em;
}
.lp-heading-catch:after {
  margin-left: 1em;
}

.lp-heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}

.lp-heading-icon__img {
  width: 4rem;
  margin-right: 1em;
}

.reward-info {
  margin-top: 4rem;
}

.reward-list {
  display: flex;
}

.reward-list__item {
  padding: 0 3rem;
}

.reward-list__img {
  padding: 0 1.6rem 0.8rem;
}

.reward-list__desc {
  text-align: center;
}

.navWrapper {
  max-width: 1000px;
  margin: 4rem auto;
}

.lp-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}

.lp-nav__item {
  width: 33.333%;
  padding: 1.6rem 2.5rem;
}

.lp-nav__link {
  display: block;
  position: relative;
  padding: 1rem 2.6rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #949494;
}

.lp-nav__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
  transform: rotate(135deg);
  top: 1em;
  left: .5rem;
  transition: .3s;
}

.lp-nav__link:hover {
  opacity: .7;
  transition : .3s;
}

.lp-list-desc {
  padding-left: 2rem;
}

.lp-list-desc.--small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.lp-list-desc__item {
  list-style-type: disc;
  font-size: 1.2rem;
}

.lp-list-desc__item + .lp-list-desc__item {
  margin-top: .4rem;
}

.lp-list-note__item {
  display: flex;
  font-size: 1.2rem;
  column-gap: 0.5em;
}

.lp-list-stage {
  margin: 2.4rem 0 0;
  width: 46rem;
  border: 1px solid #ccc;
}

.lp-list-stage__row {
  display: flex;
  align-items: center;
}

.lp-list-stage__row + .lp-list-stage__row {
  border-top: 1px solid #ccc;
}

.lp-list-stage__head {
  font-weight: 400;
  background-color: #f6f6f6;
  padding: 0.8rem 1.6rem;
  width: 19rem;
  border-right: 1px solid #ccc;
}

.lp-list-stage__desc {
  padding: 0.8rem 1.6rem;
  margin: 0;
}

.lp-table-stage {
  margin: 4rem 0 2rem;
}

.lp-table-stage__content {
  width: 100%;
  table-layout: fixed;
}

.lp-table-stage__content th, .lp-table-stage__content td {
  font-weight: 400;
  padding: 1.6rem 0.8rem;
  border: 1px solid #ccc;
  vertical-align: top;
  letter-spacing: 0.04em;
}

.lp-table-stage__content .--head {
  text-align: center;
  background-color: #eee;
  width: 8rem;
}

.lp-table-stage__content .--stagename {
  font-family: "TTCommons-Regular";
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #fff;
  vertical-align: middle;
  padding-bottom: 1.4rem;
}

.lp-table-stage__content .--silver {
  background-color: #CECDD0;
}

.lp-table-stage__content .--gold {
  background-color: #E1BE6F;
}

.lp-table-stage__content .--navy {
  background-color: #000030;
  color: #fff;
}

.lp-table-stage__content .--img {
  padding: 1.4rem 4rem 0.8rem;
}

.lp-table-stage__content .--bg {
  background-color: #F6F6F6;
}

.lp-table-stage__content .lp-list-desc__item {
  font-size: 1.4rem;
}

.icon-question {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -.2em;
  margin-left: .4em;
}

.stage-tag {
  display: flex;
  margin-left: 2.4rem;
  column-gap: 0.8rem;
}

.stage-tag__item {
  font-family: "TTCommons-Regular";
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  width: 4.5em;
  padding: 0.4rem 0 0.2rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.stage-tag__item.--silver {
  background-color: #CECDD0;
  border: 1px solid #CECDD0;
}

.stage-tag__item.--gold {
  background-color: #E1BE6F;
  border: 1px solid #E1BE6F;
}

.stage-tag__item.--navy {
  background-color: #000030;
  border: 1px solid #000030;
  color: #fff;
}

.lp-block-reward {
  margin-top: 5.6rem;
}

.lp-block-reward + .lp-block-reward {
  margin-top: 6.4rem;
}

.lp-block-info {
  background-color: #eee;
  padding: 3.2rem 4rem;
}

.lp-box__inner {
  padding: 2.4rem;
  height: 100%;
}
.lp-box__inner.--wide {
  padding: 2.4rem 4rem;
}
.lp-box__inner.--bg-gray {
  background-color: #eee;
}

.lp-box__inner.--border {
  border: 1px solid #707070;
}

.lp-box__inner.--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* slider */
.l-slider {
  position: relative;
}

.reward-swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.reward-swiper .swiper-slide {
  height: auto;
}

.reward-swiper .swiper-button-prev {
  background: url(https://shiro-shiro.jp/client_info/SHIRO/view/userweb/ext/gift/img/arrow-prev.svg) no-repeat center center / 10px auto;
    left: -2.4rem;
    width: 10px;
    height: 20px;
}

.reward-swiper .swiper-button-prev:hover {
  transform: translateX(-2px);
  transition: all ease .3s;
}
.reward-swiper .swiper-button-next {
  background: url(https://shiro-shiro.jp/client_info/SHIRO/view/userweb/ext/gift/img/arrow-next.svg) no-repeat center center / 10px auto;
    right: -2.4rem;
    width: 10px;
    height: 20px;
}

.reward-swiper .swiper-button-next:hover {
  transform: translateX(2px);
  transition: all ease .3s;
}

.reward-swiper .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .reward-swiper .swiper-button-prev, .reward-swiper .swiper-button-next {
    display: none;
  }

  .reward-swiper .swiper-scrollbar {
    display: block;
    height: 3px;
    top: 5px;
  }

  .reward-swiper .swiper-scrollbar-drag {
    color: #ccc;
  }
}

.reward-swiper .swiper-button-next.swiper-button-disabled, .reward-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.lp-card-1 {
  display: block;
  background-color: #F6F6F6;
  border-radius: 6px;
  height: 100%;
}

.lp-card-1__img img {
  border-radius: 6px 6px 0 0;
}

.lp-card-1__text {
  padding: 1.5rem 1.5rem 2.4rem;
}

.lp-card-1__text .itemName {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.lp-card-1__text .itemDesc {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}

@media (any-hover: hover) {
  .lp-card-1:hover {
    opacity: .8;
    transition: all ease .3s;
    transform: translateY(-1px);
    transition-duration: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 20px 0;
  }
}

.lp-grid-fr {
  margin-top: 1.6rem;
}

.lp-grid-fr__list {
  display: flex;
  column-gap: 2rem;
}

.lp-grid-1 {
  display: flex;
  column-gap: 3.2rem;
}

.lp-grid-1__img {
  flex: 0 0 46rem;
}

.lp-grid-1__content + .lp-grid-1__content {
  margin-top: 3.2rem;
}

.lp-grid-half {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem -2rem;
}

.lp-grid-half__item {
  padding: 0 2rem 2rem;
  width: 50%;
}

.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.lp-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.lp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.lp-modal__content {
  position: relative;
  max-width: 80rem;
  margin: 0 20px;
  padding: 4rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 1;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.lp-modal[aria-hidden="false"] .lp-modal__content {
  transform: translateY(0);
}

.lp-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #393c41;
}

@media screen and (max-width: 767px) {
  .l-section + .l-section {
    margin-top: 6.4rem;
  }

  .l-section__content {
    padding: 0 1.5rem;
  }

  .l-subsection + .l-subsection {
    margin-top: 4rem;
  }

  .lead-block {
    padding: 4rem 1.5rem 0;
  }

  .lead-block__text {
    font-size: 1.4rem;
  }

  .lp-heading-top {
    font-size: 1.6rem;
  }

  .lp-heading-bar {
    font-size: 1.8rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lp-heading-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-heading-catch {
    margin-bottom: 2.4rem;
  }

  .lp-heading-catch__text {
    font-size: 1.6rem;
  }

  .lp-heading-underline {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }

  .reward-list {
    flex-direction: column;
    row-gap: 0.8rem;
    margin: 0 auto;
    }

  .reward-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .reward-list__img {
    width: 7.5rem;
    padding: 0;
    margin-right: 2.4rem;
  }

  .reward-list__desc {
    text-align: left;
    min-width: 12em;
  }

  .navWrapper {
    margin: 4rem 1.5rem;
  }

  .lp-nav__list {
    flex-direction: column;
    margin: 0;
  }

  .lp-nav__item {
    width: 100%;
    padding: 0.8rem 0;
  }

  .lp-table-stage {
    margin: 2.4rem -1.5rem 2.4rem 0;
    overflow-x: scroll;
    position: relative;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
  }

  .lp-table-stage__content .--head {
    width: 5em;
    padding: 1.6rem 0;
    position: sticky;
    top: 0;
    left: -1px;
  border-right: 1px solid #ccc; /* 消える場合は */
  box-shadow: 1px 0 0 #ccc; /* 擬似的に線を引く */
    z-index: 10;
  }

  .lp-table-stage__content .--stagename {
    width: 200px;
  }

  .stage-tag {
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .stage-tag__item {
    font-size: 1.4rem;
    padding: 0.2rem 0 0;
  }

  .lp-button {
    width: 90%;
    font-size: 1.4rem;
  }

  .buttonWrapper {
    column-gap: 2.4rem;
  }

  .buttonWrapper.--column-sp {
    flex-direction: column;
    row-gap: 2.4rem;
  }

  .lp-list-stage {
    width: 100%;
  }
  .lp-list-stage__head {
    width: 48%;
  }

  .lp-grid-fr {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  .lp-grid-fr__item {
    flex: 0 0 180px;
  }

  .lp-grid-1 {
    flex-direction: column;
    row-gap: 1.6rem;
  }

  .lp-grid-1__img {
    flex: 0 0 auto;
  }

  .lp-grid-half {
    flex-direction: column;
    row-gap: 2.4rem;
    margin: 0;
  }

  .lp-grid-half__item {
    width: 100%;
    padding: 0;
  }

  .lp-box__inner.--wide {
    padding: 2.4rem;
  }

  .lp-modal__content {
    padding: 4rem 2rem 2rem;
  }

  .lp-block-info {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 2.4rem 1.5rem;
  }
}