@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: AFFINGER
Theme URI: on-store.net
Description: ACTION / AFFINGER6
Author: ONSPEED
Author URI: on-store.net/law/
Tags: custom-header, custom-menu
Text Domain: affinger
Version: 20240903
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 7.4
---------------------------------------------------------*/
#page-top{
  display: none!important;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* ===============================
  PCSP表示切り替え
=============================== */
.sp-only{
  display: block;
}
.pc-only{
  display: none;
}
@media screen and (min-width: 961px){
  .pc-only{
    display: block;
  }
  .sp-only{
    display: none;
  }
}
/* ======================================
   Base
====================================== */
html{
  font-size: 100%; /* 16px基準（ブラウザデフォルト） */
  -webkit-text-size-adjust: 100%; /* iOSの文字自動拡大を防止 */
  scroll-behavior: smooth;
  font-weight: 500;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;/* =16px */
  line-height: 1.8;
  overflow-x: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  min-height: 100dvh;
}


/* WordPress 余白対策 */
p{
  margin:0;
}
.is-layout-flow > * + *{
  margin-block-start:0;
}
.wp-block-columns{
  margin-top: 0;
  margin-bottom: 0;
}
dd{
  margin-inline-start: 0;
}
@media screen and (max-width: 320px){
  body{
    font-size: 0.875rem;/* =14px */
  }
}
@media screen and (min-width: 961px){
  a{
    transition: opacity .3s ease;
    cursor: pointer;
  }
  a:hover{
    opacity: .6;
  }
}
/* ======================================
   Base Layout
====================================== */
.header{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header,
.header__inner,
.global-nav,
.footer-main,
.sp-bottom-nav{
  width: 100%;
}
.l-inner{
  width: 100%;
  padding: 40px 20px;
}
#footer{
  padding-bottom: 68px;
}
@media screen and (min-width: 768px) and (max-width: 960px){
  .l-inner{
    padding: 60px 40px;
  }
}
@media screen and (min-width: 961px){
  .header__inner,
  .global-nav__list,
  .l-inner{
    max-width: 1240px;
    margin: 0 auto;
  }
  .header__inner,
  .global-nav__list{
    padding: 0 20px;
  }
  .l-inner{
    padding: 80px 20px;
  }
  .mega-menu__inner,
  .video-content{
    max-width: 1240px;
    margin: 0 auto;
  }
  #footer{
    padding-bottom: 0;
  }
}
/* ======================================
   fony_size
====================================== */
/* SP */
.sp-bottom-nav__label,
.mega-menu__links li a:after,
.global-nav__link:before,
.global-nav__back:before,
.arrow-before--left:before,
.arrow-before--right:before,
.arrow-after--left:after,
.arrow-after--right:after,
.breadcrumb__item a:after,
.header__search-toggle-label{
  font-size: 0.625rem;/* 10px */
}
.header__logo a,
.footer-bottom__note,
#footer p.copyr,
form .required{
  font-size: 0.75rem;/* 12px */
}
.video-content li p,
.footer-nav__list a,
.series-card__item,
.cards-grid__item,
.breadcrumb__item,
.terms__list--note{
  font-size: 0.8125rem;/* 13px */
}
.footer-guide__text,
.footer-guide__link,
.mega-menu__links li a,
.store-meta__row{
  font-size: 0.875rem;/* 14px */
}
.news-item{
  font-size: 0.9375rem;/* 15px */
}
.global-nav__close:before,
.section__heading,
.series__name span{
  font-size: 1.25rem; /* 20px */
}
.series__card li:before,
.news-archive__title,
.news-archive__item h1.entry-title,
.terms__title{
  font-size: 1.25rem; /* 20px */
}
.video-content__heading,
.page-mv__title{
  font-size: 1.5rem; /* 24px */
}
@media screen and (min-width: 375px){
  .series-card__item,
  .cards-grid__item{
    font-size: 0.875rem;/* 14px */
  }
  .section__heading{
    font-size: 1.25rem; /* 20px */
  }
}

/* PC */
@media screen and (min-width: 961px){
  .footer-nav__list a{
    font-size: 0.875rem;/* 14px */
  }
  .mega-menu__links li a,
  .video-content li p,
  .series-card__item,
  .cards-grid__item,
  .news-item,
  .store-meta__row{
    font-size: 1rem;/* 16px */
  }
  .mega-menu__heading,
  .footer-nav__heading,
  .footer-guide__title,
  .tab__item{
    font-size: 1.125rem;/* 18px */
  }
  .cards-grid__text{
    font-size: 1.18rem;/* 19px */
  }
  .terms__title{
    font-size: 1.375rem; /* 22px */
  }
  .section__heading{
    font-size: 1.8rem; /* 28.8px */
  }
  .video-content__heading,
  .page-mv__title{
    font-size: 1.875rem; /* 30px */
  }
}
@media screen and (min-width: 1080px){
  .section__heading{
    font-size: 1.5rem; /* 24px */
  }
}

/* ======================================
   font_color
====================================== */
body,
.mega-menu a,
.mega-menu__heading,
.global-nav__link:before,
.global-nav__back,
.cards-grid a,
.icon--brown,
.tab__heading a,
.global-nav__close:before,
.page-mv__nav a.is-current,
.cat-list-box .blog_info p,
.time_and_category .kdate{
  color: #5b342b!important;/* ブラウン */
}
.header,
.header__logo a,
.header__search-toggle-label,
.footer-main,
.footer-main a,
.button--red,
.video-background-container,
.arrow--white:before,
.arrow--white:after,
.icon--white,
.icon--white:before,
.page-mv__title,
.page-mv__nav a,
.store-tag--web,
.store-tag--shop,
.series__name.text--white,
form .required,
.news .pagination .page-numbers.current,
.cart_btn .material-icons{
  color: #fff;/* 白 */
}
.global-nav__link,
.sp-bottom-nav__label,
.mega-menu__title,
.tab__item.is-active,
.arrow--red:before,
.arrow--red:after,
.icon--red,
.news-category,
.news__text a,
.series__card li:before,
.store-tag--care,
.catname{
  color: #ba0c2f;/* 赤 */
}
.store-tag--note{
  color: #b7b7b7;/* フォント用グレー */
}
.emp,
.wp-block-accordion-heading__toggle-title:before,
.icon--map:before{
  color: #fe2631;/* 明るい赤 */
}
.series__name.text--blue{
  color: #017ec3;/* 水色 */
}
.series__name.text--gray{
  color: #686c6e;/* 灰色 */
}
/* ======================================
   bg_color
====================================== */

.white,
.global-nav,
.footer-guide__item,
.series-card__item,
.cards-grid__item,
.wp-block-accordion-item,
.page-mv__nav a.is-current,
.store-tag--note,
.store-tag--care,
.store-card,
.dealer-news .wp-block-columns,
.dealer-download .wp-block-column-is-layout-flow a,
.series__btn,
.series__card--feature,
.news-archive__item,
.knowledge_dog section,
.knowledge_cat section,
.news .pagination .page-numbers{
  background: #fff;/* 白 */
}
.light_gray,
.mega-menu,
.footer-guide,
.sp-bottom-nav,
.news-item,
.terms__table dt,
.terms__body .wp-block-column:first-child{
  background: #f5f6f7;/* 薄いグレー */
}
.dark_gray,
.tab__content,
.tab__item.is-active{
  background: #f1f2f3;/* 濃いグレー */
}
.header__top,
.footer-nav,
.header-search,
.button--red,
button.button--red,
.news .pagination .page-numbers.current{
  background: #ba0c2f;/* 赤 */
}
.footer-bottom{
  background: #aa092a;/* 濃い赤 */
}
form .required{
  background: #ba0c2f;/* 明るい赤 */
}
.trial-icon{
  background: #ffcd00;/* イエロー */
}
.store-tag--web{
  background: #6c5efe;/* 紫 */
}
.store-tag--shop{
  background: #5b342b;/* ブラウン */
}
@media screen and (max-width: 960px){
  .global-nav,
  .global-nav.overlay-menu.is-open{
    background: #f5f6f7;/* 薄いグレー */
  }
}
/* ======================================
   border_color
====================================== */
.global-nav__btn{
  border-color: #d6ccce;
}
/* ======================================
   Arrow
====================================== */
.arrow-before--left,
.arrow-before--right,
.arrow-after--left,
.arrow-after--right,
.breadcrumb__item a{
  position: relative;
}
.arrow-before--left:before,
.arrow-before--right:before,
.global-nav__link:before,
.global-nav__back:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.arrow-after--left:after,
.arrow-after--right:after,
.breadcrumb__item a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.arrow-before--left:before,
.arrow-after--left:after,
.global-nav__back:before{
  content: "\f053"; /* [＜]左矢印 */
}
.arrow-before--right:before,
.arrow-after--right:after,
.global-nav__link:before,
.breadcrumb__item a:after{
  content: "\f054"; /* [＞]右矢印 */
}

@media screen and (min-width: 961px){/* PC非表示 */
  .global-nav__link:before,
  .global-nav__back:before{
    display: none;
  }
}
/* ======================================
   Button
====================================== */
.button{
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media screen and (min-width: 961px){
  .button{
    padding: 20px 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
}
/* ======================================
   Text Link
====================================== */
.text-link{
  display: inline-block;
  padding-right: 20px;
  border-bottom: 1px solid;
  font-weight: bold;
  transition: opacity .3s ease;
}
.text-link.arrow-after--right:after{
  right: 0;
}
.footer-guide__link,
.dealer-news a,
.consent a{
  text-decoration: underline;
}
/* ======================================
   Icon
====================================== */
.icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.icon--dog{ mask-image: url('images/icon_dog.svg'); -webkit-mask-image: url('images/icon_dog.svg'); }
.icon--cat{ mask-image: url('images/icon_cat.svg'); -webkit-mask-image: url('images/icon_cat.svg'); }
.icon--puppy{ mask-image: url('images/icon_puppy.svg'); -webkit-mask-image: url('images/icon_puppy.svg'); }
.icon--kitten{ mask-image: url('images/icon_kitten.svg'); -webkit-mask-image: url('images/icon_kitten.svg'); }
.icon--senior-dog{ mask-image: url('images/icon_senior_dog.svg'); -webkit-mask-image: url('images/icon_senior_dog.svg'); }
.icon--senior-cat{ mask-image: url('images/icon_senior_cat.svg'); -webkit-mask-image: url('images/icon_senior_cat.svg'); }
.icon--trial{ mask-image: url('images/icon_trial.svg'); -webkit-mask-image: url('images/icon_trial.svg'); }
.icon--about{ mask-image: url('images/icon_about.svg'); -webkit-mask-image: url('images/icon_about.svg'); }
.icon--knowledge{ mask-image: url('images/icon_knowledge.svg'); -webkit-mask-image: url('images/icon_knowledge.svg'); }
.icon--shop{ mask-image: url('images/icon_shop.svg'); -webkit-mask-image: url('images/icon_shop.svg'); }
.icon--faq{ mask-image: url('images/icon_faq.svg'); -webkit-mask-image: url('images/icon_faq.svg'); }
.icon--user{ mask-image: url('images/icon_user.svg'); -webkit-mask-image: url('images/icon_user.svg'); }
.icon--cart{ mask-image: url('images/icon_cart.svg'); -webkit-mask-image: url('images/icon_cart.svg'); }
.icon--search{ mask-image: url('images/icon_search.svg'); -webkit-mask-image: url('images/icon_search.svg'); }
.icon--medical01{ mask-image: url('images/icon_medical01.svg'); -webkit-mask-image: url('images/icon_medical01.svg'); }
.icon--medical02{ mask-image: url('images/icon_medical02.svg'); -webkit-mask-image: url('images/icon_medical02.svg'); }
.icon--medical03{ mask-image: url('images/icon_medical03.svg'); -webkit-mask-image: url('images/icon_medical03.svg'); }
.icon--medical04{ mask-image: url('images/icon_medical04.svg'); -webkit-mask-image: url('images/icon_medical04.svg'); }
.icon--medical05{ mask-image: url('images/icon_medical05.svg'); -webkit-mask-image: url('images/icon_medical05.svg'); }
.icon--bell{ mask-image: url('images/icon_bell.svg'); -webkit-mask-image: url('images/icon_bell.svg'); }
.icon--dl{ mask-image: url('images/icon_dl.svg'); -webkit-mask-image: url('images/icon_dl.svg'); }
.icon--online{ mask-image: url('images/icon_online.svg'); -webkit-mask-image: url('images/icon_online.svg'); }
.icon--phone{ mask-image: url('images/icon_phone.svg'); -webkit-mask-image: url('images/icon_phone.svg'); }
.icon--map{ mask-image: url('images/icon_map.svg'); -webkit-mask-image: url('images/icon_map.svg'); }

/* ======================================
   Top area (logo + account + search)
====================================== */
.header__top{
  height: 64px;
  display: flex;
}
.header__inner{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}
.header__logo img{
  display: block;
  width: 120px;
  height: auto;
}
.header__logo a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo span{
  font-weight: bold;
}
.header-account{
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-account a{
  font-size: 0.9375rem;
  color: #fff;
}
.header-account__regist:after{
  content: "/";
}
.header-account__link,
.header-account__regist,
.header-cart{
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 961px){
  .header-search{
    flex: 1 1 auto;
    max-width: 400px;
  }
}
.header-search__wrapper{
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
}
/* 入力エリア */
.header-search__input{
  height: 2.8rem;
  line-height: 48;
  flex: 1;
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
  font-family: inherit!important
}
.header-search__input::placeholder{
  line-height: 48;
}
@media screen and (min-width: 961px){
  .header-search__wrapper,
  .header-search__input{
    height: 2.5rem;
  }
}
.header-search__button{
  padding: 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-search__wrapper .icon--search{
  width: 20px;
  height: 20px;
  display: flex;
}
div.header-search__tabs{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
button.header-search__tab{
  height: 2.8rem;
  padding: 0 10px;
  background: #edeeef;
  color: #969798;
}
@media screen and (min-width: 961px){
  button.header-search__tab{
    height: 2.5rem;
  }
}
button.header-search__tab:nth-of-type(1){
  border-radius: 5px 0 0 5px; 
}
button.header-search__tab.is-active{
  background:#850720!important;
  color:#fff;
}
@media screen and (max-width: 960px){
  /* --- 検索トグルボタン (虫眼鏡アイコン) --- */
  .header__search-toggle{
    position: absolute;
    top: 13px;
    right: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:4px 0;
  }
  .header__search-toggle .icon--search{
    width: 21px;
    height: 21px;
  }
  /* --- 検索フォーム本体 --- */
  .header-search{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  }
  .header-search.is-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /* 検索フォーム内の要素のスタイル調整 */
  .header-search__wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-search__input{
    min-width: 0;
    padding: 2px 10px;
    font-size: 1rem;
  }
  .header__search-toggle-label{
    width: 100%;
    font-weight: bold;
  }
  .header-search__button{
    flex-shrink: 0;
  }
}

/* PC用のCSS（念のため） */
@media screen and (min-width: 961px){
    .header__search-toggle{
        display: none; /* PCでは虫眼鏡アイコンは非表示 */
    }
    .header-search{
        /* PCでは常に表示 */
        display: block; 
        /* position: absolute などを解除して通常のPCレイアウトに戻す */
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        box-shadow: none;
    }
}



/* ======================================
   Global Nav
====================================== */
.global-nav__list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;
}
.global-nav__list::-webkit-scrollbar{
  display: none;
}
.global-nav__list .cursor-none{
  cursor: default;
}
.global-nav__link{
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 16px 0 10px;
  width: 100%;
  height: 76px;
}
.global-nav__item .icon_box{
  width: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav__item .icon{
  width: 100%;
}
.global-nav__item .icon--dog{
  height: 30px;
}
.global-nav__item .icon--cat{
  height: 26px;
}
.global-nav__item .icon--trial{
  height: 20px;
}
.global-nav__item .icon--about{
  height: 22px;
}
.global-nav__item .icon--shop{
  height: 20px;
}
/* ======================================
   Mega Menu
====================================== */
.mega-menu{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.global-nav__item{
  font-size: clamp(13px,calc(13px + (100vw - 961px) * 0.00837),16px)
}
.global-nav__item:hover .global-nav__link{
  opacity: 1;
}
.global-nav__label{
  font-weight: bold;
}
@media screen and (min-width: 961px){
  .mega-menu{
    height: auto;
    box-shadow: 0 12px 16px -12px rgba(0,0,0,0.2);
  }
  /* PC：ホバー or フォーカスでメガメニュー表示 */
  .global-nav__item.has-mega:hover .mega-menu,
  .global-nav__item.has-mega:focus-within .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .global-nav__item:hover .global-nav__link:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ba0c2f;
    transition: transform 0.25s ease;
  }
  .mega-menu__links{
    display: block;
  }
  .mega-menu__links li{
    width: 100%;
  }
}
.mega-menu__links li a:after{
  right: 6%;
}
.mega-menu__links a:hover::after{
  transform: scaleX(1);
}
.mega-menu__header{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.mega-menu__title{
  font-weight: 600;
}
@media screen and (max-width: 960px){
  .mega-menu__column{
    width: 100%;
  }
  .global-nav__food .mega-menu__links li a,
  .global-nav__other .mega-menu__column{
    width: 100%;
    padding: 17px 10px;
    border-radius: 6px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .global-nav__food .mega-menu__links,
  .global-nav__other .mega-menu__columns{
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.mega-menu__columns{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 961px){
  .mega-menu__columns{
    justify-content: center;
    gap: 30px;
  }
  .mega-menu__column{
    width: 100%;
    flex: 0 0 calc(25% - 30px);
  }
}
.mega-menu__links li a{
  display: block;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: bold;
}
.mega-menu__heading{
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (min-width: 961px){
  .mega-menu__links li a{
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
  }
}

/* ===============================
   SP（スマホ）レイアウト
=============================== */
@media screen and (max-width: 960px){
  .header__logo{
    margin: 0 auto;
  }
  .header__logo img{
    width: 100px;
    height: auto;
  }
}
/* -------------------------
   SP下固定ナビ
------------------------- */
@media screen and (max-width: 960px){
.sp-bottom-nav{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
}
.sp-bottom-nav__list{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px;
}
.sp-bottom-nav__item{
  flex: 1 1 20%;
}
.sp-bottom-nav__link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.sp-bottom-nav__label{
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.sp-bottom-nav__item .icon--dog{
  width: 28px;
  height: 28px;
}
.sp-bottom-nav__item .icon--cat{
  width: 24px;
  height: 24px;
}
.sp-bottom-nav__item .icon--trial{
  width: 20px;
  height: 20px;
}
.sp-bottom-nav__item .icon--cart{
  width: 22px;
  height: 22px;
}
}
/* =========================
   SP用スタイル・ハンバーガーメニュー
   〜960px で適用
========================= */
.global-nav__back,
.global-nav__close,
.global-nav__btn{
  display: none;
}
@media screen and (max-width: 960px){
  body.is-open{
      overflow: hidden;
  }
  /* --- ハンバーガーメニューボタン --- */
  .hamburger-menu{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 999;
    cursor: pointer;
    background: none;
    border: none;
  }
  .hamburger-line{
    width: 22px;
    height: 1px;
    background: #ba0c2f;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  
  /* --- オーバーレイ --- */
  .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }
  .overlay.is-open{
    opacity: 1;
    visibility: visible;
  }

  /* --- スライドメニュー本体 (global-nav) --- */
  .global-nav.overlay-menu{
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100dvh;
    transition: left 0.3s ease-in-out; 
    z-index: 1000;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
  }
  .global-nav.overlay-menu.is-open{
    left: 0;
  }
  .global-nav__list{
    flex-wrap: wrap;
  }
  .global-nav__inner{
    padding-top: 50px;  
  }
  .global-nav__item{
    width: 100%;
  }
  .global-nav__link{
    position: relative;
    padding: 20px 14px;
    font-size: 1rem;
  }
  .global-nav__link:before{
    right: 10px;
    left: inherit;
  }
  .global-nav.overlay-menu .global-nav__back{
    display: none;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
  }
  .global-nav.overlay-menu .global-nav__btn{
    display: none;
  }
  .global-nav.overlay-menu.is-sub-open .global-nav__back{
    display: block;
  }
  .global-nav.overlay-menu.is-sub-open .global-nav__btn{
    display: block;
  }
  .global-nav__back:before{
    left: 0;
  }

 /* --- 第一階層と第二階層の表示切り替え --- */
  .global-nav.overlay-menu.is-sub-open .global-nav__list > .global-nav__item{
    display: none;
  }
  .global-nav.overlay-menu.is-sub-open
  .global-nav__list > .global-nav__item.is-current{
    display: block;
  }
  .global-nav.overlay-menu.is-sub-open
  .global-nav__item.is-current > .global-nav__link{
    display: none;
  }
  
  /* ===== 第2階層===== */
  .global-nav__btn{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 16px;
  }
  .global-nav.overlay-menu .global-nav__item .mega-menu{
    display: none;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 20px;
  }
  /* 2階層表示中：その項目の mega-menu だけ表示 */
  .global-nav.overlay-menu.is-sub-open
  .global-nav__item.is-current .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
/* --- ドロワー内の閉じるボタン --- */
  .global-nav__close{
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1010;
  }
  .global-nav__close:before{
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
}

/* ===============================
   Footer - Shopping Guide
=============================== */
#footer-in,
#footer-wrapper{
  width: 100%;
  max-width: 100%!important;
}
.footer-guide{
  width: 100%;
}
.footer-guide__heading{
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.footer-guide__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.footer-guide__item{
  padding: 20px;
  border-radius: 6px;
}
.footer-guide__title{
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px){
  .footer-guide__item{
    padding: 30px;
  }
  .footer-guide__title{
    margin-bottom: 30px;
  }
}

.footer-guide__text{
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

/* SP→タブレット→PC でカラム増やす */
@media screen and (min-width: 600px){
  .footer-guide__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 961px){
  .footer-guide__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ===============================
   Footer Main (Red Block)
=============================== */
/* 上段ナビ - SPでは2カラム */
.footer-nav .l-inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.footer-nav__heading{
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.footer-nav__list{
  display: grid;
  gap: 5px;
}
.footer-nav__list a{
  display: block;
}

@media screen and (min-width: 600px){
  .footer-nav__list a:hover{
    text-decoration: underline;
  }
}
/* 下段ロゴ＋注意書き */
.footer-bottom .l-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer-bottom__logo img{
  display: block;
  height: 32px;
  width: auto;
}
.footer-bottom__text{
  display: grid;
  gap: 5px;
  padding-left: 1em; 
  text-indent: -1em;
}
.footer-bottom__text li:before{
  content: "※";
}
.footer-bottom__note p{
  margin-bottom: 10px;
}
#footer p.copyr{
  width: 100%;
	text-align: center;
}
/* ===== PCレイアウト ===== */
@media screen and (min-width: 600px){
  .footer-nav .l-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media screen and (min-width: 961px){
  .footer-nav .l-inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
  }
  .footer-bottom .l-inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px 100px;
  }
  .footer-bottom__logo{
    flex-shrink: 0;
  }
  .footer-bottom__note{
    flex: 1;
  }
}
/* =========================================================
   パンくず
   ========================================================= */
.breadcrumb{
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb .l-inner{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
}
.breadcrumb__item{
  flex: 0 0 auto;
}
.breadcrumb__item a:after{
  right: -14px;
}
main{
  border: none!important;
}
/* =========================================================
   TOPキャンペーンバナー
   ========================================================= */
.top_content_main{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  line-height: 0;
  gap: 1.5vw;
}

@media screen and (max-width:960px){
  .top_content_main{
    padding: 20px;
    height: auto;
    background: #f5f6f7;
    border-bottom: 0;
    gap: 3.5vw;
  }
}

.top_content_main li{
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(95.5% / 2);
  height: auto;
}
@media screen and (max-width:960px){
  .top_content_main li{
    width: 100%;
  }
  .top_content_main li:last-child{
    margin-top: 0;
  }
}

.top_content_main li a{
  display: inline-block;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  background: #530300;
}
.top_content_main li a:hover{
  opacity: 1;
}

.top_content_main li a figure{
  width: 100%;
  height: 100%;
  line-height: 0;
}
.top_content_main li a:hover figure{
  opacity: .3;
  transition: 0.5s;
}
.top_content_main li a figure img{
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:960px){
  .top_content_main li a{
    background: #fff;
  }
  .top_content_main li a figure{
    width: initial;
    height: initial;
  }
  .top_content_main li a:hover figure{
    opacity: 1;
  }
  .top_content_main li a figure img{
    border-radius: 6px 6px 0 0;
  }
}
.top_content_main li h2{
  text-align: center;
  padding: 12px 0 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  line-height: 1.5;
  font-weight: bold;
}
.top_content_main li a:hover > h2{
  display: block;
  color: #fff;
}
@media screen and (max-width:960px){
  .top_content_main li h2{
    padding: 16px 20px;
    display: block;
    position: static;
    transform: none;
    text-align: left;
    font-feature-settings: "palt";
  }
  .top_content_main li a:hover > h2{
    color: inherit;
  }
}

.top_content_main>.special_new{
  position: relative
}

.top_content_main>.special_new:before{
  position: absolute;
  z-index: 10;
  content: "NEW";
  width: 200px;
  height: auto;
  background: #ffcd00;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 2px;
  text-align: center;
  top: 17px;
  left: -74px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}



/* =========================================================
   PC向けレイアウト (min-width: 961px)
   Flexboxで2カラム構成
   ========================================================= */
.trial-section__container{
  position: relative;
}
section__heading{
  font-weight: bold;
  margin-bottom: 20px;
}
.trial-section__image{
  max-width: 100%;
  height: auto;
  display: block;
}
.trial-section__text{
  margin-bottom: 20px;
}
.trial-section__note{
  margin-bottom: 40px;
}
.trial-button{
  display: flex;
  gap: 15px;
}
.trial-button p{
  width: 100%;
}
.trial-button .button{
  padding: 18px 18px 18px 8px;
  font-size: 1rem;
}
.trial-section .button{
  width: 100%;
  font-weight: bold;
}
.trial-icon{
  position: absolute;
  top: 5vw;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-weight: bold;
}
.trial-icon .icon{
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 961px){
  .trial-section__container{
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .trial-section__media{
    flex: 1 1 50%;
  }
  .trial-section__content{
    flex: 1 1 50%;
  }
  .trial-button{
    gap: 25px;
  }
  .trial-icon{
    left: 1.5vw;
  }
  .trial-button .button{
    padding: 16px 28px;
  }
}
@media screen and (max-width: 569px){
  .trial-button .button{
    font-size: 0.87rem;
  }
}
/* =========================================================
   SP向けレイアウト調整 (max-width: 960px)
   デフォルトで縦積み（カラム落ち）になっているため、余白調整のみ
   ========================================================= */
@media screen and (max-width: 960px){
  .trial-section__media{
    margin-bottom: 20px; /* 画像とテキストの間に余白を追加 */
  }
}
.video-background-container{
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 960px){
  .video-background-container{
    height: 50vh;
  }
}
@media screen and (min-width: 961px){
  .video-background-container{
    height: 60vh;
  }
}
.video-background{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.video-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  padding: 40px 10px;
  
}
.video-content__heading{
  margin-bottom: 40px;
}
.video-content ul{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.video-content li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: calc(100% / 3 - 10px);
}
.video-content li p{
  width: 100%;
}
.video-content .icon{
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 961px){
  .video-content__heading{
    margin-bottom: 60px;
  }
  .video-content ul{
    gap: 0;
  }
  .video-content li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: calc(100% / 5 - 40px);
  }
  .video-content .icon{

  }
}
.video-content li:nth-of-type(1) span{
  mask-image: url('images/icon_video01.svg'); -webkit-mask-image: url('images/icon_video01.svg');
}
.video-content li:nth-of-type(2) span{
  mask-image: url('images/icon_video01.svg'); -webkit-mask-image: url('images/icon_video02.svg');
}
.video-content li:nth-of-type(3) span{
  mask-image: url('images/icon_video01.svg'); -webkit-mask-image: url('images/icon_video03.svg');
}
.video-content li:nth-of-type(4) span{
  mask-image: url('images/icon_video01.svg'); -webkit-mask-image: url('images/icon_video04.svg');
}
.video-content li:nth-of-type(5) span{
  mask-image: url('images/icon_video01.svg'); -webkit-mask-image: url('images/icon_video05.svg');
}

/* =========================================================
   トップページ タブコンテンツ
   ========================================================= */
.tab{
  margin-top: 60px;
}
.tab__list{
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.tab__item{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 14px;
  font-weight: bold;
}
.tab__item .icon{
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px){
  .tab__item{
    padding: 22px;
    cursor: pointer;
  }
  .tab__item .icon{
    width: 40px;
    height: 40px;
  }
}
.tab__item.is-active{
  border-radius: 6px 6px 0 0;
}
.tab__panel.is-hidden{
  display: none !important;
}
.tab__panel .l-inner{
  display: grid;
  gap: 30px;
}
@media (min-width: 769px){
  .tab__panel .l-inner{
    display: grid;
    gap: 55px;
  }
}
.section__heading{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.home .tab__content .section__heading{
  margin-bottom: 15px;
}
.img-none-page{
  margin-bottom: 40px;
}
.section__heading .icon{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 4px;
}
@media screen and (min-width: 769px){
  .img-none-page{
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 961px){
  .section__heading{
    margin-bottom: 47px;
  }
  .img-none-page{
    margin-bottom: 70px;
  }
  .home .tab__content .section__heading{
    margin-bottom: 25px;
  }
}
.cards-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.filter--series .cards-grid{
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 961px){
  .cards-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .filter--series .cards-grid{
    --card-w: 292px;
    grid-template-columns: repeat(auto-fit, minmax(var(--card-w), var(--card-w)));
    justify-content: center;
    max-width: calc(var(--card-w) * 4 + 24px * 3);
    margin: 0 auto;
  }
}
.series-card__item{
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
  border-radius: 6px;
  line-height: 1.4;
}
.cards-grid__item{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  line-height: 1.4;
  padding: 14px 14px;
  font-feature-settings: "palt";
}
@media (min-width: 769px){
  .series-card__item{
    gap: 18px;
    line-height: 1.6;
    font-feature-settings: "intail";
  }
  .cards-grid__item{
    padding: 20px 20px;
  }
}
.cards-grid__text{
  font-weight: bold;
  padding-left: 34px;
}

@media (min-width: 769px){
  .cards-grid__text{
    padding-left: 60px;
  }
}
.series-card__img{
  padding: 12px 12px 0;
}
.series-card__body{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 0 18px 18px;
}
.series-card__body span{
  width: fit-content;
  display: inline-block;
  margin-left: auto;
  padding-right: 20px;
  border-bottom: 1px solid;
  text-align: right;
  margin-top: auto;
  font-weight: bold;
}
.series-card__body span:after{
  right: 2%;
}
@media (min-width: 769px){
  .series-card__img{
    padding: 20px 20px 0;
  }
  .series-card__body{
    padding: 0 30px 30px;
    gap: 20px;
  }
}
.filter--type .cards-grid__img,
.filter--age .cards-grid .icon_box,
.filter--medical .cards-grid .icon_box{
  width: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
}
.filter--age .cards-grid .icon--puppy{
  width: 17px;
  height: 16px;
}
.filter--age .cards-grid .icon--senior-dog{
  width: 22px;
  height: 19px;
}
.filter--age .cards-grid .icon--dog{
  width: 24px;
  height: 20px;
}
.filter--age .cards-grid .icon--cat,
.filter--age .cards-grid .icon--senior-cat{
  width: 22px;
  height: 22px;
}
.filter--age .cards-grid .icon--kitten{
  width: 17px;
  height: 17px;
}
.filter--medical .cards-grid .icon{
  width: 20px;
  height: 20px;
}
@media (min-width: 769px){
  .filter--type .cards-grid__img,
  .filter--age .cards-grid .icon_box,
  .filter--medical .cards-grid .icon_box{
    width: 40px;
  }
  .filter--age .cards-grid .icon--puppy{
    width: 27px;
    height:26px;
  }
  .filter--age .cards-grid .icon--dog{
    width: 40px;
    height: 33px;
  }
  .filter--age .cards-grid .icon--senior-dog{
    width: 33px;
    height: 28px;
  }
  .filter--age .cards-grid .icon--kitten{
    width: 27px;
    height:27px;
  }
  .filter--age .cards-grid .icon--cat,
  .filter--age .cards-grid .icon--senior-cat{
    width: 36px;
    height: 36px;
  }
  .filter--medical .cards-grid .icon{
    width: 36px;
    height: 36px;
  }
}
/* =========================================================
   トップページ タブコンテンツ　基礎知識
   ========================================================= */
.tab__heading{
  display: flex;
  justify-content: space-between;
}
.tab__heading .section__heading{
  margin-bottom: 40px;
}
.knowledge-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px){
  .knowledge-list{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
}
.knowledge-item{
  display: block;
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
  background: #fff;
}
.knowledge-item__image-wrapper{
  overflow: hidden;
}
.knowledge-item__image-wrapper img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.knowledge-item__content{
  padding: 18px;
}
.knowledge-item__title{
  margin: 0 0 18px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.8em;
  font-size: 1.125rem;
  font-weight: bold;
}
.knowledge .st-catgroup-under{
  display: none;
}
@media (min-width: 769px){
  .knowledge-item__image-wrapper img{
    height: 240px;
  }
  .knowledge-item__content{
    padding: 30px;
  }
  .knowledge-item__title{
    margin: 0 0 30px 0;
    line-height: 1.5;
    font-size: 1.25rem;
  }
}
.knowledge-item__excerpt{
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.knowledge-item__link{
  display: flex;
  justify-content: flex-end;
}
/* =========================================================
   トップページ お知らせ
   ========================================================= */
.news .l-inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.news .news-item.arrow-after--right:after{
  right: 20px;
}
.news-item{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 20px;
  border-radius: 6px;
}
.news-date{
  flex-shrink: 0;
  font-weight: bold;
  white-space: nowrap;
}
.news-category{
  flex-shrink: 0;
  font-weight: bold;
  white-space: nowrap;
}
.news-item__title{
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 40px;
  font-weight: bold;
}
@media (min-width: 961px){
  .news-item{
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 30px;
    padding: 25px 40px;
  }

  .news-item__title{
    flex: 1;
    min-width: 0;
    max-width: none;
  }
}
.news-more{
  margin-left: auto;
}

/* =========================================================
   下層ページヘッダー
   ========================================================= */
.page-mv{
  position: relative;
  overflow: hidden;
  min-height: 260px;
}
@media (min-width: 961px){
  .page-mv{
    height: 360px;
  }
}
.page-mv__bg-img{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-mv__bg-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-mv__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.page-mv.series-page .page-mv__bg::after{
  background: none;
}
.page-mv__inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.page-mv__title,
.page-mv__nav a{
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.series-page .page-mv__inner.l-inner{
  position: absolute;
  top: 50%;
  left: 26%;
}
.series-page .page-mv__inner.l-inner .page-mv__title{
  width: 40%;
}
@media (min-width: 580px){
  .series-page .page-mv__inner.l-inner{
    position: absolute;
    top: 50%;
    left: 32%;
  }
  .series-page .page-mv__inner.l-inner .page-mv__title{
    width: 25%;
  }
}
.page-mv__nav{
  width: 100%;
}
.page-mv__nav a{
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 12px 6px 14px 6px;
  font-size: clamp(12px,calc(12px + (100vw - 961px) * 0.00837),16px)
}
.page-mv__nav{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 961px){
  .page-mv__nav{
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
/* =========================================================
   お知らせ　カテゴリ一覧
   ========================================================= */
.breadcrumb_none{
  display: none;
}
.post.cat_title-wrpe {
  width: 100%;
  background: #fff;
}
.post.cat_title-wrpe h1 {
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 1.25rem;
}
.cat-list-box {
  background: #fff;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 20px;
}
.cat-list-box h3 {
  margin: 20px 0;
}
.cat-list-box .blog_info p i,
.time_and_category .kdate i {
  display: none;
}
@media screen and (min-width: 961px) {
  .post.cat_title-wrpe {
  }
  .post.cat_title-wrpe h1 {
    padding: 80px 20px;
    max-width: 1240px;
    font-size: 1.6rem;
  }
  .cat-list-box {
    margin: 0 0 30px;
    padding: 30px;
  }
  .cat-list-box h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 600px) {
  main .kanren:not(.st-cardbox) .cat-list-box dt {
    float: left;
    width: 200px!important;
  }
  main .kanren:not(.st-cardbox) .cat-list-box dd{
    padding-left: 225px!important;
  }
}
@media only screen and (min-width: 961px) {
  main .kanren:not(.st-cardbox) .cat-list-box dt {
    float: left;
    width: 300px!important;
  }
  main .kanren:not(.st-cardbox) .cat-list-box dd{
    padding-left: 335px!important;
  }
}

/* =========================================================
   取扱店舗
   ========================================================= */
.store-search .search__bar{
  margin-bottom: 40px;
}
@media screen and (min-width: 769px){
  .store-search .search__bar{
    margin-bottom: 80px;
  }
}
/* ===== 一覧 ===== */
.store-section{
  scroll-margin-top: 84px; /* 固定ヘッダーの高さ+20px */
  margin-bottom: 40px;
}
.store-section .section__heading{
  margin-bottom: 30px;
  line-height: 1.0;
}
.store-section__subtitle{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section__heading + .store-section__subtitle{
  margin-top: -6px;
}
.store-card{
  border-radius: 6px;
  grid-template-columns: 1fr;
  padding: 20px 20px;
  gap: 10px;
}
.store-list{
  display: grid;
  gap: 16px;
}
.store-card__name{
  font-weight: 700;
}
.store-card__tags{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.store-card__right .web a{
  text-decoration: underline;
}
.store-tag{
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
}
#web .store-link:not(:last-child):after{
  content: "/";
  padding: 0 6px;
  display: inline-block;
}
.store-tag--note{
  border: 1px solid #b7b7b7;
}
.store-tag--care{
  border: 1px solid #ba0c2f;
}
.map:before{
  padding: 0 6px 0 4px;
}
@media (max-width: 960px){
  .store-meta__row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .store-card__right{
    margin-top: 10px;
  }
  .web,
  .ad{
    width: 100%;
  }
  .map,
  .tel,
  .online{
    flex: 1;
    margin: 0;
  }
  .tel a,
  .map a,
  .online a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 53px;
    border: 1px solid #b4aaa7;
    border-radius: 6px; 
    font-weight: 700;
    color: #5b342b;
  }
  .icon--online,
  .icon--phone,
  .icon--map{
    width: 16px;
  }
}
@media (min-width: 961px){
  .store-section{
    scroll-margin-top: 160px; /* 固定ヘッダーの高さ */
    margin-bottom: 60px;
  }
  .store-section__subtitle{
    margin-bottom: 20px;
  }
  .store-card__right{
    padding-left: 50px;
  }
  .store-card{
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    align-items: center;
  }
  .tel{
    margin-top: 5px;
  }
  .ad,
  .map{
    display: inline;
  }
  .web,
  .ad,
  .tel{
    position: relative;
    margin: auto;
  }
  .web:before,
  .ad:before,
  .tel:before{
    position: absolute;
    left: -50px;
    width: 50px;
    text-align: right;
  }
  .web:before{
    content: "WEB：";
  }
  .ad:before{
    content: "AD：";
  }
  .tel:before{
    content: "TEL：";
  }
  .map:before{
    content: "（";
  }
  .map:after{
    content: "）";
  }
  .store-link,
  .map a{
    text-decoration: underline;
    white-space: nowrap;
  }
  .store-link:hover,
  .map a:hover{
    text-decoration: underline;
  }
  .icon--online,
  .icon--phone,
  .icon--map{
    display: none;
  }
  .tel a[href^="tel:"]{
    pointer-events: none;
    cursor: default;
  }
}

/* =========================================================
   よくある質問
   ========================================================= */
.wp-block-accordion-item{
  margin: 0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.wp-block-accordion-panel{
  padding: 43px;
  position: relative;
}
.wp-block-accordion-panel:before{
  content: "";
  width: 100%;
  border-top: 1px solid #f5f6f7;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-accordion-heading{
  padding: 12px 20px;
}
.wp-block-accordion-heading__toggle-title{
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  font-weight: bold;
}
.wp-block-accordion-heading__toggle-title:before{
  position: absolute;
  left: 0;
  content: "Q";
  display: inline-block;
}
.wp-block-accordion-heading__toggle-icon{
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px){
  .wp-block-accordion-panel{
    padding: 20px 55px 25px;
  }
  .wp-block-accordion-heading{
    padding: 20px 30px;
  }
  .wp-block-accordion-heading__toggle-title:before{
    margin-right: 20px;
  }
}
.faq-in-image{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-in-image p img{
  border-radius: 6px;
}
@media screen and (min-width: 769px){
  .faq-in-image{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
  }
  .faq-in-image p:nth-of-type(1){
    width: 65%;
  }
  .faq-in-image p:nth-of-type(2){
    width: 35%;
  }
}
.qa .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
  text-decoration: none;
}
/* =========================================================
   代理店様専用　ログインページ
   ========================================================= */
.post-password-form{
  text-align: center;
}
.post-password-form .section__heading{
  justify-content: center;
  margin-bottom: 40px;
}
.password-text{
  margin-bottom: 30px;
}
.password-input{
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.post-password-form button{
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 769px){
  .post-password-form .section__heading{
    margin-bottom: 50px;
  }
  .password-input{
    margin-bottom: 35px;
  }
  .password-input{
    width: 600px;
  }
  .post-password-form button{
    width: 200px;
  }
}
/* =========================================================
   代理店様専用ページ
   ========================================================= */
.tab--dealer{
  margin-top: 0;
}
.dealer-news,
.dealer-download{
  display: grid;
  gap: 20px; 
}
.dealer-news .section__heading,
.dealer-download .section__heading{
  margin-bottom: 0;
}
.tab--dealer .tab__item .icon{
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 769px){
  .dealer-news,
  .dealer-download{
    gap: 30px; 
  }
  .tab--dealer  .tab__item .icon{
    width: 26px;
    height: 26px;
  }
}
.dealer-news .wp-block-columns{
  border-radius: 6px;
  padding: 20px;
  display: grid!important;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 12px 18px;
}
.dealer-news .wp-block-column-is-layout-flow{
  align-self: center;
}
@media screen and (min-width: 769px){
  .dealer-news .wp-block-columns{
    grid-template-columns: 160px 1fr;
    padding: 26px;
  }
  .dealer-news .wp-block-columns .wp-block-column-is-layout-flow:nth-of-type(1){
    text-align: center;
  }
}
.news__text a{
  text-decoration: underline;
}
.dealer-download .wp-block-columns-is-layout-flex{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.dealer-download .wp-block-column-is-layout-flow a{
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px){
  .dealer-download .wp-block-columns-is-layout-flex{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .dealer-download .wp-block-column-is-layout-flow a{
    padding: 26px;
  }
}
.dealer-download .wp-block-column-is-layout-flow p a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.dealer-download.xlslist .wp-block-column-is-layout-flow a:after{
  content: "";
  background: url(images/icon_xls.webp) no-repeat center / contain;
  min-width: 36px;
  height: 36px;
  display: block;
}
.dealer-download.ziplist .wp-block-column-is-layout-flow a:after{
  content: "";
  background: url(images/icon_zip.webp) no-repeat center / contain;
  min-width: 36px;
  height: 36px;
  display: block;
}
.dealer-download.pdflist .wp-block-column-is-layout-flow a:after{
  content: "";
  background: url(images/icon_pdf.webp) no-repeat center / contain;
  min-width: 36px;
  height: 36px;
  display: block;
}
/* =========================================================
   ブランドページ
   ========================================================= */
.series__cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.series__card{
  position: relative;
  border-radius: 6px;
}
.series__card--feature{
  padding: 8% 8% 10%;
  /* aspect-ratio: 1 / 1; */
}
.series__card--product{
  padding: 0;
  overflow: hidden;
  display: block;
}
.series__card img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.series__card--feature ul{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  position: relative;
}
.series__card--feature li{
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.series__card--feature li:before{
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.series__heading{
  font-size: clamp(26px, calc(26px + (100vw - 961px) * 0.07531), 44px);
  font-weight: bold;
  margin-bottom: 8%;
}
.series__intro-text .series__heading{
  line-height: 1.2;
  margin-bottom: 20px;
}
.series__name{
  position: absolute;
  left: 8%;
  top: 8%;
  font-weight: bold;
  font-size: 2.7rem; /* 1241px以上 */
}
/* 419以下 */
@media (max-width:419.98px){
  .series__name{
    font-size:1.5rem;
  }
}
/* 420〜768 : 1.5rem → 2.7rem */
@media (min-width:420px) and (max-width:768.98px){
  .series__name{
    font-size:clamp(1.5rem,calc(1.5rem + (100vw - 420px) * 0.05517),2.7rem);
  }
}
/* 769〜1240 : 1.5rem → 2.7rem */
@media (min-width:769px) and (max-width:1240px){
  .series__name{
    font-size:clamp(1.5rem,calc(1.5rem + (100vw - 769px) * 0.04076),2.7rem);
  }
}
.series__name span{
  display:block;
  font-size:1.25rem; /* 1241px以上 */
}
/* 419以下 */
@media (max-width:419.98px){
  .series__name span{
    font-size:0.875rem;
  }
}
/* 420〜768 : 0.875rem → 1.25rem */
@media (min-width:420px) and (max-width:768.98px){
  .series__name span{
    font-size:clamp(0.875rem,calc(0.875rem + (100vw - 420px) * 0.01724),1.25rem);
  }
}
/* 769〜1240 : 0.875rem → 1.25rem */
@media (min-width:769px) and (max-width:1240px){
  .series__name span{
    font-size:clamp(0.875rem,calc(0.875rem + (100vw - 769px) * 0.01274),1.25rem);
  }
}
.series__btn{
  width: 35%;
  position: absolute;
  right: 8%;
  top: 87.3%;
  transform: translateY(-50%);
  padding: 12px;
  border-radius: 6px;
  text-align: center;
}
/* 290 → 768 */
@media (min-width:290px) and (max-width:768px){
  .series__btn{
    top: calc(87.3% + ((100vw - 290px) / 478) * 3.8%);
  }
}

/* 769 → 1240 */
@media (min-width:769px) and (max-width:1240px){
  .series__btn{
    top: calc(87.4% + ((100vw - 769px) / 471px) * 0.4%);
  }
}

/* 1241+ */
@media (min-width:1241px){
  .series__btn{
    top: 87.4%;
  }
}
.series__card--feature ul{
  gap: 5px;
}
@media (min-width:769px) and (max-width:1240px){
  .series__card--feature ul{
    gap:clamp(10px,calc(10px + (100vw - 769px) * 0.02123),24px);
  }
}
@media (min-width:1241px){
  .series__card--feature ul{
    gap:15px;
  }
}
.series__cards{
  gap: 24px;
}
@media (min-width: 769px){
  .series__cards{
    grid-template-columns: 1fr 1fr;
    gap:clamp(24px,calc(24px + (100vw - 769px) * 0.07643),60px);
  }
}
@media screen and (min-width: 770px) and (max-width: 960px){
  .series_img{
    margin: 30px auto;
    width: 80%;
  }
}
.wp-block-image.veterinary {
    margin: 20px auto 40px;
    width: 40%;
}
@media screen and (min-width: 770px) and (max-width: 960px){
  .wp-block-image.veterinary {
      max-width: 200px
  }
}
@media screen and (min-width: 960px){
  .wp-block-image.veterinary {
      margin: 80px auto;
      width: 40%;
  }
}
/* =========================================================
   お問い合わせ
   ========================================================= */
.contact__tel{
  margin-bottom: 40px;
}
.contact__note-list li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.contact__form form input,
.contact__form form textarea{
  width: 100%;
}
.contact__form form{
  width: 100%;
}
@media screen and (min-width: 961px){
  .contact__tel{
    margin-bottom: 50px;
  }
  .contact__form form{
    width: 65%;
    margin: 0 auto;
  }
}
.consent{
  justify-content: center;
  text-align: center;
}
.consent .wpcf7-list-item{
  margin: 0;
}
.consent .wpcf7-list-item label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.consent .wpcf7-list-item input[type="checkbox"]{
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #6b4a3a;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  position: relative;
}
.consent .wpcf7-list-item input[type="checkbox"]:checked{
  background: #6b4a3a;
}
.consent .wpcf7-list-item input[type="checkbox"]:checked::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.consent .wpcf7-list-item-label{
  font-size: 14px;
  color: #5a3a2a;
}
.contact__form .wpcf7-spinner{
  display: none;
}
.contact__form .submit{
  text-align: center;
}
.contact__form .submit .button{
  width: 285px;
}
.contact__form .submit input{
  padding: 0;
  color: inherit;
}
/* =========================================================
   フォーム共通
   ========================================================= */
form input,
form select,
form textarea{
  padding: 10px 12px;
  border: none;
  outline: none;
  border-radius: 6px;
}
.search__bar,
form select{
  position: relative;
  max-width: 520px;
}
.search__bar::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #b7b7b7;
}
.search__bar select,
form textarea{
  width: 100%;
}
form .required{
  display: inline-block;
  margin-left: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  line-height: 1.2;
}
form section{
  display: grid;
  gap: 10px;
}
form dl{
  display: grid;
  gap: 10px;
}
form dt{
  display: flex;
  align-items: center;
}
@media screen and (min-width: 961px){
  .search__bar,
  form select{
    min-width: 500px;
  }
  form section{
    display: grid;
    gap: 30px;
  }
}
.wpcf7 form.sent .wpcf7-response-output{
  border-radius: 7px;
  background: #f3fef8;
  color: #46b450;
  padding: 10px 20px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  border-color: #dc3232;
  border-radius: 7px;
  background: #fff9f9;
  color: #dc3232;
  padding: 10px 20px;
}
/* =========================================================
   利用規約・特定商取引法に基づく表示
   ========================================================= */
.terms__block{
  margin: 40px 0;
}
.terms__intro{
  margin-bottom: 20px;
}
.terms__title{
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 961px){
  .terms__block{
    margin: 60px 0;
  }
  .terms__intro{
    margin-bottom: 40px;
  }
  .terms__title{
    margin-bottom: 40px;
    text-align: left;
  }
}
.terms ul,
.terms ol{
  padding-left: 1.5em;
}

.terms li{
  padding-left: 0.5em;
}
.terms ul li{
  list-style: disc!important;
}
.terms ol li{
  list-style: decimal!important;
}
/* 内側OLは（1）形式 */
.terms ol ol > li{
  counter-increment: inner;
  position: relative;
  padding-left: 2.5em;
  text-indent: 0;
}
.terms ol ol > li::marker{
  content: "";
}
.terms ol ol > li::before{
  content: "（" counter(inner) "）";
  position: absolute;
  left: 0;
}
.terms__list--note{
  display: inline-block;
  padding-left: 0!important;
  line-height: 1.4;
}
.terms .terms__list--note li{
  list-style: none!important;
  position: relative;
  padding-left: 1.5em;
}
.terms__list--note li::before{
  content: "※";
  position: absolute;
  left: 0;
}
.terms .text-link{
  padding-right: 0;
  display: inline;
}
.terms__dl{
  display: grid;
  grid-template-columns: 1fr;
}
.terms__dl dt,
.terms__subtitle,
.terms__section-title{
  font-weight: 700;
}
.terms__subtitle{
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.terms__subtitle:before{
  content: ""!important;
  background: #ba0c2f;
  width: 6px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.terms__dl dd{
  margin-bottom: 20px;
}
.terms__table dt,
.terms__table dd,
.terms__body .wp-block-column{
  padding: 10px;
  margin-bottom: 0;
}
.terms__table dt,
.terms__body .wp-block-column:first-child{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.terms__spacer{
  margin-bottom: 20px;
}
.terms__body .wp-block-columns{  
  gap: 0;
}
.page-id-201 .button__wrap{
  width: 100%;
  margin: 20px 0;
}
.page-id-201 .button{
  width: 100%;
}
@media screen and (min-width: 768px){
  .terms__table dd,
  .terms__body .wp-block-column:nth-child(2){
    padding: 20px;
  }
}
@media screen and (min-width: 961px){
  .terms__dl{
    grid-template-columns: 260px 1fr;
    gap: 20px 40px;
  }
  .terms__table.terms__dl{
    gap: 0px;
  }
  .terms__dl dd{
    margin-bottom: 0;
  }
  .terms__table dt,
  .terms__body .wp-block-column:first-child{
    justify-content: center;
  }
  .terms__table dt,
  .terms__table dd,
  .terms__body .wp-block-column{
    padding: 20px;
    border-bottom: 1px solid #e4e5e6;
  }
  .terms__table dt:nth-of-type(1),
  .terms__table dd:nth-of-type(1),
  .terms__body .wp-block-columns:nth-of-type(1){
    border-top: 1px solid #e4e5e6;
  }
  .page-id-201 .wp-block-image img{
    width: 80%;
  }
  .page-id-201 .button__wrap{
    width: 40%;
    margin: 20px 0;
  }
}

/* ======================================
   汎用ページテンプレート
====================================== */
.block-column__ptn03 .wp-block-column:nth-child(1){
  order: 2;
}
.block-column__ptn03 .wp-block-column:nth-child(2){
  order: 1;
}
.block-column__ptn04 .wp-block-image{
  margin-top: 30px;
}
.block-column__ptn01.wp-block-columns,
.block-column__ptn02.wp-block-columns,
.block-column__ptn03.wp-block-columns,
.block-column__ptn04.wp-block-columns{
  flex-wrap: wrap !important;
}
.l-inner.block-column__ptn01 h2,
.l-inner.block-column__ptn02 h2,
.l-inner.block-column__ptn03 h2,
.l-inner.block-column__ptn04 h2{
  font-size: 1.375rem;/* =24px */
}
.l-inner.block-column__ptn01,
.l-inner.block-column__ptn02,
.l-inner.block-column__ptn03,
.l-inner.block-column__ptn04{
  padding: 40px 20px 20px;
}
.tm_block:last-of-type{
  padding: 40px 20px 50px;
}
.block-column__ptn01 h2.br-none br,
.block-column__ptn02 h2.br-none br,
.block-column__ptn03 h2.br-none br,
.block-column__ptn04 h2.br-none br{
  display: none;
}
.block-column__ptn01 ul,
.block-column__ptn02 ul,
.block-column__ptn03 ul,
.block-column__ptn04 ul{
  margin-left: 21px;
}
.block-column__ptn01 ul li,
.block-column__ptn02 ul li,
.block-column__ptn03 ul li,
.block-column__ptn04 ul li{
  list-style-type: disc;
}
ul.list-type-maru,
ul.list-type-batsu{
  margin-left: 0;
}
ul.list-type-maru li,
ul.list-type-batsu li{
  display: flex;
  list-style-type: none;
  align-items: baseline;
}
ul.list-type-maru li:before{
  content: "〇";
  line-height: 1.4;
  margin-right: 7px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #33e799;
}
ul.list-type-batsu li:before{
  content: "✕";
  line-height: 1.4;
  margin-right: 7px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ff6666;
}
@media screen and (min-width: 961px){
  .block-column__ptn03 .wp-block-column:nth-child(1){
    order: 1;
  }
  .block-column__ptn03 .wp-block-column:nth-child(2){
    order: 2;
  }
  .block-column__ptn01.wp-block-columns,
  .block-column__ptn02.wp-block-columns,
  .block-column__ptn03.wp-block-columns,
  .block-column__ptn04.wp-block-columns{
    flex-wrap: nowrap!important;
  }
  .l-inner.block-column__ptn01,
  .l-inner.block-column__ptn02,
  .l-inner.block-column__ptn03,
  .l-inner.block-column__ptn04{
    padding: 80px 20px 40px;
  }
  .tm_block:first-of-type{
    padding: 100px 20px 40px;
  }
  .tm_block:last-of-type{
    padding: 80px 20px 100px;
  }
  .tm_block:only-of-type{
    padding: 80px 20px 100px;
  }
  .l-inner.block-column__ptn01 h2,
  .l-inner.block-column__ptn02 h2,
  .l-inner.block-column__ptn03 h2,
  .l-inner.block-column__ptn04 h2{
    font-size: 2.1rem;/* =34px */
  }
}
@media screen and (max-width: 960px){
  .block-column__ptn01 .wp-block-column,
  .block-column__ptn02 .wp-block-column,
  .block-column__ptn03 .wp-block-column,
  .block-column__ptn04 .wp-block-column{
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1080px){
  .block-column__ptn02 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-of-type(1){
    padding-right: 30px;
  }
  .block-column__ptn03 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-of-type(2){
    padding-left: 30px;
  }
}
/* ======================================
   2カラムレイアウトリセット
====================================== */
#content{
  max-width: inherit!important;
}
#contentInner{
  float: none!important;
  margin-right: 0!important;
}
main{
  margin-right: 0!important;
}
#side,
.post-25 .kanren,
.p-navi,
.point,
.tagst{
  display: none!important;
}
/* ======================================
   お知らせ
====================================== */
.news .post-25{
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 961px){
  .news .post-25{
    gap: 60px;
  }
}
.news-archive__item{
  padding: 20px;
  border-radius: 6px;
}
.time_and_category,
.news-archive__meta{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
      "date cat"
      "title title";
  column-gap: 20px;
  row-gap: 6px;
  align-items: start;
  margin-top: 15px;
}
.news-archive__item h1.entry-title,
h2.news-archive__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px){
  .news-archive__item{
    padding: 40px;
  }
  .news-archive__meta{
    margin-top: 5px;
  }
  .news-archive__item h1.entry-title,
  h2.news-archive__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 961px){
  .news-archive__item{
    padding: 60px;
  }
  .news-archive__meta{
    margin-top: 10px;
    grid-template-columns: auto auto 1fr;
  }
  .news-archive__item h1.entry-title,
  h2.news-archive__title {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}
.news-archive__date,
.news-archive__title{
  font-weight: bold;
}
.catname{
  text-align: center;
  font-weight: bold;
}

.news-archive__content p:not(:first-child),
.news-archive__content figure,
.news-archive__item .entry-content p,
.news-archive__item .entry-content p:not(:first-child) {
  margin-top: 20px;
}
.news-archive__item hr.hrcss {
  display: none;
}
@media screen and (max-width: 960px){
  .news .news-archive__date{ grid-area: date; }
  .news .st-catgroup{ grid-area: cat; }
  .news .news-archive__title{ grid-area: title; }
}
.news #comments,
.news .sns,
.news .kanren{
  display: none;
}
.news .pagination {
  margin-top: 40px;
  text-align: center;
}
.news .pagination .page-numbers {
  padding: 6px;
  border: 1px solid #f1f2f3;
  border-radius: 6px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 961px){
  .news .pagination .page-numbers {
    margin: 0 4px;
    height: 50px;
    width: 50px;
  }
}
.news .pagination .page-numbers.current {
  border-color: #ba0c2f;
}
.news .pagination .page-numbers.dots {
  border: 0;
  padding: 8px 4px;
}

/* ======================================
   基礎知識
====================================== */
.knowledge dl.clearfix{
  display: block;
  margin: 0;
}
.knowledge .kanren{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.knowledge .kanren:not(.st-cardbox) dt{
  float: inherit;
  width: auto;
}
.knowledge .kanren:not(.st-cardbox) dd{
  margin: 0;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 961px){
  .knowledge .kanren{
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .knowledge .kanren:not(.st-cardbox) dd{
    padding: 30px;
  }
}
.knowledge .kanren:not(.st-cardbox) dt:not(.st-cardbox) img{
  height: 200px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.knowledge.knowledge_dog h1,
.knowledge.knowledge_cat h1{
  border-bottom: 1px solid #dadada;
  font-size: 1.255rem;
}
.knowledge h2{
  font-size: 1.125rem;
  font-weight: bold;
}
.knowledge .st-excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.knowledge .st-svg-clock-o:before,
.knowledge .kanren:not(.st-cardbox) .clearfix dd .blog_info p,
.knowledge_cat .kanren,
.knowledge_dog .kanren,
.knowledge .sns,
.knowledge .kdate{
  display: none
}
.knowledge .section__heading{
  margin-bottom: 20px;
}
.knowledge.knowledge_dog,
.knowledge.knowledge_cat{
  border-bottom: 1px solid #dadada;
}
.knowledge_dog section,
.knowledge_cat section{
  border-radius: 6px;
  padding: 20px;
}
.main-visual-wide{
  margin-left: -20px;
  margin-right: -20px;
}
.js-toc{
  background: #f1f2f3;
  border-radius: 6px;
  padding: 30px 20px;
}
.js-toc p.mokuji{
  margin: 0 0 0 20px !important;
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ba0c2f;
}
.js-toc ol {
  margin-left: 20px;
}
.js-toc ol li{
  list-style-type: disc;
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 0.87rem;
}
.js-toc ol li a{
  text-decoration: underline;
}
.knowledge_dog .mainbox h2,
.knowledge_dog .mainbox p,
.knowledge_cat .mainbox h2,
.knowledge_cat .mainbox p{
  margin: 20px 0;
}
.knowledge_dog .mainbox h2,
.knowledge_cat .mainbox h2{
  color: #ba0c2f;
}
.knowledge ul.wp-block-list {
  margin-bottom: 20px;
}
.knowledge ul.wp-block-list li {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
.knowledge ul.wp-block-list.type-2 li {
  list-style-type: none!important;
  margin: 0 0 20px 0!important;
  padding: 20px;
  border-radius: 6px;
  background: #f7f8f9;
}
.knowledge .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
  margin: 0!important;
}
.item__introduction h2{
  margin-left: -20px!important;
  margin-right: -20px!important;
}
.item__introduction h2 span{
  display: block;
  text-align: center;
  background: #ba0c2f !important;
  margin-top: 50px;
  padding: 20px 0;
  color: #fff;
}
.item__introduction-product{
  display: flex;
  gap: 8%;
  flex-wrap: wrap;
}
.item__introduction-product div{
  text-align: center;
  width: 46%;
}
.item__introduction-product div img{
  margin-top: 20px;
  width: 100%;
}
.item__introduction-product div p {
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.825rem;
}
@media screen and (min-width: 669px){
  .item__introduction-product{
    gap: 3.5%;
  }
  .item__introduction-product div{
    width: 31%;
  }
}
@media screen and (max-width: 769px){
  .main-visual-wide{
    aspect-ratio: 5 / 3;
    overflow: hidden;
  }
  .main-visual-wide figure{
    display: block;
    width: 100%;
    height: 100%;
  }
  .main-visual-wide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media screen and (min-width: 769px){
  .knowledge .section__heading{
    margin-bottom: 35px;
  }
  .knowledge_dog section,
  .knowledge_cat section{
    padding: 34px 40px 40px;
  }
  .knowledge.knowledge_dog h1,
  .knowledge.knowledge_cat h1{
    font-size: 1.8rem;
  }
  .main-visual-wide{
    margin-left: -40px;
    margin-right: -40px;
  }
  .js-toc{
    margin-bottom: 60px;
    padding: 30px 40px;
  }
  .js-toc p.mokuji{
    margin: 0 0 0 20px !important;
    font-size: 1.25rem;
  }
  .js-toc ol {
    margin-left: 20px;
  }
  .js-toc ol li{
    font-size: 1rem;
  }
  .knowledge_dog .mainbox h2,
  .knowledge_dog .mainbox p,
  .knowledge_cat .mainbox h2,
  .knowledge_cat .mainbox p{
    margin: 30px 0;
  }
  .knowledge_dog .mainbox h2:first-of-type,
  .knowledge_cat .mainbox h2:first-of-type{
    margin: 0 0 30px;
  }
  .knowledge ul.wp-block-list {
    margin-bottom: 40px;
  }
  .knowledge ul.wp-block-list.type-2 li {
    padding: 30px;
  }
  .item__introduction h2{
    margin-left: -40px!important;
    margin-right: -40px!important;
  }
  .item__introduction .item__introduction-roduct-name  {
    margin: 10px 0!important;
  }
  .knowledge__spacer{
    height: 60px;
  }
}
@media screen and (min-width: 961px){
  .knowledge .section__heading{
    margin-bottom: 55px;
  }
  .knowledge_dog section,
  .knowledge_cat section{
    padding: 54px 60px 60px;
  }
  .knowledge.knowledge_dog h1,
  .knowledge.knowledge_cat h1{
    font-size: 2.1rem;
  }
  .main-visual-wide{
    margin-left: -60px;
    margin-right: -60px;
  }
  .knowledge_dog .mainbox h2,
  .knowledge_dog .mainbox p,
  .knowledge_cat .mainbox h2,
  .knowledge_cat .mainbox p{
    margin: 50px 0;
  }
  .knowledge_dog .mainbox h2:first-of-type,
  .knowledge_cat .mainbox h2:first-of-type{
    margin: 0 0 50px;
  }
  .knowledge ul.wp-block-list {
    margin-bottom: 60px;
  }
  .item__introduction h2{
    margin-left: -60px!important;
    margin-right: -60px!important;
  }
  .item__introduction-product{
    gap: 2.6%;
  }
  .item__introduction-product div{
    width: 23%;
  }
  .item__introduction-product div p {
    line-height: 1.6;
    margin: 20px 0 10px!important;
    font-size: 0.97rem;
  }
}
/* ======================================
   カート
====================================== */
.cart_btn {
  position: fixed;
  bottom: 134px;
  right: 10px;
  z-index: 100;
  display: none;
}
.cart_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ba0c2f;
  text-align: center;
  position: relative;
}
.pagetop {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 9999;
  display: none;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3b2520;
  text-align: center;
  position: relative;
}
.pagetop a:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pagetop a span {
  display: none;
}
@media screen and (min-width: 961px){
  .cart_btn{
    bottom: 96px;
    right: 29px;
  }
  .pagetop{
    bottom: 49px;
    right: 29px;
  }
  .pagetop{
    bottom: 29px;
    right: 29px;
  }
  .pagetop a,
  .cart_btn a{
    width: 54px;
    height: 54px;
  }
  .pagetop a span {
    display: block;
    line-height: 54px;
    color: #fff;
    font-size: 0.55rem
  }
}
.grecaptcha-badge {
  visibility: hidden;
}