.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media (max-width: 720px) {
  .sp-only {
    display: none;
  }

  .deskpc-only {
    display: block;
  }

  body {
    overflow-x: hidden;
  }
}

.goodsspec_icon_wrap {
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .goodsspec_icon_wrap {
    margin: 10px;
  }
}

.goodsspec_icon_new {
  background-color: #014181;
  color: #fff;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}

.goodsspec_icon_sale {
  background-color: #c90515;
  color: #fff;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}

.goodsspec_icon_used {
  background-color: #ed7600;
  color: #fff;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}

.goodsspec_icon_free {
  background-color: #c90515;
  color: #fff;
  width: 90px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 15px auto;
  font-weight: normal;
}

@media (max-width: 720px) {
  .goodsspec_icon_free {
    margin: 0 0 15px;
  }
}

.goodsspec_name_small {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .goodsspec_name_small {
    margin: 10px;
  }
}

.price_limited_title {
  color: #c90515;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: right;
}

@media (max-width: 720px) {
  .price_limited_title {
    text-align: left;
  }
	.goodsspec_detail_wrap dt{
   width: 22%;
        text-align: center;
        border-radius: 2px;
        padding: 2px !important;
        margin-right: 1%;
        background: #e7e7e7 !important;
        font-size: 0.6rem !important;
}
}

.goodsspec_detail_wrap:not(:last-child) {
  margin-bottom: 10px;
}

.goodsspec_detail_wrap dt,
.goodsspec_detail_wrap dd {
  font-size: 14px;
  display: inline-block;
}
.goodsspec_detail_wrap dt{
	font-weight: 700;
}
.goodsspec_detail_list {
  
  padding: 20px;
  margin-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}

@media (max-width: 720px) {
  .goodsspec_detail_list {
    padding: 20px 10px;
  }
}

.friend_comment1_ {
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #c90515;
}

p.color_name {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #014181;
  padding: 10px 0;
  height: 50px;
}
p.color_name img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: contain;
  z-index: 300;
}
p.color_name img:hover {
    transform: scale(4,4);
    margin-left: 75px;
    border: 0.5px solid #eee;
    box-sizing: border-box;
    background: #eee;
    z-index: 500;
    position: absolute;
}

.select_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 2px solid #f4f4f4;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.select_items_wrap {
  width: 95%;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .select_items_wrap {
    width: auto;
  }
}
.friend_comment1_ {
    margin-top: 10px;
}

.goods_ {
  position: relative;
}

.select_items_button_blue {
  width: 82px;
  height: 40px;
  line-height: 40px;
  background-color: #014181;
  border-radius: 4px;
  text-align: center;
}

.select_items_button_blue a {
  color: #fff;
  font-size: 13px;
  display: block;
}

@media (max-width: 720px) {
  .select_items_button_blue {
    width: 56px;
  }
}

.select_items_cart_button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #c90515;
  border-radius: 4px;
  text-align: center;
}

.select_items_cart_button a {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select_items_cart_button a::before {
  display: block;
  content: "";
  width: 20px;
  height: 18px;
  background: url("../img/detail/icon_cart.png") no-repeat;
  background-size: contain;
  -webkit-transform: translate(8px, 12px);
  transform: translate(8px, 12px);
  margin-right: 10px;
}

span.size_soldout_.btn_cart_soldout {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #666;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: not-allowed;
}

@media (max-width: 720px) {
  .select_items_cart_button {
    width: 55px;
    position: relative;
  }
}

@media (max-width: 720px) {
  div.addcart_overlay_ .addcart_txt_ {
    line-height: 1.5;
  }

  div.addcart_overlay_ .addcart_back_ {
    padding: 10px 0 10px;
    line-height: 0.5;
  }

  #block_of_accessory div.addcart_overlay_ .addcart_back_,
  #block_of_accessory div.addcart_overlay_ .addcart_cart_ {
    padding: 10px 0;
  }

  #block_of_accessory a.button_.btn_cart_ {
    color: #fff;
  }

  div.addcart_overlay_ .addcart_back_ {
    color: #666;
  }

  div.addcart_overlay_ .addcart_back_:before {
    visibility: hidden;
  }

  .select_items_cart_button a::before {
    width: 30px;
  }

  #goods_box2 .bx-wrapper,
  #goods_box3 .bx-wrapper {
    overflow-x: hidden;
  }
}

.select_items_favorite_button {
  width: 36px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #014181;
  border-radius: 4px;
  text-align: center;
}

.select_items_favorite_button a {
  color: #014181;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 100%;
}

.select_items_favorite_button a::before {
  display: block;
  content: "";
  width: 25px;
  height: 19px;
  background: url("../img/detail/icon_heart.png") no-repeat;
  background-size: contain;
  -webkit-transform: translate(8px, 12px);
  transform: translate(8px, 12px);
}

@media (max-width: 720px) {
  .select_items_favorite_button {
    width: 38px;
    margin: 0 10px;
  }
}

@media (max-width: 720px) {
  .select_items_favorite_button a::before {
    padding-right: 22px;
  }
}

@media (max-width: 720px) {
  .select_items_button_blue_other {
    line-height: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .select_items_button_blue_other::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .select_items_button_blue_other a {
    text-decoration: none;
    font-size: 10px;
  }

  div.cartbox_ .variationlist_ h2.ttl_color_ {
    
  }

  div.cartbox_ div.variationlist_ div.size_option_ {
    position: absolute;
    padding: 6px 0 6px 5px;
    right: 0px;
    bottom: -20px;
    /* background: #fff; */
  }
}

.select_items .inner_ {
  width: 168px;
}

.select_items .inner_ span {
  font-size: 12px;
}

.select_items .inner_ span:first-child {
  font-weight: bold;
}

span.size_stock_ {
  color: #666;
  padding-left: 10px;
}

@media (max-width: 720px) {
  .select_items .inner_ {
    width: 60%;
    font-size: 4px;
  }
}

.slider_related {
  width: 95%;
  margin: auto;
}

.slider_related_wrap {
  position: relative;
  cursor: pointer;
}

.slider_related_wrap .bx-controls-direction {
  margin-top: 20px;
}

@media (max-width: 720px) {
  .slider_related_wrap .bx-wrapper .bx-prev {
    background: url("../img/detail/slide_prev.png") no-repeat left top;
    background-size: contain;
    left: 70px;
  }
}

@media (max-width: 720px) {
  .slider_related_wrap .bx-wrapper .bx-next {
    background: url("../img/detail/slide_next.png") no-repeat left top;
    background-size: contain;
    right: 64px;
  }
}

@media (max-width: 720px) {
  .slider_related_wrap .bx-wrapper .bx-controls-direction a {
    bottom: 0px;
    top: auto;
    display: block;
  }
}

.slider_related_inner {
  overflow: hidden;
  position: relative;
}

.slider_related_inner .bx-wrapper {
  width: 520px;
  max-width: 100% !important;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 720px) {
  .slider_related_inner .bx-wrapper {
    overflow: visible;
  }
}

.slider_related_prev,
.slider_related_next {
  width: 18px;
  position: absolute;
}

.slider_related_prev {
  top: 65px;
  left: -12px;
}

.slider_related_next {
  top: 65px;
  right: -12px;
}

.slider_related_product {
  width: 130px;
  height: 130px;
  background-color: #ccc;
  margin-bottom: 15px;
}

@media (max-width: 720px) {
  .slider_related_product {
    width: 105px;
    height: 105px;
  }
}

.slider_related_name {
  font-size: 12px;
  width: 130px;
  text-align: left;
}

@media (max-width: 720px) {
  .slider_related_name {
    width: 105px;
  }
}

.userreview_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 60px;
}

.userreview_more::after {
  display: block;
  content: "";
  width: 15px;
  height: 7px;
  background: url("../img/detail/review_more_arrow.png") no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: 4px;
}

.userreview_more span:hover {
  text-decoration: underline;
}

.common_headline2_.detail_common_lead {
  font-size: 22px;
  color: #014181;
  padding-bottom: 17px;
  border-bottom: 4px solid #014181;
  margin-bottom: 30px;
  margin-top: 40px;
  background: initial;
  padding: 0 0 16px;
}

.product_spec_list {
  border-top: 2px solid #f4f4f4;
}

.product_spec_list dt,
.product_spec_list dd {
  display: inline-block;
}

.product_spec_list dt {
  width: 100px;
}

.product_spec_list_wrap {
  border-bottom: 2px solid #f4f4f4;
  padding: 20px 0;
}

@media (max-width: 720px) {
  h2.goods_name_ {
    color: #000;
    font-weight: normal;
  }
}

div.goodsspec_ div.price_ .goodsspec_price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

div.goodsspec_ div.price_ .sp_price_ {
  background: none;
}

.point_ {
  color: #c90515;
}

.cart_buttons_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart_buttons_ li {
  width: 265px;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  text-align: center;
  margin: 0;
}

.cart_buttons_ li a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.btn_cart_l_.btn_cart_soldout {
  background: #666;
  color: #fff;
  border-radius: 4px;
  cursor: not-allowed;
  pointer-events: none;
}

a.btn_cart_l_.btn_cart_reserve {
  border-radius: 4px;
  border: 1px solid #888;
  background: #888;
  color: #fff;
}

a.btn_cart_l_.btn_cart_soldout .btn_imgWrap,
a.btn_cart_l_.btn_cart_reserve .btn_imgWrap {
  display: none;
}

.menu_bottom_ a.btn_cart_l_.btn_cart_soldout,
.menu_bottom_ a.btn_cart_l_.btn_cart_reserve {
  width: 50%;
  text-align: center;
  padding: 10px;
}

@media (max-width: 720px) {
  .cart_buttons_ {
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .cart_buttons_ li a {
    text-decoration: none;
  }
}

.cart_buttons_wrap {
  margin: 0 10px;
}

.cart_buttons_icon_cart {
  background-color: #c90515;
}

.cart_buttons_icon_cart a {
  color: #fff;
  display: block;
}

.cart_buttons_icon_cart a::before {
  display: block;
  content: "";
  width: 25px;
  height: 19px;
  background: url("../img/detail/icon_cart.png") no-repeat;
  background-size: contain;
  margin-right: 7px;
}

.cart_buttons_icon_cart a.btn_cart_l_.btn_cart_soldout::before,
.cart_buttons_icon_cart a.btn_cart_l_.btn_cart_reserve::before {
  display: none;
}

@media (max-width: 720px) {
  div.addcart_overlay_ .addcart_cart_ {
    padding: 5px;
  }

  .cart_buttons_wrap div.addcart_overlay_ .addcart_cart_ {
    padding: 0px;
  }

  .addcart_overlay_ .addcart_cart_::before {
    display: none;
    width: 30px;
    padding-top: 0px;
    margin-top: 5px;
    vertical-align: text-bottom;
  }
}

.cart_buttons_icon_favorite {
  border: 1px solid #014181;
}

.cart_buttons_icon_favorite a {
  color: #014181;
  display: block;
  cursor: pointer;
}

.cart_buttons_icon_favorite a::before {
  display: block;
  content: "";
  width: 25px;
  height: 19px;
  background: url("../img/detail/icon_heart.png") no-repeat;
  background-size: contain;
  margin-right: 7px;
}

@media (max-width: 720px) {
  .cart_buttons_icon_favorite a::before {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .cart_buttons_ .cart_buttons_icon_cart {
    width: 63%;
  }
}

@media (max-width: 720px) {
  .cart_buttons_ .cart_buttons_icon_favorite {
    width: 34%;
  }

  .cart_buttons_ .cart_buttons_icon_favorite a {
    font-size: 15px;
  }
}

.option_buttons_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}

.option_buttons_::after {
  display: none;
}

.option_buttons_ li {
  width: 265px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  margin: 0;
  background-color: #014181;
}

.option_buttons_ li a {
  font-size: 16px;
  color: #fff;
  display: block;
}

@media (max-width: 720px) {
  .option_buttons_ li {
    width: 48%;
  }
}

@media (max-width: 720px) {
  .option_buttons_ li a {
    text-decoration: none;
  }
}


li.size_list {
  display: table;
  width: 100%;
}

div.cartbox_ div.variationlist_ h2.message_ {
  height: 56px;
  padding: 0 0 0 20px;
  width: 92%;
  font-size: 19px;
  line-height: 56px;
  margin: 0 0 20px;
  background-image: none;
}
div.cartbox_ div.variationlist_ h2.message_ span {
  font-size: 12px; 
  padding-left: 10px;
}

@media (max-width: 720px) {
  div.cartbox_ div.variationlist_ h2.message_ {
    background: #014181;
    text-align: left;
    width: auto;
    padding: 20px 0 0 20px;
    line-height: 20px;
  }
  div.cartbox_ div.variationlist_ h2.message_ span {
    padding-left: 0;
    display: block;
  }

  .size_ span {
    display: table-cell;
    vertical-align: middle;
  }
}

.score_starimg_ {
  height: 19px;
}

.about_rank_ {
  position: relative;
}

.about_rank_::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #014181;
  border-right: 1px solid #014181;
  position: absolute;
  right: -10px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 720px) {
  .about_rank_ {
    margin-top: 20px;
    padding-right: 10px;
  }
}

@media (max-width: 720px) {
  .about_rank_::after {
    right: 0px;
    top: 6px;
  }
}

div.info_wrap_ {
  border: 0;
}

div.info_wrap_ div.ttl_ {
  background: #014181;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 12px 15px 10px;
  height: 56px;
  padding: 0 0 0 20px;
  width: auto;
  font-size: 19px;
  line-height: 56px;
  margin: 0;
}

div.info_wrap_ div.info_block_.rankA div.rank_area_ div.rank_ {
  color: #c90515;
  font-weight: normal;
  margin: 0 0 10px;
}

div.info_wrap_ div.info_block_ div.rank_area_ {
  border: 0;
  padding: 0;
}

div.review_info_ {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 20px;
}

div.review_count_summary_ {
  width: 290px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 26px;
}

div.review_count_summary_ dl.review_score_ dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.review_count_summary_ dl.review_score_ span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
}

div.review_count_summary_ dl.review_score_ img {
  width: 100px;
}

div.review_count_summary_ dl.review_count_ {
  width: 120px;
  font-size: 11px;
}

div.review_desc_ {
  max-width: 660px;
  width: 100%;
}

@media (max-width: 720px) {
  div.review_count_summary_ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
}

@media (max-width: 720px) {
  div.review_count_summary_ dl.review_score_ dd {
    display: inline;
  }
}

.review_line_title_ {
  padding: 0;
  border-bottom: 0;
  font-size: 14px;
  margin: 20px 0;
}

.review_line_frame_ {
  width: 100%;
}

.review_line_ {
  border-bottom: 2px solid #f4f4f4;
}

@media (max-width: 720px) {
  .review_line_ {
    padding: 0;
  }

  .review_line_:first-child {
    border-bottom: 2px solid #f4f4f4;
    border-top: 0;
  }
}

.review_line_name_ {
  text-align: right;
  color: #919191;
}

div.review_line_summary_ dl.review_line_name_ dt,
div.review_line_summary_ dl.review_line_name_ dd {
  float: initial;
  font-weight: normal;
  display: inline;
  padding: 0;
}

#userreview_frame {
  padding: 0;
}

#review_form a {
  color: #014181;
  border-bottom: 1px solid #014181;
  position: relative;
}

#review_form a::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #014181;
  border-right: 1px solid #014181;
  position: absolute;
  right: -10px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.accessory_list_ {
  overflow: initial;
}

div.StyleI_Item_ div.name_ {
  display: block;
  height: 46px;
  overflow: scroll;
}

div.StyleI_Item_ div.price_ {
  display: block;
  color: #c90515;
  font-weight: normal;
  text-align: right;
}

div.StyleSlide_Wrap_ {
  height: 100%;
}

div.accessory_list_ .bx-wrapper .bx-prev {
  background: url("../img/detail/slide_prev.png") no-repeat left top;
  background-size: contain;
}

div.accessory_list_ .bx-wrapper .bx-next {
  background: url("../img/detail/slide_next.png") no-repeat left top;
  background-size: contain;
}

div.accessory_list_ .bx-wrapper .bx-controls-direction a {
  top: 80px;
  width: 18px;
}

div.accessory_list_ .bx-wrapper .bx-controls-direction a.bx-prev {
  top: 80px;
  width: 18px;
}

@media (max-width: 720px) {
  .bx-wrapper .bx-prev {
    background: url("../img/detail/slide_prev_sp.png") no-repeat left top;
    background-size: contain;
  }
}

@media (max-width: 720px) {
  .bx-wrapper .bx-next {
    background: url("../img/detail/slide_next_sp.png") no-repeat left top;
    background-size: contain;
  }
}

#block_of_recommend,
#itemHistory {
  height: 275px;
  position: relative;
}

#block_of_recommend h2.ttl_recommend_ {
  border-bottom: 0;
  text-align: center;
}

.goods_slide_item.goods_cart_ .name_ {
  height: auto !important;
}

.goods_slide_item.goods_cart_ .name1_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 35px;
}

.goods_slide_item.goods_cart_ .price_ .small_ {
  /*color: #000;
  text-decoration: line-through;*/
}

#block_of_itemhistory h2 {
  border-bottom: 0;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  clear: both !important;
}

#itemHistory {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 40px;
}

.js-favorite_clicked a::before {
  background: url("../img/detail/icon_heart_clicked.png") no-repeat;
  background-size: contain;
}

@media (max-width: 720px) and (max-width: 720px) {
  .contents_wrap {
    margin: 0 10px;
  }
}

@media (max-width: 720px) {
  .contents_wrap_review {
    margin-bottom: 20px;
  }

  #gallery #entry {
    overflow: hidden;
  }

  #gallery #entry .bx-wrapper .bx-prev,
  #gallery #entry .bx-wrapper .bx-next {
    height: 40px;
  }

  div.goodsspec_ #spec_price.price_ .sp_price_ {
    display: block;
    padding: 0;
    background: none;
  }

  div.goodsspec_ .point_ {
    margin-top: 10px;
  }

  div.goodsspec_ .point_ span {
    font-size: 14px;
    padding: 0;
    background-color: transparent;
  }

  div.goodsspec_ #spec_price.price_ {
    margin-top: 35px;
    text-align: left;
  }

  div.goodsspec_ .point_ {
    text-align: left;
  }

  dl.formdetail_ {
           border-top: 1px solid #cfcfcf;
        margin-top: 29px;
        margin-bottom: 29px;
        border-bottom: 1px solid #cfcfcf;
  }

  dl.formdetail_ dt {
    padding: 0;
    background-color: initial;
  }

  dl.formdetail_ dd {
    padding: 0;
  }

  div.cartbox_ div.variationlist_ {
    position: inherit;
    display: block;
    width: auto;
    padding: 0;
  }

  div.info_wrap_ div.info_block_ {
    border: 0;
    padding: 20px 0;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e9e1df;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #014181;
  }

  .features_space {
    margin-top: 30px;
  }

  .review_contents_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .review_contents_wrap .btn_review_ a {
    color: #014181;
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
  }

  .review_contents_wrap .btn_review_ a::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #014181;
    border-right: 1px solid #014181;
    position: absolute;
    right: -10px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .review_score_ {
    margin-bottom: 15px;
  }

  .review_line_body_ {
    padding: 20px 0 10px;
  }

  div.review_desc_ .btn_review_ a {
    color: #014181;
    position: relative;
    display: inline-block;
    font-size: 12px;
  }

  div.review_desc_ .btn_review_ a::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #014181;
    border-right: 1px solid #014181;
    position: absolute;
    right: -10px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .review_desc_full_width {
    width: 100%;
    font-size: 12px;
  }

  div.review_line_summary_ dl.review_line_name_ {
    border: 0;
  }

  ul.goods_p_ li div.name_ {
    overflow: scroll;
    height: 72px !important;
  }

  .accessory_list_ ul.goods_p_,
  .bx-viewport {
    overflow: visible !important;
  }

  #goods_box3 ul.goods_p_ .bx-viewport {
    height: 320px !important;
  }

  .accessory_list_ ul.goods_p_ div.name_,
  .accessory_list_ ul.goods_p_ div.price_ {
    display: block;
  }

  .accessory_list_ ul.goods_p_ div.icon_ {
    display: none;
  }

  .accessory_list_ ul.goods_p_ figure.img_ {
    height: 108px !important;
  }

  .ttl_recommend_ {
    /*font-size: 16px;*/
    /*text-align: center;*/
    margin: 0 10px;
    font-size: 22px;
    color: #014181;
    padding-bottom: 17px;
    border-bottom: 4px solid #014181;
    margin-bottom: 30px;
    margin-top: 40px;
    background: initial;
    padding: 0 0 16px;
  }

  .nl_price_ {
    color: #c90515;
    font-weight: normal;
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    height: 35px;
    width: 90%;
  }

  .nl_price_ span {
    height: 15px;
    display: inline-block;
  }

  .nl_price_+br {
    display: none;
  }

  .df_price_ {
    text-align: right;
    width: 90%;
  }

  .accessory_list_ ul.goods_p_ li .slide_cart,
  .goods_h_ .slide_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    background: #c90515;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 90%;
    margin: auto;
  }

  .accessory_list_ ul.goods_p_ li .slide_cart::before {
    display: block;
    content: "";
    width: 20px;
    height: 38px;
    background: url("../img/detail/icon_cart.png") no-repeat;
    background-size: contain;
    -webkit-transform: translate(8px, 12px);
    transform: translate(8px, 12px);
    margin-right: 10px;
  }

  .goods_h_ .slide_cart::before {
    display: block;
    content: "";
    width: 20px;
    height: 38px;
    background: url("../img/detail/icon_cart.png") no-repeat;
    background-size: contain;
    -webkit-transform: translate(8px, 12px);
    transform: translate(8px, 12px);
    margin-right: 10px;
  }

  .goods_h_.goods_list_wrapper_ {
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
  }

  .goods_h_.goods_list_wrapper_ li {
    height: auto;
    min-height: 230px;
    margin: 0 5px;
    width: calc(100vw / 3) !important;
  }

  .goods_h_.goods_list_wrapper_ a {
    -webkit-text-decoration: auto;
    text-decoration: auto;
  }

  .goods_h_.goods_list_wrapper_ a:link,
  .goods_h_.goods_list_wrapper_ a:visited {
    -webkit-text-decoration: auto;
    text-decoration: auto;
  }

  .goods_h_.goods_list_wrapper_ .name_ {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    width: 90%;
  }

  .goods_h_.goods_list_wrapper_ .price_ {
    height: 36px !important;
    margin-bottom: 10px;
  }

  ul.goods_h_ li figure.img_ {
    width: 100px;
    height: 100px !important;
  }

  ul.goods_h_ li figure.img_ img {
    width: 100%;
    max-width: 100%;
  }

  #block_of_history {
    margin: 0 0px 30px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 20px;
    overflow: hidden;
  }

  #block_of_history .goods_ {
    padding: 0;
  }
}

.popup_ {
  position: absolute;
  background: #fff;
  right: 35px;
  text-align: center;
  width: 170px;
  border: 2px solid #eee;
  padding: 10px;
  bottom: 75px;
}

.popup_:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
}

.popup_.error_ {
  width: 250px;
  right: 0;
  text-align: center;
  background: #fff;
  border: 2px solid #eee;
}

@media (max-width: 720px) {
  .popup_ {
    line-height: 1;
    width: 30vw;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    bottom: 75px;
    text-align: center;
  }

  .popup_.error_ {
    width: 30vw;
  }
}

/* ATOJ_CASTING-2(202205) */
@media (max-width: 720px) {
  .menu_bottom_ {
    height: 80px;
    background: #fff;
  }

  .menu_bottom_>.inner_ {
    width: 100%;
    height: 80px;
    padding: 0;
  }

  .cartbox2_.goods_ {
    width: 100%;
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .menu_bottom_ .cartbox2_>a.cartbox2_cart_ {
    width: calc((225 / 375) * 100vw);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu_bottom_ .cartbox2_>a.cartbox2_favorite_ {
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: 1.5px solid #014181;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu_bottom_ .inner_ img.btn_favorite {
    width: 25px;
    height: 22px;
  }

  .menu_bottom_ .cartbox2_>a,
  .menu_bottom_ .cartbox2_ input,
  .menu_bottom_ .cartbox2_ span.soldout_,
  .menu_bottom_ .cartbox2_ a.btn_top_ {
    float: none;
    margin: 0;
  }

  .menu_bottom_ .cartbox2_:after {
    content: none;
  }

  .btn_imgWrap,
  .cartbox2_favorite_,
  .menu_bottom_ .cartbox2_>a.btn_top_ {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  a.btn_top_ {
    padding-top: 7px;
  }

  a.btn_top_::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 1px;
  }

  .menu_bottom_ .inner_ img.btn_cart_ {
    width: 27px;
    height: 21px;
  }

  .btn_name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
}


/*iframe*/
#d_iframe2 iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 720px) {
    input#iframe1, input#iframe2 {
        width: 90%;
        margin: 20px auto 50px;
    }
  }