@charset "UTF-8";
/* ==========================================================================
  lineup only => style
========================================================================== */
/* ==========================================================================
  ・lineup.html
  ・lineup-pit.html
  ・lineup-turntable.html
  ・lineup-twin.html

  ※.lineup.lineup02内のみに適用
========================================================================== */
/* ==========================================================================
  variables
========================================================================== */
:root {
  --lineup-color-dblue: #001F50;
  --lineup-color-blue: #0F4E8D;
  --lineup-color-lblue: #E8EFF5;
  --lineup-color-red: #C11B29;
  --lineup-color-download-yellow: #FDC50A;
  --lineup-color-white: #ffffff;
  --lineup-width-min: 1080px;
  --lineup-container-width: var(--lineup-width-min);
  --lineup-padding-side: 15px;
  --lineup-transition-default: 0.3s;
}

/**/
/* ==========================================================================
  base
========================================================================== */
/* ----------------------------------------------------------
  reset
---------------------------------------------------------- */
.lineup.lineup02 .c-lineup-hero,
.lineup.lineup02 .c-lineup-section {
  font-weight: 500;
}
.lineup.lineup02 .c-lineup-hero ol, .lineup.lineup02 .c-lineup-hero ul, .lineup.lineup02 .c-lineup-hero p,
.lineup.lineup02 .c-lineup-section ol,
.lineup.lineup02 .c-lineup-section ul,
.lineup.lineup02 .c-lineup-section p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------
  add template （仕様変更）
---------------------------------------------------------- */
/* リキッド対応時用 */
#cont_wap .cont_wap_innner:has(.lineup.lineup02) {
  width: 100%;
}

/* スマホ時用 custom_sp.cssの上書き */
@media screen and (max-width: 768px) {
  #kiji_area:has(.lineup.lineup02) {
    font-size: 16px;
    line-height: 1.5;
  }
  #kiji_area:has(.lineup.lineup02) dd {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  #kiji_area:has(.lineup.lineup02) h2, #kiji_area:has(.lineup.lineup02) h3, #kiji_area:has(.lineup.lineup02) h4 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    line-height: 1.2;
  }
  #kiji_area:has(.lineup.lineup02) a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* ==========================================================================
  lineup => utility
========================================================================== */
.lineup.lineup02 .u-show-desktop {
  display: initial;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .u-show-desktop {
    display: none;
  }
}
.lineup.lineup02 .u-show-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .u-show-mobile {
    display: initial;
  }
}
.lineup.lineup02 .u-color-text--dblue {
  color: var(--lineup-color-dblue);
}
.lineup.lineup02 .u-color-bg--lblue {
  background-color: var(--lineup-color-lblue);
}
.lineup.lineup02 .u-font-size--12 {
  font-size: 12px;
}
.lineup.lineup02 .u-font-size--18 {
  font-size: 18px;
}
.lineup.lineup02 .u-font-size--20 {
  font-size: 20px;
}
.lineup.lineup02 .u-list-style--num {
  counter-reset: liststyle-number 0;
}
.lineup.lineup02 .u-list-style--num li {
  padding-left: 2.1em;
  text-indent: -2.1em;
}
.lineup.lineup02 .u-list-style--num li::before {
  content: "※" counter(liststyle-number);
  counter-increment: liststyle-number 1;
  margin-right: 0.5em;
}
.lineup.lineup02 .u-lineup-grid--pc {
  display: grid;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .u-lineup-grid--pc {
    display: block;
  }
}

/* ==========================================================================
  component
========================================================================== */
.lineup.lineup02 .c-lineup-container-max {
  max-width: var(--lineup-container-width);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-container-max {
    padding: 0 var(--lineup-padding-side);
  }
}
.lineup.lineup02 .c-lineup-hover {
  -webkit-transition: opacity var(--lineup-transition-default) ease;
  transition: opacity var(--lineup-transition-default) ease;
  opacity: 0.7;
}
.lineup.lineup02 .c-lineup-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.lineup.lineup02 img.c-lineup-img-bdr {
  width: 100%;
  height: auto;
  border: 8px #fff solid;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lineup.lineup02 sup.c-lineup-sup {
  font-size: 0.6em;
}
.lineup.lineup02 small.c-lineup-small--12px {
  display: block;
  font-size: 12px;
}
.lineup.lineup02 small.c-lineup-small-indent {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.lineup.lineup02 .c-lineup-title--doubleb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  margin-bottom: 8px;
}
.lineup.lineup02 .c-lineup-title--doubleb::before {
  content: "";
  width: 21px;
  height: 22px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("/cc104700/file/311071.png");
}
.lineup.lineup02 .c-lineup-button--dblue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  color: var(--lineup-color-white);
  border: 1px solid var(--lineup-color-dblue);
  background: var(--lineup-color-dblue);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-button--dblue {
    color: var(--lineup-color-white) !important;
  }
}
.lineup.lineup02 .c-lineup-button--dblue::after {
  content: url("/cc104700/file/311067.png");
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup.lineup02 .c-lineup-button--dblue::before {
  content: url("/cc104700/file/311075.png");
  margin-right: 24px;
  font-size: 0px;
}
.lineup.lineup02 .c-lineup-button--dblue:hover {
  background: var(--lineup-color-white);
  color: var(--lineup-color-dblue);
}
.lineup.lineup02 .c-lineup-button--dblue:hover::after {
  content: url("/cc104700/file/311066.png");
}
.lineup.lineup02 .c-lineup-button--dblue:hover::before {
  content: url("/cc104700/file/311074.png");
}

.lineup.lineup02 .c-lineup-mv {
  height: 260px;
}
.lineup.lineup02 .c-lineup-mv.--toppage {
  background: url("/cc104700/file/311143.jpg") no-repeat top center/cover;
}
.lineup.lineup02 .c-lineup-mv.--underpage-pit {
  background: url("/cc104700/file/311093.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-mv.--underpage-pit {
    background: url("/cc104700/file/311094.jpg") no-repeat center center/cover;
  }
}
.lineup.lineup02 .c-lineup-mv.--underpage-twin {
  background: url("/cc104700/file/311139.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-mv.--underpage-twin {
    background: url("/cc104700/file/311140.jpg") no-repeat center center/cover;
  }
}
.lineup.lineup02 .c-lineup-mv.--underpage-turntable {
  background: url("/cc104700/file/311109.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-mv.--underpage-turntable {
    background: url("/cc104700/file/311110.jpg") no-repeat center center/cover;
  }
}
.lineup.lineup02 .c-lineup-mv .mv-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--toppage {
  display: grid;
  place-items: center;
}
.lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--toppage .c-lineup-mv-title__title {
  color: var(--lineup-color-white);
  font-family: "MPLUS1p";
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--underpage {
  display: grid;
  grid-template-columns: 108px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--underpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--underpage .c-lineup-mv-title__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  color: var(--lineup-color-white);
  font-family: "MPLUS1p";
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.lineup.lineup02 .c-lineup-mv .c-lineup-mv-title.--underpage .c-lineup-mv-title__title small {
  font-size: 0.55em;
}
.lineup.lineup02 .c-lineup-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  height: 108px;
  color: var(--lineup-color-white);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  border: 1px solid var(--lineup-color-white);
  border-radius: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#309A91), to(#184D49));
  background: linear-gradient(to bottom, #309A91, #184D49);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-badge {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
.lineup.lineup02 .c-lineup-hero {
  padding: 48px 0;
  color: var(--lineup-color-white);
  background-color: var(--lineup-color-blue);
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-maintexts {
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-maintexts {
    text-align: left;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-twin {
  display: grid;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-twin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-twin {
  grid-template-columns: 1fr 520px;
  grid-template-rows: auto 40px auto;
  gap: 16px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "lineup-hero_img lineup-hero_title" "lineup-hero_img lineup-hero_download" "lineup-hero_img lineup-hero_text";
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-twin {
    gap: 16px 0;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-pit {
  display: grid;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-pit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-pit {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-pit {
    gap: 80px 0;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-pit .c-lineup-hero-contents__download {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable {
  display: grid;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable {
  grid-template-columns: 1fr 520px;
  grid-template-rows: auto 125px auto;
  gap: 16px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "lineup-hero_img lineup-hero_title" "lineup-hero_img lineup-hero_download" "lineup-hero_img lineup-hero_text";
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable {
    gap: 16px 0;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable.--02 {
  grid-template-rows: auto auto;
  grid-template-areas: "lineup-hero_img lineup-hero_title" "lineup-hero_img lineup-hero_text";
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable .c-lineup-hero-contents__download {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable .c-lineup-hero-contents__download {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents.--underpage-turntable .c-lineup-hero-contents__download a {
  text-align: center;
  line-height: 1.3;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__img {
  grid-area: lineup-hero_img;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__title {
  grid-area: lineup-hero_title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__title {
    padding-bottom: 0;
    color: var(--lineup-color-white);
    text-align: center;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__title small {
  display: block;
  padding-top: 0.25em;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__title::after {
    display: none;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__text {
  grid-area: lineup-hero_text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  font-size: 18px;
  line-height: 1.8;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download {
  grid-area: lineup-hero_download;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  width: min(100%, 270px);
  height: auto;
  padding: 8px 16px;
  color: var(--lineup-color-dblue);
  font-weight: 700;
  border-radius: 100px;
  background-color: var(--lineup-color-white);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download a {
    width: min(100%, 270px);
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download a:hover {
  background: var(--lineup-color-dblue);
  color: var(--lineup-color-white);
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download a:hover::before {
  content: url("/cc104700/file/311073.png");
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-contents .c-lineup-hero-contents__download a::before {
  content: url("/cc104700/file/311072.png");
  font-size: 0px;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 0;
  margin-top: 32px;
  padding-top: 32px;
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-download {
    text-align: center;
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-download a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  background: var(--lineup-color-download-yellow);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-hero .c-lineup-hero-download a {
    width: 100%;
    padding: 9px;
    color: var(--lineup-color-dblue);
  }
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-download a::before {
  content: url("/cc104700/file/311070.png");
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-download a::after {
  content: url("/cc104700/file/311069.png");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0px;
}
.lineup.lineup02 .c-lineup-hero .c-lineup-hero-download a:hover {
  background: var(--lineup-color-white);
  color: var(--bs-body-color);
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-section {
  padding: 64px 0;
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-section:nth-of-type(odd) {
  background-color: var(--lineup-color-lblue);
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  margin-bottom: 30px;
  color: var(--lineup-color-red);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #D4D8DE;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-features .c-lineup-features-title {
    display: grid;
    grid-template-columns: 68px auto;
    gap: 0 24px;
    margin-bottom: 40px;
    font-size: 28px;
    text-align: left;
  }
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-title::after {
  display: none;
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-title img {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-features .c-lineup-features-title img {
    width: 100%;
  }
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents .c-lineup-features-contents__subtitle {
  font-size: 24px;
  font-weight: 700;
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others {
    display: block;
  }
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others.no-pt {
  padding-top: 0;
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others .c-lineup-features-contents-others-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-bottom: 0;
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others .c-lineup-features-contents-others-lists dt {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--lineup-color-red);
}
.lineup.lineup02 .c-lineup-features .c-lineup-features-contents-others .c-lineup-features-contents-others-lists dd {
  margin-bottom: 0;
  font-size: 16px;
}
.lineup.lineup02 .c-lineup-others {
  padding-bottom: 80px;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-title {
  position: relative;
  margin-bottom: 58px;
  background: linear-gradient(to right, var(--lineup-color-blue) 0%, var(--lineup-color-blue) calc(50% - 539px), transparent calc(50% - 539px), transparent 100%);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-title {
    margin-bottom: 38px;
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-title .c-lineup-others-title__inner {
  max-width: var(--lineup-container-width);
  margin-inline: auto;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-title .c-lineup-others-title__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  margin-bottom: 0;
  padding: 16px 0;
  color: var(--lineup-color-white);
  font-size: 24px;
  font-weight: 700;
  background-color: var(--lineup-color-blue);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-title .c-lineup-others-title__title {
    padding-left: var(--lineup-padding-side);
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-title .c-lineup-others-title__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 86%;
  z-index: -1;
  width: 100px;
  height: 100%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: var(--lineup-color-blue);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-title .c-lineup-others-title__title::after {
    left: auto;
    right: -14vw;
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-movies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-movies {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-movies .c-lineup-others-movies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  line-height: 1.7;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-movies .c-lineup-others-movies__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option {
  overflow-x: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 56px 0;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option__inner {
    margin-left: 30px;
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item {
  min-width: 264px;
  width: 264px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item:nth-last-of-type(1) {
    min-width: 304px;
    width: 304px;
    padding-right: 40px;
  }
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item-title {
  color: var(--lineup-color-dblue);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item-title.h-2em {
  min-height: 2.5em;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item-text {
  padding-top: 8px;
  line-height: 1.8;
}
.lineup.lineup02 .c-lineup-others .c-lineup-others-option .c-lineup-others-option-lists .c-lineup-others-option-lists__item-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 8px 0;
  padding: 0.75em 2em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--bs-body-color);
  border-radius: 50px;
  background-color: var(--lineup-color-white);
}

/* ==========================================================================
  lineup => top 2026年追加
========================================================================== */
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-lists {
    padding-bottom: 80px;
  }
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-lists .lineup-lists-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item {
  border: 1px solid #D5D5D5;
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item img {
  width: 100%;
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item a {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px 0;
  height: 100%;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item a {
    padding: 24px;
    color: var(--lineup-color-dblue);
  }
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item a:hover {
  -webkit-transition: opacity var(--lineup-transition-default) ease;
  transition: opacity var(--lineup-transition-default) ease;
  opacity: 0.7;
  color: var(--bs-body-color);
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item .lineup-lists-list__item-title {
  margin-bottom: 0;
  color: var(--lineup-color-dblue);
  font-size: 24px;
  font-weight: 700;
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item .lineup-lists-list__item-title small {
  display: block;
  padding-top: 0.25em;
  font-size: 0.666em;
  letter-spacing: 0.1em;
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item .lineup-lists-list__item-text {
  line-height: 1.8;
}
.lineup.lineup02.--toppage .lineup-lists .lineup-lists-list .lineup-lists-list__item .lineup-lists-list__item-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 8px 0;
  padding: 0.75em 2em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid currentColor;
  border-radius: 50px;
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-title-small {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  color: var(--bs-body-color);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-title-small {
    line-height: 1.8;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner {
  display: grid;
  grid-template-columns: 1fr 33%;
  gap: 0 64px;
  padding: 32px 40px;
  border: 1px solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner {
    display: block;
    padding: 24px;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-maintext {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-maintext {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-inner__item:nth-last-of-type(1) {
    margin-top: 24px;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px 0;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item {
    grid-template-columns: 70px 1fr;
    grid-template-areas: "suggestion-lists_img suggestion-lists_title" "suggestion-lists_img suggestion-lists_text";
    gap: 0 16px;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item-img {
  display: block;
  width: 55%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item-img {
    grid-area: suggestion-lists_img;
    width: 100%;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item-title {
    grid-area: suggestion-lists_title;
    margin-bottom: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-lists .lineup-suggestion-lists__item-text {
    grid-area: suggestion-lists_text;
  }
}
.lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-inner__item-button {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--toppage .lineup-suggestion .lineup-suggestion-inner .lineup-suggestion-inner__item-button {
    font-size: 20px;
  }
}

/* ==========================================================================
  lineup => lineup-pit
========================================================================== */
.lineup.lineup02.--underpage-pit .lineup-pit-hero-contents-inner {
  display: grid;
  grid-template-columns: 1fr minmax(0, 270px);
  grid-template-rows: auto;
  gap: 16px 8px;
  grid-template-areas: "lineup-hero_img lineup-hero_img" "lineup-hero_title lineup-hero_download";
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-pit .lineup-pit-hero-contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px 0;
  }
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature01 .lineup-pit-feature01__grid {
  grid-template-columns: 58% 42%;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-pit .lineup-pit-feature01 .lineup-pit-feature01__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature01 .lineup-pit-feature01__title {
  font-size: 18px;
  line-height: 1.8;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02-touchless {
  padding: 32px 24px;
  border-radius: 8px;
  background: #ECECEC;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02-maintitle {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02-maintitle.add-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  border-bottom: 1px solid var(--lineup-color-dblue);
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02-maintitle.add-border span {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--lineup-color-white);
  background-color: var(--lineup-color-dblue);
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid:not(:nth-of-type(1)) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid.--subgrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
  }
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid.--subgrid .subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid .lineup-pit-feature02__grid-title {
  font-weight: 700;
  line-height: 1.3;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid .lineup-pit-feature02__grid-texts {
  padding-bottom: 16px;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature02 .lineup-pit-feature02__grid .lineup-pit-feature02__grid-texts small {
  display: block;
  font-size: 0.75em;
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-pit .lineup-pit-feature03 {
    gap: 48px 0;
  }
}
.lineup.lineup02.--underpage-pit .lineup-pit-feature03 .lineup-pit-feature03__grid {
  grid-template-columns: 1fr 336px;
  gap: 0 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-pit .lineup-pit-feature03 .lineup-pit-feature03__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}

/* ==========================================================================
  lineup => lineup-turntable
========================================================================== */
.lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks {
  padding: 25px 0 40px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks {
    padding-bottom: 24px;
  }
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner {
  display: grid;
  grid-template-columns: repeat(2, 338px);
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px;
  }
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner a {
  display: block;
  position: relative;
  padding: 24px 30px;
  color: var(--lineup-color-dblue);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--lineup-color-dblue);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner a {
    padding: 16px 32px 16px 8px;
    font-size: 16px;
    line-height: 1.3;
  }
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner a::after {
  content: url("/cc104700/file/311068.png");
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-mainlinks .lineup-turntable-mainlinks__inner a:hover {
  -webkit-transition: opacity var(--lineup-transition-default) ease;
  transition: opacity var(--lineup-transition-default) ease;
  opacity: 0.7;
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-contents-others-maintitle {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-standard {
  margin: 60px 0;
  padding: 40px 35px;
  border: 1px solid var(--lineup-color-dblue);
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-standard .lineup-turntable-standard-title {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.lineup.lineup02.--underpage-turntable .lineup-turntable-standard .lineup-turntable-standard-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 33px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-turntable .lineup-turntable-standard .lineup-turntable-standard-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}

/* ==========================================================================
  lineup => lineup-twin
========================================================================== */
.lineup.lineup02.--underpage-twin .lineup-twin-feature-grid {
  display: grid;
  gap: 0 40px;
  line-height: 1.8;
}
.lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature01 {
  grid-template-columns: 1fr 480px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature01 {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature02 {
  grid-template-columns: 1fr 466px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature02 {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature03 {
  grid-template-columns: 1fr 438px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-feature-grid.--feature03 {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lease {
  padding-bottom: 50px;
  margin-top: 20px;
  background-color: var(--lineup-color-lblue);
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lease {
    margin-top: 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lease .c-lineup-others-lease__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.75em 2em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--lineup-color-dblue);
  border-radius: 50px;
  background-color: var(--lineup-color-white);
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists__item-title {
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--lineup-color-white);
  background-color: var(--lineup-color-blue);
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists__item-contents {
  padding: 24px 24px 32px;
  border-radius: 0 0 8px 8px;
  background-color: var(--lineup-color-lblue);
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px 0;
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}
@media screen and (max-width: 880px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--column {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
@media screen and (max-width: 880px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--subgrid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--subgrid {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--subgrid .subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--subgrid .subgrid {
    grid-template-rows: auto;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__flex.--subgrid .subgrid img {
    margin-top: 16px;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__grid-2auto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__grid-2auto {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
@media screen and (max-width: 880px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__grid-2auto.--100p {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
@media screen and (max-width: 880px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__grid-2auto.--30p {
    grid-template-columns: 1fr 30%;
  }
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner__grid-2auto.--30p {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--lineup-color-blue);
  border-bottom: 1px solid var(--lineup-color-blue);
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 700;
  color: var(--lineup-color-blue);
  border: 1px solid var(--lineup-color-blue);
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other-lists__item dt {
  font-size: 18px;
  font-weight: 700;
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other-lists-sensor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other-lists-sensor {
    display: block;
  }
}
.lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other-lists-sensor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lineup.lineup02.--underpage-twin .lineup-twin-others-lists .lineup-twin-others-lists-inner-other .lineup-twin-others-lists-inner-other-lists-sensor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}