.u-dsp-showPC {
  display: none;
}
.u-dsp-hidePC {
  display: block;
}
.u-dsp-block {
  display: block;
}

.u-dsp-inlineBlock {
  display: inline-block;
}

.u-dsp-none {
  display: none;
}

.i-list-link {
  display: flex;
  justify-content: flex-end;
}

.i-list-link a span {
  text-decoration: underline;
}

.i-list-link.--flex-start {
  justify-content: flex-start;
}
.i-list-navHeading--square {
  font-size: 1.5rem;
  font-weight: 500;
}

.i-list-navHeading--square + .i-list-navBlock--square,
.i-list-navHeading--square + .i-list-navBlock--awsale {
  margin-top: 10px;
}
.i-list-nav--square {
  margin-top: 10px;
  margin-bottom: 10px;
}

.i-list-navBlock--square,
.i-list-navBlock--awsale {
  position: relative;
}

.i-list-navList--square {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 10px;
  padding-right: 5px;
}
.i-list-navItem--square {
  background-color: #fff;
  border: solid 1px #ececec;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  height: 55px;
  border-radius: 3px;
  white-space: nowrap;
}

.i-list-navItem--square + .i-list-navItem--square {
  margin-left: 5px;
}

.i-list-navLink--square {
  padding: 0 14px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.42;
  text-align: center;
}

.i-list-navLink--square.is-pdWide {
  padding: 0 22px;
}

.i-list-navLink--square.is-left {
  text-align: left;
}
.i-list-navBtn {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 100%;
  top: 0;
}

.i-list-navBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  transform-origin: center;
  border-right: 2px solid #fff;
  z-index: 1;
}

.i-list-navBtn::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 40px;
  background: #cdcdcd;
  z-index: 1;
  top: 8px;
}

.i-list-navBtn--prev {
  left: 0;
}

.i-list-navBtn--prev::before {
  top: 18px;
  left: 10px;
  transform: rotate(-135deg) translateY(-50%);
  z-index: 2;
}

.i-list-navBtn--prev::after {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.i-list-navBtn--next {
  right: 0;
}

.i-list-navBtn--next::before {
  top: 26px;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}

.i-list-navBtn--next::after {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.i-list-navHeading--awsale {
  min-width: 120px;
  background-color: #f61b28;
}

.i-list-navHeading--awsale::before {
  border-color: transparent transparent transparent #f61b28;
}
.i-list-navBlock--awsale {
  display: flex;
}

.i-list-navBlock--awsale:last-of-type {
  margin-top: 1rem;
}

.i-list-navBlock--awsale-sp {
  background-color: #f61b28;
}

.i-list-navItem--awsale {
  color: #f61b28;
  white-space: nowrap;
  padding: 8px 20px;
}
.i-list-navList--awsale {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 10px;
  padding-right: 5px;
  position: relative;
  padding-left: 0.25em;
  margin-left: 2.5rem;
}
.i-list-navItem.i-list-navItem-btn {
  position: absolute;
}

.i-list-navBtn--prev-awsale,
.i-list-navBtn--next-awsale {
  top: -2px;
}

.i-list-navBtn--prev-awsale,
.i-list-navBtn--next-awsale {
  width: 22px;
  height: 36px;
}

.i-list-navBtn--prev-awsale:after,
.i-list-navBtn--next-awsale:after {
  height: 100%;
  top: 0;
}

.i-list-navBtn--prev-awsale {
  left: 143px;
}

.i-list-navBtn--prev-awsale::before {
  top: 11px;
  left: 11px;
}

.i-list-navBtn--next-awsale {
  right: -1px;
}

.i-list-navBtn--next-awsale::before {
  top: 17px;
}

.i-list-slider > *:not(:first-child) {
  display: none;
}

.i-list-slider .slick-list {
  display: block !important;
}

.i-list-slider__slide {
  display: block;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}

.slick-prev.i-list-slider__prev {
  width: 30px;
  height: 30px;
  background: #a7a7a7;
  border-radius: 9999px;
  top: 27%;
  top: 29%;
  left: -2%;
  transform: translateY(0);
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.16);
}
.slick-prev.i-list-slider__prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
}

.slick-next.i-list-slider__next {
  width: 30px;
  height: 30px;
  background: #a7a7a7 !important;
  border-radius: 9999px;
  top: 27%;
  right: -2%;
  transform: translateY(0);
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.16);
}
.slick-next.i-list-slider__next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(225deg);
  border-radius: 2px;
}

.slick-dots.i-list-slider__dots {
  bottom: -5px;
}

.slick-dots.i-list-slider__dots li {
  background: #e0e0e0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 10px;
}

.slick-dots.i-list-slider__dots li.slick-active {
  background: #666;
}

.slick-dots.i-list-slider__dots li:only-child {
  display: none;
}

.slick-dots.i-list-slider__dots li button {
  width: 7px;
  height: 7px;
}

.slick-dots.i-list-slider__dots li button::before {
  display: none;
}

.i-list-highest-series__mv {
  width: 100%;
  margin-inline: auto;
}

.i-list-highest-series__mv--all {
  width: 95%;
  margin-inline: auto;
}

.i-list-highest-series__mv-image {
  width: 100%;
  height: auto;
}

.i-list-highest-series__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 42px;
}

.i-list-highest-series__text {
  line-height: 28px;
  word-break: auto-phrase;
}

.i-list-highest-series__point-list {
  margin-top: 24px;
}

.i-list-highest-series__point-item {
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
  width: 79%;
  margin-inline: 10px;
  padding: 20px;
}
.i-list-highest-series__point-title {
  color: #666;
  font-weight: 700;
  line-height: 24px;
}

.i-list-highest-series__point-title span {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.i-list-highest-series__point-image {
  width: 100%;
  height: auto;
  margin-top: 16px;
  aspect-ratio: 510/280;
  -o-object-fit: contain;
     object-fit: contain;
}

.i-list-highest-series__point-text {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

.i-list-highest-series__point-list .slick-track {
  display: flex;
}

.i-list-highest-series__point-list .slick-slide {
  height: auto;
}
ul.js-i-list-highest-series-slider > li:not(:first-child) {
  display: none;
}
.i-list__mv {
  width: 100%;
  margin-inline: auto;
}

.i-list__mv--all {
  width: 95%;
  margin-inline: auto;
}

.i-list__mv-image {
  width: 100%;
  height: auto;
}

main .i-list__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 42px;
}

.i-list__text {
  line-height: 28px;
  word-break: auto-phrase;
}

.i-list__point-list {
  margin-top: 24px;
}

.i-list__point-item {
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
  width: 79%;
  margin-inline: 10px;
  padding: 20px;
}
.i-list__point-title {
  color: #666;
  font-weight: 700;
  line-height: 24px;
}

.i-list__point-title span {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.i-list__point-image {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.i-list__point-text {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

.i-list__point-list .slick-track {
  display: flex;
}

.i-list__point-list .slick-slide {
  height: auto;
}
ul.js-i-list-slider > li:not(:first-child) {
  display: none;
}
.i-template2__bnr {
  display: block;
  width: calc(100% + 20px);
  margin-inline: -10px;
}

.i-template2__bnr img {
  width: 100%;
  height: auto;
}
.i-template2__card-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 6px;
}
.i-template2__card {
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.i-template2__item-img {
  width: 21.68%;
}

.i-template2__item-img img {
  width: 100%;
  height: auto;
}
.i-template2__item-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.i-template2__item-text {
  font-feature-settings: "palt";
  color: #707070;
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 4px;
}
.pane-topic-path {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .u-dsp-showPC {
    display: block;
  }
  .u-dsp-hidePC {
    display: none;
  }
  .i-list-nav {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .i-list-navBlock {
    display: flex;
  }
  .i-list-navBlock + .i-list-navBlock {
    margin-top: 15px;
  }
  .i-list-navHeading {
    font-size: 1.3rem;
    width: 80px;
    height: 30px;
    color: #fff;
    background-color: #f1830f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .i-list-navHeading::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 15px;
    border-color: transparent transparent transparent #f1830f;
    right: -15px;
    top: 0px;
  }
  .i-list-navList {
    display: flex;
    margin-left: 25px;
  }
  .i-list-navItem {
    font-size: 1.3rem;
    padding: 5px 20px;
    border-radius: 15px;
    color: #f1830f;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .i-list-navItem + .i-list-navItem {
    margin-left: 8px;
  }
  .i-list-navItem.is-twoLine {
    border-radius: 30px;
  }
  .i-list-navList--square {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .i-list-navList--square::-webkit-scrollbar {
    display: none;
  }
  .i-list-navList--awsale::-webkit-scrollbar {
    display: none;
  }
  .slick-prev.i-list-slider__prev {
    left: -0.9%;
    top: 29%;
  }
  .slick-next.i-list-slider__next {
    right: -0.9%;
    top: 29%;
  }
  .i-list-highest-series__point-item {
    margin-inline: 8px;
  }
  .i-list-highest-series__point-item--2 {
    width: 50%;
  }
  .i-list-highest-series__point-contents {
    display: flex;
    gap: 16px;
  }
  .i-list-highest-series__point-list .slick-prev.i-list-slider__prev,
  .i-list-highest-series__point-list .slick-next.i-list-slider__next {
    top: 46%;
  }
  .i-list-highest-series__point-list:has(.i-list-highest-series__point-item--2) {
    display: flex;
  }
  .i-list-highest-series__point-list:has(.i-list-highest-series__point-item--2) picture {
    width: 58%;
  }
  .i-list-highest-series__point-list:has(.i-list-highest-series__point-item--2) .i-list-highest-series__point-text {
    flex: 1 1;
  }
  .i-list-highest-series__point-list:has(.i-list-highest-series__point-item--2) .i-list-highest-series__point-item {
    margin-inline: 5px;
  }
  .i-list__point-item {
    margin-inline: 8px;
  }
  .i-list__point-item--2 {
    width: 50%;
  }
  .i-list__point-contents {
    display: flex;
    gap: 16px;
  }
  .i-list__point-list .slick-prev.i-list-slider__prev,
  .i-list__point-list .slick-next.i-list-slider__next {
    top: 46%;
  }
  .i-list__point-list:has(.i-list__point-item--2) {
    display: flex;
  }
  .i-list__point-list:has(.i-list__point-item--2) picture {
    width: 58%;
  }
  .i-list__point-list:has(.i-list__point-item--2) .i-list__point-text {
    flex: 1 1;
  }
  .i-list__point-list:has(.i-list__point-item--2) .i-list__point-item {
    margin-inline: 5px;
  }
  .i-template2__bnr {
    width: 100%;
    margin-inline: 0;
  }
  .i-template2__card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-top: 31px;
  }
  .i-template2__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    padding-inline: 21.5px;
    padding-top: 20px;
    padding-bottom: 14px;
    align-items: start;
  }
  .i-template2__item-img {
    width: 100%;
    grid-row: 2;
    margin-top: 0;
  }
  .i-template2__item-title {
    grid-row: 1;
    text-align: center;
    font-weight: 700;
    line-height: normal;
  }
  .i-template2__item-text-container {
    grid-row: 3;
    margin-top: 18px;
  }
  .i-template2__item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
  }
  .i-template2__item-more {
    grid-row: 4;
    margin-top: 23px;
    color: #707070;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-align: end;
  }
}
@media (max-width: 1023px) {
  .i-list-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .i-list-navBlock {
    background-color: #f1830f;
    padding: 10px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .i-list-navHeading {
    color: #fff;
    font-size: 1.3rem;
    min-width: 75px;
    display: flex;
    align-items: center;
  }
  .i-list-navList {
    display: flex;
  }
  .i-list-navItem {
    font-size: 1.2rem;
    text-align: center;
    width: 105px;
    height: 40px;
    border-radius: 3px;
    white-space: initial;
    color: #f1830f;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .i-list-navItem + .i-list-navItem {
    margin-left: 5px;
  }
  .i-list-nav--square {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    padding-inline: 10px;
  }
  .i-list-navHeading--square {
    font-size: 1.5rem;
  }
  .i-list-navList--square {
    padding-bottom: 0;
  }
  .i-list-navItem--square {
    height: 43px;
  }
  .i-list-navLink--square {
    font-size: 1.2rem;
  }
  .i-list-navBlock--square.has-arrow::before,
  .has-arrow.i-list-navBlock--awsale::before,
  .i-list-navBlock--square.has-arrow::after,
  .has-arrow.i-list-navBlock--awsale::after {
    display: none;
  }
  .i-list-navHeading--awsale {
    border-radius: 5px;
    min-width: 80px;
    line-height: 1.3;
    font-weight: 700;
  }
  .i-list-navItem--awsale {
    width: auto;
  }
  .i-list-navList--awsale {
    margin-top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .i-template2__card-container {
    max-width: 600px;
    margin-inline: auto;
  }
  .i-template2__card::after {
    display: block;
    content: "";
    background-image: url(../images/list_03/icon_arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 14px;
  }
  .i-template2__item-text-container {
    flex: 1 1;
  }
}
