@charset "Shift_JIS";

@font-face {
  font-family: RPIcons;
  src: url("/theme/dpointcp/fonts/RPIcons.eot");
  src:
    url("/theme/dpointcp/fonts/RPIcons.eot") format("eot"),
    url("/theme/dpointcp/fonts/RPIcons.woff") format("woff"),
    url("/theme/dpointcp/fonts/RPIcons.ttf") format("truetype"),
    url("/theme/dpointcp/fonts/RPIcons.svg#RPIcons") format("svg");
}

@keyframes up {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0);
  }
}

html {
  scroll-behavior: smooth;
}

picture {
  display: block;
  line-height: 0;
}

.sp-br {
  display: none;
}

#cpm__main {
  font-family:
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic",
    sans-serif;
  color: #333;
}

.main-container {
  width: 950px;
  margin: 0 auto;
  font-weight: 500;
}

.note {
  position: relative;
  display: block;
  padding-left: calc(1em + 2px);
  font-size: 14px;
  line-height: 1.4;
}

.note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.note--point {
  margin-top: 20px;
}

.note--term {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.mv {
  display: block;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
}

.info__list {
  display: grid;
  grid-template: repeat(2, auto) / 144px 1fr;
  gap: 8px 12px;
  align-items: center;
}

.info__ttl {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 16px;
  font-weight: bold;
  background-color: #eee;
}

.info__desc {
  margin: 4px 0;
}

.entry-btn {
  display: block;
  height: 116px;
  margin: 12px auto 0;
  transition: opacity 0.3s ease-out;
}

.entry-btn--sticky {
  margin: auto;
}

/* rwd_style.cssを上書きするために必要 */
@media (hover: hover) and (pointer: fine) {
  .entry-btn:not(.entry-btn--disabled):hover,
  #cpm__main a.entry-btn:not(.entry-btn--disabled):hover {
    opacity: 0.6;
  }
}

.close_mask {
  width: 580px;
  height: 116px;
}

.section {
  position: relative;
  padding: 70px 61px 57px;
  border: 2px solid #373ba3;
  border-radius: 24px;
}

.section--present {
  margin-top: 86px;
}

.section--point {
  margin-top: 55px;
}

.section__ttl {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  width: fit-content;
  height: auto;
  padding: 0 40px;
  margin: 0 auto;
  background-color: #fff;
}

.img-wrapper {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.img-wrapper--step {
  overflow: hidden;
  border-radius: 20px;
}

.img-wrapper--use {
  margin-top: 55px;
}

.img {
  height: 100%;
}

.steps__ttl,
.step__ttl {
  margin: 0 auto;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 72px;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.step:first-of-type::after {
  display: block;
  align-self: center;
  width: 35px;
  height: 40px;
  margin: 16px auto 0;
  content: "";
  background-image: url("/theme/dpointcp/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.step__ttl--step-1 {
  width: 541px;
}

.step__ttl--step-2 {
  width: 743px;
}

.prizes-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 16px;
  line-height: 1.4;
}

.prizes-list__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prizes-list__ttl {
  font-weight: bold;
}

.prizes-list__details {
  display: grid;
  grid-template-columns: auto 1fr;
}

.flow {
  margin-top: 76px;
}

.flow__ttl {
  padding: 24px 0;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #373ba3;
}

.flow__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  background-color: #cbf3f8;
}

.flow__item {
  padding: 45px 58px;
  background-color: #fff;
  border-radius: 16px;
}

.flow__item-ttl {
  width: fit-content;
  padding: 7px 38px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #373ba3;
  border-radius: 50px;
}

.flow__item-desc {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.flow__steps {
  display: flex;
  gap: 28px;
  margin: 40px 9px 0;
}

.flow__steps::after {
  display: block;
  align-self: center;
  order: 2;
  width: 20px;
  height: 30px;
  content: "";
  background-color: #373ba3;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.flow__step {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 32px 0;
  border: 1px solid #333;
  border-radius: 12px;
}

.flow__step:first-of-type {
  order: 1;
}

.flow__step:last-of-type {
  order: 3;
}

.flow__step-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.flow__step-desc {
  font-size: 16px;
  line-height: 1.6;
}

.note-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 40px 9px 0;
}

.note-list--terms {
  margin: 0;
}

.note-list--flow {
  margin: 28px 0 0;
}

.link {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  color: #1558ce;
  white-space: nowrap;
  text-decoration: underline;
}

/* rwd_style.css では :link/:visited/:hover に none !important があるため状態別にも指定 */
#cpm__main a.link:link {
  text-decoration: underline !important;
}

/* rwd_style.css の #cpm__main a:hover による色変更を打ち消す */
#cpm__main a.link:hover {
  color: #1558ce;
}

.link::after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 4px;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: RPIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  vertical-align: middle;
  text-transform: none;
  text-decoration: none;
  content: "\F001";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link--no-icon::after {
  display: none;
  margin-left: 0;
  content: none;
}

.link--entry {
  display: block;
  width: fit-content;
  margin-top: 40px;
}

/* wd_style.css 打ち消し用 */
#cpm__main a.link--terms,
#cpm__main a.link--contact {
  line-height: inherit;
  word-break: break-word;
  white-space: normal;
  text-decoration: none !important;
}

/* .link:link などの !important 下線指定より強くするため状態別にも指定 */
#cpm__main a.link--terms:link,
#cpm__main a.link--contact:link {
  text-decoration: none !important;
}

.link--contact {
  display: block;
  width: fit-content;
  margin-top: 4px;
}

.flow__details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

.flow__detail {
  display: flex;
  flex-direction: column;
}

.flow__detail-ttl {
  padding: 20px 0;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #373ba3;
  border-radius: 12px 12px 0 0;
}

.flow__detail-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  padding: 40px 51px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #373ba3;
  border-radius: 0 0 12px 12px;
}

.flow__detail-body--setting {
  align-items: center;
  height: 70px;
  padding: 0;
}

.flow__logo-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.schedule {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.schedule__item {
  display: flex;
  flex-direction: column;
}

.schedule__sub-item,
.terms__desc-list-item {
  position: relative;
  padding-left: 1em;
}

.schedule__sub-item::before,
.terms__desc-list-item::before {
  position: absolute;
  left: 0;
  content: "・";
}

.terms {
  width: 852px;
  margin: 76px auto 0;
}

.terms__ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.terms__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 55px;
}

.terms__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.terms__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.terms__text {
  font-size: 16px;
  line-height: 1.5;
}

.terms__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.terms__detail-ttl {
  font-weight: bold;
}

.terms__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.terms__desc-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.block-sticky {
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 130px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(0);
  animation: up 0.5s forwards;
}

.footerCustum {
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
    font-weight: 300;
  }

  .mv__img {
    height: auto;
  }

  .sp-br {
    display: inline;
  }

  .img-wrapper--use {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }

  .img {
    width: 100%;
  }

  .img--present,
  .img--point {
    max-width: 500px;
  }

  .img--logo {
    width: 147px;
    height: 51px;
  }

  .info__ttl {
    line-height: 1;
  }

  .note-list {
    margin: 20px 0 0;
  }

  .note-list--terms {
    margin-top: 0;
  }

  .note {
    font-size: 12px;
  }

  .mv,
  .mv__img {
    width: 100%;
  }

  .info {
    gap: 16px;
    margin: 20px 20px 0;
  }

  .info__list {
    grid-template: repeat(2, 24px auto) / 1fr;
    gap: 6px;
  }

  .info__list::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ddd;
  }

  .info__desc:last-child {
    margin-bottom: 14px;
  }

  .close_mask {
    width: 100%;
    height: 100%;
    line-height: 108px;
  }

  .entry-btn {
    height: auto;
    margin-top: 8px;
  }

  .img--btn {
    max-height: 108px;
  }

  .section {
    padding: 38px 18px;
    margin: 0 20px;
    border-radius: 16px;
  }

  .section--present {
    padding-top: clamp(38px, 10.1vw, 70px);
    margin-top: 64px;
  }

  .section--point {
    padding-top: clamp(72px, calc(72px + (100vw - 375px) * 0.0716), 100px);
    margin-top: 40px;
  }

  .section__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }

  .section__ttl--present {
    top: -16px;
    width: clamp(264px, calc(264px + (100vw - 375px) * 0.4), 500px);
    min-width: 264px;
  }

  .section__ttl--point {
    top: -15px;
    width: clamp(194px, calc(194px + (100vw - 375px) * 0.1844), 300px);
    min-height: 58px;
  }

  .step__ttl--step-1,
  .step__ttl--step-2 {
    width: 100%;
  }

  .steps {
    gap: 24px;
    margin-top: 56px;
  }

  .step:first-of-type::after {
    width: 24px;
    height: 27px;
    margin: 0 auto;
  }

  .step__ttl--step-1 {
    margin-top: 16px;
  }

  .img-wrapper--step {
    border-radius: 12px;
  }

  .prizes-list {
    margin-top: 16px;
  }

  .flow {
    margin-top: 64px;
  }

  .flow__ttl {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
  }

  .flow__items,
  .flow__item {
    padding: 20px 16px;
  }

  .flow__items {
    gap: 20px;
  }

  .flow__item {
    border-radius: 16px;
  }

  .flow__item-ttl {
    padding: 7px 38px;
    font-size: 16px;
    font-weight: 600;
  }

  .flow__item-desc {
    font-size: 18px;
    font-weight: 600;
  }

  .flow__steps {
    gap: 8px;
    margin: 20px 0 0;
  }

  .flow__step {
    padding: 16px 0;
  }

  .flow__steps::after {
    width: 12px;
    height: 18px;
  }

  .flow__step-ttl {
    font-size: 13px;
    font-weight: 600;
  }

  .flow__step-desc {
    font-size: 11px;
  }

  .flow__details {
    gap: 20px;
    margin-top: 20px;
  }

  .flow__detail-ttl {
    padding: 20px 0;
    font-size: 18px;
  }

  .flow__detail-body {
    padding: 20px 16px;
    font-size: 12px;
  }

  .flow__detail-body--setting {
    height: auto;
    padding: 20px 0;
  }

  .link {
    font-size: 12px;
  }

  .link--entry {
    margin-top: 20px;
  }

  .terms {
    width: 100%;
    margin-top: 30px;
  }

  .terms__ttl {
    font-size: 24px;
  }

  .terms__list {
    gap: 31px;
    margin: 40px 24px 0;
  }

  .terms__item {
    gap: 6px;
  }

  .terms__heading {
    font-size: 13px;
  }

  .terms__details {
    gap: 5px;
    font-size: 12px;
  }

  .terms__desc {
    gap: 5px;
  }

  .terms__desc-list {
    font-size: 12px;
  }

  .terms__text {
    font-size: 12px;
  }

  .block-sticky {
    min-height: 122px;
    padding: 0 20px;
  }

  .footerCustum {
    padding-bottom: 100px;
  }
}
