
@charset "UTF-8";
/*detail--------------------------------------*/
.item_cart_block {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 60px;
}
.item_cart_block .item_name {
  font-size: 27px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
  word-break: break-all;
}
.item_cart_block .item_name span {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  bottom: -20px;
  left: 15px;
  color: #999;
  display: block;
}
.item_cart_block .item_photo_wrap {
  float: left;
  width: 400px;
}
.item_cart_block .item_data_wrap {
  float: right;
  width: 345px;
}
@media screen and (max-width: 767px) {
  .item_cart_block .item_photo_wrap {
    float: none;
    width: 100%;
  }
  .item_cart_block .item_data_wrap {
    float: none;
    width: 100%;
  }
  .item_cart_block .item_name {
    display: none;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
  }
  .item_cart_block .item_name span {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    bottom: -20px;
    left: 12px;
    color: #999;
    display: block;
  }
}

.item_photo_wrap .item_photo .main_photo {
  position: relative;
  width: 400px;
  /*height:400px;*/
}
.item_photo_wrap .item_photo .main_photo a {
  display: block;
}

.item_photo_wrap .item_photo .main_photo a.disable {
  pointer-events: none;
}

.item_photo_wrap .item_photo .main_photo a.active::after {
  content: "";
  background: url("../../images/common/icon_loupe.png") no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.item_photo_wrap .item_photo .main_photo img {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  */
}
.item_photo_wrap .item_photo div {
  position: relative;
}
.item_photo_wrap .item_photo div.button {
  position: absolute;
  display: inline-block;
  top: 0;
  height: 100%;
  width: 50px;
}
.item_photo_wrap .item_photo div.prev {
  left: 0;
}
.item_photo_wrap .item_photo div.next {
  right: 0;
}
.item_photo_wrap .item_photo div.button img {
  position: absolute;
  top: 50%;
  transform : translateY(-50%);
  display: block;
  max-height : 100%;
}
.item_photo_wrap .item_photo div.next img {
  right: 0;
}

.item_photo_wrap .item_photo .thumbnail_photo {
  margin-top: 20px;
}
.item_photo_wrap .item_photo .thumbnail_photo ul {
  font-size: 0;
}
.item_photo_wrap .item_photo .thumbnail_photo li {
  width: -moz-calc((100% - 40px ) / 5 );
  width: -o-calc((100% - 40px ) / 5 );
  width: -webkit-calc((100% - 40px ) / 5 );
  width: calc((100% - 40px ) / 5 );
  max-width: 72px;
  display: inline-block;
  vertical-align: top;
  margin:0 5px 10px;
  position: relative;
}
.item_photo_wrap .item_photo .thumbnail_photo li a {
  display: block;
}
/* 受入No.89対応
.item_photo_wrap .item_photo .thumbnail_photo li.selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #21445b;
  z-index: 3;
}
*/
.item_photo_wrap .item_photo .thumbnail_photo li.selected a::after {
  content: "";
  background: url("../../images/common/icon_loupe.png") no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.item_photo_wrap .hidden_box {
  display: none;
}
.item_photo_wrap .review_link {
  margin-top: 20px;
  width: 100%;
  display: table;
}
.item_photo_wrap .review_link .star_rating {
  width: 6em;
  display: table-cell;
}
.item_photo_wrap .review_link p {
  display: table-cell;
  font-size: 12px;
  line-height: 1.6;
}
.item_photo_wrap .review_link p a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .item_photo_wrap {
    margin-bottom: 30px;
  }
  .item_photo_wrap .item_photo {
    width: 100%;
    text-align: center;
  }
  .item_photo_wrap .item_photo .main_photo {
    margin: auto;
    width: 100%;
    height: auto;
  }
  .item_photo_wrap .item_photo .thumbnail_photo ul {
    max-width: 300px;
    margin: auto;
    text-align: left;
  }
}

/*ご利用ガイド部分---------------------------------*/
.item_guide_nav {
  background: #F0F0F0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .item_guide_nav {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.item_guide_nav h4 {
  background: #999;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  display: block;
}
.item_guide_nav ul {
  padding: 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .item_guide_nav ul {
    display: none;
  }
}
.item_guide_nav li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.item_guide_nav li a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  display: block;
  letter-spacing: 0px;
  position: relative;
  padding: 0 0 0 15px;
}
.item_guide_nav li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item_guide_nav li a:hover {
  color: #21445b;
}

/*右側詳細部分---------------------------------*/
.item_data_wrap .item_label {
  display: inline-block;
  margin-bottom: 5px;
}
.item_data_wrap .item_label img {
  margin-right: 5px;
  vertical-align: middle;
}
.item_data_wrap .item_point {
  display: inline-block;
  font-size: 11px;
  color: #7f7f7f;
}
.item_data_wrap .item_name_sub {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .item_name_sub {
    visibility: visible;
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    /*word-break itec 追加*/
    word-break: break-all;
  }
  .item_data_wrap .item_name_sub span {
    font-size: 10px;
    color: #999;
    display: block;
  }
}
.item_data_wrap .item_no {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .item_no {
    margin: 10px 0;
  }
}
.item_data_wrap .item_price {
  padding-bottom: 20px;
  border-bottom: dotted 1px #666;
}
.item_data_wrap .item_price .price {
  font-size: 18px;
  font-weight: bold;
  /*color: #b64947;DD_EC-299対応*/
}
.item_data_wrap .item_price .price span {
  font-size: 80%;
}
.item_data_wrap .item_price .price2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-decoration: line-through;
}
.item_data_wrap .item_price .price2 span {
  font-size: 80%;
}
.item_data_wrap .item_price .price_sale {
  font-size: 22px;
  font-weight: bold;
  color: #b64947;
  margin-top: 10px;
}
.item_data_wrap .item_price .price_sale span {
  font-size: 80%;
}
.item_data_wrap .review_link {
  margin-top: 10px;
  width: 100%;
  display: table;
}
.item_data_wrap .review_link .star_rating {
  width: 6em;
  display: table-cell;
}
.item_data_wrap .review_link p {
  display: table-cell;
  font-size: 12px;
  line-height: 1.6;
}
.item_data_wrap .review_link p a {
  text-decoration: underline;
}
.item_data_wrap .select_item_box {
  background: #f7f7f7;
  padding: 20px;
  margin: 10px auto;
}
.item_data_wrap .select_item_box dl {
  overflow: hidden;
}
.item_data_wrap .select_item_box dl dt {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 40px 5px 0;
}
.item_data_wrap .select_item_box dl dt:after {
  content: "必須";
  display: block;
  position: absolute;
  top: 10%;
  margin-top: 0px;
  right: 0px;
  padding: 4px 7px;
  font-size: 11px;
  color: #fff;
  background-color: #B64947;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .select_item_box dl dt:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    margin: 0px;
    padding: 4px 7px;
  }
}
.item_data_wrap .select_item_box dl dd ul {
  font-size: 0;
  width: 310px;
}
.item_data_wrap .select_item_box dl dd li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
  background: #FFF;
}
.item_data_wrap .select_item_box dl dd li img {
  width: 55px;
  height: 55px;
}
.item_data_wrap .select_item_box dl dd li.selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 3px #B64947;
  z-index: 3;
}
.item_data_wrap .select_size_box {
  background: #f7f7f7;
  padding: 20px;
  margin: 10px auto;
}
.item_data_wrap .select_size_box dl {
  overflow: hidden;
}
.item_data_wrap .select_size_box dl dt {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 40px 5px 0;
}
.item_data_wrap .select_size_box dl dt:after {
  content: "必須";
  display: block;
  position: absolute;
  top: 10%;
  margin-top: 0px;
  right: 0px;
  padding: 4px 7px;
  font-size: 11px;
  color: #fff;
  background-color: #B64947;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .select_size_box dl dt:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    margin: 0px;
    padding: 4px 7px;
  }
}
.item_data_wrap .select_size_box dl dd ul {
  font-size: 0;
}
.item_data_wrap .select_size_box dl dd li {
  width: -moz-calc((100% - 25px ) / 4 );
  width: -o-calc((100% - 25px ) / 4 );
  width: -webkit-calc((100% - 25px ) / 4 );
  width: calc((100% - 25px ) / 4 );
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.item_data_wrap .select_size_box dl dd li:nth-of-type(4n) {
  margin-right: 0;
}
.item_data_wrap .select_size_box dl dd li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  text-align: center;
  border: solid 2px #CCC;
  background: #FFF;
}
.item_data_wrap .select_size_box dl dd li.selected a {
  border: solid 2px #21445b;
  background: #21445b;
  color: #FFF;
}
.item_data_wrap .select_size_box2 {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  margin: 10px auto;
}
.item_data_wrap .select_size_box2 dl {
  overflow: hidden;
}
.item_data_wrap .select_size_box2 dl dt {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 40px 5px 0;
}
.item_data_wrap .select_size_box2 dl dd ul {
  font-size: 0;
  margin: 0 46px;
}
.item_data_wrap .select_size_box2 dl dd li {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.item_data_wrap .select_size_box2 dl dd li:nth-of-type(4n) {
  margin-right: 0;
}
.item_data_wrap .select_size_box2 dl dd li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  text-align: center;
  border: solid 2px #CCC;
  background: #FFF;
  width: 100px;
  height: 100px;
  line-height: 85px;
}
.item_data_wrap .select_size_box2 dl dd li.selected a {
  border: solid 2px #21445b;
  background: #21445b;
  color: #FFF;
}
.item_data_wrap .select_option_box {
  background: #f7f7f7;
  padding: 20px;
  margin: 10px auto;
}
.item_data_wrap .select_option_box dl {
  overflow: hidden;
}
.item_data_wrap .select_option_box dl dt {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 40px 5px 0;
}
.item_data_wrap .select_option_box dl dt:after {
  content: "必須";
  display: block;
  position: absolute;
  top: 10%;
  margin-top: 0px;
  right: 0px;
  padding: 4px 7px;
  font-size: 11px;
  color: #fff;
  background-color: #B64947;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .select_option_box dl dt:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    margin: 0px;
    padding: 4px 7px;
  }
}
.item_data_wrap .select_option_box dl dd p {
  font-size: 11px;
  color: #7F7F7F;
}
.item_data_wrap .select_option_box dl dd .select_option_btn {
  text-align: center;
}
.item_data_wrap .select_option_box dl dd .select_option_btn label {
  font-size: 13px;
  font-weight: normal;
  padding: 18px 0 18px 10px;
  margin: 0 auto 6px;
  border: solid 1px #CCC;
  background-color: #FFF;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden {
  display: none;
}
.item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden:checked + label:after {
  content: url("../../images/common/icon_check_blue.png");
  position: absolute;
  top: 20px;
  left: 65px;
}
.item_data_wrap .select_option_box dl dd .select_option_btn .option_modal_wrap {
  display: none;
}
.item_data_wrap .select_text_box {
  background: #f7f7f7;
  padding: 20px;
  margin: 10px auto;
}
.item_data_wrap .select_text_box dl {
  overflow: hidden;
}
.item_data_wrap .select_text_box dl dt {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 40px 5px 0;
}
.item_data_wrap .select_text_box dl dt:after {
  content: "必須";
  display: block;
  position: absolute;
  top: 10%;
  margin-top: 0px;
  right: 0px;
  padding: 4px 7px;
  font-size: 11px;
  color: #fff;
  background-color: #B64947;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .select_text_box dl dt:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    margin: 0px;
    padding: 4px 7px;
  }
}
.item_data_wrap .select_text_box dl dd input {
  width: 100%;
  margin-bottom: 10px;
}
.item_data_wrap .item_quantity {
  padding-bottom: 15px;
  border-bottom: dotted 1px #666;
  margin: 10px auto;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .item_quantity {
    padding-bottom: 10px;
  }
}
.item_data_wrap .item_quantity .choice_item {
  margin-bottom: 5px;
}
.item_data_wrap .item_quantity .choice_item .choice_output {
  font-weight: bold;
  line-height: 1.5;
  color: #21445B;
}
.item_data_wrap .item_quantity .size_price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #21445B;
}
.item_data_wrap .item_quantity .quantity {
  font-size: 14px;
}
.item_data_wrap .item_quantity .quantity input[type="text"] {
  width: 40px;
  text-align: center;
}
.item_data_wrap .item_delivery_ship {
  margin: 10px auto 20px;
  font-size: 13px;
}
.item_data_wrap .item_delivery_ship .detail_btn a {
  color: #1E445B;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: underline;
}
.item_data_wrap .item_delivery_ship .detail_btn a::before {
  content: "";
  background: url("../../images/common/icon_ques.png") no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.item_data_wrap .item_delivery_ship .detail_btn2 a {
  color: #b64947;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: underline;
}
.item_data_wrap .item_delivery_ship .detail_btn2 a::before {
  content: "";
  background: url("../../images/common/icon_ques.png") no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.item_data_wrap .item_cart_btn {
  margin-bottom: 10px;
}
.item_data_wrap .choice {
  font-size: 11px;
  color: #7f7f7f;
}
.item_data_wrap .required {
  color: #b64947;
}
@media screen and (max-width: 767px) {
  .item_data_wrap .select_item_box,
  .item_data_wrap .select_size_box,
  .item_data_wrap .select_option_box {
    background: transparent;
    padding: 0 0 10px 0;
    margin: 10px auto;
  }
  .item_data_wrap .required {
    font-size: 10px;
  }
  .item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden + label {
    width: 100%;
    display: block;
    position: relative;
    font-size: 12px !important;
  }
  .item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden + label:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden:checked + label {
    width: 100%;
    display: block;
    position: relative;
  }
  .item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden:checked + label:after {
    content: "";
    top: 20px;
    left: inherit;
    right: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .item_data_wrap .select_option_box dl dd .select_option_btn .option_hidden:checked + label + .option_modal_wrap {
    display: block;
    width: 100%;
  }
}

.goods_note_1,
.goods_note_2,
.goods_note_3,
.goods_note_4,
.goods_note_5,
.goods_note_6,
.goods_note_7,
.goods_note_8,
.goods_note_9,
.goods_note_10 {
  margin: 10px 0;
  line-height: 1.4;
}

.item_sns_btns {
  position: relative;
  height: 30px;
}
.item_sns_btns .share_btn {
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .item_sns_btns .share_btn {
    right: 2%;
  }
}
.item_sns_btns .share_btn li {
  float: left;
  display: block;
  font-size: 11px;
  padding: 0 7px;
  border: solid 1px #CCC;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #EAE3DD;
  background: #E9EFF5;
}
.item_sns_btns .share_btn li:last-child {
  padding-right: 0;
}
.item_sns_btns .share_btn .g_btn {
  background: none;
  border: none;
}
.item_sns_btns .facebook_share_btn {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
}
.item_sns_btns .twitter_btn {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-right: 5px;
}

.item_sub_btns {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  .item_sub_btns {
    width: 95%;
    margin: 0 auto 10px;
  }
}
.item_sub_btns .favorite_btn {
  width: 37%;
  float: left;
}
.item_sub_btns .favorite_btn_done {
  width: 37%;
  float: left;
}
.item_sub_btns .contact_btn {
  width: 61%;
  float: right;
}

.favorite_btn a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  transition: .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  border: 1px solid #9FA0A0;
}
.favorite_btn a:before {
  content: "";
  background: url("../../images/common/icon_heart_b.png") no-repeat center center;
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 2px;
  margin-top: -3px;
  vertical-align: middle;
}
.favorite_btn a:hover {
  opacity: 0.5;
}

.favorite_btn_done a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  transition: .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  border: 1px solid #9FA0A0;
}
.favorite_btn_done a:before {
  content: "";
  background: url("../../images/common/icon_heart_c.png") no-repeat center center;
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 2px;
  margin-top: -3px;
  vertical-align: middle;
}
.favorite_btn_done a:hover {
  opacity: 0.5;
}

.contact_btn a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  transition: .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  border: 1px solid #9FA0A0;
}
.contact_btn a:before {
  content: "";
  background: url("../../images/common/icon_mail_b.png") no-repeat center center;
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 4px;
  vertical-align: top;
}
.contact_btn.no_ic a:before {
  display: none;
}
.contact_btn a:hover {
  opacity: 0.5;
}
#sendMailButton{
  clear: both;
  margin: 10px 0;
}
#sendMailButton .contact_btn a#sendMailBtn{
  border: solid 2px #b64947;
}
@media screen and (max-width: 767px) {
  #sendMailButton {
    width: 95%;
    margin: 10px 2.5%;
  }
}

.item_cart_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 17px 0px;
  background: #b64947;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .item_cart_btn button {
    width: 95%;
    padding: 11px 0px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.item_cart_btn button::before {
  content: url("../../images/common/icon_detail_cart_w.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.item_cart_btn button:hover {
  background-color: #c56c6b;
}

.item_cart_btn .none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 17px 0px;
  background: #666666;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  cursor: default;
  transition: background-color .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.item_cart_btn .none::before {
  content: none;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.item_cart_btn .none:hover {
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .item_cart_btn .none {
    width: 95%;
  }
}

/*カスタマーレビュー星部分---------------------------------*/
.star_rating {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
}
.star_rating .star {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
  z-index: 2;
  line-height: 1;
}
.star_rating .half {
  width: 0.5em;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.star_rating::before {
  content: "★★★★★";
  color: #ccc;
  z-index: 1;
}

/*商品詳細部分---------------------------------*/
.item_desc_block {
  margin-bottom: 50px;
  /*
    .tab_nav {
      display: block;
      width: auto;
      font-size: 0;
      border-bottom:none;
      margin: 0;
      padding: 0;
      letter-spacing: 0;
  
      li {
        width: 20%;
        display: inline-block;
        text-align: center;
        cursor:pointer;
        transition: .5s;
  
        &:nth-of-type(5n){
          border-right: none;
        }
  
        a{
        background: #EEE;
        background: linear-gradient(220deg, transparent 10px, #EEE 10px);
        color: #333;
        padding: 15px 0;
        display: block;
        text-decoration: none;
        font-size: 13px;
        border-bottom: solid 1px #CCC;
        }
      }
  
      .active {
        a{
          background: #999;
          background: linear-gradient(220deg, transparent 10px, #888 10px);
          color:#fff;
          border: none;
  
        }
      }
  
    }
  */
}
.item_desc_block .tab_nav {
  display: block;
  width: auto;
  font-size: 0;
  border-bottom: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.item_desc_block .tab_nav li {
  width: 20%;
  display: inline-block;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  border: solid 1px #CCC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
.item_desc_block .tab_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 15px 0;
  margin: 0;
  text-decoration: none;
  color: #000;
}
.item_desc_block .tab_nav .active {
  background: #999;
}
.item_desc_block .tab_nav .pink,
.item_desc_block .tab_nav .active.pink,
#pcGoodsDescription.item_desc_block .tab_nav .active.pink {background: #e84269;}
#pcGoodsDescription.item_desc_block .tab_nav .pink {background: #f8c6d2;}
.item_desc_block .tab_nav .red,
.item_desc_block .tab_nav .active.red,
#pcGoodsDescription.item_desc_block .tab_nav .active.red {background: #b54947;}
#pcGoodsDescription.item_desc_block .tab_nav .red {background: #f7c8c8;}
.item_desc_block .tab_nav .black,
.item_desc_block .tab_nav .active.black,
#pcGoodsDescription.item_desc_block .tab_nav .active.black {background: #202020;}
#pcGoodsDescription.item_desc_block .tab_nav .black {background: #c4c4c4;}
.item_desc_block .tab_nav .green,
.item_desc_block .tab_nav .active.green,
#pcGoodsDescription.item_desc_block .tab_nav .active.green {background: #a3cd2d;}
#pcGoodsDescription.item_desc_block .tab_nav .green {background: #eefbcb;}
.item_desc_block .tab_nav .beige,
.item_desc_block .tab_nav .active.beige,
#pcGoodsDescription.item_desc_block .tab_nav .active.beige {background: #c49859;}
#pcGoodsDescription.item_desc_block .tab_nav .beige {background: #fce9cf;}
.item_desc_block .tab_nav .navy,
.item_desc_block .tab_nav .active.navy,
#pcGoodsDescription.item_desc_block .tab_nav .active.navy {background: #1f435a;}
#pcGoodsDescription.item_desc_block .tab_nav .navy {background: #d0ebfc;}
.item_desc_block .tab_nav .yellow,
.item_desc_block .tab_nav .active.yellow,
#pcGoodsDescription.item_desc_block .tab_nav .active.yellow {background: #ea9c3d;}
#pcGoodsDescription.item_desc_block .tab_nav .yellow {background: #fee5c6;}
#pinkBarId_js{display: none;}
#redBarId_js{display: none;}
#blackBarId_js{display: none;}
#greenBarId_js{display: none;}
#beigeBarId_js{display: none;}
#navyBarId_js{display: none;}
#yellowBarId_js{display: none;}
.item_desc_block .tab_nav li.active a{
  color: #fff;
}
.item_desc_block .tab_content_wrap {
  border: solid 1px #CCC;
  padding: 0;
  margin-top: 0px;
}
.product-detail .tab-content {
  display: none;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  padding: 20px;
}
.item_desc_block .tab_content.active {
  display: block;
}
.product-detail .tab-content h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-detail .tab-content .sizelist {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #spGoodsDescription.item_desc_block .readmore_cont > img,
  #spGoodsDescription.item_desc_block .readmore_cont > p img{
    margin: 10px -10px 0;
    max-width: calc(100% + 20px);
  }
  #spGoodsDescription.item_desc_block .tab_nav li{
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .product-detail .tab-content .sizelist {
    white-space: nowrap;
  }
  .product-detail .tab-content .sizelist::-webkit-scrollbar {
    height: 5px;
  }
  .product-detail .tab-content .sizelist::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .product-detail .tab-content .sizelist::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.product-detail .tab-content .sizelist h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-detail .tab-content .sizelist h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-detail .tab-content .sizelist p {
  margin: 10px;
}
.product-detail .tab-content .sizelist p span {
  font-size: 14px;
  font-weight: bold;
}
.product-detail .tab-content .sizelist .sizeabout {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .product-detail .tab-content .sizelist .sizeabout {
    font-size: 12px;
  }
}
.product-detail table{
  border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}
.product-detail .tab-content .sizelist .horizontal {
  width: 100%;
  
}
.product-detail .tab-content .sizelist .horizontal tr {
  border: 1px solid #ddd;
}
.product-detail .tab-content .sizelist .horizontal th {
  padding: 10px 10px;
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
  border: solid #ddd;
  font-size: 11px;
  border-width: 1px 1px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-detail .tab-content .sizelist .horizontal th {
    padding: 5px 5px;
  }
}
.product-detail .tab-content .sizelist .horizontal td {
  padding: 10px;
  font-size: 11px;
  border: solid #ddd;
  border-top: solid #ddd;
  border-width: 0 1px 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-detail .tab-content .sizelist .horizontal td {
    padding: 5px 5px;
  }
}
.product-detail .tab-content .morebtn {
  text-align: center;
/*  margin-top: 20px; 受入No.106*/
}
.product-detail .tab-content .morebtn a {
  display: block;
  padding: 5px;
  text-align: center;
  background: #F0F0F0;
  color: #000;
  font-size: 14px;
}
.product-detail .tab-content .morebtn a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0 0 10px;
  position: relative;
  top: -4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.product-detail .tab-content .closebtn {
  text-align: center;
  margin-top: 20px;
}
.product-detail .tab-content .closebtn a {
  display: block;
  padding: 5px;
  text-align: center;
  background: #F0F0F0;
  color: #000;
  font-size: 14px;
}
.product-detail .tab-content .closebtn a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0 0 10px;
  position: relative;
  top: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media screen and (max-width: 767px) {
  .item_desc_block .tab_nav {
    border: none;
  }
  .item_desc_block .tab_nav li {
    width: 100%;
    background: #999;
    text-align: left;
    border: solid 1px #FFF;
    padding: 0 15px;
    border-radius: 0;
  }
  .item_desc_block .tab_nav li a {
    font-size: 13px;
    color: #FFF;
    position: relative;
    padding: 12px 0;
  }
  .item_desc_block .tab_nav li a:after {
    content: "+";
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 18px;
  }
  .item_desc_block .tab_nav .active a {
    color: #FFF;
  }
  .item_desc_block .tab_nav .active a:after {
    content: "－" !important;
  }
  .item_desc_block .tab_content_wrap {
    border: solid 1px #FFF;
    border-top: none;
    margin: 0 -10px;
  }
  .product-detail .tab-content {
    display: none;
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    padding:0;
  }
}
@media screen and (max-width: 767px) {
  .item_desc_block .tab_content.active {
    display: block;
  }
  .product-detail .tab-content .morebtn {
    text-align: center;
    margin-top: 20px;
  }
  .product-detail .tab-content .morebtn a {
    display: block;
    padding: 5px;
    text-align: center;
    background: #F0F0F0;
    color: #000;
    font-size: 14px;
  }
  .product-detail .tab-content .morebtn a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 0 0 10px;
    position: relative;
    top: -4px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.sp_only .hidden_box {
  margin: 1em 0 3em;
  padding: 0;
  display: inherit;
}
.sp_only .hidden_box label {
  display: block;
  background: #999;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
}
.sp_only .hidden_box label:hover {
  background: #999;
}
.sp_only .hidden_box input {
  display: none;
}
.sp_only .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.sp_only .hidden_box input:checked ~ .hidden_show {
  padding: 0px 0;
  height: auto;
  opacity: 1;
}
.sp_only .hidden_show {
  background: #F0F0F0;
}
.sp_only .hidden_show ul {
  padding: 20px;
  font-size: 0;
}
.sp_only .hidden_show li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.sp_only .hidden_show a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  display: block;
  letter-spacing: 0px;
  position: relative;
  padding: 0 0 0 15px;
}
.sp_only .hidden_show a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*商品を選択するボタン部分---------------------------------*/
.gotocart_btn {
  margin-bottom: 50px;
}
.gotocart_btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 345px;
  margin: 0 auto;
  padding: 17px 0px;
  background: #b64947;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .gotocart_btn a {
    width: 95%;
    padding: 11px 0px;
    font-size: 16px;
  }
}
.gotocart_btn a::before {
  content: url("../../images/common/icon_detail_cart_w.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.gotocart_btn a:hover {
  background-color: #c56c6b;
}

/*カスタマーレビュー部分---------------------------------*/
.review_list_block {
  margin-bottom: 60px;
}
.review_list_block .review_box {
  margin-bottom: 50px;
}
.review_list_block .review_head {
  width: 100%;
  display: block;
}
.review_list_block .review_head .star_rating {
  width: 6em;
  display: block;
  margin-bottom: 10px;
}
.review_list_block .review_head .ttl {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.review_list_block .review_date {
  margin: 0 0 0 10px;
  font-size: 12px;
  display: inline;
}
.review_list_block .grad-wrap {
  position: relative;
}
.review_list_block .morebtn {
  text-align: right;
  margin-top: 10px;
}
.review_list_block .morebtn a {
  width: 100px;
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  color: #1E445B;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}
.review_list_block .morebtn a:before {
  content: "";
  background: url("../../images/common/icon_motto.png") no-repeat center center;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.review_list_block .closebtn {
  text-align: right;
  margin-top: 10px;
}
.review_list_block .closebtn a {
  width: 100px;
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  color: #1E445B;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}
.review_list_block .closebtn a:before {
  content: "";
  background: url("../../images/common/icon_motto.png") no-repeat center center;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.review_list_block .grad-item {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.8;
  /*height: 90px;*/
}
.review_list_block .review_user {
  background: #F0F0F0;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}
.review_list_block p {
  font-size: 13px;
  line-height: 1.8;
}
.review_list_block .review_check {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}
.review_list_block .review_check .favbtn {
  display: inline-block;
}
.review_list_block .review_check .favbtn img {
  width: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.review_list_block .review_check .favbtn .heart2 {
  display: none;
}
.review_list_block .review_check .favbtn p {
  display: inline-block;
}
.review_list_block .review_check .favbtn.checked .heart1 {
  display: none;
}
.review_list_block .review_check .favbtn.checked .heart2 {
  display: inline-block;
}
.review_list_block .review_btn {
  width: 100%;
  position: relative;
}
.review_list_block .review_btn a {
  display: block;
  font-size: 12px;
  position: absolute;
  top: -44px;
  right: 0px;
  color: #00263E;
  text-decoration: underline;
  transition: .3s;
}
.review_list_block .review_btn a:before {
  content: "";
  background: url("../../images/common/icon_star_b.png") no-repeat center center;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.review_list_block .review_btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .review_list_block .review_head .star_rating {
    display: block;
    margin-bottom: 10px;
  }
  .review_list_block .review_head .ttl {
    display: block;
  }
  .review_list_block .review_btn {
    width: 100%;
    position: relative;
  }
}

/*★//20180418 追記分(スライド対応)ここから*/

  .itemslider .bx-wrapper {
    position: relative;
  }

  .itemslider .bx-viewport {
    margin: 0px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  @media screen and (max-width: 767px) {
    .itemslider .bx-wrapper {
      overflow: hidden;
      margin: 0 -10px;
      padding: 0;
    }
    .itemslider .bx-viewport {
      margin: 0px;
      padding: 0;
      overflow-x: scroll !important;
    }
  }

  .itemslider ul li {
    display: block;
    margin-right: 0px;
  }

  .itemslider ul li a {
    display: block;
  }

  .itemslider .bx-next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    background: linear-gradient(to right, transparent 49%, #fff 50%);
  }

  .itemslider .bx-next:after {
    content: "";
    display: block;
    right: 4px;
    top: 100px;
    width: 10px;
    height: 10px;
    border-left: solid 3px #333;
    border-top: solid 3px #333;
    position: absolute;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }

  .itemslider .bx-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    background: linear-gradient(to left, transparent 49%, #fff 50%);
  }

  .itemslider .bx-prev:after {
    content: "";
    display: block;
    left: 4px;
    top: 100px;
    width: 10px;
    height: 10px;
    border-left: solid 3px #333;
    border-top: solid 3px #333;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
/*★//20180418 追記分(スライド対応)ここまで*/
/*option-modal*/
.option_modal {
  text-align: center;
  color: #000;
}
.option_modal h3 {
  text-align: left;
  font-size: 15px;
  width: 80%;
  padding: 10px 5px 5px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .option_modal h3 {
    width: 100%;
  }
}
.option_modal h4 {
  background-color: #f0f0f0;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  width: 80%;
  padding: 10px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .option_modal h4 {
    width: 100%;
  }
}
.option_modal p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5 !important;
  width: 80%;
  padding: 5px 0;
  margin: 0 auto 10px;
  font-weight: normal;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .option_modal p {
    width: 100%;
  }
}
.option_modal table {
  width: 80%;
  margin: 0 auto 0px;
}
.option_modal table div {
  margin-bottom: 5px;
}
.option_modal table div img {
  width: 30px;
  text-align: center;
  margin-left: 3px;
}
.option_modal table:nth-of-type(1) th:nth-child(1), .option_modal table:nth-of-type(2) th:nth-child(1), .option_modal table:nth-of-type(3) th:nth-child(1) {
  width: 20%;
  vertical-align: middle;
}
.option_modal table:nth-of-type(1) th:nth-child(2), .option_modal table:nth-of-type(2) th:nth-child(2), .option_modal table:nth-of-type(3) th:nth-child(2) {
  width: 35%;
}
.option_modal table:nth-of-type(1) td:nth-child(3), .option_modal table:nth-of-type(2) td:nth-child(3), .option_modal table:nth-of-type(3) td:nth-child(3) {
  width: 30%;
}
.option_modal table:nth-of-type(1) td:nth-child(4), .option_modal table:nth-of-type(2) td:nth-child(4), .option_modal table:nth-of-type(3) td:nth-child(4) {
  width: 15%;
}
.option_modal table + h4.optionGoodsGroupNamePc,
.option_modal table + div.please_area {
  margin-top: 60px;
}
.option_modal .under_txt {
  margin: 10px auto 60px;
}
.option_modal th, .option_modal td {
  font-size: 14px;
  padding: 15px;
  border: solid 1px #999;
  line-height: 1.6;
  vertical-align: middle;
}
.option_modal th {
  background-color: #f7f7f7;
}
.option_modal th span {
  display: inline-block;
}
.option_modal th .required {
  font-size: 11px;
  margin-top: 10px;
  padding: 3px 7px;
  color: #fff;
  background-color: #B64947;
  border-radius: 3px;
}
.option_modal .please_area {
  margin-bottom: 30px;
}
.option_modal .please_area span {
  color: #b64947;
  font-weight: bold;
}
.option_modal .please_area a {
  text-decoration: underline;
  color: #606060;
}
.option_modal .option_modal_button_block .option_modal_blue_button {
  position: relative;
  display: inline-block;
}
.option_modal .option_modal_button_block .option_modal_blue_button label {
  display: inline-block;
  position: relative;
  width: 288px;
  font-size: 15px;
  margin: 0 30px 0 0;
  text-align: center;
  color: #fff;
  background-color: #21445b;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.3s;
  letter-spacing: 0px;
  font-weight: normal;
}
.option_modal .option_modal_button_block .option_modal_blue_button label:hover {
  opacity: 0.6;
}
.option_modal .option_modal_button_block .option_modal_gray_button {
  display: inline-block;
}
.option_modal .option_modal_button_block .option_modal_gray_button label {
  display: inline-block;
  position: relative;
  width: 200px;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  color: #21445B;
  background-color: #FFF;
  padding: 14px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.3s;
  letter-spacing: 1px;
  border: solid 1px #21445B;
}
.option_modal .option_modal_button_block .option_modal_gray_button label:after {
  content: "\002612";
  margin: 0 0 0 5px;
  display: inline-block;
}
.option_modal .option_modal_button_block .option_modal_gray_button label:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .option_modal table {
    width: 100%;
    margin: 0 auto 0px;
  }
  .option_modal th, .option_modal td {
    font-size: 12px;
    padding: 10px;
  }
  .option_modal th span {
    margin-left: 0;
  }
  .option_modal .option_modal_button_block {
    text-align: center;
  }
  .option_modal .option_modal_button_block .option_modal_blue_button {
    display: block;
  }
  .option_modal .option_modal_button_block .option_modal_blue_button label {
    width: 100%;
    background-color: #21445B !important;
  }
  .option_modal .option_modal_button_block .option_modal_gray_button {
    display: block;
    margin-bottom: 30px;
  }
  .option_modal .option_modal_button_block .option_modal_gray_button label {
    width: 100%;
    padding: 0 !important;
    border: none !important;
  }
}

.smp_mode {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_mode {
    display: none;
  }

  .smp_mode {
    display: block;
  }

  .bx-controls {
    display: none;
  }
  .bx-controls.view{display: block;}
  /*SPではスライダー解除の改造--------------------------------------*/
  .item_list_block_type2 ul li{
    width: calc((100vw - 40px)*(2/5)) !important;
  }
}
/*レビューをもっと見るボタンデザイン--------------------------------------*/
.review_list_block p {
  font-size: 13px;
  line-height: 1.8;
}
.review_list_block .btn-cmn a {
  display: block;
  padding: 5px;
  text-align: center;
  background: #F0F0F0;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  border-bottom: none;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.review_list_block #review_more_link span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0 0 10px;
  position: relative;
  top: -4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.review_list_block #review_hide_link span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0 0 10px;
  position: relative;
  top: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(-45deg);
}
