body {
  background: #FAF9F7;
}

body.is_active {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

.wp-pagenavi{
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 3.5vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    width: fit-content;
    font-size: 1.78vw;
  }
}

@media screen and (min-width: 1400px) {
  .wp-pagenavi {
    font-size: 16px;
  }
}

.previouspostslink{
  width: 19.33vw;
  height: 9.3vw;
  /* margin-right: 6.67vw; */
  text-align: center;
  line-height: 9.3vw;
  background: #FFAB20;
  border-radius: 8vw;
  display: inline-block;
  position: relative;
}

.previouspostslink::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 10%;
}
.previouspostslink::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-135deg) translate(-50%, -50%);
          transform: rotate(-135deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .previouspostslink {
    width: 8.1vw;
    height: 3.4vw;
    padding-left: 1.2vw;
    margin-right: 2.8vw;
    line-height: 3.4vw;
  }
}

@media screen and (min-width: 1400px) {
  .previouspostslink {
    width: 114px;
    height: 48px;
    padding-left: 16.8px;
    margin-right: 40px;
    line-height: 48px;
  }
}

.nextpostslink{
  width: 19.33vw;
  height: 9.3vw;
  text-align: center;
  line-height: 9.3vw;
  background: #FFAB20;
  border-radius: 8vw;
  display: inline-block;
  position: relative;
}

.nextpostslink::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 10%;
}
.nextpostslink::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 10%;
}

@media screen and (min-width: 768px) {
  .nextpostslink {
    width: 8.1vw;
    height: 3.4vw;
    padding-right: 1.2vw;
    line-height: 3.4vw;
  }
}

@media screen and (min-width: 1400px) {
  .nextpostslink {
    width: 114px;
    height: 48px;
    padding-right: 16.8px;
    line-height: 48px;
  }
}

.current, .extend, .page.smaller, .page.larger{
  width: 8.3vw;
  height: 8.3vw;
  /* margin-right: 6.67vw; */
  line-height: 8.3vw;
  text-align: center;
  background: #FFAB20;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .current, .extend, .page.smaller, .page.larger {
    width: 3.4vw;
    height: 3.4vw;
    line-height: 3.4vw;
    margin-right: 2.8vw;
  }
}

@media screen and (min-width: 1400px) {
  .current, .extend, .page.smaller, .page.larger {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 40px;
  }
}

.extend {
  width: fit-content;
  color: #000;
  font-size: 4.14vw;
  background: none;
}

@media screen and (min-width: 768px) {
  .extend {
    margin-right: 1.8vw;
    font-size: 1.78vw;
  }
}

@media screen and (min-width: 1400px) {
  .extend {
    font-size: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .util_title{
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .util_title-sub{
    font-size: 24px;
  }
}

.list_main .news_section{
  padding-bottom: 21.3vw;
}

@media screen and (min-width: 768px) {
  .list_main .news_section {
    padding-bottom: 10vw;
  }
}

@media screen and (min-width: 1400px) {
  .list_main .news_section {
    padding-bottom: 140px;
  }
}

.m_news-wrapper {
  margin: 65px auto 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m_news-wrapper {
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .m_news-wrapper {
    width: 100%;
  }
}

.m_news-thumbnail > img {
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.m_btn__link {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.sns_wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sns_wrapper {
    width: 90vw;
  }
}

  .price_kinds-contents {
    width: fit-content;
    margin: 0 auto;
  }


@media screen and (min-width: 768px) {
  .concept_messageSub {
    margin-right: 7vw;
    padding: 0 13px;
  }
}

@media screen and (min-width: 768px) {
  .ly_concept {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .concept_nameOrigin-wrapper {
    margin-top: 66px;
    padding: 0 11.4vw 0 2.1vw;
}
}

.animalTherapy_effect-title {
  font-size: clamp(14px,4.8vw,18px);
  width: 50vw;
  max-width: 180px;
}

@media screen and (max-width: 360px) {
  .animalTherapy_effect-title {
    font-size: 12px;
    width: 37vw;
  }
}

@media screen and (min-width: 768px) {
  .animalTherapy_effect-title {
    font-size: 1.57vw;
    width: unset;
  }
}

.ly_header__logo-link:nth-of-type(2){
  font-size: 32px;
}

.timeline-Footer {
  display: none !important;
}

@media screen and (min-width: 1400px) {
  .animalTherapy_effect-title {
    font-size: 22px;
  }
}


.animalTherapy_effect-body{
  padding: 18px 26px 13px 34px;
}

.animalTherapy_effect-header{
  padding: 0;
  margin-bottom: 18px;
  justify-content: center;
  gap: 5vw;
}

@media screen and (min-width: 768px) {
  .animalTherapy_effect-header{
    margin-bottom: 0;
    gap: 10px;
  }
}

.animalTherapy_effectText{
  padding: 0;
}

@media screen and (max-width: 360px) {
  .animalTherapy_effectText {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .animalTherapy_effectText {
    font-size: clamp(10px,1vw,14px);
  }
}


@media screen and (min-width: 768px) {
  .animalTherapy_effect-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .animalTherapy_effectImg-body > img {
      width: 50px;
      height: 50px;
    }
}

@media screen and (min-width: 768px) {
  .animalTherapy_effectImg-body > img {
      width: 7vw;
      height: 7vw;
      max-width: 90px;
      max-height: 90px;
    }
}

@media screen and (min-width: 768px) {
  .faqs_wrapper {
   width: 85%;
  }
}

.concept_messageSub-wrapper {
  width: 90%;
  margin: 0 auto;
}

.animalTherapy_section {
  margin: 0 auto;
  padding: 0 13px;
}

.news_imgBox {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.news_imgBox,
.news_img {
  border-radius: 30px;

}

@media screen and (min-width: 768px) {
  .news_imgBox,
  .news_img {
    border-radius: 20px;
  }
}

.drawer-icon__text{
  font-size: 10px;
  transform: translateX(-50%) scale(0.7);
  left: 50%;
}

.swiper-button-next,
.swiper-button-prev {
  top: unset !important;
  bottom: -30%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16)
}

.feature_card-text{
  font-size: clamp(8px,3.7vw,14px);
  margin-right: 16px;
}

.util_title-sub::after{
  height: 5px;
  bottom: 6px;
}

@media screen and (min-width: 768px) {
  .util_title-sub{
    width: fit-content;
    margin: 0 auto;
  }

  .util_title-sub::after{
    width: 100%;
    bottom: 9px;
  }
}

.sns_section{
  background: #fff;
}

.concept_messageSub::before {
  top: 53%;
}

@media screen and (min-width: 768px) {
  .concept_messageSub::before {
    top: 55%;
  }
}

@media screen and (min-width: 1400px) {
  .ly_concept {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 1400px) {
  .concept_nameOrigin-wrapper {
    margin-top: 66px;
    padding: 0 160px 0 13px;
  }
}

.feature_card-title{
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature_kinds-title {
    font-weight: 700;
  }
}

.access_wrapper {
  margin: 37px auto 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .access_wrapper {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .iframe {
     margin-top: 33px;
     width: 450px;
     max-width: unset;
 }
}

@media screen and (min-width: 768px) {
  .price_reduction-text{
    width: fit-content;
    margin: 0 auto;
  }
}

.price_reduction-text::after{
  height: 5px;
}
@media screen and (min-width: 768px) {
  .price_reduction-text::after{
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .feature_wrapper{
    width: 894px;
    height: 600px;
  }
}

@media screen and (min-width: 1400px) {
  .feature_bg-pc > img{
    width: 614px;
    height: 518px;
  }
}

@media screen and (min-width: 1400px) {
  .feature_kinds-title{
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) {
  .feature_kinds-text{
    font-size: 16px;
  }
}

.sns_twitter-contents{
  border: none;
}

@media screen and (min-width: 768px) {
  .twitter-timeline {
    display: none;
  }
}

.twitter-timeline_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .twitter-timeline_pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .ly_life{
    padding: 120px 0 40px;
  }
}

.wp-pagenavi {
  justify-content: center;
    gap: 2.5vw;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    justify-content: space-between;
    gap: unset;
  }
}

.top-kv_bg > .top-kv_bg__img-pc{
  max-height: 70vw;
  height: calc(100vh - 92px);
  object-fit: cover;
}

.drawer_icon__bars {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.top-kv__text {
  font-size: clamp(24px, 2.71vw, 40px);
}

@media screen and (max-width: 360px) {
  .top-kv__text {
    font-size: 18px;
  }
}

.top_sns-scroll {
  bottom: 100px;
}

.news_date,
.news_title {
  font-weight: 700;
}

.list_main .m_news-wrapper {
  width: 100%;
  margin: 44px auto 26.67vw;
}

.page,
.previouspostslink,
.nextpostslink  {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.news_sec {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .news_sec {
    max-width: 800px;
  }
}

.news_btn {
  border-radius: 999px;
  font-weight: 700;
}

#sb_instagram .sbi_photo {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}


@media screen and (min-width: 1400px) {
  .top-kv_text__wrapper {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(n + 4) {
    margin-top: 20px !important;
  }

}

  .blog-content > p {
    margin-bottom: clamp(40px, 5.71vw, 80px);
    font-size: clamp(14px, 1.14vw, 16px);
  }