@charset "UTF-8";
.logo-box{
	width: 150px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.contents-main{
	padding-top: 100px;
}

.contents-sec{
	margin-bottom: 100px;
}

.cate-list {
  display: flex;
  flex-wrap: wrap;
}
.cate-list li {
  /* 幅を固定し、縮小を防ぐ */
  flex: 0 0 33.333%; /* flex-grow:0; flex-shrink:0; flex-basis:33.333% */
  /* または下記組み合わせでもOK */
  /* flex-basis: 33.333%; flex-shrink: 0; */
  margin-bottom: 50px;
	
	flex: 0 0 calc(33.333% - 10px);
  margin-left: 5px;
}

.cate-list li:last-child {
  /* 幅を固定し、縮小を防ぐ */
  flex: 0 0 33.333%; /* flex-grow:0; flex-shrink:0; flex-basis:33.333% */
  /* または下記組み合わせでもOK */
  /* flex-basis: 33.333%; flex-shrink: 0; */
  margin-bottom: 50px;
	
	flex: 0 0 calc(33.333% - 10px);
  margin-left: 5px;
	margin-right: 5px;
}

/*@media only screen and (max-width: 767px) {
  
	.cate-list li{
	width: 100%;
	margin-bottom: 50px;
}
	  
}*/

.img-box{
	aspect-ratio: 4 / 5;
	margin-bottom: 15px;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-cover:hover {
    opacity: 0.8;
	transition: all 1s;
}

.content-h2{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.5rem;
}

.item-list{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.item-list li{
	width: 30%;
	margin-bottom: 50px;
}

.new-arrivals-link{
	max-width: 200px;
	width: 90%;
	margin: 0px auto 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	transition: 0.3s all;
	display: block;

}

.new-arrivals-link:hover{
	background: #000;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  
	.item-list li{
	width: 48%;
	margin-bottom: 20px;
}
	  
}

.footer-link-sec{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 100px;
}

.footer-link-inner{
	display: flex;
	flex-flow: row wrap;
}

.footer-link-inner li{
	margin-right: 20px;
}



iframe.google-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
	margin-bottom: 100px;
}

.lead-c{
	margin-bottom: 100px;
	text-align: center;
}

.c-text{
	margin-bottom: 50px;
}

.h2-jp{
	font-size: 1.4rem;
}

.form-list li{
	margin-bottom: 50px;
}

.form-input-text,.form-input-textf {
    background: #fff;
    width: 100%;
    
    padding: 1.6rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-submit,.single_add_to_cart_button,.inquiry-button,.wc-block-components-button {
    width: 100%;
	margin: auto;
	display: block;
    background-color: #7D7D7D;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.3rem;
    padding: 1em 10px;
    transition: all 0.4s;
	cursor:pointer;
	text-align: center;
}
.form-submit:hover,.single_add_to_cart_button:hover,.inquiry-button:hover,.wc-block-components-button:hover {

    color: #ffffff;
	background-color: #000;
}
.soldout-wappen {
  width: 100%;
  
	border: 1px solid #000;
  color: #000;
  font-size: 1.3rem;
  padding: 1em 10px;
  text-align: center;
  pointer-events: none;
  user-select: none;
  border-radius: 0; /* 角丸なし */
	margin-bottom: 15px;
}
.wc-block-components-button{
	
}

.single_add_to_cart_button i,
.inquiry-button i,
.form-submit i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 1.2em;
}

.product_meta{
	margin: 30px auto 30px;
}
.product_quantity{
	display: flex;
	margin: 20px auto;
}
.form-submit:hover{
	opacity: 0.7;
}

.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
}

.woocommerce-result-count {
  margin: 0;
}

.woocommerce-ordering {
  margin: 0;
margin-bottom: 20px;
}

select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 36px 8px 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

select.orderby:focus {
  outline: none;
  border-color: #666;
}


/*商品詳細*/

.woocommerce-breadcrumb{
	width: 90%;
max-width: 1440px;
	margin: 100px auto 50px;

}
.product-wrap{
	max-width: 1440px;
	width: 90%;
	margin: 50px auto;
	display: flex;
	flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
  
	.product-wrap{

	width: 100%;

}
	  
}

.woocommerce-product-gallery{
	width: 50%;
}

.summary-sec {
	width: 50%;
}



.custom-gallery {
width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  
	.summary-sec {
	width: 90%;
		margin: auto;
}



.custom-gallery {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

	  
}



.custom-gallery .gallery-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3 / 4; /* 比率維持 */
  object-fit: cover;
}

@media (max-width: 768px) {
  .custom-gallery {
    display: none; /* スマホで通常ギャラリー非表示 */
  }
  .custom-gallery-slider {
    display: block;
	  width: 100%;
  }
}
@media (min-width: 769px) {
  .custom-gallery-slider {
    display: none; /* PCではスライダー非表示 */
  }

}
@media (min-width: 769px) and (max-width: 1600px) {

	.custom-gallery {
  margin-right: 15px;
		width: calc(50% - 15px);
}
}
.product_title{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.product-text p{
	margin-bottom: 10px;
}
.gallery-img {
  width: 100%;
  height: auto;
}
.price{
	margin-bottom: 20px;
}
.woocommerce-product-attributes{
	text-align: left;
}
.woocommerce-product-attributes-item__label{
	padding-right: 19px;
}
.product-text{
	margin-bottom: 30px;
}
.tagged_as{
	border: 1px #ccc solid;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}
/* タブメニュー */
.woocommerce-tabs .tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.woocommerce-tabs .tabs li {
  margin-right: 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f5f5f5;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  transition: background 0.2s ease;
}

.woocommerce-tabs .tabs li:hover {
  background: #e0e0e0;
}

.woocommerce-tabs .tabs li.active {
  background: #fff;
  border-bottom: 2px solid white;
  font-weight: bold;
}


/* タブ中身 */
.woocommerce-Tabs-panel {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  border-radius: 0 6px 6px 6px;
}

/* ★ 星評価スタイル */
.woocommerce .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1.2em;
  width: 6.5em;
}

.woocommerce .star-rating::before {
  content: "★★★★★";
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.1em;
}

.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
}

.woocommerce .star-rating span::before {
  content: "★★★★★";
  color: #f5b301;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.1em;
}

/* 評価フォームの星選択 */
.woocommerce p.stars a {
  display: inline-block;
  color: #ccc;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 2px;
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce p.stars a.active,
.woocommerce p.stars a.star-1:hover ~ a,
.woocommerce p.stars a.star-2:hover ~ a,
.woocommerce p.stars a.star-3:hover ~ a,
.woocommerce p.stars a.star-4:hover ~ a,
.woocommerce p.stars a.star-5:hover ~ a {
  color: #f5b301;
}

/* レビュー全体 */
.woocommerce-Reviews {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  margin-top: 20px;
}

/* レビュータイトル */
.woocommerce-Reviews-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* テキストエリアや送信ボタン */
.woocommerce #review_form input[type="text"],
.woocommerce #review_form textarea,
.woocommerce #review_form select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.woocommerce #review_form .submit {
  background: #333;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.woocommerce #review_form .submit:hover {
  background: #555;
}
/* 星の選択エリア */
.woocommerce .stars {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
}

.woocommerce .stars a {
  display: inline-block;
  color: #ccc;
  text-decoration: none;
  font-size: 1em;
  margin-right: 0.2em;
  transition: color 0.2s;
}

.woocommerce .stars a:hover,
.woocommerce .stars a:focus,
.woocommerce .stars a.active,
.woocommerce .stars a:hover ~ a {
  color: #f5b301;
}

/* aria-checked での選択状態対応 */
.woocommerce .stars a[aria-checked="true"] {
  color: #f5b301;
}

/* WooCommerce 数量入力欄のスタイル */
.qty,
input[type="number"].qty {
  width: 80px;
  padding: 4px 12px;
  font-size: 1.3rem;
  line-height: 1.5;
  border: 1px solid #ccc!important;
  border-radius: 4px;
  box-shadow: none;
  appearance: textfield;
}
.product_quantity span{
	display: flex;
	align-items: center;
}
/* スピンボタン非表示（Chromeなど） */
input[type="number"].qty::-webkit-inner-spin-button,
input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* スピンボタン非表示（Firefox） */
input[type="number"].qty {
  -moz-appearance: textfield;
}

/* ホバー・フォーカス時 */
input.qty:hover,
input.qty:focus {
  border-color: #999;
  outline: none;
}

/* 最新商品ページ */
.site-main{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.products.columns-4{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.product.type-product{
	max-width: auto;
	width: 30%;
}
@media only screen and (max-width: 767px) {
  .site-main{
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
	.product.type-product{
	max-width: auto;
	width: 48%;
}
	  
}
.attachment-woocommerce_thumbnail{
	width: 100%;
}
.woocommerce-LoopProduct-link{
	width: 100%;
}
.woocommerce-loop-product__title{
	font-size: 1.8rem;
	margin: 10px auto;
}
.price{
	display: block;
}
.button.product_type_simple {
    width: 100%;
    margin: auto;
    display: block;
    background-color: #7D7D7D;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.3rem;
    padding: 1em 10px;
    transition: all 0.4s;
    cursor: pointer;
	text-align: center;
	margin-bottom: 50px;
}
.button.product_type_simple:hover {

    background-color: #000;
    color: #ffffff;

}
.woocommerce-LoopProduct-link:hover{
	opacity: 0.7;
}

/* マイページ */
.woocommerce-MyAccount-content{
	border: 1px solid #ccc;
	padding: 30px;
}

.woocommerce-MyAccount-navigation ul{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	
}
.woocommerce-MyAccount-navigation li{
	margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation li a{
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 30px;
}

.woocommerce-info {
    border-top-color: #333;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fff;
    color: #333;
    border-top: none;
	border-bottom: 1px solid #ccc;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info::before {
    color: #333;
}

.edit{
	width: 100%;
    margin: auto;
    display: block;
    background-color: #7D7D7D;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.3rem;
    padding: 1em 10px;
    border: 2px solid #7D7D7D;
    transition: all 0.4s;
    cursor: pointer;
	text-align: center;
	margin-bottom: 50px;
}
.edit:hover{
	
    color: #ffffff;
    opacity: 0.8;
	
}

.woocommerce-Address-title h2{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.woocommerce-MyAccount-content p{
	margin-bottom: 20px;
}

.sitemap-list-inner{
	width: 100%!important;
}

.sitemap-list-li-wrapper.shikiri{
	border-top: solid 1px #ccc;
	margin-top: 20px;
	padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  
	.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns{
	width: 90%;
	margin: auto;
}
	  
}

/******************************/
/** お問い合わせページ：コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
/* ベース設定：フォーム全体を中央寄せ */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 30px;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* 各項目の間隔とラベル */
.wpcf7-form input {
  margin-bottom: 24px;
}
.wpcf7-form label {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* 入力・テキストエリア共通スタイル */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.wpcf7-form input[readonly] {
  background-color: #f4f4f4;
  color: #777;
}

/* フォーカス時 */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #888;
  outline: none;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  background-color: #777;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #555;
}

/* メディアクエリ：スマホ向け調整 */
@media screen and (max-width: 480px) {
  .wpcf7 {
    padding: 60px 20px;
  }

  .wpcf7-form label {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    padding: 10px 12px;
    font-size: 1.3rem;
  }

  .wpcf7-form input[type="submit"] {
    font-size: 1.3rem;
    padding: 12px 0;
  }
}

.name-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.name-field {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .name-field {
    flex: 1 1 48%;
  }
}




/* ホバーで右にスライド */
.toggle-submenu,
.sitemap-list-li a,
.submenu li a {
  transition: transform 0.3s ease;
}

.toggle-submenu:hover,
.sitemap-list-li a:hover,
.submenu li a:hover {
  transform: translateX(3px);
	opacity: 0.7;
}

/* ギャラリーモーダル */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;

}

.gallery-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px 0;
  box-sizing: border-box;
	z-index: 10000; /* 中身が親より下だと表示されない */
}

.gallery-modal-slider {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.gallery-modal-slider img {
  max-height: 100%;
  margin: auto;
  display: block;
}

.close-modal {
  position: fixed; /* ←画像内ではなく画面に対して固定 */
  top: 50px;
  right: 20px;
  font-size: 3.4rem;
  color: #fff;
  background: none;
  border: none;
  z-index: 9999;
  cursor: pointer;
}
.gallery-modal-slider {
  width: 100%;
  max-height: calc(100vh - 40px); /* 画面いっぱい - 上下余白 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-modal-slider img {
  height: 100vh;
	width: auto;

  margin: auto;
  display: block;
}


/* 親の overflow 制御を slick-list に限定 */
.gallery-modal-slider .slick-list {
  overflow: hidden;
}
.gallery-img {
  cursor: pointer;
}
/* スライドボタン強制表示 */
.slick-prev,
.slick-next {
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  cursor: pointer;
}



/* ボタンアイコンが見えにくいとき用 */
.slick-prev::before,
.slick-next::before {
  color: #fff;
  font-size: 30px;
}

.gallery-modal-slider .slick-prev,
.gallery-modal-slider .slick-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  font-size: 2.4rem;
  color: #fff;
  background: rgba(0,0,0,0.4);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.gallery-modal-slider .slick-prev {
  left: 10px;
}

.gallery-modal-slider .slick-next {
  right: 10px;
}

/* デフォルト矢印を無効に */
.slick-prev::before,
.slick-next::before {
  display: none !important;
}

.gallery-modal-slider .slick-prev,
.gallery-modal-slider .slick-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 40px;
  height: 40px;
  font-size: 0; /* ← 重なった文字を消す！ */
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* カスタム矢印として icon を追加する場合（例：FontAwesome） */
.gallery-modal-slider .slick-prev::after {
  content: "←";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-modal-slider .slick-next::after {
  content: "→";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-modal-slider .slick-prev {
  left: 10px;
}

.gallery-modal-slider .slick-next {
  right: 10px;
}


.gallery-modal-slider img {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.gallery-modal-slider img.zoomed {
  cursor: move;
}


/* カート整形スマホ */

@media only screen and (max-width: 768px) {
  .is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {

    width: 90%;
}

	#contents {

    width: 90%;

}
	  
}

/* スムーススクロール */
.page-top-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
.page-top-button img {
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
}
.page-top-button:hover img {
  transform: translateY(-5px);
}


/* クロスセル */
.you-may-also-like {
  margin-top: 80px;
  padding: 0 0px;
  /* overflow: hidden; ← これはスクロールバー消えるので削除 */
}

.cross-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cross-sell-slider {
  display: flex;
  gap: 5%;
  overflow-x: auto; /* 横スクロール */
  /*scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
  
  scrollbar-width: thin; */
	padding-bottom: 10px;
  max-width: 100%;
}

.cross-sell-slider::-webkit-scrollbar {
  height: 6px;

}

.cross-sell-slider::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

.cross-sell-slider::-webkit-scrollbar-track {
  background: transparent;
}

.cross-item {

  width: 30%;
  min-width: 30%;

}

.cross-item img {
  width: 100%;
  height: auto;
  display: block;
	object-fit: cover;
}

.cross-info {
  margin-top: 10px;
}

.cross-name {
  font-size: 1.2rem;
  margin: 5px 0;
	line-height: 1.2;
}

.cross-brand {
  font-size: 0.9rem;
  color: #666;
}

.cross-price {
  font-weight: bold;
  font-size: 1.1rem;
}
.cross-item-img{
	width: 100%;
}

/* カーソル */
.custom-cursor {
  position: fixed;
  top: -30px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
  z-index: 9999;
  mix-blend-mode: difference;
}

.cursor-label {
  position: fixed;
  top: -30px;
  left: -30px;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
  mix-blend-mode: difference;
}

.custom-cursor {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}

.custom-cursor.enlarge {
  width: 40px;
  height: 40px;
}

.custom-cursor.drag {
  width: 60px;
  height: 60px;
}

.woocommerce-breadcrumb--bottom {
  width: 100%;
  max-width: 1440px;
  margin: 100px auto 50px;
}

/*a:hover{
	opacity: 0.7;
}*/




/* マウスストーカー本体 */
.stalker {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  height: 10px;
  left: -5px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -5px;
  transition: all 0.3s ease-out;
  width: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
	opacity: 0!important;
}

.stalker.js-hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  height: 30px;
  left: -15px;
  top: -15px;
  width: 30px;
	opacity: 0.8!important;
  
}

/* dragテキスト初期は非表示 */
.stalker-label {
  color: #000;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  user-select: none;
  
}

/* drag対象上では文字を表示 */
.stalker.drag-mode .stalker-label {
  opacity: 1;
}

.stalker.drag-mode .stalker-label {
  opacity: 1;
}
@media screen and (max-width: 768px) {
	.stalker {display: none;}
	.stalker-label {display: none;}
}


.logo-top{
	max-width: 300px;
	width: 40%;
	margin: 100px auto;
}

.cate-list-link2 {
  display: block; /* Safariで自動inline化されるのを防ぐ */
  position: relative;
	aspect-ratio: 1 / 1;
}

.cate-list-link {

  position: relative;

}

.tit-box2 {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 2.5rem;
  width: 90%;
  text-align: center;

  /* 追加CSS：折り返し＆描画安定用 */
  white-space: normal !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.2;
}

@supports (-webkit-touch-callout: none) {
  .tit-box2 {
    /* iOS環境で再描画を促進 */
    transform: translate(-50.1%, -50.1%);
  }
}
.img-box2{
	aspect-ratio: 1 / 1;
	margin-bottom: 15px;
	
}

@media screen and (max-width: 768px) {
  .tit-box2{ 
	font-size: 1.5rem;
	  line-height: 1.3;

}
	.products.columns-4 {
    width:90%;
		margin: auto;
		
}
	.contents-sec {
    margin-bottom: 0px;
}
	.cate-list li {

    margin-bottom: 0px;
}
	.woocommerce-breadcrumb--bottom {
    width: 90%;

}
	.contents-main .woocommerce-breadcrumb {
    width: 90%;
    max-width: 1440px;
    margin: 0px auto 50px;
}
	.woocommerce-products-header{
		width: 90%;
		margin: auto;
	}
	.woocommerce-result-count{
		width: 90%;
		margin: auto;
	}
	.contents-main .woocommerce-result-count{
		width: 100%;
		margin: auto;
	}
	.woocommerce-ordering{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.contents-main .woocommerce-ordering{
		width: 100%;
		
	}
}