@charset "UTF-8";
.fadeIn {
  opacity: 0;
  transition: 1s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
  transition-delay: 0.3s;
}

.fadeUp.is-show {
  opacity: 1;
  transform: translateY(0px);
}

* {
  min-height: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 81px; /* ヘッダーの高さ分だけオフセット */
}

body {
  padding-top: 0 !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  overflow: hidden;
  color: #474747;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    line-break: strict;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

picture {
  display: block;
}
@media screen and (max-width: 768px) {
  picture {
    text-align: center;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

.pc-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.icj-pagetop {
  display: none;
}

@media screen and (max-width: 768px) {
  .icj-pagetop.is-active {
    bottom: 100px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}
.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}
.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

.cmn-cv {
  display: none;
}

.cmn-footer {
  background: #8D8D8D;
}
@media screen and (max-width: 768px) {
  .cmn-footer {
    padding: 0;
  }
}

.cmn-footer-list-heading a,
.cmn-footer-list-content a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cmn-footer-list-content a {
    color: #333;
  }
}

.cmn-footer-list-heading a::before,
.cmn-footer-list-heading a::after {
  border-color: #fff;
}

.cmn-footer-icon img {
  filter: invert(100%);
}

.cmn-footer-list-bottom {
  justify-content: flex-start;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:first-child {
  display: none;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:last-child {
  margin-left: 30px;
}

.cmn-footer-copyright {
  background: #222222;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.txt_l-05 {
  letter-spacing: -0.05em;
}

.section-inner {
  width: 1440px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 24px;
  }
}

#menu-btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1001;
  width: 60px;
}
#menu-btn .menu_close {
  opacity: 0;
  display: none;
}
#menu-btn.active .menu_close {
  opacity: 1;
  display: block;
}
#menu-btn.active .menu_open {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #menu-btn {
    top: 10px;
    right: 10px;
    width: 60px;
  }
}

#menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.menu-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.menu_boxWrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.menu_block {
  z-index: 101;
  width: 693px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 122px;
  margin-top: 30px;
  overflow: auto;
  height: 92vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu_block {
    margin: auto;
    margin-top: 79px;
    margin-right: 20px;
    max-width: 353px;
    width: 89.82%;
    height: auto;
    max-height: 83vh;
    padding-top: 10px;
  }
  .menu_block::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #F87C7C transparent transparent #F87C7C;
    border-width: 10px;
    top: 0px;
    right: 20px;
    border-radius: 10px 0 0 0;
    transform: scaleX(0.5) rotate(45deg);
  }
}
.menu_block .menu_box {
  padding: 40px 0px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu_block .menu_box {
    display: block;
    padding: 20px 24px;
  }
}
.menu_block .menu_box a {
  color: #ffffff;
}
.menu_block .menu_box .titlArea {
  width: 278px;
  max-width: 43.92%;
  text-align: center;
}
.menu_block .menu_box .titlArea .icon {
  margin-bottom: 15px;
}
.menu_block .menu_box .titlArea .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.menu_block .menu_box .titlArea .text em {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .menu_block .menu_box .titlArea {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .menu_block .menu_box .titlArea a {
    color: #ffffff;
  }
  .menu_block .menu_box .titlArea .icon {
    width: 66px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .menu_block .menu_box .titlArea .text {
    font-size: min(26px, 6.6157vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu_block .menu_box .titlArea .text em {
    font-size: min(36px, 9.1603vw);
  }
  .menu_block .menu_box .titlArea .text::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/plus.svg);
    background-size: contain;
  }
  .menu_block .menu_box .titlArea.active .text::after {
    content: "";
    width: 25px;
    height: 3px;
    background-image: url(../images/minus.svg);
  }
}
.menu_block .menu_box .menu_list {
  display: block;
  width: 417px;
  max-width: 65.88%;
  border-left: 1px solid #fff;
  padding: 12px 0 20px;
  padding-left: 50px;
  padding-right: 60px;
}
.menu_block .menu_box .menu_list > li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu_block .menu_box .menu_list > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  color: #fff;
  font-size: 18px;
}
.menu_block .menu_box .menu_list > li a::after {
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(../images/arrow-down-small.svg);
  background-size: cover;
}
.menu_block .menu_box .menu_list > li + li a {
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .menu_block .menu_box .menu_list {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-left: none;
    margin: 20px 0 10px;
  }
  .menu_block .menu_box .menu_list > li a {
    padding-top: 13px;
    font-size: min(18px, 4.5801vw);
  }
  .menu_block .menu_box .menu_list > li a::after {
    content: "";
    width: 9px;
    height: 16px;
  }
  .menu_block .menu_box .menu_list > li + li a {
    padding-top: 13px;
  }
  .menu_block .menu_box .menu_list > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.menu_block .menu_box_cat {
  background-color: #F87C7C;
  border-radius: 20px 20px 0 0;
}
.menu_block .menu_box_dog {
  background-color: #FF9D24;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .menu_block .menu_box_cat {
    border-radius: 0;
  }
  .menu_block .menu_box_dog {
    border-radius: 0;
  }
}
.menu_block .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 23px 25px;
  color: #fff;
  font-size: min(20px, 5.089vw);
}
.menu_block .link a::after {
  content: "";
  width: 27px;
  height: 15px;
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
}
.menu_block .link.guide {
  background-color: #41A8C1;
}
.menu_block .link.land {
  background-color: #0D94B5;
}

.mvAreaWrap {
  background-image: url(../images/mv_bg.png);
  background-size: cover;
  background-position: center 40px;
  background-color: #FDF0D8;
  padding-bottom: 309px;
}
@media screen and (max-width: 768px) {
  .mvAreaWrap {
    padding-bottom: 45.8015vmin;
    background-image: url(../images/mv_bg_sp.png);
    background-position: center top;
  }
}

.mvArea {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: auto;
}

.mv_logo {
  position: absolute;
  top: 29px;
  left: 30px;
}
.mv_logo img {
  width: 127px;
}
@media screen and (max-width: 768px) {
  .mv_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 16.2888%;
  }
  .mv_logo img {
    width: 100%;
  }
}

.mv_ttlArea {
  position: absolute;
  top: 229px;
  left: 159px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .mv_ttlArea {
    top: 15.9%;
    left: 11.04%;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttlArea {
    position: static;
    padding: 0 5.09%;
    margin-top: -2px;
  }
}

.mv_ttl {
  line-height: 1.16;
  font-size: 38px;
  max-width: 332px;
}
.mv_ttl .img {
  display: block;
  margin-bottom: 11px;
}
.mv_ttl em {
  font-size: 52px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-top: 2px;
}
.mv_ttl em:last-child {
  letter-spacing: -0.07em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    width: 78.79%;
    margin: auto;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .mv_ttl img {
    width: 23.125vw;
  }
}

.mv_lead {
  margin-top: 27px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .mv_lead {
    font-size: max(14px, 1.11111vw);
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_lead {
    font-size: 16px;
    margin-top: 30px;
  }
}

.pet_tab_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .pet_tab_area {
    gap: 3.6%;
    margin-top: -25.190839vmin;
    padding: 0 2.54%;
  }
}
.pet_tab_area .pet_tab {
  position: relative;
  border: 3px solid;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
  width: 435px;
  max-width: 100%;
  height: 121px;
  background-color: #fff;
  cursor: pointer;
}
.pet_tab_area .pet_tab .pet_img {
  position: absolute;
  top: -94px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.pet_tab_area .pet_tab .text {
  font-size: 26px;
  text-align: center;
  padding-top: 51px;
  line-height: 0.96;
  font-weight: 700;
}
.pet_tab_area .pet_tab .text em {
  font-size: 36px;
}
.pet_tab_area .pet_tab.tab_cat {
  border-color: #F87C7C;
  color: #F87C7C;
}
.pet_tab_area .pet_tab.tab_cat.active {
  background-color: #F87C7C;
  color: #fff;
}
.pet_tab_area .pet_tab.tab_dog {
  border-color: #FF9D24;
  color: #FF9D24;
}
.pet_tab_area .pet_tab.tab_dog.active {
  background-color: #FF9D24;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pet_tab_area .pet_tab {
    width: 48.35%;
    max-width: 100%;
    height: 24.68193vmin;
    border-radius: 20px 20px 0 0;
  }
  .pet_tab_area .pet_tab .pet_img {
    top: -9.6692vmin;
    width: 59.17%;
  }
  .pet_tab_area .pet_tab .text {
    font-size: 4.07124vmin;
    padding-top: 11.45038vmin;
  }
  .pet_tab_area .pet_tab .text em {
    font-size: 6.61577vmin;
  }
}

.pet_content_area {
  background-color: #FFF9EF;
}
.pet_content_area .pet_content {
  display: none;
  background-image: url(../images/con_bg01.png);
  background-position: center 552px;
  background-size: auto;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translateZ(0);
}
.pet_content_area .pet_content.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pet_content_area .pet_content {
    background-image: none;
  }
}

/* Safariだけ override */
@supports (-webkit-touch-callout: none) {
  .pet_content_area .pet_content {
    background-size: 100%;
  }
}
/*ネコ
*****************************/
.pet_content_cat {
  padding-bottom: 0;
  /*展示場（猫）
  *****************************/
}
@media screen and (max-width: 768px) {
  .pet_content_cat {
    padding-bottom: 0;
  }
}
.pet_content_cat .pet_heading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 702px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .pet_heading {
    display: block;
    max-height: 100%;
  }
}
.pet_content_cat .pet_heading_textarea {
  background-color: #FBACAC;
  padding-right: 8.33%;
  padding-right: 0;
  margin: 0;
  padding-top: min(65px, 4.5138888vw);
  color: #fff;
  display: flex;
  justify-content: center;
  padding-left: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .pet_heading_textarea {
    padding-left: 6.1666vw;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .pet_heading_textarea {
    padding: 0 5.09%;
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
.pet_content_cat .pet_heading_title {
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: min(26px, 1.80555vw);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .pet_heading_title {
    font-size: max(34px, 3.47222vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .pet_heading_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pet_content_cat .pet_heading_text {
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .pet_heading_text {
    font-size: max(14px, 1.11111vw);
  }
}
.pet_content_cat .pet_heading_pet {
  padding-top: min(65px, 4.513888vw);
  width: 90.82%;
  max-width: 474.94px;
  margin: 0 auto;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .pet_heading_pet {
    display: none;
  }
}
.pet_content_cat .pet_heading_imgarea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 702px;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .point_block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_block {
    padding: 0 5.09%;
  }
}
.pet_content_cat .point_box {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pet_content_cat .point_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 44px;
    gap: 21px;
  }
}
.pet_content_cat .point_box_txtArea {
  width: 50%;
}
.pet_content_cat .point_box_txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #F87C7C;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
.pet_content_cat .point_box_txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_cat .point_box_txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_cat .point_box_txtArea .heading .title {
  font-size: 32px;
  padding: 15px 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-color: #F87C7C;
  line-height: 1.56;
}
.pet_content_cat .point_box_txtArea .text {
  margin-top: 32px;
}
.pet_content_cat .point_box_txtArea .pet_icon {
  margin-top: 51px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .point_box_txtArea .heading .title {
    font-size: 2.2222vw;
  }
  .pet_content_cat .point_box_txtArea .text {
    font-size: max(14px, 1.11111vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box_txtArea {
    width: 100%;
    position: relative;
  }
  .pet_content_cat .point_box_txtArea .heading .num {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 14px;
  }
  .pet_content_cat .point_box_txtArea .heading .num > em {
    font-size: 44px;
    margin-top: -15px;
  }
  .pet_content_cat .point_box_txtArea .heading .num::before {
    width: 32px;
    height: 35px;
    background-size: cover;
  }
  .pet_content_cat .point_box_txtArea .heading .title {
    font-size: 26px;
    padding: 7px 0 9px;
  }
  .pet_content_cat .point_box_txtArea .text {
    margin-top: 21px;
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .point_box_txtArea .pet_icon {
    margin-top: 0;
    position: absolute;
  }
}
.pet_content_cat .point_box_imgArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box_imgArea {
    width: 100%;
  }
}
.pet_content_cat .point_box01 .point_box_txtArea {
  width: 594px;
  max-width: 50.34%;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .point_box01 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_cat .point_box01 .point_box_txtArea .pet_icon {
  margin-left: -17px;
}
.pet_content_cat .point_box01 .point_box_imgArea {
  width: 480px;
  max-width: 40.64%;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box01 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .point_box01 .point_box_txtArea .pet_icon {
    margin-left: 0;
    transform: scale(-1, 1);
    width: 23.16%;
    max-width: 91px;
    top: 83px;
    right: 12px;
  }
  .pet_content_cat .point_box01 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_cat .point_box02 .point_box_txtArea {
  width: 523px;
  max-width: 44.258%;
}
.pet_content_cat .point_box02 .point_box_txtArea .num {
  margin-bottom: 20px;
}
.pet_content_cat .point_box02 .point_box_imgArea {
  width: 600px;
  max-width: 50.85%;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box02 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .point_box02 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 25.7%;
    max-width: 101px;
    top: 161px;
    right: 11px;
  }
  .pet_content_cat .point_box02 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_cat .point_box03 {
  justify-content: start;
}
.pet_content_cat .point_box03 .point_box_txtArea {
  width: 555px;
  max-width: 47.03%;
  margin-left: -16px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .point_box03 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_cat .point_box03 .point_box_txtArea .num {
  margin-bottom: 20px;
}
.pet_content_cat .point_box03 .point_box_txtArea .pet_icon {
  margin-top: 103px;
  margin-left: 43px;
}
.pet_content_cat .point_box03 .point_box_imgArea {
  width: 600px;
  max-width: 50.85%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .point_box03 {
    justify-content: space-between;
  }
  .pet_content_cat .point_box03 .point_box_imgArea {
    max-width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box03 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pet_content_cat .point_box03 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 25.7%;
    max-width: 101px;
    top: 9px;
    right: 8px;
    margin-top: 0;
  }
  .pet_content_cat .point_box03 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_cat .point_box04 .point_box_txtArea {
  width: 500px;
  max-width: 42.37%;
}
.pet_content_cat .point_box04 .point_box_txtArea .pet_icon {
  margin-top: 111px;
  margin-left: 57px;
}
.pet_content_cat .point_box04 .point_box_imgArea {
  width: 600px;
  max-width: 50.85%;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box04 {
    margin-top: 50px;
  }
  .pet_content_cat .point_box04 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .point_box04 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 25.7%;
    max-width: 101px;
    top: 12px;
    right: 11px;
    margin-top: 0;
  }
  .pet_content_cat .point_box04 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_cat .point_box05 {
  justify-content: start;
  padding-top: 6px;
}
.pet_content_cat .point_box05 .point_box_txtArea {
  width: 588px;
  max-width: 49.83%;
  position: absolute;
  right: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .point_box05 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_cat .point_box05 .point_box_txtArea .pet_icon {
  margin-top: 152px;
  margin-left: 83px;
}
.pet_content_cat .point_box05 .point_box_imgArea {
  width: 638px;
  max-width: 54.07%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .point_box05 .point_box_txtArea .pet_icon {
    margin-top: 50px;
  }
  .pet_content_cat .point_box05 .point_box_imgArea {
    max-width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .point_box05 {
    margin-top: 50px;
  }
  .pet_content_cat .point_box05 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .pet_content_cat .point_box05 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 13.23%;
    max-width: 52px;
    top: 35px;
    right: 11px;
    margin-top: 0;
  }
  .pet_content_cat .point_box05 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_cat .examples {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 72px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 209px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .examples {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .examples {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 72px;
    margin-top: 80px;
  }
}
.pet_content_cat .example_heading {
  text-align: center;
  width: 506px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 38px;
}
.pet_content_cat .example_heading .pet_img {
  position: absolute;
  top: -59px;
  left: 4px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_cat .example_heading .title {
  position: relative;
  font-size: 32px;
  color: #F87C7C;
}
.pet_content_cat .example_heading .title span {
  display: block;
  padding: 11px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #F87C7C;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_cat .example_heading .title::before, .pet_content_cat .example_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_cat .example_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #F87C7C transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .example_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .example_heading .title {
    font-size: max(24px, 2.6666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_heading {
    margin-bottom: 32px;
  }
  .pet_content_cat .example_heading .pet_img {
    top: -23px;
    left: 4px;
    right: 0px;
    width: 32.57%;
    max-width: 128px;
  }
  .pet_content_cat .example_heading .title {
    font-size: 26px;
  }
  .pet_content_cat .example_heading .title span {
    padding: 13px 0 17px;
    line-height: 1.54;
  }
  .pet_content_cat .example_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #F87C7C transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .example_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
}
.pet_content_cat .example_box + .example_box {
  padding-top: 50px;
  margin-top: 50px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_box + .example_box {
    padding-top: 30px;
    margin-top: 26px;
  }
}
.pet_content_cat .example_box_heading {
  display: flex;
  justify-content: space-between;
  gap: 62px;
  margin-bottom: 77px;
}
.pet_content_cat .example_box_heading .txtArea {
  width: 100%;
  flex: 1;
}
.pet_content_cat .example_box_heading .txtArea .heading {
  margin-bottom: 21px;
}
.pet_content_cat .example_box_heading .txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #F87C7C;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.pet_content_cat .example_box_heading .txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_cat .example_box_heading .txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_cat .example_box_heading .txtArea .heading .title {
  font-size: 26px;
  margin-bottom: 6px;
}
.pet_content_cat .example_box_heading .txtArea .heading .info {
  font-size: 16px;
  font-weight: 700;
}
.pet_content_cat .example_box_heading .imgArea {
  width: 382px;
  max-width: 36.73%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .example_box_heading .txtArea .heading .title {
    font-size: 2.1666vw;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .info {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .example_box_heading .txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_box_heading {
    display: block;
    margin-bottom: 33px;
  }
  .pet_content_cat .example_box_heading .txtArea {
    width: 100%;
  }
  .pet_content_cat .example_box_heading .txtArea .heading {
    margin-bottom: 3px;
    text-align: center;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .num {
    gap: 5px;
    font-size: 18px;
    margin-bottom: 5px;
    background-color: #F87C7C;
    color: #fff;
    justify-content: center;
    width: 44.62%;
    margin: auto;
    border-radius: 9999px;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .num > em {
    font-size: 40px;
    margin-top: -13px;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .num::before {
    width: 25px;
    height: 27px;
    background-image: url(../images/pet_footprints_w.svg);
    background-size: cover;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .title {
    font-size: 26px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 1.38;
  }
  .pet_content_cat .example_box_heading .txtArea .heading .info {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .example_box_heading .txtArea .img {
    width: 33.998%;
    max-width: 33.998%;
    margin: auto;
    margin-bottom: 17px;
    border-radius: 10px;
    overflow: hidden;
  }
  .pet_content_cat .example_box_heading .txtArea .img img {
    height: 20.7608vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pet_content_cat .example_box_heading .txtArea .text {
    font-size: min(16px, 4.0712vw);
  }
}
.pet_content_cat .example_box .example_madori {
  position: relative;
}
.pet_content_cat .example_box .example_madori .madoriImg {
  display: block;
  margin: auto;
}
.pet_content_cat .example_box .example_madori_exp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.pet_content_cat .example_box .example_madori_exp .exp {
  background-color: #fff;
  padding: 9px;
  border: 1px solid;
  border-color: #F87C7C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  flex: 1;
  position: relative;
}
.pet_content_cat .example_box .example_madori_exp .exp .imgArea img {
  width: 220px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pet_content_cat .example_box .example_madori_exp .exp .txtArea {
  flex: 1;
}
.pet_content_cat .example_box .example_madori_exp .exp .txtArea .title {
  font-size: 16px;
  color: #F87C7C;
  margin-bottom: 8px;
  line-height: 1.4;
}
.pet_content_cat .example_box .example_madori_exp .exp .txtArea .text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .example_box .example_madori_exp .exp {
    gap: 2.08333vw;
  }
  .pet_content_cat .example_box .example_madori_exp .exp .imgArea img {
    width: 21.333vw !important;
  }
  .pet_content_cat .example_box .example_madori_exp .exp .txtArea {
    flex: 1;
  }
  .pet_content_cat .example_box .example_madori_exp .exp .txtArea .title {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .example_box .example_madori_exp .exp .txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_box .example_madori .madori_img {
    margin-bottom: 24px;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap {
    position: relative;
    width: 280px;
    margin: auto;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .expListSlide .box {
    padding: 7.93%;
    border: 2px solid;
    border-color: #F87C7C;
    border-radius: 20px;
    height: auto;
    background-color: #fff;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .expListSlide .box .imgArea {
    margin-bottom: 12px;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .title {
    font-size: 20px;
    color: #F87C7C;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .title_5em {
    letter-spacing: -0.06em;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .slide_prev, .pet_content_cat .example_box .example_madori .expListSlideWrap .slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .slide_prev {
    left: -18px;
  }
  .pet_content_cat .example_box .example_madori .expListSlideWrap .slide_next {
    right: -18px;
  }
}
.pet_content_cat .example_box01 .example_madori .madoriImg {
  margin-top: min(-106px, -2.36111vw);
  width: 970px;
  max-width: 100%;
}
.pet_content_cat .example_box01 .example_madori_exp02 {
  margin-top: -4px;
}
.pet_content_cat .example_box01 .example_madori .exp02 {
  gap: 14px;
}
.pet_content_cat .example_box01 .example_madori .exp02 .imgArea {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pet_content_cat .example_box01 .example_madori .exp02 .imgArea img {
  width: 235px;
}
.pet_content_cat .example_box01 .example_madori .exp02 .txtArea {
  padding: 0 15px 13px;
}
.pet_content_cat .example_box01 .example_madori .exp03 .txtArea .title {
  letter-spacing: -0.11em;
}
.pet_content_cat .example_box01 .example_madori .exp04 .txtArea {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .example_box01 .example_madori .exp04 .txtArea {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 960px) {
  .pet_content_cat .example_box01 .example_madori .exp04 .txtArea {
    margin-bottom: 24px;
  }
}
@media (max-width: 827px) {
  .pet_content_cat .example_box01 .example_madori .exp04 .txtArea {
    margin-bottom: 0px;
  }
}
.pet_content_cat .example_box01 .example_madori .exp04 .txtArea .title {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_box01 .example_madori .madori_img {
    overflow-x: auto;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .img {
    width: 618px;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .img .scrollArea {
    display: flex;
    justify-content: space-between;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .img .scrollArea img {
    max-width: 100%;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(1) {
    top: 161px;
    left: 282px;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(2) {
    top: 0px;
    left: 408px;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(3) {
    top: 195px;
    left: 357px;
  }
  .pet_content_cat .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(4) {
    top: 195px;
    left: 389px;
  }
}
.pet_content_cat .example_box02 .example_box_heading {
  margin-bottom: 60px;
}
.pet_content_cat .example_box02 .example_madori {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.pet_content_cat .example_box02 .example_madori .madoriImg {
  margin-left: 40px;
  width: 400px;
  max-width: 100%;
}
.pet_content_cat .example_box02 .example_madori_exp {
  display: block;
}
.pet_content_cat .example_box02 .example_madori_exp .exp {
  padding-right: 25px;
}
.pet_content_cat .example_box02 .example_madori_exp01 {
  width: 480px;
  max-width: 46.15%;
}
.pet_content_cat .example_box02 .example_madori_exp02 {
  width: 500px;
  max-width: 48.08%;
}
.pet_content_cat .example_box02 .example_madori .exp01 {
  margin-bottom: -2px;
}
.pet_content_cat .example_box02 .example_madori .exp01 .txtArea .title {
  letter-spacing: 0em;
}
.pet_content_cat .example_box02 .example_madori .exp02 {
  margin-top: -3px;
}
.pet_content_cat .example_box02 .example_madori .exp02 .txtArea {
  margin-top: -1px;
}
.pet_content_cat .example_box02 .example_madori .exp02 .txtArea .title {
  letter-spacing: -0.05em;
}
.pet_content_cat .example_box02 .example_madori .exp03 {
  margin-bottom: -2px;
}
.pet_content_cat .example_box02 .example_madori .exp03 .txtArea {
  margin-top: 4px;
}
.pet_content_cat .example_box02 .example_madori .exp03 .txtArea .title {
  letter-spacing: -0.05em;
}
.pet_content_cat .example_box02 .example_madori .exp04 {
  margin-top: -3px;
}
.pet_content_cat .example_box02 .example_madori .exp04 .txtArea {
  margin-top: -1px;
}
.pet_content_cat .example_box02 .example_madori .exp04 .txtArea .title {
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .example_box02 .example_madori {
    gap: 60px;
  }
  .pet_content_cat .example_box02 .example_madori .madoriImg {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .example_box02 .example_box_heading {
    margin-bottom: 34px;
  }
  .pet_content_cat .example_box02 .example_madori .madori_img {
    margin-bottom: 18px;
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoritabArea {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoritabArea .madoritab {
    background-color: #fff;
    color: #DC5151;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    max-width: 100%;
    height: 36px;
    border-radius: 6px;
    padding: 0px;
    border: 2px solid #DC5151;
    position: relative;
    font-weight: 700;
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoritabArea .madoritab.active {
    background-color: #DC5151;
    color: #fff;
    border: none;
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoritabArea .madoritab.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #DC5151 #DC5151 transparent;
    border-width: 10px;
    bottom: -10px;
    border-radius: 0 0 10px 0;
    transform: scaleX(0.5) rotate(45deg);
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoriconArea .madoricontent {
    display: none;
  }
  .pet_content_cat .example_box02 .madoritabAreaWrap .madoriconArea .madoricontent.show {
    display: block;
  }
  .pet_content_cat .example_box02 .madoricontent01 .madori_img {
    width: 250px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 21px;
    position: relative;
  }
  .pet_content_cat .example_box02 .madoricontent01 .madori_pagination .swiper-pagination-bullet:nth-child(1) {
    top: 69.87%;
    left: 76.19%;
  }
  .pet_content_cat .example_box02 .madoricontent01 .madori_pagination .swiper-pagination-bullet:nth-child(2) {
    top: 49.36%;
    left: 58.46%;
  }
  .pet_content_cat .example_box02 .madoricontent02 .madori_img {
    width: 250px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 21px;
    position: relative;
  }
  .pet_content_cat .example_box02 .madoricontent02 .madori_pagination .swiper-pagination-bullet:nth-child(1) {
    top: 84.08%;
    left: 62.63%;
  }
  .pet_content_cat .example_box02 .madoricontent02 .madori_pagination .swiper-pagination-bullet:nth-child(1)::before {
    content: "3";
  }
  .pet_content_cat .example_box02 .madoricontent02 .madori_pagination .swiper-pagination-bullet:nth-child(2) {
    top: 87.69%;
    left: 17.17%;
  }
  .pet_content_cat .example_box02 .madoricontent02 .madori_pagination .swiper-pagination-bullet:nth-child(2)::before {
    content: "4";
  }
}
.pet_content_cat .safety {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 82px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 276px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .safety {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .safety {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 69px;
    margin-top: 95px;
  }
}
.pet_content_cat .safety_heading {
  text-align: center;
  margin-bottom: 41px;
}
.pet_content_cat .safety_heading .pet_img {
  position: absolute;
  top: -126px;
  left: 4px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_cat .safety_heading .title {
  position: relative;
  font-size: 32px;
  color: #F87C7C;
  width: 506px;
  max-width: 100%;
  margin: auto;
}
.pet_content_cat .safety_heading .title span {
  display: block;
  padding: 9px 0 14px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #F87C7C;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_cat .safety_heading .title::before, .pet_content_cat .safety_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_cat .safety_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #F87C7C transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .safety_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .safety_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .safety_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_cat .safety_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .safety_heading {
    margin-bottom: 32px;
  }
  .pet_content_cat .safety_heading .pet_img {
    top: -50px;
    left: 4px;
    right: 0px;
    width: 24.93%;
    max-width: 88px;
  }
  .pet_content_cat .safety_heading .title {
    font-size: 26px;
  }
  .pet_content_cat .safety_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_cat .safety_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #F87C7C transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .safety_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .safety_heading .lead {
    margin-top: 27px;
    font-size: min(16px, 4.0712vw);
  }
}
.pet_content_cat .safety_block01 .safety_box + .safety_box {
  margin-top: 41px;
}
.pet_content_cat .safety_block01 .safety_box .title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #F87C7C;
  border-radius: 10px;
  padding: 13px 25px 14px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.pet_content_cat .safety_block01 .safety_box .imgArea {
  text-align: center;
  margin-bottom: 20px;
}
.pet_content_cat .safety_block01 .safety_box .textArea .txt {
  font-size: 16px;
}
.pet_content_cat .safety_block01 .safety_box01 .textArea {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.pet_content_cat .safety_block01 .safety_box01 .textArea .txt {
  letter-spacing: 0.02em;
}
.pet_content_cat .safety_block01 .safety_box02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.pet_content_cat .safety_block01 .safety_box03 .safety_box_row {
  display: grid;
  grid-template-columns: 59.62% 36.54%;
  gap: 40px;
}
.pet_content_cat .safety_block01 .safety_box03 .safety_box_column {
  flex-basis: auto;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .safety_block01 .safety_box .title {
    font-size: max(18px, 1.6666vw);
  }
  .pet_content_cat .safety_block01 .safety_box .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .safety_block01 .safety_box + .safety_box {
    margin-top: 38px;
  }
  .pet_content_cat .safety_block01 .safety_box .title {
    font-size: 20px;
    padding: 13px 10px 14px;
    margin-bottom: 29px;
  }
  .pet_content_cat .safety_block01 .safety_box .imgArea {
    margin-bottom: 20px;
  }
  .pet_content_cat .safety_block01 .safety_box .textArea .txt {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .safety_block01 .safety_box01 .imgArea {
    position: relative;
  }
  .pet_content_cat .safety_block01 .safety_box01 .imgArea::after {
    content: "";
    background-image: url(../images/safety_cat_block01_img01_deco_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25.25%;
    height: 28vh;
    position: absolute;
    top: 83%;
    right: 6%;
  }
  .pet_content_cat .safety_block01 .safety_box01 .textArea {
    display: block;
    position: relative;
  }
  .pet_content_cat .safety_block01 .safety_box01 .textArea .txt01 {
    width: 89.3%;
    /* position: absolute; */
    top: -45%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .pet_content_cat .safety_block01 .safety_box01 .textArea .img {
    margin-bottom: 21px;
  }
  .pet_content_cat .safety_block01 .safety_box02 {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
  }
  .pet_content_cat .safety_block01 .safety_box02 .safety_box_column .txt_l-05 {
    letter-spacing: -0.05em;
  }
  .pet_content_cat .safety_block01 .safety_box03 .safety_box_row {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
  }
  .pet_content_cat .safety_block01 .safety_box03 .safety_box_column {
    flex-basis: auto;
  }
}
.pet_content_cat .safety_block02 {
  margin-top: 51px;
}
.pet_content_cat .safety_block02 .safety_heading {
  margin-bottom: 49px;
}
.pet_content_cat .safety_block02 .safety_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 51px 40px;
}
.pet_content_cat .safety_block02 .safety_box_column .imgArea {
  margin-bottom: 20px;
}
.pet_content_cat .safety_block02 .safety_box_column .textArea .title {
  font-size: 18px;
  margin-bottom: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.67;
}
.pet_content_cat .safety_block02 .safety_box_column .textArea .txt {
  font-size: 16px;
}
.pet_content_cat .safety_block02 .safety_box_column .textArea .txt .caution {
  display: block;
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .safety_block02 .safety_box_column .textArea .title {
    font-size: max(16px, 1.5vw);
  }
  .pet_content_cat .safety_block02 .safety_box_column .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .safety_block02 .safety_box_column .textArea .txt .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .safety_block02 {
    margin-top: 25px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 5.09%;
  }
  .pet_content_cat .safety_block02 .safety_heading {
    margin-bottom: 39px;
  }
  .pet_content_cat .safety_block02 .safety_heading .title {
    font-size: 20px;
  }
  .pet_content_cat .safety_block02 .safety_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_cat .safety_block02 .safety_heading .title::after {
    border-color: #fff transparent transparent;
  }
  .pet_content_cat .safety_block02 .safety_box {
    display: flex;
    gap: 0;
  }
  .pet_content_cat .safety_block02 .safety_box_column .imgArea {
    margin-bottom: 13px;
  }
  .pet_content_cat .safety_block02 .safety_box_column .textArea .title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .pet_content_cat .safety_block02 .safety_box_column .textArea .txt {
    font-size: 15px;
  }
  .pet_content_cat .safety_block02 .safety_box_column .textArea .txt .caution {
    display: block;
    font-size: 14px;
    line-height: 2.14;
  }
  .pet_content_cat .safety_block02 .catSafetySlideWrap {
    position: relative;
  }
  .pet_content_cat .safety_block02 .catSafetySlideWrap .slide_prev, .pet_content_cat .safety_block02 .catSafetySlideWrap .slide_next {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .pet_content_cat .safety_block02 .catSafetySlideWrap .slide_prev {
    left: -35px;
  }
  .pet_content_cat .safety_block02 .catSafetySlideWrap .slide_next {
    right: -35px;
  }
}
.pet_content_cat .cv_block {
  width: 1172px;
  max-width: 100%;
  margin: auto;
  margin-top: 154px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .cv_block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .cv_block {
    width: 89.82%;
    max-width: 580px;
    margin: auto;
    margin-top: 48px;
    padding: 0;
  }
}
.pet_content_cat .cv_block .cv_box {
  background: #FFFFFF;
  border: 4px solid #46C9E9;
  border-radius: 76px 76px 0px 76px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46.76% 1fr;
  min-height: 370px;
}
.pet_content_cat .cv_block .cv_box .imgArea {
  background-image: url(../images/cv_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.pet_content_cat .cv_block .cv_box .txtArea {
  text-align: center;
  padding: 10px 25px;
  padding-top: 47px;
}
.pet_content_cat .cv_block .cv_box .txtArea .title {
  font-size: 40px;
  color: #F87C7C;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}
.pet_content_cat .cv_block .cv_box .txtArea .txt {
  font-size: 16px;
}
.pet_content_cat .cv_block .cv_box .txtArea .btnArea {
  margin-top: 30px;
}
.pet_content_cat .cv_block .cv_box .txtArea .btnArea .cv_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  gap: 10px;
  width: 336px;
  max-width: 100%;
  height: 74px;
  background: #0D94B5;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .cv_block .cv_box {
    grid-template-columns: 40.76% 1fr;
    align-items: center;
  }
  .pet_content_cat .cv_block .cv_box .txtArea .title {
    font-size: max(26px, 3.3333vw);
  }
  .pet_content_cat .cv_block .cv_box .txtArea .txt {
    font-size: 1.3333vw;
  }
  .pet_content_cat .cv_block .cv_box .txtArea .btnArea .cv_btn {
    font-size: max(16px, 1.5vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .cv_block .cv_box {
    border-radius: 40px;
    display: block;
    min-height: auto;
  }
  .pet_content_cat .cv_block .cv_box .imgArea {
    height: 26.8949vh;
    background-position: top;
  }
  .pet_content_cat .cv_block .cv_box .txtArea {
    padding: 24px 17px;
    padding-top: 25px;
  }
  .pet_content_cat .cv_block .cv_box .txtArea .title {
    font-size: min(22px, 5.5979vw);
    margin-bottom: 17px;
  }
  .pet_content_cat .cv_block .cv_box .txtArea .txt {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .cv_block .cv_box .txtArea .btnArea {
    margin-top: 22px;
  }
  .pet_content_cat .cv_block .cv_box .txtArea .btnArea .cv_btn {
    font-size: 20px;
    width: 303px;
    max-width: 100%;
  }
}
.pet_content_cat .cv_block .cv_icon {
  position: absolute;
  bottom: -33px;
  right: -79px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .cv_block .cv_icon {
    display: none;
  }
}
.pet_content_cat .voice {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 58px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 232px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .voice {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .voice {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 52px;
    margin-top: 81px;
  }
}
.pet_content_cat .voice_heading {
  text-align: center;
  margin-bottom: 49px;
}
.pet_content_cat .voice_heading .pet_img {
  position: absolute;
  top: -86px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_cat .voice_heading .title {
  position: relative;
  font-size: 32px;
  color: #F87C7C;
  width: 506px;
  max-width: 100%;
  margin: auto;
}
.pet_content_cat .voice_heading .title span {
  display: block;
  padding: 9px 0 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #F87C7C;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_cat .voice_heading .title::before, .pet_content_cat .voice_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_cat .voice_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #F87C7C transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .voice_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .voice_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .voice_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_cat .voice_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .voice_heading {
    margin-bottom: 32px;
  }
  .pet_content_cat .voice_heading .pet_img {
    top: -39px;
    left: 4px;
    right: 0px;
    width: 46.74%;
    max-width: 165px;
  }
  .pet_content_cat .voice_heading .title {
    font-size: 26px;
  }
  .pet_content_cat .voice_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_cat .voice_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #F87C7C transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .voice_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .voice_heading .lead {
    margin-top: 27px;
    font-size: min(16px, 4.0712vw);
  }
}
.pet_content_cat .voice_box {
  display: grid;
  grid-template-columns: 46.1555% 48.08%;
  justify-content: space-between;
}
.pet_content_cat .voice_box + .voice_box {
  padding-top: 60px;
  margin-top: 60px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
.pet_content_cat .voice_box .textArea {
  padding-top: 51px;
}
.pet_content_cat .voice_box .textArea .title {
  font-size: 26px;
  line-height: 1.62;
  margin-bottom: 9px;
}
.pet_content_cat .voice_box .textArea .name {
  font-size: 16px;
  font-weight: 700;
}
.pet_content_cat .voice_box .textArea .txt {
  font-size: 16px;
  margin-top: 21px;
}
.pet_content_cat .voice_box .textArea .caution {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  font-size: 14px;
  margin-top: 41px;
}
.pet_content_cat .voice_box .imgArea .voice_slide {
  margin-bottom: 12px;
}
.pet_content_cat .voice_box .imgArea .voice_slide_thum .swiper-slide {
  opacity: 0.3;
}
.pet_content_cat .voice_box .imgArea .voice_slide_thum .swiper-slide-thumb-active {
  opacity: 1;
}
.pet_content_cat .voice_box02 .textArea {
  padding-top: 51px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .voice_box .textArea {
    padding-top: 0;
  }
  .pet_content_cat .voice_box .textArea .title {
    font-size: max(24px, 2.1666vw);
  }
  .pet_content_cat .voice_box .textArea .name {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .voice_box .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .voice_box .textArea .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .voice_box {
    display: block;
  }
  .pet_content_cat .voice_box + .voice_box {
    padding-top: 33px;
    margin-top: 47px;
  }
  .pet_content_cat .voice_box .textArea {
    padding-top: 0;
  }
  .pet_content_cat .voice_box .textArea .title {
    font-size: 26px;
    margin-bottom: 9px;
    line-height: 1.31;
  }
  .pet_content_cat .voice_box .textArea .name {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .voice_box .textArea .txt {
    font-size: min(16px, 4.0712vw);
    margin-top: 12px;
  }
  .pet_content_cat .voice_box .textArea .caution {
    font-size: 14px;
    margin-top: 41px;
  }
  .pet_content_cat .voice_box .imgArea {
    margin-top: 20px;
  }
  .pet_content_cat .voice_box .imgArea .voice_slide {
    margin-bottom: 9px;
  }
  .pet_content_cat .voice_box .imgArea .voice_slide_thum .swiper-slide {
    margin-right: 8px !important;
  }
  .pet_content_cat .voice_box .imgArea .voice_slide_thum .swiper-slide img {
    min-height: 82px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .pet_content_cat .voice_box .imgArea .caution {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.43;
  }
  .pet_content_cat .voice_box02 .textArea {
    padding-top: 0;
  }
}
.pet_content_cat .why {
  margin-top: 152px;
}
.pet_content_cat .why_img {
  background-image: url(../images/why_cat_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 43vw;
  max-height: 615px;
}
.pet_content_cat .why .title {
  font-size: 32px;
  color: #F87C7C;
  text-align: center;
  line-height: 1.69;
  letter-spacing: -0.05em;
  margin-top: 61px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_cat .why .title {
    font-size: max(24px, 2.2222vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .why {
    margin-top: 70px;
  }
  .pet_content_cat .why_img {
    display: none;
  }
  .pet_content_cat .why .title {
    font-size: min(22px, 5.5979vw);
    margin-top: 61px;
    letter-spacing: -0.04em;
    line-height: 1.64;
  }
  .pet_content_cat .why .title::after {
    content: "";
    display: block;
    width: 329px;
    max-width: 100%;
    height: 7.63358vmin;
    background-image: url(../images/line01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    top: -4px;
  }
}
.pet_content_cat .secret {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 97px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 228px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 74px;
    margin-top: 71px;
  }
}
.pet_content_cat .secret_heading {
  text-align: center;
  width: 506px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 22px;
}
.pet_content_cat .secret_heading .pet_img {
  position: absolute;
  top: -90px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_cat .secret_heading .title {
  position: relative;
  font-size: 32px;
  color: #F87C7C;
}
.pet_content_cat .secret_heading .title span {
  display: block;
  padding: 9px 0 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #F87C7C;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_cat .secret_heading .title::before, .pet_content_cat .secret_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_cat .secret_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #F87C7C transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .secret_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_cat .secret_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_cat .secret_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_heading {
    margin-bottom: 54px;
  }
  .pet_content_cat .secret_heading .pet_img {
    top: -46px;
    left: 4px;
    right: 0px;
    width: 27.76%;
    max-width: 98px;
  }
  .pet_content_cat .secret_heading .title {
    font-size: 26px;
  }
  .pet_content_cat .secret_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_cat .secret_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #F87C7C transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .secret_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_cat .secret_heading .lead {
    margin-top: 37px;
    font-size: min(16px, 4.0712vw);
    letter-spacing: -0.05em;
    text-align: left;
  }
}
.pet_content_cat .secret_box + .secret_box {
  padding-top: 50px;
  margin-top: 50px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box + .secret_box {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.pet_content_cat .secret_box_column {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box_column {
    display: block;
  }
}
.pet_content_cat .secret_box_txtArea {
  width: 480px;
  max-width: 46.1555%;
}
.pet_content_cat .secret_box_txtArea .heading {
  margin-bottom: 9px;
}
.pet_content_cat .secret_box_txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #F87C7C;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.pet_content_cat .secret_box_txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_cat .secret_box_txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_cat .secret_box_txtArea .heading .title {
  font-size: 26px;
  margin-bottom: 15px;
}
.pet_content_cat .secret_box_txtArea .heading .sub_title {
  font-size: 18px;
  letter-spacing: 0;
}
.pet_content_cat .secret_box_txtArea .caution {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  font-size: 14px;
  margin-top: 23px;
}
.pet_content_cat .secret_box_txtArea .pet_icon {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_box_txtArea .heading .title {
    font-size: max(22px, 2.1666vw);
  }
  .pet_content_cat .secret_box_txtArea .heading .sub_title {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .secret_box_txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .secret_box_txtArea .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .secret_box_txtArea .heading .num {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .pet_content_cat .secret_box_txtArea .heading .num > em {
    font-size: 44px;
    margin-top: -15px;
  }
  .pet_content_cat .secret_box_txtArea .heading .num::before {
    width: 32px;
    height: 35px;
    background-size: cover;
  }
  .pet_content_cat .secret_box_txtArea .heading .title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .pet_content_cat .secret_box_txtArea .heading .sub_title {
    font-size: 18px;
    letter-spacing: 0;
    color: #F87C7C;
  }
  .pet_content_cat .secret_box_txtArea .text {
    margin-top: 0px;
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_cat .secret_box_txtArea .pet_icon {
    margin-top: 0;
    position: absolute;
  }
}
.pet_content_cat .secret_box_imgArea {
  width: 500px;
  max-width: 48.0888%;
}
.pet_content_cat .secret_box_imgArea .imgtxt {
  text-align: center;
  color: #F87C7C;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.pet_content_cat .secret_box_imgArea .img {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .secret_box_imgArea .imgtxt {
    margin-bottom: 9px;
  }
  .pet_content_cat .secret_box_imgArea .caution {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-top: 23px;
  }
  .pet_content_cat .secret_box_imgArea .imgslide {
    overflow: auto;
    padding-bottom: 50px;
  }
  .pet_content_cat .secret_box_imgArea .imgslide .img {
    justify-content: space-between;
    width: 530px;
    gap: 10px;
  }
  .pet_content_cat .secret_box_imgArea .imgslide .img > div {
    position: relative;
  }
  .pet_content_cat .secret_box_imgArea .imgslide .img > div .scroll01 {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .pet_content_cat .secret_box_imgArea .imgslide .img > div:last-child .scroll01 {
    text-align: right;
    right: 0;
    left: auto;
  }
}
.pet_content_cat .secret_box .nanoe_box_wrap {
  position: relative;
  width: 1011px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 48px;
}
.pet_content_cat .secret_box .nanoe_box_wrap .moreImg {
  position: absolute;
  z-index: 1;
  top: -28px;
  left: -29px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box .nanoe_box_wrap {
    margin: auto;
    margin-top: 73px;
    width: 100%;
    max-width: 460px;
  }
  .pet_content_cat .secret_box .nanoe_box_wrap .moreImg {
    top: -12px;
    left: -14px;
    width: 21.53%;
    max-width: 76px;
  }
}
.pet_content_cat .secret_box .nanoe_box {
  width: 100%;
  background-color: #fff;
  border: 3px solid;
  border-radius: 20px;
  border-color: #F87C7C;
  display: grid;
  grid-template-columns: 34.03% 1fr;
  min-height: 205px;
  position: relative;
  overflow: hidden;
}
.pet_content_cat .secret_box .nanoe_box::before {
  content: "";
  border: 1px dotted;
  border-color: #F87C7C;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 98.3%;
  height: 93%;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box .nanoe_box {
    display: block;
    min-height: 100%;
    position: relative;
  }
  .pet_content_cat .secret_box .nanoe_box::before {
    width: 93.77%;
    height: 93%;
  }
}
.pet_content_cat .secret_box .nanoe_box .imgArea {
  background-image: url(../images/nanoe_box_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box .nanoe_box .imgArea {
    background-image: url(../images/nanoe_box_img_sp.png);
    min-height: 20.0489vh;
  }
}
.pet_content_cat .secret_box .nanoe_box .txtArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pet_content_cat .secret_box .nanoe_box .txtArea .heading {
  width: 450px;
  max-width: 100%;
  margin-left: -7px;
}
.pet_content_cat .secret_box .nanoe_box .txtArea .title {
  font-size: 26px;
  color: #F87C7C;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: 0;
  margin-left: -11px;
}
.pet_content_cat .secret_box .nanoe_box .txtArea .nanoe_logo {
  flex-shrink: 0;
  width: 112px;
  margin-bottom: 13px;
}
.pet_content_cat .secret_box .nanoe_box .txtArea .nanoe_logo img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_box .nanoe_box .txtArea {
    padding-left: 20px;
    gap: 0;
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .title {
    font-size: max(18px, 1.6666vw);
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .nanoe_logo {
    width: 17.28%;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box .nanoe_box .txtArea {
    display: block;
    padding: 27px 7.08% 40px;
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .heading {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .title {
    font-size: 20px;
    margin-left: -11px;
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .txt {
    line-height: 1.6;
    font-size: 15px;
  }
  .pet_content_cat .secret_box .nanoe_box .txtArea .nanoe_logo {
    position: absolute;
    width: 17.28%;
    max-width: 61px;
    top: 11vh;
    right: 12px;
    margin-bottom: 0;
  }
}
.pet_content_cat .secret_box01 .secret_box_column {
  flex-wrap: wrap;
}
.pet_content_cat .secret_box01 .secret_box_txtArea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 41px;
}
.pet_content_cat .secret_box01 .secret_box_txtArea .title {
  margin-left: -15px;
}
.pet_content_cat .secret_box01 .secret_box_txtArea .pet_icon {
  top: 103px;
  right: 54px;
}
.pet_content_cat .secret_box01 .secret_box_imgArea {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_box01 .secret_box_txtArea .pet_icon {
    top: 103px;
    right: 7px;
    width: 26.35%;
    max-width: 93px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box01 .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
  }
  .pet_content_cat .secret_box01 .secret_box_txtArea .title {
    margin-left: 0;
  }
  .pet_content_cat .secret_box01 .secret_box_txtArea .pet_icon {
    top: 103px;
    right: 7px;
    width: 26.35%;
    max-width: 93px;
  }
}
.pet_content_cat .secret_box02.secret_box {
  padding-top: 41px;
  margin-top: 72px;
}
.pet_content_cat .secret_box02 .secret_box_txtArea .title {
  margin-left: -15px;
}
.pet_content_cat .secret_box02 .secret_box_txtArea .pet_icon {
  top: 7px;
  left: 397px;
}
.pet_content_cat .secret_box02 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_box02 .secret_box_txtArea .pet_icon {
    top: 9%;
    left: 40%;
    width: 15.01%;
    max-width: 53px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box02.secret_box {
    padding-top: 40px;
    margin-top: 9px;
  }
  .pet_content_cat .secret_box02 .secret_box_txtArea .title {
    margin-left: 0;
  }
  .pet_content_cat .secret_box02 .secret_box_txtArea .pet_icon {
    top: 43px;
    left: auto;
    right: 8px;
    width: 15.01%;
    max-width: 53px;
  }
  .pet_content_cat .secret_box02 .secret_box_imgArea {
    padding-top: 20px;
  }
}
.pet_content_cat .secret_box03.secret_box {
  padding-top: 73px;
  margin-top: 46px;
}
.pet_content_cat .secret_box03 .secret_box_txtArea .pet_icon {
  top: -20px;
  left: 449px;
}
.pet_content_cat .secret_box03 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 1200px) {
  .pet_content_cat .secret_box03 .secret_box_txtArea .pet_icon {
    top: 0;
    left: 40%;
    width: 17.85%;
    max-width: 63px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box03.secret_box {
    padding-top: 41px;
    margin-top: 33px;
  }
  .pet_content_cat .secret_box03 .secret_box_txtArea .heading .title {
    line-height: 1.31;
  }
  .pet_content_cat .secret_box03 .secret_box_txtArea .pet_icon {
    top: 70px;
    left: auto;
    right: 0;
    width: 17.85%;
    max-width: 63px;
  }
  .pet_content_cat .secret_box03 .secret_box_imgArea {
    padding-top: 4px;
  }
}
.pet_content_cat .secret_box04.secret_box {
  padding-top: 51px;
}
.pet_content_cat .secret_box04 .secret_box_txtArea {
  width: 501px;
  max-width: 48.17%;
}
.pet_content_cat .secret_box04 .secret_box_txtArea .title {
  margin-left: -12px;
}
.pet_content_cat .secret_box04 .secret_box_txtArea .text {
  letter-spacing: -0.05em;
  padding-right: 20px;
}
.pet_content_cat .secret_box04 .secret_box_txtArea .pet_icon {
  bottom: -76px;
  left: 454px;
}
.pet_content_cat .secret_box04 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .secret_box04.secret_box {
    padding-top: 47px;
    margin-top: 40px;
  }
  .pet_content_cat .secret_box04 .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_cat .secret_box04 .secret_box_txtArea .title {
    margin-left: 0;
    line-height: 1.31;
  }
  .pet_content_cat .secret_box04 .secret_box_txtArea .text {
    letter-spacing: -0.05em;
    padding-right: 0;
  }
  .pet_content_cat .secret_box04 .secret_box_txtArea .pet_icon {
    bottom: -36px;
    left: 488px;
    display: none;
  }
  .pet_content_cat .secret_box04 .secret_box_imgArea {
    padding-top: 25px;
  }
}
.pet_content_cat .exhibition {
  margin-top: 77px;
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .pet_content_cat .exhibition {
    margin-top: 62px;
    padding-top: 0;
  }
}

/*犬
*****************************/
.pet_content_dog {
  background-color: #EEF0DD;
  padding-bottom: 0;
  /*展示場（犬）
  *****************************/
}
@media screen and (max-width: 768px) {
  .pet_content_dog {
    padding-bottom: 0;
  }
}
.pet_content_area .pet_content_dog {
  background-position: center 640px;
  background-image: url(../images/con_bg01_dog.png);
}
@media screen and (max-width: 768px) {
  .pet_content_area .pet_content_dog {
    background-image: none;
  }
}
.pet_content_dog .pet_heading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 702px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .pet_heading {
    display: block;
    max-height: 100%;
  }
}
.pet_content_dog .pet_heading_textarea {
  background-color: #FDB660;
  padding-right: 8.33%;
  padding-right: 0;
  margin: 0;
  padding-top: min(65px, 4.5138888vw);
  color: #fff;
  display: flex;
  justify-content: center;
  padding-left: 10%;
}
.pet_content_dog .pet_heading_textarea > div {
  width: 80.92%;
  max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .pet_heading_textarea {
    padding-left: 6.1666vw;
    padding-right: 20px;
  }
  .pet_content_dog .pet_heading_textarea > div {
    width: 96.92%;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .pet_heading_textarea {
    padding: 0 5.09%;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pet_content_dog .pet_heading_textarea > div {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_dog .pet_heading_title {
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: min(26px, 1.80555vw);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .pet_heading_title {
    font-size: max(34px, 3.47222vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .pet_heading_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.pet_content_dog .pet_heading_text {
  font-size: 16px;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .pet_heading_text {
    font-size: max(14px, 1.11111vw);
  }
}
.pet_content_dog .pet_heading_pet {
  padding-top: min(65px, 4.513888vw);
  width: 52.67%;
  max-width: 276px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .pet_heading_pet {
    display: none;
  }
}
.pet_content_dog .pet_heading_imgarea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 702px;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .point_block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_block {
    padding: 0 5.09%;
  }
}
.pet_content_dog .point_box {
  width: 1185px;
  max-width: 100%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pet_content_dog .point_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 54px;
    gap: 21px;
  }
}
.pet_content_dog .point_box_txtArea {
  width: 50%;
}
.pet_content_dog .point_box_txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #FF9D24;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
.pet_content_dog .point_box_txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_dog .point_box_txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints_dog.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_dog .point_box_txtArea .heading .title {
  font-size: 32px;
  padding: 15px 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-color: #FF9D24;
  line-height: 1.56;
}
.pet_content_dog .point_box_txtArea .text {
  margin-top: 32px;
}
.pet_content_dog .point_box_txtArea .pet_icon {
  margin-top: 51px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .point_box_txtArea .heading .title {
    font-size: 2.2222vw;
  }
  .pet_content_dog .point_box_txtArea .text {
    font-size: max(14px, 1.11111vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box_txtArea {
    width: 100%;
    position: relative;
  }
  .pet_content_dog .point_box_txtArea .heading .num {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 14px;
  }
  .pet_content_dog .point_box_txtArea .heading .num > em {
    font-size: 44px;
    margin-top: -15px;
  }
  .pet_content_dog .point_box_txtArea .heading .num::before {
    width: 32px;
    height: 35px;
    background-size: cover;
  }
  .pet_content_dog .point_box_txtArea .heading .title {
    font-size: 26px;
    padding: 7px 0 9px;
  }
  .pet_content_dog .point_box_txtArea .text {
    margin-top: 21px;
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .point_box_txtArea .pet_icon {
    margin-top: 0;
    position: absolute;
  }
}
.pet_content_dog .point_box_imgArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box_imgArea {
    width: 100%;
  }
}
.pet_content_dog .point_box01 {
  justify-content: start;
}
.pet_content_dog .point_box01 .point_box_txtArea {
  width: 621px;
  max-width: 53.3222%;
  position: absolute;
  right: -23px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .point_box01 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_dog .point_box01 .point_box_txtArea .pet_icon {
  margin-top: 117px;
  margin-left: 100px;
}
.pet_content_dog .point_box01 .point_box_imgArea {
  width: 598px;
  max-width: 50.46666%;
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .point_box01 .point_box_txtArea {
    max-width: 48%;
  }
  .pet_content_dog .point_box01 .point_box_imgArea {
    max-width: 48%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box01 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .pet_content_dog .point_box01 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 23.16%;
    max-width: 91px;
    top: 12px;
    right: 12px;
    margin-top: 0;
  }
  .pet_content_dog .point_box01 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.pet_content_dog .point_box02 .point_box_txtArea {
  width: 575px;
  max-width: 48.52%;
}
.pet_content_dog .point_box02 .point_box_txtArea .num {
  margin-bottom: 20px;
}
.pet_content_dog .point_box02 .point_box_imgArea {
  width: 540px;
  max-width: 45.57%;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box02 {
    margin-bottom: 43px;
  }
  .pet_content_dog .point_box02 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_dog .point_box02 .point_box_txtArea .title span {
    letter-spacing: -0.05em;
  }
  .pet_content_dog .point_box02 .point_box_txtArea .pet_icon {
    display: none;
  }
  .pet_content_dog .point_box02 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_dog .point_box03 .point_box_txtArea {
  width: 575px;
  max-width: 48.52%;
  margin-top: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .point_box03 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_dog .point_box03 .point_box_txtArea .num {
  margin-bottom: 20px;
}
.pet_content_dog .point_box03 .point_box_txtArea .pet_icon {
  margin-top: 59px;
  margin-left: -34px;
}
.pet_content_dog .point_box03 .point_box_imgArea {
  width: 529px;
  max-width: 44.64%;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box03 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pet_content_dog .point_box03 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 32.68%;
    max-width: 116px;
    top: 23px;
    right: -2px;
    margin-top: 0;
  }
  .pet_content_dog .point_box03 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_dog .point_box04 .point_box_txtArea {
  width: 575px;
  max-width: 48.52%;
}
.pet_content_dog .point_box04 .point_box_txtArea .pet_icon {
  display: none;
}
.pet_content_dog .point_box04 .point_box_imgArea {
  width: 470px;
  max-width: 39.66%;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box04 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .pet_content_dog .point_box04 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_dog .point_box04 .point_box_txtArea .pet_icon {
    display: block;
    margin-left: 0;
    width: 17.46%;
    max-width: 62px;
    top: 2px;
    right: 8px;
    margin-top: 0;
  }
  .pet_content_dog .point_box04 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_dog .point_box05 .point_box_txtArea {
  width: 575px;
  max-width: 48.52%;
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .point_box05 .point_box_txtArea {
    margin-right: 3%;
  }
}
.pet_content_dog .point_box05 .point_box_txtArea .pet_icon {
  margin-top: 128px;
  margin-left: 0;
}
.pet_content_dog .point_box05 .point_box_imgArea {
  width: 470px;
  max-width: 39.66%;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .point_box05 .point_box_txtArea {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .pet_content_dog .point_box05 .point_box_txtArea .pet_icon {
    margin-left: 0;
    width: 23.38%;
    max-width: 83px;
    top: 107px;
    right: 2px;
    margin-top: 0;
  }
  .pet_content_dog .point_box05 .point_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
}
.pet_content_dog .examples {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 75px;
  padding-bottom: 91px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 257px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .examples {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .examples {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 76px;
    margin-top: 80px;
    padding-bottom: 51px;
  }
}
.pet_content_dog .example_heading {
  text-align: center;
  width: 506px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 38px;
}
.pet_content_dog .example_heading .pet_img {
  position: absolute;
  top: -135px;
  left: 4px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_dog .example_heading .title {
  position: relative;
  font-size: 32px;
  color: #FF9D24;
}
.pet_content_dog .example_heading .title span {
  display: block;
  padding: 11px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #FF9D24;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_dog .example_heading .title::before, .pet_content_dog .example_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_dog .example_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #FF9D24 transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .example_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_heading .example_heading .title {
    font-size: max(24px, 2.6666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_heading {
    margin-bottom: 32px;
  }
  .pet_content_dog .example_heading .pet_img {
    top: -27px;
    left: 0px;
    right: 0px;
    width: 25.07%;
    max-width: 89px;
  }
  .pet_content_dog .example_heading .title {
    font-size: 26px;
  }
  .pet_content_dog .example_heading .title span {
    padding: 13px 0 17px;
    line-height: 1.54;
  }
  .pet_content_dog .example_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #FF9D24 transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .example_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
}
.pet_content_dog .example_box + .example_box {
  padding-top: 61px;
  margin-top: 55px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_box + .example_box {
    padding-top: 30px;
    margin-top: 31px;
  }
}
.pet_content_dog .example_box_heading {
  display: flex;
  justify-content: space-between;
  gap: 62px;
  margin-bottom: 77px;
}
.pet_content_dog .example_box_heading .txtArea {
  width: 100%;
  flex: 1;
}
.pet_content_dog .example_box_heading .txtArea .heading {
  margin-bottom: 15px;
}
.pet_content_dog .example_box_heading .txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #FF9D24;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.pet_content_dog .example_box_heading .txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_dog .example_box_heading .txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints_dog.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_dog .example_box_heading .txtArea .heading .title {
  font-size: 26px;
  margin-bottom: 6px;
}
.pet_content_dog .example_box_heading .txtArea .heading .info {
  font-size: 16px;
  font-weight: 700;
}
.pet_content_dog .example_box_heading .txtArea .text {
  letter-spacing: -0.05em;
}
.pet_content_dog .example_box_heading .imgArea {
  width: 382px;
  max-width: 36.73%;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_box_heading .txtArea .heading .title {
    font-size: 2.1666vw;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .info {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .example_box_heading .txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_box_heading {
    display: block;
    margin-bottom: 23px;
  }
  .pet_content_dog .example_box_heading .txtArea {
    width: 100%;
  }
  .pet_content_dog .example_box_heading .txtArea .heading {
    margin-bottom: 3px;
    text-align: center;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .num {
    gap: 5px;
    font-size: 18px;
    margin-bottom: 5px;
    background-color: #FF9D24;
    color: #fff;
    justify-content: center;
    width: 44.62%;
    margin: auto;
    border-radius: 9999px;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .num > em {
    font-size: 40px;
    margin-top: -13px;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .num::before {
    width: 25px;
    height: 27px;
    background-image: url(../images/pet_footprints_w.svg);
    background-size: cover;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .title {
    font-size: 26px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 1.38;
    letter-spacing: -0.05em;
  }
  .pet_content_dog .example_box_heading .txtArea .heading .info {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .example_box_heading .txtArea .img {
    width: 33.998%;
    max-width: 33.998%;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
  }
  .pet_content_dog .example_box_heading .txtArea .img img {
    height: 20.7608vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pet_content_dog .example_box_heading .txtArea .text {
    font-size: min(16px, 4.0712vw);
    letter-spacing: 0;
  }
}
.pet_content_dog .example_box .example_madori {
  position: relative;
}
.pet_content_dog .example_box .example_madori .madoriImg {
  display: block;
  margin: auto;
}
.pet_content_dog .example_box .example_madori_exp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.pet_content_dog .example_box .example_madori_exp .exp {
  background-color: #fff;
  padding: 9px;
  border: 2px solid;
  border-color: #FF9D24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  flex: 1;
  position: relative;
}
.pet_content_dog .example_box .example_madori_exp .exp .imgArea img {
  width: 220px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pet_content_dog .example_box .example_madori_exp .exp .txtArea {
  flex: 1;
}
.pet_content_dog .example_box .example_madori_exp .exp .txtArea .title {
  font-size: 16px;
  color: #FF9D24;
  margin-bottom: 8px;
  line-height: 1.4;
}
.pet_content_dog .example_box .example_madori_exp .exp .txtArea .text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_box .example_madori_exp .exp {
    gap: 2.08333vw;
  }
  .pet_content_dog .example_box .example_madori_exp .exp .imgArea img {
    width: 21.333vw !important;
  }
  .pet_content_dog .example_box .example_madori_exp .exp .txtArea {
    flex: 1;
  }
  .pet_content_dog .example_box .example_madori_exp .exp .txtArea .title {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .example_box .example_madori_exp .exp .txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_box .example_madori .madori_img {
    margin-bottom: 9px;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap {
    position: relative;
    width: 280px;
    margin: auto;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .expListSlide .box {
    padding: 7.93%;
    padding-bottom: 4.37%;
    border: 2px solid;
    border-color: #FF9D24;
    border-radius: 20px;
    height: auto;
    background-color: #fff;
    min-height: 420px;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .expListSlide .box .imgArea {
    margin-bottom: 12px;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .title {
    font-size: 20px;
    color: #FF9D24;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .title_5em {
    letter-spacing: -0.06em;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .expListSlide .box .txtArea .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .slide_prev, .pet_content_dog .example_box .example_madori .expListSlideWrap .slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .slide_prev {
    left: -18px;
  }
  .pet_content_dog .example_box .example_madori .expListSlideWrap .slide_next {
    right: -18px;
  }
}
.pet_content_dog .example_box01 .example_madori .madoriImg {
  width: 492px;
  max-width: 100%;
}
.pet_content_dog .example_box01 .example_madori_exp02 {
  margin-top: -4px;
}
.pet_content_dog .example_box01 .example_madori .exp02 {
  gap: 14px;
}
.pet_content_dog .example_box01 .example_madori .exp02 .imgArea {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pet_content_dog .example_box01 .example_madori .exp02 .txtArea {
  padding: 0 15px 0;
}
.pet_content_dog .example_box01 .example_madori .exp03 .txtArea .title {
  letter-spacing: -0.11em;
}
.pet_content_dog .example_box01 .example_madori .exp04 .txtArea {
  margin-bottom: 18px;
}
.pet_content_dog .example_box01 .example_madori .exp04 .txtArea .title {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_box01 .example_madori .exp02 {
    gap: 2.08333vw;
  }
  .pet_content_dog .example_box01 .example_madori .exp02 .imgArea img {
    width: 18.333vw;
  }
  .pet_content_dog .example_box01 .example_madori .exp02 .txtArea {
    padding: 0 0 0px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_box01 .example_madori .madori_img {
    width: 250px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 43px;
    position: relative;
  }
  .pet_content_dog .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(1) {
    top: 8.2%;
    left: 26.61%;
  }
  .pet_content_dog .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(2) {
    top: 54.51%;
    left: 61.02%;
  }
  .pet_content_dog .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(3) {
    top: 83.95%;
    left: 61.59%;
  }
  .pet_content_dog .example_box01 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(4) {
    top: 29.58%;
    left: 47.44%;
  }
}
.pet_content_dog .example_box02 .example_box_heading {
  margin-bottom: 79px;
}
.pet_content_dog .example_box02 .example_madori .madoriImg {
  margin-top: min(-72px, -5vw);
  width: 567px;
  max-width: 100%;
}
.pet_content_dog .example_box02 .example_madori_exp02 {
  position: absolute;
  top: 37.19%;
  width: 100%;
}
.pet_content_dog .example_box02 .example_madori_exp03 {
  justify-content: center;
}
.pet_content_dog .example_box02 .example_madori .exp01 {
  gap: 15px;
}
.pet_content_dog .example_box02 .example_madori .exp01 .imgArea {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pet_content_dog .example_box02 .example_madori .exp01 .imgArea img {
  width: 235px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_box02 .example_madori .exp01 .imgArea img {
    width: 18.333vw;
  }
}
.pet_content_dog .example_box02 .example_madori .exp01 .txtArea {
  padding: 0 0px;
}
.pet_content_dog .example_box02 .example_madori .exp01 .txtArea .title {
  letter-spacing: 0em;
}
.pet_content_dog .example_box02 .example_madori .exp02 .imgArea img {
  width: 235px;
  max-width: 100%;
}
.pet_content_dog .example_box02 .example_madori .exp02 .txtArea .title {
  letter-spacing: -0.05em;
}
.pet_content_dog .example_box02 .example_madori .exp03 {
  gap: 15px;
  width: 23.08%;
  max-width: 240px;
}
.pet_content_dog .example_box02 .example_madori .exp03 .txtArea {
  padding: 0 20px;
}
.pet_content_dog .example_box02 .example_madori .exp03 .txtArea .title {
  letter-spacing: -0.05em;
}
.pet_content_dog .example_box02 .example_madori .exp04 {
  width: 51.92%;
  max-width: 540px;
}
.pet_content_dog .example_box02 .example_madori .exp04 .txtArea {
  margin-top: -1px;
}
.pet_content_dog .example_box02 .example_madori .exp04 .txtArea .title {
  letter-spacing: 0em;
}
.pet_content_dog .example_box02 .example_madori .exp05 {
  width: 24.04%;
  max-width: 250px;
  padding: 30px 20px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .example_box02 .example_madori .exp02 {
    gap: 2.08333vw;
  }
  .pet_content_dog .example_box02 .example_madori .exp02 .imgArea img {
    width: 18.333vw;
  }
  .pet_content_dog .example_box02 .example_madori .exp02 .txtArea {
    padding: 0 0 13px;
  }
  .pet_content_dog .example_box02 .example_madori .exp03 {
    width: 23.08%;
    max-width: 22.3671vw;
  }
  .pet_content_dog .example_box02 .example_madori .exp03 .txtArea {
    padding: 0;
  }
  .pet_content_dog .example_box02 .example_madori .exp04 .txtArea {
    padding: 0;
  }
  .pet_content_dog .example_box02 .example_madori .exp05 {
    width: 24.04%;
    max-width: 23.2991vw;
    padding: 15px;
  }
  .pet_content_dog .example_box02 .example_madori .exp05 .txtArea {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .example_box02 .example_box_heading {
    margin-bottom: 34px;
  }
  .pet_content_dog .example_box02 .example_box_heading .heading .title span {
    letter-spacing: -0.04em;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img {
    width: 290px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .img {
    margin: auto;
    padding-bottom: 27px;
    width: 346px;
    max-width: 100%;
    position: relative;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(1) {
    top: 38.71%;
    left: 37.44%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(2) {
    top: 8.8%;
    left: 64.32%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(3) {
    top: 78.88%;
    left: 16.34%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(4) {
    top: 59.51%;
    left: 10.56%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination .swiper-pagination-bullet:nth-child(5) {
    top: 54.6%;
    left: 63.74%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination.dog_pagination_05 .swiper-pagination-bullet:nth-child(1) {
    top: 13.87%;
    left: 52.31%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination.dog_pagination_05 .swiper-pagination-bullet:nth-child(2) {
    top: 48.84%;
    left: 18.5%;
  }
  .pet_content_dog .example_box02 .example_madori .madori_img .madori_pagination.dog_pagination_05.active .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    /* 100px + 2 * 10px */
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 157, 36, 0.8) 0%, rgba(255, 157, 36, 0.6) 40%, rgba(255, 157, 36, 0.25) 100%);
    animation: pulse 2.5s infinite ease-in-out;
    z-index: -1;
  }
}
.pet_content_dog .safety {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 81px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 218px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .safety {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .safety {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 63px;
    margin-top: 78px;
  }
}
.pet_content_dog .safety_heading {
  text-align: center;
  margin-bottom: 41px;
}
.pet_content_dog .safety_heading .pet_img {
  position: absolute;
  top: -121px;
  left: 4px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_dog .safety_heading .title {
  position: relative;
  font-size: 32px;
  color: #FF9D24;
  width: 506px;
  max-width: 100%;
  margin: auto;
}
.pet_content_dog .safety_heading .title span {
  display: block;
  padding: 9px 0 14px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #FF9D24;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_dog .safety_heading .title::before, .pet_content_dog .safety_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_dog .safety_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #FF9D24 transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .safety_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .safety_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .safety_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_dog .safety_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .safety_heading {
    margin-bottom: 32px;
  }
  .pet_content_dog .safety_heading .pet_img {
    top: -50px;
    left: 4px;
    right: 0px;
    width: 24.93%;
    max-width: 88px;
  }
  .pet_content_dog .safety_heading .title {
    font-size: 26px;
  }
  .pet_content_dog .safety_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_dog .safety_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #FF9D24 transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .safety_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .safety_heading .lead {
    margin-top: 27px;
    font-size: min(16px, 4.0712vw);
  }
}
.pet_content_dog .safety_block01 .safety_box + .safety_box {
  margin-top: 51px;
}
.pet_content_dog .safety_block01 .safety_box .title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #FF9D24;
  border-radius: 10px;
  padding: 13px 25px 14px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.pet_content_dog .safety_block01 .safety_box .imgArea {
  text-align: center;
  margin-bottom: 20px;
}
.pet_content_dog .safety_block01 .safety_box .textArea .txt {
  font-size: 16px;
}
.pet_content_dog .safety_block01 .safety_box01 .textArea {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.pet_content_dog .safety_block01 .safety_box02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.pet_content_dog .safety_block01 .safety_box03 .safety_box_row {
  display: grid;
  grid-template-columns: 59.62% 36.54%;
  gap: 40px;
}
.pet_content_dog .safety_block01 .safety_box03 .safety_box_column {
  flex-basis: auto;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .safety_block01 .safety_box .title {
    font-size: max(18px, 1.6666vw);
  }
  .pet_content_dog .safety_block01 .safety_box .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .safety_block01 .safety_box + .safety_box {
    margin-top: 30px;
  }
  .pet_content_dog .safety_block01 .safety_box .title {
    font-size: 20px;
    padding: 13px 10px 14px;
    margin-bottom: 29px;
  }
  .pet_content_dog .safety_block01 .safety_box .imgArea {
    margin-bottom: 20px;
  }
  .pet_content_dog .safety_block01 .safety_box .textArea .txt {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .safety_block01 .safety_box01 .imgArea {
    position: relative;
  }
  .pet_content_dog .safety_block01 .safety_box01 .imgArea::after {
    content: "";
    background-image: url(../images/safety_dog_block01_img01_deco_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25.25%;
    height: 29vh;
    position: absolute;
    top: 83%;
    right: 6%;
  }
  .pet_content_dog .safety_block01 .safety_box01 .textArea {
    display: block;
    position: relative;
  }
  .pet_content_dog .safety_block01 .safety_box01 .textArea .txt01 {
    width: 89.3%;
    /* position: absolute; */
    top: -45%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .pet_content_dog .safety_block01 .safety_box01 .textArea .img {
    margin-bottom: 21px;
  }
  .pet_content_dog .safety_block01 .safety_box02 {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
  }
  .pet_content_dog .safety_block01 .safety_box02 .safety_box_column .txt_l-05 {
    letter-spacing: -0.05em;
  }
  .pet_content_dog .safety_block01 .safety_box03 .safety_box_row {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
  }
  .pet_content_dog .safety_block01 .safety_box03 .safety_box_column {
    flex-basis: auto;
  }
}
.pet_content_dog .safety_block02 {
  margin-top: 62px;
  position: relative;
}
.pet_content_dog .safety_block02 .safety_heading {
  margin-bottom: 49px;
}
.pet_content_dog .safety_block02 .safety_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 40px;
}
.pet_content_dog .safety_block02 .safety_box_column .imgArea {
  margin-bottom: 20px;
}
.pet_content_dog .safety_block02 .safety_box_column .textArea .title {
  font-size: 18px;
  margin-bottom: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.67;
}
.pet_content_dog .safety_block02 .safety_box_column .textArea .txt {
  font-size: 16px;
}
.pet_content_dog .safety_block02 .safety_box_column .textArea .txt .caution {
  display: block;
  font-size: 14px;
  line-height: 2.14;
}
.pet_content_dog .safety_block02 .pet_img {
  position: absolute;
  bottom: 72px;
  right: 141px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .safety_block02 .safety_box_column .textArea .title {
    font-size: max(16px, 1.5vw);
  }
  .pet_content_dog .safety_block02 .safety_box_column .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .safety_block02 .safety_box_column .textArea .txt .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .safety_block02 {
    margin-top: 34px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 5.09%;
  }
  .pet_content_dog .safety_block02 .safety_heading {
    margin-bottom: 39px;
  }
  .pet_content_dog .safety_block02 .safety_heading .title {
    font-size: 20px;
  }
  .pet_content_dog .safety_block02 .safety_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_dog .safety_block02 .safety_heading .title::after {
    border-color: #fff transparent transparent;
  }
  .pet_content_dog .safety_block02 .safety_box {
    display: flex;
    gap: 0;
  }
  .pet_content_dog .safety_block02 .safety_box_column .imgArea {
    margin-bottom: 13px;
  }
  .pet_content_dog .safety_block02 .safety_box_column .textArea .title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .pet_content_dog .safety_block02 .safety_box_column .textArea .txt {
    font-size: 15px;
  }
  .pet_content_dog .safety_block02 .safety_box_column .textArea .txt .caution {
    display: block;
    font-size: 14px;
    line-height: 2.14;
  }
  .pet_content_dog .safety_block02 .dogSafetySlideWrap {
    position: relative;
  }
  .pet_content_dog .safety_block02 .dogSafetySlideWrap .slide_prev, .pet_content_dog .safety_block02 .dogSafetySlideWrap .slide_next {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .pet_content_dog .safety_block02 .dogSafetySlideWrap .slide_prev {
    left: -35px;
  }
  .pet_content_dog .safety_block02 .dogSafetySlideWrap .slide_next {
    right: -35px;
  }
  .pet_content_dog .safety_block02 .pet_img {
    display: none;
  }
}
.pet_content_dog .cv_block {
  width: 1172px;
  max-width: 100%;
  margin: auto;
  margin-top: 142px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .cv_block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .cv_block {
    width: 89.82%;
    max-width: 580px;
    margin: auto;
    margin-top: 48px;
    padding: 0;
  }
}
.pet_content_dog .cv_block .cv_box {
  background: #FFFFFF;
  border: 4px solid #46C9E9;
  border-radius: 76px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46.76% 1fr;
  min-height: 370px;
}
.pet_content_dog .cv_block .cv_box .imgArea {
  background-image: url(../images/cv_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.pet_content_dog .cv_block .cv_box .txtArea {
  text-align: center;
  padding: 10px 25px;
  padding-top: 47px;
}
.pet_content_dog .cv_block .cv_box .txtArea .title {
  font-size: 40px;
  color: #FF9D24;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}
.pet_content_dog .cv_block .cv_box .txtArea .txt {
  font-size: 16px;
}
.pet_content_dog .cv_block .cv_box .txtArea .btnArea {
  margin-top: 30px;
}
.pet_content_dog .cv_block .cv_box .txtArea .btnArea .cv_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  gap: 10px;
  width: 336px;
  max-width: 100%;
  height: 74px;
  background: #0D94B5;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .cv_block .cv_box {
    grid-template-columns: 40.76% 1fr;
    align-items: center;
  }
  .pet_content_dog .cv_block .cv_box .txtArea .title {
    font-size: max(26px, 3.3333vw);
  }
  .pet_content_dog .cv_block .cv_box .txtArea .txt {
    font-size: 1.3333vw;
  }
  .pet_content_dog .cv_block .cv_box .txtArea .btnArea .cv_btn {
    font-size: max(16px, 1.5vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .cv_block .cv_box {
    border-radius: 40px;
    display: block;
    min-height: auto;
  }
  .pet_content_dog .cv_block .cv_box .imgArea {
    height: 26.8949vh;
    background-position: top;
  }
  .pet_content_dog .cv_block .cv_box .txtArea {
    padding: 24px 17px;
    padding-top: 25px;
  }
  .pet_content_dog .cv_block .cv_box .txtArea .title {
    font-size: min(22px, 5.5979vw);
    margin-bottom: 17px;
  }
  .pet_content_dog .cv_block .cv_box .txtArea .txt {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .cv_block .cv_box .txtArea .btnArea {
    margin-top: 22px;
  }
  .pet_content_dog .cv_block .cv_box .txtArea .btnArea .cv_btn {
    font-size: 20px;
    width: 303px;
    max-width: 100%;
  }
}
.pet_content_dog .cv_block .cv_icon {
  position: absolute;
  bottom: -33px;
  right: 29px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .cv_block .cv_icon {
    display: none;
  }
}
.pet_content_dog .voice {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 80px 70px;
  padding-top: 89px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 243px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .voice {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .voice {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 52px;
    margin-top: 81px;
    padding-bottom: 69px;
  }
}
.pet_content_dog .voice_heading {
  text-align: center;
  margin-bottom: 49px;
}
.pet_content_dog .voice_heading .pet_img {
  position: absolute;
  top: -111px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_dog .voice_heading .title {
  position: relative;
  font-size: 32px;
  color: #FF9D24;
  width: 506px;
  max-width: 100%;
  margin: auto;
}
.pet_content_dog .voice_heading .title span {
  display: block;
  padding: 9px 0 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #FF9D24;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_dog .voice_heading .title::before, .pet_content_dog .voice_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_dog .voice_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #FF9D24 transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .voice_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .voice_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .voice_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_dog .voice_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .voice_heading {
    margin-bottom: 28px;
  }
  .pet_content_dog .voice_heading .pet_img {
    top: -39px;
    left: 4px;
    right: 0px;
    width: 26.2%;
    max-width: 93px;
  }
  .pet_content_dog .voice_heading .title {
    font-size: 26px;
  }
  .pet_content_dog .voice_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_dog .voice_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #FF9D24 transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .voice_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .voice_heading .lead {
    margin-top: 27px;
    font-size: min(16px, 4.0712vw);
  }
}
.pet_content_dog .voice_box {
  display: grid;
  grid-template-columns: 46.1555% 48.08%;
  justify-content: space-between;
}
.pet_content_dog .voice_box + .voice_box {
  padding-top: 60px;
  margin-top: 60px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
.pet_content_dog .voice_box .textArea {
  padding-top: 51px;
}
.pet_content_dog .voice_box .textArea .title {
  font-size: 26px;
  line-height: 1.62;
  margin-bottom: 9px;
}
.pet_content_dog .voice_box .textArea .name {
  font-size: 16px;
  font-weight: 700;
}
.pet_content_dog .voice_box .textArea .txt {
  font-size: 16px;
  margin-top: 21px;
}
.pet_content_dog .voice_box .textArea .caution {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  font-size: 14px;
  margin-top: 41px;
}
.pet_content_dog .voice_box .imgArea .voice_slide {
  margin-bottom: 12px;
}
.pet_content_dog .voice_box .imgArea .voiceSwiperThumDog02 {
  max-width: 369px;
  /* スライド3枚分 + 間のスペース2つ */
  margin: 0 auto;
  /* 中央寄せ */
}
@media screen and (max-width: 768px) {
  .pet_content_dog .voice_box .imgArea .voiceSwiperThumDog02 {
    max-width: 251.5px;
  }
}
.pet_content_dog .voice_box .imgArea .voiceSwiperThumDog02 .swiper-slide {
  width: 115px !important;
  /* Swiperの自動計算を強制上書き */
}
@media screen and (max-width: 768px) {
  .pet_content_dog .voice_box .imgArea .voiceSwiperThumDog02 .swiper-slide {
    width: 78.5px !important;
    /* Swiperの自動計算を強制上書き */
  }
}
.pet_content_dog .voice_box .imgArea .voice_slide_thum .swiper-slide {
  opacity: 0.3;
}
.pet_content_dog .voice_box .imgArea .voice_slide_thum .swiper-slide-thumb-active {
  opacity: 1;
}
.pet_content_dog .voice_box02 .textArea {
  padding-top: 51px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .voice_box .textArea {
    padding-top: 0;
  }
  .pet_content_dog .voice_box .textArea .title {
    font-size: max(24px, 2.1666vw);
  }
  .pet_content_dog .voice_box .textArea .name {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .voice_box .textArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .voice_box .textArea .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .voice_box {
    display: block;
  }
  .pet_content_dog .voice_box + .voice_box {
    padding-top: 33px;
    margin-top: 43px;
  }
  .pet_content_dog .voice_box .textArea {
    padding-top: 0;
  }
  .pet_content_dog .voice_box .textArea .title {
    font-size: 26px;
    margin-bottom: 9px;
    line-height: 1.31;
  }
  .pet_content_dog .voice_box .textArea .name {
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .voice_box .textArea .txt {
    font-size: min(16px, 4.0712vw);
    margin-top: 12px;
  }
  .pet_content_dog .voice_box .textArea .caution {
    font-size: 14px;
    margin-top: 41px;
  }
  .pet_content_dog .voice_box .imgArea {
    margin-top: 20px;
  }
  .pet_content_dog .voice_box .imgArea .voice_slide {
    margin-bottom: 9px;
  }
  .pet_content_dog .voice_box .imgArea .voice_slide_thum .swiper-slide {
    margin-right: 8px !important;
  }
  .pet_content_dog .voice_box .imgArea .voice_slide_thum .swiper-slide img {
    min-height: 82px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .pet_content_dog .voice_box .imgArea .caution {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.43;
  }
  .pet_content_dog .voice_box02 .textArea {
    padding-top: 0;
  }
}
.pet_content_dog .why {
  margin-top: 152px;
}
.pet_content_dog .why_img {
  background-image: url(../images/why_dog_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 43vw;
  max-height: 615px;
}
.pet_content_dog .why .title {
  font-size: 32px;
  color: #FF9D24;
  text-align: center;
  line-height: 1.69;
  letter-spacing: -0.05em;
  margin-top: 61px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pet_content_dog .why .title {
    font-size: max(24px, 2.2222vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .why {
    margin-top: 47px;
  }
  .pet_content_dog .why_img {
    display: none;
  }
  .pet_content_dog .why .title {
    font-size: min(22px, 5.5979vw);
    margin-top: 0px;
    letter-spacing: -0.04em;
    line-height: 1.64;
  }
  .pet_content_dog .why .title::after {
    content: "";
    display: block;
    width: 329px;
    max-width: 100%;
    height: 7.63358vmin;
    background-image: url(../images/line01_dog.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    top: -4px;
  }
}
.pet_content_dog .secret {
  background-color: #F7F5EF;
  border-radius: 80px;
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 97px;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 248px;
  box-shadow: 6px 6px 8px rgba(219, 211, 200, 0.5);
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret {
    border-radius: 40px;
    padding: 40px 5.09%;
    padding-top: 74px;
    margin-top: 78px;
  }
}
.pet_content_dog .secret_heading {
  text-align: center;
  width: 506px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 22px;
}
.pet_content_dog .secret_heading .pet_img {
  position: absolute;
  top: -129px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
}
.pet_content_dog .secret_heading .title {
  position: relative;
  font-size: 32px;
  color: #FF9D24;
}
.pet_content_dog .secret_heading .title span {
  display: block;
  padding: 9px 0 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #FF9D24;
  line-height: 1.44;
  letter-spacing: -0.04em;
}
.pet_content_dog .secret_heading .title::before, .pet_content_dog .secret_heading .title::after {
  content: "";
  position: absolute;
}
.pet_content_dog .secret_heading .title::before {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #FF9D24 transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .secret_heading .title::after {
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 11.8px 0 11.8px;
  border-color: #F7F5EF transparent transparent;
  translate: -50% 100%;
}
.pet_content_dog .secret_heading .lead {
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_heading .title {
    font-size: max(24px, 2.6666vw);
  }
  .pet_content_dog .secret_heading .lead {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_heading {
    margin-bottom: 54px;
  }
  .pet_content_dog .secret_heading .pet_img {
    top: -58px;
    left: 4px;
    right: 0px;
    width: 23.1%;
    max-width: 82px;
  }
  .pet_content_dog .secret_heading .title {
    font-size: 26px;
  }
  .pet_content_dog .secret_heading .title span {
    padding: 13px 0 15px;
    line-height: 1.54;
  }
  .pet_content_dog .secret_heading .title::before {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    border-color: #FF9D24 transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .secret_heading .title::after {
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 17.2px 11.8px 0 11.8px;
    border-color: #F7F5EF transparent transparent;
    translate: -50% 100%;
  }
  .pet_content_dog .secret_heading .lead {
    margin-top: 37px;
    font-size: min(16px, 4.0712vw);
    letter-spacing: -0.05em;
    text-align: left;
  }
}
.pet_content_dog .secret_box + .secret_box {
  padding-top: 50px;
  margin-top: 50px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box + .secret_box {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.pet_content_dog .secret_box_column {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box_column {
    display: block;
  }
}
.pet_content_dog .secret_box_txtArea {
  width: 480px;
  max-width: 46.1555%;
}
.pet_content_dog .secret_box_txtArea .heading {
  margin-bottom: 9px;
}
.pet_content_dog .secret_box_txtArea .heading .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #FF9D24;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.pet_content_dog .secret_box_txtArea .heading .num > em {
  font-size: 44px;
  font-family: "Slackside One", cursive;
  margin-top: -15px;
  letter-spacing: -0.1em;
}
.pet_content_dog .secret_box_txtArea .heading .num::before {
  content: "";
  width: 57px;
  height: 61px;
  background-image: url(../images/pet_footprints_dog.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pet_content_dog .secret_box_txtArea .heading .title {
  font-size: 26px;
  margin-bottom: 15px;
}
.pet_content_dog .secret_box_txtArea .heading .sub_title {
  font-size: 18px;
  letter-spacing: 0;
}
.pet_content_dog .secret_box_txtArea .caution {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  font-size: 14px;
  margin-top: 23px;
}
.pet_content_dog .secret_box_txtArea .pet_icon {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_box_txtArea .heading .title {
    font-size: max(22px, 2.1666vw);
  }
  .pet_content_dog .secret_box_txtArea .heading .sub_title {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .secret_box_txtArea .text {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .secret_box_txtArea .caution {
    font-size: max(12px, 1.16666vw);
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_dog .secret_box_txtArea .heading .num {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .pet_content_dog .secret_box_txtArea .heading .num > em {
    font-size: 44px;
    margin-top: -15px;
  }
  .pet_content_dog .secret_box_txtArea .heading .num::before {
    width: 32px;
    height: 35px;
    background-size: cover;
  }
  .pet_content_dog .secret_box_txtArea .heading .title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .pet_content_dog .secret_box_txtArea .heading .sub_title {
    font-size: 18px;
    letter-spacing: 0;
    color: #FF9D24;
  }
  .pet_content_dog .secret_box_txtArea .text {
    margin-top: 0px;
    font-size: min(16px, 4.0712vw);
  }
  .pet_content_dog .secret_box_txtArea .pet_icon {
    margin-top: 0;
    position: absolute;
  }
}
.pet_content_dog .secret_box_imgArea {
  width: 500px;
  max-width: 48.0888%;
}
.pet_content_dog .secret_box_imgArea .imgtxt {
  text-align: center;
  color: #FF9D24;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.pet_content_dog .secret_box_imgArea .img {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box_imgArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_dog .secret_box_imgArea .imgtxt {
    margin-bottom: 9px;
  }
  .pet_content_dog .secret_box_imgArea .caution {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-top: 23px;
  }
  .pet_content_dog .secret_box_imgArea .imgslide {
    overflow: auto;
    padding-bottom: 50px;
  }
  .pet_content_dog .secret_box_imgArea .imgslide .img {
    justify-content: space-between;
    width: 530px;
    gap: 10px;
  }
  .pet_content_dog .secret_box_imgArea .imgslide .img > div {
    position: relative;
  }
  .pet_content_dog .secret_box_imgArea .imgslide .img > div .scroll01 {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .pet_content_dog .secret_box_imgArea .imgslide .img > div:last-child .scroll01 {
    text-align: right;
    right: 0;
    left: auto;
  }
}
.pet_content_dog .secret_box .nanoe_box_wrap {
  position: relative;
  width: 1011px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 48px;
}
.pet_content_dog .secret_box .nanoe_box_wrap .moreImg {
  position: absolute;
  z-index: 1;
  top: -28px;
  left: -29px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box .nanoe_box_wrap {
    margin: auto;
    margin-top: 37px;
    width: 100%;
    max-width: 460px;
  }
  .pet_content_dog .secret_box .nanoe_box_wrap .moreImg {
    top: -12px;
    left: -14px;
    width: 21.53%;
    max-width: 76px;
  }
}
.pet_content_dog .secret_box .nanoe_box {
  width: 100%;
  background-color: #fff;
  border: 3px solid;
  border-radius: 20px;
  border-color: #FF9D24;
  display: grid;
  grid-template-columns: 34.03% 1fr;
  min-height: 205px;
  position: relative;
  overflow: hidden;
}
.pet_content_dog .secret_box .nanoe_box::before {
  content: "";
  border: 1px dotted;
  border-color: #FF9D24;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 98.3%;
  height: 93%;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box .nanoe_box {
    display: block;
    min-height: 100%;
    position: relative;
  }
  .pet_content_dog .secret_box .nanoe_box::before {
    width: 93.77%;
    height: 93%;
  }
}
.pet_content_dog .secret_box .nanoe_box .imgArea {
  background-image: url(../images/nanoe_box_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box .nanoe_box .imgArea {
    background-image: url(../images/nanoe_box_img_sp.png);
    min-height: 20.0489vh;
  }
}
.pet_content_dog .secret_box .nanoe_box .txtArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pet_content_dog .secret_box .nanoe_box .txtArea .heading {
  width: 450px;
  max-width: 100%;
  margin-left: -7px;
}
.pet_content_dog .secret_box .nanoe_box .txtArea .title {
  font-size: 26px;
  color: #FF9D24;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: 0;
  margin-left: -11px;
}
.pet_content_dog .secret_box .nanoe_box .txtArea .nanoe_logo {
  flex-shrink: 0;
  width: 112px;
  margin-bottom: 13px;
}
.pet_content_dog .secret_box .nanoe_box .txtArea .nanoe_logo img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_box .nanoe_box .txtArea {
    padding-left: 20px;
    gap: 0;
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .title {
    font-size: max(18px, 1.6666vw);
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .txt {
    font-size: max(14px, 1.3333vw);
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .nanoe_logo {
    width: 17.28%;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box .nanoe_box .txtArea {
    display: block;
    padding: 27px 7.08% 40px;
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .heading {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .title {
    font-size: 20px;
    margin-left: -11px;
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .txt {
    line-height: 1.6;
    font-size: 15px;
  }
  .pet_content_dog .secret_box .nanoe_box .txtArea .nanoe_logo {
    position: absolute;
    width: 17.28%;
    max-width: 61px;
    top: 11vh;
    right: 12px;
    margin-bottom: 0;
  }
}
.pet_content_dog .secret_box01 .secret_box_column {
  flex-wrap: wrap;
}
.pet_content_dog .secret_box01 .secret_box_txtArea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 41px;
}
.pet_content_dog .secret_box01 .secret_box_txtArea .title {
  margin-left: -15px;
}
.pet_content_dog .secret_box01 .secret_box_txtArea .pet_icon {
  top: 90px;
  right: 37px;
}
.pet_content_dog .secret_box01 .secret_box_imgArea {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_box01 .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .pet_content_dog .secret_box01 .secret_box_txtArea .title {
    margin-left: 0;
  }
  .pet_content_dog .secret_box01 .secret_box_txtArea .pet_icon {
    top: 85px;
    right: 10px;
    width: 31.83%;
    max-width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box01 .secret_box_txtArea .pet_icon {
    top: 85px;
    right: 10px;
    width: 31.83%;
    max-width: 113px;
  }
}
.pet_content_dog .secret_box02.secret_box {
  padding-top: 51px;
  margin-top: 48px;
}
.pet_content_dog .secret_box02 .secret_box_txtArea .title {
  margin-left: -15px;
}
.pet_content_dog .secret_box02 .secret_box_txtArea .pet_icon {
  top: 22px;
  left: 343px;
}
.pet_content_dog .secret_box02 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_box02 .secret_box_txtArea .pet_icon {
    top: 58px;
    left: 41%;
    width: 19.51%;
    max-width: 69px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box02.secret_box {
    padding-top: 40px;
    margin-top: 11px;
  }
  .pet_content_dog .secret_box02 .secret_box_txtArea .title {
    margin-left: 0;
  }
  .pet_content_dog .secret_box02 .secret_box_txtArea .pet_icon {
    top: 58px;
    left: auto;
    right: 4px;
    width: 19.51%;
    max-width: 69px;
  }
  .pet_content_dog .secret_box02 .secret_box_imgArea {
    padding-top: 20px;
  }
}
.pet_content_dog .secret_box03.secret_box {
  padding-top: 73px;
  margin-top: 46px;
}
.pet_content_dog .secret_box03 .secret_box_txtArea .pet_icon {
  top: -20px;
  left: 449px;
}
.pet_content_dog .secret_box03 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 1200px) {
  .pet_content_dog .secret_box03 .secret_box_txtArea .pet_icon {
    top: -20px;
    left: 40%;
    width: 24.32%;
    max-width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box03.secret_box {
    padding-top: 41px;
    margin-top: 33px;
  }
  .pet_content_dog .secret_box03 .secret_box_txtArea .heading .title {
    line-height: 1.31;
    margin-top: 11px;
    margin-bottom: 14px;
  }
  .pet_content_dog .secret_box03 .secret_box_txtArea .pet_icon {
    top: 74px;
    left: auto;
    right: 7px;
    width: 24.32%;
    max-width: 86px;
  }
  .pet_content_dog .secret_box03 .secret_box_imgArea {
    padding-top: 25px;
  }
}
.pet_content_dog .secret_box04.secret_box {
  padding-top: 51px;
}
.pet_content_dog .secret_box04 .secret_box_txtArea {
  width: 501px;
  max-width: 48.17%;
}
.pet_content_dog .secret_box04 .secret_box_txtArea .title {
  margin-left: -12px;
}
.pet_content_dog .secret_box04 .secret_box_txtArea .text {
  letter-spacing: -0.05em;
  padding-right: 20px;
}
.pet_content_dog .secret_box04 .secret_box_txtArea .pet_icon {
  bottom: -70px;
  left: 490px;
}
.pet_content_dog .secret_box04 .secret_box_imgArea {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .secret_box04.secret_box {
    padding-top: 47px;
    margin-top: 40px;
  }
  .pet_content_dog .secret_box04 .secret_box_txtArea {
    width: 100%;
    max-width: 100%;
  }
  .pet_content_dog .secret_box04 .secret_box_txtArea .title {
    margin-left: 0;
    line-height: 1.31;
    margin-bottom: 16px;
  }
  .pet_content_dog .secret_box04 .secret_box_txtArea .text {
    letter-spacing: 0;
    padding-right: 0;
  }
  .pet_content_dog .secret_box04 .secret_box_txtArea .pet_icon {
    bottom: -36px;
    left: 488px;
    display: none;
  }
  .pet_content_dog .secret_box04 .secret_box_imgArea {
    padding-top: 25px;
  }
}
.pet_content_dog .exhibition {
  margin-top: 212px;
}
@media screen and (max-width: 768px) {
  .pet_content_dog .exhibition {
    margin-top: 31px;
    padding-top: 24px;
  }
}
.pet_content_dog .exhibition_campaign_heading .title span {
  color: #FF9D24;
}
.pet_content_dog .exhibition_campaign_heading .title::before {
  background-image: url(../images/exhibition_campaign_dog_deco01.svg);
}
.pet_content_dog .exhibition_campaign_heading .title::after {
  background-image: url(../images/exhibition_campaign_dog_deco02.svg);
}
@media screen and (max-width: 768px) {
  .pet_content_dog .exhibition_top_textArea .pet_icon {
    top: -42px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 21.39%;
    max-width: 84px;
  }
}

/*展示場
*****************************/
.exhibition {
  margin-top: 126px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .exhibition {
    margin-top: 0;
  }
}

.exhibition_top {
  background-image: url(../images/exhibition_top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 561px;
}
@media screen and (max-width: 768px) {
  .exhibition_top {
    background-image: none;
  }
}

.exhibition_top_list {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  top: -52px;
}
.exhibition_top_list > li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  background-color: #0D94B5;
  border-radius: 20px;
}
.exhibition_top_list > li .text {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .exhibition_top_list {
    margin: 0 20px;
    width: auto;
    gap: 10px;
  }
  .exhibition_top_list > li .text {
    font-size: max(14px, 1.6666vw);
  }
}
@media screen and (max-width: 768px) {
  .exhibition_top_list {
    display: none;
  }
}

.exhibition_top_headingArea {
  position: relative;
}
.exhibition_top_headingArea .hukidashiArea {
  display: flex;
  justify-content: center;
  gap: 47px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -59px;
}
.exhibition_top_headingArea .hukidashi01 {
  width: 36.26%;
  max-width: 128px;
}
.exhibition_top_headingArea .hukidashi02 {
  width: 42.49%;
  max-width: 150px;
}

.exhibition_top_heading {
  background: rgba(13, 148, 181, 0.8);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  width: 764px;
  max-width: 100%;
  margin: auto;
  padding: 30px 25px;
  position: relative;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.exhibition_top_heading::before, .exhibition_top_heading::after {
  content: "";
  width: 25px;
  height: 149px;
  background-image: url(../images/exhibition_top_heading_deco.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.exhibition_top_heading::after {
  transform: scale(-1, 1);
}
.exhibition_top_heading > div {
  color: #fff;
  text-align: center;
}
.exhibition_top_heading > div::after {
  content: "";
}
.exhibition_top_heading .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.36;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.exhibition_top_heading .title em {
  font-size: 40px;
  line-height: 0.95;
}
.exhibition_top_heading .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .exhibition_top_heading {
    align-items: center;
  }
  .exhibition_top_heading .title {
    font-size: max(22px, 2.3333vw);
  }
  .exhibition_top_heading .title em {
    font-size: max(32px, 3.3333vw);
  }
  .exhibition_top_heading .text {
    font-size: max(16px, 1.6666vw);
  }
}
@media screen and (max-width: 768px) {
  .exhibition_top_heading {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 39px 25px 54px;
    margin-top: 0;
    justify-content: center;
  }
  .exhibition_top_heading::before, .exhibition_top_heading::after {
    content: none;
  }
  .exhibition_top_heading > div {
    border: none;
    padding: 0 25px;
  }
  .exhibition_top_heading > div::after {
    content: none;
  }
  .exhibition_top_heading .title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .exhibition_top_heading .title em {
    font-size: 30px;
  }
  .exhibition_top_heading .text {
    font-size: min(16px, 4.0712vw);
    line-height: 1.88;
  }
}

@media screen and (max-width: 768px) {
  .exhibition_top_textArea {
    position: relative;
    background-color: #FDF0D8;
    padding: 67px 5.09%;
  }
  .exhibition_top_textArea .pet_icon {
    position: absolute;
    top: -40px;
    left: -40px;
    right: 0;
    margin: auto;
    width: 28.61%;
    max-width: 101px;
    z-index: 2;
  }
}

.exhibition_top_text {
  width: 767px;
  max-width: 100%;
  min-height: 121px;
  margin: auto;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.exhibition_top_text .text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #474747;
}
@media screen and (max-width: 1200px) {
  .exhibition_top_text .text {
    font-size: max(14px, 1.3333vw);
  }
}
@media screen and (max-width: 768px) {
  .exhibition_top_text {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin-top: 0;
    background: #fff;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .exhibition_top_text .text {
    font-size: min(16px, 4.0712vw);
    line-height: 30px;
    text-align: center;
    color: #474747;
  }
}

.exhibition_campaign {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .exhibition_campaign {
    margin-top: 43px;
  }
}

.exhibition_campaign_heading .title {
  display: flex;
  justify-content: center;
  gap: 23px;
}
.exhibition_campaign_heading .title span {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.77;
  display: block;
  text-align: center;
  color: #F87C7C;
}
.exhibition_campaign_heading .title em {
  font-size: 32px;
  line-height: 1.44;
  margin-top: -11px;
  display: block;
}
.exhibition_campaign_heading .title::before, .exhibition_campaign_heading .title::after {
  content: "";
  width: 89px;
  height: 91px;
  display: block;
  background-size: cover;
}
.exhibition_campaign_heading .title::before {
  background-image: url(../images/exhibition_campaign_deco01.svg);
}
.exhibition_campaign_heading .title::after {
  background-image: url(../images/exhibition_campaign_deco02.svg);
}
@media screen and (max-width: 768px) {
  .exhibition_campaign_heading .title {
    display: flex;
    justify-content: center;
    gap: 23px;
  }
  .exhibition_campaign_heading .title span {
    font-size: 18px;
  }
  .exhibition_campaign_heading .title em {
    font-size: 18px;
    margin-top: -6px;
  }
  .exhibition_campaign_heading .title::before, .exhibition_campaign_heading .title::after {
    content: "";
    width: 42px;
    height: 43px;
    display: block;
    background-size: cover;
  }
  .exhibition_campaign_heading .title::before {
    background-image: url(../images/exhibition_campaign_deco01.svg);
  }
  .exhibition_campaign_heading .title::after {
    background-image: url(../images/exhibition_campaign_deco02.svg);
  }
}

.exhibition_campaign_flex {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exhibition_campaign_flex .box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exhibition_campaign_flex .box .img {
  width: 48%;
  margin: 0;
}
.exhibition_campaign_flex .box .txt_box {
  width: 48%;
}
.exhibition_campaign_flex .box .txt_box .ttl {
  font-size: 16px;
  color: #46BEB9;
  margin-bottom: 10px;
  line-height: 1.44;
  letter-spacing: 0em;
}
.exhibition_campaign_flex .box .txt_box .txt {
  font-size: 10px;
  text-align: left;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1000px) {
  .exhibition_campaign_flex {
    padding: 0 40px;
  }
  .exhibition_campaign_flex .box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .exhibition_campaign_flex .box .img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .exhibition_campaign_flex .box .img img {
    margin: auto;
  }
  .exhibition_campaign_flex .box .txt_box {
    width: 100%;
  }
  .exhibition_campaign_flex .box .txt_box .ttl {
    font-size: max(14px, 1.3333vw);
  }
  .exhibition_campaign_flex .box .txt_box .txt {
    font-size: max(8px, 0.69444vw);
  }
}
@media screen and (max-width: 768px) {
  .exhibition_campaign_flex {
    width: 1000px;
    max-width: 100%;
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5.09%;
    gap: 18px;
  }
  .exhibition_campaign_flex .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .exhibition_campaign_flex .box .img {
    width: 100%;
    margin: 0;
  }
  .exhibition_campaign_flex .box .txt_box {
    width: 100%;
  }
  .exhibition_campaign_flex .box .txt_box .ttl {
    display: none;
  }
  .exhibition_campaign_flex .box .txt_box .txt {
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

/*資料請求
*****************************/
.materials_area {
  width: 100%;
  min-height: 440px;
  background-image: url(../images/materials_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 180px;
}
.materials_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .materials_area {
    background-image: url(../images/materials_bg_sp.png);
    min-height: 100%;
    margin-top: 32%;
    padding-bottom: 66px;
  }
  .materials_area::before {
    background: rgba(255, 255, 255, 0.2);
  }
}

.materials_box {
  position: relative;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 44.07%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .materials_box {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .materials_box {
    display: block;
    padding: 0;
  }
}
.materials_box .imgArea img {
  position: absolute;
  top: -138px;
  left: -31px;
  max-width: 649px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .materials_box .imgArea img {
    width: 54.08%;
    left: 20px;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .materials_box .imgArea {
    padding-top: 63%;
    position: relative;
  }
  .materials_box .imgArea img {
    margin: auto;
    margin-top: 0;
    width: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    top: auto;
  }
}
.materials_box .txtArea {
  margin-top: 53px;
}
.materials_box .txtArea .tag {
  width: 142px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  background: #46C9E9;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.materials_box .txtArea .title {
  font-size: 26px;
  line-height: 1.92;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.materials_box .txtArea .sub_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.31;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.materials_box .txtArea .text {
  line-height: 2.13;
}
.materials_box .txtArea .btnArea {
  margin-top: 28px;
}
.materials_box .txtArea .btnArea .materials_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  gap: 10px;
  width: 520px;
  max-width: 100%;
  height: 81px;
  background: #F26A02;
  border-radius: 100px;
}
.materials_box .txtArea .btnArea .materials_btn span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .materials_box .txtArea .title {
    font-size: max(18px, 2vw);
  }
  .materials_box .txtArea .sub_title {
    font-size: max(14px, 1.3333vw);
  }
  .materials_box .txtArea .text {
    line-height: 1.87;
  }
  .materials_box .txtArea .btnArea .materials_btn span {
    font-size: max(20px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .materials_box .txtArea {
    width: 76.34%;
    margin: auto;
    margin-top: 25px;
  }
  .materials_box .txtArea .tag {
    width: 142px;
    padding: 6px 9px;
    background: #0D94B5;
    border-radius: 10px;
    margin-bottom: 0;
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: min(16px, 4.0712vw);
  }
  .materials_box .txtArea .title {
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 1.42;
  }
  .materials_box .txtArea .sub_title {
    margin-bottom: 18px;
    font-size: 20px;
    border-top: 1px solid #3C3835;
    border-bottom: 1px solid #3C3835;
    padding: 7px 0;
    line-height: 1.4;
  }
  .materials_box .txtArea .sub_title span {
    font-size: min(16px, 4.0712vw);
    display: block;
  }
  .materials_box .txtArea .text {
    line-height: 1.87;
  }
  .materials_box .txtArea .btnArea {
    margin-top: 28px;
  }
  .materials_box .txtArea .btnArea .materials_btn {
    padding: 30px 50px;
    width: 520px;
    max-width: 100%;
    height: 60px;
  }
  .materials_box .txtArea .btnArea .materials_btn span {
    font-size: 20px;
  }
}

/* ========== マップエリア ========== */
.exhibition_campaign_map {
  width: 1038px;
  max-width: 100%;
  margin: auto;
  padding-top: 30px;
  margin-top: 86px;
  background-image: radial-gradient(circle, #90887b 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7.99px 2px;
}
@media screen and (max-width: 1200px) {
  .exhibition_campaign_map {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .exhibition_campaign_map {
    padding-top: 0;
    margin-top: 28px;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ========== 全国マップ ========== */
#mainMap {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  position: relative;
  display: block;
  height: 872px;
  max-width: 950px;
  margin: 0 auto;
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_btn {
  position: absolute;
  left: 180px;
  top: 53px;
  display: block;
  width: 180px;
  height: 36px;
  background: #585858;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.mainMap_btn::before {
  content: "";
  background: url(/guide/img/ico_gps.png) center center/cover;
  position: absolute;
  left: 16px;
  top: 7px;
  display: block;
  width: 16px;
  height: 23px;
}

.mainMap_btn::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: -2px;
  font-size: 28px;
  font-weight: normal;
}

.mainMap_tab {
  display: none;
}

.mainMap_ttl {
  position: absolute;
  left: 0px;
  top: 56px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.mainMap_txt {
  position: absolute;
  left: 0px;
  top: 111px;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
}

#mainMap dl {
  position: absolute;
  width: 150px;
  padding: 0 0 10px;
  border: #cccccc solid 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

#mainMap dl dt a {
  padding: 8px 0 16px;
  font-size: 21px;
  font-size: 1.32rem;
  line-height: 1;
  text-align: center;
  border-top-style: solid;
  border-top-width: 5px;
}

#mainMap_area1 dt a {
  color: #5974a7;
  border-top-color: #5571a8;
}

#mainMap_area2 dt a {
  color: #32a3d6;
  border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
  color: #61a977;
  border-top-color: #61a977;
}

#mainMap_area4 dt a {
  color: #c1c133;
  border-top-color: #c1c133;
}

#mainMap_area5 dt a {
  color: #a0c68f;
  border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
  color: #eaad5a;
  border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
  color: #e67eae;
  border-top-color: #e67eae;
}

#mainMap_area8 dt a {
  color: #e68e7e;
  border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
  color: #f2b7d4;
  border-top-color: #f2b7d4;
}

#mainMap dl dd a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

#mainMap dl dd a:before {
  content: "> ";
}

/* ========== /全国マップ ========== */
@media screen and (min-width: 769px) {
  #mainMap dl dt a:hover {
    background: #eeeeee;
  }
  #mainMap dl dd a:hover {
    background: #eeeeee;
  }
}
@media screen and (max-width: 960px) {
  #mainMap {
    background: url(/guide/img/fig_main_map.png) no-repeat center center;
    background-size: 800px;
  }
  #mainMap dl {
    width: 130px;
    padding: 0 0 10px;
  }
  #mainMap_area1 {
    top: 100px;
    transform: translateX(300px);
  }
  #mainMap_area2 {
    top: 222px;
    transform: translateX(320px);
  }
  #mainMap_area3 {
    top: 465px;
    transform: translateX(300px);
  }
  #mainMap_area4 {
    top: 160px;
    transform: translateX(20px);
  }
  #mainMap_area5 {
    top: 570px;
    transform: translateX(120px);
  }
  #mainMap_area6 {
    top: 235px;
    transform: translateX(-129px);
  }
  #mainMap_area7 {
    top: 310px;
    transform: translateX(-277px);
  }
  #mainMap_area8 {
    top: 615px;
    transform: translateX(-100px);
  }
  #mainMap_area9 {
    top: 535px;
    transform: translateX(-320px);
  }
  #mainMap dl dt a {
    padding: 8px 0 16px;
    font-size: 21px;
    font-size: 1.32rem;
    line-height: 1;
    text-align: center;
    border-top-style: solid;
    border-top-width: 5px;
  }
  #mainMap dl dd a {
    display: block;
    padding: 6px 18px;
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #mainMap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .mainMap_btn {
    display: none;
  }
  .mainMap_tab {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .mainMap_tab li {
    width: 50%;
  }
  .mainMap_tab li a {
    background: #f6f5f2;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 20px 0;
    color: #7a776a;
    font-size: min(16px, 4.0712vw);
    font-weight: bold;
    text-align: center;
  }
  .mainMap_tab li:first-child a {
    border-right: 1px solid #cccccc;
  }
  .mainMap_tab li.tab_active a {
    color: #686048;
    background: #fff;
    border-top: 1px solid #cccccc;
    border-bottom: none;
  }
  .mainMap_ttl {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 5px 0;
    left: auto;
    top: auto;
    background: #a69e81;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .mainMap_txt {
    display: none;
  }
  #mainMap dl {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
  }
  #mainMap_area1,
  #mainMap_area2,
  #mainMap_area3,
  #mainMap_area4,
  #mainMap_area5,
  #mainMap_area6,
  #mainMap_area7,
  #mainMap_area8,
  #mainMap_area9 {
    left: auto;
    top: auto;
    transform: translateX(0);
  }
  #mainMap dl dt {
    float: none;
    position: relative;
  }
  #mainMap dl dt::before {
    display: none;
  }
  #mainMap dl dt:nth-child(2) a {
    display: flex;
  }
  #mainMap dl dt:nth-child(1) a,
  #mainMap dl dt:nth-child(2) a {
    margin-right: 0;
  }
  #mainMap dl dt .btnPlusMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 60px;
    cursor: pointer;
  }
  #mainMap dl dt .btnPlusMain::after {
    width: 1px;
    height: 15px;
  }
  #mainMap dl dt.is-active > a {
    background: #f7f7f7;
    color: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain {
    background: #f7f7f7;
  }
  #mainMap dl dt.is-active .btnPlusMain::before {
    background: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain::after {
    top: 50%;
    left: 50%;
    background: #686048;
    opacity: 0;
  }
  #mainMap dl dt a {
    position: relative;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    margin-right: 72px;
    margin-bottom: 1px;
    height: 60px;
    color: #333;
    padding: 21px 0 24px 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
  }
  #mainMap dl dt a.pc-only {
    display: none;
  }
  #mainMap dl dt a::before {
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    top: 18px;
    width: 10px;
    height: 25px;
  }
  #mainMap dl dt a::after {
    content: "＞";
    position: absolute;
    right: 24px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
  }
  #mainMap dl dd {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #mainMap dl dd a {
    padding: 18px 0 18px 0px;
    margin-bottom: 1px;
    font-size: 15px;
    text-align: center;
    flex: 0 0 calc(25% - 10px);
    position: relative;
  }
  #mainMap #mainMap_area5 dd a,
  #mainMap #mainMap_area8 dd a {
    padding-bottom: 18px;
  }
  #mainMap dl dd a:before {
    display: none;
  }
  #mainMap dl dd a:nth-child(-n+4) {
    padding-bottom: 9px;
  }
  #mainMap dl dd a:nth-child(n+5) {
    padding-top: 9px;
  }
  #mainMap dl dd a:nth-child(-n+4):not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:nth-child(n+5):nth-child(-n+8):not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:last-child:after {
    content: none;
  }
  #mainMap_area2 dd a:after {
    background-color: #32A3D6;
  }
  #mainMap_area3 dd a:after {
    background-color: #61A977;
  }
  #mainMap_area4 dd a:after {
    background-color: #C1C133;
  }
  #mainMap_area5 dd a:after {
    background-color: #A0C68F;
  }
  #mainMap_area6 dd a:after {
    background-color: #EAAD5A;
  }
  #mainMap_area7 dd a:after {
    background-color: #E67EAE;
  }
  #mainMap_area8 dd a:after {
    background-color: #E68E7E;
  }
  #mainMap_area9 dd a:after {
    background-color: #F29AC6;
  }
  #mainMap .open a {
    color: #fff;
  }
  #mainMap .open a::before {
    background: #fff;
  }
  #mainMap .open a::after {
    content: "―";
    color: #fff;
    font-size: 14px;
  }
  #mainMap #mainMap_area1 dt a::after {
    content: "＞";
  }
  #mainMap_area1 .open a::after {
    content: "＞";
    color: #333;
  }
  #mainMap_area1 .open a {
    background: #f7f7f7;
    color: #5974a7;
  }
  #mainMap_area1 dt a::before {
    background: #5974a7;
  }
  #mainMap_area1 .open a::before {
    background: #5974a7;
  }
  #mainMap_area1 dd a {
    display: none !important;
  }
  #mainMap_area2 .open a {
    background: #32a3d6;
  }
  #mainMap_area2 dt a::before {
    background: #32a3d6;
  }
  #mainMap_area3 dt a::before {
    background: #61a977;
  }
  #mainMap_area4 dt a::before {
    background: #c1c133;
  }
  #mainMap_area5 dt a::before {
    background: #a0c68f;
  }
  #mainMap_area6 dt a::before {
    background: #eaad5a;
  }
  #mainMap_area7 dt a::before {
    background: #e67eae;
  }
  #mainMap_area8 dt a::before {
    background: #e68e7e;
  }
  #mainMap_area9 dt a::before {
    background: #f2b7d4;
  }
}
.fixed-cv {
  display: none;
  position: fixed;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .fixed-cv .hukidashi {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fixed-cv .hukidashi {
    padding: auto;
    max-width: 393px;
    width: 100%;
    margin-left: auto;
    position: relative;
    top: 10px;
    z-index: 1;
  }
}

.fixed-cv-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fixed-cv-inner {
    flex-direction: row;
    flex-direction: row-reverse;
  }
}

.fixed-cv-button {
  position: relative;
  background: #0D94B5;
  border-radius: 20px 0px 0px 20px;
  padding: 15px 15px 38px;
  /* min-height: 245px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .fixed-cv-button {
    min-height: auto;
    font-size: max(14px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    border-radius: 0;
    padding: 16px 4px;
    font-size: 14px;
    box-shadow: none;
    width: 50%;
    flex: 1;
  }
}
.fixed-cv-button span {
  position: relative;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button span {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 13px;
  }
}
.fixed-cv-button span::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 5px;
  background: url(../images/arrow-down-small.svg) no-repeat center center/cover;
  width: 9px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button span::after {
    position: static;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-cv-button:hover {
    opacity: 1;
    background-color: #60DFFF;
  }
}
.fixed-cv-button.guide {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button.guide {
    margin-bottom: 0;
    background-color: #41A8C1;
  }
}
.fixed-cv-button.guide::before {
  content: "";
  background: url(../images/cv_text.png) no-repeat center center/cover;
  width: 100px;
  height: 79px;
  display: block;
  position: absolute;
  top: -53px;
  right: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .fixed-cv-button.guide::before {
    width: max(100px, 7vw);
    height: 100%;
    top: -60%;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button.guide::before {
    content: none;
    background: url(../images/cv_text_sp.png) no-repeat center center/cover;
    width: 786px;
    max-width: 100%;
    height: 100%;
    margin-right: 9px;
  }
}
.fixed-cv-button.land {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .fixed-cv-button.land {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cv-button.land::before {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(80, 80, 80, 0.25);
    opacity: 0.5;
    position: absolute;
    left: 18px;
    top: 15px;
  }
}

.madori_pagination .swiper-pagination-bullet {
  margin: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DC5151;
  color: #fff;
  opacity: 1;
  z-index: 1;
}
.madori_pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(220, 81, 81, 0.8) 0%, rgba(220, 81, 81, 0.6) 40%, rgba(220, 81, 81, 0) 100%);
  animation: pulse 2.5s infinite ease-in-out;
  z-index: -1;
}
.pet_content_dog .madori_pagination .swiper-pagination-bullet {
  background-color: #FF9D24;
}
.pet_content_dog .madori_pagination .swiper-pagination-bullet-active::after {
  background: radial-gradient(circle, rgba(255, 157, 36, 0.8) 0%, rgba(255, 157, 36, 0.6) 40%, rgba(255, 157, 36, 0.25) 100%);
}

@keyframes pulseMotionCatalog {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0.8;
    background-color: rgba(255, 160, 80, 0.8);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 1.5);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2, 2.5);
    opacity: 0;
    background-color: rgba(255, 160, 80, 0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */