@charset "euc-jp";

.custom-cap-size{
  padding-right: 15px;
}

.cell_1, .cell_2{
  font-size: 11px;
  font-weight: normal;
}
.cell_2 label{
  font-size: 11px;
}

.product-contents{
  padding: 0 1.5%;
}
.product-image {
  padding: 0;
  margin: 0 0 35px;
  position: relative;
}
  .product-image-main {
    margin: 0 0 2.7%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-image-thumb {
    padding: 0 ;
  }
  .product-image-thumb li {
    padding: 0 2.7% 0 0;
    cursor: pointer;
    margin: 0 0 2.6%;
  }
  .product-image-thumb img {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .custom-thumb{
    margin-right: -2.6%;
  }

.product-cart {
  padding: 0 0 0 45px;
  margin: 0 0 40px;
}

.product-name{
  font-size: 18px;
  margin: -0.2em 0 1.2em 0;
}
.product-order {
  margin: 0;
}
  .product-option {
    padding: .2em 0 0;
  }
  .product-option-table{
     margin: 0 0 15px;
   }
   .product-option-table table{
      width: 100%;
   }
  .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;
  }
    .product-option-select .product-option-unit {
      clear: left;
      float: left;
      width: 100%;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: 0 0 .5em;
    }
       .product-option-select .product-option-unit select{
         margin: 0 0 1em;
       }
.product-order-price {
  color: #999;
  text-align: left;
  font-size: 15px;
  margin: 0 0 25px;
}
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #E33D3D;
    font-weight: bold;
  }
.product-order-input {
  text-align: left;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num {
  margin-bottom: 20px;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
}
.input-border{
  display: block;
  width: 100%;
  overflow: hidden;
  border: solid 1px #ddd;
}

.product-order-input input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

.option-name{
  font-size: 13px;
  color: #aaa;
  margin: 0 0 .5em;
}
#custom-options-container {
  font-feature-settings: "palt";
  letter-spacing: .04em;
}
#custom-options-container label {
  font-size: 13px!important;
  font-weight: 500!important;
  color: #646464!important;
  margin: 0 0 .35em!important;
}
#custom-options-container div {
  margin-bottom: 20px;
}
#custom-options-select,#custom-options-input {
  padding: 12px 10px!important;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart span {
    padding-left: 12px;
  }
  .btn-quick span {
    padding-left: 7px;
   }
  .btn-block span {
     padding-left: 7px;
   }
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}

.product-order-exp {
  padding: 0;
  margin: 0 0 55px;
  line-height: 1.8;
}

.product-order-spec {
  margin: 0 0 15px;
  font-size: 13px;
  table-layout: fixed;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
    border: none;
    padding: 0 15px 10px 0;
  }
  .product-order-spec td {
    width: 70%;
    white-space: nowrap;
    border: none;
    text-overflow: ellipsis;
    padding: 0 15px 10px 0;
    overflow: hidden;
  }
  .product-info-lst {
    text-align: left;
    margin: 0;
    font-size: 13px;
  }
    .product-info-lst li {
      padding: .5em;
    }
    .product-info-lst a {
      color: #aaa;
    }
    .product-info-lst a:hover{
      color: #444;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share li {
      margin: 1em;
    }

.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.text-titles,
.password-field-wrap {
  margin: 0 0 1em;
}
.text-titles-list__name,
.password-field-list__name {
  display: block;
  margin: 0 0 .5em;
}
.text-titles-list__detail input,
.password-field-list__detail input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  .product-cart{
    padding: 0;
  }
  #prd-opt-table{
    margin: 0;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .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 .btn-wrap {
      margin: 0 auto;
      width: 100%;
      text-align: center;
    }
  .product-order-spec th {
    width: 22%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
  }
  .product-info-lst a {
    display: block;
  }
  .social-share a {
    display: inline;
    padding: .5em 0;
  }
}

@media (max-width: 768px) {
  .product-image{
    margin: 0 0 25px
  }
  .product-image-thumb li {
    margin-bottom: 10px;
  }
  .product-order {
    width: 100%;
  }
  .product-order-exp{
    margin: 0 0 30px;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}
.breadcrumb {
margin: 1.9em 0;
text-align: left;
font-size: 15px;
vertical-align: middle;
padding: 0 1.4%;
}
  .breadcrumb li{
    margin: 0 15px 0 0;
  }
  .breadcrumb p{
    margin: 0;
  }
  .breadcrumb a{
    color: #aaa;
  }
    .breadcrumb a:hover{
      color: #444;
    }

.icon-cart, .icon-paper_plane,.icon-circled_minus {
  vertical-align: -4px;
}

/*** お名前プリント ***/
.comment-onamae-print {
  width: 100%;
  padding: 8px 0;
  margin: 0 auto 30px;
  background-color: #FFBEC5;
  border-radius: 4px;
  text-align: center;
}
.comment-onamae-print span {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #3B3B3B;
}
.comment-onamae-print span a {
  color: #3B3B3B;
  text-decoration: underline;
}
.comment-onamae-print span:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(https://file003.shop-pro.jp/PA01453/893/image/common/icon-attention.svg);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .comment-onamae-print {
    padding: 5px 0;
    margin: 0 auto 20px;
  }
  .comment-onamae-print span {
    padding-left: 25px;
    font-size: 13px;
  }
  .comment-onamae-print span:before {
    top: -1px;
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
  }
}
.coupon-code {
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 1rem .5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.coupon-code span {
  font-weight: 700;
  display: inline-block;
  color: #646464;
  line-height: 1;
  padding: .2rem .5rem .25rem;
  background: white;
}
.coupon-code.coupon-red {
  background: #F58686;
}
.coupon-code.coupon-blue {
  background: #7CC5DB;
}

/* 名入れ - 説明*/
.naire-box {
  width: 100%;
  padding: 15px 15px 10px;
  border-radius: 8px;
  background: #FFF6F2;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.naire-box h5 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #646464;
  border-bottom: 2px solid #646464;
  padding-bottom: 4px;
  margin: 0 0 15px;
  display: inline-block;
}
.naire-box p {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
}
.naire-chushaku {
  margin-bottom: 15px!important;
}
.naire-chushaku li {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  margin: 0 0 5px!important;
  padding-left: 1rem;
}
.naire-chushaku li:before {
  content: '●';
  display: inline-block;
  margin-left: -0.75rem;
}
.naire-box input[type="text"] {
  background-color: #646464;
}
.naire-box input[type="text"] {
  background-color: white;
  padding: .25em;
  height: 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .coupon-code {
    font-size: 14px;
    padding: .8rem .5rem;

  }
}

/*** 吹き出し名入れ ***/
.fukidashi-naire {
  width: 80%;
  margin: 20px auto -32px;
}
@media (max-width: 768px) {
  .fukidashi-naire {
    width: 70%;
    margin-bottom: -48px;
  }
}
.fukidashi-naire img {
  width: 100%;
}

/*** ギフトセット注意喚起吹き出し ***/
.fukidashi-gift_check {
  width: 120%;
  margin: 20px 10% -32px -10%;
}
@media (max-width: 768px) {
  .fukidashi-gift_check {
    width: 100%;
    margin: 20px auto -48px;
  }
}
.fukidashi-gift_check img {
  width: 100%;
}

/*** ネコポス対象商品 ***/
#product > form {
  position: relative;
}
#product > form .mailbin-icon {
  position: absolute;
  top: 13px;
  left: 538px;
  width: 56px;
  height: auto;
}
#product > form .mailbin-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #product > form .mailbin-icon {
    position: absolute;
    top: 8px;
    left: auto;
    right: 7px;
    width: 42px;
    height: auto;
  }
}

/*** お名前プリント対象商品 ***/
#product > form {
  position: relative;
}
#product > form .onamae-p-icon {
  position: absolute;
  top: 13px;
  width: 54px;
  height: 56.55px;
}
#product > form .onamae-p-icon img {
  width: 100%;
}
#product > form .onamae-p-icon {
  left: 538px;
}
#product > form .mailbin-icon + .onamae-p-icon {
  left: 478px;
}
@media (max-width: 768px) {
  #product > form .onamae-p-icon {
    position: absolute;
    top: 8px;
    left: auto;
    width: 39px;
    height: auto;
  }
  #product > form .onamae-p-icon {
    left: auto;
    right: 7px;
  }
  #product > form .mailbin-icon + .onamae-p-icon {
    left: auto;
    right: 55px;
  }
}

/* メール便 - 説明*/
.mailbin-box {
  width: 100%;
  margin: 20px auto 0;
  padding: 15px 15px 10px;
  border-radius: 8px;
  background: #E5F5FF;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.mailbin-box h5 {
  display: inline-block;
  margin: 0 0 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #FF4545;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #FF4545;
}
.mailbin-box p {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
}
.mailbin-box p span {
  color: #FF4545;
}
.mailbin-box p a {
  color: #646464;
  font-weight: 500;
  text-decoration: underline;
}

/* 商品説明 */
._pattern_e .block02 figcaption {
  overflow: hidden;
}
._pattern_e .block02 figcaption span {
  width: 50%;
  display: block;
  float: left;
  font-size: 13px;
  color: #646464;
}


/* original */

.product-order-num {
  position: relative;
  overflow: hidden;
}
.product-order-num .original-print-num {
  position: absolute;
  top:-9999px;
}

@media (max-width: 768px) {
  #about-original p {
    font-size: 13px;
    line-height: 1.65;
  }
}

#original-cnts {
  width: 100%;
  margin: 0 auto 150px;
}

@media (max-width: 768px) {
  #original-cnts {
    margin: 0 auto 80px;
  }
}

#original-cnts .original-img {
  width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  #original-cnts .original-img {
    margin: 0 auto 30px;
  }
}

#original-cnts .original-img img {
  width: 100%;
  border-radius: 10px;
}

.orgl-cnts {
  width: 100%;
  margin: 0 auto 50px;
}

@media (max-width: 768px) {
  .orgl-cnts {
    margin: 0 auto 50px;
  }
}

.orgl-cnts:last-child {
  margin-bottom: 0;
}

.orgl-cnts h3 {
  font-size: 20px;
  font-weight: 700;
  color: #646464;
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .orgl-cnts h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.orgl-cnts .original-inner {
  width: 100%;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .orgl-cnts .original-inner {
    margin: 0 auto 55x;
  }
}

.orgl-cnts ol.number {
  margin: 0 0 10px;
}

.orgl-cnts ol.number li {
  font-size: 17px;
  margin: 0 0 5px;
  padding: 0 0 0 46px;
  position: relative;
}

@media (max-width: 768px) {
  .orgl-cnts ol.number li {
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 0 35px;
  }
}

.orgl-cnts ol.number li:before {
  content: '';
  margin: 0 10px 0 0;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  background: white;
  border: 2px solid #646464;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #646464;
  text-align: center;
}

@media (max-width: 768px) {
  .orgl-cnts ol.number li:before {
    padding: 3px 7px;
    font-size: 15px;
  }
}

.orgl-cnts ol.number li:first-child:before {
  content: '1';
}

.orgl-cnts ol.number li:nth-child(2):before {
  content: '2';
}

.orgl-cnts ol.number li span {
  font-weight: 700;
  color: #646464;
}

.orgl-cnts ol.number li small {
  font-size: 12px;
  font-weight: 400;
}

.orgl-cnts .flow-inner > li {
  font-size: 17px;
  margin: 0 0 25px;
  padding: 0 0 25px 85px;
  position: relative;
  border-bottom: 2px dotted #646464;
}

@media (max-width: 768px) {
  .orgl-cnts .flow-inner > li {
    margin: 0 0 20px;
    padding: 30px 0 20px;
  }
}

.orgl-cnts .flow-inner > li:before {
  content: '';
  margin: 0 10px 0 0;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 2px solid #646464;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #646464;
  text-align: center;
}

@media (max-width: 768px) {
  .orgl-cnts .flow-inner > li:before {
    padding: 3px 7px;
    font-size: 15px;
  }
}

.orgl-cnts .flow-inner > li:first-child:before {
  content: 'STEP1';
}

.orgl-cnts .flow-inner > li:nth-child(2):before {
  content: 'STEP2';
}

.orgl-cnts .flow-inner > li:nth-child(3):before {
  content: 'STEP3';
}

.orgl-cnts .flow-inner > li:nth-child(4):before {
  content: 'STEP4';
}

.orgl-cnts .flow-inner > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.orgl-cnts .flow-inner > li h4 {
  margin: 5px 0;
  font-weight: 700;
}

.orgl-cnts .flow-inner > li p {
  font-size: 14px;
  line-height: 1.5;
}

.orgl-cnts .original-straw-area {
  position: relative;
  padding: 0 0 45px;
}

@media (max-width: 768px) {
  .orgl-cnts .original-straw-area {
    padding: 0 0 25px;
  }
}

.orgl-cnts .original-straw-area:after {
  content: '';
  width: 100%;
  height: 33px;
  padding: 10px 0 0;
  display: block;
  position: absolute;
  background-image: url(https://choose-eco.com/images/bg-original-straw.png);
  background-repeat: no-repeat;
  background-size: 900px 32px;
  background-position: center left;
}

@media (max-width: 768px) {
  .orgl-cnts .original-straw-area:after {
    height: 25px;
    background-size: 100%;
  }
}

.orgl-cnts .original-housou-area {
  padding: 0 0 55px;
  position: relative;
}

@media (max-width: 768px) {
  .orgl-cnts .original-housou-area {
    padding: 0 0 25px;
  }
}

.orgl-cnts .original-housou-area:after {
  content: '';
  width: 100%;
  height: 43px;
  padding: 10px 0 0;
  display: block;
  position: absolute;
  background-image: url(https://choose-eco.com/images/bg-original-hosou.png);
  background-repeat: no-repeat;
  background-size: 984px 42px;
  background-position: center left;
}

@media (max-width: 768px) {
  .orgl-cnts .original-housou-area:after {
    height: 25px;
    background-size: 100%;
  }
}

.orgl-cnts .color-cnts {
  overflow: hidden;
}

.orgl-cnts .color-cnts .original-color {
  width: 300px;
  float: left;
}

.orgl-cnts .color-cnts .original-color img {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .orgl-cnts .color-cnts .original-color {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .orgl-cnts .color-cnts .original-color img {
    width: 220px;
  }
}

.orgl-cnts .color-cnts .original-image {
  width: 415px;
  margin-left: 20px;
  float: left;
}

@media (max-width: 768px) {
  .orgl-cnts .color-cnts .original-image {
    width: 100%;
    max-width: 415px;
    margin-left: 0;
    float: none;
  }
}

.orgl-cnts .color-cnts .original-image .sample-list li {
  width: 100%;
}

.orgl-cnts .color-cnts .original-image .sample-list li img {
  width: 100%;
}

@media (max-width: 768px) {
  .orgl-cnts .overflow-x {
    overflow-x: scroll;
  }
}

.orgl-cnts table.original-tbl {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
}

.orgl-cnts table.original-tbl th, .orgl-cnts table.original-tbl td {
  padding: 10px 20px;
  border: 1px solid #707070;
  font-size: 14px;
  vertical-align: middle;
  color: #646464;
}

@media (max-width: 768px) {
  .orgl-cnts table.original-tbl th, .orgl-cnts table.original-tbl td {
    padding: 5px 10px;
    font-size: 13px;
  }
}

.orgl-cnts table.original-tbl th {
  background-color: #919191;
  color: white;
  font-weight: 700;
}

.orgl-cnts table.original-tbl td {
  text-align: right;
  background-color: #EAEAEA;
}

.orgl-cnts table.original-tbl td.odd {
  background-color: white;
}

.orgl-cnts table.original-tbl thead th {
  text-align: center;
}

.orgl-cnts table.original-tbl tbody th, .orgl-cnts table.original-tbl tfoot th {
  text-align: left;
}

.orgl-cnts table.original-tbl tfoot th, .orgl-cnts table.original-tbl tfoot td {
  border-top: double #707070;
}

.orgl-cnts table.original-tbl tfoot th {
  background-color: #646464;
  color: white;
}

.orgl-cnts table.original-tbl tfoot td {
  background-color: #EAEAEA;
}

.orgl-cnts table.original-tbl tfoot td.odd {
  background-color: white;
}

.orgl-cnts table.original-tbl.flow-tbl tbody td {
  text-align: left;
}

@media (min-width: 769px) {
  .orgl-cnts table.original-tbl.flow-tbl tbody td:first-child {
    width: 20%;
  }
  .orgl-cnts table.original-tbl.flow-tbl tbody td:nth-child(2) {
    width: 35%;
  }
  .orgl-cnts table.original-tbl.flow-tbl tbody td:nth-child(3) {
    width: 30%;
  }
  .orgl-cnts table.original-tbl.flow-tbl tbody td:nth-child(4) {
    text-align: center !important;
  }
}

.orgl-cnts .green-list span {
  padding: 0 6px 0 0;
  color: #646464;
}

@media (max-width: 768px) {
  .orgl-cnts .green-list {
    font-size: 14px;
    line-height: 1.5;
  }
  .orgl-cnts .green-list a {
    font-size: 14px;
    line-height: 1.5;
  }
}

.orgl-cnts p.green-list {
  padding: 0;
}

.orgl-cnts .inner-title {
  margin: 20px 0 10px;
}

@media (max-width: 768px) {
  .orgl-cnts .inner-title {
    padding: 20px 0 0;
  }
}

.orgl-cnts p.lg {
  font-size: 17px;
}

@media (max-width: 768px) {
  .orgl-cnts p.lg {
    font-size: 15px;
  }
}

.orgl-cnts p.lg span {
  color: #646464;
}

.orgl-cnts .bold {
  font-weight: 700;
}

.orgl-cnts .price-info span {
  color: #646464;
}

@media (max-width: 768px) {
  .orgl-cnts .price-info li {
    padding: 0 0 3px;
    font-size: 14px;
    line-height: 1.5;
  }
}

ul.chushaku {
  margin: 5px 0 0;
}

ul.chushaku li {
  font-size: 13px;
  padding-left: 1.3em;
  padding-bottom: 3px;
  line-height: 1.5;
}

ul.chushaku li:before {
  content: '※ ';
  font-size: 13px;
  margin-left: -1.3em;
}

ul.chushaku li a {
  font-size: 13px;
}

ul.example {
  margin: 0 0 10px;
}
ul.example li {
  font-size: 13px;
}
ul.example li.circle,
ul.example li.cross {
  font-size: 13px;
  padding-left: 1.3em;
  padding-bottom: 3px;
  line-height: 1.5;
}
ul.example li.circle:before {
  content: 'Ｏ:';
  font-size: 13px;
  margin-left: -1.3em;
}
ul.example li.cross:before {
  content: 'Ｘ:';
  font-size: 13px;
  margin-left: -1.3em;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*2405 キャンペーン用*/
.encircled {
  counter-reset: list-counter;
  list-style: none;
  margin:0;
  padding-left: 0;
}

.encircled li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .encircled li {
    font-size: 14px;
  }
}

.encircled li span {
  font-size: 12px;
  font-weight: 400;
}

.encircled li::before {
  content: counter(list-counter);
  border: 1px solid #646464;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}