@charset "UTF-8";
/*!
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================
共通
======================= */
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 960.001px) {
  body {
    font-size: 16px;
  }
}
body * {
  letter-spacing: 0;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content * {
  line-height: 1.75;
}

.l-content {
  margin-bottom: 0;
  z-index: 0;
}

.swell-block-columns__inner {
  -webkit-column-gap: var(--swl-clmn-mrgn--x);
     -moz-column-gap: var(--swl-clmn-mrgn--x);
          column-gap: var(--swl-clmn-mrgn--x);
  margin-left: 0;
}

.swell-block-columns .swell-block-column {
  width: var(--clmn-w);
  margin-left: 0;
}

.wp-block-cover, .wp-block-cover-image {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .sp-column-reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.has-border, div.has-background, p.has-background {
  padding-left: 20px;
  padding-right: 20px;
}

.l-mainContent .l-mainContent__inner > .post_content {
  padding: 0;
  margin-bottom: 0;
}

.page .post_content > * {
  margin-bottom: 0;
}

.page p, .page li, .single p, .single li, .archive p, .archive li {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .page p, .page li, .single p, .single li, .archive p, .archive li {
    font-size: 14px;
  }
}
.page li, .single li, .archive li {
  margin: 0;
}
.page h2, .page h3, .page h4, .single h2, .single h3, .single h4, .archive h2, .archive h3, .archive h4 {
  margin: 0;
}

.ff-mynerve {
  font-family: "Mynerve", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.ff-belda {
  font-family: "belda-normal", sans-serif !important;
  font-weight: 600;
}

.p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

/* =======================
固定ページ共通
======================= */
.page .post_content {
  margin-top: 0;
}
.page .l-content {
  padding-top: 0;
  margin-bottom: 0;
}

.full-inner-left {
  padding-left: max(50vw - 540px, 20px) !important;
  padding-right: 20px !important;
}

.full-inner-right {
  padding-right: max(50vw - 540px, 20px) !important;
  padding-left: 20px !important;
}

.p-blogParts {
  margin: 0 !important;
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  z-index: 102;
}
.l-header .l-container {
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

.l-header__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 45px;
}
@media screen and (min-width: 960.001px) {
  .l-header__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-header__gnav {
  display: none;
}

.l-header__menuBtn.sp_ {
  display: block !important;
}

.l-header__customBtn.sp_ {
  display: block !important;
}

.l-header__logo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960.001px) {
  .l-header__logo {
    position: static;
    margin-top: 0px;
    -webkit-transform: none;
            transform: none;
    padding: 30px 0 !important;
  }
}

.l-header__customBtn, .l-header__menuBtn {
  width: auto;
  height: auto;
}
@media screen and (min-width: 960.001px) {
  .l-header__customBtn, .l-header__menuBtn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.l-header__customBtn .c-iconBtn, .l-header__menuBtn .c-iconBtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.l-header__customBtn .-menuBtn, .l-header__menuBtn .-menuBtn {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.l-header__customBtn .icon-cart:before, .l-header__menuBtn .icon-cart:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/wp-content/uploads/2025/06/icon-cart.png) no-repeat center/contain;
}
@media screen and (min-width: 960.001px) {
  .l-header__customBtn .icon-cart:before, .l-header__menuBtn .icon-cart:before {
    width: 20px;
    height: 20px;
  }
}
.l-header__customBtn .c-iconBtn__label, .l-header__menuBtn .c-iconBtn__label {
  -webkit-transform: none;
          transform: none;
  font-size: 10px;
}
@media screen and (min-width: 960.001px) {
  .l-header__customBtn .c-iconBtn__label, .l-header__menuBtn .c-iconBtn__label {
    font-size: 15px;
  }
}

.l-header__customBtn {
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 4px 10px;
}
@media screen and (min-width: 960.001px) {
  .l-header__customBtn {
    padding: 6px 13px;
  }
}
.l-header__customBtn .c-iconBtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-header__customBtn .c-iconBtn__label {
  margin-top: 3px;
}

.p-breadcrumb {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  display: none;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  z-index: 1;
}
.p-breadcrumb .p-breadcrumb__list {
  border-bottom: 1px solid #e1e3e5;
  padding: 0 0 8px;
  max-width: 1000px;
}
.p-breadcrumb .p-breadcrumb__text {
  font-size: 12px;
}
.p-breadcrumb .icon-home:before {
  content: none;
}
.p-breadcrumb .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

/* =======================
ハンバーガーメニュー
======================= */
.p-spMenu {
  display: block !important;
}

.p-spMenu__body {
  padding: 24px 0px 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-spMenu__body .p-spMenu__nav {
  margin-top: 130px;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__body .p-spMenu__nav {
    margin-top: 0;
    margin-inline: auto;
    max-width: 1120px;
  }
}

.c-spnav .pc-menu {
  display: none !important;
}

.c-iconBtn .c-iconBtn__label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-iconBtn .c-iconBtn__icon.icon-menu-thin {
  position: relative;
  width: 36px;
  height: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .c-iconBtn .c-iconBtn__icon.icon-menu-thin {
    width: 50px;
  }
}
.c-iconBtn .c-iconBtn__icon.icon-menu-thin::before, .c-iconBtn .c-iconBtn__icon.icon-menu-thin::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-iconBtn .c-iconBtn__icon.icon-menu-thin::after {
  top: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__label {
  opacity: 0;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon.icon-menu-thin {
  height: 22px;
}
@media screen and (min-width: 960.001px) {
  [data-spmenu=opened] .-menuBtn .c-iconBtn__icon.icon-menu-thin {
    height: 30px;
  }
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon.icon-menu-thin::before {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon.icon-menu-thin::after {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.p-spMenu__closeBtn {
  display: none;
}

.c-widget__title {
  display: none;
}

.c-listMenu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
.c-listMenu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 12px;
  text-align: center;
  border: none;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width: 960.001px) {
  .c-listMenu a {
    font-size: 16px;
  }
}
.c-listMenu a:hover {
  background: none;
  padding: 0;
}
.c-listMenu a .c-smallNavTitle {
  opacity: 1;
  font-size: 24px;
  font-family: "belda-normal", sans-serif !important;
  font-weight: 600;
  margin: 0;
  top: 0;
}
@media screen and (min-width: 960.001px) {
  .c-listMenu a .c-smallNavTitle {
    font-size: 35px;
  }
}
.c-listMenu .nav-contact {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .c-listMenu .nav-contact {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.c-listMenu .nav-contact a {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 7px 20px;
  font-size: 16px;
  width: 150px;
  margin-inline: auto;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .c-listMenu .nav-contact a {
    padding: 10px 20px;
  }
}
.c-listMenu .nav-contact a:hover {
  background: #fff;
  color: #000;
}

.c-listMenu .sub-menu {
  padding-block: 10px;
}
.c-listMenu .sub-menu .sub-menu {
  padding: 0 10px 0 15px;
}
.c-listMenu .sub-menu .sub-menu a {
  font-size: clamp(13px, 1.3vw, 17px) !important;
}
.c-listMenu .sub-menu .sub-menu a::before {
  content: "-";
  color: #81AE7E;
  background: none;
  width: auto;
  height: auto;
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none;
}

.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  padding-top: 0px;
}

/* =======================
フッター上ウィジェットブロック
======================= */
/* =======================
フッター
======================= */
footer {
  padding-bottom: 40px;
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(/wp-content/uploads/2025/06/wave-pink.png) repeat-x top/auto 100%;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 960.001px) {
  footer::before {
    height: 75px;
  }
}
footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
}
footer .w-footer__box {
  padding: 0;
}
footer .w-footer__box p {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  footer .w-footer__box p {
    font-size: 20px;
  }
}
footer .w-footer__box .widget_media_image {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 960.001px) {
  footer .w-footer__box .widget_media_image {
    margin-top: 40px;
  }
}
footer .w-footer__box .widget_media_image img {
  width: max(140px, 36%);
}
@media screen and (min-width: 960.001px) {
  footer .w-footer__box .widget_media_image img {
    width: 280px;
  }
}
footer .l-footer__foot {
  padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  footer .l-footer__foot {
    padding-bottom: 40px;
  }
}
footer .l-footer__foot .copyright {
  font-size: 11px;
}

.home footer::before {
  content: none;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  position: relative;
  padding: 0;
  min-height: auto;
}
.l-topTitleArea::before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(/wp-content/uploads/2025/06/wave-white.png) repeat-x top/auto 100%;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea::before {
    bottom: -2px;
    height: 75px;
  }
}
.l-topTitleArea .c-filterLayer__img {
  position: relative;
}
.l-topTitleArea .l-topTitleArea__body {
  position: absolute;
  width: auto;
  padding: 0;
  left: max((100vw - 1000px - var(--swl-scrollbar_width, 0)) / 2, var(--swl-pad_container, 0));
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  text-shadow: none;
  row-gap: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 16px;
    row-gap: 16px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle::after {
  content: none;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  margin: 0;
  font-style: normal;
  opacity: 1;
  font-family: "belda-normal", sans-serif !important;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    font-size: 46px;
  }
}

.page-id-20 .l-topTitleArea__body {
  color: #000;
}

.c-pageTitle[data-style=b_bottom] {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 50px;
  border: none;
}
@media screen and (min-width: 960.001px) {
  .c-pageTitle[data-style=b_bottom] {
    margin-bottom: 100px;
    font-size: 20px;
  }
}
.c-pageTitle[data-style=b_bottom]::after {
  content: none;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border: none;
  float: none;
  margin-bottom: 0;
  padding: 0;
}

.page-id-21 .c-pageTitle[data-style=b_bottom] {
  padding-top: 50px;
}

.page-id-22 .c-pageTitle {
  display: none;
}

/* =======================
記事一覧
======================= */
.post-type-archive-products .l-content {
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products .l-content {
    padding-bottom: 130px;
  }
}
.post-type-archive-products .c-pageTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  border: none;
  margin-bottom: 30px;
}
.post-type-archive-products .c-pageTitle::before {
  content: "Products";
  font-size: 30px;
  font-family: "belda-normal", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products .c-pageTitle::before {
    font-size: 46px;
  }
}
.post-type-archive-products .c-pageTitle::after {
  content: none;
}
.post-type-archive-products .c-pageTitle .c-pageTitle__inner {
  border: none;
  font-size: 16px;
  font-weight: 400;
}
.post-type-archive-products form {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f1f2f3;
  padding-block: 30px;
}
.post-type-archive-products form .form__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-products form .form__term.place {
  margin-bottom: 0;
}
.post-type-archive-products form .form__term .checkbox {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post-type-archive-products form .form__term input {
  display: none;
}
.post-type-archive-products form .form__term .label {
  color: #000;
  background: #fff;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 3px 15px;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products form .form__term .label {
    border-radius: 50px;
  }
}
.post-type-archive-products form .form__term .label figure, .post-type-archive-products form .form__term .label img {
  height: 35px;
  width: auto;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products form .form__term .label figure, .post-type-archive-products form .form__term .label img {
    height: 40px;
  }
}
.post-type-archive-products form .form__term input:checked + .label, .post-type-archive-products form .form__term .label.active {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
}
.post-type-archive-products form .form__term.size .label {
  border-radius: 8px;
  padding: 3px 6px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products form .form__term.size .label {
    padding: 8px 13px;
    border-radius: 10px;
  }
}
.post-type-archive-products .l-article .p-breadcrumb {
  display: block;
  padding: 20px 0 0;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products .l-article .p-breadcrumb {
    padding: 40px 0 0;
  }
}
.post-type-archive-products .p-archiveContent {
  padding-top: 30px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products .p-archiveContent {
    padding-top: 70px;
  }
}
.post-type-archive-products .l-content {
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-products .l-content {
    padding-bottom: 130px;
  }
}

.tax-products_cat .l-mainContent__inner .p-breadcrumb {
  display: block;
  padding: 0;
}
.tax-products_cat .l-article {
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .tax-products_cat .l-article {
    padding-bottom: 130px;
  }
}
.tax-products_cat .c-pageTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  border: none;
  margin-bottom: 30px;
}
.tax-products_cat .c-pageTitle::before {
  content: "Products";
  font-size: 30px;
  font-family: "belda-normal", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .tax-products_cat .c-pageTitle::before {
    font-size: 46px;
  }
}
.tax-products_cat .c-pageTitle::after {
  content: none;
}
.tax-products_cat .c-pageTitle .c-pageTitle__inner {
  border: none;
  font-size: 16px;
  font-weight: 400;
}

.products__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .products__items {
    gap: 80px 40px;
    margin-bottom: 50px;
  }
}
.products__items .products__item {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 960.001px) {
  .products__items .products__item {
    width: calc((100% - 120px) / 4);
  }
}
.products__items .products__item h3 {
  font-size: 16px;
  font-weight: 800;
}
.products__items .products__item .products__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.products__items .products__item .products__new {
  position: absolute;
  top: 0;
  left: 0;
  background: #fdcec2;
  padding: 1px 8px;
  font-size: 10px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.products__items .products__item .products__size {
  font-size: 14px;
  margin-bottom: 10px;
}
.products__items .products__item .products__pet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
}
.products__items .products__item .products__pet li {
  font-size: 14px;
  list-style: none;
}
.products__items .products__item .products__pet li img {
  height: 40px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.products__items .products__item .products__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  padding-left: 0;
  margin-bottom: 10px;
}
.products__items .products__item .products__type li {
  font-size: 12px;
  list-style: none;
  padding: 2px 7px;
  border-radius: 20px;
  border: 1px solid #000;
}
.products__items .products__item .products__place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 10px;
  row-gap: 5px;
}
.products__items .products__item .products__place li {
  font-size: 12px;
  list-style: none;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #b2b2b2;
  line-height: 1;
}
.products__items .products__item .products__place li:last-of-type {
  border: none;
}
.products__items .products__item .products__ex {
  background: #878787;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-pagination [class*=page-numbers] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: #000;
}

[class*=page-numbers].current, [class*=page-numbers]:hover {
  background: #000;
  color: #fff;
}

/* =======================
記事詳細
======================= */
.single .l-content {
  padding-top: 2em;
}
@media screen and (min-width: 960.001px) {
  .single .l-content {
    padding-top: 4em;
  }
}
.single .p-articleHead, .single .p-articleMetas, .single .p-articleFoot {
  display: none;
}
.single .p-breadcrumb {
  position: absolute;
  width: 100%;
  top: 160px;
  display: block;
}
@media screen and (min-width: 960.001px) {
  .single .p-breadcrumb {
    top: 250px;
  }
}
.single .post_content {
  margin-top: 0;
}
.single .single__top {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 960.001px) {
  .single .single__top {
    font-size: 46px;
    margin-bottom: 100px;
  }
}
.single h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}
@media screen and (min-width: 960.001px) {
  .single h2 {
    font-size: 25px;
  }
}
.single .products__top {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .single .products__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__left {
    width: 40%;
  }
}
.single .products__top .products__left .products__slider {
  margin-bottom: 40px;
}
.single .products__top .products__left .products__slider .swiper-container {
  margin-bottom: 26px;
}
.single .products__top .products__left .products__slider .swiper-slide {
  height: auto;
}
.single .products__top .products__left .products__slider .swiper-slide img {
  height: 100%;
  width: 100%;
}
.single .products__top .products__left .products__slider .products-thumbnail {
  margin-inline: 35px;
  overflow: hidden;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__left .products__slider .products-thumbnail {
    margin-inline: 0;
  }
}
.single .products__top .products__left .products__slider .products-thumbnail .swiper-slide-thumb-active {
  border: 2px solid #a0d2c8;
}
.single .products__top .products__left .products__ex {
  background: #f5e096;
  padding: 20px;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__left .products__ex {
    max-width: none;
  }
}
.single .products__top .products__left .products__ex h2 {
  font-size: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 400;
}
.single .products__top .products__left .products__ex h2::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/plus-icon.png) no-repeat center/contain;
  position: static;
}
.single .products__top .products__left .products__ex .ex__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single .products__top .products__left .products__ex .ex__items .ex__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__left .products__ex .ex__items .ex__item {
    width: calc((100% - 20px) / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single .products__top .products__left .products__ex .ex__items .ex__item figure {
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .single .products__top .products__left .products__ex .ex__items .ex__item figure {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
.single .products__top .products__left .products__ex .ex__items .ex__item figure img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .single .products__top .products__left .products__ex .ex__items .ex__item .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.single .products__top .products__left .products__ex .ex__items .ex__item h3 {
  font-size: 13px;
  font-weight: 800;
}
.single .products__top .products__left .products__ex .ex__items .ex__item p {
  font-size: 12px;
}
.single .products__top .products__about {
  margin-top: 50px;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about {
    margin-top: 0;
    width: 55%;
  }
}
.single .products__top .products__about h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about h1 {
    font-size: 25px;
  }
}
.single .products__top .products__about .products__pet {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__pet {
    margin-bottom: 50px;
  }
}
.single .products__top .products__about .products__pet ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.single .products__top .products__about .products__pet ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.single .products__top .products__about .products__pet ul li figure, .single .products__top .products__about .products__pet ul li img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .products__top .products__about .products__pet ul li p {
  white-space: nowrap;
}
.single .products__top .products__about .products__pet a {
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__pet a {
    font-size: 16px;
  }
}
.single .products__top .products__about .products__catch {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e3e5;
}
.single .products__top .products__about .products__catch h2 {
  margin-bottom: 8px;
}
.single .products__top .products__about .products__catch .catch__open {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__catch .catch__open {
    bottom: 19px;
  }
}
.single .products__top .products__about .products__catch .catch__open img {
  width: 10px;
  height: 5px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single .products__top .products__about .products__catch .catch__open.close img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single .products__top .products__about .products__catch h2 {
  font-size: 16px;
  font-weight: 600;
}
.single .products__top .products__about .products__catch .products__text {
  height: 76px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__catch .products__text {
    height: 80px;
  }
}
.single .products__top .products__about .products__outline {
  padding: 30px 0;
  border-bottom: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__outline {
    padding: 40px 0;
  }
}
.single .products__top .products__about .products__outline .products__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.single .products__top .products__about .products__outline .products__type li {
  list-style: none;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 18px;
}
.single .products__top .products__about .products__outline .products__place {
  margin-bottom: 32px;
}
.single .products__top .products__about .products__outline .products__place li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.single .products__top .products__about .products__outline .products__place li:last-of-type {
  margin-bottom: 0;
}
.single .products__top .products__about .products__outline .products__price {
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.2;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__outline .products__price {
    font-size: 36px;
  }
}
.single .products__top .products__about .products__outline .products__price span {
  margin-left: 10px;
  font-size: 13px;
}
.single .products__top .products__about .products__online {
  padding: 30px 0;
  border-bottom: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__online {
    padding: 40px 0;
  }
}
.single .products__top .products__about .products__online h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.single .products__top .products__about .products__online .products__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 16px;
}
.single .products__top .products__about .products__online .products__links a {
  font-size: 13px;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .products__top .products__about .products__online .products__links a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/2025/06/ds_furi.png) no-repeat center/contain;
}
.single .products__top .products__about .products__online .products__links a.rakuten::before {
  background-image: url(/wp-content/uploads/2025/06/ds_rakuten.png);
}
.single .products__top .products__about .products__online .products__links a.yahoo::before {
  background-image: url(/wp-content/uploads/2025/06/yahoo-icon.png);
}
.single .products__top .products__about .products__online .products__links a.amazon::before {
  background-image: url(/wp-content/uploads/2025/06/ds_amazon.png);
}
.single .products__top .products__about .products__download {
  padding: 30px 0;
  border-bottom: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .single .products__top .products__about .products__download {
    padding: 40px 0;
  }
}
.single .products__top .products__about .products__download h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.single .products__top .products__about .products__download .download__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.single .products__top .products__about .products__download .download__links a {
  font-size: 13px;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .products__top .products__about .products__download .download__links a::before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/pdf.png) no-repeat center/contain;
}
.single .products__bottom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #bfe3e2;
  padding-block: 50px 70px;
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom {
    padding-block: 70px 130px;
  }
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom .l-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.single .products__bottom .l-container h2 {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom .l-container h2 {
    margin-bottom: 14px;
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.single .products__bottom .l-container h2::before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/dog_icon.png) no-repeat center/contain;
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom .l-container .products__feature {
    width: 43%;
  }
}
.single .products__bottom .l-container .products__feature ul {
  padding-left: 1.5em;
}
.single .products__bottom .l-container .products__feature ul li {
  list-style: disc;
  font-size: 14px;
  margin: 0.25em 0;
}
.single .products__bottom .l-container .products__spec {
  margin-top: 40px;
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom .l-container .products__spec {
    margin-top: 0;
    width: 52%;
  }
}
.single .products__bottom .l-container .products__spec h2 {
  margin-bottom: 0;
}
.single .products__bottom .l-container .products__spec dl {
  display: grid;
  grid-template-columns: 40% 60%;
}
.single .products__bottom .l-container .products__spec dl dt, .single .products__bottom .l-container .products__spec dl dd {
  padding: 5px 0;
  font-size: 13px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 960.001px) {
  .single .products__bottom .l-container .products__spec dl dt, .single .products__bottom .l-container .products__spec dl dd {
    padding: 14px 0;
    font-size: 14px;
  }
}
.single .products__bottom .l-container .products__spec dl dt {
  font-weight: 600;
}
.single .products__bottom .l-container .products__spec dl li {
  list-style: none;
  font-size: 14px;
}

/* =======================
404・検索
======================= */
.error404 .l-content, .search .l-content {
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .error404 .l-content, .search .l-content {
    padding-bottom: 130px;
  }
}
.error404 .is-style-more_btn a, .search .is-style-more_btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}

/* =======================
検索
======================= */
.post_content {
  /* =======================
  共通
  ======================= */
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  ペットゲートの選び方
  ======================= */
  /* =======================
  サステイナビリティ
  ======================= */
  /* =======================
  onboxについて
  ======================= */
  /* =======================
  犬種・サイズについて
  ======================= */
  /* =======================
  online shop
  ======================= */
}
.post_content ul {
  padding-left: 0;
}
.post_content ul li {
  list-style: none;
}
.post_content .is-style-more_btn a {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  border: 1px solid #000000;
  font-weight: 600;
  padding: 9px 10px;
  color: #000000;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.post_content .is-style-more_btn a::after {
  content: none;
}
.post_content .top__about {
  padding-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about {
    padding-bottom: 70px;
  }
}
.post_content .top__about h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.post_content .top__about p {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about p {
    margin-bottom: 40px;
    text-align: center;
  }
}
.post_content .top__products {
  position: relative;
  padding-top: 0 !important;
}
.post_content .top__products .title {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  margin-bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__products .title {
    -webkit-transform: translateY(-42px);
            transform: translateY(-42px);
    margin-bottom: 40px;
  }
}
.post_content .top__products .title .ff-belda {
  margin-bottom: 0px;
  font-size: 36px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__products .title .ff-belda {
    margin-bottom: 10px;
    font-size: 46px;
  }
}
.post_content .top__products .title h2 {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__products .title h2 {
    font-size: 16px;
  }
}
.post_content .top__BabyDan {
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__BabyDan {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}
.post_content .top__BabyDan::before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(/wp-content/uploads/2025/06/wave-pink.png) repeat-x top/auto 100%;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__BabyDan::before {
    height: 75px;
  }
}
.post_content .top__BabyDan figure {
  width: max(150px, 40%);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__BabyDan figure {
    width: 220px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .top__BabyDan p {
    text-align: center;
  }
}
.post_content .petgate__point {
  padding-block: 30px 60px;
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__point {
    padding-block: 30px 100px;
    width: 100%;
  }
}
.post_content .petgate__point h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__point h2 {
    font-size: 20px;
  }
}
.post_content .petgate__point .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 1;
  font-size: 20px;
}
.post_content .petgate__point .point::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/dog_icon.png) no-repeat center/contain;
  position: static;
}
.post_content .petgate__point .img {
  margin-bottom: 20px;
}
.post_content .petgate__point .img img {
  width: 100%;
}
.post_content .petgate__point .text {
  font-size: 14px;
}
.post_content .petgate__size {
  max-width: 700px;
  margin-inline: auto;
}
.post_content .petgate__size h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__size h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.post_content .petgate__size .lead {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__size .lead {
    margin-inline: 50px;
  }
}
.post_content .petgate__size .dog__size {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-top: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__size .dog__size {
    margin-inline: 50px;
  }
}
.post_content .petgate__size .dog__size:nth-of-type(3) {
  border-bottom: 1px solid #e1e3e5;
  margin-bottom: 30px;
}
.post_content .petgate__size .dog__size .dog {
  width: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.post_content .petgate__size .dog__size .dog figure {
  margin-bottom: 6px;
}
.post_content .petgate__size .dog__size .dog h3 {
  font-size: 14px;
  font-weight: 600;
}
.post_content .petgate__size .dog__size .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_content .petgate__size .dog__size .text p {
  font-size: 14px;
}
.post_content .petgate__size .link {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__size .link {
    margin-bottom: 60px;
  }
}
.post_content .petgate__place {
  position: relative;
  padding-block: 20px 80px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__place {
    padding-block: 20px 140px !important;
  }
}
.post_content .petgate__place::before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(/wp-content/uploads/2025/06/wave-gray.png) repeat-x top/auto 100%;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__place::before {
    height: 75px;
  }
}
.post_content .petgate__place::after {
  content: "";
  width: 100%;
  height: 37px;
  background: url(/wp-content/uploads/2025/06/wave-white.png) repeat-x top/auto 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__place::after {
    height: 75px;
  }
}
.post_content .petgate__place h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
.post_content .petgate__place .lead {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
}
.post_content .petgate__place .place__items {
  margin-bottom: 40px;
}
.post_content .petgate__place .place__items figure {
  margin-bottom: 5px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__place .place__items figure {
    margin-bottom: 12px;
  }
}
.post_content .petgate__place .place__items figure img {
  width: 100%;
  display: block;
}
.post_content .petgate__place .place__items p {
  font-weight: 800;
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__place .place__items p {
    font-size: 16px;
  }
}
.post_content .petgate__place .is-style-more_btn a:hover {
  background: #f7f7f7;
}
.post_content .petgate__reason {
  padding-block: 20px 100px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__reason {
    padding-block: 100px 130px;
  }
}
.post_content .petgate__reason h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__reason h2 {
    font-size: 20px;
  }
}
.post_content .petgate__reason .reason__block {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__reason .reason__block {
    margin-bottom: 100px;
  }
}
.post_content .petgate__reason .bottom {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .post_content .petgate__reason .bottom {
    font-size: 20px;
  }
}
.post_content .sustainability__goals {
  padding-block: 30px 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__goals {
    padding-block: 40px 80px;
  }
}
.post_content .sustainability__goals h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__goals h2 {
    font-size: 20px;
  }
}
.post_content .sustainability__goals .lead {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__goals .lead {
    margin-bottom: 30px;
  }
}
.post_content .sustainability__goals .sustainability__items {
  padding: 30px 12px;
  background: #f1f2f3;
  margin-left: -4vw;
  width: calc(100% + var(--swl-pad_container, 0) * 2);
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__goals .sustainability__items {
    padding: 35px 50px;
    width: 100%;
    margin-left: 0;
  }
}
.post_content .sustainability__goals .sustainability__items > .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .sustainability__goals .sustainability__items figure {
  width: 60%;
  margin-inline: auto;
  margin-bottom: 30px;
}
.post_content .sustainability__goals .sustainability__items figure img {
  width: 100%;
  display: block;
}
.post_content .sustainability__goals .sustainability__items p {
  font-size: 12px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__goals .sustainability__items p {
    font-size: 14px;
  }
}
.post_content .sustainability__details {
  padding-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__details {
    padding-bottom: 80px;
  }
}
.post_content .sustainability__details .item {
  padding-block: 20px;
  border-bottom: 1px solid #e1e3e5;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__details .item {
    padding-block: 30px;
  }
}
.post_content .sustainability__details .item:last-of-type {
  border: none;
}
.post_content .sustainability__details .item .title h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__details .item .title h2 {
    font-size: 20px;
  }
}
.post_content .sustainability__details .item .text p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.post_content .sustainability__summary .text {
  padding-inline: max((100vw - 1000px - var(--swl-scrollbar_width, 0)) / 2, var(--swl-pad_container, 0));
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__summary .text {
    padding-right: 70px;
  }
}
.post_content .sustainability__summary .text p {
  font-size: 18px;
  font-weight: 600;
  padding-top: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .sustainability__summary .text p {
    padding-top: 0;
    font-size: 20px;
  }
}
.post_content .onbox__about {
  padding-block: 30px;
  max-width: 600px;
  margin-inline: auto;
}
.post_content .onbox__about h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .onbox__about h2 {
    font-size: 20px;
  }
}
.post_content .onbox__step {
  padding: 40px 20px 100px;
  margin-left: -4vw;
  width: calc(100% + var(--swl-pad_container, 0) * 2);
}
@media screen and (min-width: 960.001px) {
  .post_content .onbox__step {
    padding: 46px 20px;
    margin-bottom: 160px !important;
    margin-left: 0;
    width: 100%;
  }
}
.post_content .onbox__step h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .onbox__step h2 {
    font-size: 20px;
  }
}
.post_content .onbox__step .step__item {
  max-width: 600px;
  margin-inline: auto;
}
.post_content .onbox__step .step__item .ff-mynerve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (min-width: 960.001px) {
  .post_content .onbox__step .step__item .ff-mynerve {
    font-size: 20px;
  }
}
.post_content .onbox__step .step__item .ff-mynerve::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/dog_icon.png) no-repeat center/contain;
  position: static;
}
.post_content .onbox__step .step__item .ff-mynerve::after {
  content: "";
  width: 1px;
  height: 1px;
  background: #000000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_content .onbox__step .step__item h3 {
  margin-bottom: 8px;
  font-weight: 600;
}
.post_content .size {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .size {
    margin-bottom: 66px;
  }
}
.post_content .size .title {
  border-bottom: 1px solid #878787;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.post_content .size h2 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .post_content .size h2 {
    font-size: 18px;
  }
}
.post_content .size h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.post_content .size p {
  font-size: 14px;
  margin-bottom: 10px;
}
.post_content .size__others {
  padding-bottom: 100px;
}
@media screen and (min-width: 960.001px) {
  .post_content .size__others {
    padding-bottom: 130px;
  }
}
.post_content .online__about {
  padding-block: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .online__about {
    padding-block: 70px 130px;
  }
}
.post_content .online__about .title {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .online__about .title {
    margin-bottom: 100px;
  }
}
.post_content .online__about .title p {
  margin: 0;
  font-style: normal;
  opacity: 1;
  font-size: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .online__about .title p {
    font-size: 46px;
  }
}
.post_content .online__about .title h1 {
  font-size: 12px;
}
@media screen and (min-width: 960.001px) {
  .post_content .online__about .title h1 {
    font-size: 16px;
  }
}
.post_content .online__about .online__link a {
  width: min(80%, 400px);
  margin-inline: auto;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  position: relative;
  padding: 26px 10px;
  margin-bottom: 20px;
}
.post_content .online__about .online__link a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/2025/06/ds_furi.png) no-repeat center/contain;
}
.post_content .online__about .online__link a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2025/06/link-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.post_content .online__about .online__link.rakuten a::before {
  background-image: url(/wp-content/uploads/2025/06/ds_rakuten.png);
}
.post_content .online__about .online__link.yahoo a::before {
  background-image: url(/wp-content/uploads/2025/06/yahoo-icon.png);
}
.post_content .online__about .online__link.amazon a::before {
  background-image: url(/wp-content/uploads/2025/06/ds_amazon.png);
}/*# sourceMappingURL=style.css.map */