body {
  --base-font: 2.6667vw;
  color: #333333;
}
@media (min-width: 768px) {
  body {
    font-size: calc(16 * var(--base-font, 1) / 10);
    --base-font: 0.625rem;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.l-page-wrapper {
  overflow: initial;
}
@media (min-width: 768px) {
  .m-breadcrumb__list {
    max-width: 1330px;
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.animate_animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes loading-anime {
  0% {
    z-index: 11;
    -webkit-filter: blur(calc(6 * var(--base-font, 1) / 10));
    filter: blur(calc(6 * var(--base-font, 1) / 10));
    opacity: 1;
  }
  99% {
    z-index: 11;
    -webkit-filter: blur(calc(0 * var(--base-font, 1) / 10));
    filter: blur(calc(0 * var(--base-font, 1) / 10));
    opacity: 0;
  }
  to {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loading-anime {
  0% {
    z-index: 11;
    -webkit-filter: blur(calc(6 * var(--base-font, 1) / 10));
    filter: blur(calc(6 * var(--base-font, 1) / 10));
    opacity: 1;
  }
  99% {
    z-index: 11;
    -webkit-filter: blur(calc(0 * var(--base-font, 1) / 10));
    filter: blur(calc(0 * var(--base-font, 1) / 10));
    opacity: 0;
  }
  to {
    z-index: -1;
    opacity: 0;
  }
}
@-webkit-keyframes blur-anime {
  0% {
    -webkit-filter: blur(calc(6 * var(--base-font, 1) / 10));
    filter: blur(calc(6 * var(--base-font, 1) / 10));
    opacity: 0;
    -webkit-transform: translateY(calc(30 * var(--base-font, 1) / 10));
    transform: translateY(calc(30 * var(--base-font, 1) / 10));
  }
  to {
    -webkit-filter: blur(calc(0 * var(--base-font, 1) / 10));
    filter: blur(calc(0 * var(--base-font, 1) / 10));
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes blur-anime {
  0% {
    -webkit-filter: blur(calc(6 * var(--base-font, 1) / 10));
    filter: blur(calc(6 * var(--base-font, 1) / 10));
    opacity: 0;
    -webkit-transform: translateY(calc(30 * var(--base-font, 1) / 10));
    transform: translateY(calc(30 * var(--base-font, 1) / 10));
  }
  to {
    -webkit-filter: blur(calc(0 * var(--base-font, 1) / 10));
    filter: blur(calc(0 * var(--base-font, 1) / 10));
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.c-button-arrow {
  font-family: shippori Mincho, serif;
  font-size: calc(14 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .c-button-arrow {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}
.c-button-arrow .arrow {
  display: inline-block;
  position: relative;
  width: calc(40 * var(--base-font, 1) / 10);
  height: calc(9 * var(--base-font, 1) / 10);
  margin-left: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .c-button-arrow .arrow {
    width: calc(43 * var(--base-font, 1) / 10);
    height: calc(7 * var(--base-font, 1) / 10);
  }
}
.c-button-arrow .arrow::before, .c-button-arrow .arrow::after {
  content: "";
  background-color: #333333;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-arrow .arrow::before {
  top: calc(50% - 1px);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .c-button-arrow .arrow::before {
    width: calc(10 * var(--base-font, 1) / 10);
  }
}
.c-button-arrow .arrow::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .c-button-arrow .arrow::after {
    width: calc(43 * var(--base-font, 1) / 10);
  }
}
.c-button-arrow.--green {
  color: #005bac;
}
.c-button-arrow.--green .arrow::before, .c-button-arrow.--green .arrow::after {
  background-color: #005bac;
}
.c-button-arrow:hover .arrow {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
}
.sec-mv {
  content-visibility: auto;
  contain-intrinsic-size: 100vh;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 768px) {
  .sec-mv {
    margin-bottom: calc(13 * var(--base-font, 1) / 10);
  }
}
.sec-mv__gradation {
  background: url("../img/top/img_mv_gr_sp.png") no-repeat bottom center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sec-mv__gradation {
    background-image: url("../img/top/img_mv_gr.png");
  }
}
.sec-mv__video {
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.sec-mv__video-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.sec-mv__video-inner video {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.sec-mv__head {
  max-width: calc(295.5 * var(--base-font, 1) / 10);
  position: relative;
  z-index: 1;
  margin: -100vh auto 0;
  text-align: center;
  margin-bottom: calc(23 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__head {
    max-width: calc(749 * var(--base-font, 1) / 10);
    margin-bottom: calc(68 * var(--base-font, 1) / 10);
  }
}
.sec-mv__head img {
  width: 100%;
}
.sec-mv__ttl {
  padding-top: calc(46 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__ttl {
    padding-top: calc(196 * var(--base-font, 1) / 10);
  }
}
.sec-mv__txt {
  color: #FFF;
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: bold;
  font-family: Shippori Mincho, serif;
  line-height: 1.875;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: calc(162.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__txt {
    font-size: calc(30 * var(--base-font, 1) / 10);
    line-height: 2;
    margin-bottom: calc(608 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide {
  margin-bottom: calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__splide {
    margin-bottom: calc(500 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-mv__splide {
    padding: 0 calc(55 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .splide__arrow {
  width: calc(36.5 * var(--base-font, 1) / 10);
  height: calc(36.5 * var(--base-font, 1) / 10);
  position: absolute;
  top: calc(70 * var(--base-font, 1) / 10);
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 768px) {
  .sec-mv__splide .splide__arrow {
    top: calc(150 * var(--base-font, 1) / 10);
    width: calc(51 * var(--base-font, 1) / 10);
    height: calc(51 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .splide__arrow svg {
  display: none;
}
.sec-mv__splide .splide__arrow--prev {
  background: url("../img/top/ic_prev.svg") no-repeat center/cover;
  right: calc(50% + 140 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__splide .splide__arrow--prev {
    right: calc(50% + 288 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .splide__arrow--next {
  background: url("../img/top/ic_next.svg") no-repeat center/cover;
  left: calc(50% + 140 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__splide .splide__arrow--next {
    left: calc(50% + 288 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-mv__splide .splide__slide {
    width: calc(250 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .sec-mv__splide .splide__slide {
    max-width: calc(500 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .splide__slide .slide-inner {
  position: relative;
  color: #fff;
  display: block;
  opacity: 0.5;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  pointer-events: none;
}
.sec-mv__splide .splide__slide.is-active .slide-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 7;
  pointer-events: initial;
}
.sec-mv__splide .article-img {
  overflow: hidden;
  margin-bottom: 10px;
}
.sec-mv__splide .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-mv__splide .article-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .sec-mv__splide .article-content {
    -ms-grid-columns: auto calc(9 * var(--base-font, 1) / 10) 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 calc(9 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .article-cate {
  border: 2px solid #897b37;
  background-color: #897b37;
  color: #fff;
  font-size: calc(13 * var(--base-font, 1) / 10);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(75 * var(--base-font, 1) / 10);
  height: calc(29 * var(--base-font, 1) / 10);
}
.sec-mv__splide .article-cate.--02 {
  background-color: #fff;
  color: #333333;
}
@media (min-width: 768px) {
  .sec-mv__splide .article-cate {
    font-size: calc(16 * var(--base-font, 1) / 10);
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  .sec-mv__splide .article-cate {
    margin-bottom: calc(9 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .article-title, .sec-mv__splide .article-text {
  font-size: calc(14 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-mv__splide .article-title, .sec-mv__splide .article-text {
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.sec-mv__splide .article-title {
  font-weight: bold;
  line-height: 1.4615384615;
}
.sec-mv__splide .article-text {
  line-height: 1.8461538462;
}
.sec-category {
  margin-top: calc(67 * var(--base-font, 1) / 10);
}
.sec-category__list {
  padding-right: calc(30 * var(--base-font, 1) / 10);
  padding-left: calc(30 * var(--base-font, 1) / 10);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(55 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-category__list {
    -ms-grid-columns: 1fr calc(36 * var(--base-font, 1) / 10) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(68 * var(--base-font, 1) / 10) calc(36 * var(--base-font, 1) / 10);
    max-width: 1330px;
    padding-right: calc(25 * var(--base-font, 1) / 10);
    padding-left: calc(25 * var(--base-font, 1) / 10);
  }
}
.sec-category__item {
  border: 1px solid #707070;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-category__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sec-category__item:hover .media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-category__item:hover .c-button-arrow .arrow {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
}
@media (min-width: 768px) {
  .sec-category__item .media, .sec-category__item .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sec-category__item .media {
  overflow: hidden;
}
.sec-category__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-category__item .content {
  padding: calc(25 * var(--base-font, 1) / 10) calc(7 * var(--base-font, 1) / 10) calc(37.5 * var(--base-font, 1) / 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec-category__item .content {
    padding: calc(44 * var(--base-font, 1) / 10) calc(7 * var(--base-font, 1) / 10) calc(37 * var(--base-font, 1) / 10);
  }
}
.sec-category__item .title {
  font-size: calc(23 * var(--base-font, 1) / 10);
  font-weight: bold;
  font-family: Shippori Mincho, serif;
  line-height: 1;
  text-align: center;
  margin-bottom: calc(35 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-category__item .title {
    font-size: calc(21 * var(--base-font, 1) / 10);
    margin-bottom: calc(22 * var(--base-font, 1) / 10);
  }
}
.sec-category__item .text {
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-family: Shippori Mincho, serif;
  line-height: 1.875;
  text-align: center;
}
.sec-category__item .c-button-arrow {
  margin: calc(50 * var(--base-font, 1) / 10) auto 0;
}
@media (min-width: 768px) {
  .sec-category__item .c-button-arrow {
    margin-top: auto;
    margin-left: calc(21 * var(--base-font, 1) / 10);
  }
}
.sec-bnr {
  padding: calc(54 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10) calc(55 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-bnr {
    padding: calc(135 * var(--base-font, 1) / 10) calc(25 * var(--base-font, 1) / 10);
  }
}
.sec-bnr__wrap {
  border: 1px solid #005bac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .sec-bnr__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: calc(1280 * var(--base-font, 1) / 10);
    margin: 0 auto;
  }
}
.sec-bnr__wrap:hover .sec-bnr__media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-bnr__wrap:hover .c-button-arrow .arrow {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
}
@media (min-width: 768px) {
  .sec-bnr__media, .sec-bnr__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sec-bnr__media {
  overflow: hidden;
}
.sec-bnr__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-bnr__content {
  padding: calc(15 * var(--base-font, 1) / 10) calc(7 * var(--base-font, 1) / 10) calc(25 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-bnr__content {
    padding: calc(14 * var(--base-font, 1) / 10);
  }
}
.sec-bnr__content h2 {
  color: #005bac;
  font-family: shippori Mincho, serif;
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: normal;
  line-height: 1.9047619048;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-bnr__content h2 {
    font-weight: bold;
    font-size: calc(21 * var(--base-font, 1) / 10);
  }
}
.sec-bnr__content p {
  text-align: center;
  margin-top: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-bnr__content p {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}
.sec-navi {
  background-color: #e6e6e6;
  padding: calc(56 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10) calc(67 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-navi {
    padding: calc(145 * var(--base-font, 1) / 10) calc(25 * var(--base-font, 1) / 10) calc(134 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .sec-navi__wrap {
    max-width: calc(1330 * var(--base-font, 1) / 10);
    margin: 0 auto;
  }
}
.sec-navi__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-navi__list {
    -ms-grid-columns: 1fr calc(40 * var(--base-font, 1) / 10) 1fr calc(40 * var(--base-font, 1) / 10) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(40 * var(--base-font, 1) / 10);
  }
}
.sec-navi__item:hover .media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-navi__item .media {
  overflow: hidden;
}
.sec-navi__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-navi__item .title {
  font-family: shippori Mincho, serif;
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-navi__item .title {
    font-size: calc(21 * var(--base-font, 1) / 10);
    margin-top: calc(15 * var(--base-font, 1) / 10);
  }
}
.sec-pet {
  padding-bottom: calc(70 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet {
    padding-top: calc(70 * var(--base-font, 1) / 10);
    padding-bottom: calc(70 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .sec-pet__head {
    max-width: calc(1330 * var(--base-font, 1) / 10);
    margin: 0 auto calc(44 * var(--base-font, 1) / 10);
    padding-right: calc(25 * var(--base-font, 1) / 10);
    padding-left: calc(25 * var(--base-font, 1) / 10);
  }
}
.sec-pet__head-title {
  font-size: calc(30 * var(--base-font, 1) / 10);
  font-family: shippori Mincho, serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: calc(32.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__head-title {
    border-bottom: 1px solid #c8c8c8;
    font-size: calc(40 * var(--base-font, 1) / 10);
    padding-bottom: calc(5 * var(--base-font, 1) / 10);
    margin-bottom: calc(48 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-pet__head-title {
    background: url("../img/pet/img_pet01_sp.jpg") no-repeat center/cover;
    height: calc(353 * var(--base-font, 1) / 10);
    padding: calc(20 * var(--base-font, 1) / 10) calc(22 * var(--base-font, 1) / 10);
  }
}
.sec-pet__head-text {
  font-size: calc(15 * var(--base-font, 1) / 10);
  font-family: shippori Mincho, serif;
  font-weight: 500;
  line-height: 2.1666666667;
}
@media (min-width: 768px) {
  .sec-pet__head-text {
    font-size: calc(18 * var(--base-font, 1) / 10);
    padding-left: calc(440 * var(--base-font, 1) / 10);
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .sec-pet__head-text {
    padding-right: calc(30 * var(--base-font, 1) / 10);
    padding-left: calc(30 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content {
  padding-right: calc(30 * var(--base-font, 1) / 10);
  padding-left: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(110 * var(--base-font, 1) / 10);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    max-width: calc(1330 * var(--base-font, 1) / 10);
    margin: calc(35 * var(--base-font, 1) / 10) auto 0;
    padding-right: calc(25 * var(--base-font, 1) / 10);
    padding-left: calc(25 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-media {
  position: absolute;
  left: 0;
  max-width: calc(365 * var(--base-font, 1) / 10);
}
@media (min-width: 1410px) {
  .sec-pet__content-media {
    left: calc(1 * (1280px - 100vw) / 2);
    max-width: calc(500 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-pet__content-media {
    display: none;
  }
}
.sec-pet__content-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-pet__content-list {
    padding-top: calc(105 * var(--base-font, 1) / 10);
    padding-left: calc(440 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-pet__content-list {
    padding-top: calc(80 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li:not(:last-child) {
  margin-bottom: calc(78 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li:not(:last-child) {
    margin-bottom: calc(130 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  gap: calc(20 * var(--base-font, 1) / 10);
  position: relative;
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(40 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item:hover .media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-pet__content-list li .item:hover .arrow {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
}
.sec-pet__content-list li .item .media {
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .media {
    width: calc(290 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-pet__content-list li .item .media {
    padding: 0 calc(16 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: calc(106 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .cate {
  border: 2px solid #897b37;
  background-color: #897b37;
  color: #fff;
  font-size: calc(14 * var(--base-font, 1) / 10);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(22.5 * var(--base-font, 1) / 10);
  margin-bottom: calc(7.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .cate {
    font-size: calc(16 * var(--base-font, 1) / 10);
    width: calc(75 * var(--base-font, 1) / 10);
    height: calc(29 * var(--base-font, 1) / 10);
    margin-bottom: calc(30 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .cate.--02 {
  background-color: #fff;
  color: #333333;
}
.sec-pet__content-list li .item .title {
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1.1875;
  margin-top: calc(7.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .title {
    font-size: calc(16 * var(--base-font, 1) / 10);
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .text {
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .text {
    font-size: calc(16 * var(--base-font, 1) / 10);
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .sec-pet__content-list li .item .text {
    padding-right: calc(50 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .text.--date {
  font-weight: 400;
}
.sec-pet__content-list li .item .arrow {
  position: absolute;
  top: calc(90 * var(--base-font, 1) / 10);
  right: 0;
  width: calc(40 * var(--base-font, 1) / 10);
  height: calc(9 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .arrow {
    top: 50%;
    right: calc(20 * var(--base-font, 1) / 10);
    width: calc(43 * var(--base-font, 1) / 10);
    height: calc(7 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .arrow::before, .sec-pet__content-list li .item .arrow::after {
  content: "";
  background-color: #333333;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-pet__content-list li .item .arrow::before {
  top: calc(50% - 1px);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .arrow::before {
    width: calc(10 * var(--base-font, 1) / 10);
  }
}
.sec-pet__content-list li .item .arrow::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-pet__content-list li .item .arrow::after {
    width: calc(43 * var(--base-font, 1) / 10);
  }
}
.sec-detail {
  padding-right: calc(30 * var(--base-font, 1) / 10);
  padding-left: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail {
    max-width: calc(1330 * var(--base-font, 1) / 10);
    margin: 0 auto;
    padding-right: calc(25 * var(--base-font, 1) / 10);
    padding-left: calc(25 * var(--base-font, 1) / 10);
  }
}
.sec-detail__head {
  position: relative;
}
@media (max-width: 767px) {
  .sec-detail__head {
    max-height: calc(155 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-detail__head {
    margin-right: calc(-30 * var(--base-font, 1) / 10);
    margin-left: calc(-30 * var(--base-font, 1) / 10);
  }
}
.sec-detail__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-detail__head-title {
  font-size: calc(30 * var(--base-font, 1) / 10);
  font-family: shippori Mincho, serif;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: calc(20 * var(--base-font, 1) / 10);
  right: calc(22 * var(--base-font, 1) / 10);
  left: calc(22 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail__head-title {
    font-size: calc(40 * var(--base-font, 1) / 10);
    top: auto;
    right: calc(14 * var(--base-font, 1) / 10);
    bottom: 0;
    left: calc(9 * var(--base-font, 1) / 10);
  }
}
.sec-detail__content {
  margin-top: calc(28 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail__content {
    margin-top: calc(90 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-title {
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-detail .detail-title {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-detail .detail-title {
    border-top: 1px dashed #707070;
    padding-top: calc(20 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-article {
  border-top: 1px dashed #707070;
  padding-top: calc(18 * var(--base-font, 1) / 10);
  margin-top: calc(18 * var(--base-font, 1) / 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec-detail .detail-article {
    padding-top: calc(10 * var(--base-font, 1) / 10);
    margin-top: calc(28 * var(--base-font, 1) / 10);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sec-detail .detail-article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .sec-detail .detail-article__item:not(:first-child) {
    border-top: 1px dashed #707070;
    padding-top: calc(18 * var(--base-font, 1) / 10);
    margin-top: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .sec-detail .detail-article__item:not(:first-child) {
    padding-left: calc(10 * var(--base-font, 1) / 10);
    position: relative;
  }
  .sec-detail .detail-article__item:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 60px;
    border-left: 1px dashed #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.sec-detail .detail-article__ttl {
  font-size: calc(10.5 * var(--base-font, 1) / 10);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-detail .detail-article__ttl {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-article__cate {
  border: 2px solid #897b37;
  background-color: #897b37;
  color: #fff;
  font-size: calc(14 * var(--base-font, 1) / 10);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(82.5 * var(--base-font, 1) / 10);
  height: calc(27.5 * var(--base-font, 1) / 10);
  margin-left: calc(19 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-article__cate {
    font-size: calc(16 * var(--base-font, 1) / 10);
    width: calc(75 * var(--base-font, 1) / 10);
    height: calc(29 * var(--base-font, 1) / 10);
    margin-left: calc(15 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-article__cate.--02 {
  background-color: #fff;
  color: #333333;
}
.sec-detail .detail-article__text {
  font-size: calc(14 * var(--base-font, 1) / 10);
  margin-left: calc(19 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-article__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
    margin-left: calc(23 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(23 * var(--base-font, 1) / 10);
  margin-left: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-article__sns {
    margin-top: calc(5 * var(--base-font, 1) / 10);
    margin-left: calc(30 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-article__sns li a img {
  width: calc(25 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-article__sns li a img {
    width: calc(22.35 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-info {
  border-top: 1px dashed #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: calc(14 * var(--base-font, 1) / 10);
  margin-top: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: calc(12 * var(--base-font, 1) / 10);
    margin-top: calc(12 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-info__ttl {
  font-size: calc(10.5 * var(--base-font, 1) / 10);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-detail .detail-info__ttl {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-info__text {
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1.7142857143;
  margin-left: calc(19 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-info__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
    line-height: 1.5;
    margin-left: calc(15 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content {
  border-top: 1px dashed #707070;
  padding-top: calc(14 * var(--base-font, 1) / 10);
  margin-top: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-content {
    padding-top: calc(12 * var(--base-font, 1) / 10);
    margin-top: calc(12 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(19 * var(--base-font, 1) / 10);
  margin-bottom: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-content__head {
    gap: calc(15 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content__head-ttl {
  font-size: calc(10.5 * var(--base-font, 1) / 10);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-detail .detail-content__head-ttl {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content__head-name {
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: normal;
  line-height: 1.71875;
}
@media (min-width: 768px) {
  .sec-detail .detail-content__head-name {
    font-size: calc(24 * var(--base-font, 1) / 10);
    line-height: 1;
  }
}
.sec-detail .detail-content__text {
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1.9642857143;
  padding-left: calc(32 * var(--base-font, 1) / 10);
  margin-bottom: calc(37.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-content__text {
    font-size: calc(16 * var(--base-font, 1) / 10);
    padding-left: calc(34 * var(--base-font, 1) / 10);
    margin-bottom: calc(50 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(32 * var(--base-font, 1) / 10);
  margin-bottom: calc(37.5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail .detail-content__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(40 * var(--base-font, 1) / 10);
    margin-bottom: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767px) {
  .sec-detail .detail-content__img {
    padding-left: calc(32 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .sec-detail .detail-content__img > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(620 * var(--base-font, 1) / 10);
  }
}
.sec-detail .detail-content__img > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-detail__btn {
  text-align: center;
  margin-bottom: calc(45 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-detail__btn {
    margin-bottom: calc(120 * var(--base-font, 1) / 10);
  }
}
.sec-loading {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
}
.sec-loading.d-none {
  display: none;
}
.sec-loading.d-bock {
  display: block;
}
.sec-loading.is-loading-complete {
  position: fixed;
  -webkit-animation: loading-anime 1s linear 0s both;
  animation: loading-anime 1s linear 0s both;
}
.sec-loading__area {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sec-loading__area {
    width: 100%;
    max-width: calc(832 * var(--base-font, 1) / 10);
    padding: 0 calc(20 * var(--base-font, 1) / 10);
  }
}
.sec-loading__area-text, .sec-loading__area-logo {
  opacity: 0;
}
.sec-loading__area-text.is-loading-complete, .sec-loading__area-logo.is-loading-complete {
  -webkit-animation: blur-anime 3.4s cubic-bezier(0.19, 1, 0.22, 1);
  animation: blur-anime 3.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sec-loading__area-text {
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-family: Shippori Mincho, serif;
  letter-spacing: 0.095em;
  line-height: 2;
}
@media (min-width: 768px) {
  .sec-loading__area-text {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
.sec-loading__area-logo {
  margin-top: calc(30 * var(--base-font, 1) / 10);
  max-width: calc(272 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .sec-loading__area-logo {
    margin-top: calc(54 * var(--base-font, 1) / 10);
    max-width: calc(813 * var(--base-font, 1) / 10);
  }
}
.sec-loading__area-logo img {
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
  width: 100%;
}
#pagetopbtn {
  position: fixed;
  bottom: -30px;
  right: 5px;
  z-index: 98;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
@media (min-width: 768px) {
  #pagetopbtn {
    bottom: -60px;
    right: 30px;
  }
}
#pagetopbtn.is-fixed {
  bottom: 5px;
}
@media (min-width: 768px) {
  #pagetopbtn.is-fixed {
    bottom: 30px;
  }
}
#pagetopbtn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #424345;
  background-color: #131416;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #pagetopbtn a {
    width: 60px;
    height: 60px;
  }
}
img.allforlonglifeimg {
  max-width: 50%;
  width: 500px !important;
  margin-top: 60px;
}

/**/

span.backlinkbtn {
  padding: 20px 10px;
  border: solid 1px #C8C8C8;
  font-size: 15px;
  display: block;
  background: #FFFFFF;
}
span.backlinkbtn img {
  max-width: 50%;
  width: 20px;
  padding: 5px 3px;
}
.sec-pet__head-title {
  position: relative;
  display: inline-block; /* 可能なら block でも可 */
  text-align: center;
  width: 100%;
}
.backlinkbtn {
  position: absolute;
  right: 10px;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  gap: 4px; /* アイコンとテキストの間隔調整 */
  font-size: 0.9em; /* 必要に応じて調整 */
}

@media (min-width: 768px) {
        
span.backlinkbtn {
  padding: 3px 10px;
  border: solid 1px #C8C8C8;
  font-size: 15px;
  display: inline-block;
  background: #FFFFFF;
}
span.backlinkbtn img {
  max-width: 50%;
  width: 20px;
  padding: 5px 3px;
}
.sec-pet__head-title {
  position: relative;
  display: inline-block; /* 可能なら block でも可 */
  text-align: center;
  width: 100%;
    text-align: left;
}
.backlinkbtn {
  position: absolute;
  right: 0;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  gap: 4px; /* アイコンとテキストの間隔調整 */
  font-size: 0.9em; /* 必要に応じて調整 */
}
.backlinkbtn img {
  transition: transform 0.6s ease;
  transform-origin: center;
}
.backlinkbtn:hover img {
  transform: rotate(-360deg);
}
    
  .sec-pet__content-list {
      margin-bottom: 30px;
}
 
}


.marginbottombox {
    display: block;
    margin-bottom: 500px;
}

  .sec-pet__content-list {
      margin-bottom: 600px;
}

@media (max-width: 768px) {
     .sec-pet__content-list {
      margin-bottom: 0px;
} 
}
