@charset "UTF-8";
.sp {
  display: none;
}

.ct__wrapper {
  background-color: #ead6b8;
  padding-bottom: 0 !important;
}
.ct__wrapper .ct-title_wrapper {
  padding-left: 0 !important;
}
.ct__wrapper .ct-title_wrapper .ct-title_inner h1 {
  width: 600px;
  margin-left: 0;
}
.ct__wrapper .ct-title_wrapper .ct-title_inner h1 img {
  width: 100%;
}

.pickup__wrapper {
  font-feature-settings: "pwid" off;
}

section.point-up-campaign, section.wmp-present-campaign {
  width: 700px;
}
section.point-up-campaign h2, section.wmp-present-campaign h2 {
  text-align: center;
}
section.point-up-campaign img, section.point-up-campaign p, section.point-up-campaign table, section.wmp-present-campaign img, section.wmp-present-campaign p, section.wmp-present-campaign table {
  margin-top: 24px;
}
section.point-up-campaign table, section.wmp-present-campaign table {
  width: 100%;
}
section.point-up-campaign table tr, section.wmp-present-campaign table tr {
  height: 35px;
  border-top: solid 0.5px #A6A6A6;
  border-right: solid 0.5px #A6A6A6;
}
section.point-up-campaign table tr th, section.point-up-campaign table tr td, section.wmp-present-campaign table tr th, section.wmp-present-campaign table tr td {
  width: 25%;
  border-left: solid 0.5px #A6A6A6;
  text-align: center;
}
section.point-up-campaign table tr th:nth-last-of-type(1), section.point-up-campaign table tr td:nth-last-of-type(1), section.wmp-present-campaign table tr th:nth-last-of-type(1), section.wmp-present-campaign table tr td:nth-last-of-type(1) {
  border-right: solid 0.5px #A6A6A6;
}
section.point-up-campaign table tr th, section.wmp-present-campaign table tr th {
  font-weight: 400;
}
section.point-up-campaign table tr:nth-last-of-type(1), section.wmp-present-campaign table tr:nth-last-of-type(1) {
  border-bottom: solid 0.5px #A6A6A6;
}

section.point-up-campaign {
  margin: 64px auto 0 auto;
}

section.wmp-present-campaign, section.recommend-lp {
  margin: 120px auto 0 auto;
}

section.recommend-lp h2 {
  text-align: center;
}
section.recommend-lp .p-section {
  padding-top: 0;
  margin-top: 64px;
}
section.recommend-lp .p-section .p-section__inner .c-feature {
  gap: 48px;
  padding-right: 0;
  padding-left: 0;
}
section.recommend-lp .p-section .p-section__inner .c-feature .c-feature__content h3.c-feature__title {
  gap: 8px;
}
section.recommend-lp ul {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 1440px) {
  section.recommend-lp ul li {
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    height: 416px !important;
    max-height: 416px !important;
  }
}
@media screen and (min-width: 1024px) {
  section.recommend-lp ul li {
    width: calc((100% - 48px) / 3);
    height: calc((88vw - 48px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  section.recommend-lp ul li {
    width: 100%;
    height: calc(100vw - 144px);
  }
}
section.recommend-lp ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
section.recommend-lp ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
section.recommend-lp ul li a img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.recommend-lp ul li a h2 {
  width: fit-content;
  border-bottom: solid 1px #FFFFFF;
  padding-bottom: 4px;
  margin-bottom: 28px;
  color: #FFFFFF;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ct__wrapper .ct-title_wrapper .ct-title_inner {
    display: flex;
    justify-content: center;
  }
  .ct__wrapper .ct-title_wrapper .ct-title_inner h1 {
    width: 90%;
  }
  .u-max-width .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
  section.point-up-campaign, section.wmp-present-campaign {
    width: 100%;
  }
  section.point-up-campaign img, section.point-up-campaign p, section.wmp-present-campaign img, section.wmp-present-campaign p {
    margin-top: 16px;
  }
  section.point-up-campaign p, section.wmp-present-campaign p {
    padding: 0 5vw;
  }
  section.point-up-campaign table, section.wmp-present-campaign table {
    width: 700px;
    margin-top: 20px;
  }
  section.point-up-campaign table tr th, section.point-up-campaign table tr td, section.wmp-present-campaign table tr th, section.wmp-present-campaign table tr td {
    width: 175px;
  }
  section.point-up-campaign .scroll__inner, section.wmp-present-campaign .scroll__inner {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  section.point-up-campaign .scroll__inner::-webkit-scrollbar, section.wmp-present-campaign .scroll__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  section.point-up-campaign [data-simplebar] .simplebar-track.simplebar-horizontal, section.wmp-present-campaign [data-simplebar] .simplebar-track.simplebar-horizontal {
    width: 90vw;
    height: 1px !important;
  }
  section.point-up-campaign .simplebar-scrollbar::before, section.wmp-present-campaign .simplebar-scrollbar::before {
    background: #212121;
    height: 1px !important;
    margin-left: 0;
    margin-top: 0;
  }
  section.point-up-campaign .simplebar-scrollbar.simplebar-visible::before, section.wmp-present-campaign .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  section.point-up-campaign .simplebar-track, section.wmp-present-campaign .simplebar-track {
    height: 1px !important;
    background: #212121;
  }
  section.point-up-campaign .simplebar-track.simplebar-horizontal .simplebar-scrollbar, section.wmp-present-campaign .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0px !important;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  section.point-up-campaign .scroll__inner, section.wmp-present-campaign .scroll__inner {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 1023px) {
  section.wmp-present-campaign {
    padding-bottom: 32px;
    margin-top: 72px;
    position: relative;
  }
  section.wmp-present-campaign::after {
    content: "";
    width: 228px;
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.recommend-lp {
    padding-bottom: 48px;
    margin-top: 64px;
  }
  section.recommend-lp .p-section {
    padding-top: 0;
    margin-top: 32px;
  }
  section.recommend-lp .p-section .p-section__inner .c-feature {
    gap: 24px;
  }
  section.recommend-lp .p-section .p-section__inner .c-feature .c-feature__content {
    padding-bottom: 48px;
    gap: 0;
    position: relative;
  }
  section.recommend-lp .p-section .p-section__inner .c-feature .c-feature__content::after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.recommend-lp .p-section .p-section__inner .c-feature .c-feature__content p.c-feature__text {
    margin: 32px 0;
  }
  section.recommend-lp ul {
    margin-top: 48px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  section.recommend-lp ul li {
    width: 90vw;
    height: 90vw;
  }
  section.recommend-lp ul li a h2 {
    margin-bottom: 24px;
  }
}