@charset "UTF-8";
/* このテキストは消さないでください */
.mobile, .desktop {
  display: none;
  visibility: hidden;
}

@media not screen and (max-width: 720px) {
  .desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 720px) {
  .mobile {
    display: block;
    visibility: visible;
  }
}
br.br-sp {
  display: none;
}
@media screen and (max-width: 720px) {
  br.br-sp {
    display: inline;
  }
}
.content--wide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.sup {
  font-size: 0.6em;
  vertical-align: top;
}

.p-page_content {
  overflow: hidden;
}

.u-margin__top--60 {
  margin-top: 0px;
}

.bg-gray {
  background-color: #FAF4ED;
  padding: 4em 0;
}

@media screen and (max-width: 720px) {
  .bg-gray {
    padding: 2em 0;
  }
}
.bold {
  font-weight: bold;
}

.flex {
  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: 720px) {
  .flex {
    display: block;
  }
}

.flex.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_banners {
  margin: 2em auto;
  max-width: 1120px;
  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;
}
.footer_banners > div {
  width: 30%;
}
@media screen and (max-width: 720px) {
  .footer_banners {
    display: block;
    margin: 2em 15px;
  }
  .footer_banners > div {
    width: 100%;
    margin-bottom: 1em;
  }
}

section {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  section {
    max-width: auto;
    margin: 0 auto;
    padding: 0 15px;
  }
}
section h3 {
  color: var(--color-deep-azuki);
  font-size: 1.5rem;
  margin: 0.5em auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}
section h3 .caption {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -6px;
  margin-right: 4px;
}
@media screen and (max-width: 720px) {
  section h3 {
    font-size: 1.2rem;
    margin-inline: 0;
  }
}
.h3-subtitle {
  font-size: 1rem;
  color: var(--color-deep-azuki);
  text-align: center;
  margin: 0 auto 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 720px) {
  .h3-subtitle {
    font-size: 0.8rem;
  }
}
section p {
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
section p.align-left {
  text-align: left;
}
section p.small {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 0.2em;
}
section p .caption {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -3px;
  margin-right: 4px;
}
@media screen and (max-width: 720px) {
  section p {
    font-size: 14px;
    line-height: 1.6;
  }
}
section.cumec__product {
  width: 94%;
  margin: 4em auto;
  max-width: 800px !important;
}
section.cumec__product p {
  line-height: 1.6;
  font-weight: 600;
}

.p-page_content__inner section.cumec__product p {
  font-size: min(1.8vw, 16px);
  color: #575757;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-page_content__inner section.cumec__product p {
    font-size: max(2.6vw, 14px);
  }
}
.p-page_content__inner section.cumec__product .products__list {
  margin: 2em auto 0;
}
.p-page_content__inner section.cumec__product .products__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .p-page_content__inner section.cumec__product .products__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-page_content__inner section.cumec__product .products__list ul li {
  text-align: left;
  width: 21%;
  margin-bottom: 1em;
}
@media screen and (max-width: 720px) {
  .p-page_content__inner section.cumec__product .products__list ul li {
    width: 47%;
  }
}
.p-page_content__inner section.cumec__product .products__list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-page_content__inner section.cumec__product .products__list h4 {
  font-size: 100%;
  margin: 0.3em 0 0.6em;
  color: #575757;
  white-space: nowrap;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page_content__inner section.cumec__product .products__list p {
  font-size: 84%;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page_content__inner section.cumec__product .products__list p.here {
  color: var(--color-deep-azuki);
  margin-top: auto;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page_content__inner section.cumec__product .details {
  margin: 2em auto 5em;
  text-align: center;
}
.p-page_content__inner section.cumec__product .details img {
  margin: auto;
  max-width: 252px;
}

.p-kv_slider {
  padding: 0 !important;
}
.p-kv_slider .splide__arrows {
  display: none;
}
.p-kv_slider__track__list__item__inner:before {
  display: none !important;
}
.p-kv_slider__track__list__item__inner {
  position: relative;
  padding-top: 0 !important;
  padding-inline: 0 !important;
}
.p-kv_slider__track__list__item__inner picture {
  display: block;
  width: 100%;
}
.p-kv_slider__track__list__item__inner picture img {
  display: block;
  width: 100%;
  height: auto;
}
.kv-cta {
  position: absolute;
  bottom: 48px;
  left: 24px;
  right: 24px;
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #FFFFFF !important;
  background: var(--color-soft-azuki);
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  max-width: 300px;
  margin-inline: auto;
}

.top__news {
  margin-top: min(10vw, 70px);
}
.top__news h3 {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 18px;
  margin: 0.6em 0;
}
.top__news__inner {
  border-top: 1px solid var(--color-deep-azuki);
  border-bottom: 1px solid var(--color-deep-azuki);
  padding: min(5vw, 15px) 0;
}
.top__news .c-news_item {
  border: 0;
  font-size: 14px;
}
.top__news .c-news_item__inner {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: min(3vw, 13px) 10px;
}
.top__news .c-news_item__inner__title {
  text-align: justify;
  margin-top: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.top__news .c-news_item * {
  color: #494949;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.top__news .arw {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  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;
  position: relative;
  background: var(--color-deep-azuki);
}
.top__news .arw:before, .top__news .arw:after {
  content: "";
  background: #fff;
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 6px;
}
.top__news .arw:before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
.top__news .arw:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .top__news .arw {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(64%);
            transform: translateY(64%);
  }
}
.top__news .readmore {
  text-align: right;
  margin: 0.5em 0;
  font-size: 90%;
}
.top__news .readmore a,
.top__news .readmore a:visited {
  color: var(--color-deep-azuki);
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .top__news h3 {
    font-size: 22px !important;
  }
}

.worries {
  margin-top: 0;
  padding-top: 128px;
  max-width: 800px;
}
.worries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.worries ul li {
  width: 33.33%;
  font-size: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.worries ul li img {
  width: 80%;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  .worries ul {
    display: block;
  }
  .worries ul li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .worries ul li img {
    width: 55%;
  }
}

.worries--energy {
  padding-top: 80px;
}
.worries--energy__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--color-deep-azuki);
  margin: 0 0 16px;
  line-height: 1.5;
}
.worries--energy__card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid currentColor;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.2s;
}
.worries--energy__card:hover {
  opacity: 0.7;
}
.worries--energy__card .energy-zone__card__text {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.worries--energy__card .energy-zone__card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-charcoal);
  margin: 0 0 10px;
  line-height: 1.5;
  text-align: left;
}
.energy-zone__card__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
  margin: 0;
}
.worries--energy__card .energy-zone__card__image {
  width: 40%;
  flex-shrink: 0;
}
.worries--energy__card .energy-zone__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.worries--energy__cta {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 720px) {
  .worries--energy__title {
    font-size: 22px;
  }
  .worries--energy__card {
    flex-direction: column-reverse;
  }
  .worries--energy__card .energy-zone__card__image {
    width: 100%;
    height: 180px;
  }
  .worries--energy__card .energy-zone__card__text {
    padding: 16px;
  }
  .worries--energy__card .energy-zone__card__title {
    font-size: 18px;
  }
  .energy-zone__card__sub {
    font-size: 14px;
  }
}

.popup__pw {
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  z-index: 9999;
  display: hidden;
}

.popup__content {
  position: relative;
  z-index: 9998;
  width: 90%;
  max-width: 320px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup__content p {
  background: #E8FAF8;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 20px;
  margin: 0 auto;
}
.popup__content .btn {
  text-align: center;
  margin: 1em auto;
  display: block;
  padding: 10px 0;
}
.popup__content .btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  background-color: var(--color-deep-azuki);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup__content .btn a:hover {
  opacity: 0.8;
}
.popup__content .btn a:before, .popup__content .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 2px;
  background-color: #fff;
}
.popup__content .btn a:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.popup__content .btn a:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.popup__content .nomore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__content .nomore input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
}
.popup__content .nomore input:checked {
  background-color: #999;
}
.popup__content .nomore input:checked:before, .popup__content .nomore input:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup__content .nomore input:checked:before {
  width: 2px;
  height: 6px;
  -webkit-transform: translate(-190%, -30%) rotate(-45deg);
          transform: translate(-190%, -30%) rotate(-45deg);
}
.popup__content .nomore input:checked:after {
  width: 10px;
  height: 2px;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
.popup__content .nomore label {
  font-size: 14px;
  cursor: pointer;
}
.popup__content .close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  z-index: 9999;
  cursor: pointer;
  background: #60b7af;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.popup__content .close i {
  display: block;
}
.popup__content .close i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup__content .close i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.section-margin-top-20 {
  margin-top: 20px;
}
.u-text-center {
  text-align: center;
}

.btn-cta-primary {
  display: inline-block;
  padding: 14px 32px;
  background: var(--color-soft-azuki);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  border-radius: 24px;
  text-decoration: none;
}

.closing-statement {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--color-charcoal) !important;
  margin-top: 48px;
  text-align: left;
}

.note-supplement {
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #7A7A7A !important;
  margin-top: 12px !important;
  text-align: left !important;
}

.section-t6 {
  margin-top: 0;
  margin-bottom: 64px;
  padding-top: 128px;
}
.section-warm-white {
  background: var(--color-warm-white);
  padding-block: 48px;
}

.section-inner-padding {
  padding: 48px 0;
}

.image-block-card {
  margin-top: 32px;
}
@media screen and (max-width: 720px) {
  .image-block-card img {
    max-width: 340px;
    margin-inline: auto;
    display: block;
  }
}

.top__intro {
  padding-top: 100px;
}
@media screen and (max-width: 720px) {
  .top__intro {
    padding-top: 40px;
  }
}

.functional-claim {
  padding-top: 70px;
}
.functional-claim img {
  display: block;
  max-width: 100%;
  height: auto;
}
.functional-claim p {
  margin-block: 16px;
}
.functional-claim__l291 {
  margin-top: 16px;
}
@media screen and (max-width: 720px) {
  .functional-claim {
    padding-top: 40px;
    padding-inline: 12px;
  }
  .functional-claim > div {
    margin-block: 16px;
  }
  .functional-claim p.align-left {
    margin-top: 24px;
  }
}

.continue-frame {
  margin-top: 48px;
  padding-inline: 16px;
}
.continue-frame__inner {
  max-width: 720px;
  margin-inline: auto;
}
.continue-frame__inner h3 {
  margin-top: 0;
}

.section-margin-64 {
  margin-top: 64px;
  margin-bottom: 0;
}

.lead-flow-text {
  margin-top: 24px;
  margin-bottom: 40px;
}

.flow-inside-section {
  padding-top: 64px;
}

section.cumec__product.top__products--first {
  margin-top: 0;
  margin-bottom: 0;
  padding-inline: 0;
}

section.cumec__product.top__products--second {
  margin-top: 0;
  padding-top: 64px;
}

section h3.top__products-heading--sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  margin-top: 40px;
}

section h3.top__products-heading--serif {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

.c-news_item__inner {
  display: flex !important;
  align-items: baseline !important;
  gap: 16px !important;
}

.c-news_item__inner__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px !important;
  color: var(--color-text-sub) !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.c-news_item__inner__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px !important;
  line-height: 1.8;
  color: var(--color-charcoal) !important;
}

.here {
  color: var(--color-deep-azuki) !important;
}

.details.top_details a {
  display: inline-block !important;
  background: var(--color-soft-azuki) !important;
  color: #fff !important;
  padding: 14px 32px !important;
  text-decoration: none !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}

.p-new_product__more.top_viewmorefunction a {
  display: inline-block;
  background: var(--color-soft-azuki);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 0;
  font-size: 14px;
}

.products__list h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--color-charcoal) !important;
}
.products__list p {
  font-weight: 400 !important;
}

/*# sourceMappingURL=top.css.map */