@charset "UTF-8";
/* ==================================================
    Top トップページ
   ================================================== */
.Top__header {
  padding-bottom: 40px;
}

.Top__kvSlider {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
  z-index: 1;
}
.Top__kvSliderItem {
  display: block;
}
.Top__kvSliderController {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 0;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Top__kvSliderDots {
  display: flex;
}
.Top__kvSliderDots button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.Top__kvSliderDots button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #DCE6F2;
}
.Top__kvSliderDots .slick-active button::before {
  background: #002E5D;
}
.Top__kvSliderArrows {
  display: flex;
  margin-left: 25px;
}
.Top__kvSliderArrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #002E5D;
}
.Top__kvSliderArrows .slick-arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: no-repeat center;
  background-size: 6px 10px;
}
.Top__kvSliderArrows .slick-prev::before {
  background-image: url(/image/top/ico_kvSlider_btn_prev.png);
}
.Top__kvSliderArrows .slick-next {
  margin-left: 16px;
}
.Top__kvSliderArrows .slick-next::before {
  background-image: url(/image/top/ico_kvSlider_btn_next.png);
}

.Top__kvSlider > .Top__kvSliderItem {
  margin-bottom: 30px;
}

.Top__kvSlider > .Top__kvSliderItem:not(:first-child) {
  display: none;
}

.Top__notice {
  border: 2px solid #D84532;
  padding: 20px 10px;
  color: #D84532;
  font-weight: 600;
  margin-top: 20px;
}
.Top__noticeTtl {
  display: flex;
  align-items: center;
}
.Top__noticeTtl .Ico {
  margin-right: 10px;
}
.Top__noticeLink {
  text-decoration: underline;
}

.Top__sec {
  padding: 60px 0;
}
.Top__secHeading {
  margin-bottom: 40px;
}
.Top__secCateLink {
  display: flex;
  justify-content: flex-end;
}

.Top__newsCard {
  height: 100%;
}
.Top__newsCard .Card__header {
  padding-top: calc(100% / 305 * 160);
}
.Top__newsCard .Card__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
}
.Top__newsCardDate {
  font-family: "Roboto", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.Top__newsCardCate {
  padding-bottom: 5px;
  border-bottom: 1px solid #014793;
  font-size: 1.2rem;
  line-height: 1;
}
.Top__newsCardCate.-event {
  border-color: #EF6363;
}
.Top__newsCardCate.-shop {
  border-color: #2E8BF0;
}
.Top__newsCardCate.-media {
  border-color: #17BEAC;
}
.Top__newsCardTtl {
  width: 100%;
  margin-top: 15px;
}

.Top__mission {
  background-color: #F9F7F7;
  padding: 60px 30px;
}
.Top__missionInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.Top__missionCatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.Top__missionCatchImg {
  min-height: 0%;
  margin-bottom: 15px;
}
.Top__missionCatchTxt {
  font-family: "Noto Sans JP", arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  color: #002E5D;
  font-weight: 600;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  text-align: center;
}
.Top__missionCardList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
}
.Top__missionCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(1, 71, 147, 0.1);
  transition: 300ms easein;
  transition-property: box-shadow;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Top__missionCardIco {
  min-height: 0%;
}
.Top__missionCardTxt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #002E5D;
  font-weight: 600;
  text-align: center;
  height: 4.2rem;
}
.Top__missionBtn {
  max-width: 320px;
  width: 100%;
}
.Top__missionCaption {
  line-height: 2;
}

.Top__searchTypeTab {
  max-width: 100%;
  margin-bottom: 15px;
}
.Top__searchTypeTabItem.-active .Top__searchTypeTabLabel {
  background: #2E8BF0;
  color: #FFFFFF;
}
.Top__searchTypeTabItem.-active.-cat .Top__searchTypeTabLabel {
  background: #EF6363;
}
.Top__searchTypeTtl {
  margin-bottom: 20px;
}
.Top__searchTypeTtlIco {
  width: 20px;
  height: 2px;
  background: #2E8BF0;
}
.Top__searchTypeTtlTxt {
  margin-left: 10px;
}
.Top__searchTypeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Top__searchTypeListItem {
  width: 23%;
}
.Top__searchTypeLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 10px;
  color: #002E5D;
  font-weight: 600;
  box-shadow: 0px 4px 16px rgba(1, 71, 147, 0.1);
  transition: 300ms easein;
  transition-property: box-shadow, border-color;
}
.Top__searchTypeLinkImg {
  min-height: 0%;
  width: calc(100% * (100 / 144));
}
.Top__searchTypeLinkTxt {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  color: #121212;
}
.Top__searchType.-cats .Top__searchTypeTtlIco {
  background-color: #EF6363;
}

.Top__searchBaby {
  padding: 40px 25px;
  background: #FFFFFF;
  border-radius: 10px;
  order: 4;
}
.Top__searchBabyTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.Top__searchBabyTtl::before, .Top__searchBabyTtl::after {
  content: "";
  display: block;
  width: 37px;
  height: 39px;
  background: url(/image/top/illust_particle_baby.svg) no-repeat center;
}
.Top__searchBabyTtl::after {
  transform: rotate(90deg);
}
.Top__searchBabyTtlInner {
  margin: 0 30px;
}
.Top__searchBabyTtlTxt {
  font-size: 1.3rem;
  color: #002E5D;
  font-weight: 600;
  font-family: "Noto Sans JP", arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
.Top__searchBabyList {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
}
.Top__searchBabyListItem {
  width: 15%;
  text-align: center;
}
.Top__searchBabyLink {
  font-size: 1.3rem;
  line-height: 1.2;
}
.Top__searchBabyLinkImg {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  background: #F3F6F9;
  border-radius: 10px;
  overflow: hidden;
}
.Top__searchBabyLinkImg img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.Top__searchBabyLinkDate {
  display: block;
  margin-bottom: 8px;
}
.Top__searchBabyLinkName {
  height: 2.4em;
  font-weight: 600;
  color: #002E5D;
}

.Top__searchForm {
  padding: 40px 25px;
  background: #FFFFFF;
  border-radius: 10px;
  order: 5;
}
.Top__searchFormTtl {
  font-size: 1.8rem;
  color: #002E5D;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.Top__searchFormRow {
  display: flex;
  margin-bottom: 10px;
}
.Top__searchFormItem {
  width: 100%;
}
.Top__searchFormItem .RadioSwitch {
  max-width: 100%;
}
.Top__searchFormItem + .Top__searchFormItem {
  margin-left: 10px;
}
.Top__searchFormSubmit {
  margin-top: 20px;
}
.Top__searchForm .Btn {
  min-width: 100%;
}

.TopService__HeadingIco.Ico {
  width: 64px;
  margin-left: -2px;
}

.Top__specialsListItem {
  border-top: 1px solid #DCE6F2;
}
.Top__specialsLink {
  padding: 20px 0;
}
.Top__specialsLinkImg {
  position: relative;
  background: #F3F6F9;
  border-radius: 10px;
  overflow: hidden;
}
.Top__specialsLinkImg::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.Top__specialsLinkImg img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.Top__specialsLinkTtl {
  margin-bottom: 10px;
  color: #002E5D;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
}

.Top__illust {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.Top__illustImg {
  max-width: 612px;
  width: 100%;
}
.Top__illust img {
  width: 100%;
  height: auto;
}

.Top__ig {
  position: relative;
  padding: 80px 0;
}
.Top__ig::before, .Top__ig::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
}
.Top__ig::before {
  bottom: 300px;
  transform: translateX(-359px);
  width: 92px;
  height: 112px;
  background: url(/image/top/illust_ig_balloon.svg) no-repeat center top;
}
.Top__ig::after {
  bottom: 293px;
  transform: translateX(221px);
  width: 171px;
  height: 112px;
  background: url(/image/top/illust_ig_pet.svg) no-repeat center/contain;
}
.Top__igTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.Top__igTtlIco {
  position: relative;
  top: -1px;
  margin-right: 19px;
}
.Top__igTtlTxt {
  font-family: "Montserrat", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  color: #002E5D;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.Top__igCaption {
  line-height: 2;
  margin-bottom: 43px;
}
.Top__igSlider {
  margin-top: 60px;
  pointer-events: none;
}
.Top__igSliderImg {
  display: block !important;
  margin: 0 7px;
  width: 220px;
}
.Top__igSliderImgInner {
  background: #F3F6F9 center;
  background-size: cover;
  padding-top: 100%;
}
.Top__igSlider::before, .Top__igSlider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 60px;
  background: linear-gradient(to right, #F9F7F7, rgba(249, 247, 247, 0));
  z-index: 1;
}
.Top__igSlider::before {
  left: 0;
}
.Top__igSlider::after {
  right: 0;
  transform: rotate(180deg);
}

.Top__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
}
.Top__bannerLink {
  display: block;
  max-width: 800px;
  width: 100%;
}
.Top__bannerLink img {
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgba(1, 71, 147, 0.1);
  transition: opacity 0.3s ease-out, box-shadow 0.3s ease-out !important;
}
.Top__bannerLink + .Top__bannerLink {
  margin-top: 30px;
}
.Top__banner img {
  transition: 300ms easein;
  transition-property: opacity;
}

.Top__breeder {
  padding: 60px 40px 40px;
  background: #F3F6F9;
}
.Top__breederInner {
  max-width: 1160px;
  margin: 0 auto;
}
.Top__breederHeading {
  margin-bottom: 10px;
}
.Top__breederImg {
  border-radius: 10px;
  overflow: hidden;
}
.Top__breederImg img {
  width: 100%;
}
.Top__breederCaption {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .Top__header {
    padding-top: 20px;
  }
  .Top__kvSliderWrap {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Top__kvSliderItem {
    position: relative;
  }
  .Top__kvSliderItem::before {
    content: "";
    display: block;
    padding-top: calc(480 / 1280 * 100%);
  }
  .Top__kvSliderItem img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
  .Top__noticeLink:hover, .Top__noticeLink:focus {
    text-decoration: none;
  }
  .Top__notice {
    display: flex;
  }
  .Top__noticeTtl {
    width: 210px;
    justify-content: center;
    font-size: 1.8rem;
  }
  .Top__noticeTtl .Ico {
    margin-right: 10px;
  }
  .Top__noticeTxt {
    display: flex;
    align-items: center;
    width: calc(100% - 210px);
  }
  .Top__sec.-news {
    background-repeat: no-repeat;
    background-image: url(/image/top/illust_news_bg.svg);
    background-position: right 40px top 40px;
  }
  .Top__sec.-news .Top__secCateLink {
    margin-top: 35px;
  }
  .Top__sec.-specials .Top__secCateLink {
    margin-top: 45px;
  }
  .Top__missionCard:hover, .Top__missionCard:focus {
    box-shadow: 0px 4px 16px rgba(1, 71, 147, 0);
  }
  .Top__mission {
    border-radius: 10px;
  }
  .Top__missionWrap {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Top__missionCaption {
    margin-bottom: 40px;
    text-align: center;
  }
  .Top__missionCardListItem {
    position: relative;
    width: 16%;
    max-width: 180px;
  }
  .Top__missionCardListItem::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .Top__missionCard {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
  }
  .Top__missionCardIco {
    width: 40%;
    max-width: 76px;
    margin-bottom: 5%;
  }
  .Top__search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Top__searchTypeLink:hover, .Top__searchTypeLink:focus {
    border-color: #2E8BF0;
    box-shadow: 0px 4px 16px rgba(1, 71, 147, 0);
  }
  .Top__searchType.-cats .Top__searchTypeLink:hover, .Top__searchType.-cats .Top__searchTypeLink:focus {
    border-color: #EF6363;
  }
  .Top__searchType {
    display: block !important;
    width: calc((100% - 32px) / 2);
    margin-bottom: 40px;
  }
  .Top__searchTypeTab {
    display: none;
  }
  .Top__searchTypeListItem {
    position: relative;
  }
  .Top__searchTypeListItem:nth-child(n+5) {
    margin-top: calc(8% / 3);
  }
  .Top__searchTypeListItem::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .Top__searchTypeLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .Top__searchBaby {
    width: 70%;
  }
  .Top__searchForm {
    width: calc(30% - 20px);
  }
  .Top__searchFormInner {
    max-width: 300px;
    margin: 0 auto;
  }
  .Top__specialsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Top__specialsListItem {
    width: 48%;
  }
  .Top__specialsListItem:not(:nth-last-child(n+3)) {
    border-bottom: 1px solid #DCE6F2;
  }
  .Top__specialsLink {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .Top__specialsLinkImg {
    width: 50%;
    max-width: 300px;
  }
  .Top__specialsLinkCont {
    width: calc(50% - 20px);
  }
  .Top__igCaption {
    position: relative;
    text-align: center;
  }
  .Top__igCaption::before, .Top__igCaption::after {
    content: "";
    position: absolute;
    top: -41px;
    left: 50%;
    display: block;
    width: 37px;
    height: 39px;
    background: url(/image/top/illust_particle_baby.svg) no-repeat center;
  }
  .Top__igCaption::before {
    transform: translateX(-362px);
  }
  .Top__igCaption::after {
    transform: translateX(318px) rotate(90deg);
  }
  .Top__igLink {
    margin: 0 auto;
  }
  .Top__igLink.Btn {
    max-width: 280px;
  }
  .Top__bannerLink:hover img, .Top__bannerLink:focus img {
    box-shadow: none;
    opacity: 0.6;
  }
  .Top__breeder {
    border-radius: 10px;
  }
  .Top__breederWrap {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Top__breederInner::after {
    content: "";
    display: block;
    clear: both;
  }
  .Top__breederCaption {
    font-size: 1.4rem;
  }
  .Top__breederHeading, .Top__breederCaption, .Top__breederLinkList {
    float: left;
    width: 69%;
  }
  .Top__breederCaption {
    line-height: 2;
  }
  .Top__breederImg {
    float: right;
    width: 28%;
  }
  .Top__breederLinkList {
    display: flex;
    flex-wrap: wrap;
  }
  .Top__breederLinkListItem {
    width: 240px;
    margin: 0 20px 20px 0;
  }
  .Top__breederLinkListItem .Top__breederLink {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Top__kvSlider {
    border-radius: 0;
  }
  .Top__kvSliderController {
    padding: 0 20px;
    justify-content: space-between;
  }
  .Top__kvSliderArrows {
    margin-left: 0;
  }
  .Top__kvSliderArrows .slick-next {
    margin-left: 10px;
  }
  .Top__kvSliderDots button {
    width: 16px;
    height: 16px;
  }
  .Top__kvSliderDots button::before {
    width: 6px;
    height: 6px;
  }
  .Top__notice {
    padding: 18px;
  }
  .Top__noticeTtl {
    margin-bottom: 7px;
  }
  .Top__noticeTxt {
    font-size: 1.3rem;
  }
  .Top__sec {
    padding: 40px 0;
  }
  .Top__secHeading {
    margin-bottom: 20px;
  }
  .Top__sec .Top__secCateLink {
    margin-top: 22px;
  }
  .Top__sec.-mission {
    background-position: center bottom 40px;
    background-size: auto 80px;
  }
  .Top__newsCard .Card__inner {
    flex-direction: row;
  }
  .Top__newsCard .Card__header {
    width: 30%;
    min-width: 100px;
    padding: 0;
  }
  .Top__newsCard .Card__header::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .Top__newsCard .Card__body {
    width: 70%;
    min-width: calc(100% - 100px);
    padding: 15px 15px 0 15px;
    align-content: flex-start;
  }
  .Top__newsCardTtl {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .Top__newsCardList > .Top__newsCardListItem + .Top__newsCardListItem {
    margin-top: 10px;
  }
  .Top__mission {
    padding: 40px 20px;
  }
  .Top__missionCatch {
    margin-bottom: 28px;
  }
  .Top__missionCatchImg {
    max-width: 160px;
  }
  .Top__missionCatchTxt {
    font-size: 1.8rem;
  }
  .Top__missionCaption {
    margin-bottom: 28px;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .Top__missionCardList {
    flex-wrap: wrap;
  }
  .Top__missionCardListItem {
    width: calc((100% - 10px) / 2);
  }
  .Top__missionCardListItem:nth-child(n+3) {
    margin-top: 10px;
  }
  .Top__missionCard {
    border-radius: 10px;
    padding: 10px;
  }
  .Top__missionCardIco {
    width: 50%;
    max-width: 38px;
    margin-bottom: 5px;
  }
  .Top__missionCardTxt {
    height: 3em;
    font-size: 1.3rem;
    line-height: 1.5;
    align-items: center;
  }
  .Top__missionBtn {
    max-width: 335px;
    width: 100%;
  }
  .Top__searchType {
    margin-bottom: 30px;
  }
  .Top__searchType .Top__searchTypeTtl {
    display: none;
  }
  .Top__searchTypeList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }
  .Top__searchTypeListItem {
    width: 100%;
  }
  .Top__searchTypeListItem:nth-child(n+6):not(.-all) {
    display: none;
  }
  .Top__searchTypeLink {
    height: 100%;
    padding: 4px;
  }
  .Top__searchTypeLinkImg {
    margin-top: 0;
    width: 50%;
    max-width: 60px;
  }
  .Top__searchBaby {
    padding: 20px;
  }
  .Top__searchBabyTtl {
    margin-bottom: 15px;
  }
  .Top__searchBabyTtlInner {
    margin: 0 10px;
  }
  .Top__searchBabyTtlImg {
    width: 140px;
    margin-bottom: 5px;
  }
  .Top__searchBabyTtl::before, .Top__searchBabyTtl::after {
    content: "";
    display: block;
    width: 26px;
    height: 27px;
    background-size: 26px;
  }
  .Top__searchBabyList {
    flex-wrap: wrap;
    min-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  .Top__searchBabyListItem {
    width: calc((100% - 12px) / 2);
  }
  .Top__searchBabyListItem:nth-child(n+3) {
    margin-top: 5px;
  }
  .Top__searchBabyListItem:nth-child(3), .Top__searchBabyListItem:nth-child(6) {
    display: none;
  }
  .Top__searchForm {
    padding: 20px;
    margin-bottom: 30px;
  }
  .Top__searchFormTtl {
    margin-bottom: 15px;
  }
  .Top__searchFormSubmit.-md {
    font-size: 1.6rem;
  }
  .Top__searchForm .SelectBox select {
    height: 44px;
  }
  .Top__searchForm .SelectBox__bg::after {
    top: 19px;
    right: 10px;
  }
  .TopService__HeadingIco.Ico {
    width: 46px;
  }
  .TopService.Heading__ico {
    margin-right: 13px;
  }
  .Top__specialsList {
    border-bottom: 1px solid #DCE6F2;
  }
  .Top__specialsLink {
    display: block;
    padding: 30px 0 25px;
  }
  .Top__specialsLinkImg {
    margin-bottom: 15px;
  }
  .Top__specialsLinkTtl {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .Top__specialsLinkTxt {
    font-size: 1.3rem;
  }
  .Top__ig {
    padding: 40px 20px 30px;
  }
  .Top__ig::before {
    bottom: 158px;
    transform: translateX(-101px);
    width: 65px;
    height: 82px;
    background-size: 100% auto;
  }
  .Top__ig::after {
    bottom: 153px;
    transform: translateX(-20px);
    width: 121px;
    height: 78px;
    background-size: contain;
  }
  .Top__igTtl {
    margin-bottom: 25px;
  }
  .Top__igTtlIco {
    margin-right: 15px;
  }
  .Top__igTtlTxt {
    font-size: 2.4rem;
  }
  .Top__igCaption {
    margin-bottom: 25px;
  }
  .Top__igCaption::before, .Top__igCaption::after {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    display: block;
    width: 37px;
    height: 39px;
    background: url(/image/top/illust_particle_baby.svg) no-repeat center;
  }
  .Top__igSlider {
    margin: 109px -20px 0;
  }
  .Top__igSliderImg {
    margin: 0 3px;
    width: 128px;
  }
  .Top__igLink.-md {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .Top__bannerLink + .Top__bannerLink {
    margin-top: 20px;
  }
  .Top__banner {
    margin: 40px 0;
  }
  .Top__breeder {
    padding: 40px 20px;
  }
  .Top__breederInner {
    display: flex;
    flex-direction: column;
  }
  .Top__breederHeading {
    margin-bottom: 15px;
  }
  .Top__breederImg {
    order: 2;
    margin-bottom: 30px;
  }
  .Top__breederCaption {
    order: 1;
    margin-bottom: 25px;
  }
  .Top__breederLinkList {
    order: 3;
  }
  .Top__breederLinkListItem + .Top__breederLinkListItem {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .Top__igCaption::before, .Top__igCaption::after {
    display: none;
  }
}