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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

a {
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
br {
  content: "";
  display: block;
  white-space-collapse: discard;
}

.br_pc {
  display: block;
}
.br_tb_n {
  display: block;
}
.br_tb_b,
.br_sp {
  display: none;
}
li {
  list-style: none;
}
figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
body {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

/* オーバーレイ */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf6f0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  z-index: 9999;
  flex-direction: column;
}
#overlay img {
  width: 65px;
  margin: 0 0 1rem;
}
/* オーバーレイを表示する時 */
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* 中央スピナー */
.spinner {
  width: 30px;
  height: 30px;
  border: 1px solid #4c6a92;
  border-top: 1px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#body_wrap {
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
  position: relative;
}
#body_wrap.fade-in {
  opacity: 1;
}
#body_wrap.fade-out {
  opacity: 0;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  } /* 上下の揺れ幅 */
}
.spinner-logo {
  animation: float 2s ease-in-out infinite; /* アニメーション時間とループ */
}

/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header__logo,
.l-fixHeader__logo {
  padding: 0 !important;
}
.l-fixHeader .c-headLogo__img.-common {
  width: 80%;
}
.l-header {
  background: none !important;
  box-shadow: none !important;
}

.l-header,
.l-fixHeader {
  .c-headLogo {
    width: auto !important;
    height: 94px !important;
  }
  .l-header__inner {
    max-width: 100%;
	  padding:0 2rem !important;
  }
  .c-gnav {
    li {
      a {
        padding: 0 17px;
        position: relative;
        white-space: nowrap;
        letter-spacing: 0.01rem;
		  span{
			  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
			  font-weight:600 !important;
		  }
      }
    }
	  
	  .sub-menu{
		a {
  			padding:0.8rem 1.5rem !important;
		}
	  }
  }
}

.l-fixHeader__inner {
  max-width: 100% !important;
padding:0 2rem !important;
}

/* ヘッダーお問い合わせボタン */
[data-partsid="58"] {
	p{
    margin: 0 !important;
    a {
      color: #fff;
      background:#4C6A92;
	
      font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
	font-weight:600 !important;
      display: block;
      width: 162px;
      height: 43px;
      display: flex;
      justify-content: center;
      align-items: center;
		border-radius:50px;
    }
		}
}

/*ハンバーガーメニュー*/
.p-spMenu__inner {
  --color_menu_text: #fff;
  --color_menu_bg: #4E3904;
  width: 100% !important;
height: 100% !important;
  overflow: hidden !important;
padding: 0 !important;

  .c-widget__title.-spmenu,
  .p-spMenu__nav {
    display: none;
  }
}
.p-spMenu__body {
  padding: 0 !important;
  overflow: auto;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}
.p-spMenu__overlay {
  background: rgba(78 57 4 / 80%);
}
.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
height: 100% !important;
  overflow: hidden !important;
}
[data-spmenu="opened"] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.p-spMenu__bottom {
	overflow: hidden;
    margin-top: 0 !important;
}


/*ハンバーガーメニュー内装飾*/
[data-partsid="566"] {
	a,p{
		color:#fff;
		font-size:16px;
		font-weight:600 !important;
	}
	.Spnav_head{
		margin: 0 0 3rem;
	}
	.Spnav_logo{
		margin: 0 0 3.2rem;
	}
	
	.Spnav_wrap{
		width: 43%;
		margin:0 auto;
		padding-bottom: 3rem;
		
		ul{
			padding:0 !important;
		}
		.linkbox01,.linkbox03{
				li{
					margin: 0 0 0.8rem !important;
			}
		}
		.linkbox01{
			margin: 0 0 0.8rem !important;
		}

		.linkbox02{
			margin:0 0 1rem !important;
			
			p{
				margin: 0 0 0.8rem;
			}
			.sub_menulink{
				li{
					margin: 0 0 0.9rem;
				}	
			a{
				font-weight:400 !important;
				position: relative;
				padding: 0 0 0 3rem;
					
					&::before {
  						content: "";
  						position: absolute;
  						left: 0;
  						top: 50%;
  						transform-origin: left;
  						width: 21px;
  						height: 1px;
  						background-color: #fff;
}
			}
		}
		}
		.linkbox03{
			margin: 0 0 2.3rem !important;
		}
		
		.sp_insta_link{
			width:20px;
			height:20px;
		}
	}
}


/*ハンバーガーアイコン*/
.p-spMenu__closeBtn {
  position: absolute;
  top: 15px;
  right: 10px !important;
}
[data-spmenu="closed"] {
  .-menuBtn .c-iconBtn__icon {
    position: relative;
    margin-top: 15px;
    width: 24px;
    height: 1.5px;
    background-color: #4E3904;
    transition: all 0.3s ease;
  }
  .-menuBtn .c-iconBtn__icon::before {
    position: absolute;
    content: "";
    right: 0;
    top: -8px;
    width: 45px;
    height: 1.5px;
    background-color: #4E3904;
    transition: all 0.3s ease;
  }
}
[data-spmenu="opened"] {
  .-menuBtn .c-iconBtn__icon {
    position: relative;
    margin-top: 15px;
    width: 40px;
    height: 2px;
    transform: rotate(45deg);
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .-menuBtn .c-iconBtn__icon::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 40px;
    height: 2px;
    transform: rotate(-87deg);
    background-color: #fff;
    transition: all 0.3s ease;
  }
}
/* =========================================================
//  フッター
// ========================================================= */
.w-beforeFooter {
  margin: 0 !important;
  padding: 0 !important;
}
.widget_text{
  margin: 0 !important;
}

/* フッター前_おみやげ処バナー */
[data-partsid="178"] .logoimg {
  width: 224px;
  margin: 0 auto 3rem;
}

/* フッター前_お問い合わせ */
[data-partsid="266"] .swell-block-columns .swell-block-columns__inner {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s {
  width: 33.3333333333% !important;
  height: 409px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  border-top: 1px solid #dadada;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group {
  width: 62%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group h2 {
  font-size: clamp(1.75rem, 1.375rem + 0.7813vw, 2rem) !important;
  font-weight: 600 !important;
  margin: 0 0 1rem;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group p {
  line-height: 1.7rem;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2), [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
  text-align: center;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group {
  width: 60%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group h3, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group h3 {
  color: #fff;
  background: #317256;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 1.8rem;
  margin: 0 0 1.3rem;
  border-radius: 4px;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group a, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group a {
  color: #4e3904;
  font-size: clamp(1.75rem, -0.125rem + 3.9063vw, 3rem);
  font-weight: 400 !important;
  line-height: 4rem;
  letter-spacing: -0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group a::before, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group a::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../../uploads/2025/11/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem 0 0;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group .small, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group .small {
  font-size: 14px;
  line-height: 1rem;
  margin: -10px 0 0;
}

/* フッター */
.l-footer {
  padding: 3rem 0 0 !important;
}
.l-footer .copyright {
  font-size: 12px !important;
  text-align: right;
  padding-bottom: 1rem !important;
}
.l-footer .f_inner {
  margin: 7.5rem 0 0 !important;
}
.l-footer .f_inner .swell-block-columns__inner {
  justify-content: space-between !important;
}
.l-footer .f_inner .shopbox {
  width: 40%;
}
.l-footer .f_inner .shopbox h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-left: 2px solid;
  padding: 0 0 0 0.3rem !important;
  margin: 0 0 0.3rem !important;
  line-height: 1rem !important;
}
.l-footer .f_inner .shopbox p {
  font-size: 14px;
}
.l-footer .f_inner .linkbox {
  width: 40%;
}
.l-footer .f_inner .linkbox .swell-block-columns__inner {
  justify-content: flex-start !important;
}
.l-footer .f_inner .linkbox .swl-has-mb--s:nth-child(2) {
  width: 22%;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul {
  padding: 0 !important;
  margin: 0 !important;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul li {
  font-size: 14px !important;
  margin: 0 0 0.5rem;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul li img {
  width: 22px !important;
  height: auto;
  margin: 1rem 0 0;
}
/* =========================================================
//  アニメーション
// ========================================================= */
/* ぼやける */
.anime_blur {
  opacity: 0;
  filter: blur(10px);
  animation: focusIn 5s ease forwards;
}

@keyframes focusIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
/* フェードイン（上に） */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン（ブロック） */
.Fade_block {
  transition: opacity 1s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.Fade_block.fade-out {
  opacity: 0;
  filter: blur(50px);
  transform: translateY(60px); /* 下にふわっと移動 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* スクロール（スクロールを促す線など） */
@keyframes scrollX {
  0% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
}
/* 縦 */
@keyframes scrollY {
  0% {
    transform: translateY(-50%) scale(1, 0);
    transform-origin: center top;
  }
  50% {
    transform: translateY(-50%) scale(1, 1);
    transform-origin: center top;
  }
  50.1% {
    transform: translateY(-50%) scale(1, 1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateY(-50%) scale(1, 0);
    transform-origin: center bottom;
  }
}
/* =========================================================
//  共通（装飾）
// ========================================================= */
.tate-txt {
  writing-mode: vertical-rl !important;
  white-space: pre !important;
  text-align: left !important;
}
.midashi_01 {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 600 !important;
}
.midashi_02 {
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem) !important;
}

.midashi_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.midashi_03 span {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.8rem !important;
  line-height: 4.5rem !important;
  padding: 0.6rem 0 0 !important;
  border-left: 1px solid #4e3904;
  border-right: 1px solid #4e3904;
}

.swell-block-button {
  display: flex;
  padding-right: 83px;
}
.swell-block-button a {
  color: #317256;
  background: inherit !important;
  text-align: right;
  position: relative;
  display: inline-block !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.swell-block-button a::before {
  content: "";
  position: absolute;
  right: -83px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 1px solid #317256;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}
.swell-block-button a::after {
  content: "";
  position: absolute;
  right: -51px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #317256;
  border-radius: 50%;
}
.swell-block-button a span {
  font-size: 15px !important;
  font-weight: 600 !important;
  position: relative;
}
.swell-block-button a span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #317256;
  top: 50%;
  right: -53px;
  transform: translateX(-50%);
  width: 42px;
  height: 1px;
  animation: scrollX 3s infinite;
}
.swell-block-button a:hover::before {
  transform: translateY(-50%) scale(1.25);
}

.parallax-img {
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}
.parallax-img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-height: 140%; /* 画像が少し大きくなる */
  transition: transform 0.1s linear;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 500px;
}
.l-topTitleArea h1 {
  font-size: clamp(1.625rem, 0.3125rem + 2.7344vw, 2.5rem);
  font-weight: 600 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: none !important;
}
.l-topTitleArea h1 small {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  font-style: normal !important;
  opacity: 1;
  margin: 1.2rem 0 0;
}

/* お知らせ */
.blog{
	.l-mainContent{
		max-width: 100%;
	}
	.c-tabBody{
		ul{
			column-gap: 0.5rem !important;
			li{
				width: calc(96%/3) !important;
				
				.p-postList__thumb {
					box-shadow:none !important;
					figure{
						height:274px;
					}
				}
				.p-postList__excerpt{
					display:none !important;
				}
				.p-postList__meta{
					time{
						font-size:13px !important;
						&::before{
							display:none;
						}
					}
				}
			}
		}
	}
}
.c-postThumb__cat {
  background: #317256 !important;
  color: #fff;
}

/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 !important;
}
.Product_wrap .intro_section .midashi_02 {
  font-weight: 400 !important;
  letter-spacing: 0.5rem;
  line-height: 2.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 5rem;
  transition-delay: 0.5s;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 9.5vw;
       column-gap: 9.5vw;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 30%;
}
.Product_wrap .intro_section .swell-block-columns .imgbox figure {
  width: 100%;
  height: auto;
  transition-delay: 0.6s;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 41%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 500;
  line-height: 2.8rem;
  transition-delay: 1.1s;
  margin: 0 0 2.8rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  flex-direction: row-reverse;
  justify-content: flex-start !important;
  -moz-column-gap: 7.5vw !important;
       column-gap: 7.5vw !important;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: -40px;
}
.Product_wrap .tsuika_section {
  width: 660px;
  margin: 0 auto;
}
.Product_wrap .tsuika_section .swell-block-fullWide__inner {
  position: relative;
}
.Product_wrap .tsuika_section figure {
  margin: 0 0 2.5rem !important;
}
.Product_wrap .tsuika_section h2 {
  font-weight: 400 !important;
  letter-spacing: 0.5rem;
  position: absolute;
  top: 0;
  left: -6rem;
  margin: 0;
}
.Product_wrap .tsuika_section p {
  font-weight: 500;
  line-height: 2.8rem;
  width: 77%;
  margin: 0 auto;
}
.Product_wrap .products_section {
  padding-bottom: 8rem !important;
}
.Product_wrap .products_section .swell-block-columns .swell-block-columns__inner {
  row-gap: 3rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: 413px;
  height: 275px;
  margin: 0 0 0.8rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure img {
  width: 100%;
  height: 100%;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  display: flex;
  align-items: center;
  margin: 0 0 0.7rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3::before {
  content: " ";
  position: relative !important;
  display: block;
  width: 9px;
  height: 9px;
  background: #317256;
  border-radius: 100%;
  margin: 0 0.4rem 0 0;
  flex-shrink: 0;
}
/* =========================================================
//  
// ========================================================= */
.About_wrap{
	.intro_section{
		padding-bottom: 3.8rem !important;
		
		.swell-block-fullWide__inner{
			position:relative;
		}
		figure{
			margin: 0 0 4rem;
		}
		h2{
			font-weight:400 !important;
			letter-spacing: 0.9rem;
			position: absolute;
      top: -2rem;
      left: -1.5rem;
      margin: 0;
		}
		.swell-block-columns{
			width: 84%;
  			margin: 0 auto;
			p{
				font-weight:600 !important;
				line-height: 2.1rem;
			}
			.name{
				font-size: clamp(1.125rem, 0.9375rem + 0.3906vw, 1.25rem) !important;
				font-weight:600 !important;
				margin: 3.8rem 0 0;
			}
		}
	}
	
	.maneki_section{
		padding-bottom: 8rem !important;
		
		.swell-block-columns{
		.swell-block-columns__inner{
				align-items:flex-end !important;
			}

			.is-layout-flex{
				flex-direction:row-reverse;
				align-items: flex-start;
				column-gap: 4rem;
				padding: 0 0 4.5rem !important;
				
				h2{
					font-weight:400 !important;
					letter-spacing: 0.9rem;
					transition-delay: 0.5s;
				}
				
				.is-row__inner-container{
					padding:5.8rem 0 0;
				p{
					font-weight:600;
					line-height: 2.1rem;
					transition-delay: 1s;
				}
				small{
					font-size:14px;
					font-weight:600;
          			display: block;
					opacity: 1;
					margin: 0.8rem 0 0;
				}
				}
		}
	}
}
.maneki_images {
  .swell-block-fullWide__inner {
    position: relative !important;
    height: 832px !important;
  }

  .parallax-img {
    position: absolute !important;

    &:first-of-type {
      width: 613px;
      height: 408px;

      top: 0;
	left:9.5%;
    }

    &:nth-of-type(2) {
      width: 825px;
      height: 550px;

      right: 4.5%;
      top: 10%;
	transition-delay: 0.5s;
    }

    &:last-of-type {
      width: 411px;
      height: 274px;

      left: 25.5%;
      bottom: 0;
	transition-delay: 1s;
    }
  }
}

.enkaku_block {
  overflow: auto !important;   /* or scroll */
  scrollbar-width: none !important; /* Firefox */
}

.enkaku_block::-webkit-scrollbar { /* Chrome, Safari */
  display: none !important;
}
.enkaku_section{
	padding-top: 11.5rem !important;

.enkaku_block > .swell-block-columns__inner {
  display: flex;
  flex-wrap: nowrap;
}
.enkaku_block::-webkit-scrollbar {
  height: 10px;
}

.enkaku_block::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.enkaku_block::-webkit-scrollbar-thumb {
  background: #317256;
  border-radius: 5px;
}

.enkaku_block::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
	
	.enkaku_scroll{
		width: 83.5%;
     	margin: 0 0 0 auto;
		position:relative;
	}

	h2{
		font-weight:400 !important;
		letter-spacing: 0.9rem;
		transition-delay: 0.5s;
		
		position:absolute;
		top:0;
		left:0;
	}
			.enkaku_block{
				width: 94%;
     			margin: 0 0 0 auto;
				
				  	overflow-x: auto;
  					cursor: grab;
  					user-select: none;
				
				overflow-x: auto;
  				scrollbar-width: thin;
  				scrollbar-color: #317256 #fff;
				
				&:active {
  					cursor: grabbing;
				}
						
			.enkaku_box{
				background:#fff;
				width:336px;
				height:399px;
				padding: 0 1rem;
				margin-bottom: 3.2rem;
				
				h3{
					color:#DDD;
					font-size: clamp(2.5rem, 0.625rem + 3.9063vw, 3.75rem) !important;
					font-weight:600 !important;
          			text-align: right;
					margin: 0 0 1rem;
				}
				
				figure{
					margin: 0 0 0.5rem;
				}
				p{
					font-weight:600 !important;
					line-height: 1.3rem;
					width: 95%;
				}
				.swell-block-columns{
					.swell-block-columns__inner{
						column-gap: 0 !important;
  						row-gap: 0 !important;
					}
					.swl-has-mb--s{
						&:first-child{
							height:30px;
						}
					}
				}
			}
		}
		}
[data-partsid="547"]{
	padding: 6rem 0 11.5rem !important;

.stk-slide-gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
  column-gap: 1rem;
  padding: 0 !important;
}

.stk-slide-gallery .wp-block-gallery {
  flex-wrap: nowrap;
  /* 必要に応じてアニメーション時間を調整 */
  animation: loop-slide 40s infinite linear 1s both;
}

/* 画像幅を 300px に指定 */
.stk-slide-gallery .wp-block-image {
  width: 300px !important;
}
}
}

/* ループスライドのアニメーション */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
	
.br_tb_n {
  display: none !important;
}
.br_tb_b {
  display: block !important;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header, .l-fixHeader {
  .l-header__inner {
    background: #fff;
  }
}
/* =========================================================
//  フッター
// ========================================================= */
  [data-partsid="178"] .logoimg {
    width: 170px;
    margin: 0 auto 1rem;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s {
    height: 220px;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child {
    flex-basis: 100%;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group {
    padding: 2rem 0 0;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2), [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
    flex: 1;
    width: 50%;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group {
    width: 66%;
  }
  .l-footer .f_inner {
    margin: 4.5rem 0 0 !important;
  }
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 240px;
}

/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 8rem !important;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-start !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 40%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 45%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  line-height: 2.4rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  -moz-column-gap: 3.5vw !important;
       column-gap: 3.5vw !important;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner .txtbox {
  width: 45%;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: 40px;
}
.Product_wrap .tsuika_section {
  width: 60%;
}
.Product_wrap .tsuika_section p {
  width: 80% !important;
}
.Product_wrap .products_section {
  padding-bottom: 4rem !important;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: auto !important;
  height: 160px !important;
}
/* =========================================================
//  
// ========================================================= */
.About_wrap {
  .intro_section {
    figure {
      margin: 0 auto 4rem;
      width: 85%;
    }
	 h2 {
      top: -2rem;
      left: 4rem;
    }
  }
	
.maneki_section {
	padding-bottom: 5rem !important;
	
    .swell-block-columns {
      .swell-block-columns__inner {
        align-items: flex-start !important;
      }
		
		.is-layout-flex {
		column-gap: 3rem !important;
        padding: 0 !important;
			
        .is-row__inner-container {
          padding: 0;
        }
      }
    }
  }
.maneki_images {
.swell-block-fullWide__inner {
      height: 500px !important;
    }
	
.parallax-img {
  &:first-of-type {
    width: 307px !important;
    height: 204px !important;
    top: 0;
    left: 4%;
  }

  &:nth-of-type(2) {
    width: 413px !important;
    height: 275px !important;
    right: 4.5%;
    top: 10%;
  }

  &:last-of-type {
    width: 256px !important;
    height: 187px !important;
	left: 10%;
    bottom: 0;
  }
}
}
.enkaku_section {
    padding-top: 8rem !important;
	
	 .enkaku_scroll {
      width: 94%;
    }
  }
[data-partsid="547"] {
    padding: 2rem 0 6.5rem !important;
  }
}
  /*----*/
}
/*------------------------------------------------------------------------------------------------------sp---*/
@media screen and (max-width: 767px) {

a[href^="tel:"] {
  pointer-events: auto;
}
p {
  font-size: 14px;
}
.br_pc,
.br_tb_n,
.br_tb_b {
  display: none;
}
.br_sp {
  display: block;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header, .l-fixHeader {
  .l-header__inner {
	  background:#fff;
    padding: 0 1rem !important;
  }
.c-headLogo {
    height: 82px !important;
  }
}
/* =========================================================
//  フッター
// ========================================================= */
  [data-partsid="178"] .swell-block-fullWide {
    padding: 1.3rem !important;
  }
  [data-partsid="178"] .logoimg {
    width: 80px;
    margin: 0 auto 1rem;
  }
  [data-partsid="178"] .titleimg {
    width: 150px;
    margin: 0 auto;
  }
  [data-partsid="266"] .swell-block-columns .swell-block-columns__inner {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
    row-gap: 0 !important;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s {
    height: 200px;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child {
    flex-basis: 100%;
  }
  [data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group {
    width: 70%;
    padding: 2rem 0;
  }
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2), [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
  height: 170px;
  flex-basis: 100%;
  margin: 0 0 0 var(--swl-clmn-mrgn--x) !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .wp-block-group {
  width: 70%;
}
  /* フッター */
  .l-footer {
    padding: 3rem 0 0 !important;
  }
  .l-footer .logoimg {
    width: 80%;
    margin: 0 auto;
  }
  .l-footer .f_inner {
    margin: 4.5rem 0 0 !important;
  }
  .l-footer .f_inner .swell-block-columns__inner {
    row-gap: 3.5rem;
  }
  .l-footer .f_inner .shopbox {
    width: 60%;
    margin: 0 auto;
  }
  .l-footer .f_inner .shopbox h3 {
    margin: 0 0 1rem !important;
  }
  .l-footer .f_inner .shopbox p {
    font-size: 14px;
  }
  .l-footer .f_inner .linkbox {
    display: none !important;
  }
  .l-footer .copyright {
    text-align: center;
  }
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 140px;
}
.l-topTitleArea h1 small {
  margin: 0.5rem 0 0;
}

/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 8rem !important;
}
.Product_wrap .intro_section .midashi_02 {
  font-size: 18px !important;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: center !important;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 100%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 80%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  font-size: 15px;
  line-height: 2.4rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  justify-content: center !important;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner .txtbox {
  width: 80%;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: 40px;
}
.Product_wrap .tsuika_section {
  width: 90%;
}
.Product_wrap .tsuika_section figure {
  margin: 0 0 2.5rem auto !important;
  width: 85%;
}
.Product_wrap .tsuika_section h2 {
  left: 1rem !important;
}
.Product_wrap .tsuika_section p {
  width: 100% !important;
}
.Product_wrap .products_section {
  padding-bottom: 4rem !important;
  width: 85%;
  margin: 0 auto;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: 17px !important;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: auto !important;
  height: 230px !important;
}
/* =========================================================
//  
// ========================================================= */
.About_wrap {
  .intro_section {
	  figure{
		  margin: 0 0 2rem !important;
	  }
    h2 {
		writing-mode: horizontal-tb !important;
		text-align:center !important;
      position: relative !important;
		top: 0 !important;
	left:0 !important;
		margin:0 0 2rem;
    }
	.swell-block-columns {
      .name {
        margin: 1.8rem 0 0;
      }
    }
  }
	
.maneki_section {
	padding-bottom: 3rem !important;
	
   .swell-block-columns {
      .is-layout-flex {
        column-gap: 2rem !important;
        padding: 0 0 2rem !important;
        width: 90% !important;
        margin: 0 auto;
		  
		   .is-row__inner-container {
          padding: 1rem 0 0;
        }
}
	}
	}
	
	.maneki_images {
.swell-block-fullWide__inner {
      height: 750px !important;
    }
	
.parallax-img {
  &:first-of-type {
    width: 307px !important;
    height: 204px !important;
    top: 0;
    left: 4%;
  }

  &:nth-of-type(2) {
    width: 413px !important;
    height: 275px !important;
    right: 4.5%;
    top: 33%;
  }

  &:last-of-type {
    width: 256px !important;
    height: 187px !important;
	left: auto;
	  right: 4.5%;
    bottom: 0;
  }
}
}
.enkaku_section {
    padding-top: 6.5rem !important;
	
	.enkaku_scroll {
      width: 95%;
		
	.enkaku_block {
      width: 88%;
		
.enkaku_box {
        width: 240px;
        height: 309px;
      }
		}
    }
  }
	
	[data-partsid="547"] {
    padding: 1rem 0 6rem !important;
  }
	}
  /*----*/
}
