@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Reddit+Sans:wght@400;500;700&display=swap");
.series #mainContents {
  background-color: #FAF9F7;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #1D1D1D;
  /*.ttlPrimaryAnchor {
    margin-top: -45px;
    padding-top: 45px;
    @media only screen and (max-width:640px) and (max-device-width:1280px){
      margin-top: -10px;
      padding-top: 10px;
    }
  }*/
}
.series #mainContents .container {
  max-width: none;
}
@media screen and (max-width:640px) {
  .series #mainContents .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.series #mainContents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.series #mainContents .listAst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  line-height: 1.6;
}
.series #mainContents .listAst li {
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.series #mainContents .listAst li::before {
  content: "※";
}
@media screen and (max-width:640px) {
  .series #mainContents .listAst li {
    width: 100%;
  }
}
.series h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.series .ttlPrimary {
  text-align: center;
}
.series .ttlPrimary b {
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  margin-bottom: -5px;
  display: block;
}
.series .ttlPrimary span {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:640px) {
  .series .ttlPrimary b {
    font-size: 48px;
    margin-bottom: -5px;
  }
  .series .ttlPrimary span {
    font-size: 15px;
  }
}
.series .btnPrimary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 460px;
  min-height: 74px;
  color: #fff;
  font-size: 18px;
  background-color: #1D1D1D;
  margin: 90px auto 0;
  font-weight: 700;
}
.series .btnPrimary::before {
  position: absolute;
  right: 24px;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("/wiring/switch_concent/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.series .btnPrimary:hover {
  opacity: 0.8;
}
.series .btnPrimary[data-icon=download]::before {
  background-image: url("/wiring/switch_concent/images/common/ico_download.svg");
  width: 20px;
  height: 20px;
}
.series .btnPrimary[data-type=inversion] {
  background-color: #fff;
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
}
.series .btnPrimary[data-type=inversion]::before {
  background-image: url("/wiring/switch_concent/images/common/arrow_black.svg");
}
@media screen and (max-width:640px) {
  .series .btnPrimary {
    width: 100%;
    font-size: 14px;
    min-height: 54px;
    margin-top: 50px;
  }
  .series .btnPrimary::before {
    right: 14px;
  }
  .series .btnPrimary[data-icon=download]::before {
    width: 16px;
    height: 16px;
  }
}
.series .swiper-button-prev,
.series .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  margin-top: -30px;
}
.series .swiper-button-prev::after,
.series .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(../images/common/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
  .series .swiper-button-prev,
  .series .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -20px;
  }
  .series .swiper-button-prev::after,
  .series .swiper-button-next::after {
    width: 5px;
    height: 8px;
  }
}
.series .swiper-button-prev {
  left: 50%;
  margin-left: -416px;
}
@media screen and (max-width:640px) {
  .series .swiper-button-prev {
    margin-left: 0;
    left: 10px;
  }
}
.series .swiper-button-next {
  right: 50%;
  margin-right: -416px;
}
.series .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:640px) {
  .series .swiper-button-next {
    margin-right: 0;
    right: 10px;
  }
}
.series .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 0;
  opacity: 1;
}
.series .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1D1D1D;
}
@media screen and (max-width:640px) {
  .series .swiper-pagination-bullet {
    width: 22px;
    height: 2px;
  }
}
.series .swiper-pagination {
  bottom: 0;
}
.series .fixBnr {
  position: fixed;
  z-index: 100;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  visibility: visible;
}
@media print, screen and (min-width:641px) {
  .series .fixBnr {
    right: 0;
    bottom: 20px;
  }
}
@media screen and (max-width:640px) {
  .series .fixBnr {
    position: absolute;
    left: 0;
    top: 20px;
    width: 160px;
  }
}
.series .fixBnr.active {
  opacity: 0;
  visibility: hidden;
}
.series .fixBnr a:hover {
  opacity: 0.8;
}
.series .kv {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.series .kvSlider {
  padding-bottom: 24px;
}
.series .kvSlider .swiper-slide img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width:640px) {
  .series .mod_headerbar.fixed + #sections .kv .fixBnr {
    position: fixed;
    top: 100px;
  }
}
.series .anchorLinks {
  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;
  gap: 10px;
  margin-top: 90px;
}
@media screen and (max-width:640px) {
  .series .anchorLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 74px;
  }
}
@media print, screen and (min-width:641px) {
  .series .anchorLinks:hover {
    opacity: 0.8;
  }
}
.series .anchorLink {
  position: relative;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  font-size: 15px;
  width: 310px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 40px;
  cursor: pointer;
  color: #1D1D1D;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}
.series .anchorLink::after {
  position: absolute;
  right: 20px;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/wiring/switch_concent/images/common/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width:640px) {
  .series .anchorLink {
    height: 56px;
  }
}
.series .products {
  margin-top: 90px;
}
.series .productsTab {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.series .productsTab::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  left: 0;
  right: 0;
  bottom: 0;
}
.series .productsTabBtn {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  height: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  color: #AAA;
  cursor: pointer;
}
.series .productsTabBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D1D1D;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.series .productsTabBtn.active {
  color: #1D1D1D;
}
.series .productsTabBtn.active::before {
  opacity: 1;
}
@media screen and (max-width:640px) {
  .series .productsTabBtn {
    font-size: 12px;
    height: 56px;
  }
}
.series .productsMain {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 110px;
}
.series .productsMain .inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width:640px) {
  .series .productsMain {
    padding-top: 0;
    padding-bottom: 34px;
  }
}
.series .productsMain .product-txt-01,
.series .productsMain .product-txt-02,
.series .productsMain .product-txt-03,
.series .productsMain .product-txt-04,
.series .productsMain .product-txt-05 {
  display: none;
}
.series .productsMain[data-type="1"] .product-txt-01 {
  display: inline;
}
.series .productsMain[data-type="2"] .product-txt-02 {
  display: inline;
}
.series .productsMain[data-type="3"] .product-txt-03 {
  display: inline;
}
.series .productsMain[data-type="4"] .product-txt-04 {
  display: inline;
}
.series .productsMain[data-type="5"] .product-txt-05 {
  display: inline;
}
.series .productsMainWrapper {
  position: relative;
}
@media print, screen and (min-width:641px) {
  .series .productsMainWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.series .productsMainLeft {
  width: 480px;
  height: 480px;
  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;
}
@media screen and (max-width:640px) {
  .series .productsMainLeft {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.series .productsMainImg {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.series .productsMainImg span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.series .productsMainImg span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.series .productsMainImg span.active {
  opacity: 1;
}
.series .productsMainImg span img {
  width: 346px;
  margin: auto;
}
@media screen and (max-width:640px) {
  .series .productsMainImg span img {
    width: 260px;
  }
}
.series .zoomContainer {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 470px;
  border: 1px solid #ddd;
  overflow: hidden;
  z-index: 3;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
.series .zoomContainer.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width:640px) {
  .series .zoomContainer {
    display: none !important;
  }
}
.series .zoomImage {
  position: absolute;
  width: 1000px; /* 拡大用画像のサイズ */
  height: auto;
  z-index: 3;
}
.series .productsMainInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 380px;
}
@media screen and (max-width:640px) {
  .series .productsMainInfo {
    margin-top: 20px;
    width: 285px;
  }
}
.series .productsMainInfo.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.series .productsMainInfoItem {
  width: 50%;
}
.series .productsMainInfoName {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width:640px) {
  .series .productsMainInfoName {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.series .productsMainInfoPrice {
  font-size: 13px;
  font-weight: 400;
  color: #AAA;
  margin: 0;
}
@media screen and (max-width:640px) {
  .series .productsMainInfoPrice {
    font-size: 9px;
  }
}
.series .productsMainInfoPriceMain {
  font-size: 13px;
  font-weight: 400;
  color: #1D1D1D;
  margin-left: 10px;
}
.series .productsMainInfoPriceMain b {
  font-size: 16px;
  font-weight: 400;
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.series .productsMainInfoPriceMain span {
  font-size: 11px;
}
@media screen and (max-width:640px) {
  .series .productsMainInfoPriceMain {
    font-size: 10px;
  }
  .series .productsMainInfoPriceMain b {
    font-size: 12px;
  }
  .series .productsMainInfoPriceMain span {
    font-size: 8px;
  }
}
.series .productsSliderWrapper {
  position: relative;
  width: 780px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: -30px;
}
@media screen and (max-width:640px) {
  .series .productsSliderWrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }
}
.series .productsSliderContainer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.series .productsSliderContainer.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.series .productsSlider {
  margin-bottom: 20px;
  overflow: inherit;
}
.series .productsSlider::before, .series .productsSlider::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  top: 0;
  z-index: 5;
}
.series .productsSlider::before {
  left: -30px;
}
.series .productsSlider::after {
  right: -30px;
}
@media screen and (max-width:640px) {
  .series .productsSlider {
    margin-bottom: 8px;
  }
  .series .productsSlider::before, .series .productsSlider::after {
    width: 20px;
  }
  .series .productsSlider::before {
    left: -20px;
  }
  .series .productsSlider::after {
    right: -20px;
  }
}
.series .productsSlider .swiper-button-prev {
  left: -30px;
  margin-left: 0;
  z-index: 10;
}
@media screen and (max-width:640px) {
  .series .productsSlider .swiper-button-prev {
    left: -16px;
  }
}
.series .productsSlider .swiper-button-next {
  right: -30px;
  margin-right: 0;
  z-index: 10;
}
@media screen and (max-width:640px) {
  .series .productsSlider .swiper-button-next {
    right: -16px;
  }
}
.series .productsSliderThumbnail {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  z-index: 1;
}
@media screen and (max-width:640px) {
  .series .productsSliderThumbnail {
    gap: 10px;
  }
}
.series .productsSliderThumbnailItem {
  border: none;
  padding: 0;
  background-color: transparent;
}
.series .productsSliderThumbnailItem img {
  width: 100%;
  height: auto;
}
.series .productsSliderThumbnailItem.active {
  opacity: 0.2;
}
@media print, screen and (min-width:641px) {
  .series .productsNotes {
    position: absolute;
    top: 480px;
    left: 0;
    width: 480px;
  }
}
@media screen and (max-width:640px) {
  .series .productsNotes {
    margin-top: 20px;
  }
}
.series .features {
  position: relative;
  margin-top: 45px;
}
.series .features .inner {
  max-width: 967px;
  margin: 0 auto;
  padding-top: 115px;
}
@media screen and (max-width:640px) {
  .series .features {
    margin-top: 0;
  }
  .series .features .inner {
    padding-top: 80px;
  }
}
@media print, screen and (min-width:641px) {
  .series .features .ttlPrimary {
    margin-bottom: -50px;
  }
}
.series .featuresMain {
  position: relative;
}
@media print, screen and (min-width:641px) {
  .series .featuresMain {
    padding-top: 116px;
  }
}
.series .featuresMainWrapper {
  position: relative;
}
@media print, screen and (min-width:641px) {
  .series .featuresMainSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .series .featuresMainSlide:nth-child(1) {
    position: relative;
  }
  .series .featuresMainSlide.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width:640px) {
  .series .featuresMainSlide {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.series .featuresMainIndicator {
  position: absolute;
  top: 34px;
  left: 10px;
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media print, screen and (min-width:641px) {
  .series .featuresMainIndicator {
    display: none;
  }
}
.series .featuresMainIndicator b {
  font-size: 41px;
  font-weight: 700;
}
.series .featuresMainIndicator span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #AAAAAA;
  margin-left: 30px;
}
.series .featuresMainIndicator span::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: #AAAAAA;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media print, screen and (min-width:641px) {
  .series .featuresMainImg {
    max-width: 483px;
    width: 50%;
  }
}
@media print, screen and (min-width:641px) {
  .series .featuresMainInfo {
    padding-left: 75px;
    width: 50%;
  }
}
@media screen and (max-width:640px) {
  .series .featuresMainInfo {
    margin-top: 30px;
  }
}
.series .featuresMainInfoTtl {
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.8;
}
.series .featuresMainInfoTxt {
  font-size: 16px;
  line-height: 2;
}
.series .featureIndicator {
  position: absolute;
  bottom: 0;
  left: 562px;
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.series .featureIndicator b {
  font-size: 64px;
  font-weight: 700;
}
.series .featureIndicator span {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #AAAAAA;
  margin-left: 60px;
}
.series .featureIndicator span::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  height: 26px;
  width: 1px;
  background-color: #AAAAAA;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (max-width:640px) {
  .series .featureIndicator {
    display: none;
  }
}
.series .featuresDots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: -38px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.series .featuresDots .dot {
  width: 12px;
  height: 12px;
  border-radius: 100vh;
  background-color: #D9D9D9;
}
.series .featuresDots .dot.active {
  background-color: #1D1D1D;
}
@media screen and (max-width:640px) {
  .series .featuresDots {
    display: none;
  }
}
.series .featuresCatchphrase {
  position: relative;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 170px;
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .series .featuresCatchphrase {
    margin-top: 104px;
    min-height: 480px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
  }
}
.series .featuresCatchphraseImege {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.series .featuresCatchphraseImege img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.series .featuresCatchphraseBody {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width:640px) {
  .series .featuresCatchphraseBody {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.series .featuresCatchphraseTtl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width:640px) {
  .series .featuresCatchphraseTtl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.series .featuresCatchphraseTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.series .customers {
  text-align: center;
  margin-top: 140px;
}
.series .customers .inner {
  max-width: 750px;
  margin: 0 auto;
}
.series .customers .btnPrimary {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}
@media print, screen and (min-width:641px) {
  .series .customers .btnPrimary {
    height: 94px;
  }
}
@media screen and (max-width:640px) {
  .series .customers {
    margin-top: 80px;
    text-align: left;
  }
}
.series .customersTtl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  background-color: transparent;
}
.series .customersTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.series .seriesLink {
  text-align: center;
  margin-top: 160px;
  overflow: hidden;
  padding-bottom: 120px;
}
.series .seriesLink .inner {
  max-width: 967px;
  margin: 0 auto;
}
@media print, screen and (min-width:641px) {
  .series .seriesLink .slider-container {
    width: 840px;
    margin: auto;
  }
}
@media screen and (max-width:640px) {
  .series .seriesLink {
    margin-top: 80px;
    padding-bottom: 80px;
    text-align: left;
  }
  .series .seriesLink .slider-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.series .seriesLinkTtl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .series .seriesLinkTtl {
    margin-bottom: 30px;
    text-align: left;
  }
}
.series .seriesLinkSlider {
  overflow: inherit;
}
.series .seriesLinkSlider .swiper-slide {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  height: auto;
}
@media print, screen and (min-width:641px) {
  .series .seriesLinkSlider .swiper-button-prev,
  .series .seriesLinkSlider .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:640px) {
  .series .seriesLinkSlider .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .series .seriesLinkSlider .swiper-button-prev {
    left: -6px;
  }
  .series .seriesLinkSlider .swiper-button-next {
    right: -6px;
  }
}
.series .seriesLinkSliderBox {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 44px 40px 50px 40px;
  height: 100%;
}
.series .seriesLinkSliderBox .btnPrimary {
  width: 320px;
  height: 60px;
  margin-top: 70px;
}
@media screen and (max-width:640px) {
  .series .seriesLinkSliderBox {
    padding: 30px 20px 30px;
  }
  .series .seriesLinkSliderBox .btnPrimary {
    width: 100%;
    height: 54px;
    margin-top: 32px;
  }
}
.series .seriesLinkSliderImg {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .series .seriesLinkSliderImg {
    margin-bottom: 20px;
  }
  .series .seriesLinkSliderImg img {
    width: auto;
    height: 120px !important;
    margin: auto;
  }
}
.series .seriesLinkSliderTxt {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:640px) {
  .series .seriesLinkSliderTxt {
    max-width: none;
    font-size: 14px;
  }
}