@charset "UTF-8";
figure {
  margin: 0;
  padding: 0 !important;
}

.p-2026 .u-m0 {
  margin: 0 !important;
}
.p-2026 .u-mt0 {
  margin-top: 0 !important;
}
.p-2026 .u-mb0 {
  margin-bottom: 0 !important;
}
.p-2026 .u-text-bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-2026 .u-text-small {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026 .u-text-small {
    font-size: 14px;
  }
}
.p-2026 .c-article + .c-article {
  margin-top: min(60px, 10vw);
}
.p-2026 .c-ttl {
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-ttl {
    font-size: 20px;
  }
}
.p-2026 .c-ttl:has(.c-icon-up) {
  position: relative;
  padding-left: 45px;
}
.p-2026 .c-icon-up {
  position: absolute;
  top: 5.5px;
  left: 0;
  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: 40px;
  height: 22px;
  border-radius: 11px;
  background: orange;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-icon-up {
    top: 5px;
    width: 35px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
}
.p-2026 .c-sttl {
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-sttl {
    font-size: 16px;
  }
}
.p-2026 .c-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.p-2026 .c-list li {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-list li {
    font-size: 16px;
  }
}
.p-2026 .c-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc((1.6em - 6px) / 2);
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-desc_list dt, .p-2026 .c-desc_list dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026 .c-desc_list dt, .p-2026 .c-desc_list dd {
    font-size: 16px;
  }
}
.p-2026 .c-desc_list dt {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
}
.p-2026 .c-desc_list dt:before {
  content: "";
  display: block;
  position: absolute;
  top: calc((1.6em - 6px) / 2);
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #333;
}
.p-2026 .c-desc_list dt:not(:first-child) {
  margin-top: 0.5em;
}
.p-2026 .c-desc_list dd {
  margin-left: 1em;
}
.p-2026 .c-note {
  position: relative;
  margin: 0;
  margin-top: 5px;
  padding-left: 1em;
  line-height: 1.6;
}
.p-2026 .c-note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.p-2026 .c-icon_release {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 !important;
  margin-bottom: 1em !important;
  padding: 0.7em 1em;
  border: 3px solid orange;
  color: orange;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.p-2026 .c-attention {
  position: relative;
  margin: 0;
  margin-top: 5px;
  padding-left: 1em;
  color: #DD020F;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-2026 .c-attention {
    font-size: 12px;
  }
}
.p-2026 .c-attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-2026 table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.p-2026 th,
.p-2026 td {
  padding: 1em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-2026 th,
  .p-2026 td {
    white-space: nowrap;
  }
}
.p-2026 th {
  background: #f5f5f5;
}
.p-2026 thead th {
  text-align: center;
}
.p-2026-intro__copy {
  width: 100%;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: min(40px, 6vw);
  line-height: 1.5;
}
.p-2026-intro p {
  text-align: center !important;
}
.p-2026-intro__concept {
  margin-top: 1em;
  color: #DD020F;
  font-weight: 700;
  font-size: min(30px, 5vw);
  line-height: 1.5 !important;
}
.p-2026-mira__mv {
  margin-block: min(40px, 5vw) !important;
}
.p-2026-mira__images {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-2026-mira__images {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mira__images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mira__images li:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}
@media screen and (max-width: 767px) {
  .p-2026-mira__operation {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mira__operation {
    font-size: 18px;
  }
}
.p-2026-mira__operation_item {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-2026-mira__operation_item {
    -ms-grid-columns: 3em 1fr;
    grid-template-columns: 3em 1fr;
  }
}
.p-2026-mira__operation_item + .p-2026-mira__operation_item {
  margin-top: min(30px, 5vw);
}
.p-2026-mira__operation_num {
  font-size: 18px;
  font-style: normal;
  line-height: 2;
}
.p-2026-mira__operation_body figure {
  margin-top: 20px !important;
}
.p-2026-mira__operation_body figure img {
  border: 1px solid #ddd;
}
.p-2026-sync__images {
  display: -ms-grid;
  display: grid;
  margin: 0;
  margin-top: min(40px, 5vw);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-2026-sync__images {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-sync__images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-2026-sync__images figcaption {
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-2026-sync__images figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-sync__images figcaption {
    font-size: 18px;
  }
}
.p-2026-sync__setting thead small {
  display: block;
  font-size: 12px;
}
.p-2026-sync__setting td {
  text-align: center;
}
.p-2026-sync__setting sup {
  margin-left: 3px;
  font-size: 12px;
  vertical-align: top;
}
.p-2026-sync__setting svg {
  width: 20px;
  aspect-ratio: 1/1;
}
.p-2026-sync__setting caption {
  caption-side: bottom;
  margin-top: 5px;
  text-align: right;
}
.p-2026-sync__setting caption svg {
  width: 1em;
  margin-right: 3px;
  vertical-align: text-top;
}
.p-2026-win11__images {
  display: -ms-grid;
  display: grid;
  margin: 0;
  margin-top: min(40px, 5vw);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-2026-win11__images {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-win11__images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-2026-mobile__images {
  display: -ms-grid;
  display: grid;
  margin: 0;
  margin-top: min(40px, 5vw);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-2026-mobile__images {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mobile__images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-2026-mobile__images figcaption {
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-2026-mobile__images figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mobile__images figcaption {
    font-size: 18px;
  }
}
.p-2026-mobile__emoji {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-2026-mobile__emoji {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-2026-mobile__emoji dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-2026-mobile__emoji dl dt, .p-2026-mobile__emoji dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-2026-mobile__emoji dl dt, .p-2026-mobile__emoji dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mobile__emoji dl dt, .p-2026-mobile__emoji dl dd {
    font-size: 18px;
  }
}
.p-2026-mobile__emoji dl dt {
  border-right: 1px dotted #ddd;
}
.p-2026-mobile__emoji dl dt img {
  width: 1.5em;
}
.p-2026-mobile__emoji dl dd {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.p-2026-mobile__images {
  display: -ms-grid;
  display: grid;
  margin: 0;
  margin-top: min(40px, 5vw);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-2026-mobile__images {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-2026-mobile__images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

section.contents#cnt-feature h1, section.contents#cnt-feature h2, section.contents#cnt-feature h3, section.contents#cnt-feature h4, section.contents#cnt-feature h5, section.contents#cnt-feature h6, section.contents#cnt-feature p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.contents#cnt-feature {
    width: 90%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .feature_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature_title {
    margin-bottom: 20px;
  }
}
.feature_title .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .feature_title .label {
    margin-top: 15px;
    gap: 3px;
  }
}
@media screen and (min-width: 768px) {
  .feature_title .label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 5px;
  }
}
.feature_title .add_labelSpace_pc {
  margin: 0 !important;
  line-height: 1.5;
}
.feature_title .add_labelSpace_pc span:not(.emphasis) {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  #diff-lineup.p-2026 .js-anchor {
    display: block;
  }
}
#diff-lineup.p-2026 .js-anchor * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#diff-lineup.p-2026 .js-anchor-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  #diff-lineup.p-2026 .js-anchor-list {
    padding: 5px;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  #diff-lineup.p-2026 .js-anchor-list {
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    max-width: 1200px;
    margin-inline: auto;
    padding-block: 8px;
  }
}
#diff-lineup.p-2026 .js-anchor-item {
  width: 100%;
  margin: 0 !important;
}
#diff-lineup.p-2026 .js-icon-text {
  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;
}

#diff-spec h1, #diff-spec h2, #diff-spec h3, #diff-spec h4, #diff-spec h5, #diff-spec h6, #diff-spec p {
  width: 100%;
}