.product__order.row{
 display:none; 
}

#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
	border: none;
 }

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
  background-image:none;
  background-color:transparent;
  border:none;
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
  background-image:none;
  background-color:transparent;
  border:none;
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after{
 content:"";
  position:absolute;
  top:12px;
  right:20px;
  width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after{
 content:"";
  position:absolute;
  top:12px;
  left:20px;
  width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.container{
  max-width:1200px;
}

.select{
  width:100%;
}

.section__block{
  letter-spacing: .2em;
}


.detailCol{
  box-sizing:border-box;
  padding: 0 50px;
}

.product__main-image{
  margin:0 auto;
  /*max-width:500px;*/
  overflow:hidden;
   position: relative;
}

.product__main-image img {
  display: block;
  margin: 0 auto;
  width:100%;
}

.product__main-image:after{
 	content: "";
    display: block;
    padding-top: 140%;
}
.product__thumbs {
padding-top: 2px;
 margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
  overflow:hidden;
}
.product__thumb__unit img {
  /*max-height: 150px;
  cursor: pointer;*/
  width:100%;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

.product__price {
  /*font-size: 1.5em;*/
  font-size:18px;
  font-weight:bold;
  margin-top:40px;
  letter-spacing: .1em;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.dl-vertical-list{
	margin-bottom: 40px;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.dl-vertical-list__content{
	margin: 0 0 1em;
}

.product__init-num {
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom:1.5em;
  text-align: right;
  width: 50px;
  /*border: 2px solid #999;*/
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  /*margin: 2em 0;*/
	width: 100%;
	box-sizing: border-box;
}

.product__order__btns.col{
	margin: 0;
	padding: 0;
}

.product__order__btns p{
	letter-spacing: 0.1em;
	margin-top: 30px;
}

.product__order__btns p a{
	text-decoration: underline;
}


.product__order__btn {
  margin-bottom: 1em;
	width: 100%;
	box-sizing: border-box;
}
.product__order__btn i {
  margin-right: .8em;
	display: none;
}


.btn--addcart {
  padding: 1.5em 0;
	background: #333;
	width: 100%;
	box-sizing: border-box;
}

.btn--addcart:hover{
	background: #333;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: 1.5em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  /*background: #ddd;*/
}

.product__info {
  display:none;
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

div.productpxplain{
	margin-bottom: 40px;
}


div.productpxplain p{
	letter-spacing: 0.1em;
	margin: 0;
	margin-top: 20px;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  
  /*
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
  */

  .detailCol{
  padding: 0 0;
}
  
}
@media (max-width: 480px) {
  /* ~480px */
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}

.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

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

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
.section__block{
margin-top:1.0em;
margin-bottom:1.0em;
}
.section__title-h2{
margin-bottom:0.5em;
font-size:1.8em;
font-weight:300;
  letter-spacing:0.2em;
}
.product__name>div{display:none;}
/*.product__price{display:none;}
.product__option__block{display:none;}*/
.product__init{display:none;}
/*.product__order__btns{display:none;}*/
.topicpath-nav{font-size:1.0em;}
.topicpath-nav li{padding:0;}
.topicpath-nav li:after{content:'>';padding-left:0.5em;}
.topicpath-nav li a{font-size:1.0em}
.topicpath-nav li:last-child:after{display:none;}
/*div.productpxplain dl {}
div.productpxplain dl br{display:none;}*/
div.productpxplain dl dt{float:left;clear:both;padding-right:0.5em;line-height:2.0em;}
div.productpxplain dl dt:after{content:":";margin-left:0.5em;}
div.productpxplain dl dd{line-height:2.0em; margin-left:0px;}

div.productpxplain dl dt.note{float:left;clear:both;padding-right:0;line-height:2.0em;}
div.productpxplain dl dt.note:after{content:"";margin-left:0;}
div.productpxplain dl dd.note{line-height:3.0em; font-size:0.8em; margin-left: 0px;}

/*.bx-viewport{width:80%;margin:0 auto;}*/
.product__main-image {
 /*height: 550px;*/
 /*display: flex;*/
 justify-content: center;
}

.product__main-image img {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto 0;
}
.product__thumb__unit{
  width:120px;
  display:flex;
  justify-content: center;
  align-items:center;
  overflow:hidden;
  /*margin:0 7px;*/
}
.product__thumb__unit:after{
 	content: "";
    display: block;
    padding-top: 140%;
}

.product__thumb__unit img {
  position: absolute;top: 0;display:
  bottom: 0;
  display: block;
  margin: auto 0;
  width:100%;
  /*
  width:auto;
  height:100%;
  max-width:unset !important;
  max-height:100%;*/
}

@media screen and (max-width: 480px) {
#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
  width:30px;
  height:30px;
  margin-top:-15px;
}

#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
  width:30px;
  height:30px;
  margin-top:-15px;
}
  
  
 #wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after{
  top:6px;
  right:15px;
  width: 16px;
  height: 16px;
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after{
  top:6px;
  left:15px;
  width: 16px;
    height: 16px;
}
  
}