html {
  scroll-behavior: smooth;
}

.headline .inner {
  font-weight: 600;
}

.top_main_visual img,
#top img {
  max-width: 100%;
  height: auto;
}

#features {
  scroll-margin-block-start: var(--globalStickyHeight);
}

.features {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .features {
    margin-top: 63px;
  }
}

.features .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .features .inner {
    padding-bottom: 8px;
  }
}

.features_img {
  max-width: 76vw;
  margin-top: 4.8vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .features_img {
    max-width: 330px;
    margin-top: 15px;
  }
}
.features_img img {
  width: 100%;
}

.features .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 74.4vw;
  font-weight: 600;
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .features .button {
    margin-top: 50px;
    width: 200px;
  }
}
.features .button a {
  text-align: center;
  background-position: 22.9333333333vw center;
}
@media screen and (min-width: 768px) {
  .features .button a {
    background-position: 30px center;
  }
}

#top .features_card_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 42.6666666667vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.9333333333vw;
}
@media not all and (min-width: 768px) {
  #top .features_card_list {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  #top .features_card_list {
    grid-template-columns: repeat(auto-fit, 276px);
    gap: 50px;
    margin-top: 42px;
  }
}

#top .features_card_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-row-gap: 2.6666666667vw;
  row-gap: 2.6666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.6vw;
  padding-bottom: 2.9333333333vw;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.15);
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  #top .features_card_item {
    row-gap: 20px;
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
#top .features_card_item:focus {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #top .features_card_item:hover {
    opacity: 0.7;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
.is-ie #top .features_card_item:hover {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}

#top .features_card_title {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.4vw;
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  background-color: #ec1d00;
  border-bottom-right-radius: 1.0666666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 768px) {
  #top .features_card_title {
    height: 10.1333333333vw;
    min-height: 3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #top .features_card_title {
    padding-top: 4px;
    padding-bottom: 4px;
    width: calc(100% - 16px);
    font-size: 1em;
    border-bottom-right-radius: 4px;
  }
}

@media not all and (min-width: 768px) {
  #top .features_card_item:nth-child(3) .features_card_title {
    width: 36.8vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 1.6vw;
  }
}

#top .features_card_img {
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .features_card_img {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#top .features_card_img img {
  width: 100%;
  height: auto;
}

#top .features_card_body {
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .features_card_body {
    margin-left: 8px;
    margin-right: 8px;
  }
}

#top .features_card_text {
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .features_card_text {
    font-size: 1em;
  }
}

#top .features_card_note {
  font-size: 0.625em;
  font-weight: 300;
  margin-top: 1em;
}
#top .features_card_note:not(:has(.annotation_mark)) {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .features_card_note {
    font-size: 0.75em;
  }
}

.feature_character {
  max-width: 63.4666666667vw;
  margin-top: 10.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .feature_character {
    max-width: 384px;
    margin-top: 70px;
  }
}
.feature_character img {
  width: 100%;
}

#top .top_info {
  margin-top: 17.6vw;
  padding: 0;
  padding: initial;
  background-color: transparent;
  background-color: initial;
}
@media screen and (min-width: 768px) {
  #top .top_info {
    margin-top: 100px;
    padding: 0;
    padding: initial;
  }
}

#top .top_info .inner {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .top_info .inner {
    padding-bottom: 0;
  }
}

#top .top_info .container {
  background-color: #EDEDED;
  margin-top: 8vw;
  padding: 8vw 5.3333333333vw 4vw;
}
@media screen and (min-width: 768px) {
  #top .top_info .container {
    margin-top: 40px;
    padding: 38px 127px;
  }
}

#top .top_info .top_info_scroll_y {
  overflow-y: auto;
  max-height: 100vw;
}
@media screen and (min-width: 768px) {
  #top .top_info .top_info_scroll_y {
    max-height: 278px;
  }
}

#top .info_list_title {
  font-size: 0.625em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top .info_list_title {
    font-size: 0.75em;
  }
}

#top .info_list_data {
  font-size: 0.75em;
  font-weight: 300;
  margin-top: 14px;
}
#top .info_list_data a {
  color: #333;
}
@media screen and (min-width: 768px) {
  #top .info_list_data {
    margin-top: 13px;
  }
}

#top .top_info .link_wrap {
  margin-top: 0;
  margin-top: initial;
}
@media not all and (min-width: 768px) {
  #top .top_info .link_wrap {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 3.2vw;
    gap: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #top .top_info .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
  }
}

@media not all and (min-width: 768px) {
  #top .top_info .link_wrap .link_break_sp {
    grid-column: 1/-1;
  }
}

#top .top_info .icon_new {
  font-size: 0.625em;
  font-weight: 300;
  display: inline-block;
  color: #ec1d00;
  border: 1px solid #ec1d00;
  background-color: #fff;
  margin-top: 1em;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #top .top_info .icon_new {
    font-weight: 0.8125em;
    margin-left: 1.5em;
    padding-right: 5px;
  }
}

#top .top_info .info_list_data .link_item {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .top_info .info_list_data .link_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#top .top_info .info_list_data .link_wrap .link:nth-child(n+2) {
  margin-left: 0;
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  #top .top_info .info_list_data .link_wrap .link:nth-child(n+2) {
    margin-left: 0;
    margin-left: initial;
  }
}

@media not all and (min-width: 768px) {
  #top .top_info .info_list_data .link_wrap:nth-child(n+2) {
    margin-left: 0;
    margin-left: initial;
  }
  #top .top_info .info_list_data .link_wrap:nth-child(n+3) {
    margin-top: 0;
    margin-top: initial;
  }
}

#top .top_info .link a {
  padding-left: 0;
  padding-left: initial;
  display: inline;
  display: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  color: #000;
  color: initial;
}
@media screen and (min-width: 768px) {
  #top .top_info .link a {
    padding-left: 0;
    padding-left: initial;
    background-size: initial initial;
  }
}
#top .top_info .link a:first-child {
  padding-left: 12px;
  display: inline-block;
  background: url(/home/kirigamine/shared/img/arr_red.png) 2px 0.5em/6px auto no-repeat;
  color: #333;
}
@media screen and (min-width: 768px) {
  #top .top_info .link a:first-child {
    padding-left: 19px;
    background-size: 7px auto;
  }
}

#top .top_info .info_list_data.urgent .info_link {
  display: inline-block;
  color: #333;
  margin: 1em 0 1.3em;
}
@media screen and (min-width: 768px) {
  #top .top_info .info_list_data.urgent .info_link {
    margin: 0.5em 1em 0.8em;
  }
}

.pr_character {
  margin-top: 18.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 63.4666666667vw;
}
@media screen and (min-width: 768px) {
  .pr_character {
    margin-top: 100px;
    max-width: 384px;
  }
}
.pr_character img {
  width: 100%;
}

#lineup {
  scroll-margin-block-start: var(--globalStickyHeight);
}

#top .lineup {
  margin-top: 16.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .lineup {
    margin-top: 95px;
  }
}

#top .lineup .inner {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .lineup .inner {
    padding-bottom: 0;
  }
}

#top .lineup-swipe {
  display: grid;
  grid-gap: 4vw;
  gap: 4vw;
  justify-items: center;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #top .lineup-swipe {
    display: none;
  }
}

#top .lineup-swipe-text {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

#top .lineup-swipe-icon img {
  display: block;
  width: 48vw;
  height: auto;
}

#top .lineup-tab .lineup-tab-wrap {
  background-color: #333;
}
@media screen and (min-width: 768px) {
  #top .lineup-tab .lineup-tab-wrap {
    margin-top: 50px;
  }
}

.lineup-tab .lineup-tab-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8666666667vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21.3333333333vw;
  padding-top: 2.6666666667vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lineup-tab .lineup-tab-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.lineup-tab .lineup-tab-list .lineup-tab-item {
  width: 43.7333333333vw;
  max-width: 43.7333333333vw;
}
@media screen and (min-width: 768px) {
  .lineup-tab .lineup-tab-list .lineup-tab-item {
    width: 335px;
    max-width: 335px;
  }
}

.lineup-tab .lineup-tab-list .lineup-tab-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 100%;
  height: 16vw;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 0.875em;
  font-weight: 600;
  color: #ededed;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #ededed;
}
@media screen and (min-width: 768px) {
  .lineup-tab .lineup-tab-list .lineup-tab-txt {
    height: 80px;
    font-size: 1.25em;
  }
  .lineup-tab .lineup-tab-list .lineup-tab-txt:hover {
    color: #fff;
  }
}

.lineup-tab:has(#lineup-tab-product:checked) .lineup-tab-item-product .lineup-tab-txt,
.lineup-tab:has(#lineup-tab-voice:checked) .lineup-tab-item-voice .lineup-tab-txt {
  height: 18.6666666667vw;
  color: #333;
  background-color: #ededed;
  border: 0;
}
@media screen and (min-width: 768px) {
  .lineup-tab:has(#lineup-tab-product:checked) .lineup-tab-item-product .lineup-tab-txt,
  .lineup-tab:has(#lineup-tab-voice:checked) .lineup-tab-item-voice .lineup-tab-txt {
    color: #333;
    background-color: #ededed;
    height: 95px;
    border: 1px solid #ededed;
  }
}

@media screen and (min-width: 768px) {
  .lineup-tab:has(#lineup-tab-voice:checked) #lineup-tab-content-voice {
    display: block;
  }
}

#top .lineup-tab input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}

#lineup-tab-content-product,
#lineup-tab-content-voice {
  display: none;
}

.lineup:has(#lineup-tab-product:checked) #lineup-tab-content-product {
  display: block;
}

.lineup:has(#lineup-tab-voice:checked) #lineup-tab-content-voice {
  display: block;
}

.lineup-tab-content {
  position: relative;
}
.lineup-tab-content::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 1.0666666667vw;
  height: 100%;
  z-index: 4;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

#top .kirigamine-contents-warp {
  padding: 0;
  background: #f3f5f7;
}

#top .product-wrapper {
  min-width: 0;
}

#top .header-top {
  position: sticky;
  top: 0;
  top: var(--sticky-top, 0);
  z-index: 5;
  background: #fff;
  border: 1px solid #e6eef3;
  border-bottom: 0;
}

#top .theader_product_lineup {
  width: 100%;
}

#top .lineup-table-header {
  position: sticky;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  top: 0;
  top: var(--globalStickyHeight, 0);
}

.lineup_table {
  background-color: #E6EEF3;
}

.lineup_container {
  max-width: 100%;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lineup_container {
    max-width: 1253px;
    padding: 30px 56px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

#top .lineup-table-header-heading {
  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: 40.5333333333vw;
  height: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #top .lineup-table-header-heading {
    width: 280px;
  }
}

#top .lineup-show-all-btn.js-show-all {
  position: relative;
  padding-left: 14px;
  font-size: 0.75em;
  font-weight: 300;
  color: #244980;
}
@media screen and (min-width: 768px) {
  #top .lineup-show-all-btn.js-show-all {
    font-size: 0.875em;
  }
}

#top .lineup-show-all-btn.js-show-all::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #EC1D00;
  border-right: 1px solid #EC1D00;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#top .lineup-show-all-btn.js-show-all:hover {
  opacity: 0.8;
}

#top .lineup-table-header-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}

#top .lineup-heading-table {
  table-layout: fixed;
  border-collapse: collapse;
}

#top .lineup-cell {
  width: 28vw;
  min-width: 28vw;
  padding: 0;
  vertical-align: top;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .lineup-cell {
    width: 139px;
    min-width: 139px;
  }
}

.lineup-indent {
  letter-spacing: -0.05em;
}

#top .lineup-cell-inner {
  position: relative;
  display: grid;
  grid-template-rows: 1.8666666667vw 5.8666666667vw 5.8666666667vw 10.1333333333vw 8.5333333333vw 5.8666666667vw;
  padding-top: 1.3333333333vw;
  padding-bottom: 4.5333333333vw;
  grid-template-areas: "close" "zubadan" "name" "desc" "image" "details";
}
@media screen and (min-width: 768px) {
  #top .lineup-cell-inner {
    grid-template-rows: 9px 31px 35px 44px 55px 21px;
    padding-top: 10px;
    padding-bottom: 23px;
  }
}

#top .lineup-zubadan {
  align-self: end;
  justify-self: center;
  place-self: end center;
  grid-area: zubadan;
}

#top .lineup-zubadan img {
  display: block;
  width: 13.8666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #top .lineup-zubadan img {
    width: 74px;
  }
}

#top .lineup-cell .lineup-name {
  align-self: end;
  justify-self: center;
  place-self: end center;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.5;
  grid-area: name;
}
@media screen and (min-width: 768px) {
  #top .lineup-cell .lineup-name {
    font-size: 1.125em;
  }
}

#top .lineup-cell .lineup-desc {
  align-self: center;
  justify-self: center;
  place-self: center center;
  font-size: 0.625em;
  font-weight: 300;
  line-height: 1.3;
  grid-area: desc;
}
@media screen and (min-width: 768px) {
  #top .lineup-cell .lineup-desc {
    font-size: 0.875em;
    line-height: 1.5;
  }
}

#top .lineup-cell .lineup-photo {
  align-self: center;
  justify-self: center;
  place-self: center center;
  grid-area: image;
  width: 24vw;
}
@media screen and (min-width: 768px) {
  #top .lineup-cell .lineup-photo {
    width: 115px;
  }
}
#top .lineup-cell .lineup-photo img {
  width: 100%;
  height: auto;
}

#top .lineup-cell .lineup-more {
  align-self: end;
  justify-self: center;
  place-self: end center;
  grid-area: details;
}

#top .lineup-more a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #top .lineup-more a {
    padding-left: 13px;
    font-size: 0.75em;
  }
}

#top .lineup-more a > span {
  -webkit-text-decoration: none;
  text-decoration: none;
}

#top .lineup-more a::before {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #top .lineup-more a::before {
    left: -3px;
    width: 6px;
    height: 6px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}

#top .lineup-more a:hover {
  opacity: 0.85;
}

#top .lineup-close-btn {
  position: relative;
  align-self: center;
  justify-self: end;
  place-self: center end;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  margin-right: 1.3333333333vw;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  grid-area: close;
}
@media screen and (min-width: 768px) {
  #top .lineup-close-btn {
    width: 9px;
    height: 9px;
    margin-right: 10px;
  }
}

#top .lineup-close-btn::before,
#top .lineup-close-btn::after {
  position: absolute;
  top: 50%;
  left: -20.7%;
  width: 141.4%;
  height: 1px;
  content: "";
  background: #fff;
}

#top .lineup-close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .lineup-close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top .lineup-scroll-area.js-scroll-area {
  overflow-x: auto;
}

#top .lineup-feature-row.lineup-capacity-guide-row {
  min-height: 8.5333333333vw;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-row.lineup-capacity-guide-row {
    min-height: 46px;
  }
}

#top .lineup-capacity-guide-row .lineup-feature-subject,
#top .lineup-capacity-guide-row .lineup-feature-body td {
  background-color: #b2cbd9;
  border-color: #b2cbd9;
}

#top .lineup-capacity-guide-row .lineup-feature-body td {
  min-height: 0;
}

#top .lineup-feature-subject button.lineup-capacity-guide-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8666666667vw;
  width: 1145px;
  height: 100%;
  padding-left: 2.6666666667vw;
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-subject button.lineup-capacity-guide-toggle {
    width: 1250px;
    gap: 15px;
    padding-left: 20px;
    font-size: 1em;
  }
}

#top .lineup-capacity-guide-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  #top .lineup-capacity-guide-icon {
    width: 13px;
    height: 13px;
  }
}

#top .lineup-capacity-guide-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #top .lineup-capacity-guide-icon::before {
    width: 7px;
    height: 7px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}

#top .lineup-capacity-guide-toggle.is-opened .lineup-capacity-guide-icon::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#top .lineup-feature-section + .lineup-feature-section {
  border-top: 2px solid #e6eef3;
}

#top .lineup-feature-heading {
  width: 100%;
  border-collapse: collapse;
}

#top .lineup-feature-heading td {
  padding: 0;
}

#top .lineup-feature-heading button {
  font-size: 0.9375em;
  font-weight: 600;
  color: #244980;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-heading button {
    font-size: 0.875em;
  }
}

#top .lineup-feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  min-height: 11.7333333333vw;
  border-top: 2px solid #e6eef3;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-row {
    min-height: 82px;
  }
}

#top .lineup-feature-row.border-top-none {
  border-top: 0;
}

#top .lineup-feature-subject {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0666666667vw;
  width: 40vw;
  padding: 0;
  background: #fff;
  border-right: 2px solid #e6eef3;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-subject {
    gap: 4px;
    width: 278px;
  }
}

#top .lineup-feature-subject button,
#top .lineup-feature-subject .lineup-feature-label-text {
  padding-left: 2.1333333333vw;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 1.5;
  color: #244980;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-subject button,
  #top .lineup-feature-subject .lineup-feature-label-text {
    padding-left: 20px;
    font-size: 0.875em;
  }
}

#top .lineup-capacity-guide-content .lineup-feature-subject button,
#top .lineup-capacity-guide-content .lineup-feature-subject .lineup-feature-label-text {
  padding-left: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .lineup-capacity-guide-content .lineup-feature-subject button,
  #top .lineup-capacity-guide-content .lineup-feature-subject .lineup-feature-label-text {
    padding-left: 48px;
  }
}

#top .lineup-feature-subject button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
}

#top .lineup-feature-subject:has(.lineup-feature-note) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 7.2vw;
  padding-bottom: 7.2vw;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-subject:has(.lineup-feature-note) {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

#top .lineup-feature-note {
  padding-left: 2.1333333333vw;
  font-size: 0.5em;
  font-weight: 300;
  line-height: 1.5;
  color: #244980;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-note {
    padding-left: 20px;
    font-size: 0.625em;
  }
}

#top .lineup-feature-note-annotation {
  color: #e95b94;
}

#top .lineup-feature-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#top .lineup-feature-body table {
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#top .lineup-feature-body td {
  width: 27.7333333333vw;
  min-width: 27.7333333333vw;
  font-size: 0.625em;
  font-weight: 300;
  vertical-align: middle;
  color: #244980;
  text-align: center;
  word-break: break-word;
  background: #fff;
  border-left: 1px solid #e6eef3;
  border-right: 1px solid #e6eef3;
}
@media screen and (min-width: 768px) {
  #top .lineup-feature-body td {
    width: 138px;
    min-width: 138px;
    min-height: 82px;
    font-size: 0.875em;
  }
}

#top .lineup-feature-body td:last-child {
  border-right: 0;
}

#top .lineup-feature-body td button.js-open-tooltip {
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
}

#top .lineup-feature-body td.is-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#top .lineup-feature-section.is-deactive .lineup-feature-heading button {
  opacity: 0.8;
}

#top .lineup-feature-section.is-deactive .js-feature-content {
  display: none;
}

#top .lineup-color-fz {
  background-color: #709bb0;
}

#top .lineup-color-fd {
  background-color: #e60012;
}

#top .lineup-color-z {
  background-color: #bab049;
}

#top .lineup-color-zd {
  background-color: #ea5504;
}

#top .lineup-color-x {
  background-color: #7aa55c;
}

#top .lineup-color-r {
  background-color: #38908c;
}

#top .lineup-color-xd {
  background-color: #f08300;
}

#top .lineup-color-kxv {
  background-color: #e4aa06;
}

#top .lineup-color-s {
  background-color: #645159;
}

#top .lineup-color-ge {
  background-color: #6d7cca;
}

#top .is-hidden {
  display: none;
}

#top .lineup-note {
  padding-bottom: 5.3333333333vw;
  font-size: 0.75em;
  font-weight: 600;
  color: #333;
}
@media screen and (min-width: 768px) {
  #top .lineup-note {
    padding-left: 166px;
    padding-bottom: 30px;
    font-size: 0.875em;
  }
}

#top .lineup-feature-subject {
  position: sticky;
  left: 0;
  z-index: 2;
}

#top .js-open-tooltip {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

#top .lineup-tooltip-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

#top .lineup-tooltip-container.is-active {
  display: block;
}

#top .lineup-tooltip-container-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  #top .lineup-tooltip-container-bg {
    display: block;
    padding: 15px;
  }
}

#top .lineup-tooltip-item {
  position: static;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: auto;
  max-width: 100%;
  margin: auto;
  line-height: 1.7;
  color: #244980;
  background: #fff;
  border: 1px solid #d6dde5;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 768px) {
  #top .lineup-tooltip-item {
    position: absolute;
    width: 400px;
    max-width: 70%;
    margin: 0;
  }
}

#top .lineup-tooltip-item.is-active {
  display: block;
}

#top .lineup-tooltip-inner {
  position: relative;
  padding: 22px 22px 22px 27px;
}

#top .lineup-tooltip-title {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -0.25em;
  font-size: 0.8125em;
  font-weight: 700;
  color: #244980;
}
@media screen and (min-width: 768px) {
  #top .lineup-tooltip-title {
    font-size: 0.875em;
  }
}

#top .lineup-tooltip-text {
  font-size: 0.8125em;
  line-height: 2.2;
  color: #244980;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  #top .lineup-tooltip-text {
    font-size: 0.875em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

#top .lineup-tooltip-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

#top .is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
}

#top .lineup-tooltip-close-btn::before,
#top .lineup-tooltip-close-btn::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 1.5px;
  content: "";
  background: #244980;
}

#top .lineup-tooltip-close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .lineup-tooltip-close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lineup .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
  font-weight: 600;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .lineup .button {
    margin-top: 50px;
    width: 225px;
  }
}
.lineup .button a {
  text-align: center;
  background-position: 29.3333333333vw center;
}
@media screen and (min-width: 768px) {
  .lineup .button a {
    background-position: 53px center;
  }
}

#support {
  scroll-margin-block-start: var(--globalStickyHeight);
}

.support {
  margin-top: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support {
    margin-top: 104px;
  }
}

.support .inner {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .support .inner {
    padding-bottom: 0;
  }
}

#special {
  scroll-margin-block-start: var(--globalStickyHeight);
}

.special {
  margin-top: 18.6666666667vw;
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .special {
    margin-top: 100px;
    padding-bottom: 150px;
  }
}

.special .inner {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .special .inner {
    padding-bottom: 0;
  }
}

#top .link_card {
  display: grid;
  grid-template-columns: repeat(2, 41.6vw);
  grid-gap: 6.1333333333vw;
  gap: 6.1333333333vw;
  margin-top: 8vw;
  font-size: 2.6666666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #top .link_card {
    grid-template-columns: repeat(4, minmax(0, 250px));
    gap: 2.96875vw;
    margin-top: 50px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  #top .link_card {
    gap: 38px;
    font-size: 1em;
  }
}

#top .link_card_item {
  position: relative;
}

#top .link_card_link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#top .link_card_link:focus {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #top .link_card_link:hover {
    opacity: 0.7;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
.is-ie #top .link_card_link:hover {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}

#top .link_card_title {
  padding-top: 2.1333333333vw;
  padding-bottom: 1.6vw;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-align: center;
  background-color: #ececec;
  border-bottom: 0.2666666667vw solid #fff;
}
@media screen and (min-width: 768px) {
  #top .link_card_title {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
  }
}

#top .lineup .link_card_title {
  font-size: 0.9375em;
}

#top .link_card_img {
  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;
  aspect-ratio: 156/70;
  overflow: hidden;
  background-color: #ececec;
}
@media screen and (min-width: 768px) {
  #top .link_card_img {
    aspect-ratio: 250/106;
  }
}

#top .link_card_thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .link_card_icon {
  max-width: 13.3333333333vw;
  height: auto;
}
#top .link_card_icon img {
  max-width: 100%;
  height: auto;
}