@charset "euc-jp";

/*-------------------------------------------
category 
-------------------------------------------*/
.bx-wrapper{
	display:none;
}

#second_top{
	padding-top:5px;
}



@media screen and (max-width:880px) {
	#top,#second_top{
	display:none;
	}
	#stardard_content{
	padding-top:128px;
	}
	.mini-banner ul{
	flex-direction:row;
	}

	
	#sidebar{	
	display:none;
	}

	#right_content {
	float: none;
	width: 100%;
	}
	
	#main_category_sp{
	display:block;
	}
}	




ul.breadcrumb li {
	display: inline;
}

#category_baner img{
	width:100%;
}

#right_content h3 {
	clear: both;
	padding: 10px 16px 10px 15px;
	margin: 25px 0px 15px 0;
	color: #666;
	letter-spacing: 0.1em;
	background: #f5f5f5;
}

/*フリーページ*/
.cg_freespace_01 ul,.cg_freespace_02 ul {
	display:flex;
	gap:20px;
}




.bread{
	font-size: 16px;
	font-weight:bold;
	padding: 15px 0px 12px 5px;
	margin: 30px 0px;
	border-bottom: solid 1px #1a1a1a;
	border-top: solid 1px #1a1a1a;
}



#right_content p.sort {
	text-align: center;
	margin-bottom:20px;
}

#right_content p {
	line-height: 1.6em;
}

#category_page ul.product {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  	gap:1%;
}



#category_page ul.product li {
	text-align: center;
	width: 32%;
	margin-bottom:25px;
}


#category_page ul.product li:hover {
	opacity:0.8;
}


@media screen and (max-width:880px) {
	#category_page ul.product li {
	width: 49%;
	}
}



#category_page ul.product li a span {
	display:block;
	line-height: 1.5em;
	margin:0 20px;
}



ul.product li a img {
	width: 90%;
	margin: 0px auto 3px;
}





ul.product li span.price {
	color: #333;
	font-weight: bold;
	font-size:110%;
	display: block;
	margin: 10px auto 3px;
	line-height: 1.5em;
}



.ps{
	margin-top:5px;
	font-weight:normal;
	font-size:80%;
}

#right_content ul.page {
	display:flex;
	width:100%;
	justify-content:center;
	margin:30px 0;
  	flex-wrap:wrap;
	}

#right_content ul.page li {
	padding: 10px;
	font-size:1.2rem;
	}

#right_content ul.page li span {
	border: 3px solid #CCC;
	background: #FFF;
	font-weight: bold;
	padding: 5px;
}



#right_content ul.page li a, #contents ul.page li span {
	display: inline-block;
	padding: 5px 7px;
	text-decoration: none;
	margin: 0px 0px 10px;
}


/*-------------------------------------------
ラインナップ
-------------------------------------------*/

ul.category_lineup {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
}

ul.category_lineup li {
    width: 21.5%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    background: #eee;
    padding: 2px;
    border-radius: 5px;
}



 /********* シリーズ説明文***********/

.series_explanation {
  padding:0 5%;
  max-width: 1200px;
  margin: auto;
}

.info-block-series {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
  flex-wrap: wrap;
}


.info-image-series {
  flex: 1 1 400px;
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.info-text-series {
  flex: 1 1 400px;
  font-size: 16px;
  line-height:180%;
  color: #444;
}

.info-text-series h3 {
  font-size: 24px;
  line-height:150%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .info-block-series {
    flex-direction: column !important;
    gap: 20px;
  }

  .info-text-series, .info-image-series {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .info-text-series h3 {
    font-size: 20px;
  }
}


/* シリーズ用 スタッフコメント*/

/* セクション全体 */
.staff-comments-section {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 25px;
  margin: 40px 0;
}

/* セクションタイトル */
.section-title {
  font-size: 1.4rem;
  color: #444;
  margin:0 0 20px;
  border-left: 5px solid #999;
  padding-left: 15px;
}

/* コメントブロック以下は前回のスタイルと共通 */
.staff-comment-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: sans-serif;
}

.staff-profile {
  text-align: center;
  width: 90px;
  flex-shrink: 0;
}

.staff-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.staff-name {
  font-size: 0.5rem;
  margin-top: 6px;
  color: #333;
  font-weight:bold;
  line-height:normal;
}

.staff-comment {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 5px 20px;
  flex: 1;
  position: relative;
}

.staff-comment::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f0f0f0;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .staff-comment-block {
    flex-direction: row;
    align-items: flex-start;
  }

  .staff-photo {
    width: 65px;
    height: 65px;
  }

  .staff-profile {
    width: 75px;
  }

  .staff-comment::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

