/* ************************************************
*  product_detail_page
* ************************************************ */
form[name="product_form"] {
    margin-bottom: 60px;
  }
  
  #productDetail {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  
  }
  
  .product_images {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  
  .product_detail_area {
    max-width: calc(40% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 40px);
    flex: 0 0 calc(40% - 40px);
  }
  
  #itemName {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
  #option_area1 {
    margin-bottom: 15px;
  }
  
  #option_area1 h3,
  #option_area2 h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  #option_area2 {
    padding: 10px;
  }
  
  .op1 {
    margin-bottom: 10px;
  }
  
  .op2 {
    margin-bottom: 10px;
  }
  
  .op2_ttl {
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
  }
  
  .stock_comment {
    font-size: 12px;
    color: #FF0000;
  }
  
  #option_table {
    line-height: 1;
  }
  
  #option_table table {
    border-top: 1px solid #999;
    border-right: 1px solid#999;
    width: 100%;
  }
  
  #option_table table th {
    text-align: left;
    background: #eeeeee;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: normal;
    width: 30%;
    padding: 5px;
  }
  
  #option_table table td {
    text-align: right;
    color: #FF0000;
    background: #ffffff;
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: bold;
    width: 70%;
    padding: 5px;
    line-height: 1.2;
  }
  
  div#box_together .zoom__title {
    margin-bottom: 30px;
  }
  
  
  /* カートボタン */
  button.detail__cartBtn {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #26264a;
    border: 1px solid #26264a;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    -webkit-box-align: center;
    box-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  
  button.detail__cartBtn * {
    line-height: 1;
  }
  
  a.detail__contactBtn {
    display: block;
    font-size: 16px;
    border-radius: 5px;
    color: #B30404 !important;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #B30404;
    padding: 0 15px;
    line-height: 56px;
    height: 56px;
    text-decoration: none;
    margin-bottom: 10px;
  }
  
  .price {
    font-size: 18px;
    font-weight: bold;
  }
  
  
  h2.product_name {
    margin-bottom: 0.8em;
    font-size: 18px;
  }
  
  h3.zoom__title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
  }
  
  .product_form {
    margin: 0 0 62px;
  }
  
  .product_detail_area {
    position: relative;
    width: 100%;
  }
  
  
  .product_images div img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    margin: auto;
  }
  
  .product_images div p.detail {
    margin-top: 10px;
    line-height: 20px;
  }
  
  .add_cart {
    clear: right;
    float: right;
    overflow: hidden;
    width: 42%;
  }
  
  table.add_cart_table {
    margin-bottom: 10px;
    width: 100%;
    /* border-left: solid 1px #ccc; */
    table-layout: fixed;
  
  }
  
  table.add_cart_table th {
    overflow: hidden;
    padding: 5px 0;
    width: 28%;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
  }
  
  table.add_cart_table td {
    /*  overflow: hidden;*/
    padding: 5px 0;
    width: 55%;
    text-align: left;
    vertical-align: middle;
  }
  
  #productNumWrap {
    width: 30px;
  }
  
  /* オプション */
  table.add_cart_table td input {
    padding: 5px 8px !important;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    line-height: 1 !important;
    height: auto !important;
    width: 30px;
  }
  
  .optionSelect {
    margin-bottom: 15px;
  }
  
  #custom-options-container{
  margin-bottom: 15px;
  }
  
  .optionSelect span {
    display: inline-block;
    margin-right: 5px;
  }
  
  .optionSelect select {
    padding: 5px 8px !important;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
  }
  
  .optionSelect span,
  .naireBox span {
      display: block;
      font-weight: bold;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      margin-bottom: 5px;
      color: #333333;
  }
  
  .optionSelect span:after,
  .naireBox span:after {
      content: "必須";
      color: #B30404;
      font-size: 10px;
  }
  
  .optionSelect select,
  .naireBox input {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
  }
  
  .productNum__changeWrap {
    width: 15px;
    margin-left: 5px;
  }
  
  .productNum__changeWrap a {
    display: block;
    margin: 5px 0;
  }
  
  table#option_tbl {
    margin-bottom: 20px;
    width: 100%;
  }
  
  table#option_tbl th,
  table#option_tbl td.none {
    background: whiteSmoke;
  }
  
  table#option_tbl th,
  table#option_tbl td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
  }
  
  table#option_tbl th {
    background: whiteSmoke;
  }
  
  table#option_tbl td div input {
    margin-bottom: 5px;
  }
  
  ul.option_price {
    margin: 0 0 30px 0;
  }
  
  ul.option_price li {
    list-style-type: none;
  }
  
  .option_box {
    clear: both;
    width: 100%;
    overflow: hidden;
  }
  
  table td.pur_block {
    margin: 0 5px 0 0;
    width: auto;
    white-space: normal;
  }
  
  .button_area input {
    width: 100%;
  }
  
  .product_description {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 22px;
  }
  
  .product_description img {
    border: 0 !important;
  }
  
  .product_image_extra {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .product_image_extra img.item {
    margin-bottom: 20px;
  }
  
  .product_link_area {
    /* margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: #ccc solid 1px; */
  }
  
  .product_link_area div.twitter {
    float: left;
    width: 80px;
  }
  
  .product_link_area div.pinterest {
    float: left;
    margin-right: 30px;
  }
  
  .product_link_area div.fb-like {
    float: left;
    width: 100px;
  }
  
  .product_link_area ul.other_link {
    clear: both;
    padding-top: 20px;
  }
  
  .product_link_area ul.other_link li {
    margin-bottom: 10px;
  }
  
  .product_link_area ul.other_link i {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    text-align: center;
  }
  
  .share {
    margin: 15px 0 0;
    list-style: none;
  }
  
  .share li {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 125px;
  }
  
  .calamel-link {
    margin-top: 10px;
  }
  
  #tb_cap_tb {
    margin-top: 20px;
  }
  
  .tb {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
  }
  
  #tb_stitle {
    margin-bottom: 20px;
  }
  
  .tb_date,
  .tb_title,
  .tb_body,
  .tb_state {
    margin-bottom: 5px;
  }
  
  #detail__productImage .slick-dots {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    position: relative;
    bottom: auto;
    margin-top: 12px;
  }
  
  #detail__productImage .slick-dots li {
    max-width: 16.666%;
    -ms-flex: 0 0 16.666%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
    width: auto;
    height: auto;
    margin: 0;
  }
  
  #detail__productImage .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  
  #detail__productImage .slick-next:before,
  #detail__productImage .slick-prev:before {
    content: none;
  }
  
  #detail__productImage .slick-next {
    right: 15px;
  }
  
  #detail__productImage .slick-prev {
    left: 15px;
  }
  
  #detail__productImage .slick-prev,
  #detail__productImage .slick-next {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 11;
  }
  
  .stockCell,
  .stockCell center {
    text-align: left;
  }
  
  
  #preview_box {
    margin: 20px auto;
    padding: 20px;
    background-color: #efefef;
  }
  
  .preview_title {
    font-size: 18px;
    text-align: center;
    border-bottom: 3px dotted #F0F0F0;
    padding-bottom: 15px;
  }
  
  .preview {
    background-color: #ffffff;
    color: #666;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
  }
  
  .naireBox input[type="text"] {
    padding: 5px 12px !important;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
  }
  
  .naireWrap {
    margin-bottom: 20px;
  }
  
  .naireBox span {
    display: inline-block;
    margin-right: 5px;
  }
  
  #copy01 {
    /* font-family: fot-seurat-pron, sans-serif; */
    font-family: 'Pacifico', cursive;
    font-size: 16pt;
    /* font-weight: 600; */
    /* font-style: normal; */
  }
  
  #copy02 {
    /* font-family: gioviale, sans-serif;
  font-weight: 400;
  font-style: normal; */
    font-family: 'Lora', serif;
    font-size: 22pt;
  }
  
  #copy03 {
    /* font-family: 'bitter', serif; */
    font-family: 'Rubik', sans-serif;
    font-size: 22pt;
  }
  
  #copy04 {
    /* font-family: 'hobo-std', sans-serif; */
    font-family: 'Patua One', cursive;
    font-size: 22pt;
  }
  
  #copy05 {
    /* font-family: 'stencil-std', sans-serif; */
    font-family: 'Fredoka One', cursive;
    font-size: 22pt;
  }
  
  
  /* #copy01 {
  font-family: 'Grand Hotel', cursive;
  }
  
  #copy02 {
  font-family: 'Sacramento', cursive;
  }
  
  #copy03 {
  font-family: 'hobo-std', sans-serif;
  }
  
  #copy04 {
  font-family: 'stencil-std', sans-serif;
  }
  
  #copy05 {
  font-family: 'bitter', serif;
  } */
  
  #custom-options-container{
      margin-bottom: 15px;
      }
  
  #custom-options-label{
      font-size: 12px!important;
      display: block!important;
      font-weight: bold!important;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
      font-weight: bold!important;
      margin-bottom: 5px!important;
      color: #333333!important;
  }
  
  #custom-options-input{
      padding: 5px 12px !important;
      border-radius: 5px!important;
      border: 1px solid #dfdfdf!important;
      width: 100%!important;
      -moz-box-sizing: border-box!important;
      -webkit-box-sizing: border-box!important;
      box-sizing: border-box!important;
      height: 40px!important;
  }

#custom-options-container div:not(:last-child) #custom-options-label::after{
    content: "必須";
    color: rgb(179, 4, 4);
    font-size: 10px;
}

#custom-options-radio-input:checked + span:before {
    background: rgb(38, 38, 74)!important;
    border-color: rgb(38, 38, 74)!important;
}

#custom-options-radio-label span:hover:before {
    border-color: rgb(38, 38, 74)!important;
    box-shadow: 0 0 3px rgb(29 132 221 / 33%);
}
.product_detail_area {
    max-width: 100%;
}