@charset "UTF-8";
.header-extras {
  border-radius: 0 0 0 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  background: #39ACD2;
  margin-right: -30px;
  padding: 0 2.5rem;
}
.header-extras a {
  color: #fff;
  position: relative;
}
.header-extras a:hover {
  color: #fff !important;
}
.header-extras a::before, .header-extras a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-extras a::before {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  background: #FFF;
  right: -1.8rem;
}
.header-extras a::after {
  border-top: 0.2rem solid transparent;
  border-left: 0.3rem solid #39ACD2;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  right: -1.65rem;
}

@media (max-width: 1024px) {
  .header-extras {
    display: none;
  }
}
section.banner {
  padding: 0 0;
  background: url(../../assets/images/home/bg_banner.png) 50% 50% no-repeat;
  background-size: cover;
}
section.banner .banner-content {
  margin: 0 auto;
  padding: 11.2rem 0rem 6.9rem;
  box-sizing: border-box;
  position: relative;
}
section.banner .banner-content .banner-content-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.banner .banner-content .banner-content-image img {
  max-width: 52%;
}
section.banner .banner-content .banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.banner .banner-content .banner-copy .copy-batch {
  display: flex;
  align-items: center;
}
section.banner .banner-content .banner-copy .copy-batch img {
  max-width: 125px;
  margin-right: 1rem;
}
section span.text-large {
  font-size: 1.3em;
}
section .sub-heading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 2.1rem;
  padding: 0 0 1.5rem;
}
section .sub-heading-text p {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 300;
}
section .sub-heading-text h3 {
  position: relative;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: 600;
  color: #39ACD2;
}
section .sub-heading-text h3:after {
  content: "";
  width: 8rem;
  height: 0.7rem;
  background: url(../../assets/images/home/ttl_deco.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
}
section .btn span.btn-num {
  flex-grow: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1;
  font-size: 1.8rem !important;
  font-weight: 600;
  color: #FFF;
}
section .btn span.btn-num .sub {
  font-size: 0.6rem !important;
  line-height: 0.8rem !important;
  font-weight: 300;
}
section .feature-box {
  padding: 22px;
  max-width: 360px;
  text-align: center;
  margin: 1rem auto;
}
section .feature-box .feature-box-image {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section .feature-box .feature-box-info {
  margin-top: 1.5rem;
  padding-bottom: 40%;
  background: url(../../assets/images/home/bg_feature_info.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
section .feature-box .feature-box-info p {
  position: absolute;
  font-size: 13px;
  line-height: 20px;
  width: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
section ul.ref {
  list-style: none;
  padding: 0;
}
section ul.ref li {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
section ul.ref li:before {
  content: "※";
  position: absolute;
  left: 0;
}
section .service-grids .post-item .card .card-body {
  padding-top: 2.5rem;
}
section .service-grids .post-item .card .card-body img {
  max-width: 150px;
}
section .service-grids .post-item .card .card-body p {
  margin-top: 1.8rem;
  height: 3.8rem;
}
section .card.card-service-item .card-body {
  padding: 5rem 5rem;
  position: relative;
}
section .card.card-service-item .card-body h3.service-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #39ACD2;
}
section .card.card-service-item .card-body h3.service-item-title span {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
section .card.card-service-item .card-body h3.service-item-title span.num {
  font-size: 4.4rem;
  margin-right: 2.5rem;
}
section .card.card-service-item .card-body .service-movie {
  max-width: 260px;
  width: 31.7%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  left: -5rem;
  bottom: 3rem;
}
section .card.card-service-item .card-body .service-movie .service-movie-title {
  padding: 0.5rem 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #39ACD2;
  text-align: center;
}
section .card.card-service-item .card-body .service-movie .service-movie-content {
  padding: 0 1rem 1rem;
}
section .card.card-service-item .card-body .service-movie .service-movie-content .service-movie-wrap {
  width: 100%;
  position: relative;
}
section .card.card-service-item .card-body .service-movie .service-movie-content .service-movie-wrap:before {
  content: "";
  display: block;
  padding-top: 59.75%;
}
section .card.card-service-item .card-body .service-movie .service-movie-content .service-movie-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
section .card.card-service-item .card-body .service-batch {
  width: 22%;
  position: absolute;
  top: -2.5rem;
  right: -4rem;
}
section ul.feature-list {
  list-style: none;
  padding: 1rem 0;
}
section ul.feature-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
section ul.feature-list li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../assets/images/home/chk_bl.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section ul.feature-list.type-01 li:before {
  background-image: url(../../assets/images/home/chk_or.svg);
}
section .service-table-wrap {
  margin: 2rem auto 0;
}
section .service-table-wrap .service-table {
  width: 100%;
  border-collapse: collapse;
}
section .service-table-wrap .service-table tbody tr:nth-child(odd) {
  background: #F4F7FB;
}
section .service-table-wrap .service-table tbody tr:first-child {
  background: none;
}
section .service-table-wrap .service-table tbody th, section .service-table-wrap .service-table tbody td {
  padding: 1rem 0;
  font-size: 1rem;
  text-align: center;
}
section .service-table-wrap .service-table tbody th {
  border-radius: 5px 5px 0 0;
  background: #39ACD2;
  font-weight: 500;
  color: #FFF;
}
section .service-table-wrap .service-table tbody th:nth-child(even) {
  background: #245DAD;
}
section .service-table-wrap .service-table tbody td {
  border: 1px solid #F2F2F2;
}
section .support-list {
  margin-top: 3rem;
}
section .support-list .support-item {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #FFF;
}
section .support-list .support-item:nth-child(-n+4) {
  position: relative;
}
section .support-list .support-item:nth-child(-n+4):after {
  content: "";
  border-top: 0.7rem solid #39ACD2;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
section .support-list .support-item .support-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  border-radius: 5px 0 0 5px;
  background: #39ACD2;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 600;
  color: #FFF;
}
section .support-list .support-item .support-num .support-step {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
section .support-list .support-item .support-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 12rem);
}
section .support-list .support-item .support-content .support-text {
  width: calc(100% - 9rem);
  padding: 2rem;
  box-sizing: border-box;
  text-align: left;
}
section .support-list .support-item .support-content .support-text .ttl {
  margin: 0 0 1rem;
  font-size: 1.8rem;
}
section .support-list .support-item .support-content .support-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
}
section .support-list .support-item .support-content .support-icon img {
  max-width: 70%;
  max-height: 100%;
}
section .support-list .support-item + .support-item {
  margin-top: 2rem;
}
section .app-store-btn img {
  height: 40px;
}
section .btn.btn-chrome {
  width: 245px;
}
section .nav.nav-wakarunda {
  margin-top: 1.5rem;
}
section .nav.nav-wakarunda .nav-item a.nav-link {
  border: 1px solid #39ACD2;
  color: #39ACD2;
  border-radius: 0;
  padding: 10px 20px;
}
section .nav.nav-wakarunda .nav-item a.nav-link.active {
  border: 1px solid #39ACD2;
  background-color: #39ACD2;
  color: #ffffff;
}
section .nav.nav-wakarunda .nav-item:last-child a.nav-link {
  margin-left: -1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section .nav.nav-wakarunda .nav-item:first-child a.nav-link {
  margin-left: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section .voice__slider .slick-track {
  display: flex;
}
section .voice__slider .voice__slider_item {
  height: auto;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
}
section .voice__slider .voice__slider_item .voice__slider_inner {
  height: 100%;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #FFF;
  text-align: left;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head {
  display: flex;
  justify-content: space-between;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head .voice__slider_img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  overflow: hidden;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head .voice__slider_img img {
  max-width: 100%;
  max-height: 100%;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head .voice__slider_ttl {
  width: calc(100% - 3.5rem);
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head .voice__slider_ttl .voice__slider_name {
  margin: 0;
  font-size: 1rem;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_head .voice__slider_ttl .voice__slider_id {
  font-size: 0.9rem;
  color: #CCC;
}
section .voice__slider .voice__slider_item .voice__slider_inner .voice__slider_cont {
  margin: 2rem 0 0;
  font-size: 1rem;
}
section.section-csr {
  background: url(../../assets/images/home/bg_csr.png) 50% 50% no-repeat;
  background-size: cover;
}
section.section-csr .csr-list {
  max-width: 640px;
  margin: 1rem auto;
  padding: 2rem;
}
section.section-csr .csr-date {
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  box-sizing: border-box;
  background: #39ACD2;
  font-size: 1rem;
  color: #FFF;
}
section .csr__btn {
  display: inline-block;
  margin: 7rem auto 0;
  box-sizing: border-box;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
section .csr__btn:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
}
section .csr__btn.csr__btn_open {
  padding: 0 0 1.5rem;
}
section .csr__btn.csr__btn_open:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
section .csr__btn.csr__btn_close {
  display: none;
  padding: 0 0 3rem;
  color: #FFF;
}
section .csr__btn.csr__btn_close:after {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
section .accordion.faq .ac-item {
  border-radius: 0;
  padding: 0 0;
  background-color: #fff;
}
section .accordion.faq .ac-item .ac-title {
  padding: 1.5rem 1.8rem 1.5rem 2.8rem;
  background-color: #FFF;
  color: #111;
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
}
section .accordion.faq .ac-item .ac-title:before {
  top: 50%;
  transform: translateY(-50%);
  content: "\e92e";
  right: 10px;
}
section .accordion.faq .ac-item .ac-title:after {
  position: absolute;
  left: 1rem;
  content: "Q";
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #FE6500;
}
section .accordion.faq .ac-item .ac-content {
  padding: 0 1.3rem 1.3rem 1.3rem;
}
section .accordion.faq .ac-item .ac-content .ac-answer {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
  background-color: #F2F2F2;
  position: relative;
  padding: 1.8rem 1.6rem 1.6rem 4rem;
}
section .accordion.faq .ac-item .ac-content .ac-answer:after {
  position: absolute;
  left: 1.7rem;
  content: "A";
  font-weight: bold;
  top: 1.6rem;
  font-size: 1.4rem;
  color: #39ACD2;
}
section .accordion.faq .ac-item.ac-active .ac-title:before {
  content: "\e931";
}
section .ng-data {
  width: 540px;
  height: 311px;
  position: relative;
  background: url(../../assets/images/home/account_img_01.svg) 50% 50% no-repeat;
}
section .ng-data .ng-data-wrap {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
}
section .ng-data .ng-data-wrap p {
  white-space: nowrap;
}
section .ng-data .ng-data-wrap p.ng-data-date {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: bold;
}
section .ng-data .ng-data-wrap p.ng-data-count {
  position: absolute;
  top: 65%;
  transform: translateX(-50%);
  color: #FF3C00;
  font-size: 1.2rem;
}
section .ng-data .ng-data-wrap p.ng-data-count .num {
  font-size: 2.6rem;
  font-weight: bold;
}
section .ng-data .ng-data-wrap p.ng-data-count.ng-data-brand {
  left: 25%;
}
section .ng-data .ng-data-wrap p.ng-data-count.ng-data-asin {
  left: 77%;
}
section .ng-data .ng-data-wrap p.ng-data-diff {
  position: absolute;
  top: 81%;
  transform: translateX(-50%);
  font-size: 1.1rem;
}
section .ng-data .ng-data-wrap p.ng-data-diff .num {
  color: #FF3C00;
  font-weight: bold;
}
section .ng-data .ng-data-wrap p.ng-data-diff.ng-data-brand {
  left: 25%;
}
section .ng-data .ng-data-wrap p.ng-data-diff.ng-data-asin {
  left: 77%;
}

@media (max-width: 768px) {
  section .ng-data .ng-data-wrap p.ng-data-date {
    font-size: 1rem;
  }
  section .ng-data .ng-data-wrap p.ng-data-count {
    top: 61%;
    font-size: 1rem;
  }
  section .ng-data .ng-data-wrap p.ng-data-count .num {
    font-size: 1.8rem;
  }
  section .ng-data .ng-data-wrap p.ng-data-diff {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  section.banner {
    background-image: url(../../assets/images/home/bg_banner_sp.png);
  }
  section.banner .banner-content {
    display: flex;
    flex-direction: column;
    padding: 6.5rem 1rem 5rem;
  }
  section.banner .banner-content .banner-content-image {
    max-width: initial;
    width: 100%;
    margin: 2rem auto 0;
    order: 2;
  }
  section.banner .banner-content .banner-content-image img {
    max-width: 100%;
  }
  section.banner .banner-content .banner-copy {
    max-width: initial;
    width: 100%;
    padding: 0;
    position: static;
    transform: translateY(0);
  }
  section .card.card-service-item .card-body {
    padding: 2rem 1rem;
  }
  section .card.card-service-item .card-body h3.service-item-title span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  section .card.card-service-item .card-body h3.service-item-title span.num {
    font-size: 3.4rem;
    margin-right: 1rem;
  }
  section .card.card-service-item .card-body .service-movie {
    max-width: initial;
    position: static;
    width: unset;
    margin: 2rem 1rem;
  }
  section .card.card-service-item .card-body .service-movie .service-movie-title {
    font-size: 1.2rem;
  }
  section .card.card-service-item .card-body .service-batch {
    width: 40%;
    top: auto;
    right: -1.5rem;
    bottom: -3.5rem;
    z-index: 5;
  }
  section .service-table-wrap {
    padding: 0 0 2rem;
    overflow: hidden;
    overflow-x: auto;
  }
  section .service-table-wrap .service-table th, section .service-table-wrap .service-table td {
    padding: 1rem 1.3rem;
    white-space: nowrap;
  }
  section .support-list .support-item .support-num {
    width: 20%;
    font-size: 2.2rem;
  }
  section .support-list .support-item .support-num .support-step {
    font-size: 1rem;
  }
  section .support-list .support-item .support-content {
    width: 80%;
  }
  section .support-list .support-item .support-content .support-text {
    width: 100%;
    padding: 1.2rem 2rem;
  }
  section .support-list .support-item .support-content .support-text .ttl {
    font-size: 1.2rem;
  }
  section .support-list .support-item .support-content .support-icon {
    display: none;
  }
  section.section-csr .csr-list {
    padding: 1rem;
  }
  section .ng-data {
    width: 100%;
    padding-bottom: 57.7%;
    height: unset;
  }
}
