@charset "euc-jp";
/*swiper*/
.swiper-container {
  text-align: center;
}
.swiper-slide div img{
  padding:1px;
}

/*cartBox　JAN cartbutton*/
.cartBox{
  background: #F4F1EC;
  margin: 2em 0 0 0;
  padding: 10px;
}
@media (min-width:640px){
  .cartBox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    gap:0 20px;
    }
}
.cartBox ul{
  list-style: none;
  margin: 10px;
}
.cartBox li {
  margin: 0 0 5px 0;
  padding: 0;
}
.cartBox li p:first-child {
  padding: 0px 5px;
  background: #DDD;
  margin: 0 0 5px 0;
}
.cartBox li p:nth-child(2){
  margin: 0 0 10px 0;
}
.cartBox .cartbutton > div{
  border: 1px solid #999;
  margin: 10px;
  padding: 10px;
}
.product-option{
margin: 10px;
}
.product-option p{
  padding: 0px 5px;
  background: #DDD;
  margin: 0 0 5px 0;
}
.product-option select{
}
.product-option span{
font-size: 0.8rem;
}
.input_num{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom:15px;
}
.input_num div{
border: 1px solid #999;
border-left: none;
 background: #FFF;
}
.input_num div a {
  display: block;
}
.input_num div a:first-child{
}
.input_num div a:nth-of-type(2){
}
.input_num div a:hover {
  background: #ebf3fb;
}
.input_num > span{
  display: block;
  padding-left:5px;
}
.input_num input {
  border: 1px solid #999;
  width: 5em;
  font-size: 2rem;
  padding: 10px;
  line-height: 1.5;
  border-radius: 0;
  height: 50px;
  text-align: center;
}
.input_num input:hover{
  background: #ebf3fb;
  border-width:1px;
}
.submitbutton{
	margin-bottom: 10px;
}
.submitbutton button,
.submitbutton .soldout{
	font-size: 1.4rem;
	border-radius: 8px;
}
.submitbutton .soldout{
	padding: 5px 10px;
	font-weight: normal;
}
.submitbutton button{
	width: 100%;
	border: none;
	background-color: #174E9D;
	color: #FFF;
	padding: 15px 10px;
}
.submitbutton button:hover{
	background-color: #FF9900;
}
.submitbutton .easy_order{
	background-color: #FF9900;
	padding: 10px 5px;
	border-radius: 8px;
}
.submitbutton p{
	margin-bottom: 0;
}
.cartbutton div > p{
	margin-bottom: 0.3em;
	font-size: 0.8rem;
	text-align: center;
}
.cartbutton div > p.stock_error{
	font-size: 1rem;
}
/* //cartBox　JAN cartbutton*/


.stock_error{
  color: #FF0000;
}

/*製品説明*/
#products_text{
margin: 2em 0 1em 0;
border-bottom: 1px solid #999;
}
#products_text h3 {
  background: #DDD;
  padding: 3px 10px;
  color: #000;
  border: none;
}
.cyberProductsLink{
width: 150px;
margin-top:-2em;
}
.cyberProductsLink a{
display: block;
padding:8px;
text-align: center;
color:#000;
text-decoration: none;
background: #DDD;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.cyberProductsLink a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  padding-left: 5px;
  color: #FFF;
  text-decoration: none;
}

.cyberProductsLink a:hover{
background: #174E9D;
color:#FFF;
}
.cyberProductsLink a:hover::before{
border-color: transparent transparent transparent #FFF;
}

/*説明図*/
#products_text .image_frame {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#products_text .image_frame img {
  vertical-align: bottom;
  border: 1px solid #CCC;
}
#products_text p img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/*画像とキャプション ul */
.cap{
	list-style: none;
	margin: 0 0 1.5em 0;
	max-width: 100%;
	display: flex;
	justify-content: center;
  gap:10px;}
.cap li{
		text-align: center;
		font-size: 0.8rem;
	}
.cap img{
		display: block;
		width: 100%;
		max-width: 370px;
	}
/*箇条書きui*/
ul.point{
	margin: 0 0 1.5em 2em;
}

/*関連商品の表示 ul li a img*/
.thumblist {
  list-style: none;
  margin: 0 0 1.5em 0;
  display: flex;
  flex-wrap: wrap;
}
.thumblist * {
    display: block; 
}
.thumblist li {
    margin: 0 4px 4px 0;
    padding: 0;
    width: 100px; 
}
.thumblist li a {
   border: 1px solid #CCC; 
}
.thumblist li a:hover {
  border-color: #CC0066;
 }
.thumblist li img {
  width: 100%; 
}

/*製品スペックエリア*/
#products_text .ProductsSpec{
	margin:10px 0 0 0;
	padding:0;
}
.ProductsSpec dl{
	background:#F4F1EC;
	margin:0 0 1.5em 0;
	padding:15px 15px 5px 15px;
	border-radius:8px;
}
.ProductsSpec dt{
	background:#DDD;
	margin:0 0 3px 0;
	padding:0px 5px;
	text-align:center;
}
.ProductsSpec dd{
	margin:5px 0 1em 0;
	padding:0 0;
}
.ProductsSpec ul{
	list-style:square;
	margin:0 0 0 1.5em;
	padding:0;
}
.ProductsSpec li{
	padding:0;
	margin:0 0 0.2em 0;
}
.ProductsSpec ul.ProductsDateList{
	list-style:circle;
}
.ProductsSpec ul.note{
	list-style:none;
	margin:5px 0 1em 0;
	padding:10px;
}
.ProductsSpec ul.note li{
	padding:0 0 0 1em;
}
.ProductsSpec ul.notes {
  list-style: none;
	margin: 5px 0 1em 0;
}
.ProductsSpec ul.notes li{
padding: 0 0 0 1em;
text-indent: -1em;
}
.ProductsSpec ul ul{
	list-style:circle;
}
.ProductsSpec ol {
  margin: 0 0 0 2em;
  padding: 0;
}
.ProductsSpec ol li {
  padding: 0;
  margin: 0;
}
.ProductsSpec h4{
	margin:10px 10px 5px 5px;
	padding:0 10px 0 5px;
	background:transparent;
	border-left:8px solid #AAA;
}
.ProductsSpec p{
	margin:5px 0 1.5em 0;
}
.ProductsSpec ul.note{
	margin:5px 0 1.5em 0;
}

.ProductsSpec b,
.ProductsSpec i,
.ProductsSpec em,
.ProductsSpec strong{
	color:#F00;
	text-decoration:none;
	font-style:normal;
	font-size:100%;
}

.ProductsSpec + h3{
	margin-top:40px;
}
/*social*/
.socialinfo{
list-style:none;
margin:0 0 10px 0;
display: flex;
flex-wrap: wrap;
gap:10px
}
.socialinfo li{
margin:0;
}
.socialinfo li a{
display: block;
padding:5px 15px;
font-size:0.875rem;
line-height: 1;
background: #DDD;
border-radius: 1em;
color:#000;
text-decoration: none;
}
.socialinfo li a:hover{
background: #999;
color:#FFF;
}
.social_button{
display: flex;
gap:5px;
margin-bottom:3em;
}
div.note {
  border: 1px solid #CCC;
  margin-bottom: 2em;
  padding: 10px 10px 0 10px;
}
div.note h4 {
  margin-bottom: 0.5em;
  background-color: transparent;
  border-bottom: 1px solid #CCC;
  padding: 3px 0;
  }
 ul.columnlist {
  padding: 0 0 0 0.5em;
  column-gap: 30px;
}

.products_table_spec {
  margin: 10px 0 2em 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #CCC;
  border-width: 1px 0 0 0;
  background: #FFF;
}
.products_table_spec th, .products_table_spec td {
  padding: 5px;
  border: solid 1px #CCC;
  border-width: 0 1px 1px 0;
}
.tdcenter td {
  text-align: center;
}
.products_table_spec tbody th {
  background: #EFEFEF;
  font-weight: normal;
}
.products_table_spec tr th:first-child {
  border-left: solid 1px #CCC;
}
.products_table_spec tbody tr:nth-child(2n) {
  background: #F4FAFF;
}
.products_table_spec tbody tr:nth-child(2n) th {
  background: #DDD;
}
.products_table_spec tfoot td:first-child {
  border: none;
  padding: 5px 0;
  font-size: 0.9rem;
  text-align: left;
}

 @media screen and (min-width: 640px){
ul.columnlist {
  column-count: 3;
}
}