main.container{
 max-width:100%;padding:0;
}

@media(min-width:769px) {
.product-explain{
max-width:780px;
  margin-left:auto;
  margin-right:auto;
}
  .bx-wrapper img{margin:auto;}
  
}
.product-order__favorite .Button__icon{
  display:none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.tab-container {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}

.tabs {
display: flex;
justify-content: center;
gap: 5px;
}

.tab-label {
cursor: pointer;
padding: 15px 25px; /* 少し大きめのボタン */
background: #e0e0e0;
border-radius: 5px;
transition: all 0.3s ease;
font-size: 20px; /* 大きめの文字サイズ */
font-weight: bold; /* 太字で視認性向上 */
text-align: center;
box-sizing: border-box;
}

.tab-label:hover {
background: #d0d0d0;
}

input[type="radio"] {
display: none;
}

input[type="radio"]:checked + .tab-label {
background: #007acc;
color: white;
border: 2px solid #007acc;
}

.tab-content {
margin-top: 10px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 20px;
background: #fff;
font-size: 18px; /* コンテンツも大きめの文字 */
color: #333;
}

/* レスポンシブ対応（スマホ表示） */
@media (max-width: 600px) {
.tab-label {
font-size: 18px; /* スマホでは文字サイズを調整 */
padding: 12px 20px;
}

.tab-content {
font-size: 16px; /* コンテンツも小さめに */
padding: 15px;
}
}

.product__section{
 padding-top: 9em;
}
.p-product-thumb-list{
   display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 8px;
}
.p-product-thumb-list__item.is-current {
  opacity: 1;
}
.p-product-thumb-list__item {
   opacity: 0.4;
  transition: opacity .3s linear;
  aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 20%;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-thumb-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 画像を枠内にフィットさせる */
  border-radius: 0;
}
.slider-nav li:focus {
  outline: none;
  box-shadow: none;
}
.slider-nav .slick-slide {
  margin-right: 8px; /* ここを調整して余白の幅を決めてね */
}
.slider-nav .slick-slide:last-child {
  margin-right: 0;
}
.slider-nav .slick-track {
  display: flex !important;justify-content: center;
  gap: 0; 
}
.p-product-thumb-list{display:flex;flex-wrap:wrap;}
/* 前へボタン */
.p-product-img__main .slick-prev:hover,
.p-product-img__main .slick-prev {
  background: url('https://zabou.org/anize/newtemplate/common/icon_arrow_prev.svg') no-repeat center center!important;
  background-size: contain!important;
  width: 40px;
  height: 40px;
  z-index: 10;
  left: -50px; /* 必要に応じて位置調整 */
}
/* 次へボタン */
.p-product-img__main .slick-next:focus,
.p-product-img__main .slick-next:hover,
.p-product-img__main .slick-next {
  background: url('https://zabou.org/anize/newtemplate/common/icon_arrow_next.svg') no-repeat center center!important;
  background-size: contain!important;
  width: 40px;
  height: 40px;
  z-index: 10;
  right: -50px;
}
/* デフォルト矢印のテキストを非表示 */
.p-product-img__main .slick-prev:focus,
.p-product-img__main .slick-prev::before,
.p-product-img__main .slick-next::before {
  display: none;
}
.p-product-img__main .slick-prev::before,
.p-product-img__main .slick-next::before {
  opacity: 1;
}
.p-product-img__main .slick-prev:hover::before,
.p-product-img__main .slick-next:hover::before {
  color: #000 !important;
  opacity: 1 !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: inherit !important;
  background: none !important;
  outline: none;
}
.product-key{
  color: #999999;
  font-size: 14px;
}
.product-cat{
 margin-bottom: 0.7em;
 margin-top: 0.6em;
}
.product-cat a{
  font-size: 20px;
  color: #999999;
}
.product-price{
 font-size: 25px;
 font-weight: bold;
}
.product-name{
  font-size: 28px;
  font-weight: bold;
}
.Product__info{
 background-color: #fff;
 }
.ProductInfo__order{
  background-color: #F2F2F2;
  margin: 2em 0 0;
  padding: 1.5em 1.5em;
}
.inquiry-tag{
  display: flex;
  align-items: center;
  margin: 0 0 1em;
}
.inquiry-tag .red-tag {
   border: 2px solid #8B1911;
   color: #8B1911;
   border-radius: 5px;
   text-align: center;
   padding: 1em 1em;
   font-size: 18px;
   margin-right:0.6em;
}
.inquiry-tag .red-tag:last-child{margin-right:0em;}
.head_logo .desc{display:none;}
.Button.-addCart{
   background-color:#000000;
   box-shadow:none;
}
.guide-btn{
	display: flex;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap;
}
.guide-btn .btn01:first-child{
    margin-right: 0.5em;
}
.hemming-banner{
    margin: 2em 0 3.5em;
}
.hemming-wrap{
  max-width: 880px;
  width: 100%;
  margin: 0 auto ;
}
.hemming-banner a{
 display:table;
  margin: 0 auto 1.3em;
 transition: all 0.3s ease;
}
.hemming-banner a:hover{
  opacity: 0.8;
}
.hemming-open{
 cursor:pointer;
}
.hemming-open.open{
  background-color: #fff;
  border: 1px solid #DF2A1C;
  color: #000;
  font-weight: bold;
}
.hemming-open.open::before{
  background: url(https://zabou.org/anize/newtemplate/common/icon_arrow_red.svg) no-repeat;
  background-size: cover;
}
.hemming-outer .c-ttl{
  text-align: center;
   margin-bottom: 3em;
}
.hemming-outer .c-ttl span {
    font-size: 33px;
    font-weight: 500;
    margin-top: 0.3em;
}
.hemming-outer figure{
 margin-bottom:1em;
}
.hemming-wrap .h-ttl{
  font-size:17px;
  border-top:2px solid #DF2A1C;
  border-bottom:2px solid #DF2A1C;
  margin-bottom: 1.5em;
  font-weight: bold;
  padding: 1.3em 0;
}
.hemming-wrap p{
  margin: 1em 0;
}
.krm-cart{
  display: flex;
  justify-content: space-between;
}
.krm-cart .cartjs_sk_link_other{
  display:none!important;
}
.krm-cart table,
.krm-cart .cartjs_product_img{
   width: 90%!important;
}
.krm-cart [type="submit"]{
   width: 90%!important;height: 40px!important;font-size: 14px!important;
}
.krm-cart table td{font-size: 14px!important;}
.product-about h2{
  font-size: 25px;
  font-weight: bold;margin-bottom: 13px;
}
.product-about .slider-nav-product,
.product-about .slider-for-wrap{
 overflow: hidden;
}
.product-about .slider-nav-product{margin-top: 1.5em;}
.product-about .slider-for-wrap{
    margin: 2em auto 0em;
}
.accordion-title{
  font-size: 21px;
  font-weight: bold;
  position:relative;
  padding:0.8em 0;
  cursor:pointer;
  border-bottom: 1px solid #A3A3A3;
}
.accordion-title.open{
  border-bottom:none;
}
.accordion-title:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  font-weight: 300
}
.accordion-title.open:after {
  content: "−"
}  
.accordion-context{
 display:none;padding: 1em 0;
}
.accordion-context .btn-wrap{
    display: flex;
    margin-top: 1em;
}
.accordion-context .btn-wrap .btn01 {
    max-width: 232px;
}
.accordion-context .btn-wrap .btn01:first-child{
  margin-right:0.6em;
}

.product-explain h2{
   border-top: 2px solid #DF2A1C;
   border-bottom: 2px solid #DF2A1C;
   font-weight: bold;
   padding: 1em 0.5em;
  font-size: 15px;
    margin: 0.83em 0;
}
.middle-banner{
  display: flex;
  justify-content: space-between;
}
.middle-banner a{
  width: 49.5%;
  color: #Fff;
  display: block;
  text-align: center;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.middle-banner a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.middle-banner a.bn01{
  background: url(https://zabou.org/anize/newtemplate/top/bg_guide.jpg) no-repeat;
  background-size: cover;
}
.middle-banner a.bn02{
  background: url(https://zabou.org/anize/newtemplate/top/bg_faq.jpg) no-repeat;
  background-size: cover;
}
.related-area{padding: 5em 0 6em;}
.related-list li a,
.related-list li{
  color: #000;
  text-align: left;transition: all 0.3s ease;
}
.related-list li a:hover{
  opacity:0.6;text-decoration:none;
}
.related-list .moreDetail {
    display: none;
}
.related-list li .price span {
    color: #000;
    font-weight: 500;
    margin-top: 1em;
}
.product-blog-wrap{
  text-align: left;margin: 3em 0;border-top: 1px solid #DEDEDE;
}
.product-blog-wrap ul{
  display: flex;
}
.product-blog-wrap .blog-area{
    padding: 3em 0;
    /*border-top: 1px solid #DEDEDE;*/
    border-bottom: 1px solid #DEDEDE;
    /*margin: 0em 0 3em;*/
}

.product-blog-wrap .blog-area ul{
  display: flex;justify-content: space-between;
}
.product-blog-wrap .blog-area ul li{
  width: 48%;
}
.product-blog-wrap .blog-area ul li a{
  display: flex;
  justify-content: space-between;
  color:#000;
  align-items: end;
}
.product-blog-wrap .blog-area ul li a .thum{
  width: 32%;
}
.product-blog-wrap .blog-area ul li a .info-wrap{
  width: 62%;
}
.product-blog-wrap .style-area{
  padding: 3em 0;
}
.product-blog-wrap .style-area ul{
  display: flex;position:relative;
}
.product-blog-wrap .style-area ul li{
   width: 30%;margin-right: 5%;
}
.product-blog-wrap .style-area ul li:last-child{
   margin-right:0;
}
.product-blog-wrap .style-area ul li a{
  color: #000;
}
.product-blog-wrap ul li a .info-wrap{
  margin-top: 0.5em;
}
.product-blog-wrap ul li a .info-wrap .top-wrap{
  /*display: flex;gap:1em;*/
}
.product-blog-wrap ul li a .info-wrap .top-wrap .blog-date{
  font-weight: bold;
  font-size: 12px;
}
.product-blog-wrap ul li a .info-wrap .top-wrap .cat-wrap{
  font-size: 12px;
  margin:0.3em 0;
}
.product-blog-wrap ul li a .title{
 color: #666666;margin-bottom: 0.9em;
}
.product-blog-wrap ul li a .author{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 0.4em 0.5em;
  margin: 0.5em 0 0em;
  position: relative;
  flex-flow: row-reverse;
}
.product-blog-wrap ul li a .author::before{
  content: 'この記事を書いた人';
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0,-50%);
  color: #666666;
}
.product-blog-wrap ul li a .author img{
  border-radius: 40px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 0.3em;
}
.product-blog-wrap ul li a .author .author-inner{
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  color: #666666;
}
.product-blog-wrap .ttl{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.product-blog-wrap .btn02{
    margin: 1.5em 0 0 auto;
}
.slider-for-wrap {
    max-width: 100%;
    width: 100%;
}
.slider-nav-product .thumb {
    cursor: pointer;
    margin: 0 4px;
}

@media (min-width: 801px) {
  .Product__images {
      width: 44%;
  }
  .Product__info{width: 48%;}
  .Product__main {
     justify-content: space-between;
    
   }
  
}
/*.slider-nav .slick-track {
    transform: unset !important;
  }*/

@media screen and (max-width: 1500px) {
  .product-blog-wrap ul li a .author .author-inner {
    font-size: 12px;
  }
  .product-blog-wrap ul li a .author::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 1410px) {
  .product-blog-wrap ul li a .author::before {
    content:none;
  }
  .product-blog-wrap ul li a .author {
    flex-flow: initial;
　}
  .product-blog-wrap ul li a .author .author-inner {
    justify-content: space-between;
    width: 100%;
  }
  .product-blog-wrap ul li a .author img {
    margin-right: 0.4em;
    margin-left: 0;
 }
}
@media screen and (max-width: 1040px) {
  .inquiry-tag .red-tag {
    font-size: 13px;
  }
  .product-blog-wrap .blog-area ul li a {
    display: block;
  }
  .product-blog-wrap ul li a .info-wrap .top-wrap {
    display: block;
    margin-bottom: 0.3em;
  }
  .product-blog-wrap .blog-area ul li a .thum {
    width: 100%;
  }
  .product-blog-wrap .blog-area ul li a .info-wrap {
    width: 100%;
  }
  .product-blog-wrap .ttl {
    font-size: 18px;
  }
  
}
@media screen and (max-width: 850px) {
  .krm-cart {
    flex-wrap: wrap;
  }
  .krm-cart > div{
    width:49%!important;
  }
}
@media screen and (max-width: 800px) {
  .product__section {
    padding: 3em 0;
  }
  .p-product-img__main .slick-next:focus, 
  .p-product-img__main .slick-next:hover, 
  .p-product-img__main .slick-next {
    width: 30px;
    height: 30px;
    right: -5px;
  }
  .p-product-img__main .slick-prev:hover, 
  .p-product-img__main .slick-prev {
    width: 30px;
    height: 30px;
    left: -5px;
  }
  .slider-nav .product-images-list__unit {
    width: calc(100% / 2) !important;
  }
  .product-blog-wrap {
     margin-bottom: 2.4em;
  }
  .product-blog-wrap .style-area ul li {
      width: 33%;
      margin-right: 2%;
  }
  .product-blog-wrap ul li a .author img {
    width: 23px;
    height: 23px;
  }
  .product-blog-wrap .blog-area {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }
  .Product__info {
    margin-top: 1em;
  }
  .product-name {
    font-size: 20px;
  }
  .product-cat a {
    font-size: 15px;
  }
  .product-price {
    font-size: 20px;
  }
  .ProductInfo__order {
    padding: 1em 1em;
  }
  .product-explain .product-about{
    margin-top: -5em;
  }
  .product-about h2 {
    font-size: 18px;
  }
  .inquiry-tag .red-tag {
    padding: 0.5em 0.5em;
    font-size: 14px;
  }
  .accordion-title {
    font-size: 16px;
    padding: 0.8em 0;
  }
  .accordion-title:after {
    font-size: 17px;
  }
  .middle-banner {
    display: block;
  }
  .middle-banner a {
    width: 100%;
    min-height: auto;
    padding: 3em 0
  }
  .related-area {
    padding: 2em 0 2em;
  }
  .hemming-outer .c-ttl span {
    font-size: 25px;
    margin-top: 0.1em;
  }
  .hemming-wrap .h-ttl {
    font-size: 16px;
  }
  .guide-btn{justify-content: center;}
  .guide-btn .btn01:first-child {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.guide-message{
  margin: 3em 0 6em;line-height:1.6;
}
.guide-message .center{
  text-align: center;
  margin: 0 0 3em;
}
.guide-message .sub-ttl{
  font-weight: bold;
  margin: 1.4em 0 0.6em;
  font-size: 16px;
}
.guide-wrap {
  margin-bottom: 2em;
}
.guide-wrap .g-ttl{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
}
.guide-wrap .g-ttl::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.guide-wrap .guide-list{
  display: flex;
  justify-content: space-between;
}
.guide-wrap .guide-box{
  width: 24%;
}
.guide-wrap .guide-box .guide-name{
  font-weight: bold;
  margin: 0.8em 0;
}
.guide-wrap  .guide-box.big{
  width: 48%;
}
.guide-wrap .guide-box .img-wrap{
  display: flex;
  justify-content: space-between;
}
.guide-wrap .guide-box.big2 {
  width: 75%;
}
.guide-wrap .guide-list .guide-box .img-wrap{
  display: flex;
  justify-content: space-between;
}
.guide-wrap .guide-list.flex3,
.guide-wrap .guide-list.flex2 {
  display: flex;
  justify-content: flex-start;
}
.guide-wrap .guide-list.flex2{
margin:2em 0;}
.guide-wrap .guide-list.flex3 .guide-box,
.guide-wrap .guide-list.flex2 .guide-box {
 margin-right:2%;
}
.guide-wrap .guide-list.flex3 .guide-box:last-child,
.guide-wrap .guide-list.flex2 .guide-box:last-child {
 margin-right:0%;
}
.guide-wrap .guide-box.big .img-wrap figure{
 width: 47%;
}
.guide-wrap .guide-box.big2 .img-wrap figure{
  width: 32%;
}

@media (max-width: 767px) {
  .Product__main {margin-bottom:0;}
   .middle-banner a.bn01{
    margin-bottom: 5px;
  }
  .guide-wrap .guide-list{
    flex-wrap: wrap;
  }
  .guide-wrap .guide-box {
    width: 48%;
    margin-bottom: 2em;
  }
  .guide-wrap .guide-box.big {
    width: 100%;
  }
  .guide-wrap .guide-box.big2 {
    width: 100%;
  }
  .guide-wrap .g-ttl {
    font-size: 17px;
  }
}