@charset "UTF-8";
/* 共通 */
@media screen and (min-width: 600px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .sp_none {
    display: none !important;
  }
}

h2 {
  margin: 0 auto;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  filter: brightness(1.1);
}
.swiper-slide a {
  display: block;
  height: 100%;
}

[class*=btn__white] {
  display: inline-block;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: var(--SN-Radius-Full);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 2.4rem;
  color: var(--SN-Color-Text-Default);
  font-size: var(--size_h_xs);
  line-height: 1;
}
[class*=btn__white]::after {
  content: "";
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
  border-right: solid 0.2rem var(--color_link);
  border-bottom: solid 0.2rem var(--color_link);
  transform: rotate(-45deg) translateY(-5%);
  margin: 0 0 0 0.3rem;
  border-left: 0;
  border-top: 0;
}
[class*=btn__white]:hover {
  background-color: #f9f9f9;
}

/* 親要素ぶち抜き */
/* main */
body {
  overflow-x: hidden;
}
.ci {
  max-width: 110rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 599px) {
  .ci {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ci__inner {
  margin: 0;
}
.ci__inner img {
  width: 24rem;
}

/* GT */
.top-section__inner {
  max-width: var(--width_max_pc_m);
  margin: auto;
}
@media screen and (max-width: 599px) {
  .top-section__inner {
    padding: 0 2rem;
  }
}
.top-section__title {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-section__title {
    margin-bottom: 0.6rem;
  }
}
.top-section__en {
  margin-top: 0.4rem;
  color: #b5b5b5;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
.top-head {
  max-width: 120rem;
  /* 1100px */
  margin: 0 auto;
}
.top-head__inner {
  display: flex;
  justify-content: space-between;
  margin: none;
}
@media screen and (min-width: 600px) {
  .top-head__inner {
    /* 50px */
    align-items: center;
    margin: 1.6rem 0;
  }
}
@media screen and (max-width: 599px) {
  .top-head__inner {
    flex-direction: column;
    align-items: center;
  }
}
.top-head .title {
  width: 26rem;
  /* 260px */
  margin: 0;
}
.top-head .title img {
  width: 100%;
  height: 5rem;
  /* 50px */
  vertical-align: middle;
}
.top-head .right {
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .top-head .right {
    flex-direction: row-reverse;
    width: 100%;
  }
}
.top-head .regist a {
  display: block;
  width: 11rem;
  /* 110px */
  height: 2.8rem;
  /* 28px */
  line-height: 2.8rem;
  /* 28px */
  background: #0096de;
  border: 0.1rem solid #2479df;
  /* 1px */
  border-radius: 1.4rem;
  /* 14px */
  font-size: 1.2rem;
  /* 12px */
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-head .regist a {
    width: 10rem;
    /* 100px */
    height: 3.8rem;
    /* 38px */
    line-height: 3.4rem;
    /* 34px */
    border-radius: 1.9rem;
    /* 19px */
    font-size: 1.3rem;
    /* 13px */
  }
}
.top-head .search {
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-head .search {
    width: 90%;
    margin: 0.8rem auto;
  }
}
@media screen and (min-width: 600px) {
  .top-head .search form {
    width: 42rem;
    /* 420px */
  }
}
@media screen and (max-width: 599px) {
  .top-head .search form {
    width: 100%;
  }
}

.top-catch {
  padding-bottom: 2rem;
}

#i-large_slide {
  position: relative;
  max-width: var(--width_max_pc_m);
  margin: auto;
}
#i-large_slide.new_ratio {
  max-width: 120rem;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}
#i-large_slide.new_ratio .swiper-slide {
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 599px) {
  #i-large_slide.new_ratio .swiper-slide {
    aspect-ratio: 1/1;
  }
}
#i-large_slide .swiper-container img {
  vertical-align: middle;
}
#i-large_slide picture::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0.75em 0;
  color: #fff;
  text-align: center;
  background-color: #bc0000;
}
#i-large_slide .swiper-wrapper {
  margin-bottom: -1px;
}
#i-large_slide .swiper-slide {
  text-align: center;
}
#i-large_slide .swiper-slide img {
  width: 100%;
}
#i-large_slide .swiper-button-prev,
#i-large_slide .swiper-button-next {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(/img_sc/sourcenext_com/common/icon-swiper-arrow.png);
  background-size: 1.2rem 2rem;
  background-position: 1rem center;
  height: 4.4rem;
  width: 2.7rem;
}
#i-large_slide .swiper-button-prev {
  left: 0px !important;
  transform: rotate(180deg);
}
#i-large_slide .swiper-button-next {
  right: 0px !important;
}
#i-large_slide .swiper-pagination {
  position: static;
  margin-top: 0.8rem;
}
#i-large_slide .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 0.3rem;
  height: 0.8rem;
  width: 0.8rem;
}
#i-large_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #888888;
}

.sn_statement_txt {
  max-width: 120rem;
}

@media screen and (max-width: 599px) {
  .top-recommend .title {
    width: 26rem;
    font-size: 0;
    margin: 0 auto 1.5rem;
  }
}
.top-recommend .icons {
  margin: 0 auto 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .top-recommend .icons {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .top-recommend .icons tbody {
    display: flex;
  }
}
.top-recommend .icons td {
  padding: 0.2rem 1rem;
}
.top-recommend .icons [class^=common__icon] {
  margin-right: 0.5rem;
}
.top-recommend .swiper-container {
  max-width: 93rem;
  margin: 6rem auto;
}
@media screen and (min-width: 600px) {
  .top-recommend .swiper-container {
    position: relative;
    padding: 0 3rem;
  }
  .top-recommend .swiper-container::before, .top-recommend .swiper-container::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 2.5rem;
    height: 12.5rem;
    background: #fff;
  }
  .top-recommend .swiper-container::before {
    left: 0;
  }
  .top-recommend .swiper-container::after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper-container {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper-wrapper {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 600px) {
  .top-recommend .swiper-wrapper.center {
    justify-content: center;
  }
}
.top-recommend .swiper-wrapper.not-arrow + .swiper-button-prev {
  opacity: 0;
}
.top-recommend .swiper-wrapper.not-arrow + .swiper-button-prev + .swiper-button-next {
  opacity: 0;
}
.top-recommend .swiper-slide {
  width: 31rem;
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper-slide {
    margin: 0 auto;
  }
}
.top-recommend .swiper-button-prev,
.top-recommend .swiper-button-next {
  position: absolute;
  top: 45%;
  width: 1rem;
  height: 2rem;
  background-image: url(/img_sc/sourcenext_com/common/icon-swiper-arrow.png);
  background-size: 1.2rem 2rem;
  height: 4.4rem;
  width: 2.7rem;
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper-button-prev,
.top-recommend .swiper-button-next {
    display: none;
  }
}
.top-recommend .swiper-button-prev {
  left: 0px !important;
  transform: rotate(180deg);
}
.top-recommend .swiper-button-next {
  right: 0px !important;
}
.top-recommend .swiper2 .slide-inner {
  padding: 0 0.5rem;
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper2 .slide-inner {
    padding: 0 1rem;
  }
}
.top-recommend .swiper2 a {
  display: block;
  color: #000;
}
.top-recommend .swiper2 a:hover {
  color: #0096de;
}
.top-recommend .swiper2 .img {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 0;
}
.top-recommend .swiper2 .img img {
  width: 100%;
}
.top-recommend .swiper2 .text {
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .top-recommend .swiper2 .text {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper2 .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-recommend .swiper2 .text br {
    display: none;
  }
}

.top-iot {
  margin-bottom: 6rem;
  padding: 2rem 0;
  background: #8ae1fe;
}
@media screen and (max-width: 599px) {
  .top-iot {
    margin-bottom: 3rem;
  }
}
.top-iot__inner {
  max-width: 98rem;
  margin: auto;
}
.top-iot__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
}
.top-iot__item {
  width: 16.6666666667%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-iot__item {
    width: 50%;
  }
  .top-iot__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
.top-iot__item a {
  color: #111;
}
.top-iot__item a:hover .category,
.top-iot__item a:hover .name {
  color: #0096de;
}
.top-iot__item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11rem;
}
.top-iot__item .img img {
  max-height: 11rem;
  max-width: 11rem;
}
.top-iot__item .category {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .top-iot__item .category {
    font-size: 1.3rem;
  }
}
.top-iot__item .name {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .top-iot__item .name {
    font-size: 1.5rem;
  }
}
.top-iot__item .icons {
  margin-top: 5px;
}

.other-link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.other-link-wrap a {
  color: var(--color_font_dark);
}
.other-link-wrap a:hover {
  text-decoration: underline;
}
.other-link-wrap a.icon_arrow::after {
  content: "";
  display: inline-block;
  height: 1.1rem;
  width: 1.1rem;
  border-right: solid 2px var(--color_link);
  border-bottom: solid 2px var(--color_link);
  transform: rotate(-45deg) translateY(-25%);
  margin: 0 0 0 0.8rem;
  border-left: 0;
  border-top: 0;
}
@media screen and (min-width: 600px) {
  .other-link-wrap a {
    display: inline-block;
    min-width: 33%;
    padding: 1em 2em;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 599px) {
  .other-link-wrap a {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
@media screen and (max-width: 599px) {
  .other-link-wrap a + a {
    margin-top: 2rem;
  }
}

.link-txt-arrow::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right: solid 2px var(--color_font_dark);
  border-bottom: solid 2px var(--color_font_dark);
  transform: rotate(-45deg) translateY(-10%);
  margin: 0px 0px 1px 5px;
}

.link-txt-arrow-big::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-right: solid 2px var(--color_font_dark);
  border-bottom: solid 2px var(--color_font_dark);
  transform: rotate(-45deg) translateY(-10%);
  margin: 0px 0px 0 5px;
}

.top-campaignInfo {
  padding: 20px 0;
  background-color: #f9f9f9;
  margin: 20px 0 0;
}
.top-campaignInfo__area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background-color: #fff;
}
.top-campaignInfo__area > h2 {
  color: #757575;
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .top-campaignInfo__area {
    flex-direction: column;
    padding: 1.5rem 8% 2rem;
  }
}
.top-campaignInfo__list {
  padding-left: 3rem;
  margin-left: 3rem;
  border-left: 1px solid #e1e1e1;
}
@media screen and (max-width: 599px) {
  .top-campaignInfo__list {
    padding-top: 1.5rem;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.5rem;
    border-top: 1px solid #e1e1e1;
    border-left: none;
  }
}
.top-campaignInfo__item {
  display: block;
  color: var(--color_font_mid);
  font-size: 0.875em;
  border-bottom: 1px solid transparent;
}
.top-campaignInfo__item:hover {
  border-color: var(--color_font_mid);
}
.top-campaignInfo__item > span + span {
  padding-left: 1em;
}
.top-campaignInfo__item + .top-campaignInfo__item {
  margin-top: 0.4em;
}
@media screen and (max-width: 599px) {
  .top-campaignInfo__item + .top-campaignInfo__item {
    margin-top: 20px;
  }
}

.top-software {
  padding: 6rem 0;
  text-align: center;
  max-width: unset;
}
.top-software h2 {
  display: inline-block;
}
.top-software__area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (min-width: 600px) {
  .top-software__area {
    gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-software__area {
    gap: 1rem;
  }
}
.top-software__item {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 600px) {
  .top-software__item {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 599px) {
  .top-software__item {
    width: calc((100% - 1rem) / 2);
  }
}
.top-software__item a {
  display: block;
  height: 100%;
  color: var(--color_font_mid);
  background-color: #f6f7f8;
  border-bottom-left-radius: var(--radius_m);
  border-bottom-right-radius: var(--radius_m);
}
.top-software__item a img {
  max-width: 100%;
  transition: all 0.3s;
}
.top-software__item a .txt {
  padding: 0 1rem;
}
.top-software__item a .txt p {
  padding-top: 0.6em;
  font-size: 0.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .top-software__item a .txt p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 599px) {
  .top-software__item a .txt p {
    -webkit-line-clamp: 2;
  }
}
.top-software__item .top-software__icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  border-top: 1px solid var(--color_ui_surface);
}
@media screen and (max-width: 599px) {
  .top-software__item .top-software__icons {
    min-height: 1.4em;
  }
}
.top-software__item .top-software__icons > span {
  display: none;
  align-items: center;
  padding: 0.4rem;
  margin: 0.4rem;
  background-color: #fff;
  border-radius: var(--radius_s);
}
.top-software__item .top-software__icons > span::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: var(--radius_max);
}
.top-software__item .top-software__icons > span::after {
  display: block;
  padding: 0 0.1rem 0 0.4rem;
  color: #000000;
  font-size: 11px;
  /* font-weight: bold; */
  line-height: 1;
}
.top-software__item .top-software__icons .panel-cp::before {
  background-color: #bb9600;
}
.top-software__item .top-software__icons .panel-sale::before {
  background-color: #ec6600;
}
.top-software__item .top-software__icons .panel-new::before {
  background-color: #009acb;
}
.top-software__item .top-software__icons .panel-cp::after {
  content: "キャンペーン";
}
.top-software__item .top-software__icons .panel-sale::after {
  content: "セール実施中";
}
.top-software__item .top-software__icons .panel-new::after {
  content: "新製品";
}
.top-software__search {
  background-color: #f9f9f9;
  display: flex;
  gap: 0.8rem;
  margin: 4rem auto;
  padding: 0.8rem;
}
@media screen and (max-width: 599px) {
  .top-software__search {
    flex-wrap: wrap;
    margin: 4rem -20px;
  }
}
.top-software__search .search-all a {
  color: var(--color_font_dark);
  font-size: var(--size_txt_s);
  padding: 1.6rem 2.3rem;
}
.top-software__search .search-all a.icon_arrow::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-right: solid 2px var(--color_link);
  border-bottom: solid 2px var(--color_link);
  transform: rotate(-45deg) translateY(-33%);
  margin: 0 0 0 0.8rem;
  border-left: 0;
  border-top: 0;
}
.top-software__search .searchbox {
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 599px) {
  .top-software__search .searchbox {
    flex-basis: 100%;
    padding-bottom: 4rem;
  }
}
.top-software__search .searchbox h3 {
  text-align: left;
  margin: 0;
  padding-bottom: 1.6rem;
  line-height: 1;
  font-size: 1.8rem;
}
.top-software__search .searchbox #form_middle {
  width: 35.5rem;
}
@media screen and (max-width: 599px) {
  .top-software__search .searchbox #form_middle {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-software__search .searchbox #form_middle #inputArea_middle {
    min-width: unset;
  }
}
.top-software__search .categorybox {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .top-software__search .categorybox {
    flex-basis: 100%;
  }
}
.top-software__search .categorybox ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  gap: 0.8rem;
}
.top-software__search .categorybox ul .category--item {
  background-color: #fff;
  font-size: var(--SN-Font-size-12, 1.2rem);
  border-radius: 0.8rem;
  position: relative;
  line-height: 1;
}
.top-software__search .categorybox ul .category--item a {
  color: inherit;
  display: block;
  padding: 1.6rem;
  border-radius: 0.8rem;
  outline: 1px solid transparent !important;
}
.top-software__search .categorybox ul .category--item a:hover {
  background-color: #f9f9f9;
  outline: 1px solid rgba(13, 13, 13, 0.2) !important;
  filter: unset;
}
.top-software__search .categorybox ul .category--item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: auto;
}
.top-software__search .categorybox ul .category--item:last-child {
  margin-left: auto;
  font-size: var(--SN-Font-size-14);
  background: none;
  border: none;
  padding-right: 0;
}
.top-software__search .categorybox ul .category--item:last-child a:hover {
  background: none;
  outline: none !important;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .top-software__search .categorybox ul .category--item:last-child a {
    padding-right: 1.6rem;
  }
}
.top-software__search .categorybox ul .category--item:last-child .icon_arrow::after {
  position: static;
  transform: rotate(-45deg) translateY(-20%);
  margin: 0px 0px 0 6px;
}
.top-software__search .title {
  text-align: left;
}

.top-newProduct {
  padding: 6rem 0;
  background-color: #f9f9f9;
  max-width: 100%;
}
.top-newProduct .top-section__inner {
  position: relative;
}
.top-newProduct .top-section__inner .v-text .category {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0px;
  color: #444;
}
@media screen and (max-width: 599px) {
  .top-newProduct .top-section__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-newProduct__area {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .top-newProduct__area {
    margin-top: 10px;
  }
}
.top-newProduct #NewProductContainer {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  height: 380px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-newProduct #NewProductContainer {
    height: 510px;
  }
}
@media (max-width: 700px) {
  .top-newProduct #NewProductContainer {
    height: 494px;
  }
}
@media (max-width: 600px) {
  .top-newProduct #NewProductContainer {
    height: 440px;
  }
}
@media (max-width: 500px) {
  .top-newProduct #NewProductContainer {
    height: 394px;
  }
}
@media (max-width: 400px) {
  .top-newProduct #NewProductContainer {
    height: 378px;
  }
}
.top-newProduct .swiper-button-prev {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(/img_sc/sourcenext_com/common/icon-swiper-arrow.png);
  background-size: 12px 20px;
  background-position: 10px center;
  transform: rotate(-180deg);
  height: 4.4rem;
  width: 2.7rem;
}
.top-newProduct .swiper-button-next {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(/img_sc/sourcenext_com/common/icon-swiper-arrow.png);
  background-size: 1.2rem 2rem;
  background-position: 1rem center;
  height: 4.4rem;
  width: 2.7rem;
}
.top-newProduct .slide-prev,
.top-newProduct .slide-next {
  position: relative;
  width: 3.2rem;
  padding: 0 0.4rem;
}
.top-newProduct .slide-prev:before,
.top-newProduct .slide-next:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 3px var(--color_border_dark);
  border-left: solid 3px var(--color_border_dark);
  top: 50%;
  position: absolute;
  cursor: pointer;
}
.top-newProduct .slide-prev.disabled:before,
.top-newProduct .slide-next.disabled:before {
  opacity: 0;
  cursor: none;
  pointer-events: none;
}
.top-newProduct .slide-prev:before {
  transform: rotate(-45deg);
}
.top-newProduct .slide-next:before {
  transform: rotate(135deg);
}
.top-newProduct .slider-items {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  /* アイテムが5個以下の場合中央寄せにする */
}
@media screen and (min-width: 600px) {
  .top-newProduct .slider-items:has(> :nth-child(1):last-child) {
    width: 15.769%;
  }
  .top-newProduct .slider-items:has(> :nth-child(1):last-child) .NewProductItem {
    width: 100% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(1):last-child) .NewProductItem:nth-of-type(1) {
    left: 0% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(2):last-child) {
    width: 31.538%;
  }
  .top-newProduct .slider-items:has(> :nth-child(2):last-child) .NewProductItem {
    width: 50% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(2):last-child) .NewProductItem:nth-of-type(1) {
    left: 0% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(2):last-child) .NewProductItem:nth-of-type(2) {
    left: 50% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(3):last-child) {
    width: 47.307%;
  }
  .top-newProduct .slider-items:has(> :nth-child(3):last-child) .NewProductItem {
    width: 33.3333333333% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(3):last-child) .NewProductItem:nth-of-type(1) {
    left: 0% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(3):last-child) .NewProductItem:nth-of-type(2) {
    left: 33.3333333333% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(3):last-child) .NewProductItem:nth-of-type(3) {
    left: 66.6666666667% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) {
    width: 63.076%;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) .NewProductItem {
    width: 25% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) .NewProductItem:nth-of-type(1) {
    left: 0% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) .NewProductItem:nth-of-type(2) {
    left: 25% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) .NewProductItem:nth-of-type(3) {
    left: 50% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(4):last-child) .NewProductItem:nth-of-type(4) {
    left: 75% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) {
    width: 78.845%;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem {
    width: 20% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem:nth-of-type(1) {
    left: 0% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem:nth-of-type(2) {
    left: 20% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem:nth-of-type(3) {
    left: 40% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem:nth-of-type(4) {
    left: 60% !important;
  }
  .top-newProduct .slider-items:has(> :nth-child(5):last-child) .NewProductItem:nth-of-type(5) {
    left: 80% !important;
  }
}
.top-newProduct .swiper-button-disabled {
  display: none;
}
.top-newProduct .expandable {
  display: flex;
  margin-top: 0;
  margin-left: 30px;
}
.top-newProduct .NewProductItem {
  display: block;
  height: auto;
  color: var(--color_font_dark);
  padding: 0 1.6rem;
  transition: left 0.4s;
}
@media screen and (max-width: 599px) {
  .top-newProduct .NewProductItem {
    padding-top: 2rem;
  }
}
.top-newProduct .NewProductItem article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-newProduct .NewProductItem time {
  color: #555;
  font-size: var(--size_txt_s);
}
.top-newProduct .NewProductItem__name {
  margin: 0.4rem 0 0;
  font-size: var(--size_txt_s);
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
  min-height: 2.4em;
}
.top-newProduct .v-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-top: 1rem;
  border: 0.1rem solid #e8e8e8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-newProduct .v-image {
    max-height: 32.2rem;
  }
}
@media (max-width: 70rem) {
  .top-newProduct .v-image {
    max-height: 28.6rem;
  }
}
@media (max-width: 60rem) {
  .top-newProduct .v-image {
    max-height: 23.6rem;
  }
}
@media (max-width: 50rem) {
  .top-newProduct .v-image {
    max-height: 18.7rem;
  }
}
@media (max-width: 40rem) {
  .top-newProduct .v-image {
    max-height: 13.7rem;
  }
}
.top-newProduct .v-image img {
  width: 100%;
}
.top-newProduct .v-text .category {
  font-size: var(--size_txt_xs);
  font-weight: var(--font_weight_bold);
  margin: 1rem 0 0;
  color: #444;
}
.top-newProduct .v-text .v-news_txt {
  margin-top: 1rem;
  color: #555;
  font-size: 0.75em;
}
@media (max-width: 50rem) {
  .top-newProduct .v-text .v-news_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    -webkit-line-clamp: 6;
  }
}
.top-newProduct .v-text .v-os {
  display: none;
}
.top-newProduct .open-close,
.top-newProduct #expand-toggle {
  display: none;
}
.top-newProduct .newProduct-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 600px) {
  .top-newProduct .newProduct-link {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-newProduct .newProduct-link {
    margin-top: 3.2rem;
  }
}
.top-newProduct .newProduct-link .newProduct-link__text {
  color: var(--SN-Color-Text-Subtle);
  font-size: var(--size_txt_xs);
  font-weight: var(--font_weight_bold);
  margin: 0;
}

.top-campaign {
  padding: 6rem 0;
  background-color: #f9f9f9;
  max-width: 100%;
}
.top-campaign__area {
  margin-top: 30px;
}
.top-campaign .pt_feature {
  background-color: unset;
}
.top-campaign .RecommendContainerWrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .top-campaign .RecommendContainerWrap {
    padding-bottom: 20px;
    justify-content: start;
    overflow-x: scroll;
  }
}
.top-campaign .campaign-link {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.top-afterService {
  background-color: #f5fae7;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .top-afterService {
    padding: 6rem 0 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-afterService {
    padding: 5rem 0 6rem;
  }
}
.top-afterService__inner {
  width: 78%;
  margin: 0 auto;
}
.top-afterService__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .top-afterService__content {
    flex-direction: column;
    padding: 0;
  }
}
.top-afterService__content .txt {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top-afterService__content .txt {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-afterService__content .txt h2 {
    font-size: 1.8em;
  }
}
.top-afterService__content .txt p {
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .top-afterService__content .txt p {
    font-size: 0.8125em;
  }
}
@media screen and (min-width: 600px) {
  .top-afterService__content .img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .top-afterService__content .img {
    margin-top: 4rem;
  }
}
.top-afterService__content .img img {
  max-width: 100%;
}
.top-afterService__link {
  margin-top: 3rem;
}
.top-afterService__link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .top-afterService__link ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .top-afterService__link ul li {
    margin: 0 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-afterService__link ul li {
    width: 100%;
  }
}
.top-afterService__link ul li a {
  display: block;
  padding: 0.9em 4em;
  color: #fff;
  font-size: 1.1875em;
  font-weight: bold;
  text-align: center;
  background-color: var(--color_success_action);
  border-radius: var(--SN-Radius-Full);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.top-afterService__link ul li a:hover {
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.24));
}
@media screen and (max-width: 599px) {
  .top-afterService__link ul li a {
    padding: 0.9em;
  }
}
@media screen and (max-width: 599px) {
  .top-afterService__link ul li + li {
    margin-top: 3rem;
  }
}

#NewProduct {
  margin: 0 auto 55px;
}
@media screen and (max-width: 599px) {
  #NewProduct {
    margin: 0 auto 35px;
  }
}
#NewProduct.notice-container {
  max-width: 920px;
}
@media screen and (max-width: 599px) {
  #NewProduct.notice-container {
    padding: 0 10px;
  }
}
#NewProduct.notice-container > h1 {
  font-size: 21px;
  text-align: center;
}
#NewProductContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.top-feature {
  padding: 6rem 0;
  max-width: 100%;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .top-feature__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__list {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .top-feature__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .top-feature__item {
    width: calc((100% - 15px) / 2);
  }
}
.top-feature__item a {
  display: block;
  color: #111;
  font-size: 0.875em;
}
.top-feature__item a:hover {
  color: #0096de;
}
.top-feature__item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.top-feature__item .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-feature__item .title {
    text-align: left;
  }
}
.top-feature__item .text {
  color: #555555;
  font-size: 12px;
  text-align: left;
}
.top-feature .featureListMore {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.special_panel {
  margin: 3rem auto 0;
  display: block;
}
.special_panel a picture {
  display: block;
}
.special_panel a picture source {
  width: 100%;
}
.special_panel a picture img {
  width: 100%;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
  .top-head,
.sn_statement_txt,
.top-newProduct,
.top-software,
.top-campaign,
.top-feature,
.top-afterService {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}