/* ===========================================
 * product use css
=========================================== */
#product_list{
	padding: 60px 0;
}
.product_listTitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_listTitle h2{
	text-align: center;
    font-size: 28px;
    color: #55b6e8;
}
.product_listTitle img{
	padding-right: 20px;
	margin-bottom: 20px;
}
#product_listInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
#product_listInner .box{
	width: 260px;
	border: 1px solid #a2a2a2;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative;
}
#product_listInner .box .cat_area{
	display: flex;
}
#product_listInner .box .cat_area p.cat_01{
	width: 70px;
	height: 27px;
	border: 1px solid #e95098;
	color: #e95098;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#product_listInner .box .cat_area p.cat_02{
	width: 70px;
	height: 27px;
	border: 1px solid #6eb92b;
	color: #6eb92b;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#product_listInner .box .cat_area p.cat_03{
	width: 70px;
	height: 27px;
	border: 1px solid #55b6e8;
	color: #55b6e8;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#product_listInner .box .cat_area p.title{
	width: 195px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
#product_listInner .box .img_box{
	width: 230px;
	height: 174px;
	margin: 5px 0;
	position: relative;
}
#product_listInner .box .img_box .tbc,
#product_listInner .box .img_box .sold{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 33px;
	text-align: center;
	font-weight: 700;
}
#product_listInner .box .img_box .tbc{
	background: #FFE100;
	background: linear-gradient(-47deg,rgba(255, 225, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	color: #7a7a7a;
}
#product_listInner .box .img_box .sold{
	background: #55b6e8;
    background: linear-gradient(-47deg, rgba(0, 129, 202, 1) 0%, rgba(110, 194, 238, 1) 100%);
	color: #fff;
}
#product_listInner .box .img_box img{
	width: 230px;
	height: 174px;
	object-fit: cover;
}
#product_listInner .box .img_box img.active{
	opacity: .6;
}
#product_listInner .box table{
	width: 230px;
	border-collapse: collapse;
	line-height: 1.6em;
	margin-bottom: 35px;
}
#product_listInner .box table th{
	width: 70px;
	font-size: 16px;
	font-weight: 700;
	text-align-last: justify;
	letter-spacing: normal;
}
#product_listInner .box table td{
	padding-left: 15px;
	width: 145px;
}
#product_listInner .box .more{
	text-align: right;
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#product_listInner .box .more a{
	color: #a2a2a2;
	font-weight: 700;
}
#product_listInner .box .more a i{
	padding-left: 10px;
}

#product_page{
	padding: 60px 0;
}
.pagination__item--current,
.pagination__item a,
.pagination__btn--prev,
.pagination__btn--next,
.pagination__btn--first,
.pagination__btn--last {
  box-sizing: border-box;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #c5e4f4;
	border-radius: 4px;
  min-width: 3em;
  transition: all 0.2s;
  margin: 0 10px 0 0;
  padding: calc(1em - 1px) 1em;
}

.pagination__item--current:hover,
.pagination__item a:hover,
.pagination__btn--prev:hover,
.pagination__btn--next:hover,
.pagination__btn--first:hover,
.pagination__btn--last:hover {
  color: #fff;
  background: #55b6e8;opacity: 1;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFF;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}


.pagination__list {
    order: 3;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
 }
.pagination__pos {
    display: none;
}
.pagination__item {
  margin: 0;
}

.pagination__item--current,
.pagination__btn--prev,
.pagination__btn--next,
.pagination__btn--first,
.pagination__btn--last {
  background: #55b6e8;
  color: #fff;
  font-weight: bold;
}

.pagination__pos {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.pagination__btn--first {
  order: 1;
}

.pagination__btn--prev {
  order: 2;
}

.pagination__btn--next {
  order: 4;
}

.pagination__btn--last {
  order: 5;
}


#product_entry{
	padding: 60px 0;
}
#product_entry .title{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#product_entry .title p{
	font-size: 18px;
	color: #55b6e8;
	font-weight: 700;
	margin-right: 10px;
}
#product_entry .title h2{
	font-size: 28px;
	color: #000;
	position: relative;
	padding-left: 20px;
}
#product_entry .title h2::before{
	content: url("../img/common/disc.png");
	position: absolute;
	left: 0;
	top:-4px;
}
#product_entryMainimg{
	width: 100%;
	margin-bottom: 40px;
}
#product_entryMainimg img{
	width: 100%;
	object-fit: cover;
}
#product_entryInner{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}
#product_entryInner .box{
	width: 188px;
	height: 125px;
	margin-bottom: 20px;
	cursor: pointer;
}
#product_entryInner .box img{
	width: 188px;
	height: 125px;
	object-fit: cover;
}
#product_entryInner .box img:hover{
	opacity: .7;
}
#imageModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;          /* ← 初期は必ず非表示 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modalImage {
  max-width: 90vw;
  max-height: 90vh;
}



#imageModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

#imageModal .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

#imageModal .prev { left: 20px; }
#imageModal .next { right: 20px; }

.dl_btn{
	width: 300px;
	height: 40px;
	border: 2px solid #55b6e8;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50px;
	margin: 40px auto 0;
}
.dl_btn a{
	display: block;
	line-height: 36px;
	font-weight: 700;
	color: #55b6e8;
	font-size: 18px;
	letter-spacing: normal;
}

#product_youtube{
	padding: 60px 0;
}
.youtube{
	width: 588px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#product_body{
	padding: 60px 0;
}
#product_body table{
	border-collapse: collapse;
	width: 1100px;
	margin-bottom: 60px;
}
#product_body table tr{
	border-bottom: 1px solid #a2a2a2;
}
#product_body table tr th{
	width: 180px;
	font-weight: 700;
	-moz-text-align-last: justify;
	text-align-last: justify;
	padding: 30px 20px;
	vertical-align: text-top;
}
#product_body table tr td{
	width: 920px;
	padding: 30px 20px 30px 60px;
	box-sizing: border-box;
}

#product_body .btn_area{
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
#product_body .btn_area .btn{
	width: 200px;
	height: 40px;
	border: 2px solid #55b6e8;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50px;
}
#product_body .btn_area .btn a{
	display: block;
	line-height: 36px;
	color: #55b6e8;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: normal;
}
@media screen and (max-width:640px){

	#product_list{
		padding: 60px 0;
	}
	.product_listTitle{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.product_listTitle h2{
		text-align: center;
		font-size: 32px;
		color: #55b6e8;
	}
	.product_listTitle img{
		padding-right: 20px;
		margin-bottom: 20px;
	}
	#product_listInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#product_listInner .box{
		width: 280px;
		border: 1px solid #a2a2a2;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		margin-bottom: 20px;
		position: relative;
	}
	#product_listInner .box .cat_area{
		display: flex;
	}
	#product_listInner .box .cat_area p.cat_01{
		width: 70px;
		height: 27px;
		border: 1px solid #e95098;
		color: #e95098;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#product_listInner .box .cat_area p.cat_02{
		width: 70px;
		height: 27px;
		border: 1px solid #6eb92b;
		color: #6eb92b;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#product_listInner .box .cat_area p.cat_03{
		width: 70px;
		height: 27px;
		border: 1px solid #55b6e8;
		color: #55b6e8;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#product_listInner .box .cat_area p.title{
		margin-left: 10px;
		font-size: 20px;
		font-weight: 700;
	}
	#product_listInner .box .img_box{
		width: 250px;
		height: 189px;
		margin: 5px 0;
		position: relative;
	}
	#product_listInner .box .img_box img{
		width: 250px;
		height: 189px;
		object-fit: cover;
	}
	#product_listInner .box .img_box .tbc,
	#product_listInner .box .img_box .sold{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 250px;
		height: 33px;
		text-align: center;
		font-weight: 700;
	}
	#product_listInner .box .img_box .tbc{
		background: #FFE100;
		background: linear-gradient(-47deg,rgba(255, 225, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
		color: #7a7a7a;
	}
	#product_listInner .box .img_box .sold{
		background: #55b6e8;
		background: linear-gradient(-47deg, rgba(0, 129, 202, 1) 0%, rgba(110, 194, 238, 1) 100%);
		color: #fff;
	}
	#product_listInner .box table{
		width: 250px;
		border-collapse: collapse;
		line-height: 1.6em;
		margin-bottom: 35px;
	}
	#product_listInner .box table th{
		width: 70px;
		font-size: 16px;
		font-weight: 700;
		text-align-last: justify;
		letter-spacing: normal;
	}
	#product_listInner .box table td{
		padding-left: 15px;
		width: 165px;
	}
	#product_listInner .box .more{
		text-align: right;
		font-size: 20px;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	#product_listInner .box .more a{
		color: #a2a2a2;
		font-weight: 700;
	}

	#product_page{
		padding: 60px 0;
	}
	.pagination__item--current,
	.pagination__item a,
	.pagination__btn--prev,
	.pagination__btn--next,
	.pagination__btn--first,
	.pagination__btn--last {
	  box-sizing: border-box;
	  display: block;
	  color: #FFF;
	  text-decoration: none;
	  text-align: center;
	  background: #c5e4f4;
		border-radius: 4px;
	  min-width: 3em;
	  transition: all 0.2s;
	  margin: 0 10px 0 0;
	  padding: calc(1em - 1px) 1em;
	}

	.pagination__item--current:hover,
	.pagination__item a:hover,
	.pagination__btn--prev:hover,
	.pagination__btn--next:hover,
	.pagination__btn--first:hover,
	.pagination__btn--last:hover {
	  color: #fff;
	  background: #55b6e8;opacity: 1;
	}

	.pagination {
	  position: relative;
	  display: flex;
	  justify-content: center;
	  color: #FFF;
	  line-height: 1;
	  margin: 0;
	  padding: 2em 0;
	}


	.pagination__list {
		order: 3;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	 }
	.pagination__pos {
		display: block;
	}
	.pagination__item {
	  margin: 0;
	}

	.pagination__item--current,
	.pagination__btn--prev,
	.pagination__btn--next,
	.pagination__btn--first,
	.pagination__btn--last {
	  background: #55b6e8;
	  color: #fff;
	  font-weight: bold;
	}

	.pagination__pos {
	  position: absolute;
	  top: -0.5em;
	  left: 50%;
	  transform: translate(-50%, 0);
		color: #55b6e8;
	}

	.pagination__btn--first {
	  order: 1;
	}

	.pagination__btn--prev {
	  order: 2;
	}

	.pagination__btn--next {
	  order: 4;
	}

	.pagination__btn--last {
	  order: 5;
	}
	
	
	#product_entry{
		padding: 60px 0;
	}
	#product_entry .title{
		display: block;
		align-items: center;
		margin-bottom: 40px;
	}
	#product_entry .title p{
		font-size: 22px;
		color: #55b6e8;
		font-weight: 700;
		margin-right: 10px;
	}
	#product_entry .title h2{
		font-size: 32px;
		color: #000;
		position: relative;
		padding-left: 20px;
	}
	#product_entry .title h2::before{
		content: url("../img/common/disc.png");
		position: absolute;
		left: 0;
		top:-4px;
	}
	#product_entryMainimg{
		width: 100%;
		margin-bottom: 40px;
	}
	#product_entryMainimg img{
		width: 100%;
		object-fit: cover;
	}
	#product_entryInner{
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
	}
	#product_entryInner .box{
		width: 108px;
		height: 82px;
		margin-bottom: 10px;
		cursor: pointer;
	}
	#product_entryInner .box img{
		width: 108px;
		height: 82px;
		object-fit: cover;
	}
	#product_entryInner .box img:hover{
		opacity: .7;
	}
	#imageModal {
	  position: fixed;
	  inset: 0;
	  background: rgba(0,0,0,0.85);
	  display: none;          /* ← 初期は必ず非表示 */
	  justify-content: center;
	  align-items: center;
	  z-index: 9999;
		touch-action: pan-y;
	}

	#modalImage {
	  max-width: 90vw;
	  max-height: 90vh;
	}



	#imageModal .close {
	  position: absolute;
	  top: 20px;
	  right: 30px;
	  font-size: 40px;
	  color: #fff;
	  cursor: pointer;
	}

	#imageModal .arrow {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 60px;
	  color: #fff;
	  cursor: pointer;
	  user-select: none;
	}

	#imageModal .prev { left: 20px; }
	#imageModal .next { right: 20px; }

	.dl_btn{
		width: 400px;
		height: 50px;
		border: 2px solid #55b6e8;
		text-align: center;
		box-sizing: border-box;
		border-radius: 50px;
		margin: 40px auto 0;
	}
	.dl_btn a{
		display: block;
		line-height: 44px;
		color: #55b6e8;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: normal;
	}

	#product_youtube{
		padding: 60px 0;
	}
	.youtube{
		width: 580px;
		margin: 0 auto;
		aspect-ratio: 16 / 9;
	}
	.youtube iframe {
	  width: 100%;
	  height: 100%;
	  border: 0;
	}

	#product_body{
		padding: 60px 0;
	}
	#product_body table{
		border-collapse: collapse;
		width: 580px;
		margin-bottom: 60px;
	}
	#product_body table tr{
		border-bottom: 1px solid #a2a2a2;
	}
	#product_body table tr th{
		width: 120px;
		font-weight: 700;
		-moz-text-align-last: justify;
		text-align-last: justify;
		padding: 20px;
		vertical-align: text-top;
	}
	#product_body table tr td{
		width: 460px;
		padding: 20px;
		box-sizing: border-box;
	}

	#product_body .btn_area{
		display: flex;
		justify-content: center;
		column-gap: 20px;
	}
	#product_body .btn_area .btn{
		width: 230px;
		height: 50px;
		border: 2px solid #55b6e8;
		text-align: center;
		box-sizing: border-box;
		border-radius: 50px;
	}
	#product_body .btn_area .btn a{
		display: block;
		line-height: 44px;
		color: #55b6e8;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: normal;
	}
	
	
}

