@charset "euc-jp";

#product .head1 {
  padding-bottom: 12px;
}


.product--image {
  width: 60%;
}
  .product--image .inner {
    overflow: hidden;
  }
  .product--image-main {
    text-align: center;
  }
  .product--image-thumb li {
    padding: 4px;
    cursor: pointer;
    width: 16.666%;
  }
  .product--image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  flex: 1;
  width: 40%;
  margin-left: 56px;
  padding-left: 56px;
  border-left: 1px solid #ddd;
}
  .product--ttl {
    text-align: left;
  }
  .product--ttl .model {
    opacity: .5;
    font-size: 80%;
  }
  .product--piece_price {
    opacity: .5;
    font-weight: bold;
    font-size: 80%;
  }
  .attn_area {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #ffffed;
    color: #ee9c1c;
    border: 2px solid #fcc165;
    font-size: 88%;
    line-height: 1.6em;
  }
  .attn_area small {
    display: block;
    margin-top: 6px;
    line-height: 1.5em;
    font-size: 80%;
    color: #f15151;
  }
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .input-prepend .option-select-name,
    .product-option-select .option-select-name {
      display: block;
      line-height: 1em;
      font-size: 88%;
      opacity: .5;
      font-weight: bold;
    }
    .product-option-select .product-option-unit select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      margin: 0;
      padding: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      border: 1px solid #ccc;
      width: 100%;
      padding-left: 12px;
      padding-right: 28px;
      line-height: 48px;
      height: 48px;
      background-image: url(https://file003.shop-pro.jp/PA01437/036/images/common/select_arrow.png);
      background-size: 10px 6px;
      background-position: center right 12px;
      background-repeat: no-repeat;
    }
    /*.product-option-unit:nth-of-type(1)::after {
      content: '※1本あたりの価格が変動します';
      margin-top: 8px;
      line-height: 1em;
      color: #f25c8c;
      text-align: left;
      font-size: 80%;
      font-weight: bold;
      display: block;
    }*/
.input-append, .input-prepend {
  font-size: 100%;
}
.product-order-input .input-prepend input {
  line-height: 40px;
  height: 40px;
  width: calc(100% - 2.5em);
  padding-left: 16px;
  padding-right: 16px;
  font-size: 130%;
  color: #000;
}
.product-order-price {
  font-size: 200%;
}
  .product-order-price li {
    padding: 0 !important;
  }
  .price {
    font-weight: 700;
  }
  .price small {
    font-size: 45%;
    margin-left: 6px;
    margin-right: 6px;
  }
  .price small:first-child {
    margin-left: 0;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: flex;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.product-num {
  display: none;
}
.product-num--bdr {
  border: 3px solid rgba(236, 24, 93, 0.7);
  padding: 10px 16px;
  background: rgba(236, 24, 93, 0.05);
}
.product-num--attn {
  margin-top: 8px;
  line-height: 1em;
  color: #f25c8c;
  text-align: left;
  font-size: 80%;
  font-weight: bold;
}
.product-num .input-prepend {
  margin-bottom: 0;
}

.btn-addcart {
  line-height: 24px;
  width: 100%;
}
  .btn-addcart .btn-wrap {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.btn-dl_temp {
  display: block;
  margin-top: 16px;
  font-size: 77%;
  font-weight: 700;
  padding: 3px 8px 2px;
}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding-left: 80px;
  padding-right: 80px;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product--info {
    margin-top: 24px;
    font-size: 82%;
    opacity: .5;
    line-height: 1em;
    letter-spacing: 0em;
  }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

strong {
  background: linear-gradient(transparent 45%, #fff99d 0%);
}
.bg_clr-c {
  background-color: #a1dfbd;
}
.bg_clr-k {
  background-color: #badaea;
}
.bdr_clr-c {
  border-color: #b1e8ca;
}
.bdr_clr-k {
  border-color: #badaea;
}

/* print_contents
*************************************************** */
  .print_contents--bloc {
    background-color: #edeeef;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .print_contents--bloc:not(:last-child) {
    margin-bottom: 8px;
  }
  .print_contents--bloc h3 {
    width: 174px;
    padding-right: 40px;
    font-size: 113%;
  }
  .print_contents--detail {
    flex: 1;
  }
  .print_contents--detail > div {
    padding: 3px;
  }
  .print_contents--detail-col1 > div {
    width: 100%;
  }
  .print_contents--detail-col2 > div {
    width: 50%;
  }
  .print_contents--detail-col3 > div {
    width: 33.333%;
  }
  .print_contents--detail-col4 > div {
    width: 25%;
  }
  .print_contents--detail > div > div {
    width: 100%;
    background-color: #fff;
    height: 132px;
  }
  .print_contents--detail > div.option {
    width: 100%;
    padding: 0;
    margin-top: 6px;
  }
  .print_contents--detail > div.option > div {
    background-color: transparent;
    height: auto;
  }
  .print_contents--detail > div.bg_clr-none > div {
    background-color: transparent;
    padding-left: 12px;
  }
  .print_contents--detail p {
    font-size: 75%;
    line-height: 1.75em;
    font-weight: bold;
  }
  .print_contents--detail p small {
    display: inline-block;
    margin-bottom: 8px;
    color: #fff;
    background: #00aca8;
    font-weight: lighter;
    padding: 2px 12px;
    border-radius: 4px;
  }
  .print_contents--detail p img {
    margin-right: 6px;
  }
  .print_contents--bloc-range img {
    margin-right: 10px;
  }
  .print_contents--bloc-color img {
    margin-bottom: 12px;
  }
  .print_contents--bloc-area img {
    margin-bottom: 6px;
  }
  .print_area--txtarea {
    text-align: center;
  }
  .print_area--txtarea .under {
    border-top: 1px dashed #00aca8;
    margin-top: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    color: #797979;
  }
  @media screen and (max-width: 1064px) {
    .print_contents--bloc {
      display: block !important;
      padding-left: 24px;
      padding-right: 24px;
    }
    .print_contents--bloc h3 {
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 960px) {
    .print_contents--detail-col3 > div,
    .print_contents--detail-col4 > div {
      width: 50%;
    }
    .print_contents--detail-col3 > div.bg_clr-none,
    .print_contents--detail-col4 > div.bg_clr-none {
      width: 100%;
    }
    .print_contents--detail > div.bg_clr-none > div {
      height: auto;
      min-height: auto;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 560px) {
    .print_contents--bloc {
      padding-left: 16px;
      padding-right: 16px;
    }
    .print_contents--detail-col3 > div,
    .print_contents--detail-col2 > div {
      width: 100%;
    }
    .print_contents--detail-col3 > div > div,
    .print_contents--detail-col2 > div > div {
      height: auto;
      min-height: 120px;
    }
    .print_contents--detail-col4 > div > div {
      height: auto;
      min-height: 144px;
    }
    .print_contents--bloc-range img {
      width: 100px;
      margin-right: 16px;
    }
    .print_contents--bloc-color img {
      width: 120px;
    }
    .print_contents--bloc-area img {
      width: 94px;
    }
  }

/* flow
*************************************************** */
  .foot_flow--list_item {
    width: 22%;
    margin-right: 12px;
    margin-top: 32px;
  }
  .foot_flow--list_item-ex {
    background-color: #f4f4f4;
    padding-left: 24px;
    padding-right: 24px;
  }
  .foot_flow--list_item-ex > div {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .foot_flow--list_item-ex h2 {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 94%;
  }
  .foot_flow--list_item-ex .flow--ex {
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
    white-space: nowrap;
  }
  .foot_flow--list_item-ex .flow--ex_item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .foot_flow--list_item-ex .flow--ex_item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0e0e2;
  }
  .foot_flow--list_item-ex .flow--ex_item div {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 100px;
  }
  .foot_flow_list_cont {
    height: 100%;
    padding: 16px;
    border-width: 4px;
    border-style: solid;
    border-radius: 6px;
  }
  .foot_flow_list_cont::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
  }
  .foot_flow_list_cont.bdr_clr-c::before {
    border-color: transparent transparent transparent #b1e8ca;
  }
  .foot_flow_list_cont.bdr_clr-k::before {
    border-color: transparent transparent transparent #badaea;
  }
  .foot_flow--list_item:last-child .foot_flow_list_cont {
    border: none;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .foot_flow--list_item:last-child .foot_flow_list_cont::before {
    content: none;
  }
  .foot_flow--list_item:last-child img {
    max-width: 192px;
  }
  .foot_flow--list_item:nth-child(5) {
    margin-left: auto;
  }
  .foot_flow--list_item.col1 .foot_flow_list_cont--img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .foot_flow--list_item .num {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 1;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #fadea9;
    letter-spacing: .05em;
    font-size: 250%;
    transform: translateX(-50%);
  }
  .foot_flow_list_cont .main_svg {
    max-width: 88px;
  }
  .foot_flow_list_cont_wrap.col2 .main_svg {
    max-width: 65px;
    margin-right: 10px;
  }
  .foot_flow_list_cont h3 {
    line-height: 1.4em;
    font-size: 88%;
  }
  .foot_flow_list_cont p.txt-sm {
    font-size: 70%;
    line-height: 1.4em;
    margin-top: 4px;
    letter-spacing: 0em;
    opacity: .5;
  }
  .foot_flow--list_item:last-child .foot_flow_list_cont h3 {
    font-size: 100%;
    color: #fdbb3f;
  }

@media (max-width: 959px) {
  #product  {
    padding-top: 49px;
  }
  .product--image {
    width: 100%;
    margin-bottom: 32px;
  }
  .product--image-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .product--image-thumb li {
    width: 20%;
  }
  .product-order {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .product-order-num .btn {
    display: inline-block;
    padding: 7px;
    border-radius: 4px 0 0 4px;
  }
  .product-order-num .option-select-name {
    margin-right: 16px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-order-exp {
    padding-left: 0;
    padding-right: 0;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
  .foot_flow--list_item {
    width: 30%;
  }
  .foot_flow--list_item:nth-child(5) {
    margin-left: inherit;
  }
  .foot_flow--list_item:nth-child(4) {
    margin-left: auto;
  }
  .foot_flow--list_item:nth-child(6) {
    margin-right: auto;
  }
  .foot_flow--list_item:nth-child(7) {
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .btn-dl_temp:hover {
    opacity: .6;
  }
}
@media (max-width: 559px) {
  .product--image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
  .foot_flow--list_item {
    width: 100%;
    margin-right: 0;
  }
  .foot_flow--list_item .num {
    padding-bottom: 8px;
  }
  .foot_flow--list_item-ex {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .foot_flow--list_item-ex h2 {
    border-color: #f4f4f4;
    margin-bottom: 0;
  }
  .foot_flow--list_item-ex .flow--ex,
  .foot_flow_list_cont_wrap.col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .foot_flow--list_item-ex .flow--ex_item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    border-right: 3px solid #e0e0e2;
  }
  .foot_flow_list_cont::before {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 12px 12px 0 12px;
  }
  .foot_flow_list_cont.bdr_clr-c::before {
    border-color: #b1e8ca transparent transparent transparent;
  }
  .foot_flow_list_cont.bdr_clr-k::before {
    border-color: #badaea transparent transparent transparent;
  }
  .foot_flow_list_cont .main_svg {
    width: 65px;
  }
  .foot_flow_list_cont_wrap.col2 .foot_flow_list_cont {
    width: 48.5%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .foot_flow_list_cont_wrap.col2 .main_svg {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .foot_flow_list_cont h3 {
    font-size: 75%;
  }
  .foot_flow--list_item:last-child img {
    max-width: 80%;
  }
}

@media (max-width: 320px) {
  .foot_flow_list_cont h3 {
    letter-spacing: -.05em;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}


/* ##############################################################################

    カテゴリ一覧で使用するスクショ用
    debugで料金表表示

############################################################################## */

/*
*************************************************** */
  .table-price {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    text-align: center;
    table-layout: fixed;
  }
  .table-price thead tr {
    background-color: #59c9c6;
  }
  .table-price th,
  .table-price td {
    width: 33.333%;
  }
  .table-price thead th {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #003130;
  }
  .table-price thead th br {
    display: none;
  }
  .table-price thead th:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 60%;
    background-color: #fff;
    transform: translateY(-50%);
    opacity: .75;
  }
  .table-price tbody td {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #edeef0;
    font-size: 93%;
  }
  .table-price tbody tr:nth-child(even) {
    background-color: #edf8f8;
  }
  .table-price tbody td:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #edeef0;
  }
  @media screen and (max-width: 960px) {
    .table-price thead th {
      line-height: 1.2em;
      font-size: 90%;
      vertical-align: middle;
    }
    .table-price thead th br {
      display: block;
    }
    .table-price thead th span {
      font-size: 75%;
    }
  }

