/** Shopify CDN: Minification failed

Line 139:0 All "@import" rules must come first

**/
.product__tax{
  display: none;
}

.twitter_sp {
    display: none;
}

.gm-menu-installed .gm-menu.gm-menu-32058{
      height: auto;
    overflow: hidden !important;
  max-height: 100%!important;
}

/* 中カテゴリーのスタイル */
.vertical-mega-menu li.buddha-menu-item ul.mm-submenu.submenu-opened {
    background-color: #f0f0f0!important; /* グレー */
    padding: 10px; /* 見やすくするために少し余白を追加 */
    display: block; /* 全体をクリック可能にする */
}
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li{
  width: 100%;
  padding-top: 0px!important;
}

/* ホバー時の効果 */
.mm-submenu > li > a:hover,
.gm-submenu > li > a:hover {
    background-color: #e0e0e0; /* 少し濃いグレー */
    transition: background-color 0.3s ease;
}

.vertical-mega-menu>li.buddha-menu-item>ul.mm-submenu.tabbed>li>a>.toggle-menu-btn>span.mm-cross, .vertical-mega-menu>li.buddha-menu-item>ul.mm-submenu.tree li>a>.toggle-menu-btn>span.mm-cross{
    background: #f0f0f0 !important;
}

.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li>a{
  margin-left: 5px!important;
}
.menu-drawer__navigation{
  background: white!important;
}
.menu-drawer__navigation-container{
  padding-bottom: 180px;
}

.product-list-item li {
    display: flex;
    flex-direction: column;
    padding: 0px;
    box-sizing: border-box;
}


.product-list-item li form {
    margin-top: auto; /* ボタンを最下部に配置 */
    display: flex;
    justify-content: center; /* ボタンを中央揃え */
    margin-bottom: 10px;
}


.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree .mm-title {
    padding: 6px 0px 5px 0px !important;
    text-align: left;
    font-size: 13px !important;
}
.vertical-mega-menu>li ul.mm-submenu.tree>li:first-child{
  padding-top:0px!important;

}
@media screen and (max-width: 768px) {
    .twitter_sp {
        display: block;
    }
  #shopify-section-sections--23362658894125__header .vertical-mega-menu ul.mm-submenu span{
    margin-top: -9px;
}

  .vertical-mega-menu>li ul.mm-submenu.tree>li:first-child{
  padding-top:10px!important;
}
}
#all-content-fadein1{
  display: none;
}

.article-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.article-navigation a {
    display: inline-block;
    margin: 0 10px; /* Adjust as needed */
}


.news__prev a{
  color: #67b83f;
}

.news__next a{
  color: #67b83f;
}

.news__spacer {
    flex: 1; /* This ensures that the spacers take up equal space on both sides */
}




  .cart-count-bubble svg.feather{
    display: none;
  }

ul.mm-submenu{
  box-shadow:none!important;
}

.quick-add__submit{
 color: #979797;
 border: 1px solid #979797;
}


.quick-add__submit span{
 color: #979797;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', sans-serif;
    }

@media screen and (min-width: 750px) {
    .header-right{
      padding-left: 20px;
  }
  .gm-menu-installed .gm-menu.gm-menu-32058 .gm-item.gm-level-0 > .gm-target{
    padding: 15px 30px 10px 0px !important;

  }
}

@media only screen and (max-width: 600px) {
  .gm-menu-installed .gm-menu.gm-menu-32058 .gm-item.gm-level-0 > .gm-target{
    background: #282828;
    color: white;
  }
    .gm-text{
          color: white!important;
    }
  #menu-drawer{
        background: #282828;
        color: white;
  }

  .header-right .header-top-right .header-phone{
            color: white;
  }

  .header-right .header-top-right .header-phone p span{
                color: white;
  }
}
@media screen and (max-width: 480px) {
  .carousel-desktop{
    display: none !important;
  }
  .carousel-mobile{
    display: flex !important;
  }
  .carousel-mobile .flickity-viewport,.carousel-mobile {
    min-height: 400px;
  }
  }
@media screen and (max-width: 601px) {
  .carousel .flickity-prev-next-button{
    width: 30px;
    height: 30px;
  }

  .carousel .flickity-prev-next-button .flickity-button-icon{
    width: 100%;
    height: 100%;
  }
  .search-icon{
    display: flex !important;
    align-items: center;
  }
}

@media (min-width: 481px) {
.carousel-mobile{
  display: none;
}
}


@media screen and (max-width: 768px) {
  .main-not-home .trigger-sidebar{
   display: block !important;
  }
  .shopping-guide {
    background: url('/cdn/shop/files/shopping-guide-mobile.png?v=1696317468') no-repeat center center scroll !important; 
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
  }
  .trigger-sidebar{
   position: absolute;
   top: 5px;
   right: 32px;
   z-index: 1;
 }.vertical-mega-menu>.buddha-menu-item>.mm-submenu.height-transition>li>.mm-submenu.height-transition
  .not-home{
    position: relative;
  }
  .sidebar-left{
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateX(300px);
    z-index: -1;
    right: 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #4d4f52;
    min-width: 300px;
    transition: all 0.3s ease-out;
  }
  .sidebar-left.show{
    opacity: 1;
    top: 0;
    z-index: 5;
    transform: translateX(0);
    height: 100%;
    overflow-y: scroll;
    overflow-x: unset;
    transition: all 0.3s ease-in;
  }
}
.twitter-timeline.twitter-timeline-rendered{
  width: 100% !important;
  padding: 0 15px;
}
.search-icon a{
  padding-left: 20px;
  color: #000;
  font-size: 18px;
}
.search-form-mobile input{
  width: 100%;
  min-height: 35px;
  border-radius: 5px;
  border: unset;
  font-size: 16px;
}
.card__heading a{
  font-weight: 500;
}
.search-form-mobile i{
  position: absolute;
  top: 30%;
  right: 10px;
  transform: translateY(-50%);
}
.search-form-mobile{
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 300px;
}
.search-icon{
  display: none;
}
.trigger-sidebar{
  display: none;
}
:root{
   --main-custom-color: #1e76d0;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
small.copyright__content {
  font-size: 14px;
  font-weight: 500;
}
.twitter-timeline twitter-timeline-rendered{
  width: 100% !important;
}

.twitter-timeline twitter-timeline-rendered{
 margin: auto !important;
}
span,p{
  font-weight: 400;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6,h7{
  font-weight: 700;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
div{
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  
}
.dsmart-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 826px;
}
.header-right{
  display: flex;
  align-items: center;
}
header .header-right:last-child a{
  margin: 0;
}
.header-right:last-child img{
  margin-right: 10px;
}
.product-list-item img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 188px;
}

@media screen and (max-width: 750px) {

}
.header-right .text-icon{
  color: #8C8C8C;
}
.header-right span{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.header-dsmart,.list-multi{
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-items: stretch;
}
.header-dsmart > .header.header--top-left{
  row-gap: 10px;
}

@media screen and (min-width: 750px) {
.gm-menu-installed .gm-menu.gm-menu-32002 .gm-item.gm-level-0 > .gm-target{
      padding: 15px 35px 10px 0px !important;
}
}
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.height-transition>li>.mm-submenu.height-transition{
  background: white !important;
}

header .header__menu-item ,header .header__heading-link {
  padding: 0;
}
.header__search {
  position: relative;
  width: 300px;
  height: 44px;
}
.header__search input[type=text] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 10px;
}
.header__search svg.button-submit {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header__search input[type=submit] {
  position: absolute;
  background: #67b83f;
  z-index: 1;
  top: 0;
  border: unset;
  height: 100%;
  width: 50px;
  right: 0;
  border-radius: 0 4px 4px 0;
}
header-right .header-top-right{
  display: flex;
  gap: 20px;
  max-height: 85px;
  justify-content: flex-end;
  align-items: flex-end;
}
header-right .header-bottom-right{
  text-align: right;
  margin: 15px 0;
}
header-right .header-top-right .header-note{
  background: #ffc90f;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  border-radius: 0px 0px 4px 4px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 75px;
}

.header-note a{
  color: #000;
}

header-right .header-top-right .header-note1{
  background: #ffc90f;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 75px;
}

.header-note1 a{
  color: #000;
}

  header-right .header-top-right .header-note1 {
    max-width: unset;
  }

header-right .header-top-right .header-note2{
  background:#67B83f;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 75px;
}

.header-note2 a{
  color: #000;
}

  header-right .header-top-right .header-note2 {
    max-width: unset;
    color: white;
  }



header-right .header-top-right .header-note3{
  background:white;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 75px;
}

.header-note3 a{
  color: #000;
}

  header-right .header-top-right .header-note3 {
    max-width: unset;
  }



header-right .header-top-right .header-phone{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
  margin-bottom: 6px;
}
header-right .header-top-right .header-phone p{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  flex-direction: column;
  line-height: 24px;
  margin: 0;
}
header-right .header-top-right .header-phone p span{
  font-size: 14px;
}
.list-collection-homepage ul li:first-child h3{
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid #909090;
  color: #121212;
  display: inline-block;
  font-size: 26px;
}
.list-collection-homepage ul li:first-child  .rte p{
  color: var(--main-custom-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
  position: relative;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-collection-homepage ul li:first-child  .rte p:after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/cdn/shop/files/image-after.png?v=1693360082') no-repeat center center;
  content: "";
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: -1;
}
.list-collection-homepage ul li:first-child  .rte p:before{
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: var(--main-custom-color);
  content: "";
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.list-collection-homepage ul li:last-child .multicolumn-card.content-container{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
.list-collection-homepage ul li:last-child > .multicolumn-card.content-container > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.list-collection-homepage ul li:last-child > .multicolumn-card.content-container .multicolumn-card__info{
  text-align: left;
}
.list-collection-homepage ul li:last-child > .multicolumn-card.content-container .multicolumn-card__info strong{
  color: var(--main-custom-color);
}
.list-collection-homepage ul li:last-child > .multicolumn-card.content-container .multicolumn-card__info > .rte > p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.list-collection-homepage ul li:last-child > .multicolumn-card.content-container .multicolumn-card__info > .rte > p:last-child {
  margin-top: 50px;
}


.section-video{
  text-align: center;
}
.section-video .top-section-video{
  margin-bottom: 40px;
  padding-top: 55px;
  background: var(--main-custom-color);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
}
.section-video .top-section-video:before{
  height: 50px;
  bottom: -49px;
  content: '';
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--main-custom-color);
  width: 100%;
}
.section-video .top-section-video h3 p{
  margin:0;
}
.section-video .top-section-video h3 p{
  color: #fff;
}
.section-video .top-section-video h3{
  margin: 0;
  line-height: 48px;
}
.section-video h3{
  font-size: 28px;
  line-height: 18px;
}
a{
  text-decoration: unset;
}
.section-video .top-section-video h3 strong{
  color: #FEF147;
}
.section-video .middle-section-video h3 strong{
  color: var(--main-custom-color);
}
.section-video .item-video{
  max-width: 700px;
  margin: 0 auto;
  padding-top: 55px;
}
.section-video .bot-section-video{
  margin-bottom: 40px;
}
.section-video .bot-section-video .button-video{
  background-color: var(--main-custom-color);
  margin: 40px 0 20px;
}
.section-video .bot-section-video .button-video a p{
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  text-decoration: unset;
  text-align: center;
}
.section-video .bot-section-video .list-video{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-video .container{
  background-color: #E1EDFB;
}
.section-video .item-video .text-bottom-video{
  padding-bottom: 40px;
}
.image-banner-custom{
  padding-top: 60px;
}
.image-banner-custom h2.banner__heading{
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
.image-banner-custom h2.banner__heading strong{
  color: #FEF049;
}
.image-banner-custom .banner__buttons{
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.image-banner-custom .banner__buttons .button-banne-custom:hover{
  background: #FFF14A;
  cursor: pointer;
}
.image-banner-custom .banner__buttons .button-banne-custom:hover a,.image-banner-custom .banner__buttons .button-banne-custom:hover i,.image-banner-custom .banner__buttons .button-banne-custom:hover span{
  color: var(--main-custom-color);
}
.image-banner-custom .banner__buttons .button-banne-custom i {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.image-banner-custom .banner__buttons .button-banne-custom{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  max-width: 486px;
}
.image-banner-custom .banner__buttons a span{
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}
.image-banner-custom .banner__buttons a{
  width: 70%;
  padding: 20px 0;
  font-size: 24px;
  background: transparent;
  flex-direction: column;
}
.button:after,.button:before{
  content: unset !important;
}
.image-banner-custom .banner-clean.banner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-banner-custom .banner-clean.banner .banner__box{
  width: 100%;
  max-width: 100%;
}
.banner:after{
  z-index: -1 !important;
}
h2.rich-text__heading{
  margin-bottom: 50px;
}
.title-homepage,h2.rich-text__heading{
  position: relative;
  color: var(--main-custom-color);
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.title-homepage:after,h2.rich-text__heading:before{
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: var(--main-custom-color);
  content: "";
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
.multirow-clean .multirow__inner.page-width{
  background: #f7f7f7;
  padding: 60px;
  gap: 40px;
}
.multirow-clean .image-with-text h2.image-with-text__heading{
  font-size: 50px;
  color: var(--main-custom-color);
  font-weight: 600;
}
.multirow-clean .image-with-text .image-with-text__text{
  color: #000;
}
.multirow-clean .image-with-text .image-with-text__text strong{
  color: var(--main-custom-color);
  text-decoration: underline;
  text-underline-offset: 8px;
}
.multirow-clean > .multirow__inner.page-width > div.image-with-text:last-child{
  background-color: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.multirow-clean > .multirow__inner.page-width > div.image-with-text:last-child .image-with-text__media-item{
  display: none;
}
.multirow-clean > .multirow__inner.page-width > div.image-with-text:last-child h2.image-with-text__heading{
  font-size: 28px !important;
  margin: 0 auto;
  padding-bottom: 15px;
}
body{
  counter-reset: number;
}
.multirow-clean > .multirow__inner.page-width > div.image-with-text:last-child .image-with-text__text p{
  margin-bottom: 20px;
  font-weight: 600;
}
ul{
  list-style-type: none !important;
}
.multirow-clean > .multirow__inner.page-width > div.image-with-text:last-child .image-with-text__text p:before{
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  margin-right: 20px;
  color: var(--main-custom-color);
  border: 1px solid var(--main-custom-color);
  border-radius: 50%;
  padding: 10px;
  font-weight: 500;
}
  
.icon-plus-minus{
    position: relative;
    width: 15px;
    height: 15px;
}
.icon-plus-minus:before,
.icon-plus-minus:after{
    content: "";
    position: absolute;
    background-color: var(--main-custom-color);
    transition: transform 0.25s ease-out;
}

/* Vertical line */
.icon-plus-minus:before{
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}

/* horizontal line */
.icon-plus-minus:after{
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}
summary:hover h3{
  text-decoration: unset !important;
}
.icon-plus-minus:hover{
    cursor: pointer;
}
.accordion details[open] .icon-plus-minus::before{ transform: rotate(90deg); }
.accordion details[open] .icon-plus-minus::after{ transform: rotate(180deg); }
.accordion > details > summary{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.accordion > details > summary .accordion__title.inline-richtext{
  position: relative;
  font-weight: 700;
}
.grid__item .accordion:first-child{
  border-top: unset;
}
.accordion > details > summary .accordion__title.inline-richtext:before{
  position: absolute;
    content: "Q";
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    font-size: 30px;
    color: var(--main-custom-color);
    font-weight: 700;
}
.accordion > details > .accordion__content p{
  font-weight: 500;
}
.section-product .section-product-top{
  padding: 60px;
  background-color: #F7F7F7;
}
.section-product-top .list-top-product{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
.section-product-top .list-top-product .text-top-product{
  text-align: center;
  padding: 20px 0;
  background: var(--main-custom-color);
  color: #fff;
  font-size: 24px;
}
.section-product p,.section-product h4{
  margin: 0;
}
.section-product .list-top-product .item-product{
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
.section-product .list-top-product .item-product .text-top-product p{
  color: #fff;
} 
.section-product-top .list-top-product .text-top-product h4{
  color: #fff;
  font-size: 40px;
}
.section-product-top .list-top-product .text-top-product strong{
  color: #FEF147;
}
.section-product-top .list-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}
.section-product-top .list-top-product .between-product{
  font-size: 60px;
  color: #000;
  font-weight: 400;
}
.section-product-top .list-top-product .item-product:last-child .list-item{
  padding: 60px 80px;
}
.logo-product p{
  font-weight: 700;
  color: var(--main-custom-color);
}
.logo-product{
  position: absolute;
  right: 20px;
  top: 75px;
  width: 140px;
  height: 140px;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 50%;
  z-index: 0;
  color: var(--main-custom-color);
}
.list-item .image-item-product{
  z-index: 1;
}
.top-info-product .list-middle-product{
  margin-top: 20px;
  display: grid;
  grid-template-columns: 2fr 5fr 5fr 5fr;
  min-height: 100px;
  gap: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding-right: 30px;
}
.top-info-product .list-middle-product > div:first-child{
  background-color: var(--main-custom-color);
  color: #fff;
}
.top-info-product .list-middle-product > div.left-3-middle-product > p{
  font-size: 24px;
}
.top-info-product .list-middle-product > div.left-3-middle-product > h4{
  font-size: 28px;
}
.top-info-product .list-middle-product > div strong{
  color: var(--main-custom-color);
}
.top-info-product .list-middle-product > div.left-1-middle-product p{
  font-size: 24px;
}
.top-info-product .list-middle-product > div > h4{
  font-size: 34px;
}
.top-info-product .list-middle-product > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.top-info-product .list-middle-product .left-3-middle-product{
  background-color: #F7F7F7;
  padding: 20px;
  margin: 20px 0;
}
.middle-plus{
  color: #fff;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: var(--main-custom-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 400;
}
.text-note{
  margin-top: 20px;
}
.text-note p{
  color: #737373;
}
.list-bottom-product h3.title{
  color: var(--main-custom-color);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 50px 0 10px 0;
}
.list-bottom-product .desc{
  text-align: center;
  color: #000;
}
.list-bottom-product ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 35px;
}
.list-bottom-product ul > li > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.list-bottom-product ul li{
  background-color: #fff;
  padding: 60px 30px 40px;
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-bottom-product ul li .inline-richtext{
  font-size: 26px;
  color: var(--main-custom-color);
  font-weight: 700;
}
.list-bottom-product ul li .rte strong{
  color: var(--main-custom-color);
}
.button-link-home a.link-plus{
  margin-left: 40px;
}
.button-link-home a{
  position: relative;
  text-decoration: unset;
  font-size: 26px;
  font-weight: 600;
  color: var(--main-custom-color);
}
.button-link-home a.link-plus:before{
  content: "+";
  position: absolute;
  left: -40px;
  background: var(--main-custom-color);
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
ul{
  padding-left: 0;
}
.section-link ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.section-link ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.section-link ul li{
  border-bottom: 2px solid var(--main-custom-color);
}
section.shopify-section.section-link{
  margin: 60px 0 100px;
}
section.shopify-section.section-video{
  margin-bottom: 60px;
}
footer.footer > .footer__content-top > .footer__blocks-wrapper > div:not(:first-child){
  display: flex;
}
.footer__content-top .footer-block__details-content > li > a{
  font-weight: normal
  color: #000;
}
.footer__content-top .footer-block__details-content p:last-child{
  line-height: 34px;
}
footer.footer > .footer__content-top > .footer__blocks-wrapper > div:nth-child(2){
  justify-content: flex-end;
}
footer.footer > .footer__content-top > .footer__blocks-wrapper > div:last-child{
  justify-content: center;
}
.footer__content-top > .footer__blocks-wrapper > .footer-block:first-child p {
  margin: 5px 0;
}
footer.footer > .footer__content-top > .footer__blocks-wrapper > div:not(:first-child) > ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.section-google-map li p {
  color: #212121;
  font-weight: normal;
}
.section-homepage .rich-text__text p{
  color: #676767;
}
.main-not-home, .main.home-custom{
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  padding-top: 35px;
  padding-bottom: 130px;
  justify-content: space-between;
}

.sidebar-left .title-sidebar{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.sidebar-left .title-sidebar span{
  font-size: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 700;
}
.sidebar-left nav>ul>li:first-child {
  padding-top: 0;
}
.sidebar-left nav>ul>li {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
    position: static!important;
}

#sidebar-menu>li>ul{
  position: static!important;
}

.sidebar-left nav>ul>li>a {
  color: #232323;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.sidebar-left ul li a {
  color: #000;
  font-size: 16px;
}
.sidebar-icon.active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform .6s linear;
}
.sidebar-icon {
  transform: rotate(0);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform .6s linear;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-left nav>ul>li>ul.show {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: all .3s ease .15s;
}
.sidebar_twitter p{
  font-weight: 700;
  font-size: 20px;
}
.sidebar-left nav>ul>li>ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-left: 20px;
}
.sidebar-left .image_box img{
  width: 100%;
}
.sidebar-left .image_box{
  gap: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}



@media only screen and (max-width: 600px) {
  .trigger-sidebar{
       display: none;
  }
  
}



.menu-title-inner{
  width: 300px; 
  margin: auto;
}
.top-menu .menu-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.top-menu .menu-title span {
  font-size: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 700;
}
.top-menu nav>ul>li:first-child {
  padding-top: 0;
}
.top-menu nav>ul>li {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
}
.top-menu nav>ul>li>a {
  color: #232323;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu ul li a {
  color: #000;
  font-size: 16px;
}
.menu-icon.active {
  transform: rotate(180deg);
  transition: transform .6s linear;
}
.menu-icon {
  transform: rotate(0);
  transition: transform .6s linear;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu nav>ul>li>ul.show {
  opacity: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .3s ease .15s;
}
.top-menu-twitter p {
  font-weight: 700;
  font-size: 20px;
}
.top-menu nav>ul>li>ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-left: 20px;
}
.top-menu .image-box img {
  width: 100%;
}
.top-menu .image-box {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

  .top-menu .image_box {
    flex-wrap: wrap;
    justify-content: space-between; 
    margin: 30px 10px 0px 10px;
  }

  .top-menu .image_box img {
    width: calc(50% - 3px); /* 10pxはマージンの半分。必要に応じて調整してください。 */
    margin-bottom: 20px; /* 必要に応じて調整してください。 */
  }





@media only screen and (min-width: 601px) {
  .top-menu{
    display: none;
  }
}













.page-user-guide h3{
  padding: 20px;
  background-color: #000;
  color: #fff;
  margin: 60px 0 30px 0;
}
.page-user-guide h4{
  position: relative;
  padding-left: 20px;
  margin: 30px 0;
}
.page-user-guide h4:before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #67b83f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-user-guide ol li{
  list-style: none;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #000;
}
.page-user-guide ol li:before{
  counter-increment: number;
  content: counter(number,decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  border: 1.5px solid #67b83f;
  color: #67b83f;
  align-items: center;
  justify-content: center;
}
.page-user-guide table tbody tr{
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.page-user-guide table{
  border-collapse: collapse;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-user-guide table tbody tr td:first-child{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.page-user-guide table tbody tr td:last-child{
  border-right: 1px solid #000;
}
.page-user-guide table.table-first{
  max-width: 75%;
}
.page-user-guide table.table-first tbody tr:first-child{
  background-color: #f7f7f7;
}
.page-user-guide table td{
  color: #000;
}
.page-user-guide table.table-first td{
  padding: 10px 0;
}
.page-user-guide .rte.scroll-trigger ul{
  list-style-type: disc !important;
  color: #000;
}
.page-user-guide table tbody tr:first-child{
  border-top: 1px solid #000;
}
.page-user-guide table.table-first,.page-user-guide table.table-last tbody tr td:first-child,.shopping-guide .title-guide,.shopping-guide .button-guide{
  text-align: center;
}
.rte img {
  border: unset;
}
.page-user-guide table.table-last{
  width: 70%;
  margin: 0 auto;
}
.page-user-guide table.table-last tbody tr td:last-child{
  width: 80%;
}
.shopping-guide{
  margin: 60px 0;
}
.shopping-guide .container{
  padding: 80px 0;
}
.shopping-guide .title-guide h3{
  font-size: 30px;
  font-weight: 700;
}
.shopping-guide .content-guide{
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.shopping-guide .content-guide .list-guide h4{
  font-weight: normal;
}
.shopping-guide .content-guide p{
  font-weight: normal;
}
.shopping-guide .content-guide .list-guide{
  flex: 0 0 50%;
  max-width: 50%;
}
.shopping-guide .content-guide .list-guide h4{
  font-weight: 700;
  font-size: 20px;
}
.shopping-guide .button-guide{
  margin-top: 50px;
}
.shopping-guide .button-guide a{
  color: #000;
  width: 240px;
  height: 60px;
  border: 1.5px solid #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
}
.shopping-guide .button-guide a:hover i{
  color: #fff;
}
.shopping-guide .button-guide a:hover{
  background: #67b83f;
  border:unset;
  cursor: pointer;
  color: #fff;
}
.shopping-guide .button-guide a i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.section-leap-move .top-page{
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  font-weight: 700;
}
.section-leap-move .top-page h2{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}
.section-leap-move .top-page span{
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 3px;
  font-weight: 500;
}
.section-leap-move ul{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
}
.section-leap-move ul li{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  width: 15%;
}
.section-leap-move ul li a{
  display: flex;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-weight: 500;
}
.page-width.page-width--narrow blockquote{
  background-color: #F7F7F7;
  padding: 30px;
  margin: 20px 0;
}
.top-multi{
  display: flex;
  align-items: flex-end;
}
.top-multi .image-multi{
  display: flex;
}
.top-multi span{
  font-weight: 500;
  margin-left: 15px;
  line-height: 20px;
}
.top-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-button{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}
.page-width--narrow{
  max-width: 100%;
}
.list-button p{
  margin: 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
}
.list-button .item-button:first-child .background-button p:last-child{
  font-size: 24px;
}
.list-button .title-first{
  display: flex;
  align-items: flex-end;
}
.list-button .title-first p{
  margin-left: 5px;
}
.list-button .background-button{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  min-height: 120px;
}
.block-button,.section-map{
  background-color: #F7F7F7;
  padding: 60px 40px;
  margin: 40px 0;
}
.block-button h3{
  text-align: center;
  padding: 4px;
  margin: 0;
  font-weight: normal;
}

.section-google-map ul{
  padding-top: 10px;
}
.section-google-map li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.section-google-map li h5,.section-google-map li p{
  margin: 0;
}
.section-google-map li h5{
  flex: 0 0 15%;
  max-width: 15%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.section-google-map{
  margin-bottom: 30px;
}
.section-google-map li:before,.section-map h5:before{
  position: absolute;
  content:"";
  background-color: #000;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
iframe{
  width: 100% !important;
}
.section-go-to-shop .item-go-to-shop ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.section-go-to-shop .item-go-to-shop h3{
  padding: 20px;
  background-color: #67B83F;
  color: #fff;
  margin: 50px 0 30px;
}
.section-go-to-shop .item-go-to-shop ul li img{
  width: 100%;
}
.section-go-to-shop .item-go-to-shop p {
  font-size: 15px;
}
.section-map p{
  margin: 0;
}
.section-map{
  display: flex;
  justify-content: space-between;
}
.section-map h5{
  font-size: 26px;
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px 0;
}
.section-map ul li{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
}
.section-map ul li p{
  font-size: 14px;
  font-weight: 500;
}
.section-map > div{
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.section-map .button-map{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-map .button-map a{
  color: #000;
  border: 1px solid #000;
  padding: 8px 20px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 600;
}
.video_wrapper {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster-before{
   background:url(/cdn/shop/files/cleaningbefore2.png?v=1694162193) no-repeat center center;
}
.videoPoster-after{
   background:url(/cdn/shop/files/cleaningafter2.png?v=1694162192) no-repeat center center;
}
.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  border: none
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:hover {
  cursor: pointer;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.carousel .flickity-prev-next-button.previous {
  left: 440px;
}
.carousel .flickity-prev-next-button.next {
  right: 440px;
}


.carousel-cell {
  height: 100%;
  width: 1168px;
}


@media screen and (min-width: 2448px) {

.carousel-cell{
  width: 100%;
    width:50%;
}

}


.main-carousel {
  width: 700%;
}
.carousel-desktop .flickity-viewport {
  height: 680px;
  overflow: hidden;
}
.carousel-desktop {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.carousel-desktop .flickity-slider, .carousel-desktop {
  height: 700px;
}
.button-homepage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-post-homepage .button {
  background: #67b83f;
  color: #000;
}
button[name="add"] i{
  margin-right: 5px;
}
button[name="add"] i,button[name="add"]{
  font-size: 16px;
}
button[name="add"]:hover i{
  color: #67b83f !important;
}
 button[name="add"]{
  border: 1px solid #979797;
  border-radius: 4px;
  background: transparent;
  color: #979797;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
 }
.button-homepage a {
  border: 1px solid #67b83f;
  border-radius: 4px;
  background: transparent;
  color: #67b83f;
  font-weight: 400;
  width: 230px;
  position: relative;
  padding: 16px 0;
}
.btn-product a i{
  color: #000;
}
.btn-product a:hover i{
  color: #67b83f;
}
.button-homepage a i{
  color: #000;
}
.button-homepage a i,.btn-product a i{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.card:not(.ratio) {
  align-items: center;
  justify-content: center;
}
.blog-post-homepage .card__information {
  display: grid;
  align-items: center;
  grid-template-columns: 1.4fr 7fr;
}
.blog-post-homepage .card__information span {
  color: #b3b3b1;
  font-weight: 300;
}
.blog-post-homepage .card__heading a, .blog-post-homepage .card__information span {
  font-size: 15px;
}
.blog-post-homepage .card__heading a {
  color: #797979;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0;
}
.blog-post-homepage .card__heading a:after {
  border-bottom: 1px solid #e5e5e3;
}
.blog-post-homepage .button:hover,button[name="add"]:hover {
  color: #67b83f !important;
  background: #fff !important;
  transition: all .3s;
  border: 1px solid #67b83f;
  cursor: pointer;
}
.button-homepage .button:hover,.button-homepage a:hover i{
  color: #fff;
}
.blog-post-homepage .button:hover i{
  color: #67b83f;
}
.button-homepage .button:hover{
  background: #67b83f;
}
.product-list-homepage {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 130px;
}
.product-list-homepage .top-sidebarright {
  margin-bottom: 30px;
}
.product-list-homepage .sidebar-left .title-sidebar, .product-list-homepage .top-sidebarright {
  border-bottom: 1px solid #67b83f;
}
.product-list-homepage .top-sidebarright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.title-sidebar {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e3;
}
.title-sidebar h3 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.title-sidebar span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-left: 10px;
}
.siderbar-right .view-all {
  font-size: 15px;
  color: #67b83f;
}
.btn-product:hover a{
  color: #67b83f;
  border: 1px solid #67b83f;
}
.product-homepage .btn-product{
  text-align: center;
  margin-top: 60px;
}
.btn-product a{
  padding: 15px 50px;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.product-homepage .product-list-item {
  display: grid;
  grid-template-columns: 0.6fr 0.6fr 0.6fr 0.6fr;
  row-gap: 8px;
  column-gap: 8px;
}
.product-list-item h4, .product-list p {
  margin: 5px 0;
  font-size: 13px;
}
.card__heading:hover a, .product-list-item h4:hover a{
  color: #67b83f;
}
.product-list-item h4 a,.card__heading a {
  color: #1A1A1A !important;
  font-weight: 500;
  margin-bottom: 15px;
}
.product-list-item .price {
  margin: 10px 0;
  font-size: 14px;
  color: black;
}
.product-list-item .description p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 22px;
  font-size: 14px;
}
.product-homepage{
  padding: 60px 0;
}
.product-homepage .product-list:not(:last-child){
  margin-bottom: 60px;
}
.multicollumn-home .container-left{
  max-width: 1430px;
  margin-left: 0;
  margin-right: auto;
}
.multicollumn-home > .container-left >  .list-multi > img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.multicollumn-home .list-multi{
  gap: 80px;
}
.multicollumn-home .list-multi .info-multi{
  position: relative;
}
.multicollumn-home .list-multi .info-multi .background-multi-home{
  position: absolute;
  top: 4px;
  object-fit: contain;
  width: 450px;
  left: -30px;
  z-index: -1;
  filter: invert(96%) sepia(76%) saturate(128%) hue-rotate(275deg) brightness(113%) contrast(91%);
}


@media only screen and (max-width: 600px){
  .multicollumn-home .list-multi .info-multi .background-multi-home{
        top: -56px;
        left: -4px;
      filter: invert(76%)  sepia(96%)  grayscale(100%);
  }


  .multicollumn-home:before{
    top: 370px;
    height: 51% !important;
  }

    .multicollumn-home .list-multi .info-multi h3{
    text-align: center;
  }
  
}
.multicollumn-home .list-multi .info-multi h3{
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 0;
}
.multicollumn-home .list-multi .info-multi p{
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 35px;
}
.multicollumn-home {
  padding: 60px 0;
  position: relative;
}
.multicollumn-home:before{
  background: #F4F4F4;
  content: "";
  width: 1240px;
  height: 70%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -60px;
}
.back-to-top.show {
  bottom: 5em;
}
.back-to-top {
  position: fixed;
  bottom: -2em;
  right: 4em;
  z-index: 100;
  transition: bottom .5s;
  width: 2em;
  height: 2em;
  color: #fff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  cursor: pointer;
  line-height: 1;
}
.controller {
  margin-bottom: 30px;
}
.controller {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.controller__item {
  position: relative;
  margin-right: 10px;
  line-height: 2rem;
  color: #3F3F3F;
}
.fit-sidebar-fixed button:hover{
  cursor: pointer;
}
.fit-sidebar-fixed ul li{
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.fit-sidebar-fixed button{
  background: unset;
  border: unset;
  padding: 15px 20px;
}
.controller__link {
  transition: .15s;
  color: #3F3F3F;
}
.controller__link.is-current, .controller__link:hover {
  color: #191919;
  font-weight: 700;
  border-bottom: 2px solid;
  padding-bottom: 3px;
}
.archive {
  margin-bottom: -30px;
}
.archive {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.archive .archive__item{
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  animation: fadeIn3 1s;
  margin-bottom: 30px;
      z-index: 0;
}
.archive__item-shadow {
  background: #fff;
  padding: 15px;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.eyecatch {
  max-width: 300px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.eyecatch__cat {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #000000;
  max-width: calc(100% - 3rem);
}
.eyecatch__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.eyecatch__cat a i{
  margin-right: 2px;
}
.eyecatch__cat a {
  display: block;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 1rem;
  transition: .15s;
  line-height: 1.35;
}
.eyecatch:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.eyecatch .eyecatch__link img {
  bottom: 0;
  right: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  transition: .3s;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.archive .archive__contents {
  width: 100%;
  margin-left: 15px;
}
.archive__contents {
  position: relative;
}
.dateList {
  list-style: none;
  margin-bottom: 5px;
  margin-top: 0;
}
.dateList__item {
  display: inline-block;
  text-align: left;
  color: rgba(0,0,0,.5);
  font-size: 1.2rem;
  margin-right: 5px;
  line-height: 1.5;
}
.heading-secondary {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  line-height: 1.5;
  font-weight: 700;
}
.heading:hover a{
  color: #a83f3f;
}
.heading a {
  transition: .15s;
  display: inline-block;
  max-width: 100%;
  color: #191919;
}
.phrase {
  display: block;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
}
.btn-right {
  text-align: right;
}
.btn__link-normal {
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 5px;
  color: #3f3f3f;
  border: 1px solid;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: .15s;
}
.btn__link-normal:hover {
  color: #fff;
  background-color: #3f3f3f;
  border-color: transparent;
}
.l-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.l-main {
  width: calc(70% - 20px);
  margin-bottom: 0;
}
.l-sidebar {
  width: 30%;
}
.u-shadowfix {
  background: #fff;
  padding: 20px;
  border-bottom: none;
}
.widget {
  position: relative;
  margin: 0 auto 40px;
}
.u-shadow, .u-shadowfix {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.u-borderfix .heading-widgetwide, .u-shadowfix .heading-widgetwide {
  margin: -20px -20px 20px;
}
.heading-widgetwide {
  position: relative;
  padding: 10px 10px 10px 20px;
}
.heading-widgetwide {
  background: #000000;
  margin: -15px -15px 20px;
  font-size: 1.5rem;
  color: #fff;
}
.heading-widgetwide::before {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(255,255,255,.5);
}
.heading-widgetwide::after, .heading-widgetwide::before {
  content: "";
  position: absolute;
}
.heading-widgetwide::after {
  top: 50%;
  left: 0;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: #fff;
}
.widget.widget_categories ul, .widget.widget_nav_menu ul.menu {
  border-top: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(168,63,63,.15);
}
.widget.widget_categories ul li a i{
  font-size:1rem;
  margin-right: 5px;
}
.widget.widget_categories ul li a, .widget.widget_nav_menu ul.menu li a {
  color: #fff;
  background: #000000;
  display: flex;
  align-items: center;
  border: none;
  line-height: 1.5;
  padding: 15px 10px;
  transition: .15s;
}
.widget.widget_categories ul li, .widget.widget_nav_menu ul.menu li {
  border-top: 1px solid #fff;
}
.widget.widget_categories ul li:first-child, .widget.widget_nav_menu ul.menu li:first-child {
  border: none;
}
.widget ul li {
  position: relative;
}
.widget ul.menu, .widget>ul {
  border-top: dotted 1px rgba(0,0,0,.1);
}
.widget.widget_recent_entries ul li {
  display: block;
  border-bottom: dotted 1px rgba(0,0,0,.1);
  line-height: 1.5;
  padding: 15px 10px;
}
.widget.widget_recent_entries ul li a {
  display: inline-block;
  color: inherit;
}
.widget ul.menu, .widget>ul {
  border-top: dotted 1px rgba(0,0,0,.1);
}
.widget.widget_archive ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.widget_pages ul li a {
  display: block;
  border-bottom: dotted 1px rgba(0,0,0,.1);
  line-height: 1.5;
  padding: 15px 10px;
  transition: .15s;
}
.main-blog{

}
.main-blog .title--primary{
  margin-top: 0;
}

.widgetSearch__input {
    border: 2px solid #d8d8d8;
    width: calc(100% - 6rem);
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 0;
}

.widgetSearch__submit {
    width: 5rem;
    cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    padding: 10px;
}

.linked-image {
    width: 100%; /* 画像の幅を100%に設定 */
    height: auto; /* 画像の高さを自動に設定 */
      margin-top: 50px; /* 画像の下部に余白を追加 */
    margin-bottom: 20px; /* 画像の下部に余白を追加 */
}




#rgArticleSlider {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}





.rg-slide {
  margin: 0px; /* 各スライド間に5pxの間隔を追加 */
  width: 100%;
      position: relative;
    overflow: hidden;
    min-width: 25%; /* 各スライドはコンテナの100%の幅を持つ */
    transition: transform 0.5s ease-in-out;
    white-space: normal;
  font-size: 16px;
}

.rg-slider {
  position: relative; 
  overflow: hidden; /* オーバーフローを隠す */
}

.rg-slide img {
  width: 100%;
  height: 150px; /* 例として150pxに固定。適宜調整してください。 */
  object-fit: cover; /* 画像が固定の高さ・幅に収まるようにする */
}

.rg-slide-content h2 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


.rg-slide-content {
  padding: 10px;
  text-align: center;
}

.slides-container {
  display: flex; /* 子要素を横並びにする */
    font-size: 0;
  letter-spacing: 0;
  justify-content: flex-start; /* 余白をなくすため */
}

#rgArticleSlider:before {
  left: 0;
}

#rgArticleSlider:after {
  right: 0;
}



#rgArticleSlider {
    position: relative;
}



#leftArrow {
   left: 10px;
}

#rightArrow {
    right: 10px;
}
@media only screen and (max-width: 600px) {
  .rg-slide img {
    width: 200px; 
    height: 170px;
    object-fit: cover; 
  }

  

  .rg-slide-content h2 {
    font-size: 12px; /* タイトルのフォントサイズを12pxに変更 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 40文字を超える場合は「...」で省略 */
    max-width: 150px; /* 適切な最大幅を設定 */
  }

  .arrow {
    font-size: 16px; /* アイコンのサイズを16pxに変更 */
    top: 6px; /* 矢印の位置を調整 */
    transform: none;
  }

 .rg-slide {
    margin-right: 2px; /* スライド間のマージンを2pxに変更 */
  }

  .main-blog{
  padding: 10px;
}
}

.quick-search-buttons {
    margin-top: 10px;
}

.quick-search-button {
    display: inline-block;
    background-color: #f2f2f2;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 12px;
   border-radius: 20px;
}

.quick-search-button:hover {
    background-color: #e6e6e6;
}

.ProductPage-label {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
  margin-bottom: 50px !important;
}

.ProductPage-labelItem {
    background-color: #e0e0e0;
    color: #000; 
    border: 1px solid #b0b0b0;
    padding: 5px 10px;  
    border-radius: 4px; 
    font-size: 14px;
}


@media only screen and (max-width: 767px) {
    .l-main, .l-sidebar {
        float: none;
        width: 100%;
    }

  .l-wrapper{
    flex-wrap: wrap;
  }

  .footer-block-image{
    margin-top: 60px;
  }
  #sidebar-menu>li>ul {
    margin-top: 0px!important;
  }
}

.item-shop-title h2 {
    background: #000;
    padding: 15px 15px;
    color: #fff;
    margin: 0 0 30px;
}

.section-go-shop-leap-move ul {
  justify-content: center;
  gap: 5%;
  text-align: center;
}

.section-go-shop-leap-move ul li a{
  justify-content:center;
}

.section-go-shop-leap-move ul li{
  width: 20%;
  max-width: 8em;
}

#sidebar-menu>li>a .toggle-menu-btn {
    /* display: none !important; */
}

#sidebar-menu>li>ul {
    margin-top: 11px!important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
    max-height: none !important;
}

@media screen and (max-width: 768px) {

  
  .top-menu .vertical-mega-menu > li.buddha-menu-item > a{
    padding: 0px!important;
  }


  .top-menu .vertical-mega-menu>li.buddha-menu-item>ul.mm-submenu.tree li>a>.toggle-menu-btn>span.mm-cross .bar-one {
    margin-top:-10px!important;
  }
  .top-menu .vertical-mega-menu>li.buddha-menu-item>ul.mm-submenu.tree li>a>.toggle-menu-btn>span.mm-cross .bar-two {
    margin-top:-10px!important;
  }
  .top-menu .vertical-mega-menu>li.buddha-menu-item .mm-arrow-icon>span.bar-one {
    margin-top:-10px!important;
  }
  .top-menu .vertical-mega-menu>li.buddha-menu-item .mm-arrow-icon>span.bar-two {
    margin-top:-10px!important;
  }

  .top-menu .vertical-mega-menu > li.buddha-menu-item > a .mm-arrow-icon > span.bar-one {
    margin-top: 0 !important; /* リセット */
}
.top-menu .vertical-mega-menu > li.buddha-menu-item > a .mm-arrow-icon > span.bar-two {
    margin-top: 0 !important; /* リセット */
}
  .vertical-mega-menu > li.buddha-menu-item > a {
    padding: 16px 0px 23px !important;
  }


  .vertical-mega-menu .buddha-menu-item > a > .mm-title {
    font-size: 14px !important; /* 必要ならフォントサイズも統一 */
  }
}


.vertical-mega-menu .buddha-menu-item > a > .mm-title {
  font-size: 14px !important;
}

.vertical-mega-menu[menuIdx="0"]>li.buddha-menu-item ul.mm-submenu.tree>li>a>.toggle-menu-btn{
    padding-right: 0 !important;
    /* display: none !important; */
}
.vertical-mega-menu[menuIdx="0"]>li.buddha-menu-item ul.mm-submenu.tree>li>a{
    padding-right: 0 !important;
    padding-top: 0px!important;
}


#sidebar-menu>li>ul>li:hover>ul {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
    max-height: none !important;
    position: absolute !important;
    left: 100% !important;
    width:7em;
}

.vertical-mega-menu[menuIdx="0"]>li.buddha-menu-item ul.mm-submenu.tree.mm-last-level>li>a {
    padding-right: 0px !important;
    margin-left: 12px !important;
}

.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li>.mm-submenu.tree>li>a {
    margin-left: 0px !important;
}


.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li:hover{
  background : #f9f9f9;
}
.vertical-mega-menu>li ul.mm-submenu.tree>li:first-child:hover{
  background : #f9f9f9;
}
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li>.mm-submenu.tree>li {
    padding: 10px 20px!important;
    width: 200px;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7!important;
}

.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree>li>.mm-submenu.tree>li:hover {
 
    background: #ccc;
}



