@charset "utf-8";
@font-face {
	font-family: 'NotoSansJP-lighter';
	src: url('../fonts/NotoSansJP-VariableFont_wght.woff') format('woff');
	font-weight: lighter;
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('../fonts/NotoSansJP-Medium_set.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('../fonts/NotoSansJP-Bold_set.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
.poppins{
	font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
.poppinsB,.bold{
	font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;
}


html{
/*	scroll-behavior: smooth;*/
font-size: 62.5%;
font-family:"poppins", "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
		font-weight: normal;
		letter-spacing:-0.01em; 
		line-break: 1.4em;
}
*,html,body{
	letter-spacing: 0.04em;
    line-break:strict;
    /*word-break: break-all;*/
    scroll-behavior: smooth;
    /*color: #333;*/
}
body{
	background-color: #fff;
	color: #010101;
}
body.modal-open {
  overflow: hidden;
  height: 100%;
}
article{
	margin-bottom: 80px;
}
ol,ul{
	margin: 0;
	padding:0;
	list-style-type:none ;
}
html,body,select{
    color: #333;
}
p,a,li,dl,table{
	font-size: 1.6rem;
}
img{
	pointer-events: none;
}
.bold{
	font-family:"NotoSansJP-bold","NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
	font-weight: bold;
}
.lighter{
	font-family:"NotoSansJP-lighter","NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
}
/*.slider .slide-box + .slide-box{
	margin-top: 16px;
}
.slider .slide-box{
	overflow: hidden;
	max-width: 100%;
}
.slider .slide-box .slide{
	display: flex;
	max-width: none;
	width: 4000px;
}
.slider .slide-box #slide01.slide{
	animation: scroll-left 100s infinite linear 1s both;
}
.slider .slide-box #slide02.slide{
	animation: scroll-right 100s infinite linear 1s both;
}*/
/*.slider .slide-box .slide picture{
	width: 2000px;
	max-width: none;
}*/
/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  gap: 16px;
}
.slider{
	display: flex; /* スライド3枚を横並び */
	gap: 16px;
}
/* スライド3枚のグループ */
#slide01 .slider {
  animation: scroll-left 120s infinite linear .5s both;
  margin-bottom: 16px;
}
#slide02 .slider {
  animation: scroll-right 120s infinite linear .5s both;
}
/* スライド */
.slide {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
  height: auto;
}
/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#slider_area{
		position: relative;
		margin-bottom: 80px;
}
#slider_area:before{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,0));
	z-index: 2;
}
.ttl_area{
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	z-index: 3;
	height: fit-content;
	padding: 24px;
	background-image: url(/wp-content/uploads/2026/03/mv_txt_bg.jpg);
	background-size: cover;
}
.ttl_area p{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.ttl_area p.poppins{
		font-weight: normal;
}
.ttl_area p.big{
	font-size: 3rem;
	margin: 8px 0 32px;
	line-height: 1.2em;
}
.btn,.btn span{
	line-height: 1em;
}
.btn.bk,.inquiry-button .button,.smf-action .smf-button-control__control{
	background-color: #010101;
	color: #fff;
	padding: 16px 40px!important;
	width: fit-content;
	display: block;
	font-size: 1.6rem!important;
	border-radius: 0!important;
}
.smf-action .smf-button-control__control{
	background-image: none;
	margin-left: auto;
	margin-right: auto;
}
.btn.wh{
	color: #010101;
	border: 1px solid #010101;
	padding: 16px 40px;
	width: fit-content;
	display: block;
	font-size: 1.6rem;
	min-width: 245px;
	text-align: center;
	font-weight: bold;
}
.btn.bk span,.btn.wh span,.inquiry-button .button span{
		position: relative;
}
.btn.bk span:before,.inquiry-button .button span:before{
	content: ""!important;
    display: block;
    position: absolute;
    left: -19px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translate(1px, 3px);
}
.btn.wh span:before{
	content: "";
    display: block;
    position: absolute;
    left: -19px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 1px solid #010101;
    border-bottom: 1px solid #010101;
    transform: rotate(-45deg) translate(1px, 3px);
}
header{
	background-color: #fff;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	    position: relative;
    z-index: 10;
}
h2{
	text-align: center;
	margin: 40px 0 32px;
}
h2 img{
	display: block;
	width: fit-content;
	margin: 0 auto;
}
.inner_block{
	margin: 120px 0;
}
h3{
	color: #333333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 24px 0 16px;
}
.number_box + .number_box{
	margin-top: 16px;
}
.number_box{
	position: relative;
}
.number_box .number{
	position: absolute;
	width: fit-content;
	padding: 0;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.number_box .number.num1{
background-color: #EEB10B;
}
.number_box .number.num2{
background-color: #ACB5D3;
}
.number_box .number.num3{
background-color: #DD7A30;
}
.bg_bk,.gridbox.new_box.column2 article a + div{
	background-color: #010101;
	padding: 16px;
}
.gridbox.new_box.column2 article a + div{
	margin-top: 0;
	color: #fff;
	padding-top: 0;
}

.bg_bk p,.bg_bk ul li{
	color: #fff;
}
ul.tag{
	display: flex;
	flex-wrap: wrap;
}
.bg_bk ul.tag{
	margin-top: 8px;
}
.new_box .grid{
	position: relative;
}
.new_box p.new{
	width: 46px;
	height: 46px;
	line-height: 50px;
	border-radius: 23px;
	background-color: #E97171;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 3;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.mt40{
	margin-top: 40px;
}
.mt80{
	margin-top: 80px;
}
.block_bg_bk,.list_sort{
	background-color: #010101;
}
.inner_block.full{
	padding: 40px 0;
}
.cat_list_index{
	display: flex;
	justify-content: space-between;
	margin:32px 0 54px;
	align-items: center;
}
.cat_list_index a{
	color: #fff;
}
.cat_list_index img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
footer{
	border-top: 1px solid rgba(0,0,0,.17);
	padding: 64px 0;
}
footer .footer_top{
	border-bottom: 1px solid rgba(0,0,0,.17);
	padding-bottom: 80px;
	display: grid;
	grid-template-columns: 400px auto;
	gap: 24px;
}
footer .footer_top .footer_ttl{
		font-weight: bold;
		font-size: 2.4rem;
		margin-bottom: 40px;
		margin-top: 16px;
}
footer .footer_top address{
	font-size: 1.6rem;
	color: #9F9F9F;
	font-style: normal;
}
footer .footer_cat ul{
		display: flex;
		flex-wrap: wrap;
}
footer .footer_cat ul li{
		width: calc(100% / 3);
		box-sizing: border-box;
}
footer .footer_cat ul li a{
	display: block;
	padding: 16px 0;
}
footer .copy{
	margin-top: 24px;
}
.number_box picture{
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.new_box picture{
	height: 294px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.number_box picture img,.new_box picture img{
	 min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: none;
    width: stretch;
  width: -webkit-fill-available; /* Chrome, Safari */
  width: -moz-available;
      object-fit: cover;
}
.block_bg_bk h2.poppinsB{
	color: #fff;
}
h2.poppinsB span{
	display: block;
	margin: 16px auto 0;
	color: #666;
	font-size: 2rem;
	font-weight: normal;
}
#ttl_area.list_page{
/*	background-image: url(../img/cat_ttl01.jpg);
	background-size: cover;
	z-index: 0;*/
}
header#ttl_area{
	margin-top: -24px;
	box-shadow: none;
}
header#ttl_area h2{
	font-weight: bold;
}
header#ttl_area::before,
header.list_sort::before{
	display: none;
}
#ttl_area h1{
	font-size: 4.8rem;
	font-weight: bold;
}
.pankuzu{
	margin-top: 16px;
}
.pankuzu ol{
		display: flex;
}
.pankuzu ol li{
	font-weight: bold;
	padding-right: 8px;
}
.pankuzu ol li:last-child{
	font-weight: normal;
	pointer-events: none;
}
.pankuzu ol li + li{
	padding-left: 16px;
}
.pankuzu ol li + li:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #010101;
	border-bottom: 2px solid #010101;
	transform: rotate(-45deg);
	margin-left: -16px;
	margin-right: 8px;
}
.pankuzu ol li:hover{
	text-decoration: underline;
}
.list_sort{
	color: #fff;
	padding: 40px 0;
}
.list_sort .inner,.sort{
	display: flex;
	gap: 40px;
}
.sort{
	gap: 32px;
	align-items: center;
}
.list_sort p{
	font-weight: normal;
}
.list_sort p span,
#total-results{
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 4px 0 16px;
}
#pager{
	margin: 80px auto;
	width: fit-content;
	display: block;
}
#pager ul{
		display: flex;
		justify-content: space-between;
		gap: 24px;
		align-items: center;
}
#pager ul li a.btn{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	line-height: 66px;
	background-color: #878787;
	color: #fff;
	font-size: 2rem;
	display: block;
	text-align: center;
}
#pager ul li a.btn.now{
	background-color: #010101;
}
#pager ul li a.txt{
	font-size: 2rem;
}

.woocommerce-breadcrumb{
	font-size: 1.6rem;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:not([class]),
.pankuzu.pages ol li{
	color: #9F9F9F;
	font-weight: normal;
}
.pankuzu ol li:last-child{
color: #010101;
}
.pankuzu ol li:last-child a{
	padding-left: 16px;
	border-left: 2px solid #9F9F9F;
	    margin-left: 8px;
}
.text_page .pankuzu ol li:last-child a{
		border-left: none;
		padding-left: 0;
		margin-left: 0;
}
/* アクティブな画像の枠線を変更 */
.sub-img li img{
	border: 3px solid #fff;
}
.sub-img li.current img {
  border: 3px solid #666;
  transition: .3s;
}
/* レイアウトのためのスタイル */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.main-img {
  height: 500px;
  width: calc(100% - 96px);
  overflow: hidden;
}
.main-img img {
  height: auto;
  width: 100%;
}
.sub-img {
  display: block;
  width: 80px;
}
.sub-img li {
  margin-bottom: 16px;
  width: 100%;
}
.sub-img li:nth-child(3n) {
  margin-right: 0;
}
.sub-img li img {
  border: 2px solid transparent;
  transition: border .5s;
}
.sub-img img {
  cursor: pointer;
  width: 100%;
  display: block;
  pointer-events: auto;
  border-radius: 8px;
}
span.bold{
	font-weight: bold;
}
span.txt_red{
	color: red;
}
.gridbox.column3 .wp-block-group.grid{
	width: 100%;
}
.product-archive.product-area .title{
	            background-color: #010101;
            padding: 16px;
            position: static;
            margin-top: 0;
}
div.wc-block-components-product-image.wp-block-woocommerce-product-image{
	height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
div.wc-block-components-product-image.wp-block-woocommerce-product-image a{
min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
}
.detail_kanren div.wc-block-components-product-image.wp-block-woocommerce-product-image a{
	position: relative;
}
div.wc-block-components-product-image.wp-block-woocommerce-product-image a img{
width: 100%;
}
.product_detail div.wc-block-components-product-image.wp-block-woocommerce-product-image{
    height: 100%;
    width: 100%;
    display: block;

}
.product_detail div.wc-block-components-product-image.wp-block-woocommerce-product-image img{
	    object-position: top;
}
.gridbox.column4.new_box .title{
            position: relative;
            margin-top: 0;
                background-color: #010101;
    padding: 16px;
}
.gridbox.column4.new_box .title h5{
	font-size: 1.6rem!important;
	margin-bottom: 0!important;
}
.gridbox.column4.new_box .taxonomy-product_cat{
	margin-top: 16px;
}
.gridbox.column3 .wp-block-group.grid{
	margin-top: 0;
}
footer.wp-block-group.title.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
	position: relative;
	margin-top: -34px;
	    background-color: #010101;
    padding: 16px;
    z-index: 4;
}
footer.wp-block-group.title.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained h3{
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem!important;
}
.gridbox.new_box.column2 article a + div{
	margin-top: -1px;
}
.smb-faq__item__question__label,
.smb-faq__item__answer__label{
	    font-size: 1.4em;
    font-weight: bold;
}
.smb-faq__item__question__body{
	    font-size: 1.2em;
}
.pages.text_page .block_content .smb-faq__item__answer__body p{
	margin-top: 0;
}
ul.sort{
	display: none;
}
#ttl_area .wp-block-group.bk_box{
	background-color: #010101;
	padding: 40px 0;
}
#ttl_area .wp-block-group.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex h2,
#ttl_area .wp-block-group.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex p{
	color: #fff;
}
#ttl_area .wp-block-group.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex h2{
	font-size: 3.2rem;
}
#ttl_area .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
	max-width: 1400px;
        width: 96%;
        margin: 0 auto;
}
#ttl_area .is-layout-flex .is-layout-flex{
	gap: 8px;
}
 #total-results{
 	padding: 0;
 }
 .smf-item:has(.is-required) .smf-item__label__text::after{
 	color: red;
 }
/*.woocommerce-breadcrumb a:last-child{
	position: relative;
	padding-left: 24px;
}
.woocommerce-breadcrumb a:last-child:after{
	content:"";
	display: inline-block;
	border-left: 2px solid #9F9F9F;
	height: 16px;
	margin-left:16px;
}*/
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}


@media screen and (min-width:1024px){
	.sp{
		display: none;
	}
.inner{
	width: 1200px;
	margin: 0 auto;
	max-width: 96%;
}
header{
	z-index: 999
}
header .inner{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
		display: flex;
		gap: 32px;
		justify-content: space-between;
		padding: 32px 0;
}
header .inner #sp_nav_inner{
	display: flex;
		gap: 32px;
		justify-content: space-between;
		width: calc(100% - 240px);
		max-width: 800px;
}
header .inner nav ul{
	display: flex;
	gap: 18px;
	width: 100%;
}
header .inner nav ul li{
	text-align: center;
	position: relative;
}
header .inner nav ul li a{
	font-size: 1.4rem;
	padding: 8px 0;
	display: block;
}
header .inner nav ul li.now a,
header .inner nav ul li a:hover{
		font-weight: bold;
}
header .inner nav ul li a:after{
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background-color: #939393;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}
header .inner nav ul li.now a:after,
header .inner nav ul li a:hover:after{
		background-color: #111;
		width: 100%;
		height: 2px;
}
header .inner .header_tel p{
	text-align: center;
}
header .inner .header_tel .tel_num a{
	font-size:1.8rem;
	pointer-events: none;
}
header .inner .header_tel .tel_num span{
	font-size: 1.2rem;
}
header .inner .header_tel .small{
	font-size: .9rem;
}
header .inner .right_logo{
max-width: 128px;
}
header .inner nav ul.sub_nav{
	position: absolute;
	background-color: #fff;
	left: 0;
	width: fit-content;
	min-width: 480px;
	padding: 24px;
	justify-content: space-between;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	flex-wrap: wrap;
	box-sizing: border-box;
}
header .inner nav ul.sub_nav li{
	width: calc(80% / 5);
	text-align: center;
}
header .inner nav ul.sub_nav li a:after{
	display: none;
}
header .inner nav ul.sub_nav li a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #010101;
	border-bottom: 1px solid #010101;
	transform: rotate(-45deg);
	vertical-align: middle;
	margin-right: 4px;
}
header .inner nav ul.sub_nav li a:hover{
	font-weight: normal;
	text-decoration: underline;
}
header .inner ul li.has_child ul.sub_nav{
        position: absolute;
        top: 0;
        transform: translateY(-150%);
        transition: transform .3s ease;
        z-index: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
                left: 0;
        right: 0;
        margin: auto;
}
header .inner ul li a,.header_tel{
	position: relative;
	z-index: 10;
}
header .inner ul li.has_child:after{
	content: "";
        display: block;
        background-color: #fff;
        width: 510px;
        height: 138px;
        position: absolute;
        top: -50px;
        left: -10px;
        z-index: 1;
}
header .inner ul li.has_child.open ul.sub_nav{
	transform: translateY(0);
        top: 80px;
        box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
        background-color: #fff;
}

header::before{
  content:"";
  position: absolute;
  inset: 0;               /* nav要素の範囲だけ */
  background: #fff;       /* nav背景色 */
  z-index: 2;
}
header .inner{
	position: relative;
  z-index: 3;
}
.gridbox{
display: grid;
	gap: 16px;
}
.gridbox.column2{
	grid-template-columns: 1fr 1fr;
}
.gridbox.column3{
	grid-template-columns: 1fr 1fr 1fr;
}
.gridbox.column4{
		grid-template-columns: 1fr 1fr 1fr 1fr;
}
.btn.bk:hover span:before,.btn.wh:hover span:before{
	transition: .3s;
}
.btn.bk:hover span:before,.btn.wh:hover span:before{
		left: -24px;
}
.cat_list_index a{
	font-size: 2.5rem;
}
h2.poppinsB{
	font-size: 4rem;
}
a picture img,a img{
	transition: .3s;
}
a:hover picture img,a:hover img{
		transform: scale(1.1);
}
header a:hover img{
		transform: none;
		opacity: .6;
}
footer a:hover{
	text-decoration: underline;
}
#ttl_area{
	/*padding: 120px 0;*/
}
#pager ul li a{
	transition: .3s;
}
#pager ul li a.txt:hover{
	text-decoration: underline;
}
#pager ul li a.btn:hover{
		background-color: #666;
}
.pankuzu.pages{
	margin: 40px 0;
}
.item_detail h1{
		font-size: 4.2rem;
		margin-bottom: 24px;
}
.item_detail .grid:nth-child(2){
	padding-left: 40px;
}
.item_detail .grid p{
	font-size: 1.3rem;
	margin-bottom: 24px;
}
.item_detail .grid{
	position: relative;
}
.item_detail .grid .item_detail_info{
	display: block;
	width: calc(100% - 40px);
	height: fit-content;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	border-top: 1px solid #D9D9D9;
	padding-top: 24px;
	display: grid;
        grid-template-columns: 1fr 1fr;
                width: fit-content;
}
.item_detail .grid .item_detail_info dl{
	display: grid;
	grid-template-columns: 120px auto;
}
.item_detail .grid .item_detail_info dl dt,
.item_detail .grid .item_detail_info dl dd,
.item_detail .grid .item_detail_info p{
		color: #9F9F9F;
		margin-bottom: 16px;
}
.item_detail .grid .item_detail_info dl dd:before{
	content: ":";
	display: inline-block;
	margin-right: 16px;
}
.item_detail .grid .item_detail_info dl dd:last-child:before{
	display: none;
}
.item_detail .grid .item_detail_info dl dd ul{
	display: flex;
	gap: 16px;
}

.pages.text_page .block_content + .block_content{
	margin-top: 80px;
}
.pages.text_page .block_content h1{
	font-size: 4rem;
	margin-bottom: 80px;
	font-weight: bold;
}
.pages.text_page .block_content h2{
	text-align: left;
	font-size: 2.4rem;
	font-weight: bold;
}
.pages.text_page .block_content h3{
	text-align: left;
	font-size: 2rem;
}
.pages.text_page .block_content h4{
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
}
.pages.text_page .block_content p,
.pages.text_page .block_content ul{
	margin: 24px 0;
}
.pages.text_page .block_content ul li{
	margin-bottom: 4px;
}
.pages.text_page .block_content ul.number1 li,
.pages.text_page .block_content ul.number2 li{
	padding-left: 3rem;
	position: relative;
}
.pages.text_page .block_content ul.number2 li{
	padding-left: 3.5rem;
}
.pages.text_page .block_content ul.number1 li span,
.pages.text_page .block_content ul.number2 li span{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
	width: 3rem;
}
.pages.text_page .block_content ul.number2 li span{
	width: 3.5rem;
}
.pages.text_page .inner .inner_block{
	width: 800px;
	margin: 120px auto;
}
.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow,
#slider_area,.inner_block.full{
	width: 100%;
	max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb{
	max-width: 96%;
	margin: 0 auto 1em;
}
.number_box h5 {
		width: 350px;
        max-width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: white;
	}
	.gridbox.column4.new_box .title h5,
	footer.wp-block-group.title.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained h3{
		width: 230px;
        max-width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: white;
		        margin-left: 0 !important;
	}
.wp-block-snow-monkey-forms-item.smf-item {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}
.wp-block-snow-monkey-forms-item.smf-item .smf-item__col.smf-item__col--controls{
	width: 380px;
}
.smf-form--letter .smf-item__col--label{
	width: 240px;
	font-size: 16px;
}
.smf-action .smf-button-control__control{
	transition: .3s;
}
.smf-action .smf-button-control__control:hover{
	background-color: #fff;
	color: #121212;
}
.cat_list_index{
	    justify-content: center;
    gap: 80px;
}
 .cat_list_index li:last-child img{
 	width: 50px;
 }
 #ttl_area.list_page{
 	position: relative;
 	z-index: 1;
 }
}


@media screen and (max-width:1023px){
	.pc{
		display: none;
	}
	p, a, li, dl, table{
		font-size: 1.4rem;
	}
	input,textarea{
		font-size: 16px!important;
	}
footer .footer_top{
		display: block;
}
.inner{
	width: 94%;
	margin: 0 auto;
}
header{
	position: relative;
}
#sp_nav{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 8px;
	top: 14px;
	z-index: 99999;
}
#sp_nav span{
	position: relative;
	height: 2px;
	width: 40px;
	background-color: #010101;
	display: block;
	top: 18px;
}
#sp_nav span:before,#sp_nav span:after{
		content: "";
		display: block;
		height: 2px;
	width: 40px;
	background-color: #010101;
	position: absolute;
	left: 0;
	transition: .3s;
}
#sp_nav span:before{
top: -8px;
}
#sp_nav span:after{
	top: 8px;
}
#sp_nav.open span{
background-color: transparent;
} 
#sp_nav.open span:before{
		transform: rotate(45deg);
		top: 0;
}
#sp_nav.open span:after{
		transform: rotate(-45deg);
		top: 0;
}

#sp_nav_inner{
	display: block;
	width: 100%;
	background-color: #fff;
	 position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 80vh;          /* お好みで（全画面なら 100vh） */
  transform: translateY(-105%); /* 初期：画面上へ退避 */
  transition: transform .25s ease;
  z-index: 99999;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
}
header #sp_nav_inner.open{
		transform: translateY(0); /* 表示位置 */
		top: 56px;
				  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}
#nav_bg.open{
		background-color: rgba(0, 0, 0, .3);
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
}
header{
	position: relative;
	z-index: 9999;
}
header .inner{
	width: 100%;
}
header .site_ttl{
	background-color: #fff;
	padding: 8px;
	position: relative;
	z-index: 1001;
}

header .inner nav{
	width: 100%;
}
header .inner nav ul{
	width: 100%;
}
header .inner nav ul li{
	text-align: center;
	position: relative;
}
header .inner nav ul li + li{
	margin-top: 24px;
}
header .inner nav ul li a{
	font-size: 1.4rem;
	padding: 8px 0;
	display: block;
}
header .inner nav ul li.now a{
		font-weight: bold;
}
header .inner nav ul li a:after{
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background-color: #939393;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}
header .inner nav ul li.now a:after{
		background-color: #111;
		width: 100%;
		height: 2px;
}
header .inner .header_tel,
header .inner .right_logo{
	width: 100%;
	max-width: none;
}
header .inner .header_tel p{
	text-align: center;
}
header .inner .header_tel .tel_num a{
	font-size:1.8rem;
	pointer-events: none;
}
header .inner .header_tel .tel_num span{
	font-size: 1.2rem;
}
header .inner .header_tel .small{
	font-size: .9rem;
}
header #sp_nav_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
header .inner .right_logo a{
		display: block;
		width:128px;
		margin: 0 auto;
}
.ttl_area{
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	padding: 16px;
}
.ttl_area p{
	font-size: 1.2rem;
}
.ttl_area p.big{
	font-size: 2rem;
}
.slide{
	width: calc(100vw / 1.2);
}
.btn.bk,.btn.wh{
	font-size: 1.2rem;
}
.inner_block{
	margin-top: 80px;
}
.index .gridbox.column3 h3{
	margin-top: 80px;
}
.gridbox.column4.new_box .grid + .grid{
		margin-top: 24px;
}
.cat_list_index{
	
	justify-content: space-between;
	gap: 8px;
}
.cat_list_index li{
	width: calc(90% / 3);
}
.cat_list_index li a{
}
.cat_list_index li:last-child img{
	width: 25px;
}
footer .footer_cat ul li{
width: calc(100% / 2);
}

h2.poppinsB{
	font-size: 3rem;
}
h2.poppinsB span{
	font-size: 1.6rem;
}
h3{
	font-size: 2rem;
}
.cat_list_index img{
	width: 40px;
	margin-right: 8px;
}
.cat_list_index li a{
	font-size: 1.8rem;
}
#ttl_area{
padding: 80px 0
}
#ttl_area h1{
	font-size: 3.2rem;
}
.list_sort{
	padding: 24px 0;
}
#pager ul li a.txt,
#pager ul li a.btn{
	font-size: 1.8rem;
}
#pager ul li a.btn{
	width: 40px;
	height: 40px;
	line-height: 44px;
}
.main-img{
	height: fit-content;
	transition: .3s;
	min-height: 300px;
}

.item_detail h1{
		font-size: 3.2rem;
		margin-bottom: 24px;
}
.item_detail .grid p{
	font-size: 1.2rem;
	margin-bottom: 24px;
}
.item_detail .grid{
	position: relative;
}
.item_detail .grid .item_detail_info{
	display: block;
	width: calc(100% - 40px);
	height: fit-content;
	margin-top: 24px;
	border-top: 1px solid #D9D9D9;
	padding-top: 24px;
}
.item_detail .grid .item_detail_info dl{
	display: grid;
	grid-template-columns: 120px auto;
}
.item_detail .grid .item_detail_info dl dt,
.item_detail .grid .item_detail_info dl dd{
		color: #9F9F9F;
		margin-bottom: 16px;
}
.item_detail .grid .item_detail_info dl dd:before{
	content: ":";
	display: inline-block;
	margin-right: 16px;
}
.item_detail .grid .item_detail_info dl dd:last-child:before{
	display: none;
}
.item_detail .grid .item_detail_info dl dd ul{
	display: flex;
	gap: 16px;
}
.main-img{
	order: 1;
	width: 100%;
}
.sub-img{
	order: 2;
	width: 100%;
	display: flex;
	gap: 16px;
}

.pages.text_page .block_content + .block_content{
	margin-top: 40px;
}
.pages.text_page .block_content h1{
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-weight: bold;
}
.pages.text_page .block_content h2{
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
}
.pages.text_page .block_content h3{
	text-align: left;
	font-size: 1.8rem;
}
.pages.text_page .block_content h4{
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
}
.pages.text_page .block_content p,
.pages.text_page .block_content ul{
	margin: 24px 0;
}
.pages.text_page .block_content ul li{
	margin-bottom: 4px;
}
.pages.text_page .block_content ul.number1 li,
.pages.text_page .block_content ul.number2 li{
	padding-left: 3rem;
	position: relative;
}
.pages.text_page .block_content ul.number2 li{
	padding-left: 3.5rem;
}
.pages.text_page .block_content ul.number1 li span,
.pages.text_page .block_content ul.number2 li span{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
	width: 3rem;
}
.pages.text_page .block_content ul.number2 li span{
	width: 3.5rem;
}
.has_child .sub_nav{
	height: 0px;
	overflow:hidden;
	transition: .4s;
}
.has_child.open .sub_nav{
	height: fit-content;
	padding: 20px;
}
header .inner nav ul li .sub_nav a:after{
display: none;
}
header .inner nav ul li .sub_nav a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 1px;
	background-color: #010101;
	margin-right: 6px;
}
.inner_block{
	padding: 0 16px;
}
.item_single_box .item_detail_info{
	    display: flex!important;
    flex-wrap: wrap;
}
.item_single_box p{
	width: fit-content;
}
.item_single_box p.sp_flex_item{
width: 50%;
}
.item_single_box div.taxonomy-product_cat.wp-block-post-terms{
	width: 48%;
}
.woocommerce .woocommerce-breadcrumb{
	font-size: 1.4rem;
	padding: 0 16px;
}
.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow{
	padding: 0 16px;
}
.wp-block-group.inner_block.item_detail{
margin-top: 0}
.list_sort{
	padding-left: 8px;
	padding-right: 8px;
}
.list_page + section .gridbox.new_box.column4,
#ttl_area + section .gridbox.new_box.column4{
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 16px;
}
.list_page + section .gridbox.new_box.column4 picture,
#ttl_area + section .gridbox.new_box.column4 picture{
	height: 160px;
}
.list_page + section .gridbox.new_box.column4 picture img,
#ttl_area + section .gridbox.new_box.column4 picture img{
	position: relative;
}
.list_page + section .gridbox.new_box.column4 p.new,
#ttl_area + section .gridbox.new_box.column4 p.new{
	    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 16px;
    font-size: 1.2rem;
    right: 8px;
    top: 8px;
}
.list_page + section .gridbox.column4.new_box .grid + .grid,
#ttl_area + section .gridbox.new_box.column4 .grid + .grid{
	margin-top: 0;

}
.bg_bk, .gridbox.new_box.column2 article a + div{
	line-height: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
}

.gridbox.new_box.column4 article.grid{margin-bottom: 0}
.gridbox.new_box.column2 article.grid{margin-bottom: 24px}

.bg_bk{
	padding: 8px;
}
 .bg_bk ul li a{
 	font-size: 12px;
 }
 #pager ul{
 	gap: 8px;
 }
 #pager{
 	margin: 0 auto;
 }
 footer.wp-block-template-part{
 	padding-top: 0;
 }
header#ttl_area{
	padding-bottom: 0;
	position: relative;
	z-index: 1;
	padding-top: 0;
}
}

