@charset "UTF-8";
/* ==========================================
  ドッグフード工房とは
 ============================================ */
:root {
  --c_about: #4A2300;
}

/** -------------------- ヘッダー -------------------- **/
header.dfk-header:not(.is-scroll) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.dfk-header:not(.is-scroll) .dfk-header-nav,
header.dfk-header:not(.is-scroll) .dfk-header-tel-link,
header.dfk-header:not(.is-scroll) .dfk-header-user-item:first-child {
  opacity: 0;
  visibility: hidden;
}

/** -------------------- フッター -------------------- **/
.dfk-footer {
  margin-top: 0;
}
.dfk-footer .dfk-footer-sec01 {
  display: none;
}
/** -------------------- 背景 -------------------- **/
.dfk-about-bg01 {
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg01.png) no-repeat top center/1920px;
  padding-bottom: 220px;
  margin-bottom: -80px;
  position: relative;
}
@media (min-width: 1921px) {
  .dfk-about-bg01 {
    background-size: 100%;
  }
}
.dfk-about-bg01 .dfk-about-bg01-sub {
  width: 241px;
  position: absolute;
  right: 70px;
  bottom: -110px;
  z-index: 5;
}

/** -------------------- First View -------------------- **/
.dfk-about-fv {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--header_height) * -1);
  padding: calc(var(--header_height) + 95px) 0 147px;
  color: var(--c_about);
}
.dfk-about-fv .dfk-about-fv-img {
  width: 1230px;
  position: absolute;
  top: 0;
  left: calc(50% - 97px);
}
.dfk-about-fv .dfk-about-fv-footprint {
  width: 456px;
  position: absolute;
  right: 288px;
  bottom: 50px;
}
.dfk-about-fv .dfk-about-fv-ttl {
  font-family: var(--font_baby);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--c_orange);
  margin-bottom: 8px;
}
.dfk-about-fv .dfk-about-fv-ttl > span {
  display: inline-block;
  -webkit-transform: rotate(-6.73deg);
          transform: rotate(-6.73deg);
}
.dfk-about-fv .dfk-about-fv-catchcopy {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.dfk-about-fv .dfk-about-fv-txt {
  font-size: 17px;
  line-height: 2.25;
}

/** -------------------- Intro -------------------- **/
.dfk-about-intro {
  position: relative;
  z-index: 1;
}
.dfk-about-intro .dfk-about-intro-footprint {
  width: 456px;
  position: absolute;
  left: 50px;
  top: -81px;
  z-index: -1;
}
.dfk-about-intro .dfk-about-intro-box {
  background: var(--c_wht);
  border-radius: 50px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.dfk-about-intro .dfk-about-intro-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 530px;
          flex: 0 1 530px;
}
.dfk-about-intro .dfk-about-intro-img img {
  border-radius: 30px;
}
.dfk-about-intro .dfk-about-intro-ttl {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.dfk-about-intro .dfk-about-intro-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.dfk-about-intro .dfk-about-intro-txt:last-child {
  margin-bottom: 0;
}

/** -------------------- アンカーリンク -------------------- **/
.dfk-about-anchor {
  margin: 66px 0 0;
}
.dfk-about-anchor .dfk-about-anchor-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr 46px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 46px;
}
.dfk-about-anchor .dfk-about-anchor-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--c_orange);
  border-radius: 20px;
  color: var(--c_about);
  padding: 26px 25px;
}
.dfk-about-anchor .dfk-about-anchor-list-item-link:after {
  content: "";
  width: 22px;
  height: 13px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/nav_arrow.png) no-repeat center/contain;
  margin-top: auto;
}
.dfk-about-anchor .dfk-about-anchor-list-item-num {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--c_wht);
  background: var(--c_orange);
  border-radius: 100px;
  padding: 6px 12px;
}
.dfk-about-anchor .dfk-about-anchor-list-item-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

/** -------------------- 特徴　共通 -------------------- **/
.dfk-about-feature {
  position: relative;
  margin-top: -80px;
  padding: 100px 0 220px;
  border-radius: 50px 50px 0 0;
  background: var(--c_wht);
  overflow: hidden;
}
.dfk-about-feature .dfk-about-feature-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--c_wht);
  background: var(--c_orange);
  border-radius: 100px;
  padding: 10px 20px;
}
.dfk-about-feature .dfk-about-feature-ttl {
  text-align: center;
  margin-bottom: 70px;
  color: var(--c_about);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}
.dfk-about-feature .dfk-about-feature-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dfk-about-feature .dfk-about-feature-main-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  height: 549px;
  position: relative;
}
.dfk-about-feature .dfk-about-feature-main-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.dfk-about-feature .dfk-about-feature-main-img img {
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
@media (min-width: 1441px) {
  .dfk-about-feature .dfk-about-feature-main-img img {
    border-radius: 30px;
  }
}
.dfk-about-feature .dfk-about-feature-main-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
.dfk-about-feature .dfk-about-feature-main-txt:last-child {
  margin-bottom: 0;
}
.dfk-about-feature .dfk-about-feature-main-txt mark {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_bg_beige)));
  background: linear-gradient(transparent 60%, var(--c_bg_beige) 60%);
}
.dfk-about-feature .dfk-about-feature-ingredients {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.dfk-about-feature .dfk-about-feature-ingredients-item {
  background: var(--c_wht);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
  padding: 12px 25px;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
.dfk-about-feature .dfk-about-feature-ingredients-item-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
.dfk-about-feature .dfk-about-feature-ingredients-item-thumb img {
  border-radius: 20px;
}
.dfk-about-feature .dfk-about-feature-ingredients-item-ttl {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
.dfk-about-feature .dfk-about-feature-ingredients-item-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.dfk-about-feature .dfk-about-feature-howto {
  margin-top: 100px;
  background: #F1EEEB;
  border-radius: 50px;
  padding: 50px 60px;
}
.dfk-about-feature .dfk-about-feature-howto-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: var(--c_wht);
  padding: 10px 20px;
  border-radius: 100px;
}
.dfk-about-feature .dfk-about-feature-howto-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.dfk-about-feature .dfk-about-feature-howto-flex {
  margin: 50px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
  background: var(--c_wht);
  position: relative;
  border: 2px solid var(--c_wht);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
  padding: 30px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-ttl {
  width: 140px;
  height: 140px;
  background: var(--c_wht);
  border: 1px solid var(--c_about);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: center;
  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: absolute;
  right: -40px;
  top: -27px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-img {
  margin-bottom: 20px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-img img {
  border-radius: 20px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-subttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 13px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-subttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_bg_beige)));
  background: linear-gradient(transparent 60%, var(--c_bg_beige) 60%);
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-txt {
  font-size: 16px;
  line-height: 1.8;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-detail {
  margin-top: 20px;
  border: 1px solid var(--c_orange);
  padding: 16px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 16px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-detail .label {
  font-size: 14px;
  line-height: 1;
  color: var(--c_orange);
  text-align: center;
  padding: 4px 6px;
  border: 1px solid var(--c_orange);
  border-radius: 100px;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item-detail .text {
  font-size: 16px;
  line-height: 1;
}
.dfk-about-feature .dfk-about-feature-howto-flex-item--dfk {
  border-color: var(--c_orange);
}
.dfk-about-feature .dfk-about-feature-howto-flex-item--dfk .dfk-about-feature-howto-flex-item-ttl {
  background: var(--c_orange);
  border-color: var(--c_orange);
  color: var(--c_wht);
}
.dfk-about-feature .dfk-about-feature-howto-arrow {
  margin: 31px auto 0;
  width: 75px;
}
.dfk-about-feature .dfk-about-feature-flow {
  margin-top: 56px;
}
.dfk-about-feature .dfk-about-feature-flow-ttl {
  text-align: center;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--c_about);
}
.dfk-about-feature .dfk-about-feature-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 58px;
}
.dfk-about-feature .dfk-about-feature-flow-list-item {
  width: 170px;
  height: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.dfk-about-feature .dfk-about-feature-flow-list-item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 21px;
  border-color: transparent transparent transparent var(--c_about);
  position: absolute;
  left: calc(100% + 22px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.dfk-about-feature .dfk-about-feature-flow-list-item:last-child:after {
  display: none;
}
.dfk-about-feature .dfk-about-feature-flow-list-item-bg img {
  aspect-ratio: 1;
}
.dfk-about-feature .dfk-about-feature-flow-list-item-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  color: var(--c_wht);
}
.dfk-about-feature .dfk-about-feature-flow-list-item-num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  text-align: center;
}
.dfk-about-feature .dfk-about-feature-flow-list-item-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.dfk-about-feature .dfk-about-feature-message {
  margin-top: 143px;
  position: relative;
  background: #FFFAF0;
  border-radius: 20px;
  padding: 32px 50px;
}
.dfk-about-feature .dfk-about-feature-message-img {
  width: 469px;
  position: absolute;
  bottom: 0;
  right: 53px;
}
.dfk-about-feature .dfk-about-feature-message-ttl {
  margin-bottom: 3px;
}
.dfk-about-feature .dfk-about-feature-message-txt {
  font-size: 16px;
  line-height: 2;
}
.dfk-about-feature .dfk-about-feature-video {
  margin-top: 50px;
}
.dfk-about-feature .dfk-about-feature-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/** -------------------- 特徴02 -------------------- **/
.dfk-about-feature#feature02 {
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg02.png) no-repeat top center/100%, #FFF7E8;
}
.dfk-about-feature#feature02 .dfk-about-feature-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dfk-about-feature#feature02 .dfk-about-feature-main-img {
  right: auto;
  left: 0;
}
.dfk-about-feature#feature02 .dfk-about-feature-main-img img {
  border-radius: 30px 0 0 30px;
}
@media (min-width: 1441px) {
  .dfk-about-feature#feature02 .dfk-about-feature-main-img img {
    border-radius: 30px;
  }
}

/** -------------------- 結果につながっています -------------------- **/
.dfk-about-confidence {
  margin-top: -188px;
  padding: 100px 0;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg03.png) no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
.dfk-about-confidence:before {
  content: "";
  width: 100%;
  height: 143px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.dfk-about-confidence:after {
  content: "";
  width: 100%;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.dfk-about-confidence .dfk-about-confidence-box {
  border: 1px solid #9F9F9F;
  border-width: 1px 0;
  padding: 90px 0;
}
.dfk-about-confidence .dfk-about-confidence-star {
  width: 126px;
  margin: 0 auto 10px;
}
.dfk-about-confidence .dfk-about-confidence-ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  color: var(--c_about);
  margin-bottom: 40px;
}
.dfk-about-confidence .dfk-about-confidence-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_bg_beige)));
  background: linear-gradient(transparent 60%, var(--c_bg_beige) 60%);
}
.dfk-about-confidence .dfk-about-confidence-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 42px;
}
.dfk-about-confidence .dfk-about-confidence-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  background: var(--c_wht);
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  min-height: 254px;
  position: relative;
  cursor: pointer;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.dfk-about-confidence .dfk-about-confidence-flex-item:hover {
  opacity: 0.7;
}
.dfk-about-confidence .dfk-about-confidence-flex-item-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  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;
  height: 100%;
  background: #F9F9F9;
}
.dfk-about-confidence .dfk-about-confidence-flex-item-txt {
  font-size: 24px;
  line-height: 1.6;
}
.dfk-about-confidence .dfk-about-confidence-flex-item-arrow {
  width: 55px;
  height: 55px;
  border: 1px solid var(--c_orange);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  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;
}
.dfk-about-confidence .dfk-about-confidence-flex-item-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/common/chevron.png) no-repeat center/contain;
  -webkit-filter: var(--filter_orange);
          filter: var(--filter_orange);
}

/** -------------------- まとめ -------------------- **/
.dfk-about-summary {
  overflow: hidden;
  padding: 0 0 140px;
  margin: 30px 0 -30px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg04.png) no-repeat top center/cover;
}
.dfk-about-summary .dfk-about-summary-header {
  position: relative;
  padding: 263px 0 226px;
}
.dfk-about-summary .dfk-about-summary-header-img {
  width: 914px;
  position: absolute;
  top: 0;
  left: 345px;
}
.dfk-about-summary .dfk-about-summary-ttl {
  font-size: 28px;
  line-height: 2;
  color: var(--c_about);
}
.dfk-about-summary .dfk-about-summary-item {
  background: var(--c_wht);
  margin-bottom: 73px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 60px;
  position: relative;
  z-index: 2;
}
.dfk-about-summary .dfk-about-summary-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
}
.dfk-about-summary .dfk-about-summary-item:last-child {
  margin-bottom: 0;
}
.dfk-about-summary .dfk-about-summary-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.dfk-about-summary .dfk-about-summary-item-img img {
  border-radius: 30px;
}
.dfk-about-summary .dfk-about-summary-item-txtbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dfk-about-summary .dfk-about-summary-item-ttl {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.dfk-about-summary .dfk-about-summary-item-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.dfk-about-summary .dfk-about-summary-item-txt:last-child {
  margin-bottom: 0;
}
.dfk-about-summary .dfk-about-summary-item-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.dfk-about-summary .dfk-about-summary-item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dfk-about-summary .dfk-about-summary-item-flow .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 97px;
          flex: 0 0 97px;
}
.dfk-about-summary .dfk-about-summary-item-flow .item.item--last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}
.dfk-about-summary .dfk-about-summary-item-flow .text {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.dfk-about-summary .dfk-about-summary-item-flow .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  padding: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dfk-about-summary .dfk-about-summary-item-flow .ico {
  width: 45px;
  margin: 0 auto;
  position: absolute;
  left: 16px;
  bottom: calc(50% + 18px);
  margin: auto;
}
.dfk-about-summary .dfk-about-summary-item-flow .arrow-main {
  width: 54px;
  height: 2px;
  background: var(--c_orange);
  position: relative;
}
.dfk-about-summary .dfk-about-summary-item-flow .arrow-main:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--c_orange);
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dfk-about-summary .dfk-about-summary-item-sub {
  width: 250px;
  position: absolute;
  right: -37px;
  bottom: -44px;
  z-index: -1;
}
.dfk-about-summary .dfk-about-summary-footprint01 {
  width: 456px;
  position: absolute;
  top: -256px;
  left: 982px;
}
.dfk-about-summary .dfk-about-summary-footprint02 {
  width: 456px;
  position: absolute;
  top: -214px;
  left: -80px;
  z-index: -1;
}
.dfk-about-summary .dfk-about-summary-footer {
  margin-top: 110px;
}
.dfk-about-summary .dfk-about-summary-footer-txt {
  text-align: center;
  font-size: 17px;
  line-height: 2.25;
  color: var(--c_about);
  margin-bottom: 2.25em;
}
.dfk-about-summary .dfk-about-summary-footer-txt:last-child {
  margin-bottom: 0;
}
.dfk-about-summary .dfk-about-summary-more {
  margin-top: 130px;
  text-align: center;
}

/** -------------------- モーダル　共通 -------------------- **/
.dfk-about-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.dfk-about-modal .dfk-about-modal-inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dfk-about-modal .dfk-about-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.dfk-about-modal .dfk-about-modal-box {
  width: 100%;
  max-width: 1360px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 30px;
  padding: 60px 80px;
  background: var(--c_wht);
  position: relative;
}
.dfk-about-modal .dfk-about-modal-box::-webkit-scrollbar {
  display: none;
}
.dfk-about-modal .dfk-about-modal-close {
  position: relative;
  margin-top: 17px;
  color: var(--c_wht);
  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;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.dfk-about-modal .dfk-about-modal-close-ico {
  width: 40px;
  height: 40px;
  position: relative;
}
.dfk-about-modal .dfk-about-modal-close-ico:before, .dfk-about-modal .dfk-about-modal-close-ico:after {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dfk-about-modal .dfk-about-modal-close-ico:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/** -------------------- モーダル01　AAFCO -------------------- **/
#modal-aafco .dfk-about-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modal-aafco .dfk-about-modal-flex-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.67%;
          flex: 0 1 52.67%;
}
#modal-aafco .dfk-about-modal-flex-img img {
  border-radius: 30px;
}
#modal-aafco .dfk-about-modal-flex-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.167%;
          flex: 0 1 43.167%;
}
#modal-aafco .dfk-about-modal-flex-ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#modal-aafco .dfk-about-modal-flex-txt {
  font-size: 16px;
  line-height: 2;
}
#modal-aafco .dfk-about-modal-flex-txt mark {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_bg_beige)));
  background: linear-gradient(transparent 60%, var(--c_bg_beige) 60%);
}
#modal-aafco .dfk-about-modal-aafco {
  background: #F1EEEB;
  border-radius: 20px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 33px 60px;
}
#modal-aafco .dfk-about-modal-aafco-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 251px;
          flex: 0 1 251px;
}
#modal-aafco .dfk-about-modal-aafco-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 680px;
          flex: 0 1 680px;
}
#modal-aafco .dfk-about-modal-aafco-ttl {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
#modal-aafco .dfk-about-modal-aafco-txt {
  font-size: 16px;
  line-height: 1.5;
}

/** -------------------- モーダル02　獣医師の96％が推奨 -------------------- **/
#modal-doctor .dfk-about-modal-flex {
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
  background: var(--c_wht);
  border-radius: 30px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
#modal-doctor .dfk-about-modal-flex-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 234px;
          flex: 0 0 234px;
}
#modal-doctor .dfk-about-modal-flex-txt {
  font-size: 16px;
  line-height: 1.6;
}
#modal-doctor .dfk-about-modal-flex-survey {
  margin-top: 24px;
  background: var(--c_bg_gray);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding: 10px 21px 10px 15px;
  font-size: 12px;
  line-height: 1.8;
}
#modal-doctor .dfk-about-modal-flex-survey > li {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  padding-left: 18px;
  position: relative;
}
#modal-doctor .dfk-about-modal-flex-survey > li:before {
  content: "";
  width: 2px;
  height: 2px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9.5px;
}
#modal-doctor .dfk-about-modal-reason {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
#modal-doctor .dfk-about-modal-reason-item {
  background: #FFFAF0;
  border-radius: 30px;
  padding: 50px 35px;
}
#modal-doctor .dfk-about-modal-reason-item--wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 50px 60px;
}
#modal-doctor .dfk-about-modal-reason-item-num {
  text-align: center;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
}
#modal-doctor .dfk-about-modal-reason-item-num > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding-bottom: 4px;
  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;
  color: var(--c_wht);
  background: var(--c_orange);
  border-radius: 50%;
  font-size: 25px;
}
#modal-doctor .dfk-about-modal-reason-item-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 24px;
}
#modal-doctor .dfk-about-modal-reason-item-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_bg_beige)));
  background: linear-gradient(transparent 60%, var(--c_bg_beige) 60%);
}
#modal-doctor .dfk-about-modal-reason-item-img {
  width: 240px;
  margin: 0 auto 30px;
}
#modal-doctor .dfk-about-modal-reason-item-img img {
  border-radius: 50%;
}
#modal-doctor .dfk-about-modal-reason-item-txt {
  font-size: 16px;
  line-height: 1.6;
}
#modal-doctor .dfk-about-modal-reason-item-subttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 30px 0 10px;
}
#modal-doctor .dfk-about-modal-reason-item-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 36px;
}
#modal-doctor .dfk-about-modal-reason-item-detail .item {
  background: var(--c_wht);
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 30px 30px 52px;
  min-height: 570px;
}
#modal-doctor .dfk-about-modal-reason-item-detail .image {
  margin-bottom: 16px;
}
#modal-doctor .dfk-about-modal-reason-item-detail .image img {
  border-radius: 20px;
}
#modal-doctor .dfk-about-modal-reason-item-detail .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 34px;
  margin-bottom: 16px;
}
#modal-doctor .dfk-about-modal-reason-item-detail .title:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/common/ico_check.png) no-repeat center/8px, var(--c_orange);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modal-doctor .dfk-about-modal-reason-item-detail .text {
  font-size: 16px;
  line-height: 1.6;
}
#modal-doctor .dfk-about-modal-comment {
  margin-top: 80px;
}
#modal-doctor .dfk-about-modal-comment-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c_orange);
  margin-bottom: 46px;
}
#modal-doctor .dfk-about-modal-comment-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 44px;
}
#modal-doctor .dfk-about-modal-comment-list-item {
  background: var(--c_wht);
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 30px;
}
#modal-doctor .dfk-about-modal-comment-list-item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 28px;
}
#modal-doctor .dfk-about-modal-comment-list-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 217px;
          flex: 0 1 217px;
}
#modal-doctor .dfk-about-modal-comment-list-item-img img {
  border-radius: 20px;
}
#modal-doctor .dfk-about-modal-comment-list-item-hospital {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
#modal-doctor .dfk-about-modal-comment-list-item-name {
  font-weight: 700;
  line-height: normal;
}
#modal-doctor .dfk-about-modal-comment-list-item-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#modal-doctor .dfk-about-modal-comment-list-item-txt {
  font-size: 16px;
  line-height: 1.4;
}

/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  /** -------------------- ヘッダー -------------------- **/
  header.dfk-header:not(.is-scroll) .dfk-header-user-item:first-child {
    opacity: 1;
    visibility: visible;
  }
  /** -------------------- 背景 -------------------- **/
  .dfk-about-bg01 {
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg01_sp.png) no-repeat top center/100%;
    padding-bottom: 170px;
    margin-bottom: -90px;
  }
  .dfk-about-bg01 .dfk-about-bg01-sub {
    width: 115px;
    right: 17px;
    bottom: 9px;
  }
  /** -------------------- First View -------------------- **/
  .dfk-about-fv {
    padding: 60px 0 35px;
  }
  .dfk-about-fv .dfk-about-fv-img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .dfk-about-fv .dfk-about-fv-ttl {
    font-size: 33px;
    margin: 8px 0 3px;
  }
  .dfk-about-fv .dfk-about-fv-catchcopy {
    font-size: 22px;
    line-height: 2.36;
    margin-bottom: 11px;
  }
  .dfk-about-fv .dfk-about-fv-txt {
    font-size: 14px;
    line-height: 2;
    margin: 0 -1px;
  }
  /** -------------------- Intro -------------------- **/
  .dfk-about-intro .dfk-about-intro-footprint {
    width: 254px;
    right: 12px;
    top: -99px;
  }
  .dfk-about-intro .dfk-about-intro-box {
    border-radius: 30px;
    display: block;
    padding: 20px 20px 30px;
  }
  .dfk-about-intro .dfk-about-intro-img img {
    border-radius: 20px;
  }
  .dfk-about-intro .dfk-about-intro-txtbox {
    margin-top: 20px;
  }
  .dfk-about-intro .dfk-about-intro-ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .dfk-about-intro .dfk-about-intro-txt {
    font-size: 14px;
  }
  /** -------------------- アンカーリンク -------------------- **/
  .dfk-about-anchor {
    margin: 40px 0 0;
  }
  .dfk-about-anchor .dfk-about-anchor-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .dfk-about-anchor .dfk-about-anchor-list-item-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 10px;
    padding: 14px 14px 7px;
  }
  .dfk-about-anchor .dfk-about-anchor-list-item-link:after {
    width: 100%;
    height: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .dfk-about-anchor .dfk-about-anchor-list-item-num {
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    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;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
  }
  .dfk-about-anchor .dfk-about-anchor-list-item-txt {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
  }
  /** -------------------- 特徴　共通 -------------------- **/
  .dfk-about-feature {
    margin-top: -90px;
    padding: 50px 0 150px;
    border-radius: 30px 30px 0 0;
  }
  .dfk-about-feature .dfk-about-feature-num {
    font-size: 16px;
    padding: 8px 16px;
  }
  .dfk-about-feature .dfk-about-feature-ttl {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
  }
  .dfk-about-feature .dfk-about-feature-main {
    display: block;
  }
  .dfk-about-feature .dfk-about-feature-main-imgbox {
    height: auto;
    margin: 0 0 24px -20px;
  }
  .dfk-about-feature .dfk-about-feature-main-img {
    position: relative;
  }
  .dfk-about-feature .dfk-about-feature-main-img img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
  }
  .dfk-about-feature .dfk-about-feature-main-txt {
    font-size: 14px;
  }
  .dfk-about-feature .dfk-about-feature-ingredients {
    margin-top: 40px;
    gap: 16px 15px;
  }
  .dfk-about-feature .dfk-about-feature-ingredients-item {
    min-height: 350px;
    padding: 10px 10px 25px;
    display: block;
  }
  .dfk-about-feature .dfk-about-feature-ingredients-item-thumb {
    margin-bottom: 10px;
  }
  .dfk-about-feature .dfk-about-feature-ingredients-item-ttl {
    font-size: 16px;
  }
  .dfk-about-feature .dfk-about-feature-ingredients-item-txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .dfk-about-feature .dfk-about-feature-howto {
    margin-top: 40px;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .dfk-about-feature .dfk-about-feature-howto-ttl {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .dfk-about-feature .dfk-about-feature-howto-txt {
    font-size: 18px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex {
    margin: 24px 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 43px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 20px 15px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-ttl {
    width: 110px;
    height: 110px;
    font-size: 16px;
    right: -12px;
    top: -23px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-img {
    margin-bottom: 12px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-subttl {
    font-size: 18px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-txt {
    font-size: 14px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-detail {
    margin-top: 14px;
    padding: 16px;
    gap: 10px 8px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-detail .label {
    font-size: 12px;
  }
  .dfk-about-feature .dfk-about-feature-howto-flex-item-detail .text {
    font-size: 14px;
  }
  .dfk-about-feature .dfk-about-feature-howto-arrow {
    width: 60px;
  }
  .dfk-about-feature .dfk-about-feature-flow {
    margin-top: 40px;
  }
  .dfk-about-feature .dfk-about-feature-flow-ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .dfk-about-feature .dfk-about-feature-flow-list {
    gap: 14px 22px;
  }
  .dfk-about-feature .dfk-about-feature-flow-list-item {
    width: 90px;
    height: 90px;
  }
  .dfk-about-feature .dfk-about-feature-flow-list-item:after {
    border-width: 7px 0 7px 12px;
    left: calc(100% + 7px);
  }
  .dfk-about-feature .dfk-about-feature-flow-list-item-in {
    padding: 6px 0;
  }
  .dfk-about-feature .dfk-about-feature-flow-list-item-num {
    font-size: 16px;
    top: 6px;
  }
  .dfk-about-feature .dfk-about-feature-flow-list-item-txt {
    font-size: 16px;
  }
  .dfk-about-feature .dfk-about-feature-message {
    margin-top: 135px;
    padding: 124px 20px 20px;
  }
  .dfk-about-feature .dfk-about-feature-message-img {
    width: 295px;
    top: -76px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
  .dfk-about-feature .dfk-about-feature-message-ttl {
    margin-bottom: 5px;
  }
  .dfk-about-feature .dfk-about-feature-message-ttl img {
    margin: 0 auto;
  }
  .dfk-about-feature .dfk-about-feature-message-txt {
    font-size: 14px;
  }
  .dfk-about-feature .dfk-about-feature-video {
    margin-top: 30px;
  }
  /** -------------------- 特徴02 -------------------- **/
  .dfk-about-feature#feature02 .dfk-about-feature-main-imgbox {
    margin-left: 0;
    margin-right: -20px;
  }
  .dfk-about-feature#feature02 .dfk-about-feature-main-img img {
    border-radius: 20px 0 0 20px;
  }
  /** -------------------- 結果につながっています -------------------- **/
  .dfk-about-confidence {
    margin-top: -126px;
    padding: 30px 0 84px;
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg03_sp.png) no-repeat top center/cover;
  }
  .dfk-about-confidence:before {
    height: 29px;
  }
  .dfk-about-confidence:after {
    height: 44px;
  }
  .dfk-about-confidence .dfk-about-confidence-box {
    padding: 40px 0 48px;
  }
  .dfk-about-confidence .dfk-about-confidence-star {
    width: 81px;
    margin-bottom: 13px;
  }
  .dfk-about-confidence .dfk-about-confidence-ttl {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .dfk-about-confidence .dfk-about-confidence-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 335px;
            flex: 0 1 335px;
    border-radius: 20px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    min-height: 155px;
  }
  .dfk-about-confidence .dfk-about-confidence-flex-item-imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .dfk-about-confidence .dfk-about-confidence-flex-item-txt {
    font-size: 16px;
  }
  .dfk-about-confidence .dfk-about-confidence-flex-item-arrow {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 10px;
  }
  .dfk-about-confidence .dfk-about-confidence-flex-item-arrow:before {
    width: 10px;
    height: 10px;
  }
  /** -------------------- まとめ -------------------- **/
  .dfk-about-summary {
    padding: 0 0 195px;
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/bg04_sp.png) no-repeat top center/cover;
    overflow: visible;
    margin-top: 0;
  }
  .dfk-about-summary .dfk-about-summary-header {
    position: relative;
    padding: 0 0 20px;
    margin: 0 -20px;
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/about/summary_footprint.png) no-repeat top 157px right -88px/295px;
  }
  .dfk-about-summary .dfk-about-summary-header-img {
    width: 360px;
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: -40px auto 0;
  }
  .dfk-about-summary .dfk-about-summary-ttl {
    padding: 0 20px;
    font-size: 20px;
  }
  .dfk-about-summary .dfk-about-summary-item {
    margin-bottom: 76px;
    padding: 20px 20px 50px;
    display: block;
    border-radius: 30px;
  }
  .dfk-about-summary .dfk-about-summary-item-txtbox {
    margin-top: 16px;
  }
  .dfk-about-summary .dfk-about-summary-item-ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .dfk-about-summary .dfk-about-summary-item-txt {
    font-size: 14px;
  }
  .dfk-about-summary .dfk-about-summary-item-scroll {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .dfk-about-summary .dfk-about-summary-item-scroll::-webkit-scrollbar {
    display: none;
  }
  .dfk-about-summary .dfk-about-summary-item-flow:after {
    content: "";
    width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .dfk-about-summary .dfk-about-summary-item-sub {
    width: 128px;
    bottom: -58px;
    right: -10px;
  }
  .dfk-about-summary .dfk-about-summary-footprint02 {
    width: 295px;
    top: -92px;
    left: auto;
    right: 58.67%;
  }
  .dfk-about-summary .dfk-about-summary-footer {
    margin-top: 80px;
  }
  .dfk-about-summary .dfk-about-summary-footer-txt {
    font-size: 14px;
  }
  .dfk-about-summary .dfk-about-summary-more {
    margin-top: 40px;
  }
  /** -------------------- モーダル　共通 -------------------- **/
  .dfk-about-modal .dfk-about-modal-inner {
    padding: 20px;
  }
  .dfk-about-modal .dfk-about-modal-box {
    padding: 20px;
  }
  .dfk-about-modal .dfk-about-modal-close {
    margin-top: 0;
  }
  .dfk-about-modal .dfk-about-modal-close-ico {
    width: 35px;
    height: 35px;
  }
  .dfk-about-modal .dfk-about-modal-close-ico:before, .dfk-about-modal .dfk-about-modal-close-ico:after {
    width: 18px;
  }
  /** -------------------- モーダル01　AAFCO -------------------- **/
  #modal-aafco .dfk-about-modal-flex {
    display: block;
  }
  #modal-aafco .dfk-about-modal-flex-img {
    margin-bottom: 20px;
  }
  #modal-aafco .dfk-about-modal-flex-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #modal-aafco .dfk-about-modal-flex-txt {
    font-size: 14px;
  }
  #modal-aafco .dfk-about-modal-aafco {
    margin-top: 20px;
    display: block;
    padding: 24px 20px;
  }
  #modal-aafco .dfk-about-modal-aafco-logo {
    width: 160px;
    margin: 0 auto;
  }
  #modal-aafco .dfk-about-modal-aafco-txtbox {
    margin-top: 20px;
  }
  #modal-aafco .dfk-about-modal-aafco-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #modal-aafco .dfk-about-modal-aafco-txt {
    font-size: 14px;
  }
  /** -------------------- モーダル02　獣医師の96％が推奨 -------------------- **/
  #modal-doctor .dfk-about-modal-flex {
    display: block;
    padding: 17px 20px;
  }
  #modal-doctor .dfk-about-modal-flex-logo {
    width: 120px;
    margin: 0 auto;
  }
  #modal-doctor .dfk-about-modal-flex-txtbox {
    margin-top: 16px;
  }
  #modal-doctor .dfk-about-modal-flex-txt {
    font-size: 14px;
  }
  #modal-doctor .dfk-about-modal-flex-survey {
    margin-top: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 10px;
  }
  #modal-doctor .dfk-about-modal-flex-survey > li {
    padding-left: 15px;
  }
  #modal-doctor .dfk-about-modal-flex-survey > li:before {
    top: 8px;
    left: 6.5px;
  }
  #modal-doctor .dfk-about-modal-reason {
    margin-top: 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  #modal-doctor .dfk-about-modal-reason-item {
    padding: 30px 20px;
  }
  #modal-doctor .dfk-about-modal-reason-item--wide {
    grid-column: auto;
    padding: 30px 20px;
  }
  #modal-doctor .dfk-about-modal-reason-item-num {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    font-size: 18px;
    margin-bottom: 13px;
  }
  #modal-doctor .dfk-about-modal-reason-item-num > span {
    width: 22px;
    height: 22px;
    font-size: 18px;
    padding-bottom: 2px;
  }
  #modal-doctor .dfk-about-modal-reason-item-ttl {
    font-size: 16px;
    margin: 0 -4px 16px;
  }
  #modal-doctor .dfk-about-modal-reason-item-img {
    width: 150px;
    margin-bottom: 16px;
  }
  #modal-doctor .dfk-about-modal-reason-item-txt {
    font-size: 14px;
  }
  #modal-doctor .dfk-about-modal-reason-item-subttl {
    font-size: 14px;
    margin: 16px 0 8px;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
    margin-top: 16px;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail .item {
    padding: 16px 16px 24px;
    min-height: auto;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail .image {
    margin-bottom: 8px;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail .title {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 8px;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail .title:before {
    width: 16px;
    height: 16px;
  }
  #modal-doctor .dfk-about-modal-reason-item-detail .text {
    font-size: 14px;
  }
  #modal-doctor .dfk-about-modal-comment {
    margin-top: 40px;
  }
  #modal-doctor .dfk-about-modal-comment-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #modal-doctor .dfk-about-modal-comment-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  #modal-doctor .dfk-about-modal-comment-list-item {
    padding: 20px;
  }
  #modal-doctor .dfk-about-modal-comment-list-item-in {
    gap: 20px 10px;
  }
  #modal-doctor .dfk-about-modal-comment-list-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 136px;
            flex: 0 1 136px;
  }
  #modal-doctor .dfk-about-modal-comment-list-item-hospital {
    font-size: 12px;
  }
  #modal-doctor .dfk-about-modal-comment-list-item-txt {
    font-size: 14px;
  }
}