@charset "utf-8";
/* CSS Document */
.header,.main-wrapbox{
    overflow: hidden;
}
/* ---------- company info box ---------- */
.company_info_box .company_table {
  padding: clamp(16px, 3vw, 28px) clamp(28px, 6vw, 70px) 0;
  background: #fff;
}

.company_info_box .company_row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(18px, 2.5vw, 28px) 0;
  border-bottom: 1px dotted rgba(123, 93, 80, 0.42);
}



.company_info_box .company_td {
  color: #7b5d50;
}

.company_info_box .company_td p {
  color: #7b5d50;
  letter-spacing: 0.08em;
  line-height: 2;
}
    .company_info_box .company_th {
  position: relative;
  width: fit-content;

  letter-spacing: 0.08em;
  line-height: 2;
}

/* ---------- button ---------- */
.franchise_info_section .franchise_contact_btn {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.franchise_info_section .franchise_contact_btn a {
  min-width: 230px;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1080px) {
    .company_info_box .company_th {
  color: #ef7fab;
          padding-left: 18px;
}

.company_info_box .company_th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef7fab;
}
  .company_info_box .company_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .company_info_box .company_th {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .franchise_info_section .condition_list {
    grid-template-columns: 1fr;
  }
}


/* ---------- contact tel ---------- */
.contact_tel_section .contact_tel_box {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 78px) clamp(24px, 5vw, 70px);
  border-radius: clamp(44px, 7vw, 90px);
  background: #fffbed;
  box-sizing: border-box;
}

.contact_tel_section .contact_tel {
  gap: 10px;
}

.contact_tel_section .contact_tel p {
  color: #7b5d50;
  letter-spacing: 0.08em;
}

.contact_tel_section .contact_tel .tel_num {
  color: #ef7fab;
  line-height: 1;
}

.contact_tel_section .contact_titlebox {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(-22px, -3vw, -10px);
}

/* ---------- titlebox1 works ---------- */
.titlebox1 .feature_lead {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.12em;
}
.titlebox1 .feature_lead::before, .titlebox1 .feature_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #ef7fab;
}
.titlebox1 .feature_lead::before {
  right: calc(100% + 14px);
  transform: translateY(-50%) rotate(55deg);
}
.titlebox1 .feature_lead::after {
  left: calc(100% + 14px);
  transform: translateY(-50%) rotate(-55deg);
}
.titlebox1 h2 {
  letter-spacing: 0.18em;
  line-height: 1;
}
.titlebox1 h2 span {
  color: #ef7fab;
}
/* ---------- swiper_a ---------- */
body:not(.gjs-dashed)　.swiper_a {
  width: 100%;
  height: clamp(220px, 24vw, 320px);

}
.swiper_a .swiper-wrapper {
  align-items: center;
  overflow: visible;
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  width: auto;
  flex: 0 0 auto;
  margin-right: clamp(18px, 3vw, 42px) !important;
  border-radius: clamp(28px, 4vw, 58px);
  overflow: hidden;
  opacity: 1 !important;
}
.swiper_a .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  object-fit: cover;
}
/* 1,3,5枚目：大きめ */
.swiper_a .swiper-slide:nth-child(odd) {
  width: clamp(240px, 26vw, 380px);
  height: clamp(140px, 15vw, 220px);
}
/* 2,4枚目：小さめ */
.swiper_a .swiper-slide:nth-child(even) {
  width: clamp(140px, 15vw, 220px);
  height: clamp(110px, 12vw, 170px);
  transform: translateY(clamp(24px, 4vw, 52px));
}
@media screen and (max-width: 576px) {
  .swiper_a {
    height: 210px;
  }
  .swiper_a .swiper-slide {
    margin-right: 18px !important;

  }
  .swiper_a .swiper-slide:nth-child(odd) {
    width: 240px;
    height: 140px;
  }
  .swiper_a .swiper-slide:nth-child(even) {
    width: 150px;
    height: 120px;
    transform: translateY(34px);
  }
}
/* ---------- pagelinks_f ---------- */
.pagelinks_f {
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
}
.pagelinks_f a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(170px, 18vw, 230px);
  padding: 14px 24px;
  border: 2px solid #ef7fab;
  border-radius: 9999px;
  box-sizing: border-box;
  background: #fff;
  color: #ef7fab;
  text-decoration: none;
  transition: ease 0.3s;
}
.pagelinks_f a > .flex {
  justify-content: center;
  align-items: center;
}
.pagelinks_f a p {
  color: #ef7fab;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: ease 0.3s;
}
.pagelinks_f a.active, .pagelinks_f a:hover {
  background: #ef7fab;
}
.pagelinks_f a.active p, .pagelinks_f a:hover p {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .pagelinks_f {
    flex-wrap: wrap;
  }
  .pagelinks_f a {
    min-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .pagelinks_f {
    gap: 10px;
  }
  .pagelinks_f a {
    min-width: 100%;
    padding: 13px 18px;
  }
}
/* ---------- section03 link ---------- */
.link_section {
  position: relative;
  overflow: hidden;
}
.link_section .link_card_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 70px);
  width: min(1280px, 100%);
  margin: 0 auto;
}
.link_section .link_card {
  background: #f7f7f7;
  border-radius: 8px;
}
.link_section .link_card_inner {
  padding: clamp(34px, 4vw, 52px) clamp(20px, 5vw, 58px);
  box-sizing: border-box;
}
.link_section .link_card h2 {
  letter-spacing: 0.12em;
}
.link_section .link_card_faq h2 {
  color: #78c2dd;
}
.link_section .link_dots {
  width: 118px;
  height: 5px;
  margin: 10px auto clamp(22px, 3vw, 34px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.link_section .link_dots_pink {
  background-image: radial-gradient(circle, #ef7fab 2px, transparent 2px);
}
.link_section .link_dots_blue {
  background-image: radial-gradient(circle, #78c2dd 2px, transparent 2px);
}
.link_section .link_txtlist {
  display: grid;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(26px, 3vw, 38px);
}
.link_section .link_txtlist p {
  position: relative;
  letter-spacing: 0.08em;
}
.link_section .link_txtlist p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 13px;
  height: 13px;
  border: 2px solid #ef7fab;
  border-radius: 50%;
  box-sizing: border-box;
}
.link_section .link_card_faq .link_txtlist p::before {
  border-color: #78c2dd;
}
.link_section .link_btn {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .link_section .link_card_list {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }
}
.link_section .link_txtlist {
  display: grid;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(26px, 3vw, 38px);
}
.link_section .link_txtitem {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
}
.link_section .link_txtitem img {
  display: block;
  width: 30px;
  flex: 0 0 auto;
}
.link_section .link_txtitem p {
  letter-spacing: 0.08em;
}
.link_section .link_txtlist p::before {
  content: none;
}
/* ---------- section02 service ---------- */
.service_section {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.service_section .service_wave {
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
.service_section .service_wave img {
  display: block;
  width: 100%;
}
.service_section .service_wave_top {
  margin-bottom: -1px;
}
.service_section .service_wave_bottom {
  margin-top: -1px;
}
.service_section .service_content {
  position: relative;
  z-index: 2;
  background: #fffbed;
}
.service_section .service_titlebox {
  position: relative;
}
.service_section .service_title_en {
  justify-content: center;
  align-items: center;
  gap: 0;
}
.titlebox1 .service_title_en img {
  display: block;
  width: clamp(100px, 5.5vw, 120px);
}
.service_section .service_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(70px, 8vw, 120px) clamp(56px, 8vw, 120px);
  width: min(1280px, 100%);
  margin: 0 auto;
}
.service_section .service_item {
  position: relative;
  min-height: clamp(330px, 34vw, 430px);
  padding: clamp(36px, 4vw, 54px) clamp(24px, 4vw, 42px) clamp(30px, 4vw, 48px);
  box-sizing: border-box;
  text-align: center;
  background: none;
  z-index: 1;
}
.service_section .service_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.service_section .service_num {
  position: absolute;
  left: clamp(10px, 3vw, 20px);
  top: clamp(28px, 3vw, 42px);
  width: clamp(54px, 6vw, 72px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5ce69;
  z-index: 3;
}
.service_section .service_img {
  width: 100%;
  height: clamp(150px, 18vw, 230px);
  margin: 0 auto clamp(18px, 2vw, 26px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_section .service_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.service_section .service_item h3 {
  letter-spacing: 0.08em;
}
.service_section .service_dots {
  width: 118px;
  height: 5px;
  margin: 10px auto 18px;
  background-image: radial-gradient(circle, #f5ce69 2px, transparent 2px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.service_section .service_btn {
  margin-right: auto;
  margin-left: auto;
}
.service_section .service_btn a {
  min-width: clamp(150px, 16vw, 200px);
  padding: 13px 20px;
}
.service_section .service_btn img {
  width: 22px;
}
@media screen and (max-width: 900px) {
  .service_section .service_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service_section .service_list {
    gap: 54px 36px;
  }
  .service_section .service_item {
    min-height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .service_section .service_content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .service_section .service_list {
    grid-template-columns: 1fr;
    width: min(360px, 100%);
    gap: 44px;
  }
  .service_section .service_item {
    min-height: 330px;
  }
  .service_section .service_num {
    left: 6px;
  }
}
/* ---------- section02 feature ---------- */
.service_section .feature_titlebox .feature_lead {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
}
.service_section .feature_titlebox .feature_lead::before, .service_section .feature_titlebox .feature_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #ef7fab;
}
.service_section .feature_titlebox .feature_lead::before {
  left: -30px;
  transform: translateY(-50%) rotate(60deg);
}
.service_section .feature_titlebox .feature_lead::after {
  right: -30px;
  transform: translateY(-50%) rotate(-60deg);
}
.service_section .feature_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 8vw, 50px) clamp(42px, 6vw, 90px);
  width: 100%;
  margin: 0 auto;
}
.service_section .feature_item {
  position: relative;
  text-align: center;
}
.service_section .feature_item2, .service_section .feature_item5 {
  transform: translateY(clamp(60px, 7vw, 110px));
}
.service_section .feature_num {
  position: absolute;
  left: clamp(8px, 2vw, 24px);
  top: clamp(0px, 1vw, 12px);
  z-index: 2;
  width: clamp(54px, 6vw, 72px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5ce69;
}
.service_section .feature_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto clamp(18px, 2vw, 26px);
  overflow: hidden;
  border-radius: 50%;
}
.service_section .feature_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_section .feature_item h3 {
  letter-spacing: 0.08em;
}
.service_section .feature_dots {
  width: 100%;
  max-width: 180px;
  height: 5px;
  margin: 10px auto 16px;
  background-image: radial-gradient(circle, #f5ce69 2px, transparent 2px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.service_section .feature_item .body_txt {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.service_section .feature_num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: clamp(70px, 8vw, 100px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("https://booboo-pet.co.jp/system_panel/uploads/images/circle3.png") no-repeat center center / contain;
}
.service_section .feature_item:nth-child(even) .feature_num {
  background-image: url("https://booboo-pet.co.jp/system_panel/uploads/images/circle4.png");
}
@media screen and (max-width: 900px) {
  .service_section .feature_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service_section .feature_item2, .service_section .feature_item5 {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .service_section .feature_list {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .service_section .feature_img {
    width: min(260px, 86%);
  }
}
/* ---------- feature position adjust ---------- */
.service_section .feature_item2, .service_section .feature_item5 {
  transform: translateY(clamp(70px, 8vw, 120px));
}
@media screen and (max-width: 900px) {
  .service_section .feature_item2, .service_section .feature_item5 {
    transform: none;
  }
}
/* ---------- section01 about ---------- */
.about_section {
  position: relative;
  overflow: hidden;
}
.about_section .about_wrap {
  align-items: center;
  justify-content: space-between;
  gap: clamp(50px, 8vw, 110px);
}
.about_section .about_imgbox {
  position: relative;
  width: min(48%, 560px);
  flex: none;
}
.about_section .deco_line {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 3;
  width: clamp(56px, 6vw, 86px);
}
.about_section .deco_line img, .about_section .deco_circle img, .about_section .about_logo img {
  display: block;
  width: 100%;
}
.about_section .about_txtbox {
  position: relative;
}
.about_section .about_logo {
  position: absolute;
  right: clamp(0px, 3vw, 40px);
  bottom: clamp(-80px, -6vw, -40px);
  width: clamp(120px, 13vw, 180px);
  margin: 0;
  z-index: 2;
}
.about_section .about_logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .about_section .about_logo {
    position: static;
    margin: clamp(24px, 4vw, 40px) auto 0;
  }
}
.about_section .deco_circle {
  position: absolute;
  pointer-events: none;
}
.about_section .deco_circle1 {
  left: -15%;
  bottom: -8%;
  width: clamp(230px, 14vw, 230px);
  z-index: -1;
}
.about_section .deco_circle2 {
  right: -20%;
  top: -8%;
  width: clamp(130px, 14vw, 190px);
  z-index: -1;
}
.about_section .about_txtbox {
  position: relative;
  flex: 1;
  min-width: 0;
}
.about_section .body_txt {}
.about_section .about_logo {
  width: clamp(120px, 13vw, 180px);
  margin-top: clamp(20px, 3vw, 36px);
  margin-left: clamp(160px, 18vw, 260px);
}
@media screen and (max-width: 900px) {
  .about_section .about_wrap {
    flex-direction: column;
    gap: 50px;
  }
  .about_section .about_imgbox {
    width: min(520px, 92%);
  }
  .about_section .about_txtbox {
    width: 100%;
    padding-right: 0;
  }
  .about_section .about_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .about_section .about_imgbox {
    width: 100%;
  }
}
/* ---------- about detail ---------- */
.about_detail_section .about_detail_list {
  display: grid;
  gap: clamp(80px, 10vw, 150px);
}
.about_detail_section .about_detail_item {
  align-items: center;
  justify-content: space-between;
  gap: clamp(50px, 8vw, 110px);
}
.about_detail_section .about_imgbox {
  width: 44%;
}
.about_detail_section .about_txtbox {
  flex: 1;
  min-width: 0;
}
.about_detail_section .about_detail_item2 .about_txtbox {
  padding-right: 0;
}
.about_detail_section .titlebox2 h2 {
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}
.about_detail_section .body_txt {}
.about_detail_section .deco_circle1 {
  left: -12%;
  bottom: -10%;
  width: clamp(130px, 14vw, 200px);
  z-index: -1;
}
.about_detail_section .deco_circle2 {
  right: -8%;
  top: -16%;
  width: clamp(130px, 14vw, 200px);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .about_detail_section .about_detail_item, .about_detail_section .about_detail_item2 {
    flex-direction: column;
    gap: 42px;
  }
  .about_detail_section .about_imgbox {
    width: min(520px, 92%);
  }
  .about_detail_section .about_txtbox, .about_detail_section .about_detail_item2 .about_txtbox {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .about_detail_section .about_detail_list {
    gap: 70px;
  }
  .about_detail_section .about_imgbox {
    width: 100%;
  }
  .about_detail_section .titlebox2 h2 {
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}
/* ---------- pagetitle1 ---------- */
.pagetitle1 {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 10vw, 140px) clamp(20px, 5vw, 70px) clamp(48px, 6vw, 80px);
  box-sizing: border-box;
}
.pagetitle1 .pagetitle_bg {
  position: relative;
  width: min(1440px, 100%);
  height: clamp(220px, 26vw, 340px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: clamp(42px, 6vw, 86px);
}
.pagetitle1 .pagetitle_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(80, 55, 40, 0.18);
  pointer-events: none;
}
.pagetitle1 .pagetitle_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagetitle1 .pagetitle_txtbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(500px, 80%);
  transform: translate(-50%, -35%);
}
.pagetitle1 .pagetitle_txtbox p {
  letter-spacing: 0.16em;
}
.pagetitle1 .pagetitle_txtbox h1 {
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}
.pagetitle1 .pagetitle_deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.pagetitle1 .pagetitle_deco img {
  display: block;
  width: 100%;
}
.pagetitle1 .pagetitle_deco_left {
  left: clamp(0px, 5vw, 90px);
  bottom: clamp(0px, 4vw, 54px);
  width: clamp(140px, 13vw, 180px);
}
.pagetitle1 .pagetitle_deco_right {
  right: clamp(0px, 5vw, 90px);
  bottom: clamp(0px, 5vw, 70px);
  width: clamp(140px, 15vw, 210px);
}
@media screen and (max-width: 576px) {
  .pagetitle1 {
    padding-top: 90px;
  }
  .pagetitle1 .pagetitle_bg {
    height: 260px;
  }
  .pagetitle1 .pagetitle_deco_left {
    width: 96px;
  }
  .pagetitle1 .pagetitle_deco_right {
    width: 110px;
  }
}
.titlebox1 .service_title_en {
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
}
.titlebox1 .service_title_en h2 span {
  color: #ef7fab;
}
.titlebox2 {
  position: relative;
}
.titlebox2 h2 {
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}
.titlebox2 .en_title {
  letter-spacing: 0.12em;
}

@media screen and (max-width: 576px) {
  .titlebox2 h2 {
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}
.beforeline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.beforeline::before {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #d8c6ad;
  flex: none;
}
.header {
  left: 0;
  width: 100%;
  padding-left: clamp(220px, 22vw, 320px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header.is_scroll {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.48) 58%, rgba(255, 255, 255, 0) 100%);
  box-shadow: none;
}
/* ---------- search button ---------- */
.fv_search_btn {
  position: fixed;
  left: clamp(12px, 3vw, 40px);
  bottom: clamp(14px, 3vw, 40px);
  z-index: 9997;
  width: clamp(130px, 14vw, 190px);
  display: block;
  text-decoration: none;
  background: none;
}
.fv_search_btn > img {
  display: block;
  width: 100%;
  height: auto;
}
.fv_search_btn .search_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fv_search_btn .search_icon {
  width: clamp(22px, 2.2vw, 30px);
  margin: 0 auto clamp(8px, 1vw, 12px);
}
.fv_search_btn .search_icon img {
  display: block;
  width: 100%;
}
.fv_search_btn p {
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .fv_search_btn {
    left: 10px;
    bottom: 12px;
    width: clamp(92px, 28vw, 120px);
  }

  .fv_search_btn .search_txt {
    width: 90%;
  }

  .fv_search_btn .search_icon {
    width: clamp(17px, 5vw, 22px);
    margin-bottom: 5px;
  }

  .fv_search_btn p {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .fv_search_btn p.default_txt2 {
    font-size: 11px;
  }
}

.masked_img {
  width: min(520px, 100%);
  aspect-ratio: 529.9 / 487.6;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.masked_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ---------- btn_pink ---------- */
.btn_pink {
  width: fit-content;
}
.btn_pink a {
  display: block;
  padding: 18px clamp(28px, 3vw, 36px);
  border-radius: 999px;
  background: #ef7fab;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.btn_pink a > .flex {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.btn_pink p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
.btn_pink img {
  display: block;
  width: 28px;
  height: auto;
  flex: none;
}
.btn_pink a:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}
.btn_pink a {
  position: relative;
  overflow: hidden;
}
.btn_pink a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  transform: translateX(-105%) skewX(-18deg);
  transition: transform 0.45s ease;
}
.btn_pink a > .flex {
  position: relative;
  z-index: 2;
}
.btn_pink img {
  transition: transform 0.35s ease;
}
.btn_pink a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(239, 127, 171, 0.25);
}
.btn_pink a:hover::before {
  transform: translateX(105%) skewX(-18deg);
}
.btn_pink a:hover img {
  transform: rotate(18deg) scale(1.15);
}
.btn_blue a {
  background: #78c2dd;
}
.btn_blue a:hover {
  background: #62b4d3;
}
.btn_blue a:hover {
  box-shadow: 0 12px 24px rgba(120, 194, 221, 0.25);
}
@media screen and (max-width: 576px) {
  .btn_pink a {
    min-width: 220px;
    padding: 16px 26px;
  }
  .btn_pink img {
    width: 24px;
  }
}
.header {
  position: fixed;
  overflow: visible;
}
body {
  position: relative;
}
body.on::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: clamp(120px, 14vw, 190px);
  background: url("https://booboo-pet.co.jp/system_panel/uploads/images/fv0.png") no-repeat center top / 100% 100%;
  pointer-events: none;
}
.header, .head_logo, .head_fixnav, .menu-wrap, .main-wrap, .fv {
  position: relative;
  z-index: 1;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(68px, 6vw, 82px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 clamp(180px, 9vw, 230px) 0 clamp(220px, 22vw, 320px);
  box-sizing: border-box;
  z-index: 999;
}
.head_logo {
  position: fixed;
  top: clamp(14px, 1.7vw, 22px);
  left: clamp(24px, 3vw, 48px);
  width: clamp(160px, 20vw, 340px);
  z-index: 1000;
	transition: ease 0.3s;
}
.head_logo.is_scroll{
  width: clamp(160px, 16vw, 260px);
}
.head_logo a, .head_logo img {
  display: block;
  width: 100%;
}
.header .headnav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 4vw, 64px);
}
.header .headnav a {
  display: block;
  text-decoration: none;
}
.header .headnav a p {
  margin: 0;
  color: #6f493d;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header .headnav a:hover p {
  opacity: 0.6;
}
.head_fixnav {
  position: fixed;
  top: clamp(14px, 1.5vw, 20px);
  right: clamp(22px, 2.6vw, 36px);
  z-index: 1001;
}
.head_fixnav .menu-bt {
  width: clamp(72px, 7vw, 84px);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: url("https://booboo-pet.co.jp/system_panel/uploads/images/circle1.png") no-repeat center center / contain;
  cursor: pointer;
  box-sizing: border-box;
}
.head_fixnav .menu-bt .line {
  position: relative;
  width: 22px;
  height: 17px;
}
.head_fixnav .menu-bt .line > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: ease 0.3s;
}
.head_fixnav .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.head_fixnav .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.head_fixnav .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
.head_fixnav .menu-bt p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(2) {
  opacity: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(255, 248, 250, 0.98);
}
.menu-wrap > div {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: clamp(90px, 10vw, 140px) 40px 60px;
  box-sizing: border-box;
  overflow: auto;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
  gap: clamp(36px, 7vw, 90px);
}
.menu-wrap .menuwrap_menu_box {
  min-width: 200px;
}
.menu-wrap .menuwrap_menu_box .en_title3 {
  color: #ee7fab;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
}
.menu-wrap .menuwrap_menu_box .ul .li {
  padding: 10px 0;
}
.menu-wrap .menuwrap_menu_box .ul .li a {
  text-decoration: none;
}
.menu-wrap .menuwrap_menu_box .ul .li p {
  color: #6f493d;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .header {
    padding-left: clamp(170px, 22vw, 240px);
  }
  .header .headnav {
    gap: clamp(18px, 3vw, 34px);
  }
  .header .headnav a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .header .headnav {
    display: none;
  }
  .header {
    height: 72px;
    padding: 0 92px 0 0;
  }
  .head_logo {
    top: 14px;
    left: 20px;
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    height: 64px;
  }
  .head_logo {
    width: 132px;
    left: 16px;
  }
  .head_fixnav {
    top: 10px;
    right: 14px;
  }
  .head_fixnav .menu-bt {
    width: 62px;
  }
  .menu-wrap > div {
    padding: 90px 24px 40px;
  }
  .menu-wrap .menuwrap_menu {
    flex-direction: column;
    gap: 28px;
  }
  .menu-wrap .menuwrap_menu_box {
    width: 100%;
    min-width: 0;
  }
}
/* ---------- fv news slider ---------- */
.fv_news_slider {
  position: absolute;
  left: 50%;
  bottom: clamp(-18px, -1.5vw, -8px);
  z-index: 8;
  width: min(640px, 72%);
  transform: translateX(-50%);
}
.fv_news_slider .contents {
  width: 100%;
}
.fv_news_slider .webgene-blog {
  position: relative;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(129, 99, 83, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}
.fv_news_slider .webgene-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px) rotateX(18deg);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.fv_news_slider .webgene-item.active {
  opacity: 1;
  transform: translateY(0) rotateX(0);
  pointer-events: auto;
}
.fv_news_slider .webgene-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 clamp(24px, 3vw, 44px);
  box-sizing: border-box;
  text-decoration: none;
}
.fv_news_slider .item {
  width: 100%;
  gap: clamp(18px, 2vw, 28px);
  min-width: 0;
}
.fv_news_slider .label1 {
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(16px, 2vw, 28px);
}
.fv_news_slider .catelabel, .fv_news_slider .date {
  position: relative;
}
.fv_news_slider .catelabel::after, .fv_news_slider .date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(clamp(16px, 2vw, 28px) * -0.5);
  width: 1px;
  height: 22px;
  background: rgba(129, 99, 83, 0.35);
  transform: translateY(-50%);
}
.fv_news_slider .label1 {
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(14px, 2vw, 24px);
}
.fv_news_slider .catelabel {
  color: #e798b8;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.fv_news_slider .date {
  color: #b69d82;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.fv_news_slider h3 {
  flex: 1;
  min-width: 0;
  color: #70554a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.fv_news_slider .over-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 576px) {
  .fv_news_slider {
    width: 92%;
  }
  .fv_news_slider .webgene-blog {
    height: 50px;
  }
  .fv_news_slider .webgene-item a {
    padding: 0 18px;
  }
  .fv_news_slider .item {
    gap: 12px;
  }
  .fv_news_slider h3 {
    font-size: 12px;
  }
}
/* ---------- footer contact upper ---------- */
.footer_contact_section {
  position: relative;
  overflow: hidden;
  background: #fffbed;
}
.footer_contact_section .footer_contact_wrap {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(48px, 7vw, 100px);
}
.footer_contact_section .footer_contact_imgbox {
  width: min(44%, 470px);
  flex: none;
}
.footer_contact_section .main_img, .footer_contact_section .sub_img {
  overflow: hidden;
  border-radius: 8px;
}
.footer_contact_section .main_img img, .footer_contact_section .sub_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_contact_section .main_img {
  aspect-ratio: 1.1 / 1;
  margin-bottom: 12px;
}
.footer_contact_section .sub_img_wrap {
  gap: 12px;
}
.footer_contact_section .sub_img {
  width: calc(50% - 6px);
  aspect-ratio: 1 / 0.8;
}
.footer_contact_section .footer_contact_infobox {
  flex: 1;
  min-width: 0;
}
.footer_contact_section .info_row {
  align-items: flex-start;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px dotted rgba(123, 93, 80, 0.35);
}
.footer_contact_section .info_row:first-child {
  border-top: none;
}
.footer_contact_section .label {
  width: 90px;
  flex: none;
}
.footer_contact_section .txt {
  flex: 1;
  min-width: 0;
}
.footer_contact_section .txt p {
  letter-spacing: 0.08em;
  line-height: 2;
}
.footer_contact_section .footer_btns {
  gap: 10px;
  width: 100%;
  margin: 14px 0;
  justify-content: flex-start;
}
.footer_contact_section .footer_btns .btn_pink a {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .footer_contact_section .info_row {
    display: block;
  }
  .footer_contact_section .label {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .footer_contact_section .footer_contact_wrap {
    flex-direction: column;
    align-items: center;
    gap: clamp(36px, 6vw, 70px);
  }
  .footer_contact_section .footer_contact_imgbox {
    width: min(560px, 100%);
  }
  .footer_contact_section .footer_contact_infobox {
    width: min(760px, 100%);
  }
}
/* ---------- footer lower ---------- */
.footer {
  position: relative;
  overflow: hidden;
  background: #fffbed;
  border-top: 1px dotted rgba(123, 93, 80, 0.35);
}
.footer .footer_contents {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(40px, 7vw, 90px);
}
.footer .footer_left {
  width: min(38%, 500px);
}
.footer .footer_logo {
  width: clamp(180px, 20vw, 260px);
  margin-bottom: 18px;
}
.footer .footer_logo img {
  display: block;
  width: 100%;
}
.footer .footer_address p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.footer .footer_tel {
  margin-top: 18px;
  letter-spacing: 0.08em;
}
.footer .footer_tel span {
  color: #ef7fab;
  letter-spacing: 0.08em;
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: clamp(44px, 7vw, 90px);
}
.footer .footer_nav_col {
  display: grid;
  gap: 16px;
}
.footer .footer_nav_col a {
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none;
}
.footer .footer_nav_col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef7fab;
}
.footer .footer_sns a {
  display: block;
  width: clamp(38px, 4vw, 52px);
}
.footer .footer_sns img {
  display: block;
  width: 100%;
}

.copyright {
  background: #ef7fab;
  padding: 16px 20px;
  text-align: center;
}
.copyright p {
  color: #fff;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .footer_contact_section .footer_contact_wrap, .footer .footer_contents {
    display: block;
    max-width: 520px;
    margin: auto;
  }
  .footer_contact_section .footer_contact_imgbox, .footer .footer_left {
    width: 100%;
    max-width: 520px;
    margin: 0 auto clamp(34px, 5vw, 50px);
  }
  .footer .footer_logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer_sns {
    width: fit-content;
    margin: 0px auto;
  }
}
@media screen and (max-width: 576px) {
  .footer_contact_section .info_row {
    display: block;
  }
  .footer_contact_section .label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.footer .footer_right {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: clamp(38px, 5vw, 64px);
}
.footer .footer_right > .box {
  align-items: flex-start;
  gap: clamp(40px, 7vw, 90px);
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: clamp(46px, 8vw, 110px);
}
.footer .footer_nav_col {
  display: grid;
  gap: 16px;
}
.footer .footer_nav_col a {
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none;
  transition: ease 0.3s;
}
.footer .footer_nav_col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef7fab;
  transition: ease 0.3s;
}
.footer .footer_nav_col a p {
  transition: ease 0.3s;
}
.footer .footer_nav_col a:hover {
  transform: translateX(6px);
}
.footer .footer_nav_col a:hover::before {
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: #f5ce69;
}
.footer .footer_nav_col a:hover p {
  color: #ef7fab;
}
.footer .footer_sns {
  flex: 0 0 auto;
}
.footer .footer_sns a {
  display: block;
  width: clamp(38px, 4vw, 52px);
}
.footer .footer_sns img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .footer .footer_contents {
    flex-direction: column;
    align-items: center;
    gap: clamp(34px, 6vw, 58px);
    text-align: center;
  }
  .footer .footer_left, .footer .footer_right {
    width: min(680px, 100%);
  }
  .footer .footer_logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer_address {
    text-align: left;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer_tel {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer_right {
    justify-items: center;
  }
  .footer .footer_right > .box {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
  }
  .footer .footer_nav {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: clamp(42px, 12vw, 110px);
    text-align: left;
  }
  .footer .footer_sns {
    flex: 0 0 auto;
  }
 
}
@media screen and (max-width: 768px) {
  .footer .footer_right > .box {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_nav {
    justify-content: center;
  }
}
/* ========================================
   店舗拡大中リンク（circle4.png）
======================================== */
.footer_shop_status {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 180px;
  min-height: 180px;
  margin-inline: auto;
  padding: 26px 14px;
  border: 0;
  background: transparent url("https://booboo-pet.co.jp/system_panel/uploads/images/circle4.png") center / contain no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer_shop_status::before {
  content: none;
}

.footer_shop_status .default_title4 {
  width: 154px;
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: normal;
}

.footer_shop_status .default_title4 span {
  color: #fff !important;
  font-size: 29px;
  line-height: 1;
  vertical-align: -0.03em;
}

.footer_shop_status:hover {
  opacity: 0.85;
}

.main-wrap {
  overflow: hidden;
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #F385AA;
}
.color2 {
  color: #F5CE69;
}
.color3 {
  color: #7EC0DB;
}
.bg1 {
  background: #FDFAEB;
}
.bg2 {}
.bg3 {}
.fontqu {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.08em;
}
.entitle1 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.12em;
}
.entitle2 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1em;
}
.entitle3 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.08em;
}
.entitle4 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.08em;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(22px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFe;
  color: #765A44;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #765A44;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #765A44;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}


/* ---------- header hover submenu ---------- */
@media screen and (min-width: 769px) {
  .headnav {
    overflow: visible;
  }

  .headnav > a {
    position: relative;
    overflow: visible;
  }

  .headnav > a::after {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 1000;
    min-width: 190px;
    padding: 10px 18px;
    border-radius: 4px;
    background-color: #fff;
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 1px),
      rgba(123, 93, 80, 0.35) calc(100% - 1px)
    );
    background-size: calc(100% - 36px) 2.65em;
    background-position: center 0;
    background-repeat: repeat-y;
    box-shadow: 0 8px 20px rgba(90, 66, 56, 0.12);
    color: #765a4c;
    font-size: clamp(13px, 1.05vw, 15px);
    font-weight: 500;
    line-height: 2.65;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: pre-line;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  .headnav > a:hover::after,
  .headnav > a:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .headnav > a:nth-child(1)::after {
    content: "新着情報";
  }

  .headnav > a:nth-child(2)::after {
    content: "コンセプト\A メッセージ\A BooBooだからできること";
    min-width: 210px;
  }

  .headnav > a:nth-child(3)::after {
    content: "訪問トリミング\A ペットシッター\A しつけ・飼育相談\A カヌサポ";
    min-width: 220px;
  }

  .headnav > a:nth-child(4)::after {
    content: "ご利用の流れ\A お客様の声\A Q&A\A 注意事項";
    min-width: 190px;
  }

  .headnav > a:nth-child(5)::after {
    content: "FCについて\A FCの特徴\A 応募条件\A 会社情報";
    min-width: 190px;
  }

  .headnav > a:nth-child(6)::after {
    content: "総合受付\A 地域店検索";
    min-width: 180px;
  }
}


/* hover submenu clickable */
@media screen and (min-width: 769px) {
  .headnav > a:hover::after,
  .headnav > a:focus-visible::after {
    pointer-events: auto;
    cursor: pointer;
  }
}


/* ---------- real clickable header dropdown ---------- */
@media screen and (min-width: 769px) {
  .headnav > a::after,
  .headnav_item > a::after {
    content: none !important;
    display: none !important;
  }

  .headnav_item {
    position: relative;
    display: flex;
    align-items: center;
  }

  .headnav_item > a {
    display: block;
  }

  .headnav_dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 1000;
    min-width: 200px;
    margin: 0;
    padding: 8px 18px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(90, 66, 56, 0.12);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .headnav_item:hover .headnav_dropdown,
  .headnav_item:focus-within .headnav_dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .headnav_dropdown li + li {
    border-top: 1px dotted rgba(123, 93, 80, 0.42);
  }

  .headnav_dropdown a {
    display: block;
    padding: 9px 4px;
    color: #765a4c;
    font-size: clamp(13px, 1.05vw, 15px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .headnav_dropdown a:hover,
  .headnav_dropdown a:focus-visible {
    color: #f06f9d;
    transform: translateX(3px);
  }
}


/* keep header dropdown hover connected */
@media screen and (min-width: 769px) {
  .headnav_item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 16px;
    background: transparent;
  }

  .headnav_item .headnav_dropdown {
    top: calc(100% + 14px);
  }
}
