@charset "UTF-8";
.hdg01 {
  text-align: center;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .hdg01 {
    font-size: 2.3rem;
    line-height: 1.35;
  }
}
.hdg01 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .hdg01 span {
    font-size: 1.6rem;
  }
}

.hdg02 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .hdg02 {
    font-size: 2rem;
    margin-left: 0;
  }
}
.hdg02 span {
  font-size: 2.4rem;
}

.hdg02Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #d9d9d9;
}
.hdg02Wrap .hdg02 {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .hdg02Wrap .hdg02 {
    margin-left: 15px;
  }
}
.hdg02Wrap .link {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hdg02Wrap .link {
    margin-right: 12px;
  }
}
.hdg02Wrap .link a {
  color: #0078ff;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .hdg02Wrap .link a {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .hdg02Wrap .link a {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.hdg02Wrap .link a::after {
  color: #0078ff;
  content: '→';
  margin-left: 0.2em;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .hdg02Wrap .link a::after {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .hdg02Wrap .link a::after {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.hdg02Wrap .link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .hdg02Wrap .link a:hover {
    opacity: 0.7;
  }
}

.newsList01 li {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .newsList01 li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsList01 li::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 7px;
  width: 12px;
  height: 2px;
  background: #b1b1b1;
  transform: rotate(0);
  transition: background 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .newsList01 li::before {
    right: 10px;
  }
}
.newsList01 li::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 7px;
  width: 12px;
  height: 2px;
  background: #b1b1b1;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .newsList01 li::after {
    right: 10px;
  }
}
.newsList01 li.open::after {
  transform: rotate(0);
}
.newsList01 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsList01 li dl > dt {
  width: 155px;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .newsList01 li dl > dt {
    width: 28%;
    font-size: 1.3rem;
  }
}
.newsList01 li dl > dt a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .typeImportant .newsList01 li dl > dt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.typeImportant .newsList01 li dl > dt span {
  margin-left: -19px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  background: #000;
  border-radius: 15px;
  color: #fff;
  padding: 2px 19px 3px;
}
@media screen and (max-width: 767px) {
  .typeImportant .newsList01 li dl > dt span {
    margin-left: 0;
    font-size: 1.3rem;
  }
}
.newsList01 li dl > dd {
  width: calc(100% - 155px);
  color: #424242;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5714285714;
  transition: color 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .newsList01 li dl > dd {
    width: 72%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .typeImportant .newsList01 li dl > dd {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    width: 100%;
    text-align: center;
    margin-top: 0.4em;
  }
  .typeImportant .newsList01 li dl > dd p {
    text-align: left;
    font-size: 1.3rem;
  }
}
.newsList01 li dl > dd .inner {
  display: none;
  margin-top: 18px;
  padding-bottom: 18px;
  width: 86%;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .newsList01 li dl > dd .inner {
    width: 100%;
  }
}
.newsList01 li dl > dd .inner p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .newsList01 li:hover {
    cursor: pointer;
  }
  .newsList01 li:hover::before, .newsList01 li:hover::after {
    background: #000;
  }
  .newsList01 li:hover dl dd {
    color: #000;
  }
}

.newsList02 li {
  padding-top: 15px;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList02 li {
    padding-top: 5.5px;
    padding-bottom: 10.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsList02 li + li {
  border-top: 1px solid #d9d9d9;
}
.newsList02 li::after {
  position: absolute;
  top: 50%;
  right: 7px;
  content: '→';
  color: #424242;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1;
  transform: translateY(-50%);
  transition: color 0.15s ease-in-out;
}
.newsList02 li dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .newsList02 li dl {
    justify-content: space-between;
  }
}
.newsList02 li dl dt {
  width: 15%;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .newsList02 li dl dt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.newsList02 li dl dt span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  background: #000;
  border-radius: 15px;
  color: #fff;
  padding: 2px 19px 3px;
}
@media screen and (max-width: 767px) {
  .newsList02 li dl dt span {
    font-size: 1.3rem;
  }
}
.newsList02 li dl dd {
  width: 85%;
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .newsList02 li dl dd {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis "...";
  }
}
@media screen and (max-width: 767px) {
  .newsList02 li dl dd {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    width: 100%;
    text-align: center;
    margin-top: 0.4em;
  }
}
.newsList02 li dl dd a {
  color: #424242;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .newsList02 li:hover {
    cursor: pointer;
  }
  .newsList02 li:hover::after {
    color: #000;
  }
  .newsList02 li:hover dl dd {
    color: #000;
  }
  .newsList02 li:hover dl dd a {
    color: #000;
  }
}

.newsList03 {
  border-bottom: 1px solid #d9d9d9;
}
.newsList03 li {
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList03 li {
    padding-top: 9.5px;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }
}
.newsList03 li + li {
  border-top: 1px solid #d9d9d9;
}
.newsList03 li::after {
  position: absolute;
  right: 7px;
  content: '→';
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .newsList03 li::after {
    top: 50%;
    font-weight: 500;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .newsList03 li::after {
    top: 15px;
    right: 9px;
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.newsList03 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsList03 li dl dt {
  width: 16%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newsList03 li dl dt {
    width: 28%;
    font-size: 1.3rem;
  }
}
.newsList03 li dl dd {
  width: 84%;
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 6em;
}
@media screen and (min-width: 768px) {
  .newsList03 li dl dd {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .newsList03 li dl dd {
    width: 72%;
    padding-right: 2.5em;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.newsList03 li dl dd a {
  color: #424242;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .newsList03 li dl dd a {
    transition: opacity 0.15s ease-in-out;
  }
  .newsList03 li dl dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .newsList03 li:hover {
    cursor: pointer;
  }
  .newsList03 li:hover::after {
    color: #000;
  }
  .newsList03 li:hover dl dd {
    color: #000;
  }
  .newsList03 li:hover dl dd a {
    color: #000;
  }
}

.lineupSection {
  background: #e8e8e8;
}
.lineupSection > .inner01 {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .lineupSection > .inner01 {
    display: none;
  }
}
.lineupSection > .inner01 .lineupList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.lineupSection > .inner01 .lineupList01 li {
  width: 12.5862068966%;
  position: relative;
}
.lineupSection > .inner01 .lineupList01 li .ph {
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
  transition: background 0.15s ease-in-out;
}
.lineupSection > .inner01 .lineupList01 li .ph::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out;
}
.lineupSection > .inner01 .lineupList01 li dl {
  margin-top: 15px;
}
.lineupSection > .inner01 .lineupList01 li dl dt {
  text-align: center;
  color: #000;
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
  transition: color 0.15s ease-in-out;
}
.lineupSection > .inner01 .lineupList01 li dl dt a {
  color: #000;
  transition: color 0.15s ease-in-out;
}
.lineupSection > .inner01 .lineupList01 li dl dd {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  transition: color 0.15s ease-in-out;
}
.lineupSection > .inner01 .lineupList01 li dl dd a {
  color: #0078ff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .lineupSection > .inner01 .lineupList01 li:hover {
    cursor: pointer;
  }
  .lineupSection > .inner01 .lineupList01 li:hover .ph {
    background: #f2f8ff;
  }
  .lineupSection > .inner01 .lineupList01 li:hover .ph::after {
    border-color: #0078ff;
  }
  .lineupSection > .inner01 .lineupList01 li:hover dl dt {
    color: #0078ff;
  }
  .lineupSection > .inner01 .lineupList01 li:hover dl dt a {
    color: #0078ff;
    text-decoration: none;
  }
  .lineupSection > .inner01 .lineupList01 li:hover dl dd {
    color: #0078ff;
  }
}

.rankingSection {
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .rankingSection {
    margin-top: 60px;
  }
}
.rankingSection > .inner01 {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 {
    width: calc(100% - 15px - 15px);
    padding: 51px 0 15px;
  }
}
.rankingSection > .inner01 .rankingList01 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .rankingSection > .inner01 .rankingList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 {
    margin-top: 39px;
  }
}
.rankingSection > .inner01 .rankingList01 li {
  width: 12.5862068966%;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
  }
}
.rankingSection > .inner01 .rankingList01 li .ph {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  display: block;
  position: relative;
  transition: background 0.15s ease-in-out;
}
.rankingSection > .inner01 .rankingList01 li .ph::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li .ph {
    width: 32.4324324324%;
  }
  .rankingSection > .inner01 .rankingList01 li .ph img {
    width: 100%;
  }
}
.rankingSection > .inner01 .rankingList01 li dl {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li dl {
    width: 63.5135135135%;
    margin-top: -3px;
  }
}
.rankingSection > .inner01 .rankingList01 li dl dt {
  color: #000;
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  transition: color 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li dl dt {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.rankingSection > .inner01 .rankingList01 li dl dt a {
  color: #000;
  transition: color 0.15s ease-in-out;
}
.rankingSection > .inner01 .rankingList01 li dl dd {
  color: #666;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  transition: color 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .rankingSection > .inner01 .rankingList01 li dl dd {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li dl dd {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.rankingSection > .inner01 .rankingList01 li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li::after {
    width: 20px;
    height: 20px;
  }
}
.rankingSection > .inner01 .rankingList01 li:nth-child(-n+3)::after {
  top: -10px;
  left: -10px;
  width: 60px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .rankingSection > .inner01 .rankingList01 li:nth-child(-n+3)::after {
    top: -7px;
    left: -7px;
    width: 30px;
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .rankingSection > .inner01 .rankingList01 li:nth-child(-n+3) {
    width: 31.4655172414%;
    margin-top: 0;
  }
  .rankingSection > .inner01 .rankingList01 li:nth-child(-n+3) .ph {
    padding: 25px;
  }
  .rankingSection > .inner01 .rankingList01 li:nth-child(-n+3) dl dt {
    font-size: 2.8rem;
  }
}
.rankingSection > .inner01 .rankingList01 li:nth-child(1)::after {
  background-image: url("../img/ranking01.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(2)::after {
  background-image: url("../img/ranking02.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(3)::after {
  background-image: url("../img/ranking03.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(4)::after {
  background-image: url("../img/ranking04.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(5)::after {
  background-image: url("../img/ranking05.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(6)::after {
  background-image: url("../img/ranking06.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(7)::after {
  background-image: url("../img/ranking07.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(8)::after {
  background-image: url("../img/ranking08.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(9)::after {
  background-image: url("../img/ranking09.svg");
}
.rankingSection > .inner01 .rankingList01 li:nth-child(10)::after {
  background-image: url("../img/ranking10.svg");
}
@media screen and (min-width: 768px) {
  .rankingSection > .inner01 .rankingList01 li:hover {
    cursor: pointer;
  }
  .rankingSection > .inner01 .rankingList01 li:hover .ph {
    background: #f2f8ff;
  }
  .rankingSection > .inner01 .rankingList01 li:hover .ph::after {
    border-color: #0078ff;
  }
  .rankingSection > .inner01 .rankingList01 li:hover dl dt {
    color: #0078ff;
  }
  .rankingSection > .inner01 .rankingList01 li:hover dl dt a {
    color: #0078ff;
    text-decoration: none;
  }
  .rankingSection > .inner01 .rankingList01 li:hover dl dd {
    color: #0078ff;
  }
}

.newsContents01.typeImportant {
  background: #ffe800;
}
.newsContents01.typeImportant .newsList01 li:last-child {
  border-bottom: none;
}
.newsContents01 > .inner01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .newsContents01 > .inner01 {
    width: 100%;
  }
}
.newsContents01 > .inner01 .itemWrap + section,
.newsContents01 > .inner01 section + section {
  margin-top: 114px;
}
.newsContents01 > .inner01 .hdg02 + .itemWrap {
  margin-top: 20px;
}
.newsContents01 > .inner01 .itemWrap {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .newsContents01 > .inner01 .itemWrap {
    width: 100%;
  }
}
.newsContents01 > .inner01 .itemWrap .slick-prev, .newsContents01 > .inner01 .itemWrap .slick-next {
  border: none;
  background: none;
  position: absolute;
  top: inherit;
  bottom: -73px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .newsContents01 > .inner01 .itemWrap .slick-prev, .newsContents01 > .inner01 .itemWrap .slick-next {
    bottom: -10.5vw;
    width: 10.5vw;
    height: 10.5vw;
  }
}
.newsContents01 > .inner01 .itemWrap .slick-prev.slick-disabled, .newsContents01 > .inner01 .itemWrap .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .newsContents01 > .inner01 .itemWrap .slick-prev.slick-disabled:hover, .newsContents01 > .inner01 .itemWrap .slick-next.slick-disabled:hover {
    opacity: 0.3;
  }
}
@media screen and (min-width: 768px) {
  .newsContents01 > .inner01 .itemWrap .slick-prev:hover, .newsContents01 > .inner01 .itemWrap .slick-next:hover {
    opacity: 0.6;
  }
}
.newsContents01 > .inner01 .itemWrap .slick-prev {
  background-image: url("../../common/_common/img/arrow01.png");
  left: 25px;
}
.newsContents01 > .inner01 .itemWrap .slick-next {
  background-image: url("../../common/_common/img/arrow02.png");
  left: 145px;
}
.newsContents01 > .inner01 .itemWrap .slick-list {
  overflow: visible;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .newsContents01 > .inner01 .itemWrap .slick-list {
    padding-left: 15px;
  }
}
.newsContents01 > .inner01 .itemWrap .item {
  width: 340px;
  margin: 0 10px;
}
.newsContents01 > .inner01 .itemWrap .item a {
  display: block;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .newsContents01 > .inner01 .itemWrap .item a:hover {
    opacity: 0.1;
  }
}
.newsContents01 > .inner01 .itemWrap.type02 .item {
  width: 275px;
}

.topContents01 {
  overflow: hidden;
}
.topContents01 > .inner01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 80px;
  /* 縦スクロール優先を宣言して誤検出を減らす（横スワイプは Slick が拾う） */
  /* GPUヒントでトラックの再描画を滑らかに */
  /* 画像のドラッグ選択で引っかからないように */
}
@media screen and (max-width: 767px) {
  .topContents01 > .inner01 {
    width: calc(100% - 15px - 15px);
    padding: 15px 0 0;
  }
  .topContents01 > .inner01 .newsSection {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.topContents01 > .inner01 section,
.topContents01 > .inner01 .itemWrap + section,
.topContents01 > .inner01 section + section {
  margin-top: 66px;
}
.topContents01 > .inner01 .hdg02 + .product-slider-outer,
.topContents01 > .inner01 .hdg02 + .itemWrap {
  margin-top: 20px;
}
.topContents01 > .inner01 .itemWrap {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .topContents01 > .inner01 .itemWrap {
    width: 100%;
    padding-left: 0;
    margin-left: -15px;
  }
}
.topContents01 > .inner01 .itemWrap .slick-prev, .topContents01 > .inner01 .itemWrap .slick-next {
  border: none;
  background: none;
  position: absolute;
  top: inherit;
  bottom: -73px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topContents01 > .inner01 .itemWrap .slick-prev, .topContents01 > .inner01 .itemWrap .slick-next {
    bottom: -10.5vw;
    width: 10.5vw;
    height: 10.5vw;
  }
}
.topContents01 > .inner01 .itemWrap .slick-prev.slick-disabled, .topContents01 > .inner01 .itemWrap .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .topContents01 > .inner01 .itemWrap .slick-prev.slick-disabled:hover, .topContents01 > .inner01 .itemWrap .slick-next.slick-disabled:hover {
    opacity: 0.3;
  }
}
@media screen and (min-width: 768px) {
  .topContents01 > .inner01 .itemWrap .slick-prev:hover, .topContents01 > .inner01 .itemWrap .slick-next:hover {
    opacity: 0.6;
  }
}
.topContents01 > .inner01 .itemWrap .slick-prev {
  background-image: url("../../common/_common/img/arrow01.png");
  left: 25px;
}
.topContents01 > .inner01 .itemWrap .slick-next {
  background-image: url("../../common/_common/img/arrow02.png");
  left: 145px;
}
.topContents01 > .inner01 .itemWrap .slick-list {
  overflow: visible;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .topContents01 > .inner01 .itemWrap .slick-list {
    padding-left: 15px;
  }
}
.topContents01 > .inner01 .itemWrap .item {
  width: 340px;
  margin: 0 10px;
}
.topContents01 > .inner01 .itemWrap .item a {
  display: block;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .topContents01 > .inner01 .itemWrap .item a:hover {
    opacity: 0.7;
  }
}
.topContents01 > .inner01 .itemWrap.type02 .item {
  width: 275px;
}
@media screen and (max-width: 767px) {
  .topContents01 > .inner01 .itemWrap.native-scroll {
    /* 慣性＋横スクロール */
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    /* ← “吸い付き”を弱める */
    scroll-snap-type: x proximity;
    /* mandatory なら proximity へ */
    scroll-snap-stop: normal;
    /* always を使わない */
    scroll-padding-inline: 16px;
    padding-inline: 16px;
    /* 横スワイプ許可（重要） */
    touch-action: pan-x;
  }
  .topContents01 > .inner01 .itemWrap.native-scroll > * {
    flex: 0 0 auto;
    /* 幅を維持して横に並べる */
    scroll-snap-align: center;
    /* アイテム先頭でスナップ */
  }
  .topContents01 > .inner01 .itemWrap.native-scroll img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
    /* 画像上の長押し誤作動がある場合のみ */
  }
}
.topContents01 > .inner01 .itemWrap,
.topContents01 > .inner01 .itemWrap .slick-list {
  touch-action: pan-y;
}
.topContents01 > .inner01 .itemWrap .slick-track {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.topContents01 > .inner01 .itemWrap img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
  /* 画像上のタップでドラッグ阻害される場合のみ */
}

.topContents02 > .inner01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 76px 0;
}
@media screen and (max-width: 767px) {
  .topContents02 > .inner01 {
    width: calc(100% - 15px - 15px);
    padding: 51px 0 60px;
  }
  .topContents02 > .inner01 .newsSection {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.topContents02 > .inner01 section + section {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .topContents02 > .inner01 section + section {
    margin-top: 57px;
  }
}

.product-slider-outer {
  overflow: hidden;
  margin-inline: -24px;
}
.product-slider-outer.type02 .product-slider__item {
  width: 275px;
}
.product-slider-outer .product-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 24px;
  overflow: visible;
}
.product-slider-outer .product-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.product-slider-outer .product-slider__heading {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin: 0;
}
.product-slider-outer .product-slider__controls {
  display: flex;
  gap: 8px;
}
.product-slider-outer .product-slider__nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s, opacity .2s;
}
.product-slider-outer .product-slider__nav:hover {
  background: #f5f5f5;
}
.product-slider-outer .product-slider__nav:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.product-slider-outer .product-slider__viewport {
  overflow: visible;
  position: relative;
  cursor: grab;
  touch-action: auto;
  /* 連鎖を止めるのは“横方向だけ”。縦は親に流す */
  overscroll-behavior-inline: contain;
  /* 横方向の連鎖だけ抑制 */
  overscroll-behavior-block: auto;
  /* 縦方向は親へOK */
}
.product-slider-outer .is-hlock .product-slider__viewport {
  cursor: grabbing;
}
.product-slider-outer .product-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.product-slider-outer .product-slider__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 400ms ease;
}
.product-slider-outer .product-slider__item {
  flex: 0 0 auto;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.product-slider-outer .product-slider__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-slider-outer .product-slider__img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
}
.product-slider-outer .mock-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  background: linear-gradient(135deg, #6aa8ff, #0047ff);
}
.product-slider-outer .product-slider__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.product-slider-outer .product-slider__badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  background: #e0e0e0;
  color: #333;
}
.product-slider-outer .product-slider__badge.is-new {
  background: #007aff;
  color: #fff;
}
.product-slider-outer .product-slider__badge.is-hot {
  background: #ff3b30;
  color: #fff;
}
.product-slider-outer .product-slider__badge.is-sale {
  background: #34c759;
  color: #fff;
}
.product-slider-outer .product-slider__title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18em;
}
.product-slider-outer .product-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  padding-bottom: 2px;
}
.product-slider-outer .product-slider__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #d0d0d0;
  transition: transform .2s, background-color .2s;
  cursor: pointer;
}
.product-slider-outer .product-slider__dot[aria-current="true"] {
  background: #111;
  transform: scale(1.2);
}

/* SPネイティブ */
@media screen and (max-width: 767px) {
  .ps-native .product-slider__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .ps-native .product-slider__list {
    transform: none !important;
    transition: none !important;
  }
  .ps-native .product-slider__item {
    scroll-snap-align: start;
  }
  .ps-native .product-slider__viewport {
    scrollbar-width: none;
  }
  .ps-native .product-slider__viewport::-webkit-scrollbar {
    display: none;
  }
}
.topContents01 .inner01 .product-slider-outer {
  overflow: hidden;
  margin-inline: 0;
  /* まずははみ出さない */
  transition: margin .25s ease, left .25s ease, width .25s ease;
}
.topContents01 .inner01 .product-slider-outer.is-bleed {
  overflow: visible;
  margin-inline: -24px;
  transition: margin .25s ease;
}
.topContents01 .inner01 .product-slider-outer.is-bleed--full {
  overflow: visible;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  transition: margin .25s ease, left .25s ease, width .25s ease;
}

@media (max-width: 1199.98px) {
  .topContents01 .inner01 .product-slider-outer.is-bleed--full {
    left: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  /* 代わりに軽いチラ見せにしたいなら */
  .topContents01 .inner01 .product-slider-outer.is-bleed--full {
    /* 直上の4行は消して */
    margin-inline: -24px;
    overflow: visible;
  }
}
