.section_product_detail2 .column_left .product_details {
    float: right;
    padding-bottom: 20px;
    width: auto;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_limit {
    width: 55%;
    text-align: right;
    margin-top: 0;
    padding-left: 0;
    padding-right: 5px;
}

.product_detail2.option_left ul.charges_model li ul.charges_list li.ladder_limit {
    width: 50%;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_limit .style-flex {
    display: flex;
}

.product_detail2 ul.charges_model li .price_info_area{
    display: flex;
    border-bottom: 1px dotted #ddd;
    padding-right: 0px;
    margin-right: 10px;
    margin-top: 10px;
}
.product_detail2 ul.charges_model li .price_info_area .name{
    width: 45%;
}
.product_detail2 ul.charges_model li .price_info_area .price{
    width: 55%;
}
.product_detail2 ul.charges_model li .price_info_area ul{
    border-bottom: none;
    margin-left: 0;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_limit .limit_low{
    width: 45%;
    text-align: right;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_limit .middle{
    width: 15%;
    text-align: center;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_limit .limit_high{
    width: 40%;
    text-align: right;
}

.product_detail2 ul.charges_model li ul.charges_list li.ladder_price {
    width: 45%;
    text-align: right;
    padding: 0;
    margin-top: 0;
    margin-left: -5px;
}

.product_detail2.option_left ul.charges_model li ul.charges_list li.ladder_price {
    width: 50%;
    padding-left: 5px;
    margin-left: 0;
}

/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width: 480px) {
.product_detail2 ul.charges_model li .price_info_area {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}
}	/* for SP max-width: 480px */

/* ラジオボタンのlabel太字*/
.product_detail2 ul.charges_model li label {
    font-weight: bold;
}

ul.product_main_info{
    width:80%;
}

ul.product_main_info li{
    margin-bottom:10px;
}

ul.product_main_info li.product_info_label{
    float:left;
    width:25%;
}

.section_product_detail2 .column_right .detail_txt {
  margin-top: 10px;
}


/*===============================================================

    accordion tab 商品概要の縦アコーディオン

===============================================================*/
.tabaccordionheadVerticality {
    display: none;
}

/*-------------------------------------------------------------
    .tabaccordionbodyVerticality
-------------------------------------------------------------*/
/* タブレット以下 */
.tabaccordionbodyVerticality {
    padding:30px;
}
.tabaccordionbodyVerticality .accordion_header {
    display:block;
}
.tabaccordionbodyVerticality .accordion_header a {
    display:block;
    padding:10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    text-align:left;
    position:relative;
    text-decoration:none;
    color:#1c7ebf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:solid 1px #3498db;
    border-radius: 3px;
    background: #fff;
}
.tabaccordionbodyVerticality .accordion_header a:before,
.tabaccordionbodyVerticality .accordion_header a:after {
    content:' ';
    position:absolute;
    width:15px;
    height:1px;
    background:#1c7ebf;
    top:0; bottom:0; right:10px; margin:auto;
    transition:all .3s;
}
.tabaccordionbodyVerticality .accordion_header a:after {
    transform:rotate(90deg);
}
.tabaccordionbodyVerticality .accordion_header.active a:after {
    transform:rotate(0deg);
}
.tabaccordionbodyVerticality .tabcontent + .accordion_header {
    margin-top:10px;
}
.tabaccordionbodyVerticality .tabcontent {
    /*display: none;*/
    padding: 20px 0;
}

.tabaccordionbodyVerticality.mypage {
    padding: 10px;
}


/*-------------------------------------------------------------
    .利用規約
-------------------------------------------------------------*/
.product_details .right_direction {
    display: flex;
    flex-direction: row-reverse;
}

.product_details .right_direction .linkbtn {
    margin-right: 5px;
}

.linkbtn .blanklink {
    float: right;
    display: inline-block;
    border: solid 1px #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
}

.linkbtn li a,
.product_details .linkbtn .blanklink a {
    color: #fff;
}

/*-------------------------------------------------------------
    .オプション商品
-------------------------------------------------------------*/
div.caption{
    margin: 10px 0px 0px 0px;
}

div.product_set_name label{
    margin-left:10px;
}

div.product_set_name.not_select .radio-inline {
    margin: 30px 0;
}

div.warning_msg{
    color:red;
    margin: 10px 10px 0px 0px;
}

/*-------------------------------------------------------------
    .オプション商品（オプション変更）
-------------------------------------------------------------*/
.carts_option .section_product_detail2 .content_headline{
    width:100%;
}

/* シリアル情報 */
.section_product_detail2 .serial-info {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  color: #666;
  background: #f4f4f4;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
}
.section_product_detail2 .serial-info .serial-info_title {
  width: auto;
}
.section_product_detail2 .serial-info .serials {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  border-left: 1px solid #ddd;
}
.section_product_detail2 .serial-info .serials li {
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .section_product_detail2 .serial-info {
    margin: 10px 0 0;
    padding: 10px 15px;
  }
  .section_product_detail2 .serial-info .serial-info_title {
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
  }
  .section_product_detail2 .serial-info .serials {
    margin: 0;
    padding: 5px 0 0 0;
    border-left: none;
  }
}

div.product_set_name.caption label, label>span{
    font-weight: bold;
}

/* すべてのチェックを外すボタン */
.btn-area .only-checkbox{
    display: inline-block;
    border: solid 1px #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
}
.only-checkbox a{
    color: #fff;
    text-decoration: none;
}
.only-checkbox a:hover{
    color: #333;
}

/**
スライド画像の読み込み時制御
 */
.slide-image-onload img {
    visibility:hidden;
}

div.section.section_product_detail2 div.serial_alerts {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 在庫シリアルのアラート文言のスタイル */
span.status-frame {
    font-weight: normal;
    border-radius: 2px;
    padding: 1px 12px;
    font-size: 13px;
}


@media screen and (min-width: 1025px) {
  /* 1025px以上は2カラム */
  .section_product_detail2 div.option_left{
      width:58%;
  }
  .section_product_detail2 div.option_right{
      width:40%;
  }
}
@media screen and (max-width: 1024px) {
  /* 1024px以下は1カラム */
  .section_product_detail2 div.option_left,
  .section_product_detail2 div.option_right {
      width:100%;
  }
}
/*SPモードのレイアウト調整（#23632）*/
@media screen and (max-width: 480px) {
  .section_product_detail2 .column_left .porduct_photo {
    width: 240px;
    margin: 0 auto 20px;
  }
  .section_product_detail2 .option_right {
    margin-top: 0;
  }
  .section_product_detail2 .column_left .product_details,
  ul.product_main_info li.product_info_label {
    float: none;
    width: 100%;
  }
}

div.content_width.content_headline.taxType-both div.option_left {
    width:100%
}

div.content_width.content_headline.taxType-both div.option_right {
    width:100%;
    margin-top: 10px;
}

/* おすすめ商品 */
.recommends {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px 50px;
  box-sizing: border-box;
}
.m-FeaturedProducts {
    margin-top: -5px;
}
@media screen and (min-width: 769px) {
  .m-FeaturedProducts .section_inner.wideSection {
    padding: 30px 5% 50px 5%;
  }
}
.m-FeaturedProducts .headline .title {
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recommends {
    padding: 20px 20px 40px;
  }
  .m-FeaturedProducts .headline .title {
    font-size: 23px;
    padding-bottom: 3px;
  }
}
.bx-wrapper{
  padding: 0;
}
/*読み込み時の崩れ対応*/
.recommendArea .mainvisual_slider.recommends_name {
  max-height: 280px;
}
.recommendArea .mainvisual_slider.recommends_thumbnail {
  max-height: 190px;
}
@media screen and (max-width: 768px) {
  .recommendArea .mainvisual_slider.recommends_name {
    max-height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .recommendArea .mainvisual_slider.recommends_name,
  .recommendArea .mainvisual_slider.recommends_thumbnail {
    max-height: 142px;
  }
  .recommendArea .mainvisual_slider.recommends_thumbnail {
    max-height: 100px;
  }
}
.mainvisual_slider div {
  display: none;
}
.bx-viewport .mainvisual_slider div {
  display: block !important;
}
.mainvisual_slider .slide_img + a,
.recommendArea .recommend_name {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 12px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .mainvisual_slider .slide_img + a,
  .recommendArea .recommend_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual_slider .slide_img + a,
  .recommendArea .recommend_name {
    font-size: 12px;
  }
}
/* コントローラー */
.bx-wrapper .bx-controls-direction a {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  top: 36%;
  bottom: auto;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
}
.bx-wrapper .slide_img {
  margin: 0 auto;
  width: 220px;
  height: 220px;
}
.bx-wrapper .recommends_thumbnail .slide_img {
  width: 190px;
  height: 190px;
}
.bx-wrapper .recommend_detailbox .slide_img {
  width: 220px;
  height: 220px;
}
.bx-wrapper .slide_img a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  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;
}
.bx-wrapper img {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 220px;
}
.bx-wrapper .recommends_thumbnail img {
  max-width: 190px;
  max-height: 190px;
}
.bx-wrapper .recommend_detailbox img {
  max-width: 220px;
  max-height: 220px;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .slide_img {
    width: 150px;
    height: 150px;
  }
  .bx-wrapper img {
    max-width: 150px;
    max-height: 150px;
  }
  .bx-wrapper .recommends_thumbnail .slide_img {
    width: 160px;
    height: 160px;
  }
  .bx-wrapper .recommends_thumbnail img {
    max-width: 160px;
    max-height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .bx-wrapper .slide_img,
  .bx-wrapper .recommends_thumbnail .slide_img {
    width: 100px;
    height: 100px;
  }
  .bx-wrapper img,
  .bx-wrapper .recommends_thumbnail img {
    margin: 0 auto;
    max-width: 100px;
    max-height: 100px;
  }
  .bx-wrapper .recommend_detailbox .slide_img {
    width: 220px;
    height: 220px;
  }
  .bx-wrapper .recommend_detailbox img {
    max-width: 220px;
    max-height: 220px;
  }
}
.a-image-label-new {
  position: relative;
}

.a-image-label-new:after {
  content: 'NEW';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 1px 0 0;
  text-align: center;
  color: #fff;
  background: #e37d39;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .a-image-label-new:after {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  .a-image-label-new:after {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .a-image-label-new:after {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .a-image-label-new:after {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .a-image-label-new:after {
    width: 45px;
    height: 24px;
    line-height: 24px;
  }
}

.a-image-label-soldout {
  position: relative;
}

.a-image-label-soldout:after, .a-image-label-soldout:before {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.a-image-label-soldout:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.a-image-label-soldout:after {
  display: inline-block;
  content: 'SOLD OUT';
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 1px 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recommends_thumbnail,
.recommends_name,
.recommends_detail {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recommends_thumbnail a img,
.recommends_name a img,
.recommends_detail a img {
  width: 100%;
  margin: 0 auto;
}
/* サムネイルのみ */
.recommends_thumbnail .thumbnail {
  margin: 10px;
  width: calc((100% / 6) - 20px);
  min-width: 140px;
  position: relative;
  box-sizing: border-box;
}
/* サムネイル+名前 */
.recommends_name .recommend_namebox {
  margin: 10px;
  width: calc((100% / 5) - 20px);
  min-width: 200px;
  position: relative;
  box-sizing: border-box;
}
/* 詳細ありタイプ */
.recommend_detailbox {
  margin: 10px;
  padding: 20px 20px 70px;
  width: 30%;
  max-width: 340px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.bx-wrapper .recommend_detailbox {
  margin: 0;
  width: auto;
}
.recommend_detailbox > a {
  display: block;
  text-align: center;
}
.recommend_detailbox > a > img {
  max-width: 220px;
}
.recommend_detailbox .recommend_detailtext {
  margin: 10px auto;
  padding: 10px 0 0 0;
  border-top: 1px solid #333;
  line-height: 1.6;
}
.recommend_detailbox .btn_next {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .a-image-label-soldout:after {
    font-size: 24px;
  }
}

@media screen and (max-width: 999px) {
  .a-image-label-soldout:after {
    font-size: 21px;
  }
  .recommend_detailbox {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .a-image-label-soldout:after {
    font-size: 18px;
  }
  .recommends_thumbnail .thumbnail {
    min-width: 120px;
  }
  .recommends_name .recommend_namebox {
    min-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .recommend_detailbox {
    margin: 0 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .a-image-label-soldout:after {
    font-size: 16px;
  }
  .recommends_thumbnail .thumbnail,
  .recommends_name .recommend_namebox {
    margin: 5px;
    min-width: 100px;
  }
  .recommend_detailbox {
    padding: 20px 20px 60px;
  }
  .recommend_detailbox .recommend_detailtext {
    font-size: 11.8px;
  }
  .recommend_detailbox .btn_next {
    width: 80%;
  }
}