@charset "UTF-8";
/* ==================================================
    0. ベース
  ================================================== */
html {
  font-weight: 400;
  font-size: 62.5%;
  font-family: arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
html .ios-pre18 {
  font-family: arial, "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
}

:root {
  --scroll-bar-width: 0;
  --headerHeight: 128px;
}

* {
  outline: 0;
}

body {
  font-size: 1.6rem;
  color: #121212;
  min-width: 1024px;
  padding-top: 171px;
  padding-top: var(--headerHeight);
}
body.-fixed {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: var(--scroll-bar-width);
  min-width: calc(1024px + var(--scroll-bar-width));
}
body.-fixed::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--scroll-bar-width);
  background: #FFFFFF;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

html {
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

body {
  font-size: 1.8rem;
  color: #1e1e1e;
}

/* ==================================================
      1. モジュール
      ================================================== */
.c-btn {
  background: #4896ea;
  padding: 11px 20px 12px;
  min-height: 44px;
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: background 0.3s ease-out;
  line-height: 1;
}
.c-btn::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  content: url("/lp/breeder/img/cmn/icon_chevron_down.svg");
}
.c-btn:not(.-active):hover {
  background: #025dbf;
}
.c-btn.-primary {
  padding: 20px 24px 21px;
  font-size: 2rem;
}

.c-fade {
  opacity: 0;
}
.c-fade--fade {
  -webkit-animation: fade 2s;
  animation: fade 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.c-fade--down {
  -webkit-animation: down 2s;
  animation: down 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-fade--up {
  -webkit-animation: up 2s;
  animation: up 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-fade--fastUp {
  -webkit-animation: up 0.5s;
  animation: up 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-fade--left {
  -webkit-animation: left 2s;
  animation: left 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-fade--right {
  -webkit-animation: right 2s;
  animation: right 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-fade--list {
  -webkit-animation: opacityAnimation 0.5s 0.2s ease-in forwards;
  animation: opacityAnimation 0.5s 0.2s ease-in forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes down {
  0% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes down {
  0% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes up {
  0% {
    transform: translateY(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    transform: translateY(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes left {
  0% {
    transform: translateX(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left {
  0% {
    transform: translateX(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes right {
  0% {
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right {
  0% {
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes listAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes listAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .c-rotate アニメーション
---------------------- */
.c-rotate--toLeft {
  -webkit-animation: rotateLeft 1s ease-in-out forwards;
  animation: rotateLeft 1s ease-in-out forwards;
  /* 1秒かけてアニメーションを実行（ease-in-out イージングを使用）、最後の状態を維持する */
}

.c-rotate--toRight {
  -webkit-animation: rotateRight 1s ease-in-out forwards;
  animation: rotateRight 1s ease-in-out forwards;
  /* 1秒かけてアニメーションを実行（ease-in-out イージングを使用）、最後の状態を維持する */
}

@-webkit-keyframes rotateLeft {
  0% {
    transform: rotate(0deg) translateX(0px);
    /* 初期状態（0度の回転） */
  }
  100% {
    transform: rotate(-10deg) translateX(-40px);
    /* 最終状態（左に40度回転） */
  }
}

@keyframes rotateLeft {
  0% {
    transform: rotate(0deg) translateX(0px);
    /* 初期状態（0度の回転） */
  }
  100% {
    transform: rotate(-10deg) translateX(-40px);
    /* 最終状態（左に40度回転） */
  }
}
@-webkit-keyframes rotateRight {
  0% {
    transform: rotate(0deg) translateX(0px);
    /* 初期状態（0度の回転） */
  }
  100% {
    transform: rotate(10deg) translateX(40px);
    /* 最終状態（右に40度回転） */
  }
}
@keyframes rotateRight {
  0% {
    transform: rotate(0deg) translateX(0px);
    /* 初期状態（0度の回転） */
  }
  100% {
    transform: rotate(10deg) translateX(40px);
    /* 最終状態（右に40度回転） */
  }
}
/* .BreederHeading タイトル
---------------------- */
.BreederHeading {
  font-size: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #47261d;
}
.BreederHeading--h2 {
  font-size: 4.4rem;
}
.BreederHeading--h3 {
  font-size: 3.6rem;
}
.BreederHeading--h4 {
  font-size: 2.4rem;
}

/* .modal モーダル
  ---------------------- */
.Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 40px 0;
  background: rgba(51, 51, 51, 0);
  z-index: 1000;
  transition: 300ms easein;
  transition-property: background;
  -webkit-overflow-scrolling: touch;
}
.Modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
}
.Modal__body {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  transform: translateY(10%);
  opacity: 0;
  transition: 300ms easein;
  transition-property: transform, opacity;
}
.Modal__spClose, .Modal__close {
  width: 30px;
  height: 30px;
  padding: 5px;
  background: url("/lp/breeder/img/cmn/icon_btn_close.svg") no-repeat center;
  background-size: 25px 25px;
}
.Modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.Modal__spClose {
  display: none;
}
.Modal__inner {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
}
.Modal__content {
  padding: 60px;
}
.Modal__content.-look {
  position: relative;
}
.Modal.-opened {
  background: rgba(51, 51, 51, 0.5);
}
.Modal.-opened .Modal__body {
  transform: translateY(0);
  opacity: 1;
}

:root {
  --scroll-bar-width: 0;
  --headerHeight: 0;
}

.-fixed .Header {
  background: #faf7f5;
}
.Header__container--pc {
  display: block;
}
.Header__container--sp {
  display: none;
}
.Header__inner {
  position: relative;
}
.Header__ham {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 62px;
  height: 50px;
}
.Header__ham::before {
  position: absolute;
  z-index: 98;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c5ad99;
  -webkit-clip-path: path("M59.1822 9.6674C63.7713 17.3959 62.6509 31.6303 56.5806 39.3819C49.1308 48.8951 35.1213 50.8161 26.229 49.7273C14.6099 48.3047 1.94744 34.6548 0.646664 28.6257C-1.49031 18.7208 1.13236 7.38947 16.6898 4.07889C22.7606 2.78705 49.2095 -7.12771 59.1822 9.6674Z");
  clip-path: path("M59.1822 9.6674C63.7713 17.3959 62.6509 31.6303 56.5806 39.3819C49.1308 48.8951 35.1213 50.8161 26.229 49.7273C14.6099 48.3047 1.94744 34.6548 0.646664 28.6257C-1.49031 18.7208 1.13236 7.38947 16.6898 4.07889C22.7606 2.78705 49.2095 -7.12771 59.1822 9.6674Z");
}
@supports not ((-webkit-clip-path: path("")) or (clip-path: path(""))) {
  .Header__ham::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 50'%3E%3Cpath d='M59.1822 9.6674C63.7713 17.3959 62.6509 31.6303 56.5806 39.3819C49.1308 48.8951 35.1213 50.8161 26.229 49.7273C14.6099 48.3047 1.94744 34.6548 0.646664 28.6257C-1.49031 18.7208 1.13236 7.38947 16.6898 4.07889C22.7606 2.78705 49.2095 -7.12771 59.1822 9.6674Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 50'%3E%3Cpath d='M59.1822 9.6674C63.7713 17.3959 62.6509 31.6303 56.5806 39.3819C49.1308 48.8951 35.1213 50.8161 26.229 49.7273C14.6099 48.3047 1.94744 34.6548 0.646664 28.6257C-1.49031 18.7208 1.13236 7.38947 16.6898 4.07889C22.7606 2.78705 49.2095 -7.12771 59.1822 9.6674Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.Header__ham--line {
  position: absolute;
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.2s ease-out, top 0.2s ease-out;
  z-index: 99;
}
.Header__ham--line.-top {
  top: 16px;
}
.Header__ham--line.-middle {
  top: 25px;
}
.Header__ham--line.-bottom {
  top: 34px;
}
.Header__ham.-open .Header__ham--line.-top {
  top: 25px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Header__ham.-open .Header__ham--line.-middle {
  top: 25px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Header__ham.-open .Header__ham--line.-bottom {
  top: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.Header__ham::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f2ede9;
  position: fixed;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: transform 0.3s ease-out;
  transform-origin: center center;
}
.Header__ham.-open::after {
  transform: translate(-50%, -50%) scale(300);
}

.HeaderLogo {
  display: block;
}
.HeaderLogo__img {
  display: block;
  max-height: 40px;
}

.HeaderMenu {
  margin-right: 0;
  margin-left: auto;
  color: #47261d;
}
.HeaderMenu__list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.HeaderMenu__link {
  display: block;
  width: 100%;
  transition: 0.2s ease-out;
}
.HeaderMenu__link.-active {
  color: #4896ea;
}
.HeaderMenu__link:not(.-active):hover {
  opacity: 0.6;
}
.HeaderMenu__logo {
  visibility: hidden;
  opacity: 0;
  width: 67px;
  height: 28px;
  position: absolute;
  top: -54px;
  left: 24px;
  z-index: 99;
  transition: opacity 0s ease-out, visibility 0s ease-out;
}
.HeaderMenu__logo.-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s 0.2s ease-out, visibility 0s;
}
.HeaderMenu.-open {
  width: 0;
  height: 0;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
}
.HeaderMenu.-open .HeaderMenu__navigation {
  opacity: 1;
  position: relative;
  padding: 14px 56px 0;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: -24px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 90vh;
  transition: opacity 0.5s 0.2s ease-out;
}
.HeaderMenu.-open .HeaderMenu__listWrap {
  position: relative;
}
.HeaderMenu.-open .HeaderMenu__list {
  position: relative;
  z-index: 99;
}
.HeaderMenu.-open .HeaderMenu__item {
  visibility: visible;
  display: block;
  opacity: 0;
  -webkit-animation: sp-header-link 1.4s 0.2s ease-out forwards;
  animation: sp-header-link 1.4s 0.2s ease-out forwards;
  margin-top: 24px;
}
.HeaderMenu.-open .HeaderMenu__item--contact {
  margin-top: 40px;
  width: calc(100% + 48px);
  margin-left: -24px;
}
.HeaderMenu.-open .HeaderMenu__item--contact .c-btn {
  font-size: 2rem;
  min-height: 66px;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  max-width: 470px;
  position: relative;
  justify-content: center;
}
.HeaderMenu.-open .HeaderMenu__item--contact .c-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@-webkit-keyframes sp-header-link {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sp-header-link {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HeaderMenu.-open .HeaderMenu__logo {
  opacity: 1;
}
.HeaderMenu.-open .HeaderMenu__paw {
  position: absolute;
  z-index: 98;
  width: 60px;
  height: 61px;
  display: block;
  background: url("/lp/breeder/img/cmn/icon_paw.svg") no-repeat center/contain;
  transform: rotate(45deg);
  opacity: 0;
}
.HeaderMenu.-open .HeaderMenu__paw:nth-child(2) {
  bottom: 137px;
  left: 220px;
  -webkit-animation: sp-header-paw 0.2s 0.95s ease-out forwards;
  animation: sp-header-paw 0.2s 0.95s ease-out forwards;
}
.HeaderMenu.-open .HeaderMenu__paw:nth-child(3) {
  bottom: -47px;
  left: 335px;
  -webkit-animation: sp-header-paw 0.2s 0.85s ease-out forwards;
  animation: sp-header-paw 0.2s 0.85s ease-out forwards;
}
.HeaderMenu.-open .HeaderMenu__paw:nth-child(4) {
  bottom: -72px;
  left: 100px;
  -webkit-animation: sp-header-paw 0.2s 0.7s ease-out forwards;
  animation: sp-header-paw 0.2s 0.7s ease-out forwards;
}
@-webkit-keyframes sp-header-paw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sp-header-paw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Footer {
  overflow: hidden;
  background: #794433;
  border-radius: 80px 80px 0 0;
  color: #fff;
}
.Footer__inner {
  position: relative;
  padding: 48px 115px;
}
.Footer__catchCopy {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.Footer__catchCopy span {
  display: block;
}
.Footer__paw {
  background: url("/lp/breeder/img/cmn/icon_paw.svg") no-repeat center/contain;
  width: 185px;
  height: 159px;
  position: absolute;
  bottom: 165px;
  right: 68px;
  opacity: 0.1;
  rotate: 50deg;
}
.Footer__paw.-n2 {
  bottom: -29px;
  right: 236px;
}

.FooterMenu {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.FooterMenu__list {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px 32px;
}
.FooterMenu__primary {
  margin-top: 40px;
  width: 100%;
}
.FooterMenu a {
  transition: opacity 0.3s ease-out;
}
.FooterMenu a:hover {
  opacity: 0.6;
}

.FooterSub {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  font-size: 1.2rem;
  display: flex;
}
.FooterSub__list {
  display: flex;
  align-items: center;
}
.FooterSub__item + .FooterSub__item {
  margin-left: 16px;
}
.FooterSub__link {
  transition: opacity 0.3s ease-out;
}
.FooterSub__link:hover {
  opacity: 0.6;
}
.FooterSub__copyright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

/* ==================================================
      2. レイアウト
      ================================================== */
.ly_Container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: calc(1280px + 48px);
}
.ly_Container.-middle {
  max-width: calc(1080px + 48px);
}
.ly_Container.-tight {
  padding-left: 0;
  padding-right: 0;
  max-width: 960px;
}
.ly_Container.-superWide {
  max-width: calc(1440px + 48px);
}
.ly_Container.-wide {
  max-width: calc(1280px + 48px);
}

.ly_Col.-half .ly_Col__item.-img {
  position: relative;
}
.ly_Col.-half .ly_Col__item.-img::before {
  content: "";
  display: block;
  padding-top: 61.875%;
}
.ly_Col.-half .ly_Col__item.-img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.ly_Col__item.-cont {
  align-self: flex-start;
  width: 62.5%;
  max-width: 800px;
}
.ly_Col__item.-img {
  align-self: flex-start;
  width: calc(37.5% - 40px);
  max-width: 440px;
}
.ly_Col__item.-img img {
  width: 100%;
  border-radius: 10px;
}
.ly_Col__item.-img img + img {
  margin-top: 30px;
}
.ly_Col__item.-img figcaption {
  margin-top: 15px;
  font-size: 1.2rem;
}

/* ==================================================
      4. ヘルパー
      ================================================== */

/* ==================================================
  新規ブリーダー募集LP
================================================== */
.Breeder {
  position: relative;
  z-index: 0;
}
.Breeder--note {
  position: relative;
  padding-left: calc(1em + 2px);
}
.Breeder--note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
.Breeder--noteAsterisk {
  position: relative;
  padding-left: calc(0.4em + 2px);
}
.Breeder--noteAsterisk::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
.Breeder__main {
  margin-top: -92px;
}

/*
  ファーストビュー
*/
.BreederTop {
  overflow: hidden;
}

.BreederKv {
  padding-top: 275px;
  background: #f2ede9;
}
.BreederKv__logo {
  position: absolute;
  top: 44px;
  left: 24px;
  z-index: 1;
}
.BreederKv__logo--img {
  display: block;
  width: 67px;
  height: 28px;
}
.BreederKv__logo--sp {
  display: none;
}
.BreederKv__title {
  position: relative;
}
.BreederKv__title--accent {
  color: #4896ea;
}
.BreederKv__title--break {
  display: block;
}
.BreederKv .ly_Container {
  position: relative;
}
.BreederKv__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.BreederKv__img--1, .BreederKv__img--2, .BreederKv__img--3 {
  position: absolute;
  z-index: 0;
  transform-origin: bottom center;
}
.BreederKv__img--1 {
  max-width: 857px;
  min-width: 660px;
  width: 58vw;
  top: -280px;
  right: -20.4%;
  opacity: 0;
  -webkit-animation: kv-fade-anime1 1.2s 0.5s ease-out forwards;
  animation: kv-fade-anime1 1.2s 0.5s ease-out forwards;
}
@-webkit-keyframes kv-fade-anime1 {
  from {
    transform: translate(30px, -30px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes kv-fade-anime1 {
  from {
    transform: translate(30px, -30px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.BreederKv__img--2 {
  width: 520px;
  top: 83px;
  left: 141px;
  -webkit-animation: kv-fade-anime2 1.1s 0.75s ease-out forwards;
  animation: kv-fade-anime2 1.1s 0.75s ease-out forwards;
  opacity: 0;
}
@-webkit-keyframes kv-fade-anime2 {
  from {
    transform: translate(-65%, 55%);
    opacity: 0;
  }
  to {
    transform: translate(-60%, 55%);
    opacity: 1;
  }
}
@keyframes kv-fade-anime2 {
  from {
    transform: translate(-65%, 55%);
    opacity: 0;
  }
  to {
    transform: translate(-60%, 55%);
    opacity: 1;
  }
}
.BreederKv__img--3 {
  width: 467px;
  -webkit-animation: kv-fade-anime3 0.9s 1.1s ease-out forwards;
  animation: kv-fade-anime3 0.9s 1.1s ease-out forwards;
  opacity: 0;
  right: 164px;
}
@-webkit-keyframes kv-fade-anime3 {
  from {
    transform: translate(66%, 170%);
    opacity: 0;
  }
  to {
    transform: translate(61%, 165%);
    opacity: 1;
  }
}
@keyframes kv-fade-anime3 {
  from {
    transform: translate(66%, 170%);
    opacity: 0;
  }
  to {
    transform: translate(61%, 165%);
    opacity: 1;
  }
}
.BreederKv__img--paw {
  display: block;
  background: url("/lp/breeder/img/cmn/icon_paw.svg") no-repeat center/contain;
  width: 185px;
  height: 159px;
  position: absolute;
  opacity: 0.6;
  rotate: 50deg;
  z-index: 0;
}
.BreederKv__img--paw.-paw1 {
  top: -128px;
  left: -157px;
  opacity: 0;
  -webkit-animation: paw-anime 0.4s 0.8s ease-in-out forwards;
  animation: paw-anime 0.4s 0.8s ease-in-out forwards;
}
.BreederKv__img--paw.-paw2 {
  top: -300px;
  left: 124px;
  opacity: 0;
  -webkit-animation: paw-anime 0.4s 1.1s ease-in-out forwards;
  animation: paw-anime 0.4s 1.1s ease-in-out forwards;
}
.BreederKv__img--paw.-paw3 {
  top: 134px;
  left: 571px;
  opacity: 0;
  -webkit-animation: paw-anime 0.4s 1.5s ease-in-out forwards;
  animation: paw-anime 0.4s 1.5s ease-in-out forwards;
}
@-webkit-keyframes paw-anime {
  0% {
    opacity: 0;
    transform: translate(3px, 5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes paw-anime {
  0% {
    opacity: 0;
    transform: translate(3px, 5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.BreederAbout {
  padding-top: 198px;
  position: relative;
}
.BreederAbout__title {
  text-align: center;
}
.BreederAbout__title--sub {
  display: block;
}
.BreederAbout__text {
  margin-top: 24px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.BreederAbout__text + .BreederAbout__text {
  margin-top: calc(1em * 1.8);
}
.BreederAbout__text--break {
  display: block;
}
.BreederAbout__button {
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.BreederAbout__button--break {
  display: inline;
}

.BreederFeature {
  position: relative;
  z-index: -1;
  padding-top: 185px;
  padding-bottom: 100px;
  background: #f2ede9;
}
.BreederFeature__inner {
  position: relative;
}
.BreederFeature__body {
  margin-top: 60px;
  color: #1e1e1e;
}
.BreederFeature__title {
  text-align: center;
}
.BreederFeature__title--sub {
  display: block;
}
.BreederFeature__about {
  margin-top: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
.BreederFeature__about--break {
  display: block;
}
.BreederFeature__text {
  margin-top: 24px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
}
.BreederFeature__item {
  display: flex;
  gap: 40px;
}
.BreederFeature__item:nth-child(even) {
  flex-direction: row-reverse;
}
.BreederFeature__item + .BreederFeature__item {
  margin-top: 80px;
}
.BreederFeature__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.BreederFeature__map {
  max-width: 151px;
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.BreederFeature__detail {
  width: calc(55.5% - 20px);
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.BreederFeature__detail--num {
  position: absolute;
  z-index: 0;
  max-height: 135.4px;
  right: 0;
  top: 0;
}
.BreederFeature__img {
  width: calc(44.4% - 20px);
}
.BreederFeature__img img {
  border-radius: 20px;
}
.BreederFeature__subTitle {
  color: #1e1e1e;
  position: relative;
}
.BreederFeature__subTitle--inlineBlock {
  display: inline-block;
}
.BreederFeature__subTitle--inlineBlock + span {
  margin-left: 3px;
}
.BreederFeature__subTitle--rice {
  position: relative;
  top: -19px;
  line-height: 1.7;
  font-size: 1.4rem;
  margin-left: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.BreederFeature__subTitle--break {
  display: block;
  margin-top: 4px;
}
.BreederFeature__left > .BreederFeature__subTitle {
  margin-top: 5px;
}
.BreederFeature__text {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-top: 16px;
  position: relative;
  text-align: left;
}
.BreederFeature__text--note {
  margin-top: 6px;
  font-size: 1.2rem;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-left: 1em;
}
.BreederFeature__num {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: -12px;
  max-height: 42px;
}
.BreederFeature__num:not(span + .BreederFeature__num) {
  margin-left: 0;
}
.BreederFeature__left .BreederFeature__num {
  max-height: 38px;
}

/*
  お悩み解決
*/
.BreederCase {
  padding-bottom: 24px;
  background: #faf7f5;
}
.BreederCase__bg {
  display: block;
  width: 100%;
  height: 12.5vw;
  background: url("/lp/breeder/img/cmn/img_bg_01.svg") no-repeat center;
  background-size: 100% 100%;
  transform: translateY(-1px);
  position: relative;
}
.BreederCase__title {
  padding-top: 100px;
  text-align: center;
}
.BreederCase__box {
  position: relative;
  margin-top: 40px;
  padding: 60px 60px 0;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.BreederCase__list {
  padding-bottom: 50px;
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-top: -24px;
}
.BreederCase__item {
  display: flex;
  font-size: 1.6rem;
  width: calc(50% - 36px);
  margin-left: 36px;
  margin-top: 24px;
}
.BreederCase__item::before {
  content: url("/lp/breeder/img/case/icon_check.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.BreederCase__img--left {
  width: 140px;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.BreederCase__img--right {
  width: 140px;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.BreederCase__img--wrap {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

/*
  AHBが支持される3つの理由
*/
.BreederCause {
  padding: 0 0 100px;
}
.BreederCause__bg {
  display: block;
  width: 100%;
  height: 9vw;
  background: url("/lp/breeder/img/cmn/img_bg_02.svg") no-repeat center;
  background-size: 100% 100%;
  transform: translateY(-1px);
  position: relative;
}
.BreederCause__title {
  padding-top: 160px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-flow: wrap;
}
.BreederCause__title--num {
  max-height: 53px;
  margin-left: 7px;
  margin-right: 7px;
}
.BreederCause__title--en {
  max-height: 35px;
}
.BreederCause__about {
  margin-top: 22px;
  text-align: center;
}
.BreederCause__box {
  padding: 60px 100px;
  background: #f2ede9;
  border-radius: 20px;
  margin-top: 48px;
}
.BreederCause__box + .BreederCause__box {
  margin-top: 60px;
}
.BreederCause__subTitle {
  text-align: center;
}
.BreederCause__subTitle--point {
  margin: 0 auto 8px;
  display: block;
  max-height: 35px;
}
.BreederCause__subTitle--spBreak {
  display: inline-block;
}
.BreederCause__subText {
  margin-top: 17px;
  text-align: center;
  line-height: 1.7;
}
.BreederCause__list {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.BreederCause__item {
  width: calc(100% / 3);
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  cursor: pointer;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.BreederCause__detail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.BreederCause__point {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.BreederCause__point--text {
  display: block;
  width: calc(100% - 32px - 8px);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.BreederCause__button {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  filter: drop-shadow(4px 4px 8px rgba(68, 68, 68, 0.1));
}
.BreederCause__figure {
  border-radius: 10px;
}
.BreederCause__modal .BreederCause__point--text {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  width: 100%;
}
.BreederCause__modal--detail {
  margin-top: 22px;
  display: flex;
}
.BreederCause__modal--figure {
  min-width: 292px;
  width: 292px;
  height: 100%;
  border-radius: 10px;
}
.BreederCause__modal--text {
  padding-top: 20px;
  margin-left: 24px;
}
.BreederCause__modal--note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

/*
  ご登録から幸せ配達までの流れ
*/
.BreederFlow {
  padding: 140px 0 50px;
  background: #f2ede9;
}
.BreederFlow__title {
  text-align: center;
}
.BreederFlow__text {
  margin-top: 16px;
  text-align: center;
}
.BreederFlow__box {
  background: #fff;
  padding: 51px 80px 48px 70px;
  border-radius: 20px;
  margin-top: 48px;
}
.BreederFlow__list {
  position: relative;
}
.BreederFlow__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
}
.BreederFlow__item + .BreederFlow__item {
  margin-top: 16px;
}
.BreederFlow__icon {
  max-height: 60px;
  margin-right: 16px;
}
.BreederFlow__subTitle {
  width: 180px;
  min-width: 180px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  margin-right: 32px;
}
.BreederFlow__detail {
  font-size: 1.4rem;
  position: relative;
}
.BreederFlow__detail--link {
  color: #47261d;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
.BreederFlow__detail--link:hover {
  opacity: 0.6;
}
.BreederFlow__detail--note {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

/*
  バイヤーのご紹介
*/
.BreederBuyer {
  padding: 50px 0 100px;
  background: #f2ede9;
}
.BreederBuyer__title {
  text-align: center;
}
.BreederBuyer__text {
  margin-top: 12px;
  text-align: center;
  line-height: 1.7;
}
.BreederBuyer__box {
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin-top: 40px;
}
.BreederBuyer__intro {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50px;
  top: 27px;
}
.BreederBuyer__intro--text {
  display: inline-block;
  position: relative;
  color: #47261d;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s 0.1s ease-out, transform 0.3s 0.1s ease-out;
}
.BreederBuyer__intro--text.-active {
  opacity: 1;
  transform: translateY(0);
}
.BreederBuyer__intro--text.-active::before, .BreederBuyer__intro--text.-active::after {
  opacity: 1;
  bottom: 0px;
}
.BreederBuyer__intro--text::before, .BreederBuyer__intro--text::after {
  opacity: 0;
  transition: opacity 0.1s 0.7s ease-out, bottom 0.25s 0.7s ease-out;
  position: absolute;
  display: block;
  width: 27px;
  height: 48px;
  content: "";
  bottom: -10px;
}
.BreederBuyer__intro--text::before {
  background: url("/lp/breeder/img/cmn/img_banzai_left.png") no-repeat center/contain;
  left: -24px;
  transform: translateX(-100%);
}
.BreederBuyer__intro--text::after {
  background: url("/lp/breeder/img/cmn/img_banzai_right.png") no-repeat center/contain;
  right: -24px;
  transform: translateX(100%);
}
.BreederBuyer__intro--break {
  display: block;
}
.BreederBuyer__list {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-top: 22px;
}
.BreederBuyer__item {
  position: relative;
  background: #faf7f5;
  padding: 16px 24px;
  border-radius: 10px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.BreederBuyer__item::after {
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  content: "";
  background: url("/lp/breeder/img/cmn/icon_modal_open.svg") no-repeat center/contain;
  right: 16px;
  bottom: 16px;
  filter: drop-shadow(4px 4px 8px rgba(68, 68, 68, 0.1));
}
.BreederBuyer__item--figure {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.BreederBuyer__item--inner {
  margin-left: 16px;
}
.BreederBuyer__item--area {
  font-size: 1.4rem;
}
.BreederBuyer__item--name {
  font-size: 2rem;
  font-weight: 600;
}
.BreederBuyer__map {
  width: 100%;
  border-radius: 20px;
}
.BreederBuyer__map--img {
  width: 100%;
}
.BreederBuyer__map--hint {
  margin-top: calc((1em * 1.5 + 8px) * -1);
  padding-bottom: 8px;
  margin-right: 8px;
  text-align: right;
  font-size: 1.4rem;
}
.BreederBuyer__mapButton {
  position: absolute;
  transform: translate(-50%, -50%);
}
.BreederBuyer__mapButton--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 42px;
  padding-bottom: 1px;
  background: #fff;
  border: 2px solid #4896ea;
  border-radius: 100px;
  box-shadow: 4px 4px 8px 0px rgba(68, 68, 68, 0.1);
  cursor: pointer;
}
.BreederBuyer__mapButton--tohoku-kantou {
  top: 67.3%;
  right: 8.2%;
}
.BreederBuyer__mapButton--chubu {
  top: 85%;
  right: 21.3%;
  z-index: 1;
}
.BreederBuyer__mapButton--kansai-nishi {
  top: 72.3%;
  right: 32.2%;
}
.BreederBuyer__mapButton--kyushu {
  top: 82.3%;
  left: 37%;
}
.BreederBuyer__member {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 2px 5px 0px rgba(68, 68, 68, 0.2), 0px 2px 24px 7px rgba(68, 68, 68, 0.3);
  z-index: 2;
}
.BreederBuyer__member--title {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.BreederBuyer__member--list {
  display: flex;
  margin-left: -20px;
  margin-top: 24px;
}
.BreederBuyer__member--item {
  min-width: 80px;
  margin-left: 24px;
  text-align: center;
}
.BreederBuyer__member--figure {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.BreederBuyer__member--name {
  margin-top: 4px;
}
.BreederBuyer__modal--title {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.BreederBuyer__modal--detail {
  margin-top: 24px;
  display: flex;
}
.BreederBuyer__modal--figure {
  width: 140px;
  height: 140px;
  border-radius: 999px;
}
.BreederBuyer__modal--text {
  margin-left: 24px;
}
.BreederBuyer__case {
  padding: 24px 32px;
  margin-top: 30px;
  width: 100%;
  background: #faf7f5;
  border-radius: 10px;
}
.BreederBuyer__case--title {
  padding-bottom: 8px;
  font-size: 2rem;
  color: #47261d;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 1px solid #d1d1d1;
}
.BreederBuyer__caseContent {
  margin-top: 24px;
  display: flex;
}
.BreederBuyer__caseContent--img {
  min-width: 180px;
  width: 180px;
  border-radius: 10px;
}
.BreederBuyer__caseContent--detail {
  margin-left: 24px;
}
.BreederBuyer__caseContent--name {
  font-size: 1.6rem;
  font-weight: 600;
}
.BreederBuyer__caseContent--text {
  margin-top: 4px;
  font-size: 1.4rem;
}

/*
  ブリーダー様・お客様からの声
*/
.BreederComment {
  padding: 0 0 100px;
  background: #faf7f5;
}
.BreederComment__bg {
  display: block;
  width: 100%;
  height: 12.5vw;
  background: url("/lp/breeder/img/cmn/img_bg_01.svg") no-repeat center;
  background-size: 100% 100%;
  transform: translateY(-1px);
  position: relative;
}
.BreederComment__title {
  padding-top: 100px;
  text-align: center;
  font-size: 4.4rem;
}
.BreederComment__text {
  margin-top: 16px;
  text-align: center;
  line-height: 1.7;
}
.BreederComment__text--break {
  display: block;
}
.BreederComment__box {
  padding-top: 48px;
  text-align: center;
}
.BreederComment__tab {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px rgba(68, 68, 68, 0.1);
  overflow: hidden;
}
.BreederComment__tabContent {
  position: relative;
  margin-top: 78px;
  text-align: left;
}
.BreederComment__tabItem {
  font-family: "Zen Maru Gothic", sans-serif;
  height: 100%;
  font-size: 2rem;
}
.BreederComment__tabButton {
  min-width: 312px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #444;
  background: #fff;
  cursor: pointer;
}
.BreederComment__tabButton.-active {
  background: #4896ea;
  color: #fff;
  cursor: default;
}
.BreederComment__content {
  display: none;
}
.BreederComment__content--breeder {
  display: block;
}
.BreederComment__list {
  margin-top: -30px;
}
.BreederComment__item {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
}
.BreederComment__item--img {
  width: 180px;
  min-width: 180px;
  height: 180px;
  border-radius: 10px;
}
.BreederComment__item--inner {
  margin-left: 24px;
}
.BreederComment__item--title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
.BreederComment__item--text {
  margin-top: 8px;
}

/*
  よくある質問
*/
.BreederFaq {
  padding: 100px 0;
  background: #f2ede9;
}
.BreederFaq__title {
  text-align: center;
  font-size: 4.4rem;
}
.BreederFaq__box {
  margin-top: 48px;
}
.BreederFaq__item {
  position: relative;
  margin-top: 15px;
  background: #fff;
  border-radius: 10px;
}
.BreederFaq__arrow::before, .BreederFaq__arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  border-top: 3px solid #47261d;
  border-radius: 99px;
  background: #4896ea;
  transition: transform 0.3s ease-out;
}
.BreederFaq__arrow::before {
  top: 34px;
  right: 52px;
  transform: rotate(225deg);
}
.BreederFaq__arrow::after {
  top: 34px;
  right: 45px;
  transform: rotate(-45deg);
}
.BreederFaq__item.-open .BreederFaq__arrow::before {
  transform: rotate(135deg);
}
.BreederFaq__item.-open .BreederFaq__arrow::after {
  transform: rotate(45deg);
}
.BreederFaq__question {
  padding-right: 24px;
  position: relative;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 20px 75px 20px 40px;
  cursor: pointer;
}
.BreederFaq__question::before {
  position: relative;
  top: 5px;
  left: 0;
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  margin-right: 8px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #4896ea;
  line-height: 1;
}
.BreederFaq__answer {
  display: flex;
  padding: 0 40px 20px;
  font-size: 1.6rem;
}
.BreederFaq__answer::before {
  content: "A.";
  font-family: "Montserrat", sans-serif;
  margin-right: 8px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #47261d;
  line-height: 1;
}
.BreederFaq__answer--note {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}

/*
  ブリーダー登録申込・お問い合わせ
*/
.BreederContact {
  padding-top: 100px;
}
.BreederContact .ly_Container {
  max-width: calc(1160px + 48px);
}
.BreederContact__head {
  text-align: center;
}
.BreederContact__text {
  margin-top: 16px;
  line-height: 1.7;
}
.BreederContact__box {
  margin-top: 48px;
  padding: 80px 100px;
  background: #f2ede9;
  border-radius: 20px;
}
.BreederContact__boxInner {
  margin: 0 auto;
  max-width: 600px;
}
.BreederContact__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-top: 1px solid #dad3d2;
  border-bottom: 1px solid #dad3d2;
}
.BreederContact__flowItem {
  color: #47261d;
  opacity: 0.5;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  max-width: calc(100% / 3 + 12px);
}
.BreederContact__flowItem:nth-child(1) {
  max-width: calc(100% / 3 - 26px);
}
.BreederContact__flowItem + .BreederContact__flowItem {
  padding-left: 20px;
}
.BreederContact__flowItem + .BreederContact__flowItem::before {
  content: url("/lp/breeder/img/cmn/icon_chevron_right.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 20px;
}
.BreederContact__flowItem.-active {
  opacity: 1;
}
.BreederContact__call {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.BreederContact__call--title {
  font-size: 1.8rem;
  line-height: 1.7;
}
.BreederContact__call--number {
  margin-top: 12px;
  font-size: 4rem;
  line-height: 1;
  color: #4896ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BreederContact__call--number::before {
  content: "";
  background: url("/lp/breeder/img/cmn/icon_call.svg") no-repeat center/contain;
  width: 40px;
  height: 40px;
  margin-bottom: -4px;
}
.BreederContact__call--sub {
  margin-top: 8px;
  font-size: 1.4rem;
}
.BreederContact__confirm {
  max-width: 840px;
  margin: 0 auto;
}
.BreederContact__table {
  width: 100%;
  margin-top: 60px;
  text-align: left;
  font-size: 1.6rem;
}
.BreederContact__table--row {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #dad3d2;
}
.BreederContact__table--row + .BreederContact__table--row {
  margin-top: 16px;
}
.BreederContact__table--head {
  min-width: 160px;
  width: 160px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #47261d;
  text-align: left;
}
.BreederContact__table--data {
  margin-left: 30px;
  font-weight: 400;
  word-break: break-all;
}
.BreederContact__reCaptcha {
  padding: 20px;
  margin-top: 40px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
.BreederContact__reCaptcha--title {
  font-size: 1.4rem;
  font-weight: 500;
}
.BreederContact__button {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-right: 30px;
  position: relative;
}
.BreederContact__button::after {
  display: block;
  content: url("/lp/breeder/img/cmn/icon_chevron_right_white.svg");
  width: 20px;
  height: 20px;
}
.BreederContact__editBtn {
  margin-top: 16px;
  display: block;
  text-align: center;
}
.BreederContact__editBtn--link {
  color: #47261d;
  text-decoration: underline;
  cursor: pointer;
}
.BreederContact__editBtn--link:hover {
  opacity: 0.7;
}
.BreederContact__complete {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.BreederContact__complete--title {
  font-size: 2.4rem;
  color: #47261d;
  line-height: 1.7;
  font-weight: 600;
}
.BreederContact__complete--text {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
}

.BreederForm {
  margin-top: 60px;
  color: #1e1e1e;
}
.BreederForm__required {
  color: #ff5050;
  margin-left: 10px;
}
.BreederForm__required--note {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #ff5050;
}
.BreederForm .FormItem__errorTxt {
  color: #ff5050;
  font-size: 1.5rem;
  margin-top: 8px;
}
.BreederForm__label {
  font-size: 1.8rem;
}
.BreederForm__input {
  display: block;
  width: 100%;
  padding: 1px 16px 0px 16px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  min-height: 40px;
  margin-top: 8px;
}
.BreederForm__input::-moz-placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__input:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__input::placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__otherItem {
  display: none;
  margin-top: 32px;
}
.BreederForm__item {
  margin-top: 32px;
}
.BreederForm__noteItem {
  margin-top: 8px;
  font-size: 1.4rem;
}
.BreederForm__textarea {
  display: block;
  resize: none;
  width: 100%;
  height: calc(14rem * 1.5);
  max-height: 240px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 16px 16px 0;
  margin-top: 8px;
}
.BreederForm__textarea::-moz-placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__textarea:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__textarea::placeholder {
  color: #d1d1d1;
  font-size: 1.6rem;
}
.BreederForm__button.c-btn {
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  padding-left: 38px;
  padding-right: 44px;
}
.BreederForm__button.c-btn::after {
  position: relative;
  rotate: -90deg;
  top: 2px;
  right: -26px;
}
.BreederForm__link--blank {
  color: #47261D;
  position: relative;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
.BreederForm__link--blank:hover {
  opacity: 0.6;
}
.BreederForm__link--blank::after {
  content: url("/lp/breeder/img/cmn/icon_external.svg");
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline;
  align-items: center;
}
.BreederForm__attention {
  margin-top: 6px;
  color: #ff5050;
}
.BreederForm__notice {
  line-height: 1.7;
  margin-top: 60px;
}

.BreederFormRadio__item {
  display: flex;
  align-items: center;
}
.BreederFormRadio__item + .BreederFormRadio__item {
  margin-left: 32px;
}
.BreederFormRadio__item--symbol input[type=radio] {
  position: absolute;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}
.BreederFormRadio__item--icon {
  width: calc(50% - 10px);
}
.BreederFormRadio__item--icon + .BreederFormRadio__item--icon {
  margin-left: 20px;
}
.BreederFormRadio__item--icon input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.BreederFormRadio__item--icon label {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #4896ea;
  border-radius: 6px;
  padding: 16px 24px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease-out, filter 0.2s ease-out;
}
input[type=radio]:focus + .BreederFormRadio__item--icon label {
  outline: 2px solid #4896ea;
  outline-offset: 2px;
}
.BreederFormRadio__item--icon label:hover {
  background-color: #e2f0ff;
}
.BreederFormRadio__item--icon input[type=radio]:checked + label {
  background-color: #4896ea;
  color: #fff;
}
.BreederFormRadio__item--icon input[type=radio]:checked + label .BreederFormRadio__icon {
  filter: brightness(0) invert(1);
}
.BreederFormRadio__wrap {
  display: flex;
  margin-top: 18px;
}
.BreederFormRadio__icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.BreederFormRadio__label {
  display: block;
  width: 100%;
  text-align: center;
}
.BreederFormRadio__input {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.BreederFormRadio__symbol {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
}
.BreederFormRadio__symbol::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #4896ea;
  opacity: 0;
}
input[type=radio]:checked ~ .BreederFormRadio__symbol::after {
  opacity: 1;
}

/*
  共通：ブリーダー問い合わせバナー
*/
.BreederBanner {
  background: #794433;
  padding-top: 60px;
  padding-bottom: 60px;
}
.BreederBanner__inner {
  padding: 78px 100px;
  background: url("/lp/breeder/img/cmn/img_banner_inner_pc.png") no-repeat center/cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.BreederBanner__detail {
  position: relative;
  padding-left: calc(48px + 4px);
}
.BreederBanner__detail::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("/lp/breeder/img/cmn/icon_register.svg") no-repeat center/contain;
}
.BreederBanner__title {
  width: 100%;
  font-size: 3.2rem;
  color: #47261d;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
.BreederBanner__title--break {
  display: block;
}
.BreederBanner__text {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #444;
}
.BreederBanner__btn {
  line-height: 1.3;
  text-align: center;
}
.BreederBanner__btn span {
  font-size: 1.8rem;
  line-height: 1.3;
}
.BreederBanner__btn--break {
  display: inline-block;
}

.js-BreederMember__list {
  display: none;
}

@media screen and (max-width: 768px) {
  :root {
    --headerHeight: 60px;
  }
  body {
    min-width: 320px;
    padding-top: 84px;
    padding-top: var(--headerHeight);
    padding-bottom: 80px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 80px);
    /* iPhone X向け記述 */
    font-size: 1.5rem;
    line-height: 1.7;
  }
  body.-fixed {
    padding-right: var(--scroll-bar-width);
    min-width: calc(320px + var(--scroll-bar-width));
  }
  body {
    padding-bottom: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .c-btn {
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .c-btn.-primary {
    padding: 12px 20px 12px;
    display: flex;
    justify-content: center;
    align-self: start;
    font-size: 1.5rem;
  }
  .BreederHeading {
    font-size: 2.4rem;
  }
  .BreederHeading--h2 {
    font-size: 2.4rem;
  }
  .BreederHeading--h3 {
    font-size: 2rem;
  }
  .BreederHeading--h4 {
    font-size: 1.8rem;
  }
  .Modal__body {
    position: relative;
  }
  .Modal__body::before {
    content: "";
    width: 100%;
    height: 60px;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .Modal__spClose, .Modal__close {
    background-size: 20px 20px;
  }
  .Modal__inner {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .Modal {
    display: none;
    padding: 20px 20px 0;
  }
  .Modal::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
  }
  .Modal__body {
    position: relative;
    width: 100%;
    max-width: 800px;
  }
  .Modal__close {
    top: 12px;
    right: 16px;
  }
  .Modal__spClose {
    display: block;
    position: fixed;
    top: auto;
    left: calc(50% - 30px);
    bottom: 20px;
    opacity: 0;
    transition: 300ms easein;
    transition-property: opacity;
  }
  .Modal.-opened .Modal__spClose {
    opacity: 1;
  }
  .Modal__content {
    padding: 56px 20px 30px;
  }
  .Modal__content.-look {
    padding: 30px 20px 15px 20px;
  }
  .HeaderMenu__link--spBreak {
    display: block;
    line-height: 1.3;
  }
  .Footer {
    border-radius: 40px 40px 0 0;
  }
  .Footer__inner {
    padding: 48px 0;
  }
  .Footer__catchCopy {
    font-size: 1.8rem;
  }
  .Footer__paw {
    bottom: 83px;
    right: -42px;
  }
  .Footer__paw.-n2 {
    bottom: -9px;
    right: 236px;
  }
  .FooterMenu__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    gap: 16px 32px;
    font-size: 1.3rem;
  }
  .FooterMenu__primary {
    font-size: 1.3rem;
  }
  .FooterSub {
    display: block;
  }
  .FooterSub__copyright {
    margin-top: 40px;
  }
  .ly_Col > .ly_Col__item + .ly_Col__item {
    margin-top: 30px;
  }
  .ly_Col.-half .ly_Col__item.-img::before {
    padding-top: 61.7910447761%;
  }
  .ly_Col__item.-cont, .ly_Col__item.-img {
    max-width: 100%;
    width: 100%;
  }
  .hp_PcBreak {
    display: none;
  }
  .Breeder {
    font-size: 1.5rem;
  }
  .Breeder__main {
    margin-top: -1px;
  }
  .BreederKv__logo--sp {
    display: block;
    top: 45px;
  }
  .BreederKv {
    padding-top: 221px;
  }
  .BreederKv__img--1 {
    width: 264px;
    min-width: 0;
    top: -221px;
    right: -20px;
  }
  .BreederKv__img--3 {
    width: 217px;
    bottom: 312px;
    left: -169px;
  }
  .BreederKv__img--paw {
    width: 60px;
    height: 53px;
  }
  .BreederKv__img--paw.-paw1 {
    top: -103px;
    left: 29px;
  }
  .BreederKv__img--paw.-paw2 {
    top: 76px;
    left: 52px;
  }
  .BreederAbout {
    padding-top: 40px;
    text-align: center;
  }
  .BreederAbout__text {
    display: inline-block;
    margin-top: 27px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
  .BreederAbout__text--break {
    display: inline;
  }
  .BreederAbout__button.c-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 110px;
    min-height: 66px;
  }
  .BreederAbout__button.c-btn span {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .BreederFeature {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .BreederFeature__body {
    margin-top: 40px;
  }
  .BreederFeature__title {
    font-size: 3.2rem;
  }
  .BreederFeature__about {
    margin-top: 32px;
    font-size: 1.5rem;
    text-align: left;
  }
  .BreederFeature__text {
    margin-top: 16px;
    text-align: left;
    font-size: 1.5rem;
  }
  .BreederFeature__item {
    display: block;
  }
  .BreederFeature__item + .BreederFeature__item {
    margin-top: 60px;
  }
  .BreederFeature__left {
    gap: 0;
    align-items: center;
  }
  .BreederFeature__left .BreederFeature__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .BreederFeature__map {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    max-width: 70px;
  }
  .BreederFeature__detail {
    width: 100%;
  }
  .BreederFeature__detail--num {
    max-width: 110px;
  }
  .BreederFeature__detail--num:not([alt="01"]) {
    max-width: 140px;
    max-height: none;
  }
  .BreederFeature__detail--num[alt="04"] {
    min-width: 146px;
  }
  .BreederFeature__img {
    margin-top: 16px;
    width: 100%;
  }
  .BreederFeature__subTitle--rice {
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", sans-serif;
    top: -8px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .BreederFeature__subTitle--break {
    margin-top: 8px;
  }
  .BreederFeature__subTitle--break:not(:has(.BreederFeature__num)) {
    margin-top: 0;
  }
  .BreederFeature__left > .BreederFeature__text {
    margin-top: 8px;
  }
  .BreederFeature__left + .BreederFeature__text {
    margin-top: 2em;
  }
  .BreederFeature__num {
    max-height: 30px;
  }
  .BreederFeature__left .BreederFeature__num {
    max-height: 30px;
  }
  .BreederCase {
    padding-bottom: 57px;
  }
  .BreederCase__title {
    padding-top: 60px;
    font-size: 2.4rem;
  }
  .BreederCase__title--spBreak {
    display: inline-block;
  }
  .BreederCase__box {
    margin-top: 32px;
    padding: 24px 20px 0;
    display: block;
  }
  .BreederCase__list {
    padding-bottom: 20px;
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .BreederCase__item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .BreederCase__item + .BreederCase__item {
    margin-top: 20px;
  }
  .BreederCase__img--left {
    width: 39%;
    max-width: 156px;
  }
  .BreederCase__img--right {
    width: 39%;
    max-width: 156px;
  }
  .BreederCause {
    padding-bottom: 60px;
  }
  .BreederCause__title {
    padding-top: 39px;
  }
  .BreederCause__title--num {
    position: relative;
    transform: translateY(2px);
    max-height: 26.84px;
  }
  .BreederCause__title--en {
    max-height: 18.6px;
  }
  .BreederCause__about {
    margin-top: 32px;
    text-align: left;
    line-height: 1.7;
  }
  .BreederCause__box {
    padding: 20px;
    margin-top: 40px;
    border-radius: 24px;
  }
  .BreederCause__box + .BreederCause__box {
    margin-top: 30px;
  }
  .BreederCause__subTitle--point {
    max-height: 29px;
    margin-bottom: 10px;
  }
  .BreederCause__subText {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .BreederCause__list {
    padding: 0;
    background: none;
    margin-top: 20px;
    display: block;
  }
  .BreederCause__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px;
  }
  .BreederCause__point--text {
    font-size: 1.6rem;
  }
  .BreederCause__modal {
    min-height: 480px;
  }
  .BreederCause__modal .BreederCause__point--text {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .BreederCause__modal--detail {
    margin-top: 0;
    display: block;
  }
  .BreederCause__modal--figure {
    min-width: 100%;
    width: 100%;
  }
  .BreederCause__modal--text {
    padding-top: 10px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .BreederFlow {
    padding: 60px 0 60px;
  }
  .BreederFlow__title {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .BreederFlow__title--spBreak {
    display: inline-block;
  }
  .BreederFlow__text {
    line-height: 1.7;
    margin-top: 32px;
  }
  .BreederFlow__box {
    margin-top: 40px;
    padding: 32px 20px 32px 30px;
  }
  .BreederFlow__item {
    min-height: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 76px 1fr;
    grid-template-columns: 76px 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .BreederFlow__item + .BreederFlow__item {
    margin-top: 40px;
  }
  .BreederFlow__icon {
    margin-left: -9px;
    margin-right: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .BreederFlow__subTitle {
    min-width: 0;
    width: 100%;
    margin-right: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-size: 1.8rem;
  }
  .BreederFlow__detail {
    margin-top: 8px;
  }
  .BreederFlow__detail {
    font-size: 1.3rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .BreederBuyer {
    padding: 40px 0 12px;
    background: #fff;
  }
  .BreederBuyer__title {
    font-size: 2.4rem;
  }
  .BreederBuyer__text {
    text-align: left;
    margin-top: 16px;
  }
  .BreederBuyer__box {
    margin-top: 48px;
  }
  .BreederBuyer__intro {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .BreederBuyer__intro--text {
    font-size: 1.4rem;
  }
  .BreederBuyer__intro--text::before {
    left: -14px;
  }
  .BreederBuyer__intro--text::after {
    right: -14px;
  }
  .BreederBuyer__item::after {
    bottom: 12px;
  }
  .BreederBuyer__item {
    width: calc(100% / 2 - 16px);
    padding: 16px 16px 52px 16px;
    display: block;
  }
  .BreederBuyer__item--figure {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .BreederBuyer__item--inner {
    margin-left: 0;
    margin-top: 12px;
  }
  .BreederBuyer__item--area {
    font-size: 1.3rem;
  }
  .BreederBuyer__item--name {
    font-size: 1.8rem;
  }
  .BreederBuyer__map {
    margin-top: 22px;
    position: relative;
  }
  .BreederBuyer__map--hint {
    padding: 0;
    margin-top: 22px;
    text-align: left;
    font-size: 1.2rem;
  }
  .BreederBuyer__mapButton {
    transform: translate(0, 0);
  }
  .BreederBuyer__mapButton--text {
    padding-bottom: 0;
    min-width: 120px;
    min-height: 32px;
  }
  .BreederBuyer__mapButton--tohoku-kantou {
    top: 49.8%;
    right: 0.5%;
  }
  .BreederBuyer__mapButton--chubu {
    top: 80.5%;
    right: 21.3%;
  }
  .BreederBuyer__mapButton--chubu button {
    min-width: 100px;
  }
  .BreederBuyer__mapButton--kansai-nishi {
    top: 61.3%;
    right: 51.8%;
  }
  .BreederBuyer__mapButton--kansai-nishi button {
    min-width: 130px;
  }
  .BreederBuyer__mapButton--kyushu {
    top: 87.6%;
    left: 0.3%;
  }
  .BreederBuyer__mapButton--kyushu button {
    min-width: 100px;
  }
  .BreederBuyer__member {
    width: 100%;
    display: none;
    pointer-events: none;
  }
  .BreederBuyer__member--title {
    font-size: 2rem;
  }
  .BreederBuyer__member--list {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-top: 16px;
  }
  .BreederBuyer__member--item {
    min-width: 0;
    width: calc(33.33% - 12px);
    margin-left: 12px;
    margin-top: 12px;
  }
  .BreederBuyer__member--item:nth-child(-n+3) {
    margin-top: 0;
  }
  .BreederBuyer__member--name {
    font-size: 1.6rem;
  }
  .BreederBuyer__modal--title {
    font-size: 1.8rem;
  }
  .BreederBuyer__modal--detail {
    display: block;
    margin-top: 20px;
  }
  .BreederBuyer__modal--figure {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .BreederBuyer__modal--text {
    margin-left: 0;
    margin-top: 12px;
  }
  .BreederBuyer__case {
    padding: 20px 16px;
  }
  .BreederBuyer__case--title {
    font-size: 1.8rem;
    padding-bottom: 3px;
  }
  .BreederBuyer__caseContent {
    display: block;
  }
  .BreederBuyer__caseContent--img {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .BreederBuyer__caseContent--detail {
    margin-left: 0;
    margin-top: 16px;
  }
  .BreederBuyer__caseContent--name {
    font-size: 1.4rem;
  }
  .BreederBuyer__caseContent--text {
    font-size: 1.3rem;
  }
  .BreederComment {
    padding-bottom: 60px;
  }
  .BreederComment__title {
    padding-top: 60px;
    font-size: 2.4rem;
  }
  .BreederComment__title--spBreak {
    display: inline-block;
  }
  .BreederComment__text {
    margin-top: 14px;
    text-align: left;
    line-height: 1.7;
  }
  .BreederComment__box {
    padding-top: 43px;
  }
  .BreederComment__tab {
    display: -ms-grid;
    display: grid;
  }
  .BreederComment__tabContent {
    margin-top: 52px;
  }
  .BreederComment__tabItem {
    width: 100%;
  }
  .BreederComment__tabButton {
    font-size: 1.6rem;
    width: 100%;
    min-width: 0;
  }
  .BreederComment__list {
    margin-top: -20px;
  }
  .BreederComment__item {
    text-align: center;
    display: block;
    margin-top: 24px;
    padding: 20px;
    border-radius: 20px;
  }
  .BreederComment__item:first-child {
    margin-top: 20px;
  }
  .BreederComment__item--img {
    min-width: 0;
    max-width: 140px;
    max-height: 140px;
  }
  .BreederComment__item--inner {
    margin-top: 20px;
    margin-left: 0;
  }
  .BreederComment__item--title {
    font-size: 1.8rem;
  }
  .BreederComment__item--text {
    text-align: left;
    font-size: 1.3rem;
  }
  .BreederFaq {
    padding: 60px 0;
  }
  .BreederFaq__title {
    font-size: 2.4rem;
  }
  .BreederFaq__item {
    margin-top: 8px;
  }
  .BreederFaq__arrow::before {
    top: calc(50% - 1px);
    right: 31px;
  }
  .BreederFaq__arrow::after {
    top: calc(50% - 1px);
    right: 24px;
  }
  .BreederFaq__question {
    padding: 12px 44px 12px 20px;
    font-size: 1.4rem;
  }
  .BreederFaq__question::before {
    top: 0;
  }
  .BreederFaq__answer {
    padding: 0px 20px 12px;
    font-size: 1.4rem;
  }
  .BreederContact {
    padding-top: 60px;
  }
  .BreederContact__box {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .BreederContact__flow {
    padding: 16px 0;
  }
  .BreederContact__flowItem {
    font-size: 1.3rem;
  }
  .BreederContact__flowItem + .BreederContact__flowItem {
    padding-left: 12px;
  }
  .BreederContact__flowItem + .BreederContact__flowItem::before {
    margin-right: 12px;
  }
  .BreederContact__call {
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .BreederContact__call--title {
    font-size: 1.6rem;
  }
  .BreederContact__call--number {
    font-size: 3.5rem;
  }
  .BreederContact__call--number::before {
    margin-bottom: -3px;
  }
  .BreederContact__call--sub {
    font-size: 1.3rem;
  }
  .BreederContact__button--inlineBreak {
    display: inline-block;
  }
  .BreederContact__button {
    text-align: center;
    margin-top: 60px;
  }
  .BreederForm {
    margin-top: 40px;
  }
  .BreederForm .FormItem__errorTxt {
    font-size: 1.4rem;
  }
  .BreederForm__label {
    font-size: 1.6rem;
  }
  .BreederForm__item {
    margin-top: 20px;
  }
  .BreederForm__button--spBreak {
    display: inline-block;
  }
  .BreederForm__button.c-btn {
    min-height: 66px;
    font-size: 1.8rem;
    text-align: center;
  }
  .BreederForm__button.c-btn::after {
    top: 0px;
    right: -4px;
  }
  .BreederForm__attention--spBreak {
    display: block;
  }
  .BreederFormRadio__item--icon {
    width: 100%;
  }
  .BreederFormRadio__item--icon + .BreederFormRadio__item--icon {
    margin-left: 0;
    margin-top: 16px;
  }
  .BreederFormRadio__item--icon label {
    font-size: 1.6rem;
  }
  .BreederFormRadio__wrap {
    display: block;
  }
  .BreederBanner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .BreederBanner__inner {
    display: block;
    padding: 24px 20px;
    background: url("/lp/breeder/img/cmn/img_banner_inner_sp.png") no-repeat center/cover;
  }
  .BreederBanner__detail {
    padding-left: calc(32px + 4px);
  }
  .BreederBanner__detail::before {
    width: 32px;
    height: 32px;
  }
  .BreederBanner__title {
    font-size: 2rem;
  }
  .BreederBanner__text {
    font-size: 1.5rem;
  }
  .BreederBanner__btn {
    margin-top: 127px;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --headerHeight: 0;
  }
  .Header__container--pc {
    display: none;
  }
  .Header__container--sp {
    display: block;
  }
  .Header__inner {
    width: 1px;
    height: 1px;
  }
  .Header {
    position: fixed;
    top: 60px;
    left: auto !important;
    right: 24px;
    z-index: 99;
  }
  .HeaderLogo__img {
    max-height: 24px;
  }
  .HeaderMenu__list {
    display: block;
  }
  .HeaderMenu__item:not(.-primary) {
    opacity: 0;
    -webkit-animation: navigation-item-visible 0s 0.3s ease-out forwards;
    animation: navigation-item-visible 0s 0.3s ease-out forwards;
  }
  @-webkit-keyframes navigation-item-visible {
    from {
      visibility: visible;
    }
    to {
      visibility: hidden;
    }
  }
  @keyframes navigation-item-visible {
    from {
      visibility: visible;
    }
    to {
      visibility: hidden;
    }
  }
  .HeaderMenu__navigation {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
}

@media screen and (min-width: 1200px) {
  .Header {
    position: fixed;
    padding: 24px 16px;
    width: 100%;
    background: #f2ede900;
    transition: background 0.2s ease-out;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .Header__inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .Header.-fixed {
    background: #faf7f5;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .Header {
    background: #f2ede900;
  }
}

@media screen and (min-width: 769px) {
  .ly_Col {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .ly_Col > .ly_Col__item {
    display: block;
  }
  .ly_Col > .ly_Col__item + .ly_Col__item {
    margin-left: 40px;
  }
  .ly_Col.-wrap {
    flex-wrap: wrap;
  }
  .ly_Col.-tight > .ly_Col__item + .ly_Col__item {
    margin-left: 30px;
  }
  .ly_Col.-reverse {
    flex-direction: row-reverse;
  }
  .ly_Col.-reverse > .ly_Col__item + .ly_Col__item {
    margin-left: 0;
    margin-right: 40px;
  }
  .ly_Col.-reverse.-tight > .ly_Col__item + .ly_Col__item {
    margin-left: 0;
    margin-right: 30px;
  }
  .ly_Col.-middle {
    align-items: center;
  }
  .ly_Col.-middle > .ly_Col__item {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .ly_Col.-half .ly_Col__item + .ly_Col__item {
    margin-left: 60px;
  }
  .ly_Col.-half .ly_Col__item.-img {
    max-width: 50%;
    width: 50%;
  }
  .ly_Col.-half .ly_Col__item.-cont {
    width: calc(50% - 60px);
  }
  .ly_Col.-col2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ly_Col.-col2 > .ly_Col__item {
    width: calc((100% - 40px) / 2);
    margin-left: 0;
  }
  .ly_Col.-col2 > .ly_Col__item:nth-child(n+3) {
    margin-top: 40px;
  }
  .ly_Col.-col2.-tight > .ly_Col__item {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
  .ly_Col.-col2.-tight > .ly_Col__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .ly_Col.-col3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ly_Col.-col3 > .ly_Col__item {
    width: calc((100% - 80px) / 3);
    margin-left: 0;
  }
  .ly_Col.-col3 > .ly_Col__item:nth-child(n+4) {
    margin-top: 40px;
  }
  .ly_Col.-col3.-tight > .ly_Col__item {
    width: calc((100% - 60px) / 3);
    margin-left: 0;
  }
  .ly_Col.-col3.-tight > .ly_Col__item:nth-child(n+4) {
    margin-top: 30px;
  }
  .ly_Col.-col4 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ly_Col.-col4 > .ly_Col__item {
    width: calc((100% - 120px) / 4);
    margin-left: 0;
  }
  .ly_Col.-col4 > .ly_Col__item:nth-child(n+5) {
    margin-top: 40px;
  }
  .ly_Col.-col4.-tight > .ly_Col__item {
    width: calc((100% - 90px) / 4);
    margin-left: 0;
  }
  .ly_Col.-col4.-tight > .ly_Col__item:nth-child(n+5) {
    margin-top: 30px;
  }
  .hp_SpBreak {
    display: none;
  }
  .BreederKv__title {
    padding-left: 20px;
  }
  .BreederFeature__subTitle--rice {
    font-feature-settings: "sups" on;
  }
  .BreederCause__subText--inlineBrake {
    display: block;
  }
  .BreederCause__item:not(:first-child) {
    margin-left: 10px;
  }
  .BreederCause__item:hover, .BreederCause__item:focus {
    box-shadow: 0px 0px 16px 0px rgba(68, 68, 68, 0.2);
  }
  .BreederFlow__list::before {
    content: "";
    width: 3px;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    left: 40px;
    top: 22px;
    background: #f2ede9;
  }
  .BreederBuyer__text--break {
    display: block;
  }
  .BreederBuyer__item:hover, .BreederBuyer__item:focus {
    box-shadow: 0px 0px 16px 0px rgba(68, 68, 68, 0.2);
  }
  .BreederBuyer__map--img {
    border-radius: 20px;
  }
  .BreederBanner {
    background: url("/lp/breeder/img/cmn/img_banner_bg_pc.png") no-repeat center/cover;
  }
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
  .BreederKv__logo--sp {
    display: block;
    top: calc(45px + 90px);
  }
  .BreederKv__img--paw.-paw1 {
    top: -78px;
    left: -97px;
  }
  .BreederKv__img--paw.-paw2 {
    top: -205px;
    left: 144px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 951px) {
  .BreederKv__img--1 {
    top: -201px;
    right: -1%;
    width: 360px;
    min-width: 0;
  }
}

@media screen and (max-width: 950px) and (min-width: 769px) {
  .BreederKv__img--1 {
    width: 264px;
    min-width: 0;
    top: -201px;
    right: 190px;
  }
}

@media screen and (max-width: 460px) {
  .BreederAbout__button--break {
    display: inline-block;
  }
}

@media screen and (max-width: 373px) {
  .BreederCause__title--break {
    text-align: center;
    width: 100%;
    display: block;
  }
}