@import url("https://perfectworld.tokyo/colorme/anygift_pc.css");


@charset "euc-jp";
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {

}
.product_image_main img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}
.product_image_thumb {
  margin-bottom: 50px;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  width: 91.6px;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
}

.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    float: left;
    width: 65%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    float: right;
    width: 30%;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #ea6da4;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}


.container_section {
}

.addon_offers {
  padding-left: 50px;
}

.addon_offers a {
  display: block;
  color: rgb(234, 109, 164);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
}

a#giftwrap_addon {
  width: 100px;
  text-align: center;
  display: block;
  margin: 25px 30px 0 auto;
}

#giftwrap_addon img {
  width: 60px;
  margin: 0 auto 15px;
  display: block;
}

.product_price_info p {
  color: rgb(234, 109, 164);
  font-size: 17px;
  font-weight: 600;
}

.product_price_info .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.product_price_info .flex-row div p {
    margin-bottom: 25px;
}

.product_price_info .flex-row div.column-3 {
  width: 33%;
}

.product_price_info .last-row {
  margin-bottom: 20px;
}

.product_price_info .last-row h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(234, 109, 164);
}

.product_price_info .last-row .quantity {
  width: 100px !important;
}

.product_price_info .last-row .quantity input[type="text"] {
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  padding: 0 5px 0 0;
  vertical-align: bottom;
  border-radius: 0;
  border: 1px solid #ea6da4;
}

.product_price_info .last-row .quantity span {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

#fakeLabelButton,
#wrapping-button {
  position: relative;
  display: block;
}

#fakeLabelButton svg,
#wrapping-button svg {
  cursor: pointer;
}

.product_price_info .last-row .quantity .product_soldout_msg,
.product_price_info .last-row .quantity .product_member_sale_msg {
  color: #ea6da4;
  font-size: 18px;
  font-weight: bold;
}

.floating_btn_box {
  display: none;
}

@media screen and (min-width: 1500px) {
  .floating_btn_box {
    display: block;
    position: fixed;
    bottom: 30px;
    left: calc(50% + 525px);
    width: 300px;
  }

  .floating_btn_box .flex-row {
    display: flex;
    justify-content: space-between;
  }

  .floating_btn_box .u-toggle,
  .floating_btn_box #giftwrap_addon {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    color: white;
    background: rgb(234, 109, 164);
    border-radius: 50%;
    padding-top: 10px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .floating_btn_box .u-toggle img {
    width: 55%;
    margin-top: 5px;
  }

  .floating_btn_box #giftwrap_addon {
    padding-top: 0;
    font-size: 11px;
    margin-top: 0;
    display: flex;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    padding: 10px;
    line-height: 1.3;
    margin-left:0;margin-right:0;
    }

  	.floating_btn_box .popup_btn {width:80px;height:80px;
  }

  .floating_btn_box #roundCartBtn {
    margin: 0 0 0 auto;
    position: relative;
    width: 180px;
    height: 180px;
    display: block;
    cursor: pointer;
  }

  .floating_btn_box #roundCartBtn .overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    width: 100px;
    top: 70px;
    left: 60px;
  }

  .floating_btn_box #roundCartBtn img {
    width: 70%;
    position: relative;
    left: -10px;
    display: block;
    margin: 0 auto 10px;
  }
  
  /* 円マークの小サイズ化 */
  .price_details .yen{
  	font-size: 0.5em;     
}
  
  