@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html {
	overflow-y:auto;
}
iframe {
	overflow:hidden;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img{
	border:none;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}	

li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
a:link {
text-decoration:none;
list-style:none;
}
a:visited{
text-decoration:none;
list-style:none;
}
a:hover{
text-decoration:none;
list-style:none;
}
a:active {
text-decoration:none;
list-style:none;
}

/*==========================================
 content
===========================================*/

#container {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
/*==========================================
 トップページ　main
===========================================*/
#content {
	height: auto;
	float: right;
	width: 750px;
	margin-top: 10px;
}
#contents {
	width:750px;
}

/*==========================================
 content 240706
===========================================*/

#container1 {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
/*==========================================
 トップページ　main 240706
===========================================*/
#content1 {
	height: auto;
	float: right;
	width: 750px;
	margin-top: 10px;
}
#contents1 {
	width:750px;
}



/*==========================================
 header
===========================================*/
#head-top-cover{
	border-top:5px solid #00b300;
	border-bottom:1px solid #00b300;
}
#head-top {
	width:1000px;
	margin:0 auto;
}
#head-top h1 {
	float:left;
	font-weight:normal;
	color:#4e1c01;
	padding-top:8px;
	font-size:90%;
}
#head-top #head-top-right {
	float:right;
}
#head-top #head-top-right li {
	float:left;
	margin:0 !important;
	padding:8px 5px 8px 5px;
	border-left:1px solid #eee6db;
	text-align:center;
	font-size:75%;
}
#head-top-right li a:link { color:#333333; list-style:none;}
#head-top-right li a:visited{ color:#333333; list-style:none; text-decoration:none;}
#head-top-right li a:hover{ color:#666666; list-style:none; text-decoration:none;}
#head-top-right li a:active { color:#333333; list-style:none; text-decoration:none;}
#head-top #head-top-right li img {
padding-right:2px;
}
#head-top #head-top-right li span.red {
color:#FF0000;
font-weight:bold;
}
.head-top-end{
	border-right:1px solid #eee6db;
	background-color:#FCE8E2;
	}
#header {
	width:1000px;
	margin:0px auto;
}
#head-bottom {
	height:150px;
	margin-top:10px;
	margin-bottom:10px;
}
#header h2 {
	float:left;
	padding-top:14px;
}
#header #head-right {
	float:right;
	/*padding-top:32px;*/
	/*padding-top:18px;*/
}
#header #head-right .head-navi {
	margin-bottom:15px;
}
#header li {
	float:left;
	margin:0 !important;
}
#header #head-right ul li {
	float:left;
}

/*==========================================
head search
===========================================*/

#containersearch {
	width:995px;
	height:46px;
	padding:2px 2px 2px 3px;
	margin:0px 0px 2px 0px;
	background:#eee;
}
#containersearch  div{
	float:left;
	margin:3px 0px 0px 0px;
}
#containersearch  input{
	vertical-align:middle;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#containersearch  .search {
	width:496px;
	height:40px;
	margin:0px 2px 0px 2px;
	border:none;
}
#containersearch  ul{
	width:310px;
	float:right;
	background:#fff;
	margin:3px 4px 0px 2px;border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#containersearch  ul li{
	padding:3px 2px 3px 0px;
	white-space:nowrap;
}
/*==========================================
 searchBox
===========================================*/
#searchBox {
	width: 210px;
	height: 120px;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 10px;
}
form#search {
	margin: 0;
}

/* --- 検索ワード入力 --- */
form#search input#textBox {
	width: 200px;
	background-color: #ffffff;
	color: #333;
	height: 40px;
	border: 1px solid #CCC;
	padding: 1px 5px;
}

/* --- 検索ボタン --- */
form#search input#btn {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: 210px;
}
/* --- 注目ワード --- */
#searchBox ul{
	list-style-type: none;
	padding: 0;
	margin: 0 ;
}
#searchBox li{
	font-size: 11px;
	color: #333;
	line-height: 1.4em;
	float:left;
	padding-left:10px;
}
#searchBox a:link { color:#A1A1A1; list-style:none;}
#searchBox a:visited { color:#A1A1A1; list-style:none;}
#searchBox a:hover { color:#A1A1A1; list-style:none;}
#searchBox a:active { color:#A1A1A1; list-style:none;}


/*==========================================
 leftmenu
===========================================*/

#leftNav {
	width: 240px;
	background-color: #FFF;
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	}
#leftNav dl {
    margin: 0px;
    padding:5px;
    width: 220px;
	border:1px #D9D9D9 solid;
}
#leftNav dt {
	width:220px;
	height:30px;
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
#leftNav dt span {
 font-size:16px;
 padding-left:10px;
 font-weight:bold;
}
#leftNav dt a:link { color:#333333; list-style:none;}
#leftNav dt a:visited { color:#333333; list-style:none;}
#leftNav dt a:hover { color:#333333; list-style:none;}
#leftNav dt a:active { color:#333333; list-style:none;}
	
#leftNav dd {
    font-size: 14px;
    height: 20px;
    margin: 0px;
	width:240px;
	color:#666;
}
#leftNav dd a {
    color:#333;
    text-decoration: none;
    padding:2px 0px 1px 15px;
	display: block;
	font-weight:bold;
}
#leftNav dd a:hover {
	text-decoration:underline;	
}
/* --- menu下バナー --- */
.sideBnr {
	width: 240px;
	margin-top: 8px;
}


/*==========================================
 footer
===========================================*/
#footerbg {
	width: 100%;
	clear: both;
	background-color: #ffffff;
	overflow: hidden;
	margin-top:20px;
}
#footerInner {
	width: 1000px;
	margin: 0px auto;
}
#footerInner h4{
	width: 986px;
	margin:0 auto;
	padding:5px;
	border:2px solid #00b300;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	color:#00b300;
/* ---	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;--- */
}
#footerInner h5{
	width: 240px;
	font-size: 90%;
	color: #333;
	margin-top: 5px;
	padding: 4px 2px;
	margin-bottom: 5px;
	font-weight:bold;
	content: '>';
}

#footerInner ul{
	list-style-type: none;
	padding: 0;
	margin: 0 ;
}

#footerInner li{
	width: 240px;
	font-size: 70%;
	color: #333;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 1.4em;
}
#footerInner span{
	text-decoration:none;
	padding-left: 160px;
}
#footerInner span a{
	text-decoration: underline;
}

#footerInner span a:hover{
	color: #F00;
	text-decoration: underline;
}
#footerNavi01{
	float: left;
	width: 22%;
	margin:10px 15px;
	}
#footerNavi02{
	float: left;
	width: 22%;
	margin:10px 15px;
	}
#footerNavi03{
	float: left;
	width: 22%;
	margin:10px 15px;
	}
#footerNavi04{
	float: left;
	width: 22%;
	margin:10px 15px;
	}
/*==========================================
 footer copy
===========================================*/
#footerUnder {
	width: 100%;
	background-color: #00b300;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footerUnInner {
	width: 950px;
	margin:0px auto;
}

#footerUnInner ul{
	  	list-style-type:none;
	  	color:#ffffff;
	  	margin: 0px auto;
}
#footerUnInner li {
	float: left;
	list-style: none;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;	
	padding:0px 2px;
}


#footerUnInner li a{
	color: #ffffff;
	text-decoration: none;	
}

#footerUnInner li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#copyright {
	line-height: 1;
	font-size: 80%;
	color: #ffffff;
	margin:0 auto;
	text-align: right;
}

/*==========================================
 topに戻る
===========================================*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 40px;
  background:#253438;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOPへ';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==========================================
 Right Banner
===========================================*/
.fs-cartContent-container {
width:800px;
}

/* 右側 */
a.Side_Banner.right { right: -15px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.right:hover{ right: 0;}

/* 左側 */
a.Side_Banner.left { left: -15px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.left:hover{ left: 0;}

/* 並び位置 */
a.Side_Banner.top1 { top: 250px; }
a.Side_Banner.top2 { top: 370px; }
a.Side_Banner.top3 { top: 80px; }



/*==========================================
 2024.09.04　dokugeki
===========================================*/
.dokugeki_area {
border:5px #333333 solid;
padding:1rem;
margin-bottom:1rem;
}
.dokugeki_area p.red {
font-size: 2.0rem;
font-weight: bold;
color:#FF0000;
}
.dokugeki_area p.blue {
font-size:1.6rem;
text-align:center;
font-weight: bold;
color:#0066FF;
}
.dokugeki_area img{
text-align:center;
margin:1rem auto;

} 
.dokugeki_area a {
color:inherit;
text-decoration:none;

}
.dokugeki_area a:hover {
  opacity: 0.7;
}

/*==========================================
 Modern Footer Styles
===========================================*/

.footer_wrap {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 0;
  border-top: 4px solid #00b300;
}

.footer_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00b300, #00d900, #00b300);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.footer_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}

.menu_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer_menus {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.each_menu {
  flex: 1;
  min-width: 250px;
}

.menu_categories h3 {
  font-size: 18px;
  font-weight: bold;
  color: #00b300;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00b300;
}

.menu_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
}

.menu_categories li {
  margin-bottom: 8px;
}

.menu_categories li a {
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 12px;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.menu_categories li a._small {
  position: relative;
  overflow: hidden;
}

.menu_categories li a._small::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.menu_categories li a._small:hover::before {
  left: 100%;
}

.menu_categories li a:hover {
  background-color: #00b300;
  color: #ffffff;
  transform: translateX(5px);
}

.menu_servicies {
  min-width: 300px;
}

.menu_servicies ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu_servicies li {
  margin: 0;
}

.menu_servicies li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #2a2a2a;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid #00b300;
  position: relative;
  overflow: hidden;
}

.menu_servicies li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #00b300, #00d900);
  transition: width 0.3s ease;
  z-index: -1;
}

.menu_servicies li a:hover::before {
  width: 100%;
}

.menu_servicies li a:hover {
  background-color: #00b300;
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 179, 0, 0.3);
}

.menu_servicies .__right-main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.menu_servicies .__right-main svg {
  transition: transform 0.3s ease;
}

.menu_servicies li a:hover .__right-main svg {
  transform: translateX(5px);
}

.menu_servicies .__large {
  font-size: 16px;
  font-weight: bold;
}

.menu_servicies .__small {
  font-size: 12px;
  color: #cccccc;
  display: block;
  margin-top: 4px;
}

.footer_policy {
  border-top: 1px solid #333333;
  padding-top: 30px;
  margin-top: 30px;
}

.policy_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer_logo {
  flex-shrink: 0;
}

.footer_logo img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.policy_menu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.policy_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.policy_menu li {
  margin: 0;
}

.policy_menu li a {
  color: #cccccc;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.policy_menu li a:hover {
  color: #00b300;
  background-color: rgba(0, 179, 0, 0.1);
}

/* Accessibility and UX Improvements */
.footer_wrap {
  /* High contrast mode support */
  forced-color-adjust: auto;
}

.menu_categories li a:focus,
.menu_servicies li a:focus,
.policy_menu li a:focus {
  outline: 2px solid #00b300;
  outline-offset: 2px;
  background-color: rgba(0, 179, 0, 0.1);
}

.menu_servicies li a:focus {
  background-color: #00b300;
}

/* Focus indicators for header accessibility */
.header__menu-item:focus-visible,
.header__icon:focus-visible {
  outline: 2px solid #00b300;
  outline-offset: 2px;
}

/* Improved touch targets for mobile */
@media (max-width: 768px) {
  .menu_categories li a,
  .menu_servicies li a,
  .policy_menu li a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Print styles */
@media print {
  .footer_wrap {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    border-top: 2px solid black !important;
  }
  
  .menu_categories h3 {
    color: black !important;
  }
  
  .menu_categories li a,
  .menu_servicies li a,
  .policy_menu li a {
    color: black !important;
    text-decoration: underline !important;
  }
  
  .menu_servicies li a {
    background: transparent !important;
    border: 1px solid black !important;
  }
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Focus visible for better keyboard navigation */
.menu_categories li a:focus-visible,
.menu_servicies li a:focus-visible,
.policy_menu li a:focus-visible {
  outline: 3px solid #00b300;
  outline-offset: 2px;
}

/* Hover effects for better interactivity */
.footer_logo img:hover {
  filter: brightness(0) invert(1);
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.footer_logo img {
  transition: all 0.3s ease;
}

/* Loading state */
.footer_contents.loading {
  opacity: 0.7;
  pointer-events: none;
}

.footer_contents.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #00b300;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*==========================================
 Modern Product Section Styles (inspired by footer)
===========================================*/

.index-shinkan {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.index-shinkan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00b300, #00d900, #00b300);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

.index_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease-out;
}

.index_subtitle span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.index_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.index_title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00b300, #00d900);
  border-radius: 2px;
}

/* Product Grid Styles */
.list_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Mobile responsive - 1 column */
@media (max-width: 768px) {
  .list_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .list_wrap li {
    max-width: 300px;
  }
  
  .img_wrap {
    height: 320px;
    aspect-ratio: 3/4;
  }
  
  .book_info {
    padding: 14px;
  }
}

/* Tablet responsive - 2 columns */
@media (min-width: 769px) and (max-width: 1024px) {
  .list_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .img_wrap {
    height: 300px;
    aspect-ratio: 3/4;
  }
}

.list_wrap li {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}

.list_wrap li:nth-child(1) { animation-delay: 0.1s; }
.list_wrap li:nth-child(2) { animation-delay: 0.2s; }
.list_wrap li:nth-child(3) { animation-delay: 0.3s; }
.list_wrap li:nth-child(4) { animation-delay: 0.4s; }
.list_wrap li:nth-child(5) { animation-delay: 0.5s; }
.list_wrap li:nth-child(6) { animation-delay: 0.6s; }
.list_wrap li:nth-child(7) { animation-delay: 0.7s; }
.list_wrap li:nth-child(8) { animation-delay: 0.8s; }

.list_wrap li:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 179, 0, 0.2);
}

.list_wrap li a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.list_wrap li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 179, 0, 0.05), rgba(0, 217, 0, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.list_wrap li a:hover::before {
  opacity: 1;
}

.img_wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #f8f9fa;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_wrap li:hover .img_wrap img {
  transform: scale(1.05);
}

.book_info {
  padding: 16px;
  position: relative;
  z-index: 2;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      max-width: 175px;

}

.book_info ._category {
  margin: 0 0 6px 0;
}

.book_info ._category span {
  background: linear-gradient(135deg, #00b300, #00d900);
  color: white;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.book_info ._title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 8px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.list_wrap li:hover .book_info ._title {
  color: #00b300;
}

.book_info ._author {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  font-style: italic;
}

.book_info ._price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  position: relative;
}

.book_info ._price::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  background: linear-gradient(135deg, rgba(0, 179, 0, 0.05), rgba(0, 217, 0, 0.05));
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.list_wrap li:hover .book_info ._price::before {
  opacity: 0;
}

.book_info ._red {
  font-size: 16px;
  font-weight: bold;
  color: #00b300;
}

/* More Button */
.index_btn {
  text-align: center;
  margin-top: 40px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.index_btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00b300, #00d900);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 179, 0, 0.3);
}

.index_btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 179, 0, 0.4);
  background: linear-gradient(135deg, #00d900, #00b300);
}

.index_btn .index_arrow {
  transition: transform 0.3s ease;
}

.index_btn a:hover .index_arrow {
  transform: translateX(5px);
}

.index_btn .index_arrow svg path {
  stroke: white;
}

/* Wave animations */
.wave1, .wave2, .sp_wave1, .sp_wave2 {
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}

.wave2, .sp_wave2 {
  animation-delay: -3s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .index-shinkan {
    margin: 20px 0;
    padding: 40px 0;
  }
  
  .index_title {
    font-size: 24px;
  }
  
  .list_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .list_wrap li {
    animation-delay: 0s !important;
  }
}

@media (max-width: 480px) {
  .index_subtitle span {
    font-size: 14px;
  }
  
  .index_title {
    font-size: 20px;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .index-shinkan {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  }
  
  .index_title {
    color: #ffffff;
  }
  
  .index_subtitle span {
    color: #cccccc;
  }
  
  .list_wrap li {
    background: #2a2a2a;
  }
  
  .book_info ._title {
    color: #ffffff;
  }
  
  .book_info ._author {
    color: #cccccc;
  }
  
  .book_info {
    border-top-color: #444;
  }
}

/* Additional Product Section Enhancements */
.index-shinkan .page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents-flexwrap {
  position: relative;
  z-index: 2;
}

/* Loading state for products */
.list_wrap.loading {
  opacity: 0.7;
  pointer-events: none;
}

.list_wrap.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #00b300;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}

/* Product card hover effects */
.list_wrap li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.list_wrap li:hover::after {
  transform: translateX(100%);
}

/* Price badge enhancement */
.book_info ._price {
  position: relative;
}

.book_info ._price::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  background: linear-gradient(135deg, rgba(0, 179, 0, 0.05), rgba(0, 217, 0, 0.05));
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.list_wrap li:hover .book_info ._price::before {
  opacity: 0;
}

/* Category badge animation */
.book_info ._category span {
  position: relative;
  overflow: hidden;
}

.book_info ._category span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.list_wrap li:hover .book_info ._category span::before {
  left: 100%;
}

/* Accessibility improvements */
.list_wrap li a:focus {
  outline: 3px solid #00b300;
  outline-offset: 2px;
}

.list_wrap li a:focus-visible {
  outline: 3px solid #00b300;
  outline-offset: 2px;
}

/* Touch device improvements */
@media (prefers-hover: none) and (pointer: coarse) {
  .list_wrap li {
    min-height: 44px;
  }
  
  .list_wrap li:hover {
    transform: none;
  }
  
  .list_wrap li:active {
    transform: scale(0.98);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .list_wrap li {
    border: 2px solid #333;
  }
  
  .book_info ._category span {
    border: 1px solid #000;
  }
  
  .index_btn a {
    border: 2px solid #000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .list_wrap li,
  .index_subtitle,
  .index_title,
  .index_btn {
    animation: none;
  }
  
  .list_wrap li:hover {
    transform: none;
  }
  
  .wave1, .wave2, .sp_wave1, .sp_wave2 {
    animation: none;
  }
  
  .index-shinkan::before {
    animation: none;
  }
}

/* Print styles */
@media print {
  .index-shinkan {
    background: white !important;
    box-shadow: none !important;
    border: 2px solid black !important;
  }
  
  .list_wrap li {
    background: white !important;
    border: 1px solid black !important;
    box-shadow: none !important;
    break-inside: avoid;
  }
  
  .book_info ._category span {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  
  .book_info ._title,
  .book_info ._red {
    color: black !important;
  }
  
  .index_btn {
    display: none;
  }
  
  .wave1, .wave2, .sp_wave1, .sp_wave2 {
    display: none;
  }
}

/* ==========================================
MODERN HEADER STYLES
========================================== */

/* Header wrapper styling */
.header-wrapper {
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  border-bottom: 1px solid rgba(0, 179, 0, 0.3);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.header-wrapper:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

/* Header container */
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 70px;
}

/* Header mobile responsive */
@media (max-width: 768px) {
  .header {
    padding: 0 1rem;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 60px;
  }
}

/* Header logo */
.header__heading {
  display: flex;
  align-items: center;
}

.header__heading-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header__heading-link:hover {
  transform: scale(1.05);
}

.header__heading-logo {
  height: auto;
  max-height: none;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

.header__heading-logo:hover {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

/* Header menu */
.header__inline-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.list-menu--inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  border: 2px solid transparent;
}

.header__menu-item:hover {
  /* background: rgba(0, 179, 0, 0.2);
  color: #ffffff;
  border-color: rgba(0, 179, 0, 0.4);
  transform: translateY(-2px); */
}

.header__menu-item:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 179, 0, 0.3);
}

.header__menu-item:active {
  transform: translateY(0);
}

/* Custom underline effect for header menu items */
.header__custom-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.header__custom-list ._underline {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.header__menu-item:hover .header__custom-list ._underline {
  opacity: 1;
  transform: scale(1);
}

/* Header icons */
.header__icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(0, 179, 0, 0.3);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header__icon:hover {
  background: rgba(0, 179, 0, 0.2);
  border-color: #00b300;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 179, 0, 0.3);
}

.header__icon:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 179, 0, 0.3);
}

.header__icon:active {
  transform: translateY(0);
}

/* Header icons responsive sizing */
@media (max-width: 768px) {
  .header__icon {
    width: 40px;
    height: 40px;
  }
  
  .header__icons {
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .header__icon {
    width: 38px;
    height: 38px;
  }
  
  .header__icons {
    gap: 0.5rem;
  }
}

/* Mobile menu icon */
.header__icon--menu {
  display: none;
}

@media (max-width: 989px) {
  .header__icon--menu {
    display: flex;
  }
  
  .header__inline-menu {
    display: none;
  }
  
  .header {
    grid-template-columns: auto 1fr;
  }
}

/* Mobile menu drawer */
.menu-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
}

.menu-drawer.open {
  left: 0;
}

.menu-drawer__inner-container {
  padding: 2rem;
}

.menu-drawer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-drawer__menu-item {
  display: block;
  padding: 1rem 0;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 179, 0, 0.1);
  transition: all 0.3s ease;
}

.menu-drawer__menu-item:hover {
  color: #00b300;
  padding-left: 1rem;
}

/* Search modal */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal.open {
  opacity: 1;
  visibility: visible;
}

.search-modal__content {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 90%;
  position: relative;
}

.search-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search__input {
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.search__input:focus {
  outline: none;
  border-color: #00b300;
}

.search__button {
  padding: 1rem;
  background: linear-gradient(135deg, #00b300 0%, #00d900 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search__button:hover {
  background: linear-gradient(135deg, #00d900 0%, #00b300 100%);
  transform: translateY(-2px);
}

/* Mega menu */
.mega-menu__content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  min-width: 300px;
  max-width: 600px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  visibility: visible;
}

.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu__link {
  display: block;
  padding: 0.75rem 1rem;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.mega-menu__link:hover {
  background: rgba(0, 179, 0, 0.1);
  color: #00b300;
  transform: translateX(5px);
}

/* Enhanced sticky header effects */
.header-wrapper.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.header-wrapper.scrolled .header {
  min-height: 60px;
  transition: min-height 0.3s ease;
}

.header-wrapper.scrolled .header__heading-logo {
  max-height: 35px;
  transition: max-height 0.3s ease;
}

/* Enhanced menu animations */
.header__menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #00b300, #00d900);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header__menu-item:hover::before {
  width: 80%;
}

/* Enhanced icon animations */
.header__icon img,
.header__icon svg {
  transition: transform 0.3s ease;
}

.header__icon:hover img,
.header__icon:hover svg {
  transform: scale(1.1);
}

/* Search suggestions styling */
.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.suggestion {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.suggestion:hover {
  background-color: rgba(0, 179, 0, 0.1);
  color: #00b300;
}

.suggestion:last-child {
  border-bottom: none;
}

/* Enhanced mobile menu */
@media (max-width: 989px) {
  .menu-drawer__inner-container {
    padding-top: 4rem;
  }
  
  .menu-drawer__close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 1.5rem;
  }
  
  .menu-drawer__menu-item {
    position: relative;
    overflow: hidden;
  }
  
  .menu-drawer__menu-item::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 179, 0, 0.1), transparent);
    transition: left 0.5s ease;
  }
  
  .menu-drawer__menu-item:hover::before {
    left: 100%;
  }
}

/* Enhanced menu drawer backdrop */
.menu-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

/* Cart icon badge */
.header__icon--cart {
  position: relative;
}

.header__icon--cart::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: #ff4444;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header__icon--cart.has-items::after {
  opacity: 1;
}

/* Enhanced search modal */
.search-modal__close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}

.search-modal__close-button:hover {
  color: #00b300;
}

/* Loading spinner for search */
.search-loading {
  display: none;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #00b300;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

.search-loading.show {
  display: block;
}

/* Enhanced hover effects for touch devices */
@media (hover: none) {
  .header__menu-item:hover,
  .header__icon:hover {
    transform: none;
  }
  
  .header__menu-item:active {
    background: rgba(0, 179, 0, 0.1);
    transform: scale(0.95);
  }
  
  .header__icon:active {
    transform: scale(0.95);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .header-wrapper {
    border-bottom: 2px solid #000;
  }
  
  .header__menu-item {
    border: 1px solid transparent;
  }
  
  .header__menu-item:hover {
    border-color: #000;
  }
  
  .header__icon {
    border: 2px solid #000;
  }
}

/* Dark mode support for header */
@media (prefers-color-scheme: dark) {
  .header-wrapper {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-bottom-color: rgba(0, 179, 0, 0.3);
  }
  
  .header__menu-item {
    color: #e0e0e0;
  }
  
  .header__menu-item:hover {
    color: #00b300;
  }
  
  .header__icon {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    color: #e0e0e0;
  }
  
  .mega-menu__content {
    background: #1a1a1a;
    border: 1px solid rgba(0, 179, 0, 0.2);
  }
  
  .mega-menu__link {
    color: #e0e0e0;
  }
}

/* Header Search Form */
.header__search-form {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 4px 8px;
    transition: all 0.3s ease;
    margin: 0 1rem;
}

.header__search-form:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #00b300;
}

.header__search-form:focus-within {
    background: rgba(255, 255, 255, 0.2);
    border-color: #00b300;
    box-shadow: 0 0 0 2px rgba(0, 179, 0, 0.2);
}

.header__search-input {
    background: transparent;
    border: none;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    width: 200px;
    outline: none;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.header__search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header__search-input:focus {
    width: 250px;
}

.header__search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-width: 30px;
    height: 30px;
}

.header__search-button:hover {
    background: rgba(0, 179, 0, 0.2);
    transform: scale(1.1);
}

.header__search-button:active {
    transform: scale(0.95);
}

.header__search-button svg {
    transition: all 0.3s ease;
}

.header__search-button:hover svg {
    fill: #00d900;
}

/* Mobile responsive for search form */
@media (max-width: 768px) {
    .header__search-form {
        margin: 0 0.5rem;
    }
    
    .header__search-input {
        width: 120px;
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .header__search-input:focus {
        width: 150px;
    }
    
    .header__search-button {
        min-width: 26px;
        height: 26px;
        padding: 4px;
    }
    
    .header__search-button svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .header__search-form {
        margin: 0 0.25rem;
    }
    
    .header__search-input {
        width: 100px;
        padding: 4px 6px;
    }
    
    .header__search-input:focus {
        width: 120px;
    }
}

/* Enhanced Sorter and Paginator Styles */
.category-controls {
    margin: 2rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.fs-c-productList__controller {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .fs-c-productList__controller {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
    }
}

/* Enhanced Sort Items */
.fs-c-sortItems {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .fs-c-sortItems {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.fs-c-sortItems__label {
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .fs-c-sortItems__label {
        margin-bottom: 0;
    }
}

.fs-c-sortItems__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fs-c-sortItems__list__item {
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.fs-c-sortItems__list__item:hover {
    border-color: #00b300;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 179, 0, 0.15);
}

.fs-c-sortItems__list__item.is-active {
    background: linear-gradient(135deg, #00b300, #00d900);
    border-color: #00b300;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 179, 0, 0.3);
}

.fs-c-sortItems__list__item.is-active:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 179, 0, 0.4);
}

.fs-c-sortItems__list__item__label {
    display: block;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
    color: white;
    font-weight: 600;
}

.fs-c-sortItems__list__item:hover .fs-c-sortItems__list__item__label {
    color: #00b300;
}

.fs-c-sortItems__list__item.is-active:hover .fs-c-sortItems__list__item__label {
    color: white;
}

/* Enhanced List Control */
.fs-c-listControl {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .fs-c-listControl {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }
}

.fs-c-listControl__status {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .fs-c-listControl__status {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.fs-c-listControl__status__total {
    font-weight: 600;
    color: #495057;
}

.fs-c-listControl__status__total__label {
    font-weight: 400;
    margin-left: 0.25rem;
}

.fs-c-listControl__status__indication {
    font-weight: 500;
}

.fs-c-listControl__status__indication__separator {
    margin: 0 0.5rem;
    color: #adb5bd;
}

.fs-c-listControl__status__indication__label {
    font-weight: 400;
    margin-left: 0.25rem;
}

/* Enhanced Pagination */
.fs-c-pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    .fs-c-pagination {
        justify-content: flex-end;
    }
}

.fs-c-pagination__item,
.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.fs-c-pagination__item:hover,
.fs-c-pagination__item--prev:hover,
.fs-c-pagination__item--next:hover {
    border-color: #00b300;
    color: #00b300;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 179, 0, 0.15);
}

.fs-c-pagination__item.is-active {
    background: linear-gradient(135deg, #00b300, #00d900);
    border-color: #00b300;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 179, 0, 0.3);
}

.fs-c-pagination__item.is-active:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 179, 0, 0.4);
}

.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
    font-size: 1.1rem;
    font-weight: 600;
}

.fs-c-pagination__item--prev:hover,
.fs-c-pagination__item--next:hover {
    background: #00b300;
    color: white;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .category-controls {
        padding: 1rem;
        margin: 1rem 0;
    }
    
    .fs-c-sortItems__list {
        justify-content: center;
    }
    
    .fs-c-sortItems__list__item__label {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .fs-c-pagination__item,
    .fs-c-pagination__item--prev,
    .fs-c-pagination__item--next {
        min-width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
    
    .fs-c-listControl__status {
        text-align: center;
        font-size: 0.8rem;
    }
}

/* Animation for state changes */
.fs-c-sortItems__list__item,
.fs-c-pagination__item,
.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
    position: relative;
    overflow: hidden;
}

.fs-c-sortItems__list__item::before,
.fs-c-pagination__item::before,
.fs-c-pagination__item--prev::before,
.fs-c-pagination__item--next::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.fs-c-sortItems__list__item:hover::before,
.fs-c-pagination__item:hover::before,
.fs-c-pagination__item--prev:hover::before,
.fs-c-pagination__item--next:hover::before {
    left: 100%;
}

/* Focus states for accessibility */
.fs-c-sortItems__list__item__label:focus,
.fs-c-pagination__item:focus,
.fs-c-pagination__item--prev:focus,
.fs-c-pagination__item--next:focus {
    outline: 2px solid #00b300;
    outline-offset: 2px;
}

/* Loading state */
.fs-c-pagination.loading {
    opacity: 0.6;
    pointer-events: none;
}

.fs-c-pagination.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #00b300;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.product {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.product.product--large {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    min-height: 600px;
}

@media (max-width: 768px) {
    .product.product--large {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Product Media Gallery */
.product__media-wrapper {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 2rem;
}

.product__media-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 400px;
}

.product__media-list img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product__media-list img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2) !important;
}

/* Product Specifications */
.product_spec {
    list-style: none;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
	max-width: 200px;
}

.product_spec li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
}

.product_spec li:last-child {
    border-bottom: none;
}

.product_spec li:before {
    content: "📋";
    margin-right: 0.5rem;
    opacity: 0.7;
}

/* Product Info Wrapper */
.product__info-wrapper {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width: 768px) {
    .product__info-wrapper {
        padding: 2rem 1.5rem;
    }
}

/* Product Title */
.product__title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 768px) {
    .product__title {
        font-size: 1.5rem;
    }
}

/* Price Section */
.price {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #00b300;
    margin: 1rem 0;
}

.price__container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.price__regular .price-item--regular {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00b300;
    display: inline-block;
}

.price__sale .price-item--sale {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e74c3c;
    display: inline-block;
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0.5rem 0;
}

.price__badge-sale {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.price__badge-sold-out {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: white;
}

/* Button Field */
.btnfield_wrap {
    margin: 2rem 0;
}

.btn-field {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

@media (max-width: 768px) {
    .btn-field {
        flex-direction: column;
    }
}

.btn-left {
    flex: 1;
}

.btn-right {
    flex: 0 0 auto;
}

/* Product Form */
.product-form__submit {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #00b300 0%, #00d900 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.3);
}

.product-form__submit.button {
    flex: 1;
}

.product-form__submit.button--full-width {
    width: 100%;
}

.product-form__submit.button--primary {
    background: linear-gradient(135deg, #00b300 0%, #00d900 100%);
}

.product-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 179, 0, 0.4);
    background: linear-gradient(135deg, #00d900 0%, #00b300 100%);
}

.product-form__submit:active {
    transform: translateY(0);
}

.product-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Button Icons */
.product-form__submit svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    stroke: currentColor;
}

/* Price Container Enhancements */
.price--large {
    padding: 2rem;
}

.price--show-badge {
    position: relative;
}

.price__sale {
    margin-top: 0.5rem;
}

.price__sale s {
    color: #6c757d;
    font-size: 0.9rem;
}

.price-item {
    display: inline-block;
    font-weight: 600;
}

.price-item--regular {
    color: #00b300;
    font-size: 1.5rem;
}

.price-item--sale {
    color: #e74c3c;
    font-size: 1.3rem;
}

.price-item--last {
    margin-left: 0.5rem;
}

/* Unit Price */
.unit-price {
    color: #6c757d;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.unit-price.caption {
    font-style: italic;
}

.unit-price.hidden {
    display: none;
}

/* Color Scheme Badges */
.color-scheme-3 {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
}

.color-scheme-4 {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

/* Installment Form */
.installment {
    margin: 1rem 0;
}

.installment.caption-large {
    font-size: 1rem;
}

/* Product Accordion Enhancements */
.product__accordion ._option {
    margin-bottom: 1rem;
}

.product__accordion ._detailoption {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.product__accordion ._toggle {
    display: none;
}

.product__accordion ._toggle2 {
    display: none;
}

.product__accordion ._title {
    display: block;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    text-align: left;
}

.product__accordion ._title:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.product__accordion ._title.order2 {
    border-bottom: 1px solid #dee2e6;
}

/* Toggle Inner */
.product__accordion ._toggle-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.product__accordion ._toggle-inner.svg-wrap {
    justify-content: space-between;
}

.product__accordion ._toggle-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    flex: 1;
}

.product__accordion ._icon {
    flex-shrink: 0;
}

.product__accordion ._icon svg {
    width: 24px;
    height: 24px;
    fill: #00b300;
    stroke: #00b300;
}

/* Content Area */
.product__accordion ._content {
    padding: 2rem 1.5rem;
    background: #ffffff;
    border-top: 1px solid #e9ecef;
}

.product__accordion ._content.order1 {
    display: block;
}

.product__accordion ._content2 {
    padding: 2rem 1.5rem;
    background: #ffffff;
    border-top: 1px solid #e9ecef;
    display: none;
}

.product__accordion ._toggle:checked ~ ._content.order1 {
    display: block;
}

.product__accordion ._toggle2:checked ~ ._content2 {
    display: block;
}

/* Title Inner */
.product__accordion ._title-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product__accordion ._title-inner.svg-wrap {
    justify-content: flex-start;
}

.product__accordion ._title-inner span:last-child {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Product Description */
.product__description.rte {
    line-height: 1.6;
    color: #555;
    font-size: 1rem;
}

.product__description.rte br {
    margin-bottom: 0.5rem;
}

.product__description.quick-add-hidden {
    display: block;
}

/* Accordion Arrows */
.accordion_arrow {
    transition: transform 0.3s ease;
}

.accordion_arrow svg {
    width: 18px;
    height: 18px;
    fill: #666;
    stroke: #666;
}

.product_arrow-top {
    display: block;
}

.product_arrow-bottom {
    display: none;
}

._toggle:checked + ._title .product_arrow-top {
    display: none;
}

._toggle:checked + ._title .product_arrow-bottom {
    display: block;
}

._toggle:checked + ._title .accordion_arrow {
    transform: rotate(180deg);
}

/* Desc Arrow */
._desc-arrow {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

._desc-arrow.svg-wrap {
    align-items: center;
}

/* Mobile Accordion */
.product__accordion ._outlineoption {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.product__accordion ._outlineoption.sp {
    display: block;
}

.product__accordion ._accordion-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.accordion_arrow-outline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion_arrow-outline:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.accordion_arrow-outline span:first-child {
    font-weight: 600;
    color: #2c3e50;
}

.accordion_arrow-outline .accordion_arrow {
    transition: transform 0.3s ease;
}

._toggle2:checked + ._accordion-title + ._content2 {
    display: block;
}

._toggle2:checked ~ ._title .accordion_arrow {
    transform: rotate(180deg);
}

/* Product Variant ID */
.product-variant-id {
    display: none;
}

/* No JS Hidden */
.no-js-hidden {
    display: block;
}

/* Quick Add Hidden */
.quick-add-hidden {
    display: block;
}

/* Responsive Hide Classes */
.large-up-hide {
    display: none;
}

.medium-hide {
    display: none;
}

@media (max-width: 768px) {
    .large-up-hide {
        display: block;
    }
    
    .small-hide {
        display: none;
    }
}

@media (min-width: 769px) {
    .medium-hide {
        display: none;
    }
    
    .large-up-hide {
        display: none;
    }
}

/* Caption Styles */
.caption {
    font-size: 0.9rem;
    color: #6c757d;
}

.caption-large {
    font-size: 1rem;
    color: #6c757d;
}

/* Link Styles */
.link {
    color: #00b300;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link:hover {
    color: #00d900;
}

/* Animate Arrow */
.animate-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.animate-arrow:hover {
    transform: translateX(4px);
}

.animate-arrow svg {
    transition: transform 0.3s ease;
}

.animate-arrow:hover svg {
    transform: translateX(4px);
}

/* Icon Styles */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
}

.icon-arrow {
    width: 14px;
    height: 10px;
}

.icon-caret {
    width: 10px;
    height: 6px;
}

.icon-cart-empty {
    width: 24px;
    height: 24px;
}

/* Role and Aria Enhancements */
[role="region"] {
    outline: none;
}

[role="status"] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

[role="list"] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Focus Styles */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 2px solid #00b300;
    outline-offset: 2px;
}

/* Liquid Error Handling */
.product__media-list img[srcset*="Liquid error"] {
    background: #fff5f5;
    position: relative;
}

.product__media-list img[srcset*="Liquid error"]:after {
    content: "画像を読み込めませんでした";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e74c3c;
    font-size: 0.8rem;
    text-align: center;
}

/* Loading States */
.product__media-list img[loading="lazy"] {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.product__media-list img[loading="lazy"].loaded {
    opacity: 1;
}

/* Print Styles */
@media print {
    .product {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .product-form__submit,
    .customapp-add-to-wishlist,
    .slider-buttons {
        display: none !important;
    }
    
    .product__media-list img {
        max-width: 300px !important;
        height: auto !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .product {
        border: 2px solid #000;
    }
    
    .product-form__submit {
        border: 2px solid #000;
    }
    
    .price {
        border: 2px solid #000;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .product__media-list img,
    .product-form__submit,
    .customapp-add-to-wishlist,
    .accordion_arrow,
    .animate-arrow {
        transition: none !important;
    }
    
    .loading__spinner {
        display: none !important;
    }
}

/* Product Detail Page Specific Overrides */
.slider-buttons {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
	padding: 1rem;
}

#toggle1 {
	display: none;
}

._title.order2 {
	display: block;
	padding: 1.5rem;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	cursor: pointer;
	border-bottom: 1px solid #dee2e6;
	transition: all 0.3s ease;
}

._title.order2:hover {
	background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.small-hide {
	display: flex;
	justify-content: center;
}

.product__view-details {
	display: inline-flex !important;
	align-items: center;
	gap: 0.5rem;
	color: #00b300;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.product__view-details:hover {
	color: #00d900;
	transform: translateX(4px);
}

.product__view-details svg {
	fill: currentColor;
	transition: transform 0.3s ease;
}

.product__view-details:hover svg {
	transform: translateX(4px);
}

/* Enhanced Product Title and Price Display */
.product__info-container .product__title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product__info-container .price .price-item--regular {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00b300;
    display: inline-block;
}

.product__info-container .price__regular {
    margin-bottom: 0.5rem;
}

.product__info-container .price__sale .price-item--sale {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e74c3c;
    display: inline-block;
}

/* Ensure visibility of key elements */
.product__title,
.price-item--regular,
.price-item--sale {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

@media (max-width: 768px) {
    .product__info-container .product__title {
        font-size: 1.5rem;
    }
    
    .product__info-container .price .price-item--regular {
        font-size: 1.5rem;
    }
    
    .product__info-container .price__sale .price-item--sale {
        font-size: 1.3rem;
    }
}

/* ========================================
   Enhanced Policy Page Styles
   ======================================== */

/* Policy Container */
.shopify-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Policy Title */
.shopify-policy__title {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #2cb9d4;
  position: relative;
}

.shopify-policy__title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2cb9d4, #1a9bb8);
  border-radius: 2px;
}

.shopify-policy__title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #010066;
  margin: 0;
  letter-spacing: -0.02em;
}

/* Policy Body */
.shopify-policy__body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
}

.shopify-policy__body .rte {
  line-height: 1.8;
  word-wrap: break-word;
  font-size: 1rem;
}

/* Enhanced Typography */
.shopify-policy__container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #010066;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
}

.shopify-policy__container h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #010066;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}

.shopify-policy__container h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #2cb9d4;
}

.shopify-policy__container h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #010066;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #2cb9d4;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.shopify-policy__container h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #010066;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

/* Enhanced Paragraphs */
.shopify-policy__container p {
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  color: #333;
}

.shopify-policy__container p:last-child {
  margin-bottom: 0;
}

/* Enhanced Lists */
.shopify-policy__container .rte ol,
.shopify-policy__container .rte ul {
  margin: 2rem 0;
  padding-left: 0;
  list-style-position: outside;
}

.shopify-policy__container .rte ol {
  counter-reset: item;
}

.shopify-policy__container .rte ol > li {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  line-height: 1.8;
}

.shopify-policy__container .rte ol > li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  background: #2cb9d4;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.shopify-policy__container .rte ul > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.shopify-policy__container .rte ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  background: #2cb9d4;
  border-radius: 50%;
}

/* Nested Lists */
.shopify-policy__container .rte ol ol,
.shopify-policy__container .rte ul ul {
  margin: 1rem 0;
  padding-left: 2rem;
}

.shopify-policy__container .rte ol ol > li::before {
  background: #6c757d;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8rem;
}

.shopify-policy__container .rte ul ul > li::before {
  width: 6px;
  height: 6px;
  background: #6c757d;
  top: 0.8rem;
}

/* Enhanced Links */
.shopify-policy__container a {
  color: #2cb9d4;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.shopify-policy__container a:hover {
  color: #1a9bb8;
  border-bottom-color: #1a9bb8;
  background: rgba(44, 185, 212, 0.1);
  padding: 2px 4px;
  border-radius: 4px;
}

/* Code and Preformatted Text */
.shopify-policy__container code {
  background: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #e83e8c;
  border: 1px solid #e9ecef;
}

.shopify-policy__container pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid #e9ecef;
  margin: 1.5rem 0;
}

/* Special Styling for Important Information */
.shopify-policy__container .rte > p:first-child,
.shopify-policy__container .rte > div:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #495057;
  background: rgba(44, 185, 212, 0.05);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #2cb9d4;
  margin-bottom: 2rem;
}

/* Contact Information Styling */
.shopify-policy__container p:has(a[href*="contact"]) {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  margin: 2rem 0;
  text-align: center;
}

/* Date Styling */
.shopify-policy__container p:contains("制定"),
.shopify-policy__container p:contains("改訂") {
  text-align: right;
  font-style: italic;
  color: #6c757d;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .shopify-policy__container {
    margin: 1rem;
    padding: 2rem 1.5rem;
  }
  
  .shopify-policy__title h1 {
    font-size: 2rem;
  }
  
  .shopify-policy__container h2 {
    font-size: 1.6rem;
  }
  
  .shopify-policy__container h3 {
    font-size: 1.3rem;
  }
  
  .shopify-policy__container h4 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .shopify-policy__container {
    padding: 1.5rem 1rem;
    margin: 0.5rem;
  }
  
  .shopify-policy__title h1 {
    font-size: 1.8rem;
  }
  
  .shopify-policy__container h2 {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  
  .shopify-policy__container h3 {
    font-size: 1.2rem;
    padding: 1rem;
  }
  
  .shopify-policy__container h4 {
    font-size: 1rem;
  }
  
  .shopify-policy__container .rte ol > li,
  .shopify-policy__container .rte ul > li {
    padding-left: 1.5rem;
    font-size: 0.95rem;
  }
  
  .shopify-policy__container .rte ol > li::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .shopify-policy__title h1 {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  
  .shopify-policy__container {
    padding: 1rem 0.75rem;
  }
  
  .shopify-policy__container h2 {
    font-size: 1.2rem;
  }
  
  .shopify-policy__container h3 {
    font-size: 1.1rem;
    padding: 0.8rem;
  }
  
  .shopify-policy__container h4 {
    font-size: 0.95rem;
  }
  
  .shopify-policy__container p {
    font-size: 0.9rem;
  }
}

/* Print Styles */
@media print {
  .shopify-policy__container {
    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 2rem;
  }
  
  .shopify-policy__container a {
    color: #000;
    text-decoration: underline;
  }
  
  .shopify-policy__title::after {
    display: none;
  }
  
  .shopify-policy__container h2::before {
    display: none;
  }
}

/* Accessibility Improvements */
.shopify-policy__container:focus-within {
  outline: 2px solid #2cb9d4;
  outline-offset: 4px;
}

.shopify-policy__container a:focus {
  outline: 2px solid #2cb9d4;
  outline-offset: 2px;
  border-radius: 4px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .shopify-policy__container h3 {
    background: #000;
    color: #fff;
  }
  
  .shopify-policy__container .rte ol > li::before {
    background: #000;
  }
  
  .shopify-policy__container .rte ul > li::before {
    background: #000;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .shopify-policy__container {
    background: #1a1a1a;
    color: #e0e0e0;
  }
  
  .shopify-policy__container h1,
  .shopify-policy__container h2,
  .shopify-policy__container h3,
  .shopify-policy__container h4 {
    color: #ffffff;
  }
  
  .shopify-policy__container h3 {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  }
  
  .shopify-policy__container p {
    color: #e0e0e0;
  }
  
  .shopify-policy__container code {
    background: #2a2a2a;
    color: #ff6b9d;
    border-color: #404040;
  }
  
  .shopify-policy__container pre {
    background: #2a2a2a;
    border-color: #404040;
  }
}

/* ========================================
   Enhanced Contact Form Styles
   ======================================== */

/* Contact Form Container */
.contact-form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.container-fluid {
  padding: 0 1rem;
}

/* Contact Form Header */
.contact-form-container h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #010066;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #2cb9d4;
  position: relative;
}

.contact-form-container h2::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2cb9d4, #1a9bb8);
  border-radius: 2px;
}

/* Form Description */
.contact-form-container p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Form Wrapper */
.wpcf7 {
  margin-top: 2rem;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Form Fields */
.wpcf7-form p {
  margin-bottom: 1.5rem;
  text-align: left;
}

.wpcf7-form p:first-of-type {
  margin-top: 0;
}

/* Labels */
.wpcf7-form p:not(:has(input, textarea, .wpcf7-checkbox)) {
  font-weight: 600;
  color: #010066;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* Required and Optional indicators */
.required {
  color: #dc3545;
  font-weight: 700;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.any {
  color: #6c757d;
  font-weight: 500;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

/* Input Fields */
.wpcf7-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #ffffff;
  box-sizing: border-box;
}

.wpcf7-form-control:focus {
  outline: none;
  border-color: #2cb9d4;
  box-shadow: 0 0 0 3px rgba(44, 185, 212, 0.1);
  background: #fafafa;
}

.wpcf7-form-control:hover {
  border-color: #ced4da;
}

/* Text Input Specific Styles */
.wpcf7-text,
.wpcf7-email {
  height: 48px;
}

/* Textarea Specific Styles */
.wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}

/* Checkbox Styles */
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  gap: 0.75rem;
}

.wpcf7-list-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #2cb9d4;
}

.wpcf7-list-item input[type="checkbox"]:checked {
  background: #2cb9d4;
  border-color: #2cb9d4;
}

.wpcf7-list-item-label {
  color: #333;
  font-weight: 500;
}

/* Submit Button */
.wpcf7-submit {
  background: linear-gradient(135deg, #2cb9d4 0%, #1a9bb8 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(44, 185, 212, 0.3);
}

.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 185, 212, 0.4);
  background: linear-gradient(135deg, #1a9bb8 0%, #2cb9d4 100%);
}

.wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(44, 185, 212, 0.3);
}

/* Spinner */
.wpcf7-spinner {
  margin-left: 1rem;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Form Control Wrapper */
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}

/* Success Message */
.general-title {
  font-size: 2rem;
  font-weight: 700;
  color: #28a745;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border-radius: 12px;
  border: 2px solid #28a745;
}

.contact-success-message {
  text-align: center;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}

.contact-success-message a {
  color: #2cb9d4;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.contact-success-message a:hover {
  border-bottom-color: #2cb9d4;
  color: #1a9bb8;
}

/* Error Messages */
.wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Validation Errors */
.wpcf7-not-valid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

/* Privacy Policy Link */
.contact-form-container a {
  color: #2cb9d4;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.contact-form-container a:hover {
  color: #1a9bb8;
  border-bottom-color: #1a9bb8;
}

/* Store Link */
.contact-form-container a[target="_blank"] {
  color: #6c757d;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.contact-form-container a[target="_blank"]:hover {
  color: #2cb9d4;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .contact-form-container {
    margin: 1rem;
    padding: 1.5rem;
  }
  
  .contact-form-container h2 {
    font-size: 1.5rem;
  }
  
  .wpcf7-form {
    gap: 1rem;
  }
  
  .wpcf7-form p {
    margin-bottom: 1rem;
  }
  
  .wpcf7-form-control {
    padding: 0.625rem 0.75rem;
  }
  
  .wpcf7-text,
  .wpcf7-email {
    height: 44px;
  }
  
  .wpcf7-submit {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .contact-form-container {
    margin: 0.5rem;
    padding: 1rem;
  }
  
  .contact-form-container h2 {
    font-size: 1.3rem;
  }
  
  .wpcf7-form-control {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  
  .wpcf7-text,
  .wpcf7-email {
    height: 40px;
  }
  
  .wpcf7-submit {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
  }
}

/* Focus management for accessibility */
.wpcf7-form-control:focus {
  outline: 2px solid #2cb9d4;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .wpcf7-form-control {
    border-width: 3px;
  }
  
  .wpcf7-form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
  }
}

/* Print styles */
@media print {
  .contact-form-container {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .wpcf7-submit {
    display: none;
  }
}

/* Loading state */
.wpcf7-form.submitting {
  opacity: 0.7;
  pointer-events: none;
}

.wpcf7-form.submitting .wpcf7-submit {
  background: #6c757d;
  cursor: not-allowed;
}

/* Custom container styling */
.container-fluid[style*="width: 57%"] {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 1rem !important;
}

.contents {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

/* Content area styling */
#content.wide {
  width: 100%;
  max-width: none;
}

.entry-content {
  margin: 0;
}

.entry-content h2 {
  color: #010066;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #2cb9d4;
}

/* Screen reader accessibility */
.screen-reader-response {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.slider-buttons {
  display: none !important;
}

._title.order2 { 
  display: none !important;
}

.product__view-details{
  display: none !important;
}