@charset "shift_jis";

/*-------------------------------------------*/
/* コンテンツ                                */
/*-------------------------------------------*/
#contents {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Bold", "メイリオ", "Meiryo", sans-serif;
	width: 740px;
	color: #333;
	font-size: 13px;
	overflow: visible !important;
	position: relative;
	margin: 0 0 20px;
}
#contents_w {
	width:950px;
	float:left;
}
#contents div,
#contents p,
#contents a,
#contents li,
#contents th,
#contents td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Bold" "メイリオ", "Meiryo";
}
body, div, p, h1, h2, h3, h4, h5, h6, table, tr, th, td, fieldset, pre, code, ul, ol, li, dl, dt, dd, textarea, blockquote, address, caption, form {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu Gothic Bold", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	list-style: none;
	line-height: 1.4;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Bold", Osaka, sans-serif;
	font-weight:bold;
	color:#333;
	position:relative;
}
/*=========================================*/
/*top*/
/*=========================================*/

section.top_contents01 {
    background-color: #fbe8e8;
    color: #fff;
    padding: 30px;
	display: block;
	box-sizing: border-box;
}

section .top_layout {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


/* 右カラムの並び */
.top_text {
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
}

.top_text .text {
  width: 63%;
  display: flex;
  align-items: center;
}

.main_btn {
  width: 80%;
  display: flex;
  justify-content: center;
}

/* 白いピル型ボタン（背景・角丸・影・ホバー） */

.top_btn {
  background-color: #ffffff;
  color: #c06060;
  width: 85%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.12);
  padding: 12px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: 
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background-color 0.12s ease;
}
/* ボタン内の画像はそのままの比率で表示。はみ出し防止用の上限も設定可 */
.top_btn img {
  display: block;
  height: auto;
  max-height: 28px;
  width: auto;
}
.top_text .main_btn img {
  transition: filter .2s ease, opacity .2s ease;
}
/* hover / active */
/*
.top_btn:hover {
	outline: 3px solid #ffbdbd;
	box-shadow: 0 0 0 1px #fff, 0 0 0 6px #ffbdbd;
	outline-offset: 1px;
	transition: all -0.8s ease-in-out;
}
*/
.top_btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  filter: saturate(1.03);
}
/* キーボード操作のフォーカスリング（アクセシビリティ） */
.top_btn:focus-visible {
  outline: 3px solid #ffbdbd;
  outline-offset: 1px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 6px #ffbdbd;
}
/* 影アニメが苦手なユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .top_btn { transition: none; }
}

/*おすすめ
-------------------------------------------*/
.osusume > div.t_center {
	display: block;
	margin-bottom: 120px;
	margin-top: 60px;
}
.osusume .grid_flex{
    margin: 40px 45px;
}
.osusume .g06 {
	position: relative;
    padding: 0 27px;
	width: 50%;
}
.osusume .g06 {
	position: relative;
    padding: 0 27px;
	width: 50%;
}
.is-img {
	order: 2;
}
.heading.md-main {
    border-bottom: 1px solid #888;
    margin: 0 0 10px;
}
.item {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}
.item_name {
	font-size: 15px;
	font-weight: bold;
}
.price {
	color: #e05b5b;
	font-size: 16px;
	font-weight: bold;
}
.osusume-image {
	width: 215px;
	height: auto;
}
.osusume-text {
	width: 700px;
	height: auto;
	margin-top: 25px;
}
.sp_osusume-text {
	display: none;
}
.osusume > .t_center p {
	font-size: 25px;
	margin: 0 20px;
}
.osusume .g06 > img:first-of-type {
  display: block;
  width: 100%;
  height: auto;
}
.osusume .g06 img[alt="おすすめ1"] {
    position: absolute;
    top: -23px;
    left: 0px;
    width: 46%;
    height: auto;
    transform: rotate(-8deg);
    z-index: 2;
    filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, .25));
}
.osusume .g06 img[alt="おすすめ2"] {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 55%;
    height: auto;
    transform: rotate(8deg);
    z-index: 2;
    filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, .25));
}

/*ボタン
-------------------------------------------*/
#JTOP_VOC1 ul,#JTOP_VOC2 ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#JTOP_VOC1 a,#JTOP_VOC2 a { color: #333; }
#JTOP_VOC a .jtop_more_btn {
	background-color: #727272;
	color: #fff;
	padding: 0 7px;
	margin-left: 3px;
	border-radius: 4px;
}
.more_btn a > img {
    width: 190px;
    margin: 15px;
}
#JTOP_VOC1 .more_btn,#JTOP_VOC2 .more_btn {
	width: 100%;
	text-align: center;
}
#JTOP_VOC1 .more_btn > a,#JTOP_VOC2 .more_btn > a {
/*	display: block;*/
 	min-width: 150px;  
	margin: 0 auto;
	background-color: #ffffff;
	color: #c06060;
	width: 37%;
	border: 1px solid rgba(0, 0, 0, 15%);
	border-radius: 999px;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.12);
/*	padding: 12px 15px;*/
	display: inline-flex;
	align-items: center;
	justify-content: space-around;;
	text-decoration: none;
	transition: 
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background-color 0.12s ease;
}
/*
#JTOP_VOC1 .more_btn a:hover,#JTOP_VOC2 .more_btn a:hover {
	transform: translateY(-2px);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}
*/
.more_btn a:active {
  transform: translateY(0);
/*  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);*/
  filter: saturate(1.03);
}
/* キーボード操作のフォーカスリング（アクセシビリティ） */
.more_btn a:focus-visible {
  outline: 3px solid #ffbdbd;
  outline-offset: 1px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 6px #ffbdbd;
}
/* 影アニメが苦手なユーザー配慮 */
/*
@media (prefers-reduced-motion: reduce) {
.more_btn a { transition: none; }
}
*/

/*カルーセル
-------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

.c_slide_wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow-x: auto;
}
.c_slide_wrap::-webkit-scrollbar {
	height: 10px;
}
  .c_slide_wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
  .c_slide_wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.c_slide {
	position: relative;
	overflow: hidden;
	margin: 0 72px;
	padding-bottom: 24px;
}
#JTOP_VOC1.c_slide {
	margin-bottom: 110px
}
.c_slide .scroll_btn .prev,.c_slide .scroll_btn .next {
	position: absolute;
	color: #333;
	background-color: #ffffffb5;
/*	opacity: 0.8;*/
	font-size: 22px;
	border-radius: 15px;
	padding: 16px 21px 16px 21px;
	cursor: pointer;
}
.c_slide .scroll_btn .prev {
	top: 18%;
	left: -17px;
}
.c_slide .scroll_btn .next {
	top: 18%;
	right: -17px;
}
.c_slide_wrap {
		display: flex;
}
	.c_slide_wrap > li {
		flex-shrink: 0;
		/*margin: 0 10px 5px 0;*/
		width: 246.3px;
}
	/* .c_slide_wrap > li:first-child { margin-left: 0; } */
	.c_slide_wrap > li:last-child { margin-right: 0; }


/* 一覧ページPICKUP機能
-------------------------------------------*/
.pickup_kinou{
    display: flex;
    flex-wrap: wrap;
}
.pickup_kinou p{
    font-family: "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	background-color: lightcoral;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    text-align: center;
    height: 57px;
    border: 2px solid lightcoral;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    color: #fff;
    margin: 2px 3px;
    font-feature-settings:"palt";
}

.pickup_kinou span{
    display:flex;
    flex: 1;
    margin-left: 5px;
    align-items: center;
}

/* 配置
-------------------------------------------*/
.t_center {
	text-align: center;
}


/* カテゴリーカード
-------------------------------------------*/
/* カード外観*/
.category-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0,0,0,.08);
	overflow: hidden;
}
/* 2カラムヘッダー */
.category-header {
  display: flex;
  align-items: center;
}
/* 右カラム＋矢印 */
.category-header .meta {
  position: relative;
  padding: 0px 20px 64px;
	text-align: center;
}
.category-header .title {
	font-size: 23px;
	font-weight: 700;
	color: lightcoral;
	margin: 0 0 8px;
	display: inline-block;
}
.category-header .desc {
	text-align: center;
	margin: 0 0 10px 0;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}
.category-header .g06:first-child .pc_on {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
header.grid.category-header {
	overflow: hidden;
}
/* 子カラムの左右 padding（=ガター）を0に */
header.grid.category-header > .g06:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
/* 画像の右側角丸をリセット（右縁に白が覗かないように） */
.category-header .g06 img {
  display: block;     /* inline 隙間対策 */
  border-radius: 0;   /* いったんリセット（右側角丸を消す） */
}
.sp-only {
	display: none;
}



/*  丸ボタン本体 */
.meta .product-toggle > .toggle-summary {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: grid;
  place-items: center;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dadde1;
  box-shadow: 0 4px 10px rgba(0,0,0,.10);

  cursor: pointer;
  user-select: none;
  list-style: none;
  line-height: 1; /* 行高の影響でズレないよう明示 */
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.meta .product-toggle > .toggle-summary::-webkit-details-marker { display: none; }

/* 矢印：丸の完全中央に配置する */
.meta .product-toggle > .toggle-summary::after {
  content: "";
  position: absolute;      /* 中央に置くため絶対配置に変更 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg); 
  width: 16px;             /* お好みで 1216px */
  height: 16px;
  border-right: 2px solid #9aa1a9;
  border-bottom: 2px solid #9aa1a9;
  box-sizing: border-box;  /* 線幅を含めた寸法で安定 */
  transition: transform .22s ease, border-color .18s ease;
}

/* hover / active は任意*/
/*
.meta .product-toggle > .toggle-summary:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.14);
}
*/
.meta .product-toggle > .toggle-summary:active {
  transform: translateX(-50%) translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

/* open 時：中央基準は維持し、回転だけ変更 */
.meta .product-toggle[open] > .toggle-summary::after {
  transform: translate(-50%, -50%) rotate(-135deg); 
}

/* スクリーンリーダー用（視覚非表示） */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ▼ 商品パネル：初期は確実に非表示（max-height + opacity） */
.product-panel {
  overflow: hidden;            /* 初期非表示の要 */
  max-height: 0;               /* 初期は0 */
  opacity: 0;                  /* 初期は透過 */
  transition: max-height .32s ease, opacity .2s ease;
}

/* 開いた状態（JSで .is-open を付与） */
.product-panel.is-open {
	max-height: 1000vh;
	opacity: 1;
	margin-top: 15px;
	padding: 0px 12px;
}

/* 商品セクション（見出し＋グリッド） */
.product-section { padding: 18px 0 10px; }
.product-section + .product-section { border-top: 1px dashed #ccc; }
.product-section_head { margin-bottom: 10px; }
.product-section_title {
  font-size: 16px; font-weight: 700; color: #333;
  margin: 0; display: block; align-items: baseline; gap: 8px;
}
.price-lead {
	color: #e05b5b;
	font-weight: 700;
	font-size: 18px;
}

/* 商品グリッド（レスポンシブ） */
.items.grid_flex {
	display: flex;
	flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.items.grid_flex .g03 {
	box-sizing: border-box;
	flex: 0 0 calc((100% - 3 * 8px) / 4);
}
.category-hero .item {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
}
.item .thumb {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 6px; display: block;
}
.item-meta { margin-top: 6px; }
.item-meta .name { margin: 2px 0 3px; font-size: 12px; color: #777; }
.item-meta .code { margin: 0 0 6px; font-size: 13px; font-weight: bold; color: #555; }
.badges { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.badges span, .badges_details span {
  font-size: 12px; background: #ff9292; color: #fff;
  padding: 2px 6px; border-radius: 4px; line-height: 1.4;
}
.badges_details { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 5px; }
.func {
	border-bottom: 1px dashed #bbb;
    padding-bottom: 10px;
}
.comment {
	color: #666;
    font-size: 13px;
}
.category-header .g06 img.sp_on {
	display: none;
}
.box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_price {
	color: #e05b5b;
    font-weight: bold;
    font-size: 14px;
}

/*黄色い背景（家型）
-------------------------------------------*/

/* ベース：黄色は本体に敷く */
.category-hero.yuka > div {
    position: relative;
    max-width: 950px;
    margin: 0px auto 0px;
    padding: 34px 0px 0px;
    z-index: 3;
    overflow: visible;
}
.category-hero.yuka .category {
    position: relative;
    max-width: 950px;
    margin: 0px auto 0px;
    padding: 51px 20px 110px;
    background-color: #fefbdb;
    z-index: 2;
    overflow: visible;
}
.category-hero.rug .category {
  position: relative;
  max-width: 950px;
  margin: 0px auto 0px;
  padding: 0px 20px 110px;
  background-color: #eee;   /* ← 背景色は残す */
  z-index: 0;
  overflow: visible;           /* 子（=擬似要素）のはみ出しを許可 */
}
.category-hero.curtain .category {
  position: relative;
  max-width: 950px;
  margin: 0px auto 0px;
  padding: 0px 20px 230px;
  background-color: #fbe8e8;   /* ← 背景色は残す */
  z-index: 0;
  overflow: visible;           /* 子（=擬似要素）のはみ出しを許可 */
}
/* 白いカードは最前面（デコより前） */
.category-hero .category-card {
  position: relative;
  z-index: 3;         /* これでデコに絶対に被られない */
  margin: 0px 45px 60px;  /* 必要なら調整（既存の左右 55px が強すぎる場合） */
}

/*背景デコレーション
-------------------------------------------*/
img.deco {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}
.yuka img.title {
	position: relative;
    display: block;
	left: 50%;
	translate: -50% 0;
	width: 121px;
	top: 155px;
	z-index: 1;
}
.rug img.title {
	position: relative;
    display: block;
	left: 50%;
	translate: -50% 0;
	width: 223px;
	top: 63px;
	z-index: 1;
}
.curtain img.title {
	position: relative;
    display: block;
	left: 50%;
	translate: -50% 0;
	width: 197px;
	top: 63px;
	z-index: 1;
}
.category-hero.yuka .title_area {
	width: 950px;
	clip-path: polygon(0 100%, 100% 100%, 50% 0);
	position: relative;
	background-color: #fefbdb;
	height:220px ;
	margin-top: 45px;
	z-index: 0;
}
.category-hero.rug .title_area {
	position: relative;
	background-color: #eee;
	height:172px ;
}
.category-hero.curtain .title_area {
	position: relative;
	background-color: #fbe8e8;
	height:172px ;
}
img[src*="deco_dog_top.png"] {
    left: 62px;
    top: 145px;
    width: 127px;
}
img[src*="deco_paws.png"] {
    right: -19px;
    bottom: -183px;
    width: 140px;
}
img[src*="deco_dog_bottom"] {
	left: 50%;
    bottom: 1px;
    translate: -50% 0;
    width: 636px;
}
img[src*="deco_toy"] {
	left: 47px;
    bottom: 19px;
    width: 155px;
}
img[src*="deco_ball"] {
	right: 79px;
    bottom: -12px;
    width: 115px;
}
img[src*="deco_cat_sit"] {
	right: 85px;
    bottom: 0px;
    width: 97px;
}
img[src*="deco_cat_catch"] {
	left: 35px;
	bottom: 101px;
	width: 79px;
}