@charset "UTF-8";
#contentsArea {
  clear: both;
  overflow-x: initial;
background-color: #eefaff;
background-image:
  repeating-linear-gradient(
    135deg,
    rgba(255,255,255,.3) 0,
    rgba(255,255,255,.3) 10px,
    transparent 10px,
    transparent 30px
  );
}

.wrap {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.64;
  color: #192215;
}

.wrap *,
.wrap *:before,
.wrap *:after {
  box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  letter-spacing: normal;
}

.wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.wrap a {
  color: inherit;
}

.wrap a img {
  transition: opacity 0.2s ease-out;
}

.wrap a:hover img {
  opacity: 0.7;
}

.wrap .text-serif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
}

.wrap > .contents-wrap {
  margin: 0 auto;
  max-width: 1280px;

}

.wrap .contents-wrap__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  background-color: #fff;
  /*border-radius:10px;*/
}


.wrap .sec-wrap {
  /*background-color: #ffffff;*/
  margin: 0;
  /*padding-bottom: 6em;*/
}

@media only screen and (min-width: 769px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    font-size: 3.2vw;
  }
  .wrap .only-pc {
    display: none;
  }
  .wrap .contents-wrap__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  /*.wrap .sec-wrap {
    padding-bottom: 0.25em;
  }*/
}
@media only screen and (min-width: 769px) {
  .wrap .only-sp {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1027px) {
  .wrap {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1028px) and (max-width: 1400px) {
  .wrap {
    font-size: 1.142857vw;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}


/* ===================================
   爽活ラボ FV
=================================== */

.soukatsu-fv {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 110px;
}

.soukatsu-fv__image {
  display: block;
  width: 100%;
}

.soukatsu-fv__image img {
  display: block;
  width: 100%;
  height: auto;
}

.soukatsu-fv__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 20px 44px;
  text-align: center;
}

.soukatsu-fv__lead {
  margin: 0 0 16px;
  font-size: 24px !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
  color: #333 !important;
}

.soukatsu-fv__lead .temp {
  font-size: 2.2em !important;
  line-height: 1 !important;
  color: #1b5fc6 !important;
}

.soukatsu-fv__lead .blue {
  color: #1b5fc6 !important;
}

.soukatsu-fv__text {
  margin-top: 10px !important;
  font-size: 22px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
  color: #333 !important;
}

@media screen and (max-width:767px) {

  .soukatsu-fv{
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .soukatsu-fv__content {
    padding: 10px 16px 0;
  }

  .soukatsu-fv__lead,
  .soukatsu-fv__lead *,
  .soukatsu-fv__text,
  .soukatsu-fv__text * {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  .soukatsu-fv__lead .temp {
    font-size: 30px !important;
  }

  .soukatsu-fv__text {
    font-size: 16px;
    line-height: 1.8;
  }

}


/* ==============================
   爽活ラボ メニュー
============================== */

.soukatsu-menu {
  position: relative;
  max-width: 980px;
  margin: -80px auto 56px;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 65, 130, .18);
}

.soukatsu-menu__ribbon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 2;
}

.soukatsu-menu__ribbon img {
  display: block;
  width: 100%;
  height: auto;
}

.soukatsu-menu__list {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: none;
}

.soukatsu-menu__list::-webkit-scrollbar {
  display: none;
}

.soukatsu-menu__list li {
  flex: 1;
  min-width: 0;
  position: relative;
}
/* PC：点線 */
.soukatsu-menu__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -6px;
  height: 130px;
  border-right: 1px dashed #d9d9d9;
}

/* SP：点線 */
@media screen and (max-width:767px) {
.soukatsu-menu__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  height: 110px;
  border-right: 1px dashed #d9d9d9;
}
}

.soukatsu-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #164a77;
  font-weight: 700;
}

.soukatsu-menu__icon {
  width: 82px;
  height: 58px;
  object-fit: contain;
}

.soukatsu-menu__list span {
  display: block;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: center;
  white-space: nowrap;
min-height: 1.8em;
}

.soukatsu-menu__arrow {
  display: block !important;
  width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  margin: 0 auto 0 !important;
}

/* SP：横スクロール */
@media screen and (max-width: 767px) {

  .soukatsu-menu {
    margin: -40px 12px 40px;
    padding: 26px 12px 16px;
    border-radius: 8px;
  }

  .soukatsu-menu__ribbon {
    top: -22px;
    width: 340px;
  }

  .soukatsu-menu__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .soukatsu-menu__list {
    justify-content: flex-start;
    gap: 14px;
    width: max-content;
    min-width: 100%;
  }

  .soukatsu-menu__list li {
    flex: 0 0 108px;
  }

  .soukatsu-menu__icon {
    width: 88px;
    height: 52px;
  }

  .soukatsu-menu__list span {
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.03em !important;
    white-space: normal;
  }

  .soukatsu-menu__arrow {
    width: 12px;
    margin-top: 6px;
  }

  .soukatsu-menu__scroll-wrap {
    position: relative;
    overflow: hidden;
  }

  .soukatsu-menu__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .soukatsu-menu__scroll::-webkit-scrollbar {
    display: none;
  }

  .soukatsu-menu__scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    pointer-events: none;
    z-index: 5;

    background: linear-gradient(
      to right,
      rgba(255,255,255,0),
      #fff
    );
  }

}



/* ==============================
   アンケート導入
============================== */

.survey-intro {
  /*background: #eafaff;*/
  padding: 16px 10px 16px !important;
}

.survey-intro__inner {
  max-width: 980px;
  margin: 0 auto;
}

.survey-intro__heading {
  text-align: center;
  margin-bottom: 28px;
}

.survey-intro__catch-top,
.survey-intro__catch-bottom {
  margin: 0;
  font-size: 32px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.survey-intro__catch-bottom-pt2 {
  margin-top: 15px !important;
  font-size: 24px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.survey-intro__word {
  display: block;
  width: 520px !important;
  max-width: 100%;
  height: auto;
  margin: 8px auto;
}

.survey-intro__body {
margin:0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.survey-intro__bear {
  flex: 0 0 200px;
}

.survey-intro__bear img {
  display: block;
  width: 100%;
  height: auto;
}

.survey-intro__text {
  flex: 1;
  text-align: center;
  color: #111;
}

.survey-intro__text h2 {
  margin: 0 0 18px;
  font-size: 26px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}

  .survey-intro__lead {
text-align:left;
  position: relative;
  background: #fff;
  border: 2px solid #d6e5f6;
  border-radius: 12px;
  padding: 14px 18px !important;
  font-size: 20px !important;
  line-height: 1.9 !important;
  }

  .survey-intro__lead::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 20px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #d6e5f6;
  }

  .survey-intro__lead::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #fff;
  }

@media screen and (max-width:767px) {

  .survey-intro {
    padding: 36px 12px 28px;
  }

  .survey-intro__heading {
    margin-bottom: 20px;
  }

  .survey-intro__catch-top,
  .survey-intro__catch-bottom {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }

.survey-intro__catch-bottom-pt2 {
  margin-top: 15px !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

  .survey-intro__word {
    width: 300px !important;
    margin: 6px auto;
  }

  .survey-intro__body {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  }

  .survey-intro__bear {
  flex: 0 0 100px;
  margin-left: -8px;
  }

  .survey-intro__text {
    flex: 1;
    text-align: center;
  }

  .survey-intro__text h2 {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px;
  }

  .survey-intro__lead {
  position: relative;
  background: #fff;
  border: 2px solid #d6e5f6;
  border-radius: 12px;
  padding: 8px 10px !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  }

}

/* ==============================
   アンケート見出し
============================== */

.survey-box {
  position: relative;
  max-width: 980px;
  margin: 10px auto 32px;
  padding: 28px 38px 60px !important;
  background: #fff;
  border: 1px solid #333;
  border-radius: 12px;
  text-align: center;
}

.survey-box__label {
  position: absolute;
  left: -18px;
  top: -65px !important;
  width: 190px;
  z-index: 2;
}

.survey-box__label img {
  display: block;
  width: 100%;
  height: auto;
}

.survey-box__title {
  position: relative;
  display: inline-block;
  padding-right: 58px;
}

.survey-box__title h2 {
  margin: 0;
  font-size: 34px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  color: #111 !important;
}

.survey-box__title h2 span {
  color: #1b5fc6;
}

.survey-box__icon {
  position: absolute;
  right: 10px;
  top: 50%;

  width: 44px !important;
  height: auto !important;

  transform: translateY(-50%);
}

.survey-box__lead {
  margin: 22px 0 0;
  font-size: 19px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* SP */
@media screen and (max-width:767px) {

  .survey-box {
    margin: 0 12px 28px;
    padding: 24px 12px 40px !important;
    border-radius: 10px;
  }

  .survey-box__label {
  top: -38px !important;
  left: -12px !important;
  width: 100px !important;
  }

  .survey-box__title {
    position: relative;
 display: inline-block;
    display: block;
padding-right: 34px;
    text-align: center;
  }

  .survey-box__title h2 {
    margin: 0;
    font-size: 20px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0.05em;
  }

  .survey-box__title h2 span {
    color: #1b5fc6;
  }

  .survey-box__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 54px !important;
    transform: translateY(-50%);
  }

.survey-box__lead {
  margin-top: 3px !important;
  padding-top: 20px !important;

  border-top: none;

  background-image:
    repeating-linear-gradient(
      to right,
      #666 0,
      #666 2px,
      transparent 2px,
      transparent 8px
    );

  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top left;

  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

}

/* ==========================
   アンケート結果
========================== */

.survey-result {
  background: #fff;
  padding: 20px 0 60px;
}

.survey-result__inner {
  max-width: 980px;
  margin: 0 auto;
}

.survey-item {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 2px solid #2f65c7;
}

.survey-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Qタイトル */

.survey-item__question {
text-align:left;
  margin: 20px 0 24px !important;
padding:15px !important;
  font-size: 26px !important;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 16px;
background-color:#eef7fd;
}

.survey-item__q {
flex-shrink: 0;
  color: #1d4fb5;
  font-size: 48px;
  font-weight: 700;
  font-size: 64px !important;
  line-height: 1;
  vertical-align: top;
  margin-right: 8px;
}

.survey-item__text {
  display: block;
}

.survey-item__blue {
  color: #1d4fb5;
}

/* グラフ画像 */

.survey-item__graph {
  text-align: center;
}

.survey-item__graph img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:767px) {

  .survey-result {
    padding: 10px 0 40px;
  }

  .survey-item {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .survey-item__question {
    font-size: 14px !important;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .survey-item__q {
    font-size: 20px !important;
    margin-right: -2px;
  }

}

/* ==========================
   調査概要
========================== */

.survey-summary {
  padding: 40px 20px 60px;
  text-align: center;
}

.survey-summary__list {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.survey-summary__list li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.1;
}

.survey-summary__list li::before {
  content: "■";
  margin-right: 8px;
}

.survey-summary__lead {
font-size: 22px;
font-weight: 700;
color: #1554b7;
margin-bottom: 12px !important;
}

/* ボタン */

.survey-summary__button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  max-width: 100%;
  height: 100px;
  background: #1554b7;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid #0e3678;
  box-shadow: 10px 10px 0 rgba(0,0,0,.15);
  transition: .2s;
}

.survey-summary__txt {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-right: 24px;
}

.survey-summary__icon {
  position: absolute;
  top: 50%;
  right: 52px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.survey-summary__icon::before,
.survey-summary__icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

.survey-summary__icon::before {
  left: 0;
  bottom: 0;
}

.survey-summary__icon::after {
  right: 0;
  top: 0;
  background: #1554b7;
}

.survey-summary__note {
  margin-top: 20px !important;
  font-size: 24px;
}


@media screen and (max-width:767px) {

  .survey-summary {
    padding: 24px 12px 40px;
  }

  .survey-summary__list {
    margin-top: 18px;
    margin-bottom: 32px;
  }

  .survey-summary__list li {
    font-size: 10px;
    line-height: 1;
  }

  .survey-summary__lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px !important;
  }

  .survey-summary__button {
    width: 300px;
    max-width: 100%;
    height: 88px;
    border-radius: 10px;
    box-shadow: 6px 6px 0 rgba(0,0,0,.15);
  }

  .survey-summary__button span {
    font-size: 28px;
  }

  .survey-summary__button::after {
    font-size: 32px;
    right: 18px;
  }

.survey-summary__txt {
    font-size: 20px !important;
    padding-right: 24px;
  }

  .survey-summary__icon {
    right: 28px;
    width: 20px;
    height: 20px;
  }

  .survey-summary__icon::before,
  .survey-summary__icon::after {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .survey-summary__note {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }

}

/* ==============================
   爽活アイテム導入
============================== */

.item-intro {
margin-top:80px !important;
  padding: 56px 20px 0;

}

.item-intro__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.item-intro__badge {
  position: absolute;
  left: 20px;
  top: -5px;
  width: 180px;
  z-index: 10;
}

.item-intro__badge img,
.item-intro__bear img {
  display: block;
  width: 100%;
  height: auto;
}

.item-intro__bear {
  position: absolute;
  right: 30px;
  top: -10px;
  width: 140px;
  z-index: 10;
}

.item-intro__sub {
  margin: 0 0 8px;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: #111 !important;
  font-weight: 700 !important;
}

.item-intro__title {
  margin: 0 0 22px;
  font-size: 34px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.item-intro__title::first-letter {
  color: #1554b7;
}

.item-intro__logo{
  color:#1554b7;
}

.item-intro__box {
 position: relative;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(4px);
  border-radius: 10px 10px 0 0;
  padding: 28px 24px 34px;
}

.item-intro__box h3 {
  display: inline-block;
  margin: 0 0 26px;
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  background: linear-gradient(transparent 60%, #fff78a 60%);
}

.item-intro__box p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
}

.item-intro__catch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}


@media screen and (max-width:767px) {

  .item-intro {
margin-top:40px !important;
    padding: 40px 12px 0;
  }

  .item-intro__badge {
    left: 4px;
    top: 55px;
    width: 114px;
  }

  .item-intro__bear {
    right: 4px;
    top: 54px;
    width: 110px;
  }

  .item-intro__sub {
    font-size: 16px !important;
    margin-bottom: 4px;
  }

  .item-intro__title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }

  .item-intro__box {
    padding: 20px 16px 26px !important;
    border-radius: 0 !important;
  }

  .item-intro__box h3 {
    font-size: 17px !important;
    margin-bottom: 18px;
  }

  .item-intro__box p {
    font-size: 13px !important;
    line-height: 1.8 !important;
  }

.item-intro__catch {
  font-size: 16px !important;
}

.item-intro__catch-main {
  font-size: 21px !important;
  font-weight: 700;
}

.item-intro__box h3 {
  background: linear-gradient(transparent 75%, #fff78a 75%);
}

}


/* ===================================
   商品情報
=================================== */
.kufu-section {
  padding: 40px 20px 56px;
scroll-margin-top: 80px;
}

.kufu-inner {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(4px);
}

/* 見出し */
.kufu-title {
  position: relative;
  background: #0058b8;
  padding: 22px 30px 22px 150px;
  margin: 0 auto 34px;
}

.kufu-title__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 2;
}

.kufu-title__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.kufu-title__text {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.sp-br {
  display: none;
}

/* リード文 */
.kufu-lead {
  margin-top: 32px;
  margin-bottom: 40px !important;
  text-align: center;
}

.kufu-lead__main {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.kufu-lead__sub {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

/* 商品エリア */
.kufu-products {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(3, auto);
  gap: 18px;
}

.kufu-product {
  position: relative;
  background: #fff;
  border: 2px solid #0b63b6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 82, 150, .12);
}

.kufu-product--1 {
  grid-row: 1 / 4;
}

/* 商品番号 */
.kufu-product__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 74px;
  height: 74px;
  padding: 6px 0 0 10px;
  box-sizing: border-box;
  background: #0b63b6;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* カード全体リンク */
.kufu-product__link,
.kufu-product__link:hover {
  display: block;
  height: 100%;
  padding: 22px 28px 28px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none !important;
}

.kufu-product__link * {
  text-decoration: none !important;
}

/* 1番：キャッチ帯あり */
.kufu-product--1 .kufu-product__catch {
  position: relative;
  top: -10px;
  display: flex;
  align-items: flex-start;
  min-height: 74px;
  margin: -20px -28px 24px;
  padding: 22px 28px 18px 90px;
  box-sizing: border-box;
  background: #e9f2fb;
  text-align: left !important;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.45;
}

/* 画像＋本文 */
.kufu-product__content {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 24px;
  align-items: start;
}

.kufu-product__img img {
  display: block;
  width: 100%;
  height: auto;
}

.kufu-product__text {
  margin: 0 0 16px;
  font-size: 16px !important;
  line-height: 1.8;
}

.kufu-product__name {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700 !important;
  line-height: 1.6;
}

.kufu-product__price {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.kufu-product__price span {
  font-size: 12px;
  font-weight: normal;
}

/* 詳細ボタン */
.kufu-product__detail {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #0b63b6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.kufu-product__detail::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-52%);
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.kufu-product__detail:hover {
  opacity: 0.9;
}

/* 右側の小カード */
.kufu-product--2 .kufu-product__link,
.kufu-product--3 .kufu-product__link,
.kufu-product--4 .kufu-product__link {
  padding: 16px 18px 20px;
}

/* 2〜4のキャッチをHTMLから削除する前提。
   残っていても非表示にする */
.kufu-product--2 .kufu-product__catch,
.kufu-product--3 .kufu-product__catch,
.kufu-product--4 .kufu-product__catch {
  display: none;
}

.kufu-product--2 .kufu-product__content,
.kufu-product--3 .kufu-product__content,
.kufu-product--4 .kufu-product__content {
  grid-template-columns: 36% 1fr;
  gap: 16px;
  margin-top: 8px;
}

.kufu-product--2 .kufu-product__text,
.kufu-product--3 .kufu-product__text,
.kufu-product--4 .kufu-product__text {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.kufu-product--2 .kufu-product__name,
.kufu-product--3 .kufu-product__name,
.kufu-product--4 .kufu-product__name {
  font-size: 13px;
  line-height: 1.5;
}

.kufu-product--2 .kufu-product__price,
.kufu-product--3 .kufu-product__price,
.kufu-product--4 .kufu-product__price {
  font-size: 13px;
}

.kufu-product--2 .kufu-product__detail,
.kufu-product--3 .kufu-product__detail,
.kufu-product--4 .kufu-product__detail {
  display: none;
}

/* PC：1番レイアウト */
.kufu-product--1 .kufu-product__content {
  grid-template-columns: 50% minmax(0, 1fr);
  gap: 28px;
  padding: 0 5px;
  box-sizing: border-box;
}

.kufu-product--1 .kufu-product__body {
  padding-right: 5px;
  box-sizing: border-box;
}

.kufu-product--1 .kufu-product__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.kufu-product--1 .kufu-product__name {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.kufu-product--1 .kufu-product__price {
  margin-top: 14px;
  font-size: 15px;
}

.kufu-product--1 .kufu-product__text,
.kufu-product--1 .kufu-product__name,
.kufu-product--1 .kufu-product__price {
  word-break: break-all;
}

/* 下部リンク・バナー */
.kufu-link {
  max-width: 620px;
  margin: 10px auto 30px;
  padding: 0 20px 40px;
}

.kufu-banner {
  max-width: 620px;
  margin: 10px auto 30px;
  padding: 0 20px;
}

.kufu-link img,
.kufu-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 767px) {
  .kufu-section {
    padding: 24px 16px 40px;
scroll-margin-top: 60px;
  }

  .kufu-title {
    padding: 13px 12px 13px 100px;
    margin-bottom: 20px;
    overflow: visible;
  }

  .kufu-title__icon {
    left: 12px;
    top: -12px;
    transform: none;
    width: 75px;
  }

  .kufu-title__text {
    font-size: 18px;
    line-height: 1.35;
  }

  .sp-br {
    display: inline;
  }

  .kufu-lead {
    margin-top: 24px;
    margin-bottom: 20px !important;
    padding: 0 12px;
  }

  .kufu-lead__main {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .kufu-lead__sub {
    font-size: 16px;
    line-height: 1.6;
  }

  .kufu-products {
    display: block;
    padding: 0 16px;
  }

  .kufu-product {
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .kufu-product--1 {
    grid-row: auto;
  }

  .kufu-product__num {
    width: 58px;
    height: 58px;
    padding: 0 0 0 8px;
    font-size: 24px;
  }

  .kufu-product__link,
  .kufu-product--2 .kufu-product__link,
  .kufu-product--3 .kufu-product__link,
  .kufu-product--4 .kufu-product__link {
    padding: 14px 14px 18px;
  }

  .kufu-product--1 .kufu-product__catch {
    top: -10px;
    min-height: 58px;
    margin: -10px -14px 18px;
    padding: 18px 14px 14px 68px;
    background: #e9f2fb;
    font-size: 22px !important;
  }

  .kufu-product--1 .kufu-product__content {
    display: block;
    padding: 0;
  }

  .kufu-product--1 .kufu-product__img {
    margin-bottom: 14px;
  }

  .kufu-product__content,
  .kufu-product--2 .kufu-product__content,
  .kufu-product--3 .kufu-product__content,
  .kufu-product--4 .kufu-product__content {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 14px;
    align-items: start;
  }

  .kufu-product--2 .kufu-product__content,
  .kufu-product--3 .kufu-product__content,
  .kufu-product--4 .kufu-product__content {
    margin-top: 4px;
  }

  .kufu-product__text,
  .kufu-product--2 .kufu-product__text,
  .kufu-product--3 .kufu-product__text,
  .kufu-product--4 .kufu-product__text {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .kufu-product__name,
  .kufu-product--2 .kufu-product__name,
  .kufu-product--3 .kufu-product__name,
  .kufu-product--4 .kufu-product__name {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kufu-product__price,
  .kufu-product--2 .kufu-product__price,
  .kufu-product--3 .kufu-product__price,
  .kufu-product--4 .kufu-product__price {
    font-size: 13px;
  }

  .kufu-product__detail {
    margin-top: 14px;
    font-size: 14px;
  }

  .kufu-link {
    margin: 20px auto 20px;
    padding: 0 16px 40px;
  }

  .kufu-banner {
    margin: 20px auto 20px;
    padding: 0 16px;
  }
}



/* おすすめ特集 */
.feature-section {
margin:80px 0 30px !important;
  padding: 0 20px 44px !important;
}

.feature-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.feature-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
}

.feature-heading__bear {
  width: 140px;
  margin-right: 10px;
}

.feature-heading__bear img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-heading__text {
  text-align: center;
}

.feature-heading__balloon {
  display: inline-block;
  position: relative;

  margin-bottom: 15px !important;
  padding: 10px 25px !important;

  border: 3px solid #0b63b6;
  border-radius: 999px;

  background: #fff;
  color: #0b63b6;

  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.4;
}


.feature-heading__balloon::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -12px;

  width: 18px;
  height: 18px;

  background: #fff;

  border-left: 3px solid #0b63b6;
  border-bottom: 3px solid #0b63b6;

  transform: rotate(-45deg);
}


.feature-heading h2 {
  color: #0b63b6;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
margin-bottom: 5px;
}

.feature-list {
margin-top: 40px !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.feature-list__item {
  display: block;
}

.feature-list__item img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-wave {
  width: 90%;
max-width: 920px;
  height: 16px;
  background-image: url("../soukatsu_index_img/wave.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 16px;
  margin: 0 auto 32px;
}

/* SP */
@media screen and (max-width: 767px) {

.feature-section {
margin:0 0 30px !important;
padding: 12px 0 56px !important;
}


  .feature-heading {
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }

  .feature-heading__bear {
    width: 74px !important;
    margin-left: 14px !important;
    margin-right: -4px !important;
  }

  .feature-heading__text {
    flex: 1;
    text-align: center;
    transform: translateX(-6px);
  }

  .feature-heading__balloon {
  font-size: 16px !important;
  padding: 6px 18px !important;
    line-height: 1.2;
    border: 2px solid #0b63b6;
    border-radius: 999px;
    margin-bottom: 15px !important;
  }

  .feature-heading__balloon::after {
    width: 12px;
    height: 12px;

    border-left: 2px solid #0b63b6;
    border-bottom: 2px solid #0b63b6;

    bottom: -7px;
  }

  .feature-heading h2 {
    font-size: 26px;
    line-height: 1.25;
  }

  .feature-wave {
width: 100% !important;
    max-width: none !important;
    height: 16px;
margin: -16px 0 18px !important;
    background-size: 100% 16px !important;
    background-position: center;
  }

  .feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    margin: 25px 8px 0 !important;
  }

}

/* ベルメゾンでんき バナー */
.denki-banner {
  max-width: 580px;
  margin: 20px auto 40px;
  padding: 0 20px;
  text-align: center;
}

.denki-banner a {
  display: block;
}

.denki-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .denki-banner {
    margin: 32px auto 50px;
    padding: 0 16px;
  }
}

