@charset "utf-8";

/* ---- premium-hero ---- */
.premium-hero {
  position: relative;
  background-color: #000;
  padding: 47px 0;
}
.premium-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 193, 19, 0.35);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.premium-hero_inner {
  position: relative;
  z-index: 100;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}
.premium-hero_body {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  border: 2px solid rgb(255 255 255 / 0.5);
}
.premium-hero_texts {
  padding: 52px 40px;
}
.premium-hero_img {
  display: block;
  width: 100%;
}
.premium-hero_img + .premium-hero_img {
  margin-top: 10px;
}
.premium-hero_text {
  display: block;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke: 5px #90792a;
  text-stroke: 5px #90792a;
  paint-order: stroke;
  margin-top: 26px;
}
.premium-hero_movie {
  align-self: center;
  line-height: 0;
  margin: -27px -2px -27px 0;
}
.premium-hero_movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

/* ---- premium-hero ---- */
.premium-lead {
  padding: 40px 0;
}
.premium-lead_text {
  max-width: 900px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}

/* ---- premium-note ---- */
.premium-note_body {
  max-width: 900px;
  border: 1px solid #ddd;
  margin: 0 auto;
  padding: 32px 38px 27px;
}
.premium-note_title {
  color: #eb0400;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.premium-note_list {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}
.premium-note_item {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.premium-note_item::before {
  content: '・';
}

/* ---- premium-cta ---- */
.premium-cta {
  padding-top: 43px;
  padding-bottom: 70px;
}
.premium-cta_text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  text-align: center;
}
.premium-cta_text .size-m {
  font-size: 2.8rem;
}
.premium-cta_text .size-l {
  font-size: 4.8rem;
}
.premium-cta_text .size-s {
  font-size: 1.4rem;
}
.premium-cta_text .font-r {
  font-family: Roboto;
}
.premium-cta_text em {
  font-style: normal;
  margin: 0 5px 0 10px;
}
.premium-cta_button {
  --hover-opacity: 0.5;
  display: block;
  width: fit-content;
  min-width: 610px;
  color: #fff;
  font-family: inherit;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 0.25);
  border: none;
  margin: 13px auto 0;
  padding: 1.2em 2em;
  appearance: none !important;
  cursor: pointer;
  transition: opacity 0.3s;
}
.premium-cta_button:focus-visible {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .premium-cta_button:hover {
    opacity: var(--hover-opacity);
  }
}

/* ---- premium-message ---- */
.premium-message {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/info/premium/bg_message_pc.webp');
  padding: 62px 0 44px;
}
.premium-message_title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
}
.premium-message_body {
  display: grid;
  gap: 28px;
  max-width: 700px;
  margin: 28px auto 0;
  padding-left: 47px;
}
.premium-message_text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
}
.premium-message_text.-align-right {
  text-align: right;
  margin-top: 14px;
}

/* ---- premium-feature ---- */
.premium-feature {
  padding-top: 70px;
  padding-bottom: 122px;
}
.premium-feature_title {
  display: grid;
  grid-template:
    'img1 img2' 67px
    'title title' auto / auto auto;
  column-gap: 14px;
  row-gap: 20px;
}
.premium-feature_title-img {
  width: auto;
  height: 100%;
}
.premium-feature_title-img:nth-child(1) {
  grid-area: img1;
  justify-self: end;
}
.premium-feature_title-img:nth-child(2) {
  grid-area: img2;
}
.premium-feature_title-text {
  grid-area: title;
  justify-self: center;
  font-size: 4rem;
  font-weight: 900;
}
.premium-feature_body {
  display: grid;
  gap: 30px;
  margin-top: 36px;
}
.premium-feature_item {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.premium-feature_item.-reverse {
  flex-direction: row-reverse;
}
.premium-feature_head {
  flex: 1;
}
.premium-feature_item-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: normal;
}
.premium-feature_desc {
  font-size: 1.8rem;
  line-height: normal;
  margin-top: 13px;
}
.premium-feature_note {
  font-size: 1.5rem;
  line-height: normal;
  margin-top: 20px;
}
.premium-feature_figure {
  flex-shrink: 0;
  width: 430px;
  line-height: 0;
}
.premium-feature_img {
  width: 100%;
}
.premium-feature_text {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-top: 52px;
}

/* ---- premium-qa ---- */
.premium-qa {
  background-color: #f9f8f8;
  padding-top: 76px;
  padding-bottom: 50px;
}
.premium-qa_title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
.premium-qa_body {
  margin-top: 57px;
}
