@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500&display=swap");
.dormy-pet {
  /* HTML5 display-role reset for older browsers */
  padding-top: 90px;
}
.dormy-pet html,
.dormy-pet body,
.dormy-pet div,
.dormy-pet span,
.dormy-pet applet,
.dormy-pet object,
.dormy-pet iframe,
.dormy-pet h1,
.dormy-pet h2,
.dormy-pet h3,
.dormy-pet h4,
.dormy-pet h5,
.dormy-pet h6,
.dormy-pet p,
.dormy-pet blockquote,
.dormy-pet pre,
.dormy-pet a,
.dormy-pet abbr,
.dormy-pet acronym,
.dormy-pet address,
.dormy-pet big,
.dormy-pet cite,
.dormy-pet code,
.dormy-pet del,
.dormy-pet dfn,
.dormy-pet em,
.dormy-pet img,
.dormy-pet ins,
.dormy-pet kbd,
.dormy-pet q,
.dormy-pet s,
.dormy-pet samp,
.dormy-pet small,
.dormy-pet strike,
.dormy-pet strong,
.dormy-pet sub,
.dormy-pet sup,
.dormy-pet tt,
.dormy-pet var,
.dormy-pet b,
.dormy-pet u,
.dormy-pet i,
.dormy-pet center,
.dormy-pet dl,
.dormy-pet dt,
.dormy-pet dd,
.dormy-pet ol,
.dormy-pet ul,
.dormy-pet li,
.dormy-pet fieldset,
.dormy-pet form,
.dormy-pet label,
.dormy-pet legend,
.dormy-pet table,
.dormy-pet caption,
.dormy-pet tbody,
.dormy-pet tfoot,
.dormy-pet thead,
.dormy-pet tr,
.dormy-pet th,
.dormy-pet td,
.dormy-pet article,
.dormy-pet aside,
.dormy-pet canvas,
.dormy-pet details,
.dormy-pet embed,
.dormy-pet figure,
.dormy-pet figcaption,
.dormy-pet footer,
.dormy-pet header,
.dormy-pet hgroup,
.dormy-pet menu,
.dormy-pet nav,
.dormy-pet output,
.dormy-pet ruby,
.dormy-pet section,
.dormy-pet summary,
.dormy-pet time,
.dormy-pet mark,
.dormy-pet audio,
.dormy-pet video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.dormy-pet article,
.dormy-pet aside,
.dormy-pet details,
.dormy-pet figcaption,
.dormy-pet figure,
.dormy-pet footer,
.dormy-pet header,
.dormy-pet hgroup,
.dormy-pet menu,
.dormy-pet nav,
.dormy-pet section,
.dormy-pet main {
  display: block;
}

body{
  margin: 0;
}

.dormy-pet {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

.dormy-pet {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.dormy-pet a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.dormy-pet a:hover {
  text-decoration: underline;
}
.dormy-pet ol,
.dormy-pet ul {
  list-style: none;
}
.dormy-pet blockquote,
.dormy-pet q {
  quotes: none;
}
.dormy-pet blockquote:before,
.dormy-pet blockquote:after,
.dormy-pet q:before,
.dormy-pet q:after {
  content: "";
  content: none;
}
.dormy-pet table {
  border-collapse: collapse;
  border-spacing: 0;
}
.dormy-pet img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dormy-pet * {
  box-sizing: border-box;
}
.dormy-pet input[type=number]::-webkit-outer-spin-button,
.dormy-pet input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dormy-pet input[type=number] {
  -moz-appearance: textfield;
}

.dormy-pet {
  font-size: 14px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media all and (max-width: 768px) {
  .dormy-pet {
    font-size: 3.5896vw;
  }
}

.dormy-pet {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
.dormy-pet.hide {
  overflow: hidden;
}
.dormy-pet figure {
  margin: 0;
}
@media all and (max-width: 768px) {
  .dormy-pet {
    font-size: 3.5896vw;
  }
}
.dormy-pet a {
  color: #333;
}
.dormy-pet h1,
.dormy-pet h2,
.dormy-pet h3,
.dormy-pet h4,
.dormy-pet h5,
.dormy-pet h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.dormy-pet :placeholder-shown {
  color: #C4C4C4;
}
.dormy-pet ::-webkit-input-placeholder {
  color: #C4C4C4;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 769px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 769px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1s ease 0s 1 alternate forwards;
}

.dormy-pet .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dormy-pet .hidden-box {
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .dormy-pet br.br-sp {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .dormy-pet .u-hide-pc {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .u-hide-sp {
    display: none;
  }
}
.dormy-pet .mt-0 {
  margin-top: 0rem;
}
.dormy-pet .mt-10 {
  margin-top: 0.6557377049rem;
}
.dormy-pet .mt-20 {
  margin-top: 1.3114754098rem;
}
.dormy-pet .mt-30 {
  margin-top: 1.9672131148rem;
}
.dormy-pet .mt-40 {
  margin-top: 2.6229508197rem;
}
.dormy-pet .mt-50 {
  margin-top: 3.2786885246rem;
}
.dormy-pet .mt-60 {
  margin-top: 3.9344262295rem;
}
.dormy-pet .mt-70 {
  margin-top: 4.5901639344rem;
}
.dormy-pet .mt-80 {
  margin-top: 5.2459016393rem;
}
.dormy-pet .mt-90 {
  margin-top: 5.9016393443rem;
}
.dormy-pet .mt-100 {
  margin-top: 6.5573770492rem;
}
.dormy-pet .mb-0 {
  margin-bottom: 0rem;
}
.dormy-pet .mb-10 {
  margin-bottom: 0.6557377049rem;
}
.dormy-pet .mb-20 {
  margin-bottom: 1.3114754098rem;
}
.dormy-pet .mb-30 {
  margin-bottom: 1.9672131148rem;
}
.dormy-pet .mb-40 {
  margin-bottom: 2.6229508197rem;
}
.dormy-pet .mb-50 {
  margin-bottom: 3.2786885246rem;
}
.dormy-pet .mb-60 {
  margin-bottom: 3.9344262295rem;
}
.dormy-pet .mb-70 {
  margin-bottom: 4.5901639344rem;
}
.dormy-pet .mb-80 {
  margin-bottom: 5.2459016393rem;
}
.dormy-pet .mb-90 {
  margin-bottom: 5.9016393443rem;
}
.dormy-pet .mb-100 {
  margin-bottom: 6.5573770492rem;
}
.dormy-pet .pt-0 {
  padding-top: 0rem;
}
.dormy-pet .pt-10 {
  padding-top: 0.6557377049rem;
}
.dormy-pet .pt-20 {
  padding-top: 1.3114754098rem;
}
.dormy-pet .pt-30 {
  padding-top: 1.9672131148rem;
}
.dormy-pet .pt-40 {
  padding-top: 2.6229508197rem;
}
.dormy-pet .pt-50 {
  padding-top: 3.2786885246rem;
}
.dormy-pet .pt-60 {
  padding-top: 3.9344262295rem;
}
.dormy-pet .pt-70 {
  padding-top: 4.5901639344rem;
}
.dormy-pet .pt-80 {
  padding-top: 5.2459016393rem;
}
.dormy-pet .pt-90 {
  padding-top: 5.9016393443rem;
}
.dormy-pet .pt-100 {
  padding-top: 6.5573770492rem;
}
.dormy-pet .pb-0 {
  padding-bottom: 0rem;
}
.dormy-pet .pb-10 {
  padding-bottom: 0.6557377049rem;
}
.dormy-pet .pb-20 {
  padding-bottom: 1.3114754098rem;
}
.dormy-pet .pb-30 {
  padding-bottom: 1.9672131148rem;
}
.dormy-pet .pb-40 {
  padding-bottom: 2.6229508197rem;
}
.dormy-pet .pb-50 {
  padding-bottom: 3.2786885246rem;
}
.dormy-pet .pb-60 {
  padding-bottom: 3.9344262295rem;
}
.dormy-pet .pb-70 {
  padding-bottom: 4.5901639344rem;
}
.dormy-pet .pb-80 {
  padding-bottom: 5.2459016393rem;
}
.dormy-pet .pb-90 {
  padding-bottom: 5.9016393443rem;
}
.dormy-pet .pb-100 {
  padding-bottom: 6.5573770492rem;
}
.dormy-pet .pl-0 {
  padding-left: 0rem;
}
.dormy-pet .pl-10 {
  padding-left: 0.6557377049rem;
}
.dormy-pet .pl-20 {
  padding-left: 1.3114754098rem;
}
.dormy-pet .pl-30 {
  padding-left: 1.9672131148rem;
}
.dormy-pet .pl-40 {
  padding-left: 2.6229508197rem;
}
.dormy-pet .pl-50 {
  padding-left: 3.2786885246rem;
}
.dormy-pet .pl-60 {
  padding-left: 3.9344262295rem;
}
.dormy-pet .pl-70 {
  padding-left: 4.5901639344rem;
}
.dormy-pet .pl-80 {
  padding-left: 5.2459016393rem;
}
.dormy-pet .pl-90 {
  padding-left: 5.9016393443rem;
}
.dormy-pet .pl-100 {
  padding-left: 6.5573770492rem;
}
.dormy-pet .pr-0 {
  padding-right: 0rem;
}
.dormy-pet .pr-10 {
  padding-right: 0.6557377049rem;
}
.dormy-pet .pr-20 {
  padding-right: 1.3114754098rem;
}
.dormy-pet .pr-30 {
  padding-right: 1.9672131148rem;
}
.dormy-pet .pr-40 {
  padding-right: 2.6229508197rem;
}
.dormy-pet .pr-50 {
  padding-right: 3.2786885246rem;
}
.dormy-pet .pr-60 {
  padding-right: 3.9344262295rem;
}
.dormy-pet .pr-70 {
  padding-right: 4.5901639344rem;
}
.dormy-pet .pr-80 {
  padding-right: 5.2459016393rem;
}
.dormy-pet .pr-90 {
  padding-right: 5.9016393443rem;
}
.dormy-pet .pr-100 {
  padding-right: 6.5573770492rem;
}
.dormy-pet .px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.dormy-pet .px-10 {
  padding-left: 0.6557377049rem;
  padding-right: 0.6557377049rem;
}
.dormy-pet .px-20 {
  padding-left: 1.3114754098rem;
  padding-right: 1.3114754098rem;
}
.dormy-pet .px-30 {
  padding-left: 1.9672131148rem;
  padding-right: 1.9672131148rem;
}
.dormy-pet .px-40 {
  padding-left: 2.6229508197rem;
  padding-right: 2.6229508197rem;
}
.dormy-pet .px-50 {
  padding-left: 3.2786885246rem;
  padding-right: 3.2786885246rem;
}
.dormy-pet .px-60 {
  padding-left: 3.9344262295rem;
  padding-right: 3.9344262295rem;
}
.dormy-pet .px-70 {
  padding-left: 4.5901639344rem;
  padding-right: 4.5901639344rem;
}
.dormy-pet .px-80 {
  padding-left: 5.2459016393rem;
  padding-right: 5.2459016393rem;
}
.dormy-pet .px-90 {
  padding-left: 5.9016393443rem;
  padding-right: 5.9016393443rem;
}
.dormy-pet .px-100 {
  padding-left: 6.5573770492rem;
  padding-right: 6.5573770492rem;
}
.dormy-pet .p-10 {
  padding: 0.6557377049rem;
}
.dormy-pet .p-20 {
  padding: 1.3114754098rem;
}
.dormy-pet .p-30 {
  padding: 1.9672131148rem;
}
.dormy-pet .p-40 {
  padding: 2.6229508197rem;
}
.dormy-pet .p-50 {
  padding: 3.2786885246rem;
}
.dormy-pet .p-60 {
  padding: 3.9344262295rem;
}
.dormy-pet .p-100 {
  padding: 6.5573770492rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .mt-0-sp {
    margin-top: 0rem;
  }
  .dormy-pet .mt-10-sp {
    margin-top: 0.6557377049rem;
  }
  .dormy-pet .mt-20-sp {
    margin-top: 1.3114754098rem;
  }
  .dormy-pet .mt-30-sp {
    margin-top: 1.9672131148rem;
  }
  .dormy-pet .mt-40-sp {
    margin-top: 2.6229508197rem;
  }
  .dormy-pet .mt-50-sp {
    margin-top: 3.2786885246rem;
  }
  .dormy-pet .mt-60-sp {
    margin-top: 3.9344262295rem;
  }
  .dormy-pet .mt-70-sp {
    margin-top: 4.5901639344rem;
  }
  .dormy-pet .mt-80-sp {
    margin-top: 5.2459016393rem;
  }
  .dormy-pet .mt-90-sp {
    margin-top: 5.9016393443rem;
  }
  .dormy-pet .mt-100-sp {
    margin-top: 6.5573770492rem;
  }
  .dormy-pet .mb-0-sp {
    margin-bottom: 0rem;
  }
  .dormy-pet .mb-10-sp {
    margin-bottom: 0.6557377049rem;
  }
  .dormy-pet .mb-20-sp {
    margin-bottom: 1.3114754098rem;
  }
  .dormy-pet .mb-30-sp {
    margin-bottom: 1.9672131148rem;
  }
  .dormy-pet .mb-40-sp {
    margin-bottom: 2.6229508197rem;
  }
  .dormy-pet .mb-50-sp {
    margin-bottom: 3.2786885246rem;
  }
  .dormy-pet .mb-60-sp {
    margin-bottom: 3.9344262295rem;
  }
  .dormy-pet .mb-70-sp {
    margin-bottom: 4.5901639344rem;
  }
  .dormy-pet .mb-80-sp {
    margin-bottom: 5.2459016393rem;
  }
  .dormy-pet .mb-90-sp {
    margin-bottom: 5.9016393443rem;
  }
  .dormy-pet .mb-100-sp {
    margin-bottom: 6.5573770492rem;
  }
  .dormy-pet .pt-0-sp {
    padding-top: 0rem;
  }
  .dormy-pet .pt-10-sp {
    padding-top: 0.6557377049rem;
  }
  .dormy-pet .pt-20-sp {
    padding-top: 1.3114754098rem;
  }
  .dormy-pet .pt-30-sp {
    padding-top: 1.9672131148rem;
  }
  .dormy-pet .pt-40-sp {
    padding-top: 2.6229508197rem;
  }
  .dormy-pet .pt-50-sp {
    padding-top: 3.2786885246rem;
  }
  .dormy-pet .pt-60-sp {
    padding-top: 3.9344262295rem;
  }
  .dormy-pet .pt-70-sp {
    padding-top: 4.5901639344rem;
  }
  .dormy-pet .pt-80-sp {
    padding-top: 5.2459016393rem;
  }
  .dormy-pet .pt-90-sp {
    padding-top: 5.9016393443rem;
  }
  .dormy-pet .pt-100-sp {
    padding-top: 6.5573770492rem;
  }
  .dormy-pet .pb-0-sp {
    padding-bottom: 0rem;
  }
  .dormy-pet .pb-10-sp {
    padding-bottom: 0.6557377049rem;
  }
  .dormy-pet .pb-20-sp {
    padding-bottom: 1.3114754098rem;
  }
  .dormy-pet .pb-30-sp {
    padding-bottom: 1.9672131148rem;
  }
  .dormy-pet .pb-40-sp {
    padding-bottom: 2.6229508197rem;
  }
  .dormy-pet .pb-50-sp {
    padding-bottom: 3.2786885246rem;
  }
  .dormy-pet .pb-60-sp {
    padding-bottom: 3.9344262295rem;
  }
  .dormy-pet .pb-70-sp {
    padding-bottom: 4.5901639344rem;
  }
  .dormy-pet .pb-80-sp {
    padding-bottom: 5.2459016393rem;
  }
  .dormy-pet .pb-90-sp {
    padding-bottom: 5.9016393443rem;
  }
  .dormy-pet .pb-100-sp {
    padding-bottom: 6.5573770492rem;
  }
}
.dormy-pet .fw-300 {
  font-weight: 300;
}
.dormy-pet .fw-400 {
  font-weight: 400;
}
.dormy-pet .fw-500 {
  font-weight: 500;
}
.dormy-pet .fw-600 {
  font-weight: 600;
}
.dormy-pet .fw-700 {
  font-weight: 700;
}
.dormy-pet .fz10 {
  font-size: 0.6557377049rem;
}
.dormy-pet .fz11 {
  font-size: 0.7213114754rem;
}
.dormy-pet .fz12 {
  font-size: 0.7868852459rem;
}
.dormy-pet .fz13 {
  font-size: 0.8524590164rem;
}
.dormy-pet .fz14 {
  font-size: 0.9180327869rem;
}
.dormy-pet .fz15 {
  font-size: 0.9836065574rem;
}
.dormy-pet .fz16 {
  font-size: 1.0491803279rem;
}
.dormy-pet .fz17 {
  font-size: 1.1147540984rem;
}
.dormy-pet .fz18 {
  font-size: 1.1803278689rem;
}
.dormy-pet .fz19 {
  font-size: 1.2459016393rem;
}
.dormy-pet .fz20 {
  font-size: 1.3114754098rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .fz10-sp {
    font-size: 0.6557377049rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz11-sp {
    font-size: 0.7213114754rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz12-sp {
    font-size: 0.7868852459rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz13-sp {
    font-size: 0.8524590164rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz14-sp {
    font-size: 0.9180327869rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz15-sp {
    font-size: 0.9836065574rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz16-sp {
    font-size: 1.0491803279rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz17-sp {
    font-size: 1.1147540984rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz18-sp {
    font-size: 1.1803278689rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz19-sp {
    font-size: 1.2459016393rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .fz20-sp {
    font-size: 1.3114754098rem;
  }
}
.dormy-pet .lh-1_4 {
  line-height: 1.4;
}
.dormy-pet .lh-1_6 {
  line-height: 1.6;
}
.dormy-pet .lh-1_8 {
  line-height: 1.8;
}
.dormy-pet .lh-2_0 {
  line-height: 2;
}
.dormy-pet [class*=items-].items-start {
  align-items: flex-start;
}
.dormy-pet [class*=items-].items-center {
  align-items: center;
}
.dormy-pet [class*=items-].items-end {
  align-items: flex-end;
}
.dormy-pet .pos-relative {
  position: relative !important;
}
.dormy-pet .pos-absolute {
  position: absolute !important;
}
.dormy-pet .pos-fixed {
  position: fixed !important;
}
.dormy-pet .pos-sticky {
  position: sticky !important;
}
.dormy-pet .pos-static {
  position: static !important;
}
.dormy-pet .text-left {
  text-align: left;
}
.dormy-pet .text-center {
  text-align: center;
}
.dormy-pet .text-right {
  text-align: right;
}
.dormy-pet .w-8 {
  width: 0.5245901639rem;
}
.dormy-pet .w-9 {
  width: 0.5901639344rem;
}
.dormy-pet .w-10 {
  width: 0.6557377049rem;
}
.dormy-pet .w-11 {
  width: 0.7213114754rem;
}
.dormy-pet .w-12 {
  width: 0.7868852459rem;
}
.dormy-pet .w-13 {
  width: 0.8524590164rem;
}
.dormy-pet .w-14 {
  width: 0.9180327869rem;
}
.dormy-pet .w-15 {
  width: 0.9836065574rem;
}
.dormy-pet .w-16 {
  width: 1.0491803279rem;
}
.dormy-pet .w-17 {
  width: 1.1147540984rem;
}
.dormy-pet .w-18 {
  width: 1.1803278689rem;
}
.dormy-pet .w-19 {
  width: 1.2459016393rem;
}
.dormy-pet .w-20 {
  width: 1.3114754098rem;
}
.dormy-pet .w-25 {
  width: 25%;
}
.dormy-pet .w-50 {
  width: 50%;
}
.dormy-pet .w-75 {
  width: 75%;
}
.dormy-pet .w-100 {
  width: 100%;
}
.dormy-pet .reset-svg {
  width: 100%;
  display: block;
}
.dormy-pet .flex {
  display: flex;
}
.dormy-pet .flex-column {
  flex-direction: column;
}
.dormy-pet .flex-row {
  flex-direction: row;
}
.dormy-pet .flex-wrap {
  flex-wrap: wrap;
}
.dormy-pet .flex-nowrap {
  flex-wrap: nowrap;
}
.dormy-pet .justify-start {
  justify-content: flex-start;
}
.dormy-pet .justify-center {
  justify-content: center;
}
.dormy-pet .justify-end {
  justify-content: flex-end;
}
.dormy-pet .justify-between {
  justify-content: space-between;
}
.dormy-pet .justify-around {
  justify-content: space-around;
}
.dormy-pet .justify-evenly {
  justify-content: space-evenly;
}
.dormy-pet .gap-5 {
  gap: 0.3278688525rem;
}
.dormy-pet .gap-10 {
  gap: 0.6557377049rem;
}
.dormy-pet .gap-15 {
  gap: 0.9836065574rem;
}
.dormy-pet .gap-20 {
  gap: 1.3114754098rem;
}
.dormy-pet .gap-25 {
  gap: 1.6393442623rem;
}
.dormy-pet .gap-30 {
  gap: 1.9672131148rem;
}
.dormy-pet .gap-40 {
  gap: 2.6229508197rem;
}
.dormy-pet .gap-50 {
  gap: 3.2786885246rem;
}
.dormy-pet .gap-60 {
  gap: 3.9344262295rem;
}
.dormy-pet .gap-70 {
  gap: 4.5901639344rem;
}
.dormy-pet .gap-80 {
  gap: 5.2459016393rem;
}
.dormy-pet .gap-90 {
  gap: 5.9016393443rem;
}
.dormy-pet .gap-100 {
  gap: 6.5573770492rem;
}
.dormy-pet .color-key {
  color: var(--key-color);
}
.dormy-pet .color-key2 {
  color: var(--key2-color);
}
.dormy-pet .color-main {
  color: var(--main-color);
}
.dormy-pet .color-white {
  color: var(--white-color);
}
.dormy-pet .color-negative {
  color: var(--negative-color);
}
.dormy-pet .color-gray {
  color: var(--gray-color);
}
.dormy-pet .color-link {
  color: var(--link-color);
}
.dormy-pet .color-bg {
  color: var(--bg-color);
}

.dormy-pet p {
  font-family: "Noto Sans JP", sans-serif;
}
.dormy-pet .marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}
.dormy-pet .inner {
  padding-left: 2.6229508197rem;
  padding-right: 5.9016393443rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .inner {
    padding-left: 1.0491803279rem;
    padding-right: 1.0491803279rem;
  }
}
.dormy-pet .inner-box {
  max-width: 78.6885245902rem;
  margin-left: auto;
  margin-right: auto;
}
.dormy-pet .dormy-pet__firstSection {
  background-color: #F4F2EB;
}
.dormy-pet .dormy-pet__secondSection {
  background-color: #F4F2EB;
}
@media (min-width: 1181px) {
  .dormy-pet .dormy-pet__header {
    padding-right: 4.5901639344rem;
  }
}
.dormy-pet .dormy-pet__header.onAnim .dormy-pet__header__content-title .main {
  opacity: 1;
  transform: translateY(0);
}
.dormy-pet .dormy-pet__header.onAnim .dormy-pet__header__content-title .sub {
  opacity: 1;
  transform: translateY(0);
}
.dormy-pet .dormy-pet__header.onAnim .dormy-pet__header__content-links {
  opacity: 1;
}
.dormy-pet .dormy-pet__header__inner {
  position: relative;
}
.dormy-pet .dormy-pet__header__content {
  width: 60%;
  aspect-ratio: 5/4;
  background-image: url(../images/fv.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 1.9672131148rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 3.65vw;
  padding-bottom: 7vw;
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__header__content {
    width: 100%;
    font-size: 5.25vw;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header__content {
    aspect-ratio: 390/312;
    background-image: url(../images/fv-sp.webp);
    justify-content: flex-start;
    font-size: 9.2304vw;
    margin-bottom: 16.666vw;
    position: relative;
    padding-top: 8.974vw;
  }
}
.dormy-pet .dormy-pet__header__content-title {
  display: flex;
  flex-direction: column;
  gap: 1.9672131148rem;
  align-items: center;
  margin-bottom: 0.65em;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header__content-title {
    gap: 2.564vw;
  }
}
.dormy-pet .dormy-pet__header__content-title .main {
  font-size: 1em;
  margin-left: 0.3em;
  transition: all 1.5s 0.7s;
  opacity: 0;
  transform: translateY(2.6229508197rem);
}
.dormy-pet .dormy-pet__header__content-title .sub {
  font-size: 0.35em;
  transition: all 1.5s 1.25s;
  opacity: 0;
  transform: translateY(2.6229508197rem);
}
.dormy-pet .dormy-pet__header__content-links {
  display: flex;
  gap: 0.6557377049rem;
  font-size: 0.9180327869rem;
  transition: all 1.5s 1.75s;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header__content-links {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 2.564vw;
    bottom: -12.82vw;
  }
}
.dormy-pet .dormy-pet__header__content-links a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background-color: #4e4e4e;
  min-width: 15.0819672131rem;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: calc(infinity * 1px);
  gap: 0.5em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header__content-links a {
    min-width: 25.64vw;
    flex: 1;
    font-size: 3.0768vw;
    padding: 0.15em 1em;
    height: 10.256vw;
  }
}
.dormy-pet .dormy-pet__header__content-links a:after {
  content: "";
  display: block;
  width: 0.393442623rem;
  aspect-ratio: 6/11;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.dormy-pet .dormy-pet__header__content-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__header__content-links a:hover {
    background-color: #9D9D9D;
  }
}
.dormy-pet .dormy-pet__header__content-links a:active {
  background-color: #9D9D9D;
}
.dormy-pet .dormy-pet__header__content-links a:first-child {
  background-color: #1F7B86;
  transition: all 0.2s ease 0s;
}
.dormy-pet .dormy-pet__header__content-links a:first-child:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__header__content-links a:first-child:hover {
    background-color: #24A6B5;
  }
}
.dormy-pet .dormy-pet__header__content-links a:first-child:active {
  background-color: #24A6B5;
}
.dormy-pet .dormy-pet__header__img {
  overflow: hidden;
  width: 40%;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6557377049rem;
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__header__img {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 0.6557377049rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header__img {
    gap: 1.0256vw;
  }
}
.dormy-pet .dormy-pet__header-slideWrap {
  width: calc(50% - 0.3278688525rem);
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__header-slideWrap {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.dormy-pet .dormy-pet__header-slideWrap:nth-child(2) {
  left: auto;
  right: 0;
}
.dormy-pet .dormy-pet__header-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__header-slide {
    position: relative;
  }
}
.dormy-pet .dormy-pet__header-slide .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
}
.dormy-pet .dormy-pet__header-slide .swiper-slide {
  padding: 0.3278688525rem 0;
  aspect-ratio: 335/317;
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__header-slide .swiper-slide {
    aspect-ratio: 164/125;
    padding: 0rem 0.3278688525rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__header-slide .swiper-slide {
    padding: 0 0.5128vw;
  }
}
.dormy-pet .dormy-pet__header-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dormy-pet .dormy-pet__about {
  overflow: hidden;
  padding: 8.5245901639rem 0 20.3278688525rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__about {
    padding: 12.82vw 0 33.332vw;
  }
}
.dormy-pet .dormy-pet__about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dormy-pet .dormy-pet__about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.9344262295rem;
  max-width: 46.590164rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__about__content {
    gap: 7.692vw;
    align-items: normal;
  }
}
.dormy-pet .dormy-pet__about__title {
  font-size: 3.2786885246rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__about__title {
    font-size: 6.6664vw;
  }
}
.dormy-pet .dormy-pet__about__text {
  font-size: 1.1803278689rem;
  text-align: center;
  line-height: 3;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__about__text {
    font-size: 3.5896vw;
    line-height: 2.5;
    margin-bottom: 5.128vw;
  }
}
.dormy-pet .dormy-pet__about__img1 {
  position: absolute;
  top: 0;
  width: 27.5409836066rem;
  top: 10%;
  right: 0;
  transform: translateX(calc(100% + 5vw));
}
@media (max-width: 1680px) {
  .dormy-pet .dormy-pet__about__img1 {
    width: 20vw;
    transform: translateX(calc(100% + 2vw));
  }
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__about__img1 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(3.846vw);
    width: 51.28vw;
    margin-left: auto;
  }
}
@media (max-width: 1180px) and (min-width: 769px) {
  .dormy-pet .dormy-pet__about__img1 {
    transform: translateX(15.384vw);
  }
}
.dormy-pet .dormy-pet__about__img2 {
  position: absolute;
  width: 25.7704918033rem;
  bottom: -30%;
  left: 0;
  transform: translateX(calc(-100% - 5vw));
}
@media (max-width: 1680px) {
  .dormy-pet .dormy-pet__about__img2 {
    width: 18vw;
    transform: translateX(calc(-100% - 2vw));
  }
}
@media (max-width: 1180px) {
  .dormy-pet .dormy-pet__about__img2 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 61.536vw;
    transform: translateX(-3.846vw);
    margin-top: -2.564vw;
  }
}
.dormy-pet .dormy-pet__feature {
  padding: 0 0 11.8032786885rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature {
    padding-bottom: 12.82vw;
  }
}
.dormy-pet .dormy-pet__feature-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10.4918032787rem;
  margin-bottom: 5.9016393443rem;
  width: 21.1147540984rem;
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-img {
    width: 14.4262295082rem;
    margin-top: -5.9016393443rem;
    margin-bottom: 3.2786885246rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-img {
    width: 37.9472vw;
    margin-top: -20.512vw;
    margin-bottom: 7.692vw;
  }
}
.dormy-pet .dormy-pet__feature-title {
  text-align: center;
  font-size: 2.6229508197rem;
  color: #1F7B86;
  margin-bottom: 6.5573770492rem;
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-title {
    font-size: 1.9672131148rem;
    margin-bottom: 3.2786885246rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-title {
    font-size: 5.6408vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.dormy-pet .dormy-pet__feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 1081px) {
  .dormy-pet .dormy-pet__feature-list {
    border-bottom: 0.0655737705rem solid #D9D9D9;
  }
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-list {
    padding: 0 2.564vw;
  }
}
.dormy-pet .dormy-pet__feature-item {
  padding-top: 3.9344262295rem;
  padding-bottom: 3.9344262295rem;
  padding-right: 1.9672131148rem;
  display: flex;
  align-items: center;
}
.dormy-pet .dormy-pet__feature-item:not(:nth-child(-n+2)) {
  border-top: 0.0655737705rem solid #D9D9D9;
}
@media all and (min-width: 1081px) {
  .dormy-pet .dormy-pet__feature-item:nth-last-child(2):nth-child(even) {
    border-bottom: 0.0655737705rem solid #D9D9D9;
  }
}
.dormy-pet .dormy-pet__feature-item:nth-child(odd) {
  border-right: 0.0655737705rem solid #D9D9D9;
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-item:nth-child(2) {
    border-top: 0.0655737705rem solid #D9D9D9;
  }
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-item {
    border-right: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item {
    padding-top: 10.256vw;
    padding-bottom: 10.256vw;
  }
}
.dormy-pet .dormy-pet__feature-item-inner {
  width: 100%;
}
@media all and (min-width: 1081px) {
  .dormy-pet .dormy-pet__feature-item-inner {
    max-width: 31.4754098361rem;
  }
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__feature-item-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dormy-pet .dormy-pet__feature-item:nth-child(2n) .dormy-pet__feature-item-inner {
  margin-left: auto;
  padding-right: 0;
  padding-left: 1.9672131148rem;
}
.dormy-pet .dormy-pet__feature-item-title {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: 0.3278688525rem;
  margin-bottom: 1.3114754098rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-title {
    grid-template-columns: 1fr 0.25fr;
  }
}
.dormy-pet .dormy-pet__feature-item-title .icon {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-title .icon {
    width: 20.512vw;
  }
}
.dormy-pet .dormy-pet__feature-item-title .num {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column: 2/3;
  grid-row: 1/3;
}
.dormy-pet .dormy-pet__feature-item-title .num img {
  display: block;
  width: auto;
  height: 4.9180327869rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-title .num img {
    height: 15.384vw;
  }
}
.dormy-pet .dormy-pet__feature-item-title .text {
  font-size: 1.8360655738rem;
  font-weight: 700;
  color: #1f7b86;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-title .text {
    font-size: 5.6408vw;
  }
}
.dormy-pet .dormy-pet__feature-item-text {
  font-size: 1.0491803279rem;
  line-height: 2;
  margin-bottom: 1.3114754098rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-text {
    font-size: 3.5896vw;
  }
}
.dormy-pet .dormy-pet__feature-item-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.dormy-pet .dormy-pet__feature-item-nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: #fff;
  line-height: 1.4;
  gap: 0.5em;
  padding: 0.4em 1em;
  color: #1f7b86;
  border: 0.0655737705rem solid #1f7b86;
  border-radius: calc(infinity * 1px);
  transition: all 0.3s ease-in-out;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__feature-item-nav a {
    font-size: 3.0768vw;
    padding: 0.6em 1em;
  }
}
.dormy-pet .dormy-pet__feature-item-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__feature-item-nav a:hover {
    background-color: #1f7b86;
    color: #fff;
  }
  .dormy-pet .dormy-pet__feature-item-nav a:hover:before {
    filter: brightness(0) invert(1);
  }
}
.dormy-pet .dormy-pet__feature-item-nav a:active {
  background-color: #1f7b86;
  color: #fff;
}
.dormy-pet .dormy-pet__feature-item-nav a:active:before {
  filter: brightness(0) invert(1);
}
.dormy-pet .dormy-pet__feature-item-nav a:before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../images/ic_hotel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.dormy-pet .dormy-pet__voice {
  padding-top: 10.4918032787rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__voice {
    padding-top: 17.948vw;
  }
}
.dormy-pet .dormy-pet__voice__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.6229508197rem;
  margin-bottom: 3.9344262295rem;
  color: #000;
  gap: 1.3114754098rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__voice__title {
    font-size: 5.6408vw;
    margin-bottom: 15.384vw;
    gap: 2.564vw;
  }
  .dormy-pet .dormy-pet__voice__title .sub {
    font-size: 5.128vw;
  }
}
.dormy-pet .dormy-pet__voice__title .main {
  padding: 0.2em 0.4em;
  border: 0.131147541rem solid #000;
  background-color: #F4F2EB;
  border-radius: calc(infinity * 1px);
  position: relative;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__voice__title .main {
    padding: 0.3em 0.6em;
  }
}
.dormy-pet .dormy-pet__voice__title .main:after {
  content: "";
  width: 0.6em;
  height: 0.7em;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 20%;
  translate: 0 99%;
  clip-path: polygon(0 0, 80% 0, 100% 100%);
  z-index: 1;
}
.dormy-pet .dormy-pet__voice__title .main:before {
  content: "";
  width: 0.575em;
  height: 0.7em;
  background-color: #F4F2EB;
  position: absolute;
  bottom: 3px;
  left: 20%;
  translate: 0 99%;
  scale: 0.9;
  clip-path: polygon(0 0, 80% 0, 100% 100%);
  z-index: 3;
}
.dormy-pet .dormy-pet__voice__box {
  max-width: 95.3442622951rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 901px) {
  .dormy-pet .dormy-pet__voice__box {
    aspect-ratio: 1454/325;
  }
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box {
    max-width: 41.9672131148rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.dormy-pet .dormy-pet__voice__box.onAnim .dormy-pet__voice__box-item {
  opacity: 1;
  transform: translateY(0);
}
.dormy-pet .dormy-pet__voice__box-item {
  opacity: 0;
  transition: all 0.75s ease-in-out;
  transform: translateY(2em);
}
.dormy-pet .dormy-pet__voice__box-item img {
  width: 100%;
}
@media (min-width: 901px) {
  .dormy-pet .dormy-pet__voice__box-item {
    position: absolute;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(1) {
  width: 20.7702888583%;
  left: 0;
  top: 8%;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(1) {
    width: 100%;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(2) {
  width: 27.7166437414%;
  bottom: 0;
  left: 3.3%;
  transition-delay: 0.2s;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(2) {
    width: 95.5922865014%;
    margin-left: 2%;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(3) {
  width: 24.2778541953%;
  top: 14.5%;
  left: 24.55%;
  transition-delay: 0.4s;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(3) {
    width: 76.3085399449%;
    margin-left: auto;
    margin-top: 5%;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(4) {
  width: 18.6382393398%;
  top: 49%;
  left: 37.25%;
  transition-delay: 0.6s;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(4) {
    width: 98.347107438%;
    margin-left: auto;
    margin-top: 5%;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(5) {
  width: 29.6423658872%;
  top: 0;
  right: 16%;
  transition-delay: 0.8s;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(5) {
    width: 96.694214876%;
  }
}
.dormy-pet .dormy-pet__voice__box-item:nth-child(6) {
  width: 25.3094910591%;
  right: 0;
  top: 9%;
  transition-delay: 1s;
}
@media (max-width: 900px) {
  .dormy-pet .dormy-pet__voice__box-item:nth-child(6) {
    width: 81.8181818182%;
    margin-top: 5%;
  }
}
.dormy-pet .dormy-pet__voice__caption {
  margin-top: 3.2786885246rem;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__voice__caption {
    margin-top: 7.692vw;
    font-size: 3.0768vw;
    line-height: 1.4;
  }
}
.dormy-pet .dormy-pet__voice__caption:before {
  content: "※";
  flex-shrink: 0;
}
.dormy-pet .dormy-pet__hotel {
  padding-top: 10.4918032787rem;
  padding-bottom: 7.868852459rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel {
    padding-top: 20.512vw;
    padding-bottom: 20.512vw;
  }
}
.dormy-pet .dormy-pet__hotel-title {
  position: relative;
  z-index: 5;
  width: 24.7868852459rem;
  display: flex;
  flex-direction: column;
  color: #1F7B86;
  font-size: 1.8360655738rem;
  gap: 0.6em;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-title {
    width: 64.6128vw;
    padding-left: 3.846vw;
    font-size: 4.6152vw;
  }
}
.dormy-pet .dormy-pet__hotel-nav {
  padding-top: 11.1475409836rem;
  position: relative;
  margin-top: -6.5573770492rem;
  padding-bottom: 6.2295081967rem;
  margin-bottom: 3.2786885246rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-nav {
    padding-top: 46.152vw;
    margin-top: -33.332vw;
    padding-bottom: 15.384vw;
    margin-bottom: 0;
  }
}
.dormy-pet .dormy-pet__hotel-nav:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-nav:before {
    right: 3.846vw;
  }
}
.dormy-pet .dormy-pet__hotel-nav-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 18.9508196721rem;
  top: -5.9016393443rem;
  right: 3.9344262295rem;
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__hotel-nav-img {
    display: none;
  }
}
.dormy-pet .dormy-pet__hotel-nav ul {
  position: relative;
  z-index: 5;
  gap: 1.3114754098rem;
  max-width: 65.0491803279rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__hotel-nav ul {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 2.6229508197rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-nav ul {
    padding-right: 0;
    gap: 2.0512vw;
  }
}
.dormy-pet .dormy-pet__hotel-nav ul li a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background-color: #1F7B86;
  padding: 1em 1em;
  border-radius: calc(infinity * 1px);
  border: 0.0655737705rem solid #1f7b86;
  font-size: 0.9836065574rem;
  font-weight: 500;
  line-height: 1.4;
  gap: 0.5em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-nav ul li a {
    padding: 1em 1em;
    font-size: 3.5896vw;
  }
}
.dormy-pet .dormy-pet__hotel-nav ul li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__hotel-nav ul li a:hover {
    background-color: #24A6B5;
  }
}
.dormy-pet .dormy-pet__hotel-nav ul li a:active {
  background-color: #24A6B5;
}
.dormy-pet .dormy-pet__hotel-nav ul li a:after {
  content: "";
  display: block;
  width: 0.393442623rem;
  aspect-ratio: 6/11;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  rotate: 90deg;
}
.dormy-pet .dormy-pet__hotel-sectionWrap {
  display: flex;
  flex-direction: column;
  gap: 11.8032786885rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-sectionWrap {
    gap: 33.332vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-header {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
}
@media all and (min-width: 769px) {
  .dormy-pet .dormy-pet__hotel-section-header {
    padding-right: 1.9672131148rem;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-header {
    grid-template-columns: 1fr;
  }
}
.dormy-pet .dormy-pet__hotel-section-header-img {
  width: 100%;
}
.dormy-pet .dormy-pet__hotel-section-header-img img {
  width: 100%;
}
.dormy-pet .dormy-pet__hotel-section-header-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-header-map {
    position: relative;
    z-index: 5;
    margin-top: -23.076vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-header-map img {
  width: 70%;
}
.dormy-pet .dormy-pet__hotel-section-main {
  padding-top: 3.9344262295rem;
  position: relative;
  max-width: 81.3114754098rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main {
    padding-top: 12.82vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.9344262295rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-title {
    margin-bottom: 12.82vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-title .area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7540983607rem;
  gap: 0.3em;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-title .area {
    font-size: 5.6408vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-title .area .icon {
  width: 1em;
}
.dormy-pet .dormy-pet__hotel-section-main-title .area .icon img {
  width: 100%;
}
.dormy-pet .dormy-pet__hotel-section-main-title .name {
  font-size: 3.2786885246rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-title .name {
    font-size: 7.692vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-box {
  display: grid;
  flex-direction: column;
  gap: 3.2786885246rem;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 3.9344262295rem;
}
@media all and (max-width: 1080px) {
  .dormy-pet .dormy-pet__hotel-section-main-box {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-box {
    gap: 12.82vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service {
  border-radius: 1.3114754098rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.9672131148rem;
  padding: 3.2786885246rem 0;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service {
    border-radius: 5.128vw;
    padding: 5.128vw 0 7.692vw;
    gap: 7.692vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .title {
  font-size: 1.9672131148rem;
  text-align: center;
  padding-bottom: 1.6393442623rem;
  color: #1F7B86;
  position: relative;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .title {
    font-size: 5.6408vw;
    padding-bottom: 5.128vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .title:after {
  content: "";
  width: 1em;
  height: 0.1967213115rem;
  background-color: #1F7B86;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .title:after {
    width: 7.692vw;
    height: 0.7692vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6557377049rem 0;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list {
    gap: 7.692vw 0;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list.sp-col2 {
    max-width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .dormy-pet .dormy-pet__hotel-section-main-service .list.sp-col2 .list-item {
    width: 50%;
  }
  .dormy-pet .dormy-pet__hotel-section-main-service .list.sp-col2 .list-item:nth-child(3n) {
    border-right: 0.0655737705rem solid #D9D9D9;
  }
  .dormy-pet .dormy-pet__hotel-section-main-service .list.sp-col2 .list-item:nth-child(2n) {
    border-right: 0;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6557377049rem;
  padding: 0 0.2em;
  width: 20%;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list .list-item {
    width: 33.3333333333%;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item:not(:last-child) {
  border-right: 0.0655737705rem solid #D9D9D9;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list .list-item:nth-child(3n) {
    border-right: 0;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .icon {
  width: 100%;
  height: 3.4098360656rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .icon {
    height: 12.3072vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .text {
  font-size: 0.8524590164rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .text {
    font-size: 3.3332vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-main-service .list .list-item .text small {
  font-size: 0.75em;
}
.dormy-pet .dormy-pet__hotel-section-main-intro {
  display: flex;
  align-items: center;
  line-height: 2.5;
  font-size: 1.1803278689rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-main-intro {
    font-size: 3.5896vw;
    text-align: center;
    justify-content: center;
    line-height: 2.2;
  }
}
.dormy-pet .dormy-pet__hotel-section-info {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 1.0491803279rem;
  margin-bottom: 3.9344262295rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info {
    margin-bottom: 12.82vw;
    font-size: 3.3332vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-info .row {
  display: grid;
  grid-template-columns: 16.393442623rem 1fr;
  padding: 1.9672131148rem min(4.5901639344rem, 3vw) 1.9672131148rem 0;
  border-bottom: 0.0655737705rem solid #828282;
}
@media all and (min-width: 769px) {
  .dormy-pet .dormy-pet__hotel-section-info .row:first-child {
    grid-template-columns: 18.3606557377rem 1fr;
  }
}
.dormy-pet .dormy-pet__hotel-section-info .row:first-child {
  border-top: 0.0655737705rem solid #828282;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info .row {
    grid-template-columns: 0.4fr 1fr;
  }
}
.dormy-pet .dormy-pet__hotel-section-info .row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F7B86;
  font-weight: 500;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info .row dt {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.6;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info .row dd {
    line-height: 1.6;
  }
}
.dormy-pet .dormy-pet__hotel-section-info .row .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6557377049rem 0.9836065574rem;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info .row .list {
    gap: 1.5384vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-info .row .list li {
  background-color: #fff;
  line-height: 1.2;
  padding: 0.5245901639rem 0.9836065574rem;
  border-radius: calc(infinity * 1px);
  color: #1F7B86;
  border: 0.0655737705rem solid #1F7B86;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-info .row .list li {
    font-size: 3.0768vw;
    padding: 2.0512vw 2.564vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9672131148rem;
  width: 100%;
  max-width: 49.1803278689rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-nav {
    grid-template-columns: 1fr;
    gap: 3.846vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4E4E4E;
  color: #fff;
  padding: 0.9836065574rem 1.9672131148rem;
  border-radius: calc(infinity * 1px);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.0491803279rem;
  gap: 0.5em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-nav a {
    font-size: 3.5896vw;
  }
}
.dormy-pet .dormy-pet__hotel-section-nav a:after {
  content: "";
  display: block;
  width: 0.5245901639rem;
  aspect-ratio: 6/11;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.dormy-pet .dormy-pet__hotel-section-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__hotel-section-nav a:hover {
    background-color: #9D9D9D;
  }
}
.dormy-pet .dormy-pet__hotel-section-nav a:active {
  background-color: #9D9D9D;
}
.dormy-pet .dormy-pet__hotel-section-nav a.reserve {
  background-color: #1F7B86;
  transition: all 0.2s ease 0s;
}
.dormy-pet .dormy-pet__hotel-section-nav a.reserve:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__hotel-section-nav a.reserve:hover {
    background-color: #24A6B5;
  }
}
.dormy-pet .dormy-pet__hotel-section-nav a.reserve:active {
  background-color: #24A6B5;
}
.dormy-pet .dormy-pet__hotel-section-bg {
  position: absolute;
  top: 0.6557377049rem;
  right: 0;
  width: 24.262295082rem;
  aspect-ratio: 370/678;
  background-image: url(../images/hotels/bg_stamp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 4;
  transform: translateX(50%);
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__hotel-section-bg {
    display: none;
  }
}
.dormy-pet .dormy-pet__hotel-section:nth-child(even) .dormy-pet__hotel-section-bg {
  top: 6.5573770492rem;
  right: auto;
  left: 0;
  transform: translateX(-60%) scaleX(-1);
}
.dormy-pet .dormy-pet__footer {
  overflow: hidden;
  aspect-ratio: 1920/640;
  background-image: url(../images/footer_bg.webp);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__footer {
    aspect-ratio: 390/270;
    background-image: url(../images/footer_bg-sp.webp);
  }
}
.dormy-pet .dormy-pet__footer-text {
  font-size: 2.5vw;
  text-align: center;
  font-weight: 500;
  margin-top: 3em;
  display: block;
  translate: 0 2em;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__footer-text {
    margin-top: 0em;
    font-size: 6.1536vw;
    line-height: 1.6;
    margin-left: 0.5em;
  }
}
.dormy-pet .dormy-pet__footer-dog {
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 27.25%;
  transition: all 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.35) 0.35s;
  translate: 0 110%;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__footer-dog {
    bottom: -19%;
    width: 40%;
    left: -5%;
  }
}
.dormy-pet .dormy-pet__footer-dog img {
  width: 100%;
}
.dormy-pet .dormy-pet__footer-cat {
  position: absolute;
  bottom: -22%;
  right: 0;
  width: 26%;
  transition: all 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.35) 0.35s;
  translate: 0 110%;
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__footer-cat {
    bottom: -14%;
    width: 40%;
    right: -5%;
  }
}
.dormy-pet .dormy-pet__footer-cat img {
  width: 100%;
}
.dormy-pet .dormy-pet__footer-cat.onAnim {
  translate: 0 0;
}
.dormy-pet .dormy-pet__footer.onAnim .dormy-pet__footer-text {
  translate: 0 0;
  opacity: 1;
}
.dormy-pet .dormy-pet__footer.onAnim .dormy-pet__footer-dog {
  translate: 0 0;
}
.dormy-pet .dormy-pet__footer.onAnim .dormy-pet__footer-cat {
  translate: 0 0;
}
.dormy-pet .dormy-pet__fixedNav {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.393442623rem;
  z-index: 99;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .dormy-pet .dormy-pet__fixedNav {
    justify-content: center;
    height: 100vh;
    padding-top: 90px;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__fixedNav {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2564vw;
    background-color: #F4F2EB;
    width: 100%;
    transition: all 0.5s ease-in-out;
  }
  .dormy-pet .dormy-pet__fixedNav.unscroll {
    transform: translateY(110%);
  }
}
.dormy-pet .dormy-pet__fixedNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1F7B86;
  padding: 0.6557377049rem;
  font-size: 1.0491803279rem;
  transition: all 0.2s ease 0s;
}
@media all and (min-width: 769px) {
  .dormy-pet .dormy-pet__fixedNav a {
    width: 4.262295082rem;
    max-height: 12.0655737705rem;
    line-height: 1.4;
    flex: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
  }
  .dormy-pet .dormy-pet__fixedNav a .nowrap {
    white-space: nowrap;
  }
}
@media all and (max-width: 768px) {
  .dormy-pet .dormy-pet__fixedNav a {
    gap: 0.5em;
    font-size: 3.5896vw;
  }
  .dormy-pet .dormy-pet__fixedNav a:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 2.0512vw;
    aspect-ratio: 6/11;
    background-image: url(../images/arrow.svg);
    transform: rotate(90deg);
  }
}
.dormy-pet .dormy-pet__fixedNav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .dormy-pet .dormy-pet__fixedNav a:hover {
    background-color: #24A6B5;
  }
}
.dormy-pet .dormy-pet__fixedNav a:active {
  background-color: #24A6B5;
}

#group_footer {
  margin-top: 0;
}

/* アビリブ追加 */

.headerContainer{
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    transition: top .3s;
}
/*# sourceMappingURL=style.css.map */