@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.arrow {
	display:inline-block;
	height:20px;
	width:30px;
	background-color:#e93817;
	position:relative;
	margin-bottom: 20px;
}
.arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 20px solid #e93817;
	border-bottom: 0;
	left:-10px;
	top:20px;
}
.arrow2 {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #e93817;
  border-right: 0;
  margin-right: -20px;
}
.arrow2:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 30px;
  width: 20px;
  background-color: #e93817;
  left: -40px;
  top: -15px;
}

.text-upper::before, .text-upper::after {
	border-left: 2px solid #E83316;
}

.spec div { line-height: 1.3; }

/* table1 */
.table_price th {
	font-size: 22px;
	text-align: center;
}
.table_price td {
	font-size: 18px;
	text-align: center;
}
.table_price .label1 {
	display: inline-block;
	background: #eee;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: 2px;
}
@media screen and (max-width: 767px) {
.table_price th {
	font-size: 16px;
}
.table_price td {
	font-size: 16px;
}
.table_price .label1 {
	display: block;
	width: 150px;
	margin-right: 0;
	margin: 0 auto;
}
}

/*製品詳細カルーセル*/
#product-main .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#product-main .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#product-main .swiper-slide p {
  margin: 0;
}
#product-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-main .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 10px;
}
#product-main .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
#product-main .gallery-main.swiper-container,
#product-main .gallery-thumbs.swiper-container {
  margin: 0;
}
#product-main .gallery-thumbs {
  -webkit-transition: .25s .25s;
  transition: .25s .25s;
  opacity: 0;
}
#product-main .gallery-thumbs.swiper-initialized, #product-main .gallery-thumbs.swiper-container-initialized {
  opacity: 1;
}
#product-main .gallery-thumbs .swiper-wrapper .swiper-slide p {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: solid #eee 2px;
}
#product-main .gallery-thumbs .swiper-wrapper .swiper-slide p.swiper-slide-thumb-active {
  border: solid #eb3817 2px;
}
#product-main .gallery-thumbs .swiper-wrapper .swiper-slide p img {
  width: 100%;
  height: auto;
}
#product-main .swiper-button-prev,
#product-main .swiper-button-next {
  width: 32px;
  height: 32px;
  outline: none;
}
@media screen and (max-width: 767px) {
  #product-main .swiper-button-prev,
  #product-main .swiper-button-next {
    display: block;
    width: 24px;
    height: 24px;
  }
}
#product-main .swiper-button-next {
  background: url(/common_v10/images/icn-bullet-primary.svg) no-repeat center right/contain;
}
@media screen and (max-width: 767px) {
  #product-main .swiper-button-next {
    right: 0;
  }
}
#product-main .swiper-button-prev {
  background: url(/common_v10/images/icn-bullet-primary.svg) no-repeat center right/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #product-main .swiper-button-prev {
    left: 0;
  }
}
#product-main .swiper-button-prev:after,
#product-main .swiper-button-next:after {
  display: none;
}
