.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  overflow-y: scroll;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.l-container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
  }
}

.c-feature-column {
  background: url(../img/top/column-bg.webp) no-repeat top center/cover;
  padding: 54px 24px 117px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-feature-column {
    padding: 77px 24px 140px;
  }
}
.c-feature-column__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-feature-column__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-feature-column__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 35px;
  line-height: 0.9;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head {
    margin-bottom: 54px;
  }
}
.c-feature-column__head--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head--en {
    font-size: 56px;
  }
}
.c-feature-column__head--ja {
  font-weight: 900;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__head--ja {
    font-size: 20px;
  }
}
.c-feature-column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 87px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.c-feature-column__item {
  position: relative;
}
.c-feature-column__link {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-feature-column__link:hover {
    transform: translateY(-4px);
  }
  .c-feature-column__link:hover .c-feature-column__img {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .c-feature-column__link:hover .c-feature-column__img img {
    transform: scale(1.05);
  }
  .c-feature-column__link:hover .c-feature-column__box {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
.c-feature-column__img {
  width: 93%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-feature-column__img {
    width: 90.8%;
  }
}
.c-feature-column__img img {
  transition: transform 0.35s ease;
}
.c-feature-column__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  box-sizing: border-box;
  width: 256px;
  min-height: 93.35px;
  background: #ffffff;
  padding: 23px 27px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -48px;
  right: 0;
  transition: box-shadow 0.35s ease;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box {
    justify-content: flex-start;
    gap: 8px;
    width: 80%;
    max-width: 226px;
    min-height: 106px;
    padding: 20px 24px 25px;
    bottom: -60px;
  }
}
.c-feature-column__box--title {
  font-weight: 700;
  font-size: 16px;
}
.c-feature-column__box--detail {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box--detail {
    font-size: 12px;
  }
}
.c-feature-column__box::before {
  content: "";
  width: 27px;
  height: auto;
  aspect-ratio: 27.58/6.75;
  background: url(../img/top/arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 9px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .c-feature-column__box::before {
    width: 24px;
    bottom: 8px;
    right: 10px;
  }
}
.c-feature-column__decoration {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 0.9;
  text-align: right;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.06);
  transform: matrix(1, -0.09, -0.02, 1, 0, 0);
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-feature-column__decoration {
    font-size: clamp(5.25rem, -0.0132rem + 10.9649vw, 11.5rem);
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.c-partner-banners-sns {
  padding: 72px 16px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns {
    padding: 60px 16px 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-partner-banners-sns__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__list {
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.c-partner-banners-sns__item {
  width: 100%;
}
.c-partner-banners-sns__item:nth-of-type(5) {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__item:first-of-type, .c-partner-banners-sns__item:nth-of-type(3) {
    width: 19%;
  }
  .c-partner-banners-sns__item:nth-of-type(2) {
    width: 25.2%;
  }
  .c-partner-banners-sns__item:nth-of-type(4) {
    width: 22.75%;
  }
  .c-partner-banners-sns__item:nth-of-type(5) {
    width: 6%;
  }
}
.c-partner-banners-sns__link {
  display: block;
  width: 100%;
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__link:hover {
    opacity: 0.5;
  }
}
.c-partner-banners-sns__figure {
  width: 100%;
}
.c-partner-banners-sns__figure img {
  width: 100%;
  height: auto;
}
.c-partner-banners-sns__box {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 48px;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
.c-partner-banners-sns__box__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__content {
    flex: 1;
  }
}
.c-partner-banners-sns__box__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0;
}
.c-partner-banners-sns__box__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__description {
    font-weight: 400;
    letter-spacing: 0;
  }
}
.c-partner-banners-sns__box__sns-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__sns-content {
    width: 325px;
  }
}
.c-partner-banners-sns__box__sns-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-partner-banners-sns__box__sns-list {
    gap: 12px;
  }
}
.c-partner-banners-sns__box__sns-item {
  flex: 1;
}
.c-partner-banners-sns__box__sns-link {
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__box__sns-link:hover {
    opacity: 0.5;
  }
}
.c-partner-banners-sns__box__link {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
  border-radius: 32px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-partner-banners-sns__box__link:hover {
    opacity: 0.5;
  }
}

.c-fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 184px;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-fixed-cta:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .c-fixed-cta {
    right: 20px;
    width: 230px;
  }
}
.c-fixed-cta.is-hidden {
  display: none;
}
.c-fixed-cta__close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url(/entertainment/img/common/fixed-cta-close-icon.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-fixed-cta__close {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
  }
}
.c-fixed-cta__link {
  display: block;
  width: 100%;
}
.c-fixed-cta__figure {
  width: 100%;
}
.c-fixed-cta__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.c-feature-mv {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .c-feature-mv {
    height: 400px;
  }
}
.c-feature-mv--fanclub-world {
  background: url(../img/feature/fanclub-world/mv-bg.webp) no-repeat center center/cover;
}
.c-feature-mv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-feature-mv__inner {
    align-items: flex-start;
  }
}
.c-feature-mv__tag {
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 6px 14px;
}
@media screen and (min-width: 768px) {
  .c-feature-mv__tag {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    position: absolute;
    top: 32px;
    left: 24px;
  }
}
.c-feature-mv__title {
  width: 100%;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 1px 2px 6px #000000;
}
@media screen and (min-width: 768px) {
  .c-feature-mv__title {
    font-size: 42px;
  }
}

.c-link {
  display: block;
  width: 100%;
  padding: 26px 20px;
  background: #5dffe4;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    opacity: 0.5;
  }
}
.c-link__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-link__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-link__text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-link__text {
    font-size: 18px;
  }
}
.c-link__icon {
  width: 24px;
  height: 24px;
}

.c-back-link {
  display: block;
  width: 100%;
  padding: 26px 15px;
  background: #5dffe4;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-back-link:hover {
    opacity: 0.5;
  }
}
.c-back-link__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-back-link__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.c-back-link__text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-back-link__text {
    font-size: 18px;
  }
}
.c-back-link__icon {
  width: 24px;
  height: 24px;
}

.p-feature-article {
  background-color: #efefef;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-feature-article {
    font-size: 18px;
  }
}
.p-feature-article__intro {
  padding: 64px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-article__intro {
    padding: 120px 0 136px;
  }
}
.p-feature-article__intro__decoration {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.4;
  text-align: right;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 86.36%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.6;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-feature-article__intro__decoration {
    font-size: 144px;
    line-height: 1.2;
  }
}
.p-feature-article__intro__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-article__intro__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.p-feature-article__intro__title--highlight {
  color: #9747ff;
}
.p-feature-article__toc {
  margin-top: 64px;
  padding: 24px;
  background: #e1e1e1;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__toc {
    margin-top: 80px;
    padding: 40px 40px 56px;
    max-width: 960px;
  }
}
.p-feature-article__toc__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__toc__title {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.p-feature-article__toc__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.p-feature-article__toc__link {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.7;
  font-weight: 700;
  transition: color 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-feature-article__toc__link:hover {
    color: #9747ff;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__toc__link {
    gap: 6px;
  }
}
.p-feature-article__toc__link__number {
  width: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  color: #9747ff;
}
@media screen and (min-width: 768px) {
  .p-feature-article__toc__link__number {
    font-size: 20px;
  }
}
.p-feature-article__toc__link__title {
  flex: 1;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__toc__link__title {
    font-size: 18px;
  }
}
.p-feature-article__section {
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section {
    padding-bottom: 136px;
  }
}
.p-feature-article__section--last {
  padding-bottom: 0;
}
.p-feature-article__section__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__inner {
    gap: 56px;
  }
}
.p-feature-article__section__title {
  display: flex;
  align-items: baseline;
  padding: 12px 16px;
  gap: 4px;
  background: linear-gradient(259.1deg, #15ebeb -14.87%, #9747ff 100%);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__title {
    margin-bottom: 40px;
    gap: 0;
  }
}
.p-feature-article__section__title__number {
  width: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__title__number {
    width: 30px;
    font-size: 26px;
  }
}
.p-feature-article__section__title__text {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__title__text {
    font-size: 28px;
  }
}
.p-feature-article__section__subtitle {
  padding: 8px 8px 12px;
  border-bottom: 1px solid #000000;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__subtitle {
    font-size: 24px;
    padding: 0 8px 16px;
    margin-bottom: 24px;
  }
}
.p-feature-article__section__image {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image {
    max-width: 1248px;
    padding: 0 24px;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-feature-article__section__image + * {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image + * {
    margin-top: 56px;
  }
}
.p-feature-article__section__image.pc + * {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image--section-2 {
    aspect-ratio: 3/1;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image--section-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image--full-width {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 21/5;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__image--full-width img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
}
.p-feature-article__section__box {
  padding: 32px 24px;
  background: #ffffff;
  border: 2px solid #d3d3d3;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__box {
    width: fit-content;
    max-width: 100%;
    min-width: min(960px, 100%);
    padding: 40px 40px 48px;
  }
}
.p-feature-article__section__box__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__box__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.p-feature-article__section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list {
    gap: 8px;
  }
}
.p-feature-article__section__list--purple-square .p-feature-article__section__list__item {
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--purple-square .p-feature-article__section__list__item {
    gap: 16px;
  }
}
.p-feature-article__section__list--purple-square .p-feature-article__section__list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #9747ff;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--purple-square .p-feature-article__section__list__item::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--mint-circle {
    padding: 0 8px;
  }
}
.p-feature-article__section__list--mint-circle .p-feature-article__section__list__item {
  gap: 10px;
}
.p-feature-article__section__list--mint-circle .p-feature-article__section__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #5dffe4;
  border-radius: 50%;
}
.p-feature-article__section__list--mint-circle .p-feature-article__section__list__item__content__description {
  font-weight: 500;
  line-height: 2;
}
.p-feature-article__section__list--number {
  counter-reset: number;
  counter-set: number 0;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--number {
    gap: 16px;
  }
}
.p-feature-article__section__list--number .p-feature-article__section__list__item {
  counter-increment: number;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--number .p-feature-article__section__list__item {
    gap: 16px;
  }
}
.p-feature-article__section__list--number .p-feature-article__section__list__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(number, decimal-leading-zero);
  width: 26px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #9747ff;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #9747ff;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--number .p-feature-article__section__list__item::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.p-feature-article__section__list--number .p-feature-article__section__list__item__content__title {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list--number .p-feature-article__section__list__item__content__title {
    font-size: 20px;
  }
}
.p-feature-article__section__list__item {
  display: flex;
  align-items: baseline;
}
.p-feature-article__section__list__item__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list__item__content {
    gap: 4px;
  }
}
.p-feature-article__section__list__item__content__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list__item__content__title {
    font-size: 20px;
  }
}
.p-feature-article__section__list__item__content__description {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__list__item__content__description {
    line-height: 2;
  }
}
.p-feature-article__section__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__flex {
    align-items: flex-start;
    flex-direction: row;
    gap: 72px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__flex__image {
    width: 42.667%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__flex__content {
    flex: 1;
    margin: 0;
  }
}
.p-feature-article__section__flex__content > .p-feature-article__section__content:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__section__flex__content > .p-feature-article__section__content:not(:first-child) {
    margin-top: 48px;
  }
}
.p-feature-article__summary {
  padding: 72px 0;
}
@media screen and (min-width: 768px) {
  .p-feature-article__summary {
    padding: 136px 0;
  }
}
.p-feature-article__summary__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-feature-article__summary__title {
    font-size: 38px;
  }
}
.p-feature-article__summary__title--highlight {
  color: #9747ff;
}

/*# sourceMappingURL=style.css.map */
