@charset "UTF-8";

/* ===============================
   policy page
=============================== */

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

.policy-page {
  color: #5f5148;
  background: #fff;
}

.policy-page * {
  box-sizing: border-box;
}

.policy-page img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   lead
=============================== */

.policy-lead {
  margin: 4rem 0 10rem;
}

.policy-lead__inner {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;
  height: 32rem;
  background: #faf8f4;
  overflow: hidden;
  position: relative;
}

.policy-lead__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    to right,
    #faf8f4 0%,
    rgba(250, 248, 244, 1) 30%,
    rgba(250, 248, 244, 0.75) 55%,
    rgba(250, 248, 244, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.policy-lead__text {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  padding-top: 8rem;
  padding-left: 10vw;
  padding-right: 8vw;
  display: flex;
  flex-direction: column;
  background: transparent !important;
}

.policy-lead__catch {
  font-size: clamp(2.1rem, 1.8vw, 2.8rem);
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.policy-lead__sub {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.policy-lead__image {
  position: relative;
  z-index: 0;
  height: 100%;
  background: transparent !important;
}

.policy-lead__image::before {
  display: none !important;
}

.policy-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ===============================
   concept
=============================== */

.policy-concept {
  margin-bottom: 8rem;
  text-align: center;
}

.policy-concept__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.policy-concept h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif !important;
}

.policy-concept p {
  font-size: 1.6rem;
  line-height: 2.2;
}

/* ===============================
   reason
=============================== */

.policy-reason {
  margin-bottom: 8rem;
}

.policy-reason__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.policy-reason h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 4.5rem;
}

.policy-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.policy-reason__item {
  text-align: center;
  padding: 0 3rem;
}

.policy-reason__item + .policy-reason__item {
  border-left: 1px solid #e7ded4;
}

.policy-reason__item img {
  width: 4.5rem;
  margin: 0 auto 2rem;
  display: block;
}

.policy-reason__item h3 {
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
}

.policy-reason__item p {
  font-size: 1.4rem;
  line-height: 2;
}

/* ===============================
   work
=============================== */
.policy-work {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 30rem;
  margin-bottom: 8rem;
  background: #faf8f4;
  overflow: hidden;
}

.policy-work::before {
  display: none;
}

.policy-work__image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.policy-work__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(250, 248, 244, 0) 0%,
    rgba(250, 248, 244, 0.65) 55%,
    #faf8f4 100%
  );
  z-index: 1;
  pointer-events: none;
}

.policy-work__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.policy-work__text {
  position: relative;
  z-index: 2;
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.policy-work__text h2 {
  font-size: 1.8vw;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 400;
}

.policy-work__text p {
  font-size: 1.8rem;
  line-height: 2.2;
}

/* ===============================
   health
=============================== */

.policy-health {
  margin-bottom: 8rem;
}

.policy-health__inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 6rem;
}

.policy-health__text h2 {
  font-size: 1.8vw;
  margin-bottom: 2rem;
  font-weight: 400;
}

.policy-health__text p {
  font-size: 1.8rem;
  line-height: 2.2;
}

.policy-health__image img {
  height: 28rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ===============================
   bottom visual（ワンちゃん）
=============================== */

.policy-bottom-visual {
  position: relative;
  height: 38rem;
  background: url("https://s3.ap-northeast-1.amazonaws.com/hpr.ravenhp.com/1a18f5f96f8/images/1464f27a059459132b138bd2f806d6c21edeaa78")
    center / cover no-repeat;
  display: flex;
  align-items: center;
}

.policy-bottom-visual {
  background-position: right center;
  margin-bottom: 8rem;
}

.policy-bottom-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.6) 35%,
    rgba(255, 255, 255, 0) 70%
  );
}

.policy-bottom-visual__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.policy-bottom-visual__text {
  max-width: 48rem;
}

.policy-bottom-visual__text p {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-family: "Shippori Mincho", serif !important;
}

.policy-cta__btn {
  display: inline-block;
  background: #c7a97f;
  color: #fff;
  padding: 1.6rem 4rem;
  border-radius: 0.4rem;
  text-decoration: none;
}

/* ===============================
   CTA
=============================== */

.policy-cta {
  background: #f3eee7;
  text-align: center;
  padding: 5rem 2rem;
}

.policy-cta p {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}

.policy-cta__btn {
  display: inline-block;
  background: #c7a97f;
  color: #fff !important;
  padding: 1.6rem 4rem;
  border-radius: 0.4rem;
}

/* ===============================
   SP
=============================== */

/* ===============================
   SP
=============================== */
@media screen and (max-width: 767px) {
  .policy-lead {
    margin: 4rem 0 5rem;
  }

  .policy-lead__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    background: #faf8f4;
  }

  .policy-lead__inner::before {
    display: none !important;
  }

  .policy-lead__text {
    order: 1;
    width: 100%;
    padding: 3.5rem 2rem;
    justify-content: flex-start;
  }

  .policy-lead__image {
    order: 2;
    width: 100%;
    height: 22rem;
  }

  .policy-lead__image::before,
  .policy-lead__image::after {
    display: none !important;
  }

  .policy-lead__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .policy-lead__catch {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 1.4rem;
  }

  .policy-lead__sub {
    font-size: 1.5rem;
    line-height: 2;
  }

  .policy-reason__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .policy-reason__item + .policy-reason__item {
    border-left: none;
    border-top: 1px solid #e7ded4;
    padding-top: 3rem;
  }

  .policy-health__inner {
    grid-template-columns: 1fr;
  }

  .policy-health__text h2 {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .policy-health__text p {
    font-size: 1.35rem;
    line-height: 2;
  }

  .policy-work {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 5rem;
  }

  .policy-work::before {
    display: none !important;
  }

  .policy-work__image {
    width: 100%;
    height: 22rem;
  }

  .policy-work__image::after {
    display: none !important;
  }

  .policy-work__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .policy-work__text {
    width: 100%;
    padding: 3.5rem 2rem;
  }

  .policy-work__text h2 {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .policy-work__text p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .policy-bottom-visual {
    position: relative;
    height: 30rem;
    background: url("https://s3.ap-northeast-1.amazonaws.com/hpr.ravenhp.com/1a18f5f96f8/images/1464f27a059459132b138bd2f806d6c21edeaa78")
      no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-start;
    padding-top: 4.5rem;
  }

  .policy-bottom-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }

  .policy-bottom-visual__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 2rem;
  }

  .policy-bottom-visual__text {
    max-width: 25rem;
  }

  .policy-bottom-visual__text p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .policy-bottom-visual .policy-cta__btn {
    padding: 1.3rem 2rem;
    font-size: 1.3rem;
  }

  .policy-cta p {
    font-size: 2rem;
  }
}
/*  ----------------------------------------------------------

float shop btn

----------------------------------------------------------  */
/*  
.fixed-shop-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 310px;
  height: 80px;

  background: #5f7751;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;

  border-radius: 999px;

  box-shadow: 0 6px 18px rgba(111, 138, 95, 0.15), 0 1px 4px rgba(0, 0, 0, 0.05);

  z-index: 9999;

  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.fixed-shop-btn:hover {
  background: #6f8a5f;
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(111, 138, 95, 0.22);
  opacity: 1 !important;
  transform: translateY(-4px);
}
.fixed-shop-btn::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.fixed-shop-btn:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .fixed-shop-btn {
    width: calc(100% - 24px);
    max-width: 360px;

    height: 64px;

    right: 12px;
    bottom: 12px;

    font-size: 2.4rem;
  }
}
*/

.fixed-shop-btn {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 9999;

  width: 180px;
  -webkit-filter: drop-shadow(0 8px 18px rgba(111, 98, 92, 0.15));
  filter: drop-shadow(0 12px 28px rgba(111, 98, 92, 0.22));

  transition: all 0.3s ease;
}

.fixed-shop-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.fixed-shop-btn:hover {
  transform: translateY(-4px);
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .fixed-shop-btn {
    width: 125px;
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
