@charset "UTF-8";
:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --scroll-margin-top:22rem;
  --scroll-margin-top-sp:7.6rem;
  --inner:115.2rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#2A3A3A;
  --green:#004831;
  --lime:#C4D700;
  --lgreen:#E2EFBC;
  --lgreen02:#EDF3B2;
  --lb:#24C3D1;
  --pb:#76A5CB;
  --blue:#0F52AC;
  --bd:#CCCCCC;
  --bd02:#B2B2B2;
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --scroll-margin-top:22rem;
  --scroll-margin-top-sp:7.6rem;
  --inner:115.2rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#2A3A3A;
  --green:#004831;
  --lime:#C4D700;
  --lgreen:#E2EFBC;
  --lgreen02:#EDF3B2;
  --lb:#24C3D1;
  --pb:#76A5CB;
  --blue:#0F52AC;
  --bd:#CCCCCC;
  --bd02:#B2B2B2;
}

#smartCenususCjapanSeries {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
}
#smartCenususCjapanSeries .pc {
  display: block;
}
#smartCenususCjapanSeries .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries {
    font-size: 1.4rem;
  }
  #smartCenususCjapanSeries .pc {
    display: none;
  }
  #smartCenususCjapanSeries .sp {
    display: block;
  }
}
#smartCenususCjapanSeries .inner {
  width: calc(100% - 16rem);
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .inner {
    width: calc(100% - 4.5rem);
    padding: 0;
  }
}
#smartCenususCjapanSeries .secHead {
  text-align: center;
}
#smartCenususCjapanSeries .secHead__label {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .secHead__label {
    font-size: 1.5rem;
  }
}
#smartCenususCjapanSeries .secHead__title {
  margin-top: 0.4rem;
  color: #222222;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .secHead__title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
#smartCenususCjapanSeries .secHead__lead {
  margin-top: 1.2rem;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .secHead__lead {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .secHead--white .secHead__title,
#smartCenususCjapanSeries .secHead--white .secHead__lead {
  color: #fff;
}
#smartCenususCjapanSeries .secHead--white .secHead__label {
  background: linear-gradient(90deg, #eb3485 0%, #9f9cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#smartCenususCjapanSeries .inview.is-ready {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s var(--transition-timing-function), transform 0.8s var(--transition-timing-function);
}
#smartCenususCjapanSeries .inview.is-inview {
  opacity: 1;
  transform: none;
}
#smartCenususCjapanSeries .mv {
  position: relative;
  max-height: 64rem;
  padding: 6rem 0;
  overflow: hidden;
  background-color: #e3e2f2;
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv {
    max-height: inherit;
    padding: 1.5rem 0 3rem;
    background-image: url(../img/mv_bg_sp.png);
    background-position: top center;
  }
}
#smartCenususCjapanSeries .mv__inner {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
#smartCenususCjapanSeries .mv__body {
  width: 50%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__body {
    padding-bottom: 0;
    display: contents;
  }
}
#smartCenususCjapanSeries .mv__label {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__label {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .mv__title {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0.7rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__title {
    font-size: 3.2rem;
  }
}
#smartCenususCjapanSeries .mv__title-line {
  padding: 0 0 0.2rem;
  background: #fff;
  color: #222222;
}
#smartCenususCjapanSeries .mv__title-line--accent {
  background: #eb3485;
  color: #fff;
}
#smartCenususCjapanSeries .mv__lead {
  margin-top: 2.2rem;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__lead {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
#smartCenususCjapanSeries .mv__btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  max-width: 56rem;
  margin-top: 5.5rem;
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: 500;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.35);
  transition: opacity var(--transition-duration);
}
@media screen and (1025px <= width) {
  #smartCenususCjapanSeries .mv__btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__btn {
    order: 2;
    max-width: 100%;
    margin-top: 4rem;
    padding: 1.3rem 0.5rem;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
  }
}
#smartCenususCjapanSeries .mv__side {
  position: relative;
  width: 33.59375%;
  padding-right: 4.6875%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: stretch;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__side {
    order: 1;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 4.5rem;
    padding: 0;
  }
}
#smartCenususCjapanSeries .mv__list {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__list {
    width: 100%;
  }
}
#smartCenususCjapanSeries .mv__item {
  position: relative;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__item {
    padding: 1rem 0 1.4rem;
  }
}
#smartCenususCjapanSeries .mv__item:last-child {
  padding-bottom: 0;
}
#smartCenususCjapanSeries .mv__item:first-child {
  padding-top: 0;
}
#smartCenususCjapanSeries .mv__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__item:first-child {
    padding-top: 1rem;
  }
  #smartCenususCjapanSeries .mv__item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.1rem;
    background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  }
}
#smartCenususCjapanSeries .mv__item-title {
  color: #222222;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__item-title {
    font-size: 2rem;
  }
}
#smartCenususCjapanSeries .mv__item-txt {
  margin-top: -0.4rem;
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__item-txt {
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .mv__news {
  background: #3a3a3a;
  font-size: 2rem;
  font-weight: 700;
}
#smartCenususCjapanSeries .mv__news-inner {
  padding: 1.6rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__news-inner {
    justify-content: flex-start;
    padding: 1.4rem 0;
    gap: 1rem;
  }
}
#smartCenususCjapanSeries .mv__news-badge {
  flex-shrink: 0;
  padding: 0.1rem 0.5rem 0.3rem;
  background: #eb3485;
  color: #fff;
  border-radius: 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__news-badge {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
}
#smartCenususCjapanSeries .mv__news-txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (1025px <= width) {
  #smartCenususCjapanSeries .mv__news-txt:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .mv__news-txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#smartCenususCjapanSeries .problem {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem {
    padding: 6rem 0 7rem;
  }
}
#smartCenususCjapanSeries .problem__compare {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-top: 6rem;
  padding: 3rem 4rem 3.5rem;
  background-color: #f4f4f4;
  background-image: url(../img/problem_l_block.png), url(../img/problem_r_block.png);
  background-position: left top, right bottom;
  background-size: 16.8rem, 10rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__compare {
    display: block;
    margin-top: 3.5rem;
    padding: 3rem 2rem;
  }
}
#smartCenususCjapanSeries .problem__compare-btmtxt {
  text-align: center;
  margin-top: 3rem;
}
#smartCenususCjapanSeries .problem__col {
  width: 41.8803418803%;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__col {
    width: 100%;
  }
}
#smartCenususCjapanSeries .problem__col-title {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__col-title {
    font-size: 1.7rem;
  }
}
#smartCenususCjapanSeries .problem__col-txt {
  margin-top: 1rem;
  color: #4d4d4d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__col-txt {
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .problem__cross {
  position: relative;
  flex-shrink: 0;
  width: 10.2564102564%;
  aspect-ratio: 1/1;
}
#smartCenususCjapanSeries .problem__cross::before, #smartCenususCjapanSeries .problem__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 15.5rem;
}
#smartCenususCjapanSeries .problem__cross::before {
  background: #eb3485;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#smartCenususCjapanSeries .problem__cross::after {
  background: #444444;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__cross {
    display: block;
    width: 4.7rem;
    height: 6.3rem;
    margin: 2rem auto;
  }
  #smartCenususCjapanSeries .problem__cross::before, #smartCenususCjapanSeries .problem__cross::after {
    height: 7.9rem;
  }
}
#smartCenususCjapanSeries .problem__table-wrap {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__table-wrap {
    margin-top: 2.5rem;
  }
}
#smartCenususCjapanSeries .problem__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__table {
    display: flex;
    flex-direction: column;
  }
  #smartCenususCjapanSeries .problem__table thead,
  #smartCenususCjapanSeries .problem__table tbody,
  #smartCenususCjapanSeries .problem__table tr {
    display: contents;
  }
}
#smartCenususCjapanSeries .problem__th {
  width: 50%;
  padding: 0.9rem 2rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
#smartCenususCjapanSeries .problem__th--accent {
  background: #eb3485;
  border-left: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__th {
    display: block;
    width: 100%;
    order: 0;
    padding: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #smartCenususCjapanSeries .problem__th--accent {
    order: 1;
    border-left: 0;
  }
}
#smartCenususCjapanSeries .problem__td {
  padding: 1.3rem 2rem;
  border: 0.1rem solid #e0e0e0;
  color: #222222;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .problem__td {
    display: block;
    width: 100%;
    padding: 1.5rem 1.6rem;
    font-size: 1.4rem;
    margin-top: -0.1rem;
  }
  #smartCenususCjapanSeries .problem__td:nth-child(1) {
    order: 0;
  }
  #smartCenususCjapanSeries .problem__td:nth-child(2) {
    order: 1;
  }
}
#smartCenususCjapanSeries .problem__cell {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
}
#smartCenususCjapanSeries .problem__td-label {
  flex-shrink: 0;
  font-weight: 700;
}
#smartCenususCjapanSeries .problem__td-label::after {
  content: "：";
}
#smartCenususCjapanSeries .problem__td-label--accent {
  color: #eb3485;
}
#smartCenususCjapanSeries .problem__td-val {
  flex: 1;
}
#smartCenususCjapanSeries .method {
  padding: 8rem 0 12rem;
  background-color: #f4f4f4;
  background-image: url(../img/method_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 33.25rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method {
    padding: 6rem 0 7rem;
    background-size: 20rem;
  }
}
#smartCenususCjapanSeries .method__marker {
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.2rem;
  margin: 0 0.4rem;
  background: #eb3485;
  color: #fff;
}
#smartCenususCjapanSeries .method__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method__list {
    display: block;
    margin-top: 3.5rem;
  }
}
#smartCenususCjapanSeries .method__item {
  flex: 1;
  padding: 0 4rem;
  text-align: center;
}
#smartCenususCjapanSeries .method__item:not(:first-child) {
  border-left: 0.1rem dashed #ccc;
}
#smartCenususCjapanSeries .method__item:first-child {
  padding-left: 0;
}
#smartCenususCjapanSeries .method__item:last-child {
  padding-right: 0;
}
#smartCenususCjapanSeries .method__item:nth-child(1) .method__icon-img {
  width: 7.5rem;
}
#smartCenususCjapanSeries .method__item:nth-child(2) .method__icon-img {
  width: 8.8rem;
}
#smartCenususCjapanSeries .method__item:nth-child(3) .method__icon-img {
  width: 6.5rem;
}
#smartCenususCjapanSeries .method__item:nth-child(4) .method__icon-img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method__item {
    padding: 3rem 0;
  }
  #smartCenususCjapanSeries .method__item:not(:first-child) {
    border-left: none;
    border-top: 0.1rem dashed #ccc;
  }
}
#smartCenususCjapanSeries .method__icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method__icon {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
#smartCenususCjapanSeries .method__icon-img {
  max-width: 100%;
  height: auto;
}
#smartCenususCjapanSeries .method__numttl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  align-content: stretch;
  gap: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method__numttl {
    font-size: 1.7rem;
  }
}
#smartCenususCjapanSeries .method__num {
  font-size: 2.4rem;
  color: #eb3485;
}
#smartCenususCjapanSeries .method__ttl {
  color: #222222;
}
#smartCenususCjapanSeries .method__txt {
  margin-top: 1.2rem;
  color: #4d4d4d;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .method__txt {
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .feature {
  padding: 9rem 0 16rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature {
    padding: 6rem 0 7rem;
  }
}
#smartCenususCjapanSeries .feature__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__list {
    display: block;
    margin-top: 3.5rem;
  }
}
#smartCenususCjapanSeries .feature__item {
  flex: 1;
  padding: 0 3rem;
  text-align: center;
}
#smartCenususCjapanSeries .feature__item:not(:first-child) {
  border-left: 0.1rem dashed #ccc;
}
#smartCenususCjapanSeries .feature__item:first-child {
  padding-left: 0;
}
#smartCenususCjapanSeries .feature__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__item {
    padding: 3rem 0;
  }
  #smartCenususCjapanSeries .feature__item:not(:first-child) {
    border-left: none;
    border-top: 0.1rem dashed #ccc;
  }
}
#smartCenususCjapanSeries .feature__icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__icon {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
#smartCenususCjapanSeries .feature__icon-img {
  max-width: 100%;
  max-height: 10rem;
  height: auto;
}
#smartCenususCjapanSeries .feature__title {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__title {
    font-size: 1.7rem;
  }
}
#smartCenususCjapanSeries .feature__txt {
  margin-top: 1rem;
  color: #4d4d4d;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__txt {
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .feature__tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1rem;
  margin-top: 2.5rem;
}
#smartCenususCjapanSeries .feature__tag {
  padding: 0.2rem 1.2rem;
  background: #5b5b5b;
  color: #e6e6e6;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .feature__tag {
    font-size: 1.3rem;
  }
}
#smartCenususCjapanSeries .feature:not(.feature--dark) .feature__item:nth-child(1) .feature__icon-img {
  width: 7.75rem;
}
#smartCenususCjapanSeries .feature:not(.feature--dark) .feature__item:nth-child(2) .feature__icon-img {
  width: 10.6rem;
}
#smartCenususCjapanSeries .feature:not(.feature--dark) .feature__item:nth-child(3) .feature__icon-img {
  width: 6.5rem;
}
#smartCenususCjapanSeries .feature--dark {
  background-color: #2b2b2b;
  background-image: url(../img/why_bg.png), radial-gradient(circle at center, #444444 0%, #222222 100%);
  background-position: right top, center;
  background-size: 49.35rem 51.55rem, cover;
  background-repeat: no-repeat;
}
#smartCenususCjapanSeries .feature--dark .feature__icon {
  height: 10rem;
}
#smartCenususCjapanSeries .feature--dark .feature__item:nth-child(1) .feature__icon-img {
  width: 11.95rem;
}
#smartCenususCjapanSeries .feature--dark .feature__item:nth-child(2) .feature__icon-img {
  width: 7.55rem;
}
#smartCenususCjapanSeries .feature--dark .feature__item:nth-child(3) .feature__icon-img {
  width: 6.15rem;
}
#smartCenususCjapanSeries .feature--dark .feature__title {
  color: #fff;
}
#smartCenususCjapanSeries .feature--dark .feature__txt {
  color: #c9c9c9;
}
#smartCenususCjapanSeries .feature--dark .feature__item:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.15);
}
#smartCenususCjapanSeries .dataset {
  padding: 9rem 0 12rem;
  background: linear-gradient(180deg, #e0e0e0 0%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset {
    padding: 6rem 0 7rem;
  }
}
#smartCenususCjapanSeries .dataset__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset__list {
    display: block;
    margin-top: 3.5rem;
  }
}
#smartCenususCjapanSeries .dataset__card {
  --accent: #eb3485;
  width: calc((100% - 4rem) / 3);
  padding: 1.5rem;
  background-color: #3a3a3a;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-image: url(../img/lineup_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 17.7rem 17.25rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset__card {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #smartCenususCjapanSeries .dataset__card:last-child {
    margin-bottom: 0;
  }
}
#smartCenususCjapanSeries .dataset__card--yellow {
  --accent: #f2b134;
}
#smartCenususCjapanSeries .dataset__card--yellow .dataset__band {
  color: #222222;
}
#smartCenususCjapanSeries .dataset__card--purple {
  --accent: #5b41d6;
}
#smartCenususCjapanSeries .dataset__cat {
  font-size: 1.4rem;
  font-weight: 500;
}
#smartCenususCjapanSeries .dataset__band {
  margin-top: 1rem;
  background: var(--accent);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset__band {
    font-size: 2.2rem;
  }
}
#smartCenususCjapanSeries .dataset__sub {
  margin-top: 0.6rem;
}
#smartCenususCjapanSeries .dataset__spec {
  margin-top: 2rem;
  width: 100%;
  padding: 3.5rem;
  background: #fff;
  text-align: left;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset__spec {
    padding: 2rem;
  }
}
#smartCenususCjapanSeries .dataset__spec .inner {
  width: fit-content;
}
#smartCenususCjapanSeries .dataset__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
}
#smartCenususCjapanSeries .dataset__row:not(:first-child) {
  margin-top: 1rem;
}
#smartCenususCjapanSeries .dataset__key {
  flex-shrink: 0;
  width: 7.5rem;
  color: var(--accent);
  font-weight: 700;
}
#smartCenususCjapanSeries .dataset__val {
  color: #222222;
}
#smartCenususCjapanSeries .dataset__val::before {
  content: "：";
}
#smartCenususCjapanSeries .dataset__btn {
  display: block;
  width: 100%;
  margin: 2.5rem auto 0;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  transition: opacity var(--transition-duration);
}
@media screen and (1025px <= width) {
  #smartCenususCjapanSeries .dataset__btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .dataset__btn {
    padding: 1.3rem 0.5rem;
  }
}
#smartCenususCjapanSeries .spec {
  padding: 9rem 0 11rem;
  background-color: #444444;
  background-image: url(../img/spec_bg.png);
  background-size: 50%;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec {
    padding: 6rem 0;
    background-size: 100%;
    background-repeat: repeat-y;
  }
}
#smartCenususCjapanSeries .spec__grid {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__grid {
    margin-top: 3.5rem;
    gap: 1rem;
  }
}
#smartCenususCjapanSeries .spec__item {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__item {
    width: 100%;
    padding: 2.5rem 0;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
  }
  #smartCenususCjapanSeries .spec__item::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "01";
    display: block;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #838383;
    border-radius: 0 0 5rem 0;
    text-align: left;
    padding: 0 1.5rem 0 0.8rem;
  }
  #smartCenususCjapanSeries .spec__item:nth-child(2)::before {
    content: "02";
  }
  #smartCenususCjapanSeries .spec__item:nth-child(3)::before {
    content: "03";
  }
  #smartCenususCjapanSeries .spec__item:nth-child(4)::before {
    content: "04";
  }
  #smartCenususCjapanSeries .spec__item:nth-child(even)::before {
    background: #646464;
  }
}
@media screen and (min-width: 767px) {
  #smartCenususCjapanSeries .spec__item:nth-child(1) {
    background: linear-gradient(340deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 45%);
  }
  #smartCenususCjapanSeries .spec__item:nth-child(4) {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 45%);
  }
}
#smartCenususCjapanSeries .spec__item:nth-child(1), #smartCenususCjapanSeries .spec__item:nth-child(3) {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__item:nth-child(1), #smartCenususCjapanSeries .spec__item:nth-child(3) {
    padding-left: 0;
  }
}
#smartCenususCjapanSeries .spec__item:nth-child(2), #smartCenususCjapanSeries .spec__item:nth-child(4) {
  padding-right: 12rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__item:nth-child(2), #smartCenususCjapanSeries .spec__item:nth-child(4) {
    padding-right: 0;
  }
}
#smartCenususCjapanSeries .spec__tag {
  display: inline-block;
  padding: 0.3rem 0.4rem 0.5rem;
  border: 0.1rem solid #9f9cff;
  color: #9f9cff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__tag {
    font-size: 1.3rem;
  }
}
#smartCenususCjapanSeries .spec__title {
  margin-top: 1.4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__title {
    font-size: 2rem;
  }
}
#smartCenususCjapanSeries .spec__sub {
  margin-top: 1rem;
  color: #c9c9c9;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__sub {
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .spec__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .spec__center {
    display: none;
  }
}
#smartCenususCjapanSeries .spec__no {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 50%;
  height: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
#smartCenususCjapanSeries .spec__no:nth-child(1) {
  padding: 2rem 0 0 2rem;
}
#smartCenususCjapanSeries .spec__no:nth-child(2) {
  padding: 2rem 2rem 0 0;
}
#smartCenususCjapanSeries .spec__no:nth-child(3) {
  padding: 0 0 2rem 2rem;
}
#smartCenususCjapanSeries .spec__no:nth-child(4) {
  padding: 0 2rem 2rem 0;
}
#smartCenususCjapanSeries .delivery__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .delivery__list {
    display: block;
    margin-top: 3.5rem;
  }
}
#smartCenususCjapanSeries .delivery__item {
  width: calc((100% - 3.2rem) / 3);
  padding: 3rem 3rem 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .delivery__item {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 2.5rem 2rem 2rem;
  }
  #smartCenususCjapanSeries .delivery__item:last-child {
    margin-bottom: 0;
  }
}
#smartCenususCjapanSeries .delivery__icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 5.5rem;
}
#smartCenususCjapanSeries .delivery__icon-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#smartCenususCjapanSeries .delivery__title {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .delivery__title {
    font-size: 1.7rem;
  }
}
#smartCenususCjapanSeries .delivery__soon {
  margin-left: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .delivery__soon {
    margin-left: 1rem;
  }
}
#smartCenususCjapanSeries .delivery__txt {
  margin-top: 1.7rem;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .delivery__txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
#smartCenususCjapanSeries .delivery__note {
  margin-top: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
#smartCenususCjapanSeries .column {
  padding: 9rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column {
    padding: 6rem 0 7rem;
  }
}
#smartCenususCjapanSeries .column__titleNote {
  display: block;
  margin-top: 0.4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column__titleNote {
    font-size: 1.6rem;
  }
}
#smartCenususCjapanSeries .column__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 1.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column__list {
    display: block;
    margin-top: 3.5rem;
  }
}
#smartCenususCjapanSeries .column__item {
  width: calc((100% - 3.2rem) / 3);
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column__item {
    width: 100%;
    margin-bottom: 3rem;
  }
  #smartCenususCjapanSeries .column__item:last-child {
    margin-bottom: 0;
  }
}
#smartCenususCjapanSeries .column__card {
  display: block;
  height: 100%;
  border: 0.1rem solid #e6e1f3;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: opacity var(--transition-duration);
}
@media screen and (1025px <= width) {
  #smartCenususCjapanSeries .column__card:hover {
    opacity: 0.7;
  }
}
#smartCenususCjapanSeries .column__thumb {
  width: 100%;
  height: 21.5rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column__thumb {
    height: 18.5rem;
  }
}
#smartCenususCjapanSeries .column__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#smartCenususCjapanSeries .column__body {
  padding: 1rem 2rem 2rem;
}
#smartCenususCjapanSeries .column__date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#smartCenususCjapanSeries .column__ttl {
  margin-top: 0.6rem;
  min-height: 4.5em;
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .column__ttl {
    min-height: 0;
    font-size: 1.6rem;
  }
}
#smartCenususCjapanSeries .column__link {
  margin-top: 1rem;
  color: #4d4d4d;
  font-size: 1.4rem;
}
#smartCenususCjapanSeries .download {
  padding: 8rem 0;
  color: #fff;
  background-color: #3a3a3a;
  background-image: url(../img/dl_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 49.35rem;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .download {
    padding: 5rem 0;
    background-size: 30rem;
  }
}
#smartCenususCjapanSeries .download__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .download__inner {
    display: block;
  }
}
#smartCenususCjapanSeries .download__body {
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .download__body {
    width: 100%;
  }
}
#smartCenususCjapanSeries .download .secHead__label {
  background: linear-gradient(90deg, #eb3485 0%, #9f9cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#smartCenususCjapanSeries .download .secHead__title,
#smartCenususCjapanSeries .download .secHead__lead {
  color: #fff;
}
#smartCenususCjapanSeries .download__btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  max-width: 56rem;
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  background: linear-gradient(90deg, #eb3485 0%, #423eaf 100%);
  transition: opacity var(--transition-duration);
}
@media screen and (1025px <= width) {
  #smartCenususCjapanSeries .download__btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .download__btn {
    max-width: 100%;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
#smartCenususCjapanSeries .download__form {
  width: 48.4375%;
  background: #fff;
  padding: 2rem 1rem 0;
}
#smartCenususCjapanSeries .download__form iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #smartCenususCjapanSeries .download__form {
    width: 100%;
    margin-top: 4rem;
    padding: 1rem 0 2rem;
  }
}