@charset "UTF-8";
:root {
  --bg-white:rgb(244, 244, 244); /* #f4f4f4 */
  --bg-offwhite:rgb(249, 248, 244) ; /* #f9f9f4 */
  --bg-yellow:rgb(254, 254, 220); /* #f2f2d3 */
  --bg-beige:rgb(232, 228, 209) ; /*#f0f0e3*/
  --bg-main:rgb(245, 245, 233); /*#f5f5e9*/
  --font-main:#444444;
  --font-navy:#193244;
  --dark-brown:#5d5046;
  --light-brown:#756761;
  --light-blue:#32a2d3;
  --sky-blue:#9acde8;
  --cyan:#039ce2;
  --dark-mint:#30a060;
  --dark-mint2:#4ea48b;
  --light-mint:#80d1c8;
  --light-mint2:#70ba8f;
  --light-green:#7dad5e;
  --light-yellow2:#f4f4da;
  --light-yellow:#f2f2c8; /*f2f2c8*/
  --middle-yellow:#f9df6e;
  --hot-yellow:#edb613;
  --light-orange:#ff9900;
  --dark-orange:#ff6600;
  --light-mocha: #bea493;
  --light-beige: #f2f1ed; /*rgb(241, 237, 229)*/
  --dark-beige: #c7b8a9;
  --bg-gray: #ecf1f4;
  --main-width: 80%;
  --fSize-sp-main:0.875rem;
  --fSize-pc-main:1rem;
  --lHeight-sp-main:1.25rem;
  --lHeight-pc-main:1.375rem;
}

/*----------------------------■■　font　■■----------------------------*/
.notoemoji {
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*----------------------------■■　共通　■■----------------------------*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--bg-offwhite);
  color: var(--font-main);
  font-size: var(--fSize-sp-main);
  line-height: var(--lHeight-sp-main);
}
@media screen and (min-width: 960px) {
  body {
    font-size: var(--fSize-pc-main);
    line-height: var(--lHeight-pc-main);
  }
}

li {
  list-style: none;
}

a {
  color: var(--dark-brown);
  transition: color 0.3s;
  text-decoration: none;
}

a:hover,
a:active {
  color: #808088;
  cursor: pointer;
}

.pc-tab {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-tab {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

.pc-tab-inline {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-tab-inline {
    display: inline-block;
  }
}

.sp-inline {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .sp-inline {
    display: none;
  }
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.u-left {
  display: block;
  text-align: left;
  margin: 0 auto;
}

.u-right {
  display: block;
  text-align: right;
  margin: 0 auto;
}

.u-bold {
  font-weight: bold;
}

.u-underline {
  display: inline-block;
  border-bottom: 1px dotted var(--font-main);
}

.u-marker {
  background: linear-gradient(transparent 60%, rgba(255, 255, 102, 0.488) 60%);
}

.u-paragraph {
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.u-spacing-1 {
  letter-spacing: -1px;
}

.breadcrumb {
  font-size: 0.8rem;
  padding: 5rem 0 0 1rem;
}

.curved_title_1 {
  width: 300px;
  height: 40px;
  margin: 0 auto 1rem auto;
  font-size: 12px;
}

.curved_title_1 svg {
  overflow: visible;
}

.curved_title_1 path {
  fill: none;
}

.curved_title_1 text {
  fill: var(--dark-brown);
}

.title {
  letter-spacing: -2px;
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  color: var(--light-brown);
}
.title i {
  font-size: 1.8rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 960px) {
  .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.title__japanese {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-weight: bold;
  color: var(--dark-mint2);
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .title__japanese {
    font-size: 2.8rem;
    line-height: 2rem;
  }
}

.title-page__japanese {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: bold;
  color: var(--dark-mint2);
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .title-page__japanese {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
}

.philosophy__section .sttle {
  text-align: center;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.usersVoice__section .title__japanese {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .usersVoice__section .title__japanese {
    font-size: 2.4rem;
  }
}

.title__sttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--light-mocha);
}
@media screen and (min-width: 960px) {
  .title__sttl {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.img-box,
.video-box {
  overflow: hidden;
  display: block;
  position: relative;
}

.img-box img,
.video-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: none;
}

.bouten span {
  position: relative;
}

.bouten span::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
}

/*-------------------■■テンプレートページ共通レイアウト■■--------------------*/
.introduction__section,
.puppies__section,
.profile__section,
.newsArchive__section,
.newsSingle__section,
.oneday__section,
.aboutus__section,
.philosophy__section,
.kennel__section,
.commitments__section,
.healthCare__section,
.parentsPage__section,
.usersVoice__section,
.usersVoicePage__section,
.gallery__section,
.process__section,
.access__section,
.footer__section,
.contactform__section,
.thanks__section,
.category__section {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.front-page {
  padding-top: 5rem;
  margin-top: -1rem; /*separator対応*/
  z-index: -1; /*separator対応*/
}

.puppies__container,
.onedayPage__container,
.philosophy__container,
.newsArchive__container .kennel__container,
.aboutus__container,
.healthCare__container,
.profile__container,
.gallery__container,
.process__container,
.newsSingle__container,
.usersVoice__container,
.usersVoicePage__container,
.access__container,
.footer__container,
.contactform__container,
.thanks__container,
.category__container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .puppies__container,
  .onedayPage__container,
  .philosophy__container,
  .newsArchive__container .kennel__container,
  .aboutus__container,
  .healthCare__container,
  .profile__container,
  .gallery__container,
  .process__container,
  .newsSingle__container,
  .usersVoice__container,
  .usersVoicePage__container,
  .access__container,
  .footer__container,
  .contactform__container,
  .thanks__container,
  .category__container {
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .puppies__container {
    width: 90%;
    margin: 0 auto;
  }
}

.parentsPage__container {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .newsArchive__container {
    width: 60%;
    margin: 0 auto;
  }
}

.usersVoice__container {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 960px) {
  .usersVoice__container {
    width: 90%;
  }
}

.healthCare__container {
  padding-bottom: 3rem;
}

/*----------------------------■■　g-nav　■■----------------------------*/
.g-nav {
  position: fixed;
  z-index: 30;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.95) 0%, rgb(255, 255, 255) 10%);
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/kennel-2H.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 0;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  transform: translateX(0);
  transform-origin: center right;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-color: var(--bg-offwhite);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
  pointer-events: none; /* 非表示時はクリックを透過 */
}
@media screen and (min-width: 960px) {
  .g-nav {
    display: flex;
  }
}

.g-nav__left {
  width: 100%;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .g-nav__left {
    flex-basis: 60%;
    height: 100vh;
    visibility: visible;
  }
}

.g-nav__logo {
  position: relative;
  margin: 5rem auto;
  padding: 0;
  z-index: 5;
  text-align: center;
  display: block;
}
@media screen and (min-width: 960px) {
  .g-nav__logo {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.g-nav__logo img {
  width: 200px;
  height: auto;
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .g-nav__logo img {
    width: 300px;
  }
}
.g-nav__logo img:nth-of-type(2) {
  width: 400px;
  height: auto;
  border-radius: 20px;
}
.g-nav__logo h1 {
  color: var(--dark-brown);
  font-size: 0.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .g-nav__logo h1 {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
.g-nav__logo h2 {
  margin: 0;
  font-weight: bold;
  color: var(--dark-brown);
  font-size: 0.8rem;
  line-height: 1rem;
}
@media screen and (min-width: 960px) {
  .g-nav__logo h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
}

.g-nav__right {
  width: 100%;
  justify-self: center;
}
@media screen and (min-width: 960px) {
  .g-nav__right {
    flex-basis: 40%;
    width: 100vh;
  }
}
.g-nav__right ul {
  display: block;
  position: absolute;
  top: 70px;
  margin-left: 2rem;
}
@media screen and (min-width: 960px) {
  .g-nav__right ul {
    margin-left: 0;
  }
}
.g-nav__right li a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.5rem;
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  text-decoration: none;
}
.g-nav__right li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--light-brown);
  border-right: solid 2px var(--light-brown);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.g-nav__right li a:after {
  position: absolute;
  bottom: 4px;
  left: 2rem;
  content: "";
  width: 80%;
  height: 1px;
  background: var(--light-brown);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.g-nav__right li a:hover::after {
  transform: scale(1, 1);
}
.g-nav__right li a:hover::before {
  transition: all 0.2s ease-in;
  transform: rotate(45deg);
  margin-left: 0.4rem;
}

/*----------------------------■■　header　■■----------------------------*/
.header__section {
  position: absolute;
  top: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
}

.header__list,
.parallax__logo {
  width: 100%;
  position: absolute;
  top: -999px;
  transition: opacity 0.3s ease, transform 0.6s ease;
  transform: translateY(-120px);
}

.header__list.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 68px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: var(--bg-offwhite);
  opacity: 1;
  transform: translateY(0);
  z-index: 50;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.header__list-menu {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__list-menu {
    width: calc(100% - 264px);
    margin: auto 80px auto auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    transition: opacity 0.6s ease;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .header__list-menu .parent__listSmall,
  .parent__list {
    white-space: nowrap;
    display: block;
    color: var(--dark-brown);
    font-size: 0.6rem;
    line-height: 1rem;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
    outline: none;
    border: 0;
    z-index: 11;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #32a2d3;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .header__list-menu .parent__listSmall,
  .parent__list {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .header__list-menu .parent__listSmall,
  .parent__list {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem 1rem;
  }
}

@media screen and (min-width: 960px) {
  .header__list-menu .parent__listSmall {
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .header__list-menu .parent__listSmall {
    padding: 5px;
  }
}

.header__list-menu .parent__list:hover {
  display: block;
  color: #fff;
  background: var(--light-mint);
  border-radius: 20px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.header__list-menu .parent__listSmall:hover {
  background: var(--light-mint);
}

.header__list-menu .parent__listSmall:hover .menu,
.header__list-menu .parent__list:hover .menu {
  color: #fff;
}

.parent__listSmall:hover .dropdown__lists,
.parent__list:hover .dropdown__lists {
  display: block;
}

.parent__listSmall:hover .dropdown__lists,
.parent__list:hover .dropdown__lists {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  width: -moz-max-content;
  width: max-content;
}

.dropdown__lists {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 20;
  margin-top: 0.4rem;
  margin-left: 1rem;
  transform: scaleY(0);
  transform-origin: left top;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.dropdown__lists li {
  display: block;
  background-color: var(--bg-offwhite);
  text-align: left;
}
.dropdown__lists li:first-child {
  border-radius: 5px 5px 0 0;
}
.dropdown__lists li:last-child {
  border-radius: 0 0 5px 5px;
}
.dropdown__lists li {
  overflow: hidden;
}

.dropdown__lists a {
  display: block;
  padding: 0.5rem 1rem;
  overflow: hidden;
}

.dropdown__lists a.first {
  border-radius: 5px 5px 0 0;
}

.dropdown__lists a.second {
  border-radius: 0;
}

.dropdown__lists a.last {
  border-radius: 0 0 5px 5px;
}

.dropdown__list:hover a {
  color: var(--dark-brown);
  background: var(--light-mint);
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  padding: 0.5rem 1rem;
}

.top-icon {
  line-height: 1.5rem;
  padding: 5px;
}

.top-icon img {
  height: 1.5rem;
  width: 1.5rem;
}

/*--------------------------------logo関連--------------------------------*/
.parallax__section .logo,
.header__list .logo {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.parallax__section .logo-img,
.header__list .logo-img {
  display: block;
  text-align: left;
  margin: 0 auto 0 0.5rem;
  width: 175px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .parallax__section .logo-img,
  .header__list .logo-img {
    width: 200px;
  }
}
.parallax__section h1, .parallax__section h2,
.header__list h1,
.header__list h2 {
  color: var(--dark-brown);
  font-size: 0.7rem;
  letter-spacing: -1px;
  line-height: 0.9rem;
  font-weight: bold;
  margin: 0 auto 0 0.5rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.symbol {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/stella_color.png);
}
@media screen and (min-width: 960px) {
  .symbol {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.parallax__section h1, .parallax__section h2 {
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(1px 1px 2px #000);
}
.parallax__section h1, .parallax__section h2 {
  font-weight: normal;
}
.parallax__section .symbol {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/stella_white.png);
}
.parallax__section .logo {
  margin: 7px auto auto 0.5rem;
}
@media screen and (min-width: 960px) {
  .parallax__section .logo {
    margin: calc(3% - 20px) auto auto 3%;
  }
}
@media screen and (min-width: 960px) {
  .parallax__section .logo-img {
    width: 300px;
  }
}

.header__list .logo {
  z-index: 5;
}

/*----------------------------■■　parallax__section　■■----------------------------*/
.parallax__section {
  margin: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.parallax__section .svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(0px);
  transition: filter 0.2s ease;
  overflow: hidden;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #555;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ===== スライダー位置 ===== */
#slider {
  position: fixed;
  opacity: 1;
  z-index: -1;
}

#slider {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: -2.25rem;
  left: 0;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  #slider {
    width: 94%;
    height: 94%;
    height: 100vh;
    top: 3%;
    left: 3%;
    border-radius: 45px;
  }
}

/* 動画少しだけ柔らかく */
#slider video {
  filter: brightness(0.98) saturate(1.05);
  transition: filter 1s ease;
}

.vegas-transition-fade {
  transition-timing-function: ease-in-out !important;
}

.parallax__section > *:not(.bg-layer) {
  position: relative;
  z-index: 10;
}

.caption {
  color: #fff;
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 10;
  pointer-events: none;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: bold;
  letter-spacing: 6px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
  font-weight: 800;
}
@media screen and (min-width: 960px) {
  .caption {
    font-size: 2rem;
    right: 30%;
  }
}

.front-container {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  background-color: var(--bg-offwhite);
  z-index: 1;
  padding-top: 3rem;
  margin: -31px 0 0 0;
}

/*-------------------■■usersVoice ジグザグスライダー■■--------------------*/
.scroll-slider {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-top: 3rem;
  overflow: hidden;
  z-index: 5;
}

.scroll-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: scroll-left 20s linear infinite;
}
@media screen and (min-width: 960px) {
  .scroll-track {
    animation: scroll-left 40s linear infinite;
  }
}

.zigzag-item {
  min-width: 150px;
  max-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .zigzag-item {
    min-width: 200px;
    max-width: 200px;
  }
}

.zigzag-item.visible {
  opacity: 1;
  transform: scale(1);
}

.zigzag-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.zigzag-item img:hover {
  transform: scale(1.05);
}

.zigzag-item.top {
  margin-top: 0;
}

.zigzag-item.bottom {
  margin-top: 5rem;
}

.zigzag-item.center {
  margin-top: 1rem;
}

.zigzag-item.left {
  margin-top: 4rem;
}

.zigzag-item.right {
  margin-top: 2rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------■■process■■--------------------*/
.process__section {
  background: linear-gradient(to bottom, #f7f6f5 0%, #f0e1ce 100%);
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 960px) {
  .process__section .process__container {
    width: 70%;
  }
}
.process__section .process__container h3 {
  font-weight: bold;
}
.process__section .process-wrapper {
  margin-top: 2rem;
}
.process__section .step-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.process__section .step-content {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 0 8px rgba(180, 160, 140, 0.1);
  text-align: left;
}
.process__section .step-label {
  text-align: center;
  margin-bottom: 1rem;
}
.process__section .step-num span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #69b6ad; /* 優しいミントグリーン */
  border-radius: 50%;
  text-align: center;
  margin-top: 0.5rem;
}
.process__section .step-num span {
  font-size: 2rem;
  color: #fff;
}
.process__section .step-title h2 {
  font-size: 1.5rem;
  color: #a87c5f;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.process__section .step-body {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8rem;
}
@media screen and (min-width: 960px) {
  .process__section .step-body {
    font-size: 1rem;
    width: 90%;
  }
}
.process__section .step-body ul {
  margin: 1rem auto;
}
.process__section .step-body li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7rem;
}
.process__section .step-body li::before {
  font-size: 1.3rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
}
.process__section .contact.center {
  text-align: center;
  margin: 2rem auto;
}
.process__section .btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  background: #32a2d3;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.process__section .btn:hover {
  background: #fff;
  color: #32a2d3;
  border: #32a2d3 2px solid;
}
.process__section .tips {
  width: 100%;
  background: #dcf3f1;
  border-left: 4px solid #69b6ad;
  padding: 1rem;
  margin: 2rem auto;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #444;
}
@media screen and (min-width: 960px) {
  .process__section .tips {
    width: 90%;
  }
}
.process__section .tips-important {
  width: 100%;
  background: #dcf3e6;
  border: 3px solid var(--light-mint);
  padding: 1rem;
  margin: 2rem auto;
  border-radius: 10px;
  color: #444;
}
.process__section .tips-important .u-underline {
  display: inline;
  border-bottom: 1px solid var(--light-mint2);
}
.process__section .tips-important h2 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.process__section .tips-important li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.7rem;
}
.process__section .tips-important li::before {
  font-size: 1.3rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f1b0";
  position: absolute;
  left: 0;
  top: 0;
  color: #32af8e;
}
.process__section .notice {
  margin: 1rem 0;
}
.process__section .right {
  text-align: right;
  font-weight: bold;
  color: #69b6ad;
  margin-top: 1rem;
}

/*----------------------------■■　introduction 　■■----------------------------*/
.introduction__section h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--light-brown);
  letter-spacing: 0px;
  margin-bottom: 2.5rem;
}
.introduction__section h2 .font-small {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .introduction__section h2 {
    margin: 2rem auto 5rem auto;
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: 6px;
  }
  .introduction__section h2 .font-small {
    font-size: 1.75rem;
  }
}

.introduction__section h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8rem;
  width: 80%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, var(--light-mint), var(--light-mint) 4px, var(--bg-offwhite) 4px, var(--bg-offwhite) 8px);
}
@media screen and (min-width: 960px) {
  .introduction__section h2:after {
    bottom: -1.3rem;
    width: 50%;
    height: 8px;
  }
}

.introduction__wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .introduction__wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 3rem;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}

.introduction__main {
  z-index: 3;
  width: 100%;
  margin: 2rem auto 5rem auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .introduction__main {
    width: 49%;
    margin: auto;
    padding: 0 1rem;
    letter-spacing: -1px;
  }
}
.introduction__main p {
  text-align: left;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.8rem;
  font-weight: bold;
  width: 80%;
  margin: 1rem auto;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .introduction__main p {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    margin: 2rem auto;
  }
}
.introduction__main p:first-of-type {
  margin: 0rem auto;
}

.leftTop,
.rightBottom {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  max-width: 480px;
}
@media screen and (min-width: 1024px) {
  .leftTop,
  .rightBottom {
    position: absolute;
  }
}

.leftTop {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .leftTop {
    width: 25%;
    top: 0;
    left: 0;
  }
}

.rightBottom {
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .rightBottom {
    width: 25%;
    bottom: 0;
    right: 0;
  }
}

.commitments__section {
  width: 100%;
  margin: 0;
  padding: 4rem 0 0 0;
}
.commitments__section h3 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  z-index: 3;
  position: relative;
  color: var(--dark-brown);
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .commitments__section h3 {
    font-size: 2.3rem;
  }
}

.commitments__upperframe {
  background: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/commitment_upper.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 6.85;
}

.commitments__container {
  background: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/commitment_repeat.png);
  background-repeat: repeat-y;
  background-size: 100%;
}

.commitments__items {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .commitments__items {
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 90%;
    margin: 3rem auto 0 auto;
  }
}

.commitments__wrapper {
  padding-top: 3rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .commitments__wrapper {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .commitments__wrapper {
    width: 33.3%;
  }
}

.circle-number {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
.circle-number img {
  width: 100%;
  padding-right: 0.5rem;
}
@media screen and (min-width: 960px) {
  .circle-number {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .circle-number {
    width: 60px;
    height: auto;
  }
}

.commitments__wrapper:hover .circle-number {
  animation: jump-fluffy2 1s ease-in-out 2;
}

.commitments__card {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.commitments__card .commitment1, .commitments__card .commitment2, .commitments__card .commitment3 {
  border-radius: 40% 49% 46% 48%/48% 46% 43% 50%;
  transition: border-radius 0.3s;
}
.commitments__card {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .commitments__card {
    width: 80%;
    max-width: 300px;
    margin: 1rem auto;
  }
  .commitments__card .commitment1, .commitments__card .commitment2, .commitments__card .commitment3 {
    border-radius: 40% 49% 46% 48%/48% 46% 43% 50%;
    transition: border-radius 0.3s;
  }
}

.commitments__title {
  color: #50ad8e;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0;
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .commitments__title {
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .commitments__title {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 2.3rem;
  }
}

.commitments__card img {
  transition: ease-in-out 0.3s;
}

.commitments__card img:hover {
  transform: scale(1.03);
}

.commitments__list {
  text-align: center;
  margin: 1rem auto 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .commitments__list {
    margin: 1rem auto;
  }
}
.commitments__list {
  text-align: left;
  position: relative;
  padding-left: 1rem;
  line-height: 1.4rem;
  font-size: 0.9rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 960px) {
  .commitments__list {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}

.commitment__link a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  position: relative;
  font-size: 1.1rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  border-radius: 40% 35% 32% 33%/72% 68% 81% 70%;
  line-height: 2rem;
  background-color: #50ad8e;
  color: #fff;
  margin: 1rem auto 4rem auto;
  transition: all 0.5s ease 0s;
  filter: drop-shadow(2px 2px 1px #999);
}
@media screen and (min-width: 960px) {
  .commitment__link a {
    margin: 1rem auto 4rem auto;
  }
}
.commitment__link a:hover {
  transform: translateY(-4px) scale(1.05);
  background-color: #7ac7be;
}
.commitment__link i {
  font-size: 2rem;
  line-height: 4rem;
  text-align: left;
  transform: scaleX(-1);
  margin-right: 0.5rem;
}

.philosophy {
  font-weight: 800;
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/philosophy_bg2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60%;
  padding: 1rem 0 3rem 0;
  width: 100%;
  height: 375px;
  margin: 3rem auto 0 auto;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .philosophy {
    background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/philosophy_bg.png);
    background-size: 35%;
  }
}
.philosophy h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 2rem auto 0 auto;
  letter-spacing: -1px;
}
@media screen and (min-width: 960px) {
  .philosophy h2 {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.8rem;
    margin: 2rem auto 1rem auto;
    color: var(--dark-brown);
  }
}

.aboutus__link i,
.philosophy__link i {
  font-size: 2rem;
  text-align: left;
  transform: scaleX(-1);
  margin-right: 0.5rem;
}
.aboutus__link a,
.philosophy__link a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
  font-size: 1.15rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  margin: 1rem auto;
  font-weight: 800;
  border-radius: 68% 46% 46% 40%/60% 49% 76% 75%;
  filter: drop-shadow(2px 2px 1px #999);
}
@media screen and (min-width: 960px) {
  .aboutus__link a,
  .philosophy__link a {
    font-size: 1.25rem;
    padding: 2rem 3.5rem;
  }
}
.aboutus__link a:hover,
.philosophy__link a:hover {
  transform: translateY(-4px) scale(1.05);
}

.philosophy__link a {
  background-color: #e0a59d;
}
.philosophy__link a:hover {
  background-color: #eeaf8a;
  border-radius: 48% 36% 46% 40%/50% 49% 76% 75%;
}

.aboutus__link a {
  background-color: #80d1c8;
}
.aboutus__link a:hover {
  background-color: rgb(122, 199, 190);
}

.note__link {
  margin: 0 auto;
  width: 200px;
  border-radius: 10px;
  background: var(--dark-mint2);
}
.note__link img {
  width: 140px;
}
.note__link {
  animation: jump 3s ease-in-out 5;
}
@media screen and (min-width: 960px) {
  .note__link {
    margin: 1rem auto;
  }
}

.note__link-wrapper a {
  margin-top: 1rem;
  font-weight: bold;
}

.note__link:hover {
  background: var(--dark-mint);
  animation: wiggle 1s ease-in-out infinite;
}

/*topic-------------------------------------------------------------*/
.topics__section {
  background-color: #f1ede5;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.topics__section .title {
  font-family: "Rubik Bubbles", system-ui;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2px;
  margin: 0 auto;
  position: relative;
  color: #f8b85e;
  letter-spacing: -4px;
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  .topics__section .title {
    font-size: 3.5rem;
  }
}
.topics__section .topics__sttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #f8b85e;
  margin: 1rem auto 2rem auto;
}
.topics__section .title div {
  display: inline-block;
}

#mainSlider.splide {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  margin: 0 auto;
  z-index: 10;
}
#mainSlider.splide .splide__content {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #mainSlider.splide .splide__content {
    width: 90%;
  }
}
#mainSlider.splide .splide__content .splide__track {
  display: block;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #mainSlider.splide .splide__content .splide__track {
    display: flex;
    height: auto;
  }
}
#mainSlider.splide .splide__content .splide__list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #mainSlider.splide .splide__content .splide__list {
    display: flex !important;
    padding: 0;
    margin: 0;
    gap: 25px;
    width: 100%;
  }
}
#mainSlider.splide .splide__content .splide__slide {
  background-color: var(--bg-offwhite);
  margin: 0;
  padding: 0;
  width: 100% !important;
  flex: none;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#mainSlider.splide .splide__content .splide__slide:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 960px) {
  #mainSlider.splide .splide__content .splide__slide {
    flex: 0 0 250px;
    height: auto;
    border-radius: 20px;
    color: var(--font-main);
    font-weight: bold;
  }
  #mainSlider.splide .splide__content .splide__slide:nth-child(n+5) {
    display: block;
  }
}

#mainSlider .img-box,
#mainSlider .video-box {
  min-width: 150px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 960px) {
  #mainSlider .img-box,
  #mainSlider .video-box {
    width: 250px;
    height: 220px;
    border-radius: 20px 20px 0 0;
  }
}
#mainSlider .img-box img {
  border-radius: 0;
  transform: translateZ(0) scale(1);
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: 50% 45%;
  will-change: transform;
  backface-visibility: hidden;
}
#mainSlider .splide__slide a:hover .img-box img,
#mainSlider .splide__slide a:focus .img-box img,
#mainSlider .splide__slide > a:hover .img-box img,
#mainSlider .splide__slide > a:focus .img-box img {
  transform: translateZ(0) scale(1.1);
}
@media (prefers-reduced-motion: reduce) {
  #mainSlider .img-box img {
    transition: none;
    transform: none;
  }
}
#mainSlider .splide__progress {
  position: relative;
  display: none;
  height: 6px;
}
@media screen and (min-width: 960px) {
  #mainSlider .splide__progress {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin: 2rem auto 0 auto;
    position: relative;
    overflow: hidden;
  }
}
#mainSlider .splide__progress-bar {
  background: linear-gradient(to right, var(--light-yellow), var(--hot-yellow));
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  height: 100%;
  width: 0%;
  border-radius: 3px;
  z-index: 100;
}
#mainSlider .splide__pagenation {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 2rem;
}
#mainSlider .topics__archives {
  padding: 0 1rem;
  line-height: 3.2rem;
  font-size: 1.2rem;
  font-weight: 800;
}
#mainSlider .splide__arrows {
  display: none;
}
@media screen and (min-width: 960px) {
  #mainSlider .splide__arrows {
    display: flex;
    gap: 1rem;
    height: 3.2rem;
  }
}
#mainSlider .splide__arrow {
  display: block;
  background: var(--middle-yellow);
  border-radius: 50%;
  color: white;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.3rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  opacity: 0;
}
#mainSlider .splide__arrow:nth-child(1) {
  animation-delay: 0.9s;
}
#mainSlider .splide__arrow:nth-child(2) {
  animation-delay: 1s;
}
#mainSlider .splide__arrow:hover {
  background-color: var(--hot-yellow);
}
#mainSlider .mirror {
  transform: rotateY(180deg);
  display: inline-block;
}
#mainSlider .splide__arrow--prev {
  padding-right: 0.3rem;
}
#mainSlider .splide__arrow--next {
  padding-left: 0.3rem;
}

/* topics カード型スライダー---------------------------------------*/
.topics__content-box {
  padding: 0.5rem;
}
@media screen and (min-width: 960px) {
  .topics__content-box {
    padding: 1rem;
  }
}

.topics__content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.topics__timeWrapper {
  display: flex;
}

.topics__category {
  margin-left: 0.3rem;
}
@media screen and (min-width: 960px) {
  .topics__category {
    margin-left: 0.5rem;
  }
}

.topics__category-event, .topics__category-puppy, .topics__category-information, .topics__category-others {
  padding: 0 5px;
  border-radius: 12px;
  font-size: 0.6rem;
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .topics__category-event, .topics__category-puppy, .topics__category-information, .topics__category-others {
    padding: 0 4px;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}

.topics__category-event {
  background-color: #ee994f;
}

.topics__category-puppy {
  background-color: #f09b9b;
}

.topics__category-information {
  background-color: #32a2d3;
}

.topics__category-others {
  background-color: #bac3c7;
}

.topics__new {
  font-size: 0.8rem;
  padding: 0 0.2rem;
  border-radius: px;
  display: inline-block;
  background: #f00;
  color: #fff;
}

.topics__time {
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .topics__time {
    font-size: 0.8rem;
  }
}

.topics__content {
  font-family: "ヒラギノ角ゴシック", sans-serif;
  font-size: 0.8rem;
  line-height: 0.95rem;
  padding: 0.4rem 0 0.8rem 0;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .topics__content {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
/*-----------------menu小物------------------*/
.top-menu {
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .top-menu {
    display: block;
    position: fixed;
    right: calc(70px + 1rem);
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu {
    position: fixed;
    right: calc(70px + 1rem);
    top: 0;
  }
}
.top-menu ul {
  display: flex;
  font-size: 1rem;
  margin-top: 0;
  margin-right: 1rem;
}
.top-menu a {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-menu a:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top-hawaii img {
  height: 60px;
  width: auto;
  margin-top: -0.35rem;
  margin-right: 0.5rem;
}

.top-note a {
  font-size: 0.65rem;
  width: -moz-max-content;
  width: max-content;
  display: block;
  line-height: 0.75rem;
  font-weight: bold;
  text-align: center;
  z-index: 5000;
}

/* 共通：表示アニメーション制御 */
.menu-visible {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) !important;
  pointer-events: auto !important;
}

/* floatMenu：右から登場 */
.floatMenu {
  font-size: 1rem;
  font-weight: bold;
  z-index: 50;
  display: block;
  position: fixed;
  right: 50%;
  bottom: 0;
  padding: 1.5rem 0;
  text-align: center;
  width: 50%;
  height: 4.5rem;
  background: #fff;
  letter-spacing: 2px;
  transform: translateY(100px);
  transition: bottom 0.4s ease-in-out, transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 6px 3px 6px, rgba(0, 0, 0, 0.23) 6px 3px 6px;
  pointer-events: none;
}
.floatMenu i {
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .floatMenu {
    background: #fff;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    position: fixed;
    right: -15px;
    top: 20%;
    transform: translate(0, 15%) translateX(100px); /* 初期位置右外 */
    padding-right: 2rem;
    padding-top: 3rem;
    width: 110px;
    height: 220px;
    background: none;
    background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/mokomoko-floating.png);
    background-size: cover;
    background-repeat: no-repeat;
    letter-spacing: 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: right 0.4s ease-in-out, transform 0.6s ease, opacity 0.6s ease;
    filter: drop-shadow(2px 2px 2px #898072);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 960px) {
  .floatMenu:hover {
    right: 0;
  }
}

/* contactMenu：下から登場 */
.contactMenu {
  z-index: 50;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  transform: translateY(100px);
  transition: transform 0.6s ease, opacity 0.6s ease, right 0.4s ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .contactMenu {
    z-index: 100;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    position: fixed;
    right: -16px;
    bottom: 0;
    margin-bottom: 0;
    transform: translate(0, 15%) translateX(100px); /* 初期位置右外 */
    transition: transform 0.6s ease, opacity 0.6s ease, right 0.4s ease;
    opacity: 0;
    pointer-events: none;
  }
}

.contactMenu:hover {
  right: 0;
}

.speechBubble {
  z-index: 3;
  display: block;
  position: absolute;
  width: 50%;
  height: 4.5rem;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #32a2d3;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  transition: color 0.4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 6px 3px 6px, rgba(0, 0, 0, 0.23) 6px 3px 6px;
}
@media screen and (min-width: 960px) {
  .speechBubble {
    display: block;
    position: absolute;
    width: 4rem;
    height: -moz-max-content;
    height: max-content;
    bottom: 10px;
    right: -2px;
    text-align: center;
    padding: 1rem 1.25rem 1rem 0.5rem;
    border: 2px solid #ffffff;
    border-radius: 10px 0 0 10px;
    background-color: #32a2d3;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: color 0.4s ease-in-out;
  }
}

.speechBubble i {
  line-height: 2rem;
}

.speechBubble:hover {
  background-color: #4bb9e9;
}

.speechBubble a {
  color: #fff;
  display: block;
}

/*-----------------------------puppies---------------------------*/
.puppies__img {
  margin-left: 0;
  position: absolute;
  z-index: 5;
  margin-top: -3.5rem;
  width: 150px;
}
@media screen and (min-width: 960px) {
  .puppies__img {
    width: 200px;
  }
}

.puppies__section {
  background: var(--bg-offwhite);
  padding-bottom: 2rem;
  overflow: hidden;
}
.puppies__section .title {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 3px;
}
.puppies__section .puppies__container {
  position: relative;
  z-index: 1;
}

.puppies__search {
  margin: 2.5rem auto 1.5rem auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .puppies__search {
    width: 70%;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
.puppies__search ul {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (min-width: 960px) {
  .puppies__search ul {
    justify-content: space-between;
  }
}
.puppies__search li {
  text-align: center;
  justify-self: center;
}
.puppies__search li i {
  margin-right: 0.5rem;
}
.puppies__search li a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: #add0cc;
  display: block;
  white-space: nowrap;
  border-radius: 20px;
  text-align: center;
  display: block;
  padding: 0.8rem 0.5rem;
  font-size: 0.8rem;
}
.puppies__search li a:active {
  background: var(--dark-mint2);
}
.puppies__search li a:hover {
  background: var(--light-mint);
}
@media screen and (min-width: 960px) {
  .puppies__search li a {
    font-size: 1rem;
  }
}

.puppies__list {
  display: block;
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 640px) {
  .puppies__list {
    width: 100%;
    margin: 4rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly;
  }
}

.puppies__list-box {
  position: relative;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1.5rem auto;
  border-radius: 8px;
  background-color: #f2ece4;
  font-size: 0.8rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .puppies__list-box {
    flex: 0 0 290px;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
}

.puppies__list-box:hover {
  transform: scale(1.03);
}

.puppies__list-box .label-box {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 4/3;
  z-index: 20;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .puppies__list-box .label-box {
    margin: 0;
    width: 260px;
  }
}

.puppies__list-box .img-box {
  margin: 0;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .puppies__list-box .img-box {
    margin: 0 auto;
    width: 260px;
  }
}
.puppies__list-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: transform 0.3s ease;
}
.puppies__list-box .img-box:hover img {
  transform: scale(1.05);
}

.puppies__list-detail ul {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex;
  width: 100%;
  margin: 1rem auto 0.5rem auto;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .puppies__list-detail ul {
    margin: 0;
  }
}

.puppies__list-detail li {
  display: block;
  color: var(--dark-brown);
}

.puppies__list-detail .name {
  margin: 0.5rem auto;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

.puppies__list-detail li:nth-child(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  color: var(--light-brown);
  line-height: 1rem;
  margin-right: 0.5rem;
  min-width: 35%;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .puppies__list-detail li:nth-child(1) {
    min-width: 40%;
    line-height: 1.5rem;
  }
}

.puppies__list-detail li:nth-child(2) {
  font-size: 0.9rem;
  line-height: 1rem;
}
@media screen and (min-width: 640px) {
  .puppies__list-detail li:nth-child(2) {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.negotiation {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #e98663;
}

.letter-spacing-narrow-1 {
  letter-spacing: -1px;
}

.letter-spacing-narrow-2 {
  letter-spacing: -1px;
}

.letter-spacing-narrow-3 {
  letter-spacing: -3px;
}

.dog-page {
  font-size: 0.8rem;
}

.labels {
  display: flex;
  position: relative;
  z-index: 100;
}

.label1-1,
.label1-2,
.label2,
.label3,
.label4 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff;
  padding: 2px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  border-radius: 5px;
  width: 3.5rem;
}

.label1-1 {
  background-color: #609bcc;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media screen and (min-width: 960px) {
  .label1-1 {
    bottom: 0;
    right: 0.5rem;
  }
}

.label1-2 {
  background-color: #ee8181;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media screen and (min-width: 960px) {
  .label1-2 {
    bottom: 0;
    right: 0.5rem;
  }
}

.label2 {
  background-color: #51aa4b;
  position: absolute;
  bottom: 2.65rem;
  right: 1.5rem;
}
@media screen and (min-width: 960px) {
  .label2 {
    bottom: 1.65rem;
    right: 0.5rem;
  }
}

.label3,
.label4 {
  display: inline-block;
  position: absolute;
  padding: 1px;
  left: -80px;
  top: 15px;
  width: 240px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  transform: rotate(-45deg);
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
@media screen and (min-width: 960px) {
  .label3,
  .label4 {
    width: 180px;
    padding: 3px;
    left: -85px;
    top: 15px;
    font-size: 0.8rem;
    width: 230px;
  }
}

.label3 {
  line-height: 2rem;
  background: #e98663;
  box-shadow: 0 0 0 2px #e98663;
}

.label4 {
  background: #69b6ad;
  box-shadow: 0 0 0 2px #69b6ad;
}

.letter-spacing-narrow-1 {
  letter-spacing: -2px;
}

/*円上に文字*/
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--r) * 2px);
  height: calc(var(--r) * 2px);
  border: 20px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}
.circle > div {
  --a2: calc(var(--a) * 1deg - 90deg);
  --x: calc(cos(var(--a2)) * var(--r) * 1px);
  --y: calc(sin(var(--a2)) * var(--r) * 1px);
  position: absolute;
  color: #555;
  font: 700 50px/1 Impact;
  translate: var(--x) var(--y);
  rotate: calc(var(--a) * 1deg);
}

.page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  justify-content: center;
  margin-top: 30px;
}

.page-numbers li a,
.page-numbers li span {
  padding: 6px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.page-numbers li .current {
  background: #333;
  color: #fff;
  border-color: #333;
}

/*-------------------------------------■■お客様の声■■----------------------*/
.usersVoice__section {
  margin-top: -2px;
  background: #f1ede5;
  z-index: 100;
}

/*ページ用*/
@media screen and (min-width: 960px) {
  .usersVoicePage__section {
    margin-top: 0;
  }
}

.usersVoicePage__list-wrapper {
  width: 100%;
  padding: 0;
  margin: 3rem auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-wrapper {
    display: flex;
  }
}
.usersVoicePage__list-wrapper .usersVoicePage__list {
  position: relative;
  font-size: 0.8rem;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-wrapper .usersVoicePage__list {
    gap: 2rem;
    -moz-column-count: 2;
         column-count: 2;
  }
}

.review__link {
  display: block;
  text-align: center;
}

.usersVoicePage__list-card {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  margin: 1rem 0;
  scroll-margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.usersVoicePage__list-card .clip {
  position: absolute;
  width: auto;
  height: 50px;
  top: -0.6rem;
  left: 4rem;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-card .clip {
    left: 3rem;
  }
}
.usersVoicePage__list-card .img-box {
  position: absolute;
  width: 360px;
  height: 210px;
  transform: rotate(-3deg) translateX(-50%);
  top: -0.5rem;
  left: 50%;
  padding: 8px;
  background-color: var(--bg-offwhite);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-card .img-box {
    width: 330px;
    height: 210px;
    transform: rotate(-3deg);
    left: 2rem;
  }
}
.usersVoicePage__list-card .img-box img {
  width: 100%;
}

.usersVoicePage__list-flex {
  display: block;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-flex {
    display: flex;
  }
}

.usersVoicePage__list-left {
  width: 50%;
  height: 190px;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-left {
    flex-basis: 50%;
  }
}

.usersVoicePage__list-right {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__list-right {
    flex-basis: 50%;
    height: 190px;
    padding-left: 2rem;
    border: none;
  }
}

.usersVoicePage__sttl {
  font-size: 0.8rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .usersVoicePage__sttl {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

.usersVoicePage__links-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin: 3rem auto 5rem auto;
}

.usersVoice__list-card:hover {
  transform: translateY(-5px);
}

.usersVoicePage__list-block {
  padding: 1rem;
}

.voice-dog-name {
  margin: 0 auto 1rem auto;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.voice-owner-name {
  padding: 0.5rem;
  margin: auto;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--bg-yellow);
}

.voice-owner_review-box {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  padding: 0;
}

.voice-review-text {
  text-align: left;
  margin: 0 auto 1rem auto;
}

.voice-reply-box {
  height: -moz-max-content;
  height: max-content;
  padding: 0.8rem;
  background: #f5f2ee;
  color: var(--light-brown);
}

.breader-name {
  margin: 0.8rem 0;
  font-weight: bold;
  text-align: center;
}

/*---------------------*/
.usersVoice__links-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 960px) {
  .usersVoice__links-wrapper {
    margin-top: 0;
  }
}

p.font-large {
  color: var(--dark-mint2);
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 800;
}
@media screen and (min-width: 960px) {
  p.font-large {
    font-size: 2.3rem;
    line-height: 2.1rem;
  }
}

.splide-auto {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  margin-top: 2rem;
}
.splide-auto .splide__track {
  display: flex;
  gap: 1rem;
}
.splide-auto .splide__list {
  gap: 15px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.splide-auto .img-box,
.splide-auto .video-box {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  aspect-ratio: 4/3;
}
.splide-auto .img-box img {
  border-radius: 0;
  transform: translateZ(0) scale(1);
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: 50% 45%;
  will-change: transform;
  backface-visibility: hidden;
}
.splide-auto .splide__slide a:hover .img-box img,
.splide-auto .splide__slide a:focus .img-box img,
.splide-auto .splide__slide > a:hover .img-box img,
.splide-auto .splide__slide > a:focus .img-box img {
  transform: translateZ(0) scale(1.1);
}
@media (prefers-reduced-motion: reduce) {
  .splide-auto .img-box img {
    transition: none;
    transform: none;
  }
}
.splide-auto .splide__slide {
  background-color: #fff;
  margin-bottom: 3rem;
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.splide-auto .content-box {
  font-size: 0.8rem;
  line-height: 1.25rem;
  min-height: 100%;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  justify-content: left;
}
@media screen and (min-width: 960px) {
  .splide-auto .content-box {
    padding: 1rem;
    font-size: 0.8rem;
  }
}
.splide-auto .continue {
  display: inline-block;
}
.splide-auto .dog_name {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0.5rem auto;
  text-align: center;
}
.splide-auto .owner_name {
  text-align: right;
}

/*splide-auto*/
.usersVoice__links {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0.9rem;
  justify-items: center;
}
@media screen and (min-width: 960px) {
  .usersVoice__links {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0 0 0;
    text-align: center;
  }
}

.minbreeder-wrapper {
  font-size: 1rem;
  width: 90%;
  height: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .minbreeder-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto auto 0;
    height: 190px;
  }
}

.minbreeder {
  display: flex;
  flex: 0 0 30%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.minbreeder img {
  width: 100px;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .minbreeder img {
    width: 125px;
    height: 190px;
  }
}

/*--------------------------■■ステラギャラリー■■---------------------------------------------*/
.stella-gallery {
  margin-top: 3rem;
  display: block;
  -moz-columns: 4;
       columns: 4; /*段組みの数*/
  padding: 0 15px; /*ギャラリー左右に余白をつける*/
}

.stella-gallery li {
  margin-bottom: 20px; /*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.stella-gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .stella-gallery {
    -moz-columns: 3;
         columns: 3;
  }
}
@media only screen and (max-width: 768px) {
  .stella-gallery {
    -moz-columns: 2;
         columns: 2;
  }
}
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/*コンタクト-----------------------------------------------------------*/
.contact__section {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--bg-offwhite);
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.contact__section .title {
  font-weight: bold;
  font-size: 1.3rem;
  color: var(--dark-mint2);
  display: block;
  padding: 0;
  margin-top: 0 auto;
}
@media screen and (min-width: 960px) {
  .contact__section .title {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
.contact__section .contact__stt {
  text-align: center;
  font-size: 0.8rem;
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .contact__section .contact__stt {
    font-size: 1.2rem;
  }
}

.contact__wrapper {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact__wrapper {
    width: 80%;
    padding: 3rem 0;
    display: flex;
    flex: 0 0 50%;
  }
}

.contact__left,
.contact__right {
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact__left,
  .contact__right {
    width: 50%;
    margin: 0;
    padding: 1rem;
  }
}
.contact__left p,
.contact__right p {
  width: 100%;
  text-align: left;
  margin: 1rem 0 0 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 960px) {
  .contact__left p,
  .contact__right p {
    width: 80%;
    font-size: initial;
  }
}

.line__addFriend {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .line__addFriend {
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
    text-align: left;
  }
}

.contact__item {
  width: 100%;
  border: 1px solid var(--dark-beige);
  border-radius: 20px;
  padding: 1rem;
  background-color: #fff;
  margin: 1rem 0;
}
.contact__item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 40px;
  margin-left: 0.5rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 960px) {
  .contact__item h3 {
    font-size: 1.3rem;
    margin-left: 1rem;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.contact__item h3 h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  display: inline-block;
  line-height: 1.25rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .contact__item h3 h4 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.contact__item h3 img {
  height: 2rem;
  width: auto;
  line-height: 2rem;
  aspect-ratio: 5/2;
  margin-left: 0;
}
.contact__item h3 h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .contact__item h3 h5 {
    font-size: 1.2rem;
  }
}
.contact__item .line__addFriend-1 img {
  height: 60px;
  width: auto;
}
.contact__item .line__addFriend-2 img {
  width: 120px;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .contact__item .line__addFriend-2 img {
    margin-top: 0;
  }
}

.sns-title,
.sns-list {
  display: flex;
  text-align: left;
  white-space: nowrap;
  line-height: 2rem;
}
.sns-title img,
.sns-list img {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  aspect-ratio: 1;
  margin-right: 0.5rem;
}
@media screen and (min-width: 960px) {
  .sns-title img,
  .sns-list img {
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
  }
}

img.note-icon {
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
}
@media screen and (min-width: 960px) {
  img.note-icon {
    width: 5rem;
    height: 2rem;
    line-height: 3rem;
  }
}

.sns-list {
  width: 60%;
  margin: 0.5rem 0 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.sns-list i {
  padding-right: 0.3rem;
}
@media screen and (min-width: 960px) {
  .sns-list i {
    margin: 0.5rem 0 0.5rem 6rem;
    font-size: 1rem;
  }
}

.mail__button {
  display: block;
  position: relative;
  margin: 20px auto;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  white-space: nowrap;
  background: var(--light-blue);
  transition: background 0.5s ease-in-out;
}
.mail__button:hover {
  background: #71c0e2;
}
.mail__button a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 3.4rem;
  padding: 0.5rem 1rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .mail__button a {
    font-size: 1.4rem;
  }
}

.sns-account {
  font-weight: 1.3rem;
}

.thanks__wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.thanks__wrapper h3 {
  font-size: 1.2rem;
  margin: 0 auto 2rem auto;
  text-align: center;
  padding-top: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .thanks__wrapper h3 {
    font-size: 2rem;
  }
}
.thanks__wrapper p {
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .thanks__wrapper p {
    width: 60%;
  }
}
.thanks__wrapper .thanks_img {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .thanks__wrapper .thanks_img {
    width: 60%;
  }
}
.thanks__wrapper .thanks_img img {
  border-radius: 30px;
  width: 100%;
}

/*access__-----------------------------*/
.access__section {
  padding: 3rem 0;
  background-color: #f9f9f4;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .access__section {
    padding: 5rem 0;
  }
}
.access__section .title {
  font-weight: bold;
  font-size: 1.3rem;
  color: var(--dark-mint2);
  display: block;
  padding: 0;
  margin-top: -2rem;
}
@media screen and (min-width: 960px) {
  .access__section .title {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.map__mask-wrapper {
  width: 100%;
  margin: 3rem 0;
  position: relative;
  aspect-ratio: 5/3;
  background: initial;
  --r: 20px;
  --s: 30rem;
  --a: 90deg;
  --p: 50%;
  border-radius: var(--r);
  --_m:var(--r),#000 calc(100% - 1px),#0000;
  --_d:(var(--s) + var(--r))*cos(var(--a));
  -webkit-mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
          mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .map__mask-wrapper {
    aspect-ratio: 5/2;
  }
}

.map__wrapper {
  width: 100%;
  height: 100%;
  pointer-events: auto; /* ← これが重要！ */
}

.map__wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.access__wrapper {
  display: block;
  width: 100%;
  margin: 2rem auto 0 auto;
  padding: 0;
  z-index: 30;
}
@media screen and (min-width: 960px) {
  .access__wrapper {
    display: flex;
    width: 80%;
  }
}

.access__left {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .access__left {
    width: 50%;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
.access__left ul {
  width: 100%;
  line-height: 1.4rem;
  font-size: 0.9rem;
  border-bottom: dotted 1px var(--font-main);
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
@media screen and (min-width: 960px) {
  .access__left ul {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
}
.access__left ul .flex {
  display: block;
}
@media screen and (min-width: 960px) {
  .access__left ul .flex {
    display: flex;
  }
}
.access__left ul .index {
  color: #3f7872;
  font-weight: bold;
  width: 100%;
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .access__left ul .index {
    width: 20%;
  }
}
.access__left ul .detail {
  line-height: initial;
}
.access__left ul .content {
  color: var(--font-main);
}

.access__right {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 960px) {
  .access__right {
    width: 45%;
    margin: 0 auto 0 5%;
    justify-content: flex-start;
    font-size: 0.9rem;
  }
  .access__right ul {
    width: calc(100% - 1rem);
    font-size: 0.85rem;
    line-height: 1.9rem;
    padding: 1rem;
    border: 1px solid #999;
    border-radius: 10px;
  }
}

/*instagram-feed---------------------*/
.instagram-feed {
  width: 100%;
  height: 200px;
  margin: 0;
}

/*footer__-----------------------------*/
.footer__section {
  margin: 0;
  padding: 2rem;
  position: relative;
  background-color: #a0d2c4;
  color: var(--dark-brown);
}
.footer__section a {
  color: var(--dark-brown);
}
.footer__section a:hover {
  color: var(--bg-offwhite);
}

.footer__logo h1 {
  font-size: 0.6rem;
}
.footer__logo h2 {
  font-size: 0.6rem;
}
.footer__logo img {
  width: 250px;
}

@media screen and (min-width: 960px) {
  .footer__container {
    display: flex;
  }
}

.footer__parent {
  width: 100%;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
  border-bottom: dotted var(--dark-brown) 1px;
}
@media screen and (min-width: 960px) {
  .footer__parent {
    width: 90%;
    margin: 1rem auto 0 0;
  }
}

.footer__child {
  width: 90%;
  margin: 0 auto 0 1rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.footer__left,
.footer__center {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .footer__left,
  .footer__center {
    width: 30%;
  }
}

.footer__right {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .footer__right {
    width: 40%;
  }
}

.footer__sns-wrapper {
  width: 100%;
  border-radius: 15px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.3333333333);
}
@media screen and (min-width: 960px) {
  .footer__sns-wrapper {
    padding: 1.5rem;
  }
}

.footer__sns {
  display: block;
}

.footer__sns-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer__icon {
  margin: 0.5rem 0;
  line-height: 25px;
}
@media screen and (min-width: 960px) {
  .footer__icon {
    font-size: 0.9rem;
  }
}

.footer__icon img {
  margin: 0 0.3rem 0 0;
  width: 25px;
  height: 25px;
}

.copy {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
}

/*contact上部*/
.custom-shape-divider-bottom-1762183526-0 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  background-color: var(--);
}

.custom-shape-divider-bottom-1762183526-0 svg {
  position: relative;
  display: block;
  width: calc(165% + 1.3px);
  height: 172px;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1762183526-0 .shape-fill {
  fill: var(--bg-offwhite);
}

/*access上部*/
.custom-shape-divider-bottom-1762395114-f2f2d3 {
  background-color: var(--bg-offwhite);
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1762395114-f2f1ed {
  background-color: #f2f1ed;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1762395114-f2f1ed svg,
.custom-shape-divider-bottom-1762395114-f2f2d3 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-bottom-1762395114-f2f1ed .shape-fill {
  fill: var(--bg-offwhite);
}

.custom-shape-divider-bottom-1762395114-f2f2d3 .shape-fill {
  fill: var(--bg-beige);
}

/*access 下部 footer*/
.custom-shape-divider-bottom-1762398887 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  height: 58px;
}

.custom-shape-divider-bottom-1762398887 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 58px;
}

.custom-shape-divider-bottom-1762398887 .shape-fill {
  fill: var(--dark-mint2);
}

/*--------------------*/
/*loading*/
#loading {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HTML: <div class="loader"></div> */
/* オープニングアニメーション---------------------------------------*/
.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: fadeOut 1s ease 3s forwards;
}

.gradient-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, #c0e9e9 0%, #fff1ed 100%);
  animation: expandGradient 0.6s ease forwards;
  transform: translateY(-50%);
  z-index: 1;
}

.logo-image {
  border: 1px solid yellow;
  color: #666666;
  font-size: 0.8rem;
  position: relative;
  z-index: 60;
  text-align: center;
  opacity: 0;
  animation: fadeInLogo 0.5s ease 1s forwards;
}

.logo-image img {
  width: 300px;
  height: auto;
}

/* グラデーションが上下に広がる */
@keyframes expandGradient {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
/* ロゴがふんわり表示される */
@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* アニメーション終了後に非表示にする */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------/コンタクト----------------------*/
.contactform__wrapper {
  width: 90%;
  margin: 0 auto;
}

.contactform__sttl {
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .contactform__sttl {
    font-size: 1rem;
    margin-top: 0;
  }
}

.line_howto2 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}

.contactform__line {
  border-radius: 15px 15px 0 0;
  margin-top: 1.6rem;
  background: #00b900;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.3rem;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 960px) {
  .contactform__line {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.line_howto2 {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 15px 15px;
  margin-bottom: 3rem;
  padding: 1rem;
  text-align: cenleft;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.add_friend {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .add_friend {
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
  }
}
.add_friend img.add1 {
  width: 160px;
}
.add_friend img.add2 {
  width: 150px;
  height: 150px;
}

.contactform__tittle {
  margin: 2rem auto 0 auto;
  background: var(--dark-mint2);
  text-align: center;
  font-size: 1.1rem;
  padding: 1rem;
}
@media screen and (min-width: 960px) {
  .contactform__tittle {
    font-size: 2rem;
  }
}

.contactform-form {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}

/*
  .contact-container{
    display: block;
    width:100%;margin: 0;padding:3rem 0;
     @media screen and (min-width: 960px) {
    text-align:center;
    display: flex;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: relative;
  font-size: 0.9rem;;
  }
  .contact-items{padding:1rem;}
  .img-box{
    width:100%;
    @media screen and (min-width: 1024px) {width:600px; height:400px;}}

  .line_icon img{width:3rem;display:inline-block;}
  h3{font-size: 1rem;display: inline-block;line-height:1.8rem;
   @media screen and (min-width: 960px) {
      font-size: 1.3rem;line-height:3rem;
   }}


.contact-mail{
  text-align: center;
  a{font-size: 1.1rem;
  font-weight: bold;
  .font-normal{font-weight:normal;}
  padding: 0.652rem 1.5rem;
  border-radius: 30px;
  transition: .5s;
  background: #32a2d3; color: #fff;  border:2px solid #fff;}
  a:hover {background: #fff;  color:#32a2d3; border:2px solid #32a2d3;}
   @media screen and (min-width: 960px) {
      a{font-size: 1.6rem;}
}
}
  .contact-line,.mail_icon{text-align: left;margin-left:2rem;margin-bottom: 1rem;}
}


*/
/*---------------------------------■■newsArchiveアーカイブ お知らせ ■■----------------*/
.newsArchive__wrapper {
  width: 100%;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem;
  font-size: 0.8rem;
  line-height: 1.25rem;
  border-radius: 0px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media screen and (min-width: 960px) {
  .newsArchive__wrapper {
    border-radius: 20px;
    padding: 0 5%;
    line-height: 1rem;
    font-size: 0.9rem;
  }
}
.newsArchive__wrapper ul {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.newsArchive__wrapper li {
  line-height: 1.5rem;
  border-bottom: dashed var(--dark-beige) 1px;
  display: flex;
}
.newsArchive__time {
  line-height: 1.6rem;
  padding: 0.7rem 0;
}

.newsArchive__category {
  line-height: 1.4rem;
  padding: 0.9rem 0.3rem;
  white-space: nowrap;
  color: #fff;
}

.newsArchive__category-event, .newsArchive__category-puppy, .newsArchive__category-information, .newsArchive__category-others {
  padding: 0 3px;
  border-radius: 5px;
  font-size: 0.6rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.1rem;
}
@media screen and (min-width: 960px) {
  .newsArchive__category-event, .newsArchive__category-puppy, .newsArchive__category-information, .newsArchive__category-others {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

.newsArchive__category-event {
  background-color: #ee994f;
}

.newsArchive__category-puppy {
  background-color: #f09b9b;
}

.newsArchive__category-information {
  background-color: #32a2d3;
}

.newsArchive__category-others {
  background-color: #bac3c7;
}

.newsArchive__new {
  line-height: 1.1rem;
  padding: 0 5px;
  white-space: nowrap;
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 0.7rem;
}
@media screen and (min-width: 960px) {
  .newsArchive__new {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}

.newsArchive__content {
  line-height: 1.6rem;
  padding: 0.7rem 0;
}

.newsSingle__wrapper {
  width: 90%;
  margin: 3rem auto;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .newsSingle__wrapper {
    width: 70%;
  }
}

.newsSingle__title {
  margin: 0 auto;
  text-align: center;
}
.newsSingle__title .newSingle__time {
  font-size: 0.9rem;
  text-align: center;
}
.newsSingle__title h2 {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .newsSingle__title h2 {
    font-size: 1.5rem;
  }
}
.newsSingle__title h2::before,
.newsSingle__title h2::after {
  position: absolute;
  top: 0.8rem;
  height: 1.5rem;
  content: "";
}
@media screen and (min-width: 960px) {
  .newsSingle__title h2::before,
  .newsSingle__title h2::after {
    height: 1.8rem;
  }
}
.newsSingle__title h2::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (min-width: 960px) {
  .newsSingle__title h2::before {
    border-left: solid 3px;
  }
}
.newsSingle__title h2::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
@media screen and (min-width: 960px) {
  .newsSingle__title h2::after {
    border-right: solid 3px;
  }
}

.newsSingle__content {
  margin: 3rem auto;
}
.newsSingle__content img {
  border-radius: 30px;
  margin: 1rem auto;
}

.close-balloon {
  display: block;
  text-align: center;
  background-color: #8db19c;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.close-balloon a {
  color: #fff;
}

/*-------------------/////////////////犬舎////////////////----------------*/
.kennel__section {
  height: 100%;
}
.kennel__section .title {
  color: var(--dark-brown);
}
@media screen and (min-width: 960px) {
  .kennel__section .title {
    font-size: 3.5rem;
  }
}

.kennel__wrapper {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.kennel__room {
  margin-top: 3rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 960px) {
  .kennel__room {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-around;
  }
}

.food__introduction {
  width: 80%;
  margin: 0 auto;
}

.food__list-wrapper {
  margin: 2rem auto;
  width: 80%;
  display: block;
}
@media screen and (min-width: 960px) {
  .food__list-wrapper {
    width: 90%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.food__list {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  border: 1px solid var(--dark-mint2);
  border-radius: 3rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .food__list {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .food__list {
    width: 32%;
    margin-right: 1%;
  }
}
.food__list img {
  max-height: 200px;
}
.food__list .img-caption {
  margin: 1rem auto;
}

.food__info {
  text-align: left;
}
.food__info h4 {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.food__sale {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (min-width: 960px) {
  .food__sale {
    width: 70%;
  }
}
.food__sale h3 {
  font-size: 1.15rem;
  line-height: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .food__sale h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.food__sale-how {
  border: 1px solid #ccc;
  padding: 1rem;
}

@media screen and (min-width: 960px) {
  .kennel__room-photo {
    flex-basis: calc(50% - 2rem);
  }
}

.kennel__room-photo {
  justify-self: center;
}
.kennel__room-photo .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.kennel__room-photo img {
  width: 100%;
}
.kennel__room-photo .img-caption {
  margin: 1rem auto;
}

/*staff*/
.staff__section,
.food__section {
  margin-top: 3rem;
  display: block;
  background: var(--bg-offwhite);
}
.staff__section .title,
.food__section .title {
  color: var(--hot-yellow);
}
@media screen and (min-width: 960px) {
  .staff__section .title,
  .food__section .title {
    margin-top: 0;
    font-size: 3.5rem;
  }
}

.staff__introduction,
.food__wrapper {
  width: 80%;
  margin: 0 auto;
}

.food__container,
.staff__container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .food__container,
  .staff__container {
    width: 90%;
  }
}

#staffSlider {
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  #staffSlider {
    width: 90%;
    margin: 0 auto;
  }
}

/* スライド画像の基本スタイル */
#staffSlider .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/* 中央のスライドを少し拡大 */
#staffSlider .splide__slide.is-active img {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); /* ふんわり強調 */
}

/* 矢印のスタイル */
#staffSlider .splide__arrow {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

/* 基本スタイル */
#staffSlider .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 中央のスライドを拡大 */
#staffSlider .splide__slide.is-active img {
  transform: scale(1.1); /* 少し大きく */
  opacity: 1; /* はっきり表示 */
}

/* 左右のスライドを縮小 */
#staffSlider .splide__slide:not(.is-active) img {
  transform: scale(0.9); /* 少し小さく */
  opacity: 0.7; /* 透明度を下げて控えめに */
}

.splide__arrow {
  display: block;
  border-radius: 50%;
  color: white;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  opacity: 0;
}

.splide__arrow:hover {
  transform: scale(1.05); /* 少し明るめのブラウン */
}

.mirror {
  transform: rotateY(180deg);
  display: inline-block;
}

#staffSlider .splide__arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  height: 4rem;
}

/* 矢印のスタイル */
#staffSlider .splide__arrow {
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
}
#staffSlider .splide__arrow:nth-child(1) {
  animation-delay: 0.9s;
  position: absolute;
  top: 50%;
  left: 0;
}
#staffSlider .splide__arrow:nth-child(2) {
  animation-delay: 1s;
  position: absolute;
  top: 50%;
  right: 0;
}

/* ドットの位置と色 */
.splide__pagination {
  padding-top: 5rem;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.splide__pagination__page.is-active {
  background: #71bcb3;
  transform: scale(1.2);
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*-----------------------------------onedayPage-------------------*/
.timeline__item:nth-child(odd) .timeline__item-detail {
  order: 3;
}
@media screen and (min-width: 960px) {
  .timeline__item:nth-child(odd) .timeline__item-detail {
    order: 3;
  }
}

.timeline__item:nth-child(odd) .timeline__item-photo {
  order: 2;
}
@media screen and (min-width: 960px) {
  .timeline__item:nth-child(odd) .timeline__item-photo {
    order: 1;
  }
}

.timeline__item:nth-child(even) .timeline__item-detail {
  order: 3;
}
@media screen and (min-width: 960px) {
  .timeline__item:nth-child(even) .timeline__item-detail {
    order: 1;
  }
}

.timeline__item:nth-child(even) .timeline__item-photo {
  order: 2;
}
@media screen and (min-width: 960px) {
  .timeline__item:nth-child(even) .timeline__item-photo {
    order: 3;
  }
}

.timeline__item:first-child {
  padding-top: 0;
}

.timeline__item:not(:last-child) .timeline__item-body::after {
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: calc(50% - 46.5px - 16px);
  width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-color: var(--dark-mint);
  --tw-content: '';
  content: "";
}

.timeline__item:not(:last-child) .timeline__item-body.notime::after {
  height: 50%;
}

.timeline__item + .timeline__item .timeline__item-body::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: calc(50% - 46.5px - 16px);
  width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-color: var(--dark-mint);
  content: var(--tw-content);
}

.timeline__item + .timeline__item .timeline__item-body.notime::before {
  height: 50%;
}

.timeline__item-body {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .timeline__item-body {
    flex-wrap: nowrap;
  }
}

.timeline__item-time {
  order: 2;
  display: flex;
  height: 93px;
  width: 93px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.timeline__item-time-circle {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--dark-mint);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #000;
}

.timeline__item-detail {
  width: 100%;
}

.timeline__item-detail > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.timeline__item-title {
  --tw-text-opacity: 1;
  color: hsl(352deg, 63%, 60%, var(--tw-text-opacity));
  font-size: 1.5rem;
}

.timeline__item-photo {
  width: 100%;
}
.timeline__item-photo img {
  width: 100%;
}

.timeline__item-photo-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
}

@media (width <= 768px) {
  .timeline__item-body::before,
  .timeline__item-body::after {
    display: none !important;
  }
  .timeline__item-time {
    position: absolute;
    top: 0;
    left: 0;
    order: 1;
    height: 80px;
    width: 80px;
  }
}
/*-----------------------------------philosophyPage-------------------*/
.twoColumn__item img {
  border-radius: 30px;
}

.twoColumn__item {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .twoColumn__item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 960px) {
  .twoColumn__item:nth-child(odd) {
    flex-direction: row-reverse;
    border: 0px solid red;
  }
}

.twoColumn__item-left {
  flex-basis: 60%;
  border: 0px solid orange;
}

.twoColumn__item-right .img-box {
  width: 100%;
  border-radius: 30px;
  margin: 0 auto;
}
.twoColumn__item-right img {
  width: 100%;
}
.twoColumn__item-right {
  flex-basis: 40%;
  align-self: center;
  justify-self: flex-start;
  border: 0px solid blue;
}

.twoColumn__item:nth-child(odd) .twoColumn__item-right {
  justify-self: center;
}
.twoColumn__item:nth-child(odd) .twoColumn__item-right .img-box {
  margin: 0 auto;
}

.bg-paw {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
  margin-left: 0;
  padding-top: 1rem;
  width: 100%;
  height: 5.2rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 4.5rem;
}
@media screen and (min-width: 960px) {
  .bg-paw {
    margin-left: 1rem;
    margin-top: 0rem;
    background-size: 5.2rem;
  }
}

.twoColumn__head-copy,
.twoColumn__head-title {
  text-align: left;
  width: calc(100% - 1rem);
}
@media screen and (min-width: 960px) {
  .twoColumn__head-copy,
  .twoColumn__head-title {
    margin-left: 1rem;
    width: calc(100% - 2rem);
  }
}

.twoColumn__head-copy {
  border: 0px solid cyan;
}
@media screen and (min-width: 960px) {
  .twoColumn__head-copy {
    font-size: 1rem;
  }
}

.twoColumn__head-title {
  border: 0px solid purple;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.8rem;
}
@media screen and (min-width: 960px) {
  .twoColumn__head-title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.twoColumn__title-lv3-small,
.twoColumn__title-lv3 {
  font-size: 1.2rem;
  color: var(--dark-mint);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .twoColumn__title-lv3-small,
  .twoColumn__title-lv3 {
    font-size: 1.4rem;
    margin-left: 2%;
    line-height: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .twoColumn__title-lv3-small {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.twoColumn__item-detail {
  border: 0px solid hotpink;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 960px) {
  .twoColumn__item-detail {
    width: 90%;
    margin: 2rem auto;
  }
}

.thanks__wrapper,
.healthCare__wrapper,
.philosophy__wrapper,
.aboutus__wrapper {
  width: 100%;
  margin: 0;
  background: #f6f1e8;
  background: linear-gradient(180deg, rgb(246, 241, 232) 0%, rgb(255, 251, 245) 100%);
}

@media screen and (min-width: 960px) {
  .philosophy__card {
    margin: 0 auto;
    width: 80%;
  }
}

.philosophy__section .img-box {
  margin: 2rem auto;
  border-radius: 30px;
  max-width: 80%;
}
@media screen and (min-width: 960px) {
  .philosophy__section .img-box {
    max-width: 40%;
  }
}
.philosophy__section .img-box-2 {
  margin: 2rem auto;
  max-width: 80%;
}
@media screen and (min-width: 960px) {
  .philosophy__section .img-box-2 {
    max-width: 100%;
  }
}
.philosophy__section img {
  width: 100%;
}
.philosophy__section .bg-paw {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/paw_bg.png);
}
@media screen and (min-width: 960px) {
  .philosophy__section .twoColumn__item {
    flex-direction: row;
    border: 0px solid red;
  }
}

.healthCare__section .bg-paw {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/paw_bg_g.png);
}

.contact__section .title-page__japanese {
  font-size: 1.6rem;
  letter-spacing: -2px;
}
@media screen and (min-width: 960px) {
  .contact__section .title-page__japanese {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
}

.healthCare__section .title-page__japanese,
.philosophy__section .title-page__japanese,
.aboutus__section .title-page__japanese {
  padding-top: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .healthCare__section .twoColumn__item:first-of-type,
  .philosophy__section .twoColumn__item:first-of-type,
  .aboutus__section .twoColumn__item:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.aboutus__section .bg-paw {
  text-align: left;
  width: 100%;
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/paw_bg_br.png);
}
@media screen and (min-width: 960px) {
  .aboutus__section .twoColumn__item {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .aboutus__section .twoColumn__item:last-of-type {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .aboutus__section .twoColumn__item:first-of-type {
    flex-direction: row;
    text-align: center;
  }
}
.aboutus__section .twoColumn__title-lv3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .aboutus__section .twoColumn__title-lv3 {
    margin-top: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .aboutus__section .twoColumn__item:nth-of-type(4),
  .aboutus__section .twoColumn__item:nth-of-type(5) {
    flex-direction: row;
  }
}

.philosophy__card .twoColumn__title-lv3 {
  border-left: #32af8e 15px solid;
  padding-left: 1rem;
}

@media screen and (min-width: 960px) {
  .philosophy__section .twoColumn__title-lv3 {
    margin: 1rem auto 0 2rem;
  }
}

/*parents------------------------------*/
.healthCare__section,
.parentsPage__section {
  margin-bottom: 5rem;
}
.healthCare__section .title,
.parentsPage__section .title {
  color: var(--light-brown);
}

.title__sttl.parents {
  margin: 3rem auto;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 960px) {
  .title__sttl.parents {
    margin: 3rem auto;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

/*-----------------------------*/
.parentsPage__wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .parentsPage__wrapper {
    width: 90%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
  }
}

.parents__sttl {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 2rem auto;
}
@media screen and (min-width: 960px) {
  .parents__sttl {
    font-size: 1.5rem;
  }
}

.dog-card {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .dog-card {
    width: 48%;
    margin-bottom: 2rem;
  }
}

.parents__dogcard-upperframe {
  width: 100%;
  height: auto;
  aspect-ratio: 14.3;
  background-size: 100%;
  background-repeat: no-repeat;
}

.parents__dogcard-lowerframe {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 20.5;
  margin-bottom: 1rem;
}

.dog-detail-wrapper {
  background-size: contain;
  background-repeat: repeat-y;
}

.parents__dogcard-upperframe.mum {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/mum_bg-upper.png);
}

.parents__dogcard-upperframe.dad {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/dad_bg-upper.png);
}

.parents__dogcard-lowerframe.mum {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/mum_bg-lower.png);
}

.parents__dogcard-lowerframe.dad {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/dad_bg-lower.png);
}

.dog-detail-wrapper.mum {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/mum_bg-repeat.png);
}

.dog-detail-wrapper.dad {
  background-image: url(https://stella-paws.littlestar.jp/wp-content/themes/StellaPaws2023/img/dad_bg-repeat.png);
}

.note-paper {
  background: repeating-linear-gradient(to bottom, #ffffff, #ffffff 25px, #e0d1c8 26px);
  font-size: 0.8rem;
  line-height: 26px; /* 行間を線に合わせる */
  padding: 0 1rem;
  margin: 0 0.5rem 0 1rem;
}
@media screen and (min-width: 960px) {
  .note-paper {
    background: repeating-linear-gradient(to bottom, #ffffff, #ffffff 25px, #e0d1c8 26px);
    font-size: 0.9rem;
    line-height: 26px; /* 行間を線に合わせる */
  }
}

.dog-outline {
  display: flex;
}
.dog-outline .dog-name {
  font-size: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 960px) {
  .dog-outline .dog-name {
    font-size: 1.2rem;
  }
}
.dog-outline .dog-gender,
.dog-outline .dog-size {
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 960px) {
  .dog-outline .dog-gender,
  .dog-outline .dog-size {
    font-size: 0.9rem;
    margin-right: 1rem;
  }
}
.dog-outline .dog-gender::after {
  content: "/";
  margin-left: 0.5rem;
}
@media screen and (min-width: 960px) {
  .dog-outline .dog-gender::after {
    margin-left: 1rem;
  }
}

.dog-detail-wrapper {
  display: block;
  padding: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 0;
}

.dog-detail-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .dog-detail-flex {
    flex-direction: row;
  }
}

.dog-detail-left {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .dog-detail-left {
    width: 50%;
    margin-top: 0rem;
    margin-left: 1rem;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
.dog-detail-left .img-box {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 15px;
}

@media screen and (min-width: 960px) {
  .dog-detail-right {
    width: 50%;
    align-self: center;
    padding-left: 0;
  }
}

.dog-specialty {
  display: block;
  margin: 0;
}

.dog-child .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.dog-children-list {
  position: relative;
  background-color: #fff;
  background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  margin: 1rem auto 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 960px) {
  .dog-children-list {
    margin: 1rem 1rem 0 1.5rem;
  }
}

.dog-child {
  margin: 1rem 0.5rem 0 0.5rem;
}

.dog-child-name {
  font-size: 0.8rem;
  text-align: center;
}

.maste-tape {
  font-size: 0.7rem;
  position: absolute;
  top: -0.75em;
  background-color: rgba(244, 244, 218, 0.8);
  padding: 0.25em 2em;
  color: #454545;
}

.maste-tape.mum {
  border-left: 5px solid #dca5a4;
}

.maste-tape.dad {
  border-left: 5px solid #8BC6CA;
}

/*single.php/プロフィール*/
.profile__section {
  padding-bottom: 3rem;
}
.profile__section .title__profile {
  font-family: "Rubik Bubbles", system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  text-align: center;
  color: var(--dark-mint2);
  margin: 2rem auto;
}
.profile__section .profile__container {
  padding: 0 0 2rem 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .profile__section .profile__container {
    padding: 0 3rem 2rem 4rem;
  }
}
.profile__section {
  /*profile-container*/
}
.profile__section .profile__name {
  text-align: center;
}
.profile__section .profile__name h2 {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 16px;
  margin: 2rem auto 1rem auto;
}
.profile__section .profile__name .male {
  background-color: #54b3d6;
  border-radius: 15px;
  color: #fff;
}
.profile__section .profile__name .female {
  background-color: #d685a1;
  border-radius: 15px;
  color: #fff;
}
.profile__section {
  /*profile-name*/
}
.profile__section .state {
  text-align: center;
}
.profile__section .profile__detail-wrapper {
  display: block;
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 960px) {
  .profile__section .profile__detail-wrapper {
    display: flex;
    margin: 3rem auto 0 auto;
  }
}
.profile__section .movies {
  margin: 2rem auto;
}
.profile__section .video {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile__section .video {
    max-width: 600px;
    margin: 0 auto;
  }
}

.profile__data {
  padding: 1rem;
}
@media screen and (min-width: 960px) {
  .profile__data {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.profile__data ul {
  display: flex;
  margin: 0 0 0.5rem 0;
}
.profile__data li {
  display: block;
}
.profile__data li:nth-child(1), .profile__data h3 {
  color: #5d5046;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .profile__data li:nth-child(1), .profile__data h3 {
    width: 35%;
    padding: 3px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.profile__data li:nth-child(2) {
  line-height: 1.25rem;
}
@media screen and (min-width: 640px) {
  .profile__data li:nth-child(2) {
    width: 65%;
    padding: 3px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.profile__data .feature {
  font-size: 1rem;
  line-height: 1.8rem;
}
.profile__data .feature h3 {
  font-size: 1rem;
}
.profile__data .parents {
  margin: 1rem auto;
  padding: 10px;
  width: 300px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background-color: #e2e0d7;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .profile__data .parents {
    margin: 3rem auto;
  }
}
.profile__data .dad, .profile__data .mum {
  display: block;
  text-align: center;
}
.profile__data .img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.profile__data .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.profile__data h4 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #5d5046;
}

/*profile*/
.profile__contact {
  width: 90%;
  margin: 0 auto;
}
.profile__contact i {
  color: #fff;
}

.message-1, .message-2, .online-viewing, .anicom-sompo {
  margin: 1rem auto 0 auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .message-1, .message-2, .online-viewing, .anicom-sompo {
    margin: 3rem auto 0 auto;
  }
}
.message-1 h2, .message-2 h2, .online-viewing h2, .anicom-sompo h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .message-1 h2, .message-2 h2, .online-viewing h2, .anicom-sompo h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.message-1, message-2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6rem;
}

.message-1 {
  color: #4f857f;
}

.message-2 {
  color: #956000;
}

.online-viewing {
  border: 1px solid #5d5046;
  padding: 16px;
  border-radius: 15px;
}

@media screen and (min-width: 960px) {
  .ov-wrapper {
    display: flex;
  }
}

.ov-left {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .ov-left {
    width: 30%;
  }
}
.ov-left img {
  width: 150px;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .ov-left img {
    max-width: 220px;
    margin: 0 auto;
  }
}

.ov-right {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ov-right {
    width: 70%;
  }
}

ul {
  display: block;
  margin-bottom: 1rem;
}

/*--------------------*/
.carousel {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff8e6;
}
@media screen and (min-width: 960px) {
  .carousel {
    border-radius: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .carousel {
    max-width: 800px;
  }
}
.carousel__track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.carousel__slide {
  min-width: 100%;
  text-align: center;
  background: #fff8e6;
  position: relative;
  overflow: hidden;
}

.carousel__slide img {
  display: block;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  .carousel__slide img {
    border-radius: 12px 12px 0 0;
  }
}

.carousel__caption {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6); /* 半透明の背景 */
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  opacity: 1;
  pointer-events: none;
}

.carousel__thumbnails {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 0;
}

.carousel__thumb {
  width: 60px;
  height: 60px;
  background: #fff8e6;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}

.carousel__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel__thumb.active {
  background: #ffe8a0;
}

/*
.resume {
  padding:0;
  text-align: right;
  background: #fff8e6;
  border: none;
  border-radius: 8px;
  font-size: 0.8rem;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.3s;
}
.resume:hover {
  background: #ffe8a0;
}

.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeIn 0.3s ease;
}
.modal-img{
 max-width:90%; max-height:90%; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,0.3);
 }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
#modal-img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
/*-----------------------------------*/
.my-children {
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
  padding: 1rem;
  background-color: #fff8e6;
}
@media screen and (min-width: 960px) {
  .my-children {
    width: 80%;
    border-radius: 20px;
    padding: 2rem;
  }
}

.children-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.child-card {
  flex: 0 0 calc(50% - 1rem);
  background: #fffafc;
  border: 1px solid #e0cfe3;
  border-radius: 12px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .child-card {
    padding: 1rem;
    flex: 0 0 200px;
  }
}
.child-card .img-box {
  width: 120x;
  height: 100px;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .child-card .img-box {
    width: 180px;
    height: 150px;
  }
}
.child-card .img-box img {
  width: 100%;
}

.child-name {
  margin-top: 0.5em;
  font-weight: bold;
  font-family: "Rounded Mplus 1c", sans-serif;
}

.oneday__section .onedayPage__introduction {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6rem;
}
.oneday__section .onedayPage__introduction-fukidashiwrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.oneday__section .bg-paw_y {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
  margin: 3rem auto 1rem auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 80px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 1rem;
  padding-left: 0rem;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 960px) {
  .oneday__section .bg-paw_y {
    padding-left: 2.5rem;
    background-size: 100px;
    font-size: 1.5rem;
  }
}
.oneday__section .bg-paw_y .font-small-1 {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 1.4rem;
  letter-spacing: -1px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .oneday__section .bg-paw_y .font-small-1 {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
.oneday__section .onedayPage__introduction-fukidashi {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem 0 2rem;
  border-radius: 76% 46% 37% 52%/58% 53% 67% 59%;
  background-color: #faf9cd;
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #444;
  text-align: center;
}
.oneday__section .onedayPage__introduction-fukidashi p {
  margin-top: 0.5rem;
  font-weight: 800;
  transform: rotate(-2deg);
}
.oneday__section .onedayPage__introduction-fukidashi .font-small {
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.oneday__section .onedayPage__introduction-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #faf9cd transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
.oneday__section .timeline__item:nth-child(odd) .timeline__item-detail {
  order: 3;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item:nth-child(odd) .timeline__item-detail {
    order: 3;
  }
}
.oneday__section .timeline__item:nth-child(odd) .timeline__item-photo {
  order: 2;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item:nth-child(odd) .timeline__item-photo {
    order: 1;
  }
}
.oneday__section .timeline__item:nth-child(even) .timeline__item-detail {
  order: 3;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item:nth-child(even) .timeline__item-detail {
    order: 1;
  }
}
.oneday__section .timeline__item:nth-child(even) .timeline__item-photo {
  order: 2;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item:nth-child(even) .timeline__item-photo {
    order: 3;
  }
}
.oneday__section .timeline__item:first-child {
  padding-top: 0;
}
.oneday__section .timeline__item:not(:last-child) .timeline__item-body::after {
  position: absolute;
  bottom: calc(-94px - 1.5rem);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 0;
  border-right-width: 3px;
  border-style: dotted;
  border-color: var(--light-mint);
  content: "";
  align-self: flex-start;
}
.oneday__section .timeline__icon {
  width: 2rem;
  margin-right: 0.5rem;
  opacity: 0.8;
}
.oneday__section .timeline__item:not(:last-child) .timeline__item-body.notime::after {
  height: 100%;
}
.oneday__section {
  /*
  .timeline__item + .timeline__item .timeline__item-body::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: calc(50% - 46.5px - 16px);
    width: 0;
    border-right-width: 3px;
    border-style: dotted;
    border-color:var(--light-mint);
    content: '';
  }
  */
}
.oneday__section .timeline__item + .timeline__item .timeline__item-body.notime::before {
  height: 100%;
}
.oneday__section .timeline__item-body {
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-body {
    flex-wrap: nowrap;
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.oneday__section .timeline__item-body::before,
.oneday__section .timeline__item-body::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-body::before,
  .oneday__section .timeline__item-body::after {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-detail {
    flex-basis: calc(50% - 47px);
  }
}
.oneday__section .timeline__item-time {
  position: absolute;
  top: 0;
  left: 0;
  order: 1;
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-time {
    position: relative;
    order: 2;
    display: flex;
    height: 94px;
    width: 94px;
    justify-content: center;
    align-self: flex-start;
  }
}
.oneday__section .timeline__item-time-circle {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--dark-mint2);
  font-weight: 700;
  color: #fff;
}
.oneday__section .timeline__item-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--dark-orange);
  font-size: 1.5rem;
  font-weight: 800;
}
.oneday__section .timeline__item-photo {
  align-self: flex-start;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-photo {
    flex-basis: calc(50% - 47px);
    align-self: flex-start;
  }
}
.oneday__section .timeline__item-photo-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .oneday__section .timeline__item-photo-wrap {
    width: 90%;
    overflow: hidden;
    border-radius: 1.5rem;
  }
  .oneday__section .timeline__item-photo-wrap img {
    width: 100%;
  }
}
.oneday__section .timeline__speechBubble1,
.oneday__section .timeline__speechBubble2 {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 20px;
  background-color: #fff1c7;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--dark-brown);
}
.oneday__section .timeline__speechBubble1::after,
.oneday__section .timeline__speechBubble2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff1c7;
  translate: -50% -100%;
}
.oneday__section .timeline__speechBubble2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.oneday__section .timeline__speechBubble2::after {
  content: "";
  top: 0;
  bottom: 0;
  border-width: 20px 10px 0 10px;
  border-color: #fff1c7 transparent transparent;
  translate: -50% 100%;
}

/*archives-Link設定-------------*/
.wavy-circle-1,
.wavy-circle-2,
.wavy-circle-3,
.wavy-circle-4 {
  position: absolute;
  pointer-events: none;
  background-color: var(--dark-beige);
  z-index: 0;
  transition: transform 0.5s ease, background-color 0.5s ease;
  top: -30px;
  right: -30px;
  --s: 90px; /* adjust to control the size */
  width: var(--s);
  aspect-ratio: 1;
  --g:/calc(var(--s)*0.347) calc(var(--s)*0.347) radial-gradient(50% 50%,#000 99%,#0000 101%) no-repeat;
  -webkit-mask: calc(50% + var(--s) * 0.296) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * 0.281) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * 0.174) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * -0.174) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * -0.281) var(--g), radial-gradient(calc(var(--s) * 0.399), #000 99%, rgba(0, 0, 0, 0) 101%), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * 0.514) var(--g), calc(50% + var(--s) * -0.54) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * -0.514) var(--g), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * -0.317) var(--g);
  -webkit-mask-composite: source-out;
          mask: calc(50% + var(--s) * 0.296) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * 0.281) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * 0.174) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * -0.174) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * -0.281) var(--g), radial-gradient(calc(var(--s) * 0.399), #000 99%, rgba(0, 0, 0, 0) 101%) subtract, calc(50% + var(--s) * 0.437) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * 0.514) var(--g), calc(50% + var(--s) * -0.54) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * -0.514) var(--g), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * -0.317) var(--g);
}
@media screen and (min-width: 960px) {
  .wavy-circle-1,
  .wavy-circle-2,
  .wavy-circle-3,
  .wavy-circle-4 {
    top: -60px;
    right: 0;
    --s: 150px; /* adjust to control the size */
    width: var(--s);
    aspect-ratio: 1;
    --g:/calc(var(--s)*0.347) calc(var(--s)*0.347) radial-gradient(50% 50%,#000 99%,#0000 101%) no-repeat;
    -webkit-mask: calc(50% + var(--s) * 0.296) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * 0.281) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * 0.174) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * -0.174) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * -0.281) var(--g), radial-gradient(calc(var(--s) * 0.399), #000 99%, rgba(0, 0, 0, 0) 101%), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * 0.514) var(--g), calc(50% + var(--s) * -0.54) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * -0.514) var(--g), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * -0.317) var(--g);
    -webkit-mask-composite: source-out;
            mask: calc(50% + var(--s) * 0.296) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * 0.281) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * 0.174) var(--g), calc(50% + var(--s) * -0.239) calc(50% + var(--s) * -0.174) var(--g), calc(50% + var(--s) * 0.091) calc(50% + var(--s) * -0.281) var(--g), radial-gradient(calc(var(--s) * 0.399), #000 99%, rgba(0, 0, 0, 0) 101%) subtract, calc(50% + var(--s) * 0.437) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * 0.514) var(--g), calc(50% + var(--s) * -0.54) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.167) calc(50% + var(--s) * -0.514) var(--g), calc(50% + var(--s) * 0.437) calc(50% + var(--s) * -0.317) var(--g);
  }
}

.wavy-circle-1 {
  left: -60px;
  background-color: var(--light-mocha);
  animation: rotateCircle 30s linear infinite;
}

.wavy-circle-2 {
  left: 50%;
  background-color: var(--light-mocha);
  animation: poyopoyoScale 1.5s infinite;
}

.wavy-circle-3 {
  background-color: var(--light-mint);
  top: -10px;
  left: -60px;
  animation: swayLeftRight 2.5s ease-in-out infinite;
}

.wavy-circle-4 {
  background-color: var(--light-mocha);
  animation: poyopoyoScale 1.5s infinite;
  top: 3rem;
  right: 1rem;
}
@media screen and (min-width: 960px) {
  .wavy-circle-4 {
    top: -2rem;
  }
}

.archives__link-wrapper-1,
.archives__link-wrapper-3 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-max-content;
  height: max-content;
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
  z-index: 3;
}

.archives__link-wrapper-2 {
  justify-items: center;
}

.archives__link-wrapper-1 {
  margin: 3rem auto 1rem auto;
}

.archives__link-wrapper-3 {
  margin: 3rem auto 0 auto;
}

.archives__link-wrapper-4 {
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}

.archives__link-1,
.archives__link-2,
.archives__link-3,
.archives__link-4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 1.1rem;
  position: relative;
  display: block;
  z-index: 5;
  padding: 0.5rem 1rem;
  border-radius: 24% 32% 29% 30%/61% 60% 47% 48%;
  background-color: transparent;
  font-weight: bold;
  line-height: 2.6rem;
  color: #5d5046;
  white-space: nowrap;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .archives__link-1,
  .archives__link-2,
  .archives__link-3,
  .archives__link-4 {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    line-height: 3.2rem;
    transition: transform 0.5s ease;
  }
}
.archives__link-1::before,
.archives__link-2::before,
.archives__link-3::before,
.archives__link-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.archives__link-1 a,
.archives__link-2 a,
.archives__link-3 a,
.archives__link-4 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.archives__link-1:hover,
.archives__link-2:hover,
.archives__link-3:hover,
.archives__link-4:hover {
  transform: scale(1.08);
}

.archives__link-wrapper-1:hover .wavy-circle-1 {
  animation-play-state: paused;
  background-color: var(--light-mint);
}

.archives__link-wrapper-2:hover .wavy-circle-2 {
  animation-play-state: paused;
  background-color: var(--light-mint);
}

.archives__link-wrapper-4:hover .wavy-circle-4,
.archives__link-wrapper-3:hover .wavy-circle-3 {
  animation-play-state: paused;
  background-color: var(--light-mocha);
}

.circle-list li {
  margin-left: 1rem;
  list-style: disc outside;
}

.circle-list li {
  display: list-item;
}

.dogslist__links-wrapper {
  width: 100%;
  position: relative;
  margin: 3rem auto auto auto;
}
@media screen and (min-width: 960px) {
  .dogslist__links-wrapper {
    display: flex;
    flex-direction: row;
    width: 60%;
    margin: 3rem 0 auto auto;
  }
}

.healthCare__section .archives__link-wrapper-1 {
  margin-right: 5rem;
  margin-left: auto;
  margin-top: 3rem;
}

/*-----------about__wrapper↑*/
.shapedividers_com-5634 {
  overflow: hidden;
  position: relative;
  height: 50px;
  border: 0px solid red;
}
@media screen and (min-width: 960px) {
  .shapedividers_com-5634 {
    height: 90px;
  }
}

.shapedividers_com-5634::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 36px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 -30 1000 130"><g fill="%23f6f1e8"><path d="M1001 20c-7-7-24-9-39-9s-30 4-44 7-29 5-44 4c-19-1-35-8-54-11-26-4-56 0-79 8s-43 17-65 26-47 16-75 16c-28 1-56-6-85-4a141 141 0 00-42 11c-12-5-24-9-39-11-25-2-50 5-76 4-25 0-48-8-67-16s-37-19-58-26-48-12-71-8c-17 3-31 10-49 11-13 1-27-1-39-4s-26-6-39-7-29 2-36 9v83h1001z"/><path d="M1001 11c-7-7-24-10-39-9s-30 4-44 7-29 5-44 4c-19-2-35-9-54-11-26-5-56 0-79 7s-43 18-65 26-47 17-75 17-56-6-85-4a141 141 0 00-42 11c-12-6-24-10-39-11-25-2-50 4-76 4-25 0-48-8-67-17s-37-18-58-26-48-12-71-7c-17 2-31 9-49 11-13 1-27-2-39-4S49 3 36 2 7 4 0 11v83l366-1h204l431 1z" opacity=".5"/></g></svg>');
}

/*f8f0e1*/
@media (min-width: 768px) {
  .shapedividers_com-5634::before {
    background-size: 100% 55px;
    background-position: 50% 100%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 -30 1000 130"><g fill="%23f6f1e8"><path d="M1001 20c-7-7-24-9-39-9s-30 4-44 7-29 5-44 4c-19-1-35-8-54-11-26-4-56 0-79 8s-43 17-65 26-47 16-75 16c-28 1-56-6-85-4a141 141 0 00-42 11c-12-5-24-9-39-11-25-2-50 5-76 4-25 0-48-8-67-16s-37-19-58-26-48-12-71-8c-17 3-31 10-49 11-13 1-27-1-39-4s-26-6-39-7-29 2-36 9v83h1001z"/><path d="M1001 11c-7-7-24-10-39-9s-30 4-44 7-29 5-44 4c-19-2-35-9-54-11-26-5-56 0-79 7s-43 18-65 26-47 17-75 17-56-6-85-4a141 141 0 00-42 11c-12-6-24-10-39-11-25-2-50 4-76 4-25 0-48-8-67-17s-37-18-58-26-48-12-71-7c-17 2-31 9-49 11-13 1-27-2-39-4S49 3 36 2 7 4 0 11v83l366-1h204l431 1z" opacity=".5"/></g></svg>');
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-5634::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 90px;
    background-position: 50% 100%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-5634::before {
    background-size: 100% calc(2vw + 90px);
  }
}
/*-----------philosophy__wrapper↑*/
.shapedividers_com-6534 {
  overflow: hidden;
  position: relative;
  height: 90px;
}

.shapedividers_com-6534::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: 50% 100%;
  transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.278 3.52" preserveAspectRatio="none"><path d="M0 3.528S27.04 3.352 35.278 0v3.528z" opacity=".2" fill="%23f6f1e8"/><path d="M0 3.528S27.04 3.374 35.278.425v3.103z" opacity=".2" fill="%23f6f1e8"/><path d="M0 3.528S27.04 3.396 35.278.882v2.646z" fill="%23f6f1e8"/><path d="M0 3.527h35.278v.092H0z" fill="%23f6f1e8"/></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-6534::before {
    background-size: 100% 46px;
    background-position: 50% 100%;
    transform: rotateY(180deg);
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-6534::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 72px;
    background-position: 50% 100%;
    transform: rotateY(180deg);
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-6534::before {
    background-size: 100% calc(2vw + 72px);
  }
}/*# sourceMappingURL=main.css.map */