@charset "UTF-8";
.shichirin {
  /* ==============================================
  炭人七輪概要
  ============================================== */
  /* ==============================================
  特徴
  ============================================== */
  /* ==============================================
  商品のご紹介
  ============================================== */
  /* ==============================================
  炭人七輪について
  ============================================== */
  /* ==============================================
  火種コンロ
  ============================================== */
  /* ==============================================
  YouTube
  ============================================== */
}
.shichirin .pc_none {
  display: none;
}
@media screen and (max-width: 576px) {
  .shichirin .pc_none {
    display: block;
  }
}
.shichirin_wrapper {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.shichirin .MV {
  padding-top: 150px;
}
@media screen and (max-width: 576px) {
  .shichirin .MV {
    padding-top: 60px;
  }
}
.shichirin .mv {
  background: url("./images/shichirin/mv.jpg") 85% center/cover no-repeat;
  height: 720px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .shichirin .mv {
    background: url("./images/shichirin/mv.jpg") 75% center/cover no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .mv {
    background: url("./images/shichirin/mv_sp.jpg") center/cover;
    height: 375px;
  }
}
.shichirin .mv_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .shichirin .mv_text {
    top: 60%;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .mv_text {
    top: 40%;
  }
}
.shichirin .mv_text_main {
  font-size: clamp(32px, 10vw, 82px);
  font-weight: 700;
  margin-bottom: 5%;
}
.shichirin .mv_text_sub {
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 700;
  margin-bottom: 10%;
  position: relative;
  display: inline-block;
}
.shichirin .introduction {
  position: relative;
}
.shichirin .introduction_inner {
  position: relative;
  justify-content: space-between;
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .shichirin .introduction_inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.shichirin .introduction_images {
  max-width: 1167px;
  width: clamp(60%, 70vw, 100%);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1100px) {
  .shichirin .introduction_images {
    width: 90%;
    margin-left: 0;
  }
}
.shichirin .introduction_textbox {
  position: absolute;
  right: 5%;
  padding-left: 2%;
  max-width: 580px;
  width: 45%;
}
@media screen and (max-width: 1100px) {
  .shichirin .introduction_textbox {
    position: static; /* ←これ必須！フローに戻す */
    max-width: none;
    margin: 0 auto 40px; /* ←画像との余白 */
    padding-left: 0;
    width: 100%;
    right: auto;
    padding: 0 6%;
  }
}
.shichirin .introduction_textbox::after {
  content: "";
  position: absolute;
  top: 120px;
  right: -30%;
  transform: translateY(-50%);
  width: 30%;
  height: 297px;
  background: url("./images/shichirin/suminchu_logo.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .shichirin .introduction_textbox::after {
    background-image: url("./images/shichirin/suminchu_logo_sp.png");
    top: 105px;
    right: 10%;
    width: 60%;
  }
}
.shichirin .introduction_textbox .introduction_label {
  margin-bottom: 18px;
  font-size: clamp(14px, 2vw, 18px);
}
.shichirin .introduction_textbox .introduction_title {
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 6%;
}
@media screen and (max-width: 1100px) {
  .shichirin .introduction_textbox .introduction_title {
    font-size: clamp(20px, 4vw, 25px);
    margin-bottom: 14%;
  }
}
.shichirin .introduction_textbox .introduction_text {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .shichirin .introduction_textbox .introduction_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .introduction_textbox .introduction_text {
    font-size: 14px;
  }
}
.shichirin .introduction_copy {
  position: absolute;
  right: 10%;
}
.shichirin .feature {
  max-width: 1750px;
  width: 90%;
  margin: 160px auto 0;
  background: url("./images/binchotan/gray_back.jpg") center/cover;
  padding: 80px 0;
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .shichirin .feature {
    margin-top: 50px;
    padding: 40px 0;
  }
}
.shichirin .feature .introduction_images_main {
  flex: 1 1 auto;
  max-width: 100%;
}
.shichirin .feature_head {
  margin-bottom: 40px;
}
.shichirin .feature_head_label {
  font-size: clamp(14px, 3vw, 18px);
  color: #bf3030;
  font-weight: 500;
  margin-bottom: 15px;
}
.shichirin .feature_head_title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .shichirin .feature_head {
    text-align: center;
  }
}
.shichirin .feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: start;
  /* スマホで1カラム */
}
@media screen and (max-width: 820px) {
  .shichirin .feature_list {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .feature_list {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 50px;
  }
}
.shichirin .feature_item {
  text-align: center;
}
.shichirin .feature_subtitle {
  margin-top: 22px;
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.shichirin .feature_text {
  text-align: left;
  margin: 0 auto;
  max-width: 342px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  color: #444;
}
@media screen and (max-width: 820px) {
  .shichirin .feature_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .feature_text {
    font-size: 14px;
  }
}
.shichirin .shichirin_product {
  padding: 120px 0;
  /* ==============================
     テキスト
  ============================== */
  /* ==============================
     ギャラリー（スライダー）
  ============================== */
  /* ==============================
     サブ画像
  ============================== */
  /* 2つ目 */
  /* 1,3つ目 */
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product {
    padding: 60px 0;
  }
}
.shichirin .shichirin_product_head {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .shichirin .shichirin_product_head {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.shichirin .shichirin_product_label {
  font-family: "Montserrat", sans-serif;
  color: #bf3030;
  font-size: clamp(15px, 3vw, 18px);
  margin-bottom: 15px;
}
.shichirin .shichirin_product_title {
  line-height: 1.5;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
}
.shichirin .shichirin_product_inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
  position: relative;
  /* ==============================
     reverse（左右反転）
  ============================== */
}
.shichirin .shichirin_product_inner::before {
  content: "";
  position: absolute;
  left: 52%;
  width: 100vw;
  top: 60px;
  bottom: -100px;
  background-color: #f5f5f5;
  z-index: -1;
  transform: translateX(-35%);
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .shichirin .shichirin_product_inner::before {
    left: 66%;
    right: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_inner::before {
    bottom: -30px;
  }
}
.shichirin .shichirin_product_inner.reverse {
  margin-top: 200px;
  flex-direction: row-reverse;
}
.shichirin .shichirin_product_inner.reverse::before {
  left: auto;
  right: 52%;
  transform: translateX(35%);
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product_inner.reverse {
    flex-direction: column-reverse;
  }
  .shichirin .shichirin_product_inner.reverse::before {
    left: 66%;
    right: 0;
    width: 100vw;
    transform: translateX(-35%);
  }
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_inner.reverse {
    margin-top: 60px;
  }
}
.shichirin .shichirin_product .first_shichirin {
  margin-top: 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .first_shichirin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.shichirin .shichirin_product_text {
  max-width: 40%;
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product_text {
    max-width: none;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 820px) {
  .shichirin .shichirin_product_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_text {
    font-size: 14px;
    margin-top: 35px;
  }
}
.shichirin .shichirin_product_name {
  font-size: clamp(40px, 3vw, 75px);
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_name {
    font-size: 30px;
  }
}
.shichirin .shichirin_product_name span {
  font-size: clamp(25px, 2vw, 48px);
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_name span {
    font-size: 18px;
  }
}
.shichirin .shichirin_product_desc {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .shichirin .shichirin_product_desc {
    max-width: none;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_desc {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.shichirin .shichirin_product_btn {
  text-align: center;
}
.shichirin .shichirin_product_btn .button_red {
  width: 100%;
  position: relative;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  display: inline-block;
  padding: 25px 0;
  border-radius: 40px;
  background: #bf3030;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product_btn .button_red {
    padding: 20px 0;
  }
}
.shichirin .shichirin_product_btn .button_red:hover {
  opacity: 0.7;
}
.shichirin .shichirin_product_btn .button_red::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
  transition: 0.2s opacity;
}
.shichirin .shichirin_product .shichirin_gallery {
  max-width: 49%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product .shichirin_gallery {
    max-width: 670px;
    width: 100%;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev,
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background: #000;
  opacity: 50%;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev,
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next {
    width: 30px;
    height: 30px;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev {
  left: -60px;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev {
    left: -30px;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev::before {
  z-index: 2147483647;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1em;
  height: 1em;
  margin-top: -0.65em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(135deg);
  transition: 0.2s opacity;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-prev::before {
    right: 0.5em;
    top: 56%;
    width: 0.8em;
    height: 0.8em;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next {
  right: -60px;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next {
    right: -30px;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next::before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1em;
  height: 1em;
  margin-top: -0.65em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
  transition: 0.2s opacity;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_main .slick-next::before {
    right: 0.5em;
    top: 56%;
    width: 0.8em;
    height: 0.8em;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_nav {
  z-index: 1;
  display: flex !important;
  align-items: center;
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_nav .slick-slide {
  width: 60px !important;
  height: 60px;
  margin: 0 6px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color 0.3s;
}
@media screen and (max-width: 576px) {
  .shichirin .shichirin_product .shichirin_gallery .shichirin_slider_nav .slick-slide {
    width: 30px !important;
    height: 30px;
  }
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_nav .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.shichirin .shichirin_product .shichirin_gallery .shichirin_slider_nav .slick-slide.slick-current {
  border-color: #222;
}
.shichirin .shichirin_product .shichirin_product_inner > .shichirin_sub_image {
  position: absolute;
  bottom: -20px;
  right: -12%;
  width: 38%;
  max-width: 260px;
  z-index: 15;
}
.shichirin .shichirin_product .shichirin_product_inner > .shichirin_sub_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .shichirin .shichirin_product .shichirin_product_inner > .shichirin_sub_image {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .shichirin .shichirin_product .shichirin_product_inner > .shichirin_sub_image {
    width: 20%;
    bottom: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product .shichirin_product_inner > .shichirin_sub_image {
    width: 40%;
    bottom: 390px;
    right: -42px;
  }
}
.shichirin .shichirin_product .shichirin_product_inner.reverse .shichirin_sub_image {
  position: absolute;
  bottom: -20px;
  left: -102px;
  width: 38%;
  max-width: 260px;
  z-index: 15;
}
.shichirin .shichirin_product .shichirin_product_inner.reverse .shichirin_sub_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .shichirin .shichirin_product .shichirin_product_inner.reverse .shichirin_sub_image {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .shichirin .shichirin_product .shichirin_product_inner.reverse .shichirin_sub_image {
    width: 20%;
    bottom: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .shichirin .shichirin_product .shichirin_product_inner.reverse .shichirin_sub_image {
    width: 40%;
    bottom: 390px;
    right: -42px;
    left: auto;
  }
}
.shichirin .hidane {
  margin-top: 120px;
  font-weight: 700;
  position: relative;
  background: url("./images/shichirin/hidanekonro_back.jpg") center/cover no-repeat;
  width: 100%;
  padding: 0px 0 140px;
}
@media screen and (max-width: 576px) {
  .shichirin .hidane {
    margin-top: 60px;
    padding-bottom: 227px;
  }
}
.shichirin .hidane_wrapper {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px;
}
@media screen and (max-width: 1100px) {
  .shichirin .hidane_wrapper {
    padding-bottom: 412px;
  }
}
@media screen and (max-width: 820px) {
  .shichirin .hidane_wrapper {
    padding: 60px 30px;
    padding-bottom: 365px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_wrapper {
    padding: 30px 20px;
    padding-bottom: 100px;
  }
}
.shichirin .hidane_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shichirin .hidane_textarea {
  width: 100%;
}
.shichirin .hidane_group {
  width: 62%;
}
@media screen and (max-width: 1100px) {
  .shichirin .hidane_group {
    width: 100%;
  }
}
.shichirin .hidane_title {
  font-size: clamp(30px, 1.5vw, 45px);
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
  border-top: 4px solid #222;
  border-bottom: 4px solid #222;
  padding: 10px 0;
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.shichirin .hidane_lead {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .shichirin .hidane_lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_lead {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.shichirin .hidane_feature {
  display: inline-block;
}
.shichirin .hidane_feature li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .shichirin .hidane_feature li {
    margin-bottom: 30px;
  }
}
.shichirin .hidane_feature li h3 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .shichirin .hidane_feature li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_feature li h3 {
    font-size: 18px;
  }
}
.shichirin .hidane_feature li .hidane_icon {
  min-width: 59px;
}
@media screen and (max-width: 526px) {
  .shichirin .hidane_feature li .hidane_icon {
    min-width: 36px;
  }
}
.shichirin .hidane_feature li .hidane_text {
  position: relative;
}
.shichirin .hidane_feature li .hidane_text p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
  display: inline; /* ←複数行背景を行ごとに分割 */
  padding-bottom: 2px;
  /* 🎯 複数行すべてに下線を敷く設定 */
  background-image: linear-gradient(to right, #222 33%, transparent 0%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 820px) {
  .shichirin .hidane_feature li .hidane_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_feature li .hidane_text p {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.shichirin .hidane_feature li span {
  color: #bf3030;
}
.shichirin .hidane_btn {
  text-align: center;
  max-width: 505px;
}
@media screen and (max-width: 1100px) {
  .shichirin .hidane_btn {
    margin: 0 auto;
  }
}
.shichirin .hidane_btn .button_red {
  width: 100%;
  position: relative;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  display: inline-block;
  padding: 25px 0;
  border-radius: 40px;
  background: #bf3030;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .shichirin .hidane_btn .button_red {
    padding: 20px 0;
  }
}
.shichirin .hidane_btn .button_red:hover {
  opacity: 0.7;
}
.shichirin .hidane_btn .button_red::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
  transition: 0.2s opacity;
}
.shichirin .hidane_image {
  position: absolute;
  bottom: -86px;
  right: -130px;
}
@media screen and (max-width: 1400px) {
  .shichirin .hidane_image {
    text-align: end;
    bottom: 0;
  }
  .shichirin .hidane_image img {
    width: 85%;
    text-align: end;
  }
}
@media screen and (max-width: 1100px) {
  .shichirin .hidane_image {
    bottom: -527px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .shichirin .hidane_image img {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .shichirin .hidane_image {
    bottom: -490px;
  }
}
@media screen and (max-width: 526px) {
  .shichirin .hidane_image {
    bottom: -360px;
  }
}
@media screen and (max-width: 450px) {
  .shichirin .hidane_image {
    bottom: -300px;
  }
}
.shichirin .youtube {
  margin-bottom: 120px;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #f9f9f9 url("./images/binchotan/youtube_back.png") center/cover no-repeat;
}
@media screen and (max-width: 576px) {
  .shichirin .youtube {
    padding: 60px 0;
  }
}
.shichirin .youtube_head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .shichirin .youtube_head {
    margin-bottom: 30px;
  }
}
.shichirin .youtube_label {
  font-family: "Montserrat", sans-serif;
  color: #bf3030;
  font-size: clamp(15px, 3vw, 18px);
  margin-bottom: 15px;
}
.shichirin .youtube_title {
  line-height: 1.5;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
}
.shichirin .youtube_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* PCでは1行4列 */
  flex-wrap: nowrap;
  /* 820px以下で2列×2段に */
}
@media screen and (max-width: 820px) {
  .shichirin .youtube_list {
    flex-wrap: wrap;
  }
}
.shichirin .youtube_item {
  width: 23%;
  text-align: center;
  /* 820px以下で2列 */
}
@media screen and (max-width: 820px) {
  .shichirin .youtube_item {
    width: 45%;
  }
}
.shichirin .youtube_speech {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
.shichirin .youtube_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16; /* Shorts対応の縦型比率 */
  overflow: hidden;
  border-radius: 12px;
}
.shichirin .youtube_thumb iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}
@media screen and (max-width: 820px) {
  .shichirin .youtube_thumb {
    aspect-ratio: 5/9; /* ← 横長に */
  }
}

/* ================================
   slickサムネイル縦並び 最終修正版
================================ */
.shichirin_product_inner.reverse .shichirin_gallery {
  display: flex;
  flex-direction: column;
  /* サブ画像位置 左側へ */
}
@media screen and (max-width: 1100px) {
  .shichirin_product_inner.reverse .shichirin_gallery {
    align-items: baseline;
  }
}
.shichirin_product_inner.reverse .shichirin_gallery .shichirin_slider_main {
  order: 1;
  width: 100%;
}
.shichirin_product_inner.reverse .shichirin_gallery .shichirin_slider_nav {
  order: 2;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  margin-top: 10px;
  /* slick内部のtrackを横並びに強制 */
  /* slick-slideのfloat解除 */
}
.shichirin_product_inner.reverse .shichirin_gallery .shichirin_slider_nav .slick-track {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  transform: none !important; /* ← 縦並びになる主因をリセット */
}
.shichirin_product_inner.reverse .shichirin_gallery .shichirin_slider_nav .slick-slide {
  float: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.shichirin_product_inner.reverse .shichirin_gallery .shichirin_sub_image {
  right: auto !important;
  left: -200px !important;
}

/* ▼サイドバー全体を“クリック透過”させる */
body.page-template-page-products-shichirin .Wrapper__side,
body.page-template-page-products-shichirin .Wrapper__side .Sidebar {
  pointer-events: none !important;
}

/* ▼でも「ハンバーガーメニュー」だけはクリックできるようにする */
body.page-template-page-products-shichirin .Header__button.Nav__button {
  pointer-events: auto !important;
  position: relative;
  z-index: 99999 !important;
}

/* ▼スライド矢印も押せるようにする（念のため） */
body.page-template-page-products-shichirin .slick-prev,
body.page-template-page-products-shichirin .slick-next {
  pointer-events: auto !important;
  z-index: 99999 !important;
}
/*# sourceMappingURL=products-shichirin.css.map */