@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: calc(clamp(85px, 6.3291139241vw, 100px) + 2rem);
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  gap: 1rem 1.5rem;
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 6rem);
  max-width: 172rem;
  padding-block: 1rem;
  font-size: clamp(1.3rem, 1.0126582278vw, 1.6rem);
}
#header .header__logo img {
  height: clamp(27px, 2.0886075949vw, 33px);
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: calc(1em + 0.2rem);
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#header .header__tel {
  flex-direction: row;
}
#header .header__tel .com-tel__num {
  font-size: 1em;
}
#header .header__tel .com-tel__num::before {
  font-size: calc(1em - 0.1rem);
}
#header .header__tel .com-tel__num span {
  font-size: max(1.6rem, 1.1875em);
}
#header .header__tel .com-tel__time {
  font-size: calc(1em - 0.1rem);
}
#header .header__ig {
  display: block;
  width: 2.8rem;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease-out;
}
#header .header__ig:hover {
  opacity: 0.64;
}
#header .header__btn {
  height: 2.875em;
  min-height: 4rem;
  font-size: 1em;
  outline-offset: -0.25em;
}
#header .header__btn:has(+ .header__btn) {
  margin-right: -1rem;
}
#header .header__btn--line {
  width: 14em;
  font-size: calc(1em - 0.1rem);
}
#header .header__btn--mail {
  width: 8.75em;
}
#header.header--ent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
#header.header--ent .header__inner {
  max-width: 186rem;
  padding-block: 2rem;
}
#header.header--ent .header__tel .com-tel__num {
  color: var(--color-white);
}
#header.header--ent .header__tel .com-tel__num::before {
  color: var(--color-white);
  font-size: 1.25em;
}
#header.header--ent .header__tel .com-tel__num > span {
  font-size: 1.875em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 2.5rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
}
#footer .footer__logo {
  margin-bottom: 3rem;
}
#footer .footer__tel {
  align-items: flex-start;
  padding-bottom: 1rem;
}
#footer .footer__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#footer .footer__btn {
  height: 4.6rem;
}
#footer .footer__btn--line {
  width: 21rem;
  font-size: 1.5rem;
}
#footer .footer__btn--mail {
  width: 14rem;
}
#footer .footer__ig {
  width: 2.8rem;
}
#footer .footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  line-height: 1.86667;
  border-radius: 100vh;
  background: #cbcbcb;
  transition: all 0.3s ease-out;
  margin-bottom: 2.2rem;
}
#footer .footer__link:hover {
  background: color-mix(in srgb, var(--color-main) 50%, #cbcbcb);
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 2.3rem 10rem;
}
.footer-nav__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link {
  padding-left: 2.5rem;
  position: relative;
  z-index: 0;
}
.footer-nav__link::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -2;
  transition: all 0.3s ease-out;
}
.footer-nav__link.current::before {
  width: 1.6rem;
}

/*コピーライト
-----------------------------*/
.copy--oth {
  padding-top: 7rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  align-items: flex-end;
  height: clamp(540px, 42.1875vw, 810px);
  padding-bottom: clamp(60px, 4.6875vw, 90px);
}
.visual__main::before, .visual__main::after {
  width: 50%;
  height: 100%;
}
.visual__catch--main {
  width: clamp(450px, 35.15625vw, 675px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 23.4042553191vw, 440px);
}
.visual__catch--sub {
  row-gap: 1em;
  height: 34.09091%;
  min-height: 11rem;
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
  padding-inline: clamp(26px, 2vw, 36px);
}
.visual__catch--sub .ja {
  font-size: 2.1em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-mincho);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.gnav__item::after {
  content: "";
  width: 1px;
  background: linear-gradient(to bottom, var(--color-main) 4px, transparent 4px, transparent 6px) repeat-y center/1px 6px;
  margin-inline: 1.25em;
}
.gnav__item:first-of-type::before {
  content: "";
  width: 1px;
  background: linear-gradient(to bottom, var(--color-main) 4px, transparent 4px, transparent 6px) repeat-y center/1px 6px;
  margin-right: 1.25em;
}
.gnav__item:last-of-type::after {
  margin-right: 0;
}
.gnav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 2.25em;
  min-height: 3rem;
  transition: all 0.3s ease-out;
}
.gnav__link > span {
  display: block;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.gnav__link .ja {
  font-size: calc(1em + 0.1rem);
}
.gnav__link .en {
  font-size: max(1rem, 0.75em);
  color: var(--color-accent);
}
.gnav__link:hover {
  transform: translateY(-0.3rem);
}
.gnav__link.current .ja {
  color: var(--color-accent);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb + .section {
  padding-top: clamp(120px, 8.7890625vw, 135px);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: clamp(100px, 7.8125vw, 120px);
}
.section:nth-last-of-type(2n + 1)::before {
  background-size: auto clamp(25px, 1.953125vw, 30px);
}
.section:last-of-type {
  padding-bottom: 10rem;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 1.8rem 1.5rem;
}
.com-tel__num {
  font-size: 1.9rem;
  margin-top: -0.3rem;
}
.com-tel__num::before {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 34rem;
  height: 6rem;
}
.com-btn--line {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-btn--line::before {
  width: 2.8rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.76471;
}
.com-table tr {
  border-bottom: dashed 1px var(--color-border);
}
.com-table tr:last-of-type {
  border-bottom: none;
}
.com-table tr th {
  text-align: center;
  width: 32rem;
  padding: 1.5rem 2rem;
}
.com-table tr td {
  padding: 1.5rem 4rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__image {
  width: 15rem;
}

/* ボックス
-----------------------------*/
.com-box--style02 {
  outline-offset: calc(-1rem - 2px);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
/*中タイトル
-----------------------------*/
.com-title02 {
  min-height: calc(5.7rem + max(1px, 0.2rem));
  padding-left: 5.2rem;
}
.com-title02::before {
  height: 3.7rem;
}
.com-title02.mid {
  min-height: calc(4.6rem + max(1px, 0.2rem));
  font-size: 2.6rem;
  padding-left: 4.5rem;
  padding-bottom: calc(2rem + max(1px, 0.2rem));
}
.com-title02.mid::before {
  height: 2.6rem;
}

/*小タイトル
-----------------------------*/
.com-title03.icon {
  min-height: 2.6rem;
  padding-left: 4.5rem;
}
.com-title03.icon::before {
  height: 2.6rem;
}
.com-title03.icon.line {
  min-height: calc(5rem + max(1px, 0.2rem));
  padding-bottom: calc(2.4rem + max(1px, 0.2rem));
}
.com-title03.line {
  padding-bottom: calc(3rem + max(1px, 0.2rem));
}

/*===============================================
  共通
===============================================*/
/* お問い合わせバナー
-----------------------------*/
.com-bnr {
  display: grid;
  grid-template-columns: 1fr 47rem;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 10rem 9rem;
}
.com-bnr::after {
  width: 90vw;
  min-width: 128rem;
  max-width: 170rem;
  height: clamp(282px, 22.03125vw, 423px);
}
.com-bnr__heading {
  align-items: flex-start;
  text-align: left;
  padding-top: 0.6rem;
  margin-left: 2.5rem;
}
.com-bnr__heading::before {
  width: 26.4rem;
  top: -4.4rem;
  left: calc(50% - 1.9rem);
}
.com-bnr__heading .sub {
  font-size: 2.6rem;
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
}
.com-bnr__heading .sub::before {
  width: 3.5rem;
  top: -3rem;
  left: -2.5rem;
}
.com-bnr__heading .sub::after {
  aspect-ratio: 286/17;
  height: 1.7rem;
  left: 0;
}
.com-bnr__heading .main {
  font-size: 3.6rem;
  line-height: 1.44445;
}
.com-bnr__heading .main::before {
  width: 6rem;
  left: 16rem;
  top: calc((1lh - 1em) / 2);
}
.com-bnr__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1.4rem;
}
.com-bnr__items > * {
  width: 100%;
}
.com-bnr__tel {
  flex-direction: row;
  padding-bottom: 1.4rem;
}
.com-bnr__tel .com-tel__num {
  font-size: 2.6rem;
}
.com-bnr__tel .com-tel__num::before {
  font-size: 1.8rem;
}
.com-bnr__tel .com-tel__time {
  font-size: 1.6rem;
}
.com-bnr--home {
  width: 1080px;
  margin: 8rem auto 0;
}
.com-bnr--home::after {
  bottom: clamp(-194px, -10.1041666667vw, -130px);
}
.com-bnr--intro::after {
  min-width: 118rem;
  max-width: 146rem;
  bottom: clamp(-96px, -5vw, -64px);
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  height: clamp(600px, 46.3541666667vw, 890px);
  min-height: calc(100vh - 4rem);
}
.entrance__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
.entrance__items:has(.entrance__item:last-of-type:nth-of-type(2)) {
  grid-template-columns: repeat(2, 1fr);
}
.entrance__items:has(.entrance__item:last-of-type:nth-of-type(2)) .entrance__item--official::before {
  background-image: url(../img/entrance/bg_official-sp.jpg);
}
.entrance__item {
  padding-bottom: clamp(2rem, 21.2rem - 10vw, 6rem);
}
.entrance__item--official::before {
  background: url(../img/entrance/bg_official-pc.jpg) no-repeat center/cover;
}
.entrance__item--hidden::after {
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
  padding-bottom: clamp(2rem, 21.2rem - 10vw, 6rem);
}
.entrance__title {
  width: 77.34375%;
  min-width: 34.65rem;
  max-width: 49.5rem;
  padding-bottom: 11.71875%;
}
.entrance__news {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.125em 2.5em;
  width: 87rem;
  padding: 4rem;
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
  position: absolute !important;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.entrance__heading {
  font-size: 2.375em;
  align-self: flex-end;
  margin-bottom: 0;
}
.entrance__heading > span {
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.entrance__posts,
.entrance .com-empty {
  grid-row: span 2;
}
.entrance .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.875em;
}
.entrance__post {
  padding-bottom: calc(1em - 0.2rem);
  margin-bottom: 1.25em;
}
.entrance__post .com-post__link {
  font-size: 1em;
  gap: 1rem;
}
.entrance__post .com-post__date {
  font-size: calc(1em - 0.2rem);
  line-height: 1.71429;
}
.entrance__post .com-post__tags {
  font-size: calc(1em - 0.3rem);
  line-height: 1.84616;
}
.entrance__post .com-post__heading {
  font-size: calc(1em - 0.1rem);
  line-height: 2;
}
.entrance__link {
  align-self: flex-start;
  line-height: 1.5;
}

/*===============================================
  トップページ
===============================================*/
/*血統書付き・健康保証付きで
初めての方も安心
-----------------------------*/
.top-about {
  padding-block: 10rem;
}
.top-about::before {
  width: 112%;
  min-width: 1560px;
  max-width: 1920px;
  height: clamp(216px, 16.8229166667vw, 323px);
  bottom: clamp(22px, 1.71875vw, 33px);
}
.top-about__inner {
  min-height: clamp(360px, 27.9220779221vw, 430px);
  padding-right: 54rem;
  position: relative;
}
.top-about__title {
  align-items: flex-start;
  text-align: left;
}
.top-about__title::after {
  width: 42px;
  margin-top: 1rem;
}
.top-about__text {
  line-height: 2.2353;
  line-break: anywhere;
}
.top-about__images {
  width: calc(50vw - 6rem);
  max-width: 90rem;
  min-width: 54rem;
  position: absolute;
  top: 0;
  left: calc(50% + 6rem);
}
.top-about__image--main {
  width: 74.445%;
  height: clamp(360px, 27.9220779221vw, 430px);
  margin-left: auto;
}
.top-about__image--main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 32% center;
     object-position: 32% center;
}
.top-about__image--sub {
  width: 52.3334%;
  min-width: 30rem;
  position: absolute;
  top: 0;
  left: -2px;
}
.top-about__image--sub::after {
  content: "";
  width: 7.7rem;
  aspect-ratio: 7/5;
  background: url(../img/index/deco_about-img.svg) no-repeat left top/contain;
  position: absolute;
  top: 5.5rem;
  left: -2.2rem;
  z-index: 1;
}

/*ペット紹介
-----------------------------*/
.top-introduction__inner {
  width: calc(100% - 10rem);
  max-width: 145rem;
}
.top-introduction__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
}
.top-introduction__item {
  width: calc((100% - clamp(60px, 4.6875vw, 90px)) / 4);
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
}
.top-introduction__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  height: 100%;
  padding-bottom: 5.4rem;
}
.top-introduction__link::after {
  width: 2.8rem;
  right: 1rem;
  bottom: 1rem;
}
.top-introduction__link > * {
  width: 100%;
}
.top-introduction__image {
  padding: 1rem 1rem 0;
}
.top-introduction__image img {
  aspect-ratio: 0.9411764706;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-introduction__image figcaption {
  width: 5.2941177em;
  font-size: calc(1em + 0.1rem);
  line-height: 1.88236;
  border-radius: 1rem 0 0 0;
  right: 1rem;
  bottom: 0;
}
.top-introduction__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  padding-inline: 1.25em;
}
.top-introduction__label {
  min-width: 6.4705883em;
  font-size: calc(1em + 0.1rem);
  padding: 2px 0.5em;
  top: 2rem;
}
.top-introduction__name {
  font-size: 1.375em;
  margin-bottom: 1rem;
}
.top-introduction__name > span {
  line-height: 1.5;
}
.top-introduction__fee .num {
  font-size: 1.25em;
}
.top-introduction__birthday {
  font-size: 0.875em;
}
.top-introduction__comment {
  padding-top: 1em;
  padding-inline: 1.25em;
}
.top-introduction__comment p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.top-introduction__btn {
  margin: 6rem auto 0;
}

/*私たちが選ばれる理由
-----------------------------*/
.top-reason__inner {
  position: relative;
  z-index: 0;
}
.top-reason__list {
  max-width: 74rem;
}
.top-reason__item {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 2.2rem;
  margin-bottom: 2rem;
}
.top-reason__item .num {
  font-size: 1.5rem;
  height: 6rem;
}
.top-reason__item .num::after {
  font-size: 2.8rem;
  margin-top: -0.4rem;
}
.top-reason__item p {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 3;
}
.top-reason__image {
  width: 95vw;
  min-width: 124rem;
  max-width: 152rem;
  text-align: right;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.3rem;
}
.top-reason__image img {
  width: calc(50% - 19.7rem);
  min-width: 45rem;
}
.top-reason__image::before {
  width: 125.7895%;
  max-width: 1912px;
  aspect-ratio: 1912/408;
  bottom: -34.13941%;
}
.top-reason__movie {
  height: 48.7rem;
  margin: 9.7rem auto 0;
}
.top-reason__movie video {
  border-radius: 2rem;
}

/*お知らせ・ブログ
-----------------------------*/
.top-news::after {
  max-width: 192rem;
  height: clamp(180px, 14.0625vw, 270px);
}
.top-news__box {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 6rem 5.5rem;
  padding: 6rem;
}
.top-news__box::after {
  width: 105vw;
  max-width: 1426px;
  height: clamp(286px, 22.3076923077vw, 319px);
  bottom: -4.8rem;
}
.top-news__title {
  align-self: flex-end;
  margin-bottom: 0;
}
.top-news__title > span:not(.en) {
  letter-spacing: -0.05rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news__item .com-post__heading {
  padding-right: 14rem;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 24rem;
}
.top-news__btn {
  align-self: flex-start;
}

/*===============================================
  ペット紹介
===============================================*/
/*一覧
-----------------------------*/
.intro-list__inner {
  width: calc(100% - 10rem);
  max-width: 145rem;
}
.intro-list__tags {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto 5rem;
}
.intro-list__tag {
  width: 20rem;
}
.intro-list__tag .com-btn {
  height: 100%;
  padding: 1.1rem 1.5rem;
}
.intro-list__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: clamp(20px, 1.5625vw, 30px);
}
.intro-list__item {
  width: calc((100% - clamp(60px, 4.6875vw, 90px)) / 4);
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
}
.intro-list__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  height: 100%;
  padding-bottom: 5.4rem;
}
.intro-list__link::after {
  width: 2.8rem;
  right: 1rem;
  bottom: 1rem;
}
.intro-list__link > * {
  width: 100%;
}
.intro-list__image {
  padding: 1rem 1rem 0;
}
.intro-list__image img {
  aspect-ratio: 0.9411764706;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-list__image figcaption {
  width: 5.2941177em;
  font-size: calc(1em + 0.1rem);
  line-height: 1.88236;
  border-radius: 1rem 0 0 0;
  right: 1rem;
  bottom: 0;
}
.intro-list__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  padding-inline: 1.25em;
}
.intro-list__label {
  min-width: 6.4705883em;
  font-size: calc(1em + 0.1rem);
  padding: 2px 0.5em;
  top: 2rem;
}
.intro-list__name {
  font-size: 1.375em;
  margin-bottom: 1rem;
}
.intro-list__name > span {
  line-height: 1.5;
}
.intro-list__fee .num {
  font-size: 1.25em;
}
.intro-list__birthday {
  font-size: 0.875em;
}
.intro-list__comment {
  padding-top: 1em;
  padding-inline: 1.25em;
}
.intro-list__comment p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.intro-list .com-empty {
  max-width: 1080px;
  margin-inline: auto;
}

/*詳細
-----------------------------*/
.intro-detail:has(.com-bnr) {
  padding-bottom: clamp(100px, 7.8125vw, 120px);
}
.intro-detail .com-bnr {
  margin-top: clamp(100px, 7.8125vw, 120px);
}
.intro-detail__images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.intro-detail__images .thumbnail__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.intro-detail__images .thumbnail__image {
  aspect-ratio: 1;
}
.intro-detail__images .thumbnail__image--main {
  width: 70.4rem;
  aspect-ratio: 704/714;
  margin: 0.3rem;
  flex-shrink: 0;
}
.intro-detail__images .thumbnail__image--sub img.is-active {
  outline: solid 1px var(--color-text);
  outline-offset: -1px;
}
.intro-detail__date {
  padding: 2rem 0 4rem;
}
.intro-detail__title {
  gap: 1.2rem 2rem;
}
.intro-detail__title .price {
  font-size: 2.4rem;
  line-height: 1.5;
}
.intro-detail__title .price .num {
  font-size: 3rem;
  line-height: 1;
}
.intro-detail__comment + .intro-detail__item {
  padding-top: 6rem;
}
.intro-detail__item {
  padding-top: 7rem;
}
.intro-detail__heading {
  padding-bottom: 1.8rem;
  margin-bottom: 3rem;
}
.intro-detail__heading:has(+ .intro-detail__item) {
  margin-bottom: 0;
}
.intro-detail__movie {
  height: 48.7rem;
}
.intro-detail__movie iframe {
  border-radius: 2rem;
}
.intro-detail__parents {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.intro-detail__parent {
  width: calc(50% - 1.5rem);
  padding: 5rem 3rem;
}
.intro-detail__label {
  gap: 1rem;
  padding: 1.7rem 1.5rem;
  top: 1.8rem;
}
.intro-detail__label .en {
  font-size: var(--font-size-h6);
  margin-block: -0.1em;
}
.intro-detail__label .ja {
  font-size: var(--font-size-xs);
}
.intro-detail__label::after {
  width: 1.9rem;
}
.intro-detail__thumb img {
  aspect-ratio: 1.7884615385;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-detail__status {
  line-height: 1.76471;
  row-gap: 2.2rem;
  padding-top: 3rem;
}
.intro-detail__status > * {
  padding-bottom: calc(2.1rem + (1em - 1lh) / 2);
}
.intro-detail__status dt {
  width: 13.5rem;
}

/*===============================================
  選ばれる理由
===============================================*/
/*私たちが選ばれる理由
-----------------------------*/
.reason-about::before {
  width: 98.125%;
  max-width: 1884px;
  height: clamp(216px, 16.8229166667vw, 323px);
  bottom: clamp(20px, 1.5625vw, 30px);
}
.reason-about::after {
  width: 98%;
  max-width: 1646px;
  height: clamp(150px, 10.0520833333vw, 193px);
  bottom: clamp(-8rem, 25vw - 44rem, 2rem);
}
.reason-about__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7rem 4rem;
  padding-top: 4rem;
}
.reason-about__item {
  width: 52rem;
  padding: 6rem 3rem 4rem;
  border-radius: 2rem;
}
.reason-about__heading {
  padding-inline: 2rem;
}
.reason-about__num {
  font-size: 1.5rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
.reason-about__num::after {
  font-size: 2.8rem;
  margin-top: -0.4rem;
}

/*保険について
-----------------------------*/
.reason-insurance::after {
  width: 98%;
  max-width: 1476px;
  height: clamp(320px, 25vw, 453px);
  bottom: -9px;
}
.reason-insurance__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
  padding-top: 6rem;
}
.reason-insurance__item {
  width: 52rem;
  padding: 4rem 3rem;
}
.reason-insurance__caption {
  margin-bottom: 3rem;
}
.reason-insurance__dotlist {
  line-height: 1.52942;
  row-gap: 2.4rem;
}
.reason-insurance__box {
  padding-top: 8rem;
}
.reason-insurance__body p {
  display: inline;
}
.reason-insurance__numlist {
  word-break: keep-all;
  padding-right: 15rem;
}
.reason-insurance__btn {
  margin: 7.5rem auto 0;
}

/*===============================================
  初めての方へ
===============================================*/
/*お迎えまでの流れ
-----------------------------*/
.beginner-flow__item {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-bottom: 7.2rem;
}
.beginner-flow__item::after {
  width: 10.9rem;
  height: calc(100% - 18.8rem);
  max-height: 34rem;
  left: 2rem;
  top: calc(50% + 7rem);
  transform: translateY(-50%);
}
.beginner-flow__inner {
  padding-top: 1.4rem;
}
.beginner-flow__heading {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-bottom: 2rem;
}
.beginner-flow__heading .num {
  font-size: 1.5rem;
  height: 6rem;
}
.beginner-flow__heading .num::after {
  font-size: 2.8rem;
  margin-top: -0.4rem;
}
.beginner-flow__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 3rem;
  row-gap: 3rem;
}
.beginner-flow__tel {
  flex-direction: row;
}
.beginner-flow__tel .com-tel__num {
  font-size: 2.6rem;
}
.beginner-flow__tel .com-tel__num::before {
  font-size: 1.8rem;
}
.beginner-flow__tel .com-tel__time {
  font-size: 1.6rem;
}
.beginner-flow__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.beginner-flow__btn {
  width: 38rem;
}
.beginner-flow__method {
  padding-top: 4rem;
}
.beginner-flow__method dt.icon {
  min-height: 2.4rem;
  font-size: 1.8rem;
  padding-left: 3rem;
  margin-bottom: 1.6rem;
}
.beginner-flow__method dt.icon::before {
  height: 2.4rem;
}

/*お願い・キャンセルについて
-----------------------------*/
.beginner-request__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.beginner-request__inner > * {
  width: calc(50% - 2rem);
}
.beginner-request__text {
  margin-top: calc(1rem + (1em - 1lh) / 2);
}

/*お迎えにかかる費用
-----------------------------*/
.beginner-cost__price {
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  margin-bottom: 8.6rem;
}
.beginner-cost__price li::after {
  width: 2.8rem;
  right: calc(100% + 1rem);
}
.beginner-cost__table {
  margin-bottom: 5.5rem;
}

/*お引き渡し方法と送料
-----------------------------*/
.beginner-method__inner {
  padding: 8rem;
}
.beginner-method__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 4rem;
  min-height: 13.9rem;
}
.beginner-method__item > * {
  width: 100%;
}
.beginner-method__item:last-of-type {
  min-height: auto;
}
.beginner-method__text {
  text-align: center;
  line-height: 1.76471;
  padding: 3.25rem 4rem;
  border-radius: 2rem;
  margin-top: 5rem;
}

/*支払い方法について
-----------------------------*/
.beginner-pay::after {
  width: 97.34375%;
  max-width: 1246px;
  height: clamp(315px, 26.25vw, 336px);
  bottom: -3.5rem;
}
.beginner-pay__list {
  font-size: 2.6rem;
  line-height: 1.5;
}
.beginner-pay__list li::after {
  margin-inline: 1em;
}

/*ポリシー
-----------------------------*/
.beginner-policy__inner {
  padding: 8rem;
}
.beginner-policy__list {
  margin-top: calc(1lh + 1lh - 1em);
}
.beginner-policy__item {
  margin-bottom: calc(1lh + 1lh - 1em);
}
.beginner-policy__item::before {
  width: 2em;
}

/*===============================================
  店舗情報
===============================================*/
/*店舗情報
-----------------------------*/
.shop-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shop-info__inner > * {
  width: calc(50% - 4rem);
}
.shop-info__inner + .shop-info__box {
  padding-top: 6rem;
}
.shop-info__list {
  line-height: 1.76471;
  align-self: center;
}
.shop-info__list dt {
  width: 16.5rem;
}
.shop-info__list dt,
.shop-info__list dd {
  padding-block: 1.5rem;
}
.shop-info__box {
  padding-top: 7rem;
}
.shop-info__map {
  height: 38rem;
}
.shop-info__map iframe {
  border-radius: 2rem;
}

/*ギャラリー
-----------------------------*/
.shop-gallery__scroll {
  margin-right: 6rem;
}
.shop-gallery__scroll:has(.shop-gallery__item:nth-of-type(9)) {
  overflow-y: scroll;
  height: 55rem;
  padding-right: 1.8rem;
  margin-right: 3rem;
}
.shop-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
}
.shop-gallery__heading {
  row-gap: 1.8rem;
  padding-top: 1.9rem;
}

/*ブリーダー紹介
-----------------------------*/
.shop-breeder__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
}
.shop-breeder__inner {
  width: 52rem;
}
.shop-breeder__caption {
  font-size: 2.6rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__list {
  padding: 4rem;
}
/* お知らせ 詳細
-----------------------------*/
.news-detail__title {
  margin-bottom: 2rem;
}
.news-detail__box {
  padding: 4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__lead {
  row-gap: 3rem;
  padding: 4rem;
  margin-bottom: 5rem;
}
.contact-form__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
.contact-form__tel .com-tel__num {
  font-size: 2.6rem;
}
.contact-form__tel .com-tel__num::before {
  font-size: 1.8rem;
}
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
  padding: 4rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
  padding: 3rem 4rem;
}
.sitemap-list__item:nth-of-type(5n) {
  border-bottom: none;
}
.sitemap-list__link {
  line-height: 1.41177;
  padding: 1.5rem 2rem;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 4rem;
}