@charset "UTF-8";

/*--------------------
 main-content
--------------------*/
.freespace {
  margin: 0 auto;
  padding: 0 0 56px;
  font-size: 16px;
  text-align: center;
}

.freespace img {
  max-width: 100%;
  vertical-align: bottom;
}

.freespace .inner {
  width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}

.freespace a {
  display: block;
  text-decoration: none;
}

.freespace a:hover,
.freespace a:focus {
  text-decoration: none;
}

.freespace em {
  font-style: normal;
}

.freespace sup {
  font-size: 60%;
  vertical-align: super;
}

.freespace sub {
  font-size: 70%;
  vertical-align: baseline;
}

.freespace h1,
.freespace h2,
.freespace h3 {
  margin: 0;
  padding: 0;
  color: inherit;
}

.freespace .pc-only {
  display: block !important;
}

.freespace .sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .freespace {
    margin: 0 auto;
    padding: 0 0 8px;
  }

  html[data-browse-mode="S"] .freespace .inner {
    width: 100%;
    padding: 0 20px;
  }

  html[data-browse-mode="S"] .freespace .pc-only {
    display: none !important;
  }

  html[data-browse-mode="S"] .freespace .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .freespace {
    padding: 0 0 1.932vw;
  }

  html[data-browse-mode="S"] .freespace .inner {
    padding: 0 4.831vw;
  }
}

/*--------------------
 eteikiec
--------------------*/
/* hero */
.eteikiec .hero {
  padding: 20px 0 0;
}

.eteikiec .hero-title {
  margin: 0 0 20px;
  color: #222;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .eteikiec .hero {
    padding: 20px 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .hero .inner {
    padding: 0;
  }

  html[data-browse-mode="S"] .eteikiec .hero-title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .eteikiec .hero {
    padding: 4.831vw 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .hero-title {
    margin: 0 0 4.831vw;
    font-size: 4.831vw;
  }
}

/* section */
.eteikiec .section-title {
  position: relative;
  margin: 0 auto;
  padding: 0 0 6px;
  color: #222;
  font-size: 32px;
  font-weight: 600;
}
.eteikiec .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 120px;
  height: 2px;
  background-color: #34b558;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .eteikiec .section-title {
    padding: 0 0 4px;
    font-size: 20px;
  }
  html[data-browse-mode="S"] .eteikiec .section-title::after {
    bottom: -4px;
    width: 60px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .eteikiec .section-title {
    padding: 0 0 0.966vw;
    font-size: 4.831vw;
  }
  html[data-browse-mode="S"] .eteikiec .section-title::after {
    bottom: -0.966vw;
    width: 14.493vw;
  }
}

/* benefits */
.eteikiec .benefits {
  margin: 40px 0 0;
}

.eteikiec .benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px auto 0;
}

.eteikiec .benefit-item {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.eteikiec .benefit-icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.eteikiec .benefit-title {
  margin: 24px 0 0;
  color: #22ab37;
  font-size: 22px;
  font-weight: 600;
}

.eteikiec .benefit-text {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.8;
}
.eteikiec .benefit-text + .benefit-text {
  margin: 16px 0 0;
}

.eteikiec .benefit-text em {
  padding: 0 4px;
  background: linear-gradient(transparent 70%, #ffe57a 70%);
  color: #bf0000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .eteikiec .benefits {
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px auto 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-item {
    padding: 24px 4px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }

  html[data-browse-mode="S"] .eteikiec .benefit-icon {
    width: 104px;
    height: 104px;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-title {
    margin: 16px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-text {
    margin: 16px 0 0;
    font-size: 14px;
  }
  html[data-browse-mode="S"] .eteikiec .benefit-text + .benefit-text {
    margin: 12px 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-text em {
    padding: 0 4px;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .eteikiec .benefits {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefits-list {
    gap: 4.831vw;
    margin: 5.797vw auto 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-item {
    padding: 5.797vw 0.966vw;
    border-radius: 2.899vw;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-icon {
    width: 25.121vw;
    height: 25.121vw;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-title {
    margin: 3.865vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-text {
    margin: 3.865vw 0 0;
    font-size: 3.382vw;
  }
  html[data-browse-mode="S"] .eteikiec .benefit-text + .benefit-text {
    margin: 2.899vw 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .benefit-text em {
    padding: 0 0.966vw;
    font-size: 4.348vw;
  }
}

/* products */
.eteikiec .products {
  margin: 48px 0 0;
}

.eteikiec .products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 40px auto 0;
}

.eteikiec .product-item {
  border-radius: 16px;
  border: 1px solid #e8e8e8;
}

.eteikiec .product-header {
  padding: 17px 24px 15px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.eteikiec .product-item:nth-child(1) .product-header,
.eteikiec .product-item:nth-child(3) .product-header {
  background-color: #fc9300;
}
.eteikiec .product-item:nth-child(2) .product-header,
.eteikiec .product-item:nth-child(4) .product-header {
  background-color: #22ab37;
}

.eteikiec .product-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.eteikiec .product-image {
  margin: 28px 0 0;
  padding: 0 24px;
}

.eteikiec .product-image img {
  max-width: 200px;
}

.eteikiec .product-cta {
  margin: 28px 0 0;
  padding: 0 24px 24px;
}

.eteikiec .product-cta-link {
  display: block;
  position: relative;
  padding: 10.5px 0 11.5px;
  border-radius: 8px;
  background-color: #22ab37;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.07em;
}
.eteikiec .product-cta-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 49%;
  right: 14px;
  border-radius: 1px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(0, -50%);
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .eteikiec .products {
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px auto 0;
  }

  html[data-browse-mode="S"] .eteikiec .product-item {
    border-radius: 12px;
  }

  html[data-browse-mode="S"] .eteikiec .product-header {
    padding: 12px 16px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  html[data-browse-mode="S"] .eteikiec .product-title {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .eteikiec .product-image {
    margin: 24px 0 0;
    padding: 0 24px;
  }

  html[data-browse-mode="S"] .eteikiec .product-image img {
    max-width: 100%;
  }

  html[data-browse-mode="S"] .eteikiec .product-cta {
    margin: 24px 0 0;
    padding: 0 20px 20px;
  }

  html[data-browse-mode="S"] .eteikiec .product-cta-link {
    padding: 9.5px 8px 9.5px 0;
    font-size: 14px;
  }
  html[data-browse-mode="S"] .eteikiec .product-cta-link::after {
    width: 7px;
    height: 7px;
    top: 48%;
    right: 13px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .eteikiec .products {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .eteikiec .products-list {
    gap: 4.831vw;
    margin: 5.797vw auto 0;
  }

  html[data-browse-mode="S"] .eteikiec .product-item {
    border-radius: 2.899vw;
  }

  html[data-browse-mode="S"] .eteikiec .product-header {
    padding: 2.899vw 3.865vw 2.415vw;
    border-top-left-radius: 2.415vw;
    border-top-right-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .eteikiec .product-title {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .eteikiec .product-image {
    margin: 5.797vw 0 0;
    padding: 0 5.797vw;
  }

  html[data-browse-mode="S"] .eteikiec .product-cta {
    margin: 5.797vw 0 0;
    padding: 0 4.831vw 4.831vw;
  }

  html[data-browse-mode="S"] .eteikiec .product-cta-link {
    padding: 2.295vw 1.932vw 2.295vw 0;
    font-size: 3.382vw;
  }
  html[data-browse-mode="S"] .eteikiec .product-cta-link::after {
    width: 1.691vw;
    height: 1.691vw;
    right: 3.14vw;
  }
}
